.piList .list-pic img@charset "utf-8";
/*@media screen and (max-width: 768px) {
    body {
        padding-top: 0 !important;
    }
}
*/
.header {
    position: relative;
    height: auto;
}

.footer {
    height: auto;
}
/* Banner */
.innerBannerSwiper {
    overflow: hidden;
    z-index: 3;
}

    .innerBannerSwiper .in img {
        width: 100% !important;
        height: auto !important;
    }

.banner-pc {
    display: block;
}

.banner-sj {
    display: none;
}

/*@media screen and (max-width: 768px) {
    .banner-pc {
        display: none;
    }

    .banner-sj {
        display: block;
    }
}*/



/* 主体 */
.container {
    position: relative;
    padding: 0 0; /*z-index:8;*/
    background: #fff;
}

.wrap {
    position: relative;
    width: 1200px;
    min-height: 460px;
    _height: 460px;
    margin: 0 auto;
}

    .wrap .sidebar { /* display: none; */
        position: absolute;
        top: 0;
        width: 1920px;
        margin: 0 0 0 -960px;
        left: 50%;
        background: #f0f0f0;
        height: 62px;
    }

    .wrap .main {
        display: block; /* overflow:hidden; */
        *zoom: 1;
        padding: 50px 0 0;
    }

.wrapBt {
    height: 0;
    background: none;
    overflow: hidden;
    clear: both;
}
/* 左侧栏目标题 */
.leftTitle {
    position: relative;
    float: left;
    left: 370px;
    color: #333;
    width: 300px;
    height: 62px;
    line-height: 62px;
    display: none;
}

    .leftTitle i {
        font-size: 24px;
        font-weight: normal;
        display: block;
        text-align: left;
        color: #cccccc;
        font-size: 24px;
        font-weight: normal;
        font-style: normal
    }
/* 二级、三级菜单 */
.sidebar {
    background: #f0f0f0;
}

.menu {
    float: left;
}

    .menu dl {
        zoom: 1;
        text-align: left;
    }

        .menu dl:after {
            content: '\20';
            display: block;
            height: 0;
            clear: both;
        }

        .menu dl dt {
            position: relative;
            float: left;
            margin: 0 0 0;
            font-size: 0;
            vertical-align: top;
            border-right: 1px solid #ddd;
        }

            .menu dl dt a {
                position: relative;
                display: inline-block;
                padding: 0 45px;
                height: 62px;
                line-height: 62px;
                color: #666;
                font-size: 14px;
            }

                .menu dl dt a:after {
                    position: absolute;
                    left: 50%;
                    margin-left: -3.5px;
                    bottom: 10px;
                    width: 7px;
                    height: 5px;
                    background: url(jt.png) no-repeat center;
                    content: '';
                    display: none;
                    z-index: 5;
                }

                .menu dl dt a:hover, .menu dl dt .current {
                    background: #0c4de0;
                    color: #fff;
                    text-decoration: none;
                }

                    .menu dl dt a:hover:after, .menu dl dt .current:after {
                        display: block;
                    }

/*@media screen and (max-width: 768px) {
    .wrap {
        width: 100%;
    }

        .wrap .main {
            padding: 5% 5% 0;
        }

    .menu {
        float: none;
    }

        .menu dl dt {
            width: 33%;
            text-align: center;
        }

            .menu dl dt a {
                display: block;
                padding: 0 0 8px;
                height: auto;
                line-height: 40px;
                color: #666;
                font-size: 14px;
            }

                .menu dl dt a:hover, .menu dl dt .current {
                }

                    .menu dl dt a:hover:after, .menu dl dt .current:after {
                        display: block;
                    }
}
*/
.m-rdm {
    padding: 25px 0 10px;
    text-align: center;
}

    .m-rdm a {
        display: inline-block;
        margin: 0 8px 10px;
        padding: 3px 20px;
        border: 1px solid #ddd;
        line-height: 24px;
    }

        .m-rdm a:hover, .m-rdm .current {
            border: 1px solid #999;
            background: #999;
            color: #fff;
        }

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*@media screen and (max-width: 768px) {
    .w1200 {
        width: 100%;
        margin: 0;
        padding: 5%;
    }
}*/
/* 面包屑 */
.location {
    float: right;
    line-height: 62px;
}

.breadcrumbs {
    color: #888;
}

    .breadcrumbs a {
        display: inline-block;
        vertical-align: top;
        margin: 0 6px;
        font-size: 14px;
        color: #888;
    }

    .breadcrumbs .u-home {
        padding-left: 20px;
        background: url(o_ico_03.png) no-repeat 0 center;
    }

    .breadcrumbs a:hover {
        color: #0c4de0;
    }

/*@media screen and (max-width: 768px) {
    .location {
        display: none;
    }
}*/
/* 内容模式 */
.about_n {
    padding: 0px;
}

.about_bg {
    background: url(about_02.jpg) no-repeat center center;
    width: 1920px;
    text-align: center;
    height: 893px;
    margin: 0 0 0 -960px;
    left: 50%;
    position: relative;
}

    .about_bg .about_t {
        margin: 0 auto;
        color: #fff;
        font-size: 30px;
        padding-top: 84px;
    }

    .about_bg .about_c {
        width: 1169px;
        margin: 46px auto;
    }

    .about_bg .about_f {
        width: 1169px;
        margin: 0 auto;
        text-align: left;
        color: #fff;
        font-size: 16px;
        text-indent: 2em;
    }

    .about_bg .about_c li {
        float: left;
        width: 389px;
        color: #fff;
        font-size: 16px;
        line-height: 45px;
        border-right: 1px solid #67adcc;
    }

    .about_bg .about_c .about_cn {
        border-right: 0;
    }

    .about_bg .about_c li span {
        font-size: 48px;
        color: #fff;
    }

.article {
    padding: 40px 0 40px;
    line-height: 2;
    font-size: 14px;
    word-wrap: break-word; /* background: #fff; */
}

.article_bg {
    background: #fff;
}

.article .article_l {
    float: left;
}

    .article .article_l .article_lt {
        border-bottom: 1px solid #e6e6e6;
        width: 583px;
        padding: 5px 0 28px 4px;
    }

        .article .article_l .article_lt .article_lta {
            color: #000000;
            font-size: 30px;
        }

        .article .article_l .article_lt p {
            color: #000000;
            font-size: 16px;
        }

            .article .article_l .article_lt p span {
                color: #000000;
                font-size: 16px;
                font-weight: bold;
            }

    .article .article_l .article_lf {
        padding: 32px 0 56px 4px;
        color: #000000;
        font-size: 14px;
        border-bottom: 1px solid #e6e6e6;
    }

        .article .article_l .article_lf .article_lfl {
            float: left;
        }

        .article .article_l .article_lf .article_lfr {
            position: relative;
            left: 36px;
        }

.article .article_r {
    float: right;
    margin-bottom: 50px;
}

.article .hd {
    padding: 0 0 27px;
    text-align: center;
    width: 1106px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
}

    .article .hd h1 {
        color: #000;
        font-size: 24px;
    }

    .article .hd .titBar {
        color: #666666;
        font-size: 14px;
    }

.article .bd {
    padding-bottom: 40px;
    margin: 42px auto 0;
    color: #666;
}

.article img {
    max-width: 100%;
}
/* 头部新闻 */
.hotNews {
    margin-bottom: 30px;
    background: #848484;
    overflow: hidden;
}

    .hotNews .pic {
        float: left;
        width: 390px;
        height: 250px;
        margin-right: 5px;
    }

        .hotNews .pic img {
            width: 100%;
            height: 100%;
        }

    .hotNews dl {
        display: block;
        overflow: hidden;
        zoom: 1;
        padding: 25px 20px 0 15px;
        line-height: 22px;
    }

        .hotNews dl dt {
            margin-bottom: 13px;
            padding-left: 10px;
            background: url(o_ico_05.jpg) no-repeat 0 13px;
            color: #fff;
            font-size: 14px;
            line-height: 30px;
        }

            .hotNews dl dt a {
                color: #fff;
            }

                .hotNews dl dt a:hover {
                    color: #000;
                }

        .hotNews dl .i {
            min-height: 110px;
            padding-bottom: 10px;
            padding-left: 10px;
            color: #eee;
        }

        .hotNews dl .m {
            width: 84px;
            height: 24px;
            margin-left: 10px;
            background: #fff;
            line-height: 24px;
            text-align: center;
        }

            .hotNews dl .m a {
                display: block;
                color: #333;
            }

                .hotNews dl .m a:hover {
                    background: #666;
                    color: #fff;
                }
/* 新闻列表 */
.news {
    padding: 0 0 40px;
}

.newsTable th {
    border: 1px solid #fff;
    background: #c8cacb;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.newsTable td {
    padding: 8px 10px;
    border-bottom: 1px solid #dcd9d4;
    line-height: 20px;
}

.list {
    padding: 0 0 40px;
}

    .list li {
        padding: 9px 0;
        border-bottom: 1px dashed #e0e0e0;
        background: url(o_ico_18.gif) no-repeat 2px 17px;
        font-size: 14px;
        line-height: 20px;
        clear: both;
    }

        .list li span {
            float: right;
            color: #999;
            font-size: 12px;
        }

        .list li a {
            padding-left: 15px;
        }

            .list li a:hover {
                text-decoration: underline;
            }
/* 图文新闻 */
.pothoItem {
    margin: 0 0 60px;
}

    .pothoItem .item {
        margin: 0 0 30px;
        padding: 16px 0 20px 18px;
        background: #fff;
        box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    }

        .pothoItem .item .pic {
            float: left;
            width: 300px;
            height: 168px;
            overflow: hidden;
        }

            .pothoItem .item .pic img {
                width: 300px;
                height: 168px;
            }

            .pothoItem .item .pic img {
                transition: transform 0.6s;
                -moz-transition: transform 0.6s;
                -webkit-transition: transform 0.6s;
                -o-transition: transform 0.6s;
                max-width: 100%;
            }

        .pothoItem .item:hover .pic img {
            transform: scale(1.1);
            -ms-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .pothoItem .item dl {
            display: block;
            overflow: hidden;
            zoom: 1;
            padding: 17px 0 0 34px;
            min-height: 160px;
            line-height: 20px;
        }

            .pothoItem .item dl dt a {
                font-size: 24px;
                color: #000;
                line-height: 32px;
            }

            .pothoItem .item dl .d { /* display:none; */
                float: right;
                width: 159px;
                text-align: center;
                font-size: 14px;
                color: #999999;
                height: 157px;
                margin-top: -38px;
                padding-top: 48px;
                border-left: 1px solid #e6e6e6;
            }

                .pothoItem .item dl .d p {
                    color: #999999;
                    font-size: 48px;
                    font-weight: bold;
                    margin-bottom: 20px;
                }

            .pothoItem .item dl .m {
                float: left;
                margin-top: 16px;
            }

                .pothoItem .item dl .m a {
                    font-size: 14px;
                    color: #666;
                }

            .pothoItem .item dl:hover dt a {
                color: #0c4de0;
            }

            .pothoItem .item dl:hover .m a {
                color: #0c4de0;
            }

            .pothoItem .item dl .i {
                padding: 14px 0 0;
                color: #999;
                font-size: 14px;
                line-height: 25px;
                width: 650px;
            }

/*@media screen and (max-width: 768px) {
    .pothoItem {
        margin: 0 0 60px;
    }

        .pothoItem .item {
            margin: 0 0 15px;
            padding: 3%;
            background: #fff;
            box-shadow: 0 0 20px rgb(0 0 0 / 8%);
        }

            .pothoItem .item .pic {
                float: none;
                width: 100%;
                height: auto;
            }

                .pothoItem .item .pic img {
                    width: 100%;
                    height: auto;
                }

                .pothoItem .item .pic img {
                    transition: transform 0.6s;
                    -moz-transition: transform 0.6s;
                    -webkit-transition: transform 0.6s;
                    -o-transition: transform 0.6s;
                    max-width: 100%;
                }

            .pothoItem .item:hover .pic img {
                transform: scale(1.1);
                -ms-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -o-transform: scale(1.1);
            }

            .pothoItem .item dl {
                padding: 3%;
                min-height: auto;
                line-height: 20px;
            }

                .pothoItem .item dl dt a {
                    font-size: 24px;
                    color: #000;
                    line-height: 32px;
                }

                .pothoItem .item dl .d {*/ /* display:none; */
                    /*float: none;
                    width: 100%;
                    text-align: left;
                    height: auto;
                    margin-top: 0;
                    padding-top: 14px;
                    border-left: 0;
                }

                    .pothoItem .item dl .d p {
                        font-size: 35px;
                        margin-bottom: 0;
                        line-height: 1;
                    }

                .pothoItem .item dl .m {
                    float: left;
                    margin-top: 16px;
                }

                    .pothoItem .item dl .m a {
                        font-size: 14px;
                        color: #666;
                    }

                .pothoItem .item dl:hover dt a {
                    color: #0c4de0;
                }

                .pothoItem .item dl:hover .m a {
                    color: #0c4de0;
                }

                .pothoItem .item dl .i {
                    width: 100%;
                }
}*/
/* 图片列表 */
.piList {
}

.pic-item-list {
    margin: 0 0 20px;
}

    .pic-item-list .pic-item {
        display: block;
        float: left;
        width: 130px;
        margin-bottom: 10px;
        padding: 0;
    }

    .pic-item-list .list-pic {
        display: block;
        width: 100px;
        height: 252px;
        overflow: hidden;
        margin: 0 auto;
        padding: 4px;
        border: 1px solid #919090;
        line-height: 100px;
        text-align: center;
    }

        .pic-item-list .list-pic img {
            transition: transform 0.6s;
            -moz-transition: transform 0.6s;
            -webkit-transition: transform 0.6s;
            -o-transition: transform 0.6s;
            max-width: 100%;
            max-height:252px;
        }

        .pic-item-list .list-pic:hover img {
            transform: scale(1.1);
            -ms-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

    .pic-item-list dl {
        padding: 0 5px;
        line-height: 26px;
        text-align: center;
    }

.piList {
    padding: 0 0 30px;
    overflow: hidden;
}

    .piList .pic-item-list {
        width: 1200px;
        margin: 0;
        padding: 0 auto;
    }

    .piList .pic-item {
        position: relative;
        width: 380px;
        margin: 0 30px 30px 0;
        padding: 0;
        display: inline;
    }

        .piList .pic-item:nth-child(3n) {
            margin-right: 0px;
        }

    .piList .list-pic {
        display: block;
        width: 380px;
        height: auto;
        margin-bottom: 0;
        padding: 0;
        border: 0;
        line-height: 252px;
    }

        .piList .list-pic img {
            width: 300px;
            height: auto;
        }

    .piList dl {
        padding: 25px 10px 25px 10px;
        background-color: #f6f6f6;
        line-height: 20px;
        text-align: center;
        transition: all 0.3s;
    }

        .piList dl dt {
            height: 30px;
            font-size: 18px;
            font-weight: bold;
            line-height: 30px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .piList dl dt a {
                color: #000000;
                transition: all 0.3s;
            }

        .piList dl dd {
            font-size: 14px;
        }

            .piList dl dd a {
                color: #000000;
            }

    .piList .pic-item:hover dl {
        background: #0c4de0;
    }

        .piList .pic-item:hover dl a {
            color: #fff;
        }
/*.piList2{margin: -30px;}*/
.pic-item-list2 {
    margin: 0 0 20px;
}

    .pic-item-list2 .pic-item {
        display: block;
        float: left;
        width: 130px;
        margin-bottom: 10px;
        padding: 0;
    }

    .pic-item-list2 .list-pic {
        display: block;
        width: 100px;
        height: 252px;
        overflow: hidden;
        margin: 0 auto;
        padding: 4px;
        border: 1px solid #919090;
        line-height: 100px;
        text-align: center;
    }

        .pic-item-list2 .list-pic img {
            transition: transform 0.6s;
            -moz-transition: transform 0.6s;
            -webkit-transition: transform 0.6s;
            -o-transition: transform 0.6s;
            max-width: 100%;
        }

    .pic-item-list2 .pic-item:hover .list-pic img {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .pic-item-list2 dl {
        padding: 0 5px;
        line-height: 26px;
        text-align: center;
    }

.piList2 {
    padding: 0 0 30px;
    overflow: hidden;
}

    .piList2 .pic-item-list2 {
        width: 1240px;
        margin: 0;
        padding: 0 auto;
    }

    .piList2 .pic-item {
        position: relative;
        width: 373px;
        background: #fff url(product_25.png) no-repeat 324px 282px;
        margin: 0 40px 23px 0;
        padding: 0;
        display: inline;
    }

        .piList2 .pic-item:hover {
            background: #fff url(product_22.png) no-repeat 324px 282px;
        }
    /*.piList2 .pic-item:nth-child(3n),.piList .pic-item:nth-child(3n){margin-right: 0px;}*/
    .piList2 .list-pic {
        display: block;
        width: 373px;
        height: 252px;
        margin-bottom: 0;
        padding: 0;
        border: 0;
        line-height: 252px;
    }

        .piList2 .list-pic img {
            width: 373px;
            height: 252px;
        }

    .piList2 dl {
        padding: 21px 0 25px 19px;
        line-height: 20px;
        text-align: left;
    }

        .piList2 dl dt {
            height: 30px;
            font-size: 18px;
            font-weight: bold;
            line-height: 30px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .piList2 dl dt a {
                color: #000000;
            }

        .piList2 dl dd {
            font-size: 14px;
        }

            .piList2 dl dd a {
                color: #000000;
            }

/*@media screen and (max-width: 768px) {
    .piList .pic-item-list {
        width: 100%;
    }

    .piList .pic-item {
        width: 50%;
        margin: 0 0 20px;
    }

    .piList .list-pic {
        width: 100%;
        line-height: inherit;
    }

        .piList .list-pic img {
            width: 100%;
            height: auto;
        }

    .piList dl {
        padding: 10px;
    }

        .piList dl dt {
            font-size: 14px;
            font-weight: normal;
        }
}*/
/* 分页 */
.page {
    padding: 0 0 40px;
    line-height: 24px;
    text-align: center;
}

    .page a {
        display: inline-block;
        margin: 0 2px;
        padding: 2px 10px;
        border: 1px solid #ddd;
        background: #fff;
        color: #333;
        vertical-align: top;
        font-size: 14px;
    }

        .page a:hover, .page .current {
            border: 1px solid #0c4de0;
            background: #0c4de0;
            color: #fff;
        }
/* 人才招聘 */
.hr {
    margin-bottom: 44px;
    margin-top: -40px;
}

    .hr .hr_job_tit {
        width: 100%;
        background: #505050;
        height: 47px;
        line-height: 47px;
        margin-top: -10px;
    }

        .hr .hr_job_tit div {
            float: left;
            color: #fff;
            font-size: 14px;
            text-align: center;
        }

        .hr .hr_job_tit .hr_t1 {
            width: 230px;
        }

        .hr .hr_job_tit .hr_t2 {
            width: 495px;
        }

        .hr .hr_job_tit .hr_t3 {
            width: 140px;
        }

        .hr .hr_job_tit .hr_t4 {
            width: 210px;
        }

        .hr .hr_job_tit .hr_t5 {
            width: 125px;
        }

    .hr ._jt a div {
        float: left;
        text-align: center;
        color: #000000;
        font-size: 14px;
        height: 57px;
        line-height: 57px;
        border-bottom: 1px solid #dcdcdc;
    }

    .hr ._jt a .hr_t1_el {
        width: 230px;
        color: #000000;
        text-align: center;
        white-space: nowrap;
        /* 超出盒子部分隐藏 */
        overflow: hidden;
        /* 文本超出的部分打点显示 */
        text-overflow: ellipsis;
    }

    .hr ._jt a .hr_t2_el {
        width: 495px; /* margin-left: 184px; */
        white-space: nowrap;
        /* 超出盒子部分隐藏 */
        overflow: hidden;
        /* 文本超出的部分打点显示 */
        text-overflow: ellipsis;
        font-size: 16px;
        font-weight: bold;
    }

    .hr ._jt a .hr_t3_el {
        width: 140px;
        white-space: nowrap;
        /* 超出盒子部分隐藏 */
        overflow: hidden;
        /* 文本超出的部分打点显示 */
        text-overflow: ellipsis;
    }

    .hr ._jt a .hr_t4_el {
        width: 210px;
        white-space: nowrap;
        /* 超出盒子部分隐藏 */
        overflow: hidden;
        /* 文本超出的部分打点显示 */
        text-overflow: ellipsis;
    }

    .hr ._jt a .hr_t5_el {
        width: 125px;
        font-weight: bold;
    }

    .hr ._jt a:hover .hr_t5_el {
        color: #0c4de0;
    }

.hr-list {
    margin-bottom: 5px;
    padding: 5px 5px 15px;
    border-bottom: 1px dotted #777;
}

    .hr-list .title {
        padding: 0;
        color: #0c4de0;
        font-weight: bold;
        line-height: 36px;
        font-size: 16px;
    }

        .hr-list .title span {
            float: right;
            font-weight: 100;
        }

    .hr-list .info {
        padding: 5px 0;
        line-height: 24px;
    }

    .hr-list .apply {
        height: 24px;
        line-height: 24px;
        text-align: right;
    }

/*@media screen and (max-width: 768px) {
    .hr {
        margin-bottom: 44px;
        margin-top: -40px;
    }

        .hr .hr_job_tit {
            width: 100%;
            background: #505050;
            height: 47px;
            line-height: 47px;
            margin-top: -10px;
        }

            .hr .hr_job_tit div {
                float: left;
                color: #fff;
                font-size: 14px;
                text-align: center;
            }

            .hr .hr_job_tit .hr_t1 {
                width: 50%;
                padding-right: 0;
            }

            .hr .hr_job_tit .hr_t2 {
                width: 25%;
            }

            .hr .hr_job_tit .hr_t3 {
                width: 240px;
                display: none;
            }

            .hr .hr_job_tit .hr_t4 {
                width: 210px;
                display: none;
            }

            .hr .hr_job_tit .hr_t5 {
                width: 25%;
            }

        .hr ._jt a div {
            float: left;
            text-align: center;
            color: #000000;
            font-size: 14px;
            height: 57px;
            line-height: 57px;
            border-bottom: 1px solid #dcdcdc;
        }

        .hr ._jt a .hr_t1_el {
            width: 50%;
            padding-left: 10px;
        }

        .hr ._jt a .hr_t2_el {
            width: 25%;*/ /* margin-left: 184px; */
        /*}

        .hr ._jt a .hr_t3_el {
            width: 240px;
            display: none;
        }

        .hr ._jt a .hr_t4_el {
            width: 210px;
            display: none;
        }

        .hr ._jt a .hr_t5_el {
            width: 25%;
            font-weight: bold;
        }

        .hr ._jt a:hover .hr_t5_el {
            color: #0c4de0;
        }

    .hr-list {
        margin-bottom: 5px;
        padding: 5px 5px 15px;
        border-bottom: 1px dotted #777;
    }

        .hr-list .title {
            padding: 0;
            color: #0c4de0;
            font-weight: bold;
            line-height: 36px;
            font-size: 16px;
        }

            .hr-list .title span {
                float: right;
                font-weight: 100;
            }

        .hr-list .info {
            padding: 5px 0;
            line-height: 24px;
        }

        .hr-list .apply {
            height: 24px;
            line-height: 24px;
            text-align: right;
        }
}*/
/* 新闻列表 */
.message {
    padding: 0 0 30px;
}

.message-list {
    margin-bottom: 5px;
    padding: 5px 5px 15px;
    border-bottom: 1px dotted #ddd;
}

    .message-list .m-title {
        padding: 0;
        color: #0063be;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
    }

        .message-list .m-title span {
            float: right;
            color: #01286f;
            font-size: 12px;
            font-weight: 100;
        }

    .message-list .m-info {
        padding: 5px 0;
        line-height: 24px;
    }

    .message-list .r-title {
        padding: 0;
        line-height: 20px;
    }

    .message-list .r-info {
        padding: 5px 0;
        line-height: 24px;
    }
/* 人才招聘 */
.form-panel {
    padding: 0 0 30px;
}

    .form-panel h4 {
        margin-bottom: 10px;
        padding: 0 20px;
        background: #666;
        color: #fff;
        line-height: 30px;
    }

    .form-panel .tips {
        padding: 10px 0 10px 100px;
        font-weight: bold;
        font-size: 13px;
        text-align: left;
    }

    .form-panel .field {
        clear: both;
    }

    .form-panel li.field label {
        display: block;
        float: left;
        width: 80px;
        line-height: 36px;
        text-align: right;
        font-size: 14px;
    }

    .form-panel .input {
        padding: 7px 0;
        zoom: 1;
    }

    .form-panel .field:after {
        content: '\20';
        display: block;
        height: 0;
        clear: both;
    }

    .form-panel .text {
        height: 32px;
        padding: 2px 3px;
        border: 1px solid #ccc;
        background: #fff;
        color: #555;
    }

    .form-panel .textarea {
        width: 450px;
        height: 100px;
        padding: 1px 3px;
        border: 1px solid #ccc;
        background: #fff;
        color: #555;
    }

    .form-panel .submit-field {
        padding: 0 10px 20px 100px;
        _padding: 0 10px 20px 100px;
        clear: both;
    }

        .form-panel .submit-field input {
            margin-right: 10px;
        }

        .form-panel .submit-field .btn-submit, .form-panel .submit-field .btn-reset {
            width: 130px;
            height: 36px;
            border: none;
            background: #666;
            color: #fff;
            cursor: pointer;
        }

.form-panel {
    padding: 0 0 30px;
}

    .form-panel h4 {
        margin-bottom: 10px;
        padding: 0 20px;
        background: #666;
        color: #fff;
        line-height: 30px;
    }

    .form-panel .tips {
        padding: 10px 0 10px 100px;
        font-weight: bold;
        font-size: 13px;
        text-align: left;
    }

    .form-panel .field {
        clear: both;
    }

    .form-panel .fis .field {
        float: left;
        width: 30.333%;
        clear: none;
    }

    .form-panel .field label {
        display: block;
        float: left;
        width: 100px;
        line-height: 36px;
        text-align: right;
        font-size: 14px;
    }

    .form-panel .input {
        padding: 7px 0;
        zoom: 1;
    }

    .form-panel .field:after {
        content: '\20';
        display: block;
        height: 0;
        clear: both;
    }

    .form-panel .text {
        height: 32px;
        padding: 2px 3px;
        border: 1px solid #ccc;
        background: #fff;
        color: #555;
    }

    .form-panel .textarea {
        width: 978px;
        height: 150px;
        padding: 1px 3px;
        border: 1px solid #ccc;
        background: #fff;
        color: #555;
    }

    .form-panel .submit-field {
        padding: 0 10px 20px 100px;
        _padding: 0 10px 20px 100px;
        clear: both;
    }

        .form-panel .submit-field input {
            margin-right: 10px;
        }

        .form-panel .submit-field .btn-submit, .form-panel .submit-field .btn-reset {
            width: 130px;
            height: 36px;
            border: none;
            background: #666;
            color: #fff;
            cursor: pointer;
        }

.jds .jdsl .form-panel .textarea {
    width: 655px;
}

.jds .jdsl .form-panel .submit-field {
    padding: 0 10px 20px 80px;
    _padding: 0 10px 20px 80px;
}

/*@media screen and (max-width: 768px) {
    .jds .jdsl .form-panel .textarea {
        width: 655px;
    }

    .jds .jdsl .form-panel .submit-field {
        padding: 0 10px 20px 80px;
        _padding: 0 10px 20px 80px;
    }
}*/

/* 产品详细页 */
.m-detail {
    margin-bottom: 30px;
    background: #fff;
    padding-bottom: 10px;
}

    .m-detail .m-property {
        float: left;
        width: 100%;
    }

    .m-detail .property {
        margin-left: 632px; /* border-bottom: 1px solid; */
        width: 537px; /* padding-bottom: 4px; */
    }

        .m-detail .property h1 {
            font-weight: bold;
            font-size: 30px;
            line-height: 34px;
            margin-top: 27px;
            color: #000000;
        }

        .m-detail .property .m-i-a {
            margin-bottom: 8px;
            padding: 11px 0 15px;
            color: #000;
            font-size: 16px;
            line-height: 25px;
        }

        .m-detail .property .m-i-b {
            color: #000000;
            font-size: 14px;
            margin-bottom: 20px;
        }

            .m-detail .property .m-i-b span {
                color: #999999;
                font-size: 14px;
                margin-right: 20px;
            }

        .m-detail .property ul {
            padding: 20px 0;
            border-top: 1px solid #e6e6e6;
            border-bottom: 1px solid #e6e6e6;
            margin-top: 5px;
        }

            .m-detail .property ul li {
                float: right;
                width: 24%;
                text-align: center;
                border-left: 1px solid #e6e6e6;
            }

                .m-detail .property ul li:nth-child(4n) {
                    border-left: none;
                }

                .m-detail .property ul li h2 {
                    color: #000000;
                    font-size: 18px;
                    font-weight: bold;
                }

                .m-detail .property ul li span {
                    color: #999999;
                    font-size: 14px;
                }

        .m-detail .property .m-i-c {
            background: url(p_d_06.png) no-repeat left center;
            margin-top: 31px;
            padding-left: 40px;
            line-height: 31px;
            color: #000000;
            font-size: 16px;
        }

            .m-detail .property .m-i-c span {
                font-size: 24px;
                color: #c4101b;
                font-weight: bold;
                margin-left: 12px;
                line-height: 31px;
            }

        .m-detail .property form {
            display: block;
            width: 538px;
            height: 49px;
            border: 1px solid #e6e6e6;
            margin-top: 32px;
        }

            .m-detail .property form .txt {
                font-size: 14px;
                color: #999999;
                float: left;
                padding-left: 18px;
                height: 49px;
                width: 382px;
            }

            .m-detail .property form .sbt {
                width: 138px;
                height: 50px;
                background: #cd3439;
                font-size: 14px;
                color: #fff;
            }

    .m-detail .gallery {
        position: relative;
        float: left;
        width: 400px;
        margin-left: -100%;
    }

        .m-detail .gallery .bigPic {
            width: 600px;
            height: 478px;
        }

            .m-detail .gallery .bigPic .swiper-container .swiper-wrapper-1 {
                margin-top: 8px;
            }

            .m-detail .gallery .bigPic .aa1 { /* width: 300px; */
                background: #000000;
                padding: 9px 140px 9px 160px;
                position: relative;
            }

                .m-detail .gallery .bigPic .aa1 .swiper-container-1 .swiper-wrapper-1 {
                    width: 287px;
                }

                    .m-detail .gallery .bigPic .aa1 .swiper-container-1 .swiper-wrapper-1 .swiper-slide-1 {
                        opacity: 0.5;
                        border: 3px solid #999999;
                        width: 85px !important;
                        position: relative;
                    }

                .m-detail .gallery .bigPic .aa1 .gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
                    opacity: 1;
                    border: 3px solid #fff;
                }

                .m-detail .gallery .bigPic .aa1 .swiper-container-1 .swiper-wrapper-1 {
                    position: relative;
                }

                .m-detail .gallery .bigPic .aa1 .swiper-button-prev-1 {
                    position: absolute;
                    top: 46px;
                    left: 125px; /* background: none; */
                    background: url(p_d_01.png) no-repeat center;
                }

                .m-detail .gallery .bigPic .aa1 .swiper-button-next-1 {
                    position: absolute;
                    top: 46px;
                    left: 470px;
                    background: url(p_d_02.png) no-repeat center;
                }

            .m-detail .gallery .bigPic .bd {
                width: 600px;
                height: 400px;
            }

                .m-detail .gallery .bigPic .bd ul li img {
                    transition: transform 0.6s;
                    -moz-transition: transform 0.6s;
                    -webkit-transition: transform 0.6s;
                    -o-transition: transform 0.6s;
                    max-width: 100%;
                }

                .m-detail .gallery .bigPic .bd ul li:hover img {
                    transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -o-transform: scale(1.1);
                }

            .m-detail .gallery .bigPic .hd ul {
                background: #000000;
                padding: 9px 132px;
                position: relative;
            }

                .m-detail .gallery .bigPic .hd ul li {
                    float: left;
                    margin: 10px 10px;
                    border: 3px solid #999999;
                }

                    .m-detail .gallery .bigPic .hd ul li.on {
                        border: 3px solid #fff;
                    }

            .m-detail .gallery .bigPic .prev {
                background: url(p_d_01.png) no-repeat;
                bottom: 15px;
                left: 90px;
                width: 33px;
                height: 42px;
                position: absolute;
                z-index: 9999;
            }

            .m-detail .gallery .bigPic .next {
                background: url(p_d_02.png) no-repeat;
                bottom: 15px;
                left: 470px;
                width: 33px;
                height: 42px;
                position: absolute;
                z-index: 9999;
            }

.product-detail {
    margin-top: 37px;
    margin-bottom: 30px;
    border-top: 2px solid #cd3439;
    background: #fff url(dian.png) repeat-y 903px center;
}

    .product-detail .product-detaill {
        width: 903px;
        float: left;
    }

        .product-detail .product-detaill .hd {
            background: #fff;
        }

            .product-detail .product-detaill .hd ul {
                padding: 24px 200px;
                box-shadow: 0 7px 4px #eeeeee;
            }

                .product-detail .product-detaill .hd ul li {
                    float: left;
                    width: 167px;
                    cursor: pointer;
                    text-align: center;
                    color: #999999;
                    font-size: 18px;
                }

                    .product-detail .product-detaill .hd ul li.on {
                        color: #cd3439;
                        font-weight: bold;
                    }

        .product-detail .product-detaill .bd {
        }

            .product-detail .product-detaill .bd .bd_a {
                position: relative;
            }

                .product-detail .product-detaill .bd .bd_a .boxx {
                    padding: 28px 29px 35px;
                    color: #333;
                }

                .product-detail .product-detaill .bd .bd_a .box {
                    width: 844px;
                    height: 128px;
                    margin: 0 auto;
                    padding: 28px 0 35px;
                    border-bottom: 1px solid #eeeeee;
                }

                    .product-detail .product-detaill .bd .bd_a .box .box_a {
                        float: left;
                        width: 155px;
                    }

                    .product-detail .product-detaill .bd .bd_a .box .box_b {
                        float: left;
                        width: 445px;
                    }

                        .product-detail .product-detaill .bd .bd_a .box .box_b h2 {
                            color: #000000;
                            font-size: 18px;
                            font-weight: bold;
                            line-height: 40px;
                        }

                        .product-detail .product-detaill .bd .bd_a .box .box_b span {
                            color: #000000;
                            font-size: 14px;
                        }

                        .product-detail .product-detaill .bd .bd_a .box .box_b p {
                            color: #999999;
                            font-size: 14px;
                            margin-top: 12px;
                        }

                    .product-detail .product-detaill .bd .bd_a .box .box_c {
                        float: right;
                        padding-top: 10px;
                    }

                        .product-detail .product-detaill .bd .bd_a .box .box_c p {
                            color: #999999;
                            font-size: 14px;
                        }

.product-detailr {
    float: right;
}

    .product-detailr .tit {
        width: 296px;
        height: 75px;
        line-height: 75px;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding: auto 0;
    }

    .product-detailr ul {
        text-align: center;
        padding: 0 23px;
    }

        .product-detailr ul li {
            width: 240px;
            height: 210px;
            overflow: hidden;
            text-align: center;
        }

            .product-detailr ul li a {
                display: block;
                overflow: hidden;
                text-align: center;
            }

                .product-detailr ul li a img {
                    width: 240px;
                    height: 160px;
                    overflow: hidden;
                }

                .product-detailr ul li a img {
                    transition: transform 0.6s;
                    -moz-transition: transform 0.6s;
                    -webkit-transition: transform 0.6s;
                    -o-transition: transform 0.6s;
                    max-width: 100%;
                }

            .product-detailr ul li:hover img {
                transform: scale(1.1);
                -ms-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -o-transform: scale(1.1);
            }

            .product-detailr ul li a p {
                font-size: 18px;
                font-weight: bold;
                color: #000000;
                margin: 14px 0 26px 0;
            }
/* 联系我们 */
.map {
    padding: 10px 10px 50px;
    background: #fff;
    margin-bottom: 50px;
}

    .map .hd {
        width: 1200px;
        overflow: hidden;
    }

        .map .hd ul {
            float: left;
            width: 394px;
        }

            .map .hd ul li {
                margin-top: 36px;
                padding-left: 27px;
                border-right: 1px solid #dddddd;
            }

            .map .hd ul .map_b {
                border-right: 0;
            }

            .map .hd ul li span {
                color: #000000;
                font-size: 18px;
                font-weight: bold;
                line-height: 30px;
            }

            .map .hd ul li p {
                font-size: 14px;
                color: #000000;
            }

            .map .hd ul.on li span {
                color: #0c4de0;
            }
/* 顾问 */
.ad {
    margin-bottom: 48px;
    width: 1200px;
}

.ad_c {
    margin-left: 18px;
    background: #fff;
    width: 590px;
    float: left;
    margin-bottom: 18px;
    border-radius: 10px;
}

    .ad_c .ad_ca {
        width: 110px;
        height: 108px;
        float: left;
        margin: 38px 45px 77px 26px;
        border-radius: 51px;
    }

    .ad_c .ad_cb {
        width: 230px;
        float: left;
    }

        .ad_c .ad_cb h2 {
            font-size: 24px;
            color: #000000;
            font-weight: bold;
            margin-top: 34px;
        }

    .ad_c:hover .ad_cb h2 {
        color: #0c4de0;
    }

    .ad_c .ad_cb p {
        font-size: 18px;
        color: #000000;
        margin-top: 7px;
        margin-bottom: 9px;
    }

    .ad_c .ad_cb s {
        text-decoration: none;
        color: #666666;
        font-size: 14px;
    }

    .ad_c .ad_cc {
        float: right;
        margin: 38px 28px 0 0;
    }

        .ad_c .ad_cc p {
            font-size: 14px;
            color: #000000;
            margin-top: 12px;
        }

/*@media screen and (max-width: 768px) {
    .ad {
        margin-bottom: 30px;
        width: 100%;
    }
}*/
/* 订购 */
.sidebar .topTitle {
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 54px;
    margin-bottom: 8px;
}

.od_t {
    width: 1118px;
    margin: 0 auto;
    padding-bottom: 54px;
    border-bottom: 1px solid #ececec;
}

    .od_t p {
        color: #000000;
        font-size: 16px;
        margin-top: 9px;
        float: left;
    }

    .od_t select {
        width: 942px;
        height: 50px;
        border: 1px solid #dadada;
        color: #666666;
        font-size: 16px;
        float: right;
        padding-left: 21px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(od_11.jpg) no-repeat right 7px center;
    }

.od {
    margin-bottom: 42px;
}

.od_c {
    width: 1118px;
    margin: 50px auto;
    padding-bottom: 54px;
    border-bottom: 1px solid #ececec;
}

    .od_c p {
        color: #000000;
        font-size: 16px;
        margin-top: 9px;
        float: left;
    }

    .od_c .txt {
        width: 325px;
        height: 52px;
        border: 1px solid #ECECEC;
        padding-left: 10px;
        margin-left: 103px;
    }

    .od_c select {
        width: 248px;
        height: 52px;
        border: 1px solid #dadada;
        padding-left: 14px;
        margin-left: 12px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url(od_03.jpg) no-repeat right 10px center;
    }

    .od_c .od_ca {
        width: 315px;
        height: 52px;
        border: 1px solid #ECECEC;
        float: right;
        padding-left: 11px;
    }

    .od_c .od_cb {
        margin-top: 25px;
        width: 325px;
        height: 52px;
        border: 1px solid #ECECEC;
        margin-left: 174px;
        padding-left: 10px;
    }

.od_f {
    margin-left: 215px;
    color: #000000;
    font-size: 14px;
    margin-top: -29px;
}

    .od_f .sbt {
        width: 233px;
        height: 53px;
        background: #cd3439;
        color: #fff;
        font-size: 24px;
        text-align: center;
        margin-top: 16px;
    }

.jds {
    margin-top: 14px;
}

    .jds .jdsl {
        float: left;
        width: 757px;
        padding: 0 43px;
        background: #fff;
    }

        .jds .jdsl .jdsla {
            padding-top: 35px;
            font-size: 24px;
            color: #000000;
        }

        .jds .jdsl .jdslb {
            font-size: 14px;
            color: #999999;
            padding: 13px 0 22px;
            border-bottom: 1px solid #ececec;
        }

        .jds .jdsl .jdslc {
            margin: 42px 0;
            line-height: 2;
        }

    .jds .jdsr {
        float: right;
        width: 282px;
        padding: 0 25px 30px;
        background: #fff;
    }

        .jds .jdsr .jdsra {
            padding-top: 35px;
            font-size: 16px;
            color: #000000;
            font-weight: bold;
        }

        .jds .jdsr .jdsrb {
            margin-top: 10px;
        }

            .jds .jdsr .jdsrb ul li {
                line-height: 36px;
            }

                .jds .jdsr .jdsrb ul li a {
                    display: block;
                    font-size: 16px;
                    color: #000000;
                }

                    .jds .jdsr .jdsrb ul li a span {
                        float: right;
                        font-size: 14px;
                        color: #999999;
                    }

.business_title {
    padding: 80px 0;
}

    .business_title .hd {
        margin-bottom: 95px;
        text-align: center;
    }

        .business_title .hd h2 {
            font-weight: bold;
            margin-bottom: 4px;
            font-size: 48px;
            line-height: 66px
        }

        .business_title .hd .desc {
            width: 80%;
            margin: 0 auto;
            font-size: 16px;
            line-height: 28px
        }

        .business_title .hd .slogo {
            width: 84px;
            margin: 0 auto 30px;
        }
/*
@media screen and (max-width: 768px) {
    .business_title {
        padding: 5% 0;
    }

        .business_title .hd {
            margin-bottom: 5%;
            text-align: center;
        }

            .business_title .hd h2 {
                font-weight: bold;
                margin-bottom: 4px;
                font-size: 22px;
                line-height: 2;
            }

            .business_title .hd .desc {
                width: 80%;
                margin: 0 auto;
                font-size: 14px;
                line-height: 1.5;
                color: #666;
            }

            .business_title .hd .slogo {
                width: 60px;
                margin: 0 auto 10px;
            }

                .business_title .hd .slogo img {
                    width: 60px;
                    height: auto;
                }

    .jds .jdsl {
        float: none;
        width: 100%;
        padding: 0 5%;
        background: #fff;
    }

        .jds .jdsl .jdsla {
            padding-top: 35px;
            font-size: 24px;
            color: #000000;
        }

        .jds .jdsl .jdslb {
            font-size: 14px;
            color: #999999;
            padding: 13px 0 22px;
            border-bottom: 1px solid #ececec;
        }

        .jds .jdsl .jdslc {
            margin: 42px 0;
            line-height: 2;
        }

    .jds .jdsr {
        float: none;
        width: 100%;
        padding: 0 5% 5%;
        background: #fff;
        display: none;
    }

        .jds .jdsr .jdsra {
            padding-top: 35px;
            font-size: 16px;
            color: #000000;
            font-weight: bold;
        }

        .jds .jdsr .jdsrb {
            margin-top: 10px;
        }

            .jds .jdsr .jdsrb ul li {
                line-height: 36px;
            }

                .jds .jdsr .jdsrb ul li a {
                    display: block;
                    font-size: 16px;
                    color: #000000;
                }

                    .jds .jdsr .jdsrb ul li a span {
                        float: right;
                        font-size: 14px;
                        color: #999999;
                    }
}
*/
.business_102103 {
    max-width: 1200px;
    margin: 0 auto;
}

    .business_102103 .bd {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .business_102103 .bd .item {
            width: 48%;
            margin-bottom: 30px;
            padding: 95px 150px 38px;
            border-radius: 8px;
            border: 1px solid #ccc;
            text-align: center;
            transition: all .3s ease;
        }

            .business_102103 .bd .item i {
                display: block;
                width: 75px;
                height: 75px;
                margin: 0 auto 50px;
            }

            .business_102103 .bd .item h4 {
                margin-bottom: 12px;
                font-size: 30px;
                line-height: 50px;
            }

            .business_102103 .bd .item .desc {
                margin-bottom: 50px;
                font-size: 16px;
                line-height: 30px;
            }

            .business_102103 .bd .item .num {
                opacity: .6;
                line-height: 30px;
                font-size: 26px;
                font-weight: bold;
            }

            .business_102103 .bd .item:hover {
                background-color: #0047e4;
                color: #fff;
            }

                .business_102103 .bd .item:hover a {
                    color: #fff;
                }

            .business_102103 .bd .item:nth-child(1) i {
                background: url(business_102103_1.png) no-repeat center;
            }

            .business_102103 .bd .item:nth-child(2) i {
                background: url(business_102103_2.png) no-repeat center;
            }

            .business_102103 .bd .item:nth-child(3) i {
                background: url(business_102103_3.png) no-repeat center;
            }

            .business_102103 .bd .item:nth-child(4) i {
                background: url(business_102103_4.png) no-repeat center;
            }

            .business_102103 .bd .item:nth-child(1):hover i {
                background: url(business_102103_01.png) no-repeat center;
            }

            .business_102103 .bd .item:nth-child(2):hover i {
                background: url(business_102103_02.png) no-repeat center;
            }

            .business_102103 .bd .item:nth-child(3):hover i {
                background: url(business_102103_03.png) no-repeat center;
            }

            .business_102103 .bd .item:nth-child(4):hover i {
                background: url(business_102103_04.png) no-repeat center;
            }

/*@media screen and (max-width: 768px) {
    .business_102103 {
        max-width: 100%;
        padding: 8% 5%;
    }

        .business_102103 .bd {
            display: block;
        }

            .business_102103 .bd .item {
                width: 100%;
                margin-bottom: 30px;
                padding: 5%;
                border-radius: 8px;
                border: 1px solid #ccc;
                text-align: center;
                transition: all .3s ease;
            }

                .business_102103 .bd .item i {
                    display: block;
                    width: 75px;
                    height: 75px;
                    margin: 0 auto 10px;
                }

                .business_102103 .bd .item h4 {
                    margin-bottom: 12px;
                    font-size: 22px;
                    line-height: 2;
                }

                .business_102103 .bd .item .desc {
                    margin-bottom: 30px;
                    font-size: 16px;
                    line-height: 30px;
                }

                .business_102103 .bd .item .num {
                    opacity: .6;
                    line-height: 30px;
                    font-size: 26px;
                    font-weight: bold;
                }
}
*/
.business_102102 {
    max-width: 1200px;
    margin: 0 auto;
}

    .business_102102 .bd {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .business_102102 .bd .item {
            width: 32%;
            margin-bottom: 50px;
            padding: 0;
            border: 1px solid #ccc;
            text-align: center;
            transition: all .3s ease;
        }

            .business_102102 .bd .item h4 {
                margin-bottom: 0;
                padding: 64px 0 54px;
                font-size: 26px;
                line-height: 50px;
            }

            .business_102102 .bd .item .desc {
                margin-bottom: 0;
                font-size: 16px;
                line-height: 30px;
                display: none;
            }

            .business_102102 .bd .item:hover {
                background-color: #0047e4;
                color: #fff;
            }

            .business_102102 .bd .item:nth-child(1) {
                width: 100%;
                padding: 24px 120px 24px 24px;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

                .business_102102 .bd .item:nth-child(1) .pic {
                    flex: 0 0 45%;
                    height: auto;
                    background-color: #eee;
                }

                    .business_102102 .bd .item:nth-child(1) .pic img {
                        width: 100%;
                        height: 100%;
                    }

                .business_102102 .bd .item:nth-child(1) .txt {
                    flex: 0 0 50%;
                    text-align: left;
                }

                    .business_102102 .bd .item:nth-child(1) .txt h4 {
                        margin-bottom: 10px;
                        padding: 0;
                        line-height: 55px;
                        font-weight: bold;
                    }

                    .business_102102 .bd .item:nth-child(1) .txt .desc {
                        display: block;
                    }

/*@media screen and (max-width: 768px) {
    .business_102102 {
        max-width: 100%;
        padding: 8% 5%;
    }

        .business_102102 .bd {
            display: block;
        }

            .business_102102 .bd .item {
                width: 100%;
                margin-bottom: 20px;
                padding: 3%;
            }

                .business_102102 .bd .item .txt {
                    flex: 0 0 100%;
                    padding: 5% 5% 3%;
                }

                .business_102102 .bd .item h4 {
                    margin-bottom: 0;
                    padding: 0;
                    font-size: 18px;
                    line-height: 2;
                    font-weight: bold;
                }

                .business_102102 .bd .item .desc {
                    margin-bottom: 0;
                    font-size: 14px;
                    line-height: 2;
                    display: none;
                    color: #666;
                }

                .business_102102 .bd .item:nth-child(1) {
                    padding: 3%;
                    display: block;
                }

                    .business_102102 .bd .item:nth-child(1) .pic {
                        flex: 0 0 100%;
                        height: auto;
                        background-color: #eee;
                    }

                        .business_102102 .bd .item:nth-child(1) .pic img {
                            width: 100%;
                            height: 100%;
                        }

                    .business_102102 .bd .item:nth-child(1) .txt {
                        flex: 0 0 100%;
                        text-align: left;
                    }

                        .business_102102 .bd .item:nth-child(1) .txt h4 {
                            margin-bottom: 10px;
                            padding: 0;
                            line-height: 55px;
                            font-weight: bold;
                        }

                        .business_102102 .bd .item:nth-child(1) .txt .desc {
                            display: block;
                        }
}
*/
.business_102101 {
    max-width: 1200px;
    margin: 0 auto;
}

    .business_102101 .bd {
        padding-bottom: 1px;
    }

        .business_102101 .bd .item {
            width: 100%;
            margin-bottom: 30px;
            padding: 24px 120px 24px 24px;
            border: 1px solid #ccc;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all .3s ease;
        }

            .business_102101 .bd .item .pic {
                flex: 0 0 45%;
                height: auto;
                margin-right: 50px;
                background-color: #eee;
                text-align: center;
            }

                .business_102101 .bd .item .pic img {
                    width: 100%;
                    height: 100%;
                }

            .business_102101 .bd .item .txt {
                flex: 0 0 50%;
            }

                .business_102101 .bd .item .txt h4 {
                    margin-bottom: 10px;
                    padding: 0;
                    font-size: 26px;
                    line-height: 55px;
                    font-weight: bold;
                }

                .business_102101 .bd .item .txt .desc {
                    display: block;
                    font-size: 16px;
                    line-height: 30px;
                }

            .business_102101 .bd .item:hover {
                border: 1px solid #fff;
                box-shadow: 0 0 20px rgba(0,0,0,0.1);
            }

/*@media screen and (max-width: 768px) {
    .business_102101 {
        max-width: 100%;
        padding: 8% 5%;
    }

        .business_102101 .bd .item {
            margin-bottom: 20px;
            padding: 3%;
            display: block;
        }

            .business_102101 .bd .item:last-child {
                margin-bottom: 0;
            }

            .business_102101 .bd .item .pic {
                flex: 0 0 100%;
                margin-right: 0;
            }

            .business_102101 .bd .item .txt {
                flex: 0 0 100%;
                padding: 5% 5% 3%;
            }

                .business_102101 .bd .item .txt h4 {
                    margin-bottom: 5px;
                    padding: 0;
                    font-size: 18px;
                    line-height: 2;
                    font-weight: bold;
                }

                .business_102101 .bd .item .txt .desc {
                    display: block;
                    font-size: 14px;
                    line-height: 1.5;
                    color: #666;
                }
}
*/
.about-wp .g-in {
    padding: 0;
    width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .about-wp .g-in {
        width: 1200px;
    }
}

@media screen and (max-width: 1280px) {
    .about-wp .g-in {
        width: 100%;
    }
}

.about-title .hd {
    margin-bottom: 32px;
}

    .about-title .hd h3 {
        font-size: 20px;
        line-height: 32px;
        color:#000;
    }

    .about-title .hd h2 {
        margin-bottom: 14px;
        font-size: 41px;
        line-height: 54px;
        font-weight: bold;
    }

    .about-title .hd .desc {
        font-size: 16px;
        line-height: 32px;
    }

.about1 {
    position: relative;
}

    .about1 .pic img {
        width: 100%;
        height: auto;
    }

    .about1 .video-play {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #fff;
        font-size: 20px;
        transform: translate(-50%,-50%);
        font-size: 20px;
        line-height: 46px;
        text-align: center;
        cursor: pointer;
    }

        .about1 .video-play i {
            display: block;
            width: 70px;
            height: 70px;
            margin: 0 auto 13px;
        }

            .about1 .video-play i svg {
                width: 70px;
                height: 70px;
            }

.about2 {
    padding: 100px 0 126px;
    background: #fff;
}

    .about2 .g-in {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .about2 .hd {
        position: relative;
        width: 380px;
        min-height: 495px;
        border-right: 1px solid #e6e8e9;
    }

        .about2 .hd::after {
            position: absolute;
            top: 200px;
            left: 0;
            width: 34px;
            height: 6px;
            background: linear-gradient(to right, #194cc3, #158bd9);
            content: '';
        }

        .about2 .hd h2 {
            margin-bottom: 270px;
        }

    .about2 .bd {
        flex: 0 0 920px;
    }

    .about2 .intro {
        min-height: 345px;
        font-size: 14px;
        line-height: 32px;
    }

.numtxt .item {
    position: relative;
    display: inline-block;
    width: 30.33%;
    padding: 0;
    text-align: left;
}

    .numtxt .item .num {
        color: #464646;
        font-size: 72px;
        line-height: 80px;
    }

        .numtxt .item .num em {
            font-family: Arial;
            font-weight: bold;
        }

        .numtxt .item .num span {
            display: inline-block;
            margin-left: 8px;
            margin-top: 0;
            font-size: 14px;
            line-height: 22px;
            vertical-align: top;
        }

    .numtxt .item .num-tit {
        color: #959595;
        font-size: 14px;
        line-height: 28px;
    }

.about3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .about3 .item {
        position: relative;
        width: 33.333%;
        color: #fff;
        text-align: center;
    }

        .about3 .item .txt {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 1;
        }

            .about3 .item .txt i {
                display: block;
                width: 126px;
                height: 126px;
                margin: 0 auto 10px;
            }

            .about3 .item .txt h4 {
                font-size: 24px;
                line-height: 42px;
            }

            .about3 .item .txt .desc {
                font-size: 18px;
                line-height: 40px;
            }

.about4 {
    padding: 90px 0 110px;
    background-color: #eaf7ff;
}

    .about4 .bd {
        position: relative;
    }

    .about4 .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .about4 .swiper-button-next,
    .about4 .swiper-button-prev {
        position: absolute;
        display: block;
        top: 50%;
        width: 54px;
        height: 54px;
        transform: translateY(-50%);
    }

    .about4 .swiper-button-next {
        right: -65px;
        background: url(a4nx.png) no-repeat;
    }

    .about4 .swiper-button-prev {
        left: -65px;
        background: url(a4pv.png) no-repeat;
    }

    .about4 .swiper-button-next:hover {
        background: url(a04nx.png) no-repeat;
    }

    .about4 .swiper-button-prev:hover {
        background: url(a04pv.png) no-repeat;
    }

.about5 {
    padding: 90px 0 110px;
    background: #000 url(about5.jpg) no-repeat center top;
}

    .about5 .hd {
        margin-bottom: 40px;
        color: #fff;
    }

    .about5 .bd {
        position: relative;
    }

    .about5 .swiper-slide img {
        width: 100%;
        height: 320px;
    }

    .about5 .bd .txt {
        padding: 40px 40px;
        background: #fff;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    .about5 .swiper-button-next,
    .about5 .swiper-button-prev {
        position: absolute;
        display: block;
        top: 50%;
        width: 54px;
        height: 54px;
        transform: translateY(-50%);
    }

    .about5 .swiper-button-next {
        right: -65px;
        background: url(a4nx.png) no-repeat;
    }

    .about5 .swiper-button-prev {
        left: -65px;
        background: url(a4pv.png) no-repeat;
    }

    .about5 .swiper-button-next:hover {
        background: url(a04nx.png) no-repeat;
    }

    .about5 .swiper-button-prev:hover {
        background: url(a04pv.png) no-repeat;
    }

.about6 {
    padding: 100px 0 60px;
    background: #f5f5f5;
}

    .about6 .g-in {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .about6 .hd {
        position: relative;
        width: 380px;
        min-height: 495px;
        border-right: 1px solid #e6e8e9;
    }

        .about6 .hd::after {
            position: absolute;
            top: 200px;
            left: 0;
            width: 34px;
            height: 6px;
            background: linear-gradient(to right, #194cc3, #158bd9);
            content: '';
        }

        .about6 .hd h2 {
            margin-bottom: 270px;
        }


@media screen and (max-width: 1440px) {
    .about6 .g-in {
        flex-wrap: wrap;
    }

    .about6 .bd {
        position: relative;
        width: 80%;
    }

        .about6 .bd img {
            width: 100%;
            height: auto;
        }
}

.about7 {
    position: relative;
    background: #000 url(about7.jpg) no-repeat center top;
}

    .about7 .g-in {
        position: relative;
        padding: 240px 0 105px;
    }

    .about7 .hd {
        position: absolute;
        top: 90px;
        left: 0;
        max-width: 1000px;
    }

        .about7 .hd .cg {
            margin-top: 25px;
        }

            .about7 .hd .cg h4 {
                margin-bottom: 6px;
                font-size: 60px;
                line-height: 86px;
                font-weight: bold;
            }

            .about7 .hd .cg .desc {
                font-size: 16px;
                line-height: 32px;
            }

        .about7 .hd .swiper-slide {
            opacity: 0 !important;
        }

        .about7 .hd .swiper-slide-active {
            opacity: 1 !important;
        }

    .about7 .bd {
        position: relative; /* min-height: 360px; */
    }

        .about7 .bd::after {
            position: absolute;
            bottom: 200px;
            left: 0;
            width: 100%;
            height: 1px;
            border-bottom: 2px dotted #333;
            content: '';
            /*transform: rotate(-8.5deg);*/
        }

        .about7 .bd .swiper-slide {
            min-height: 470px;
            padding-top: 0;
            text-align: center;
        }

            .about7 .bd .swiper-slide .txt {
                position: relative;
                padding-bottom: 68px;
                cursor: pointer;
            }

                .about7 .bd .swiper-slide .txt::before {
                    position: absolute;
                    top: 60px;
                    left: 50%;
                    width: 1px;
                    height: 50px;
                    background-color: #93b3eb;
                    content: '';
                    transform: translateX(-50%);
                }

                .about7 .bd .swiper-slide .txt h4 {
                    font-size: 18px;
                    line-height: 32px;
                    font-weight: bold;
                }

                .about7 .bd .swiper-slide .txt .desc {
                    line-height: 28px;
                    visibility: visible;
                }

                .about7 .bd .swiper-slide .txt::after {
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    margin-left: -10px;
                    width: 20px;
                    height: 20px;
                    border-radius: 20px;
                    border: 5px solid #fff;
                    background: #000;
                    content: '';
                }

            .about7 .bd .swiper-slide .cur.txt h4 {
                color: #185fca;
                font-size: 24px;
                font-weight: bold;
            }

            .about7 .bd .swiper-slide .cur.txt .desc {
                visibility: visible;
            }

            .about7 .bd .swiper-slide:nth-child(2n) .txt {
                margin-top: 100px;
                padding-top: 90px;
                padding-bottom: 0;
            }

                .about7 .bd .swiper-slide:nth-child(2n) .txt::after {
                    top: 7px;
                }

                .about7 .bd .swiper-slide:nth-child(2n) .txt::before {
                    top: 36px;
                }
            /*.about7 .bd .swiper-slide:nth-child(1n) .txt {
                margin-top: 100px;
                padding-top: 90px;
                padding-bottom: 0;
            }

                .about7 .bd .swiper-slide:nth-child(1n) .txt::after {
                    top: 7px;
                }

                .about7 .bd .swiper-slide:nth-child(1n) .txt::before {
                    top: 36px;
                }*/

        .about7 .bd .swiper-button-next,
        .about7 .bd .swiper-button-prev {
            position: absolute;
            display: block;
            top: 50%;
            width: 54px;
            height: 54px;
            transform: translateY(-50%);
        }

        .about7 .bd .swiper-button-next {
            right: -65px;
            background: url(a4nx.png) no-repeat;
        }

        .about7 .bd .swiper-button-prev {
            left: -65px;
            background: url(a4pv.png) no-repeat;
        }

        .about7 .bd .swiper-button-next:hover {
            background: url(a04nx.png) no-repeat;
        }

        .about7 .bd .swiper-button-prev:hover {
            background: url(a04pv.png) no-repeat;
        }

    .numtxt .item .num em,
    .numtxt .item .num span,
    .about7 .hd .cg h4 {
        background-image: -webkit-linear-gradient(left,#1951c5,#1769cd,#1680d6);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }


.msg-form {
    padding: 50px 50px 50px;
    border: 1px solid #d1d1d1;
}

    .msg-form h3 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 48px;
    }

    .msg-form li {
        position: relative;
        margin-bottom: 20px;
    }

        .msg-form li:last-child {
            padding-top: 16px;
        }

        .msg-form li input[type="text"] {
            width: 520px;
            height: 60px;
            padding: 15px 30px;
            border: 0;
            background-color: #f5f5f5;
            line-height: 30px;
        }

            .msg-form li input[type="text"]:focus {
                background-color: #ebebebf8;
            }

        .msg-form li input[type="submit"],
        .msg-form li input[type="reset"] {
            width: 255px;
            height: 60px;
            padding: 0;
            border: 0;
            background-color: #0047e4;
            color: #fff;
            font-weight: bold;
            line-height: 60px;
            cursor: pointer;
        }

        .msg-form li input[type="reset"] {
            margin-left: 10px;
            background-color: #bbb;
        }

    .msg-form textarea {
        width: 550px;
        height: 316px;
        padding: 15px 30px;
        background-color: #f5f5f5;
        line-height: 30px;
        resize: none;
    }

        .msg-form textarea:focus {
            background-color: #ebebebf8;
        }

.contact {
    padding: 50px 50px 50px;
    border: 1px solid #d1d1d1;
    border-top: 0;
    line-height: 54px;
}

    .contact img {
        width: 100%;
    }

.config_map {
    margin-top: 46px;
}

.layui-layer-page .layui-layer-content {
    overflow: hidden !important;
    background-color: #000;
}

@media screen and (max-width: 1280px) {
    .ad {
        margin-bottom: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .config_map, #dituContent {
        height: 40vh !important;
        margin-top: 15px;
    }

    .msg-form {
        padding: 15px;
    }

        .msg-form h3 {
            margin-bottom: 20px;
            font-size: 20px;
            line-height: 34px;
        }

        .msg-form li {
            position: relative;
            margin-bottom: 10px;
        }

            .msg-form li:last-child {
                padding-top: 0px;
            }

            .msg-form li input[type="text"] {
                width: 100%;
                height: 45px;
                padding: 15px 15px;
                border: 0;
                background-color: #f5f5f5;
                line-height: 30px;
            }

                .msg-form li input[type="text"]:focus {
                    background-color: #ebebebf8;
                }

            .msg-form li input[type="submit"],
            .msg-form li input[type="reset"] {
                width: 48%;
                height: 40px;
                line-height: 40px;
            }

            .msg-form li input[type="reset"] {
                margin-left: 10px;
                background-color: #bbb;
            }

        .msg-form textarea {
            width: 100%;
            height: 190px;
            padding: 15px;
        }

            .msg-form textarea:focus {
                background-color: #ebebebf8;
            }

        .msg-form .fl, .msg-form .fr {
            float: none;
            width: 100%;
        }
}
