* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'SOURCEHANSANSCN' !important;
    font-weight: normal;
}

a {
    display: inline-block;
}

input,
textarea,
select {
    outline: none;
    box-sizing: border-box !important;
}

body {
    font-size: 0;
}

@font-face {
    font-family: SOURCEHANSANSCN;
    /*这里是说明调用来的字体名字*/
    src: url('SOURCEHANSANSCN-REGULAR.OTF');
    /*这里是字体文件路径*/
}

/* 头部 */
header {
    background-color: #FFFFFF;
    z-index: 99999;
    /* box-shadow: 0 0 20px 0 #F5F5F5; */
    width: 100%;
    padding: 40px 0 !important;
    height: 170px;
}

.bx-logo {
    line-height: 90px;
}

    .bx-logo img {
        max-height: 90px;
    }

.flex {
    display: flex;
}

.rexian,
.rexian .flex {
    height: 90px;
}

.flex_aic {
    align-items: center;
}

.rexian img {
    width: 30px;
    height: 30px;
    margin: 10px 8px 10px 0;
}

.rx_xq h2 {
    color: #707070;
    font-size: 16px;
    line-height: 21px;
}

.rx_xq p {
    color: #1791FC;
    font-size: 26px;
    font-weight: bold;
}

.head_ss {
    width: calc(100% - 550px);
    padding: 24px 0;
}

.ss_c {
    width: 80%;
    position: relative;
    margin: auto;
}

    .ss_c input {
        width: 100%;
        height: 42px;
        line-height: 40px;
        border: 1px solid #BCBCBC;
        border-radius: 5px;
        padding: 0 40px 0 20px;
        font-size: 16px;
        color: #333333;
    }

        .ss_c input::-webkit-input-placeholder {
            color: #BCBCBC;
        }

    .ss_c img {
        position: absolute;
        right: 10px;
        width: 18px;
        top: 50%;
        transform: translate(0, -50%);
    }

body .bx-nav-one {
    height: 60px;
    line-height: 60px;
}

    body .bx-nav-one .bx-nav ul li {
        float: left;
        line-height: 60px;
        width: 12.5%;
        position: relative;
    }

        body .bx-nav-one .bx-nav ul li a {
            display: block;
            width: auto;
            color: #333333;
            font-size: 18px;
        }

            body .bx-nav-one .bx-nav ul li a:hover {
                background-color: #18B730;
            }

        body .bx-nav-one .bx-nav ul li .bx-nav-fd {
            top: 60px;
            border-radius: 5px;
            transform: translate(-50%,0);
            left: 50%;
            width: 150%;
        }

            body .bx-nav-one .bx-nav ul li .bx-nav-fd a {
                color: #9E9C9C;
                font-size: 18px;
                line-height: 40px;
            }

                body .bx-nav-one .bx-nav ul li .bx-nav-fd a:hover {
                    color: #ffffff;
                }

/* padding */
.pt9 {
    padding-top: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

/* 宽度 */
.width20 {
    float: left;
    width: 20%;
}

.width40 {
    float: left;
    width: 40%;
}


/* banner */
.banner {
    position: relative;
}


    .banner img, .banner a {
        width: 100%;
        display:inline-block;
    }

    .banner h2 {
        transform: translate(-50%,-50%);
        left: 50%;
        top: 50%;
        position: absolute;
        color: #ffffff;
        font-weight: bold;
        font-size: 36px;
    }

/* 大标题 */

.biao {
    position: relative;
    text-align: center;
    padding-bottom: 50px;
}

    .biao h3 {
        width: 100%;
        color: #E9E8E8;
        font-size: 36px;
        line-height: 44px;
        font-weight: bold;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 0;
    }

    .biao h2 {
        color: #333333;
        font-weight: bold;
        font-size: 36px;
        line-height: 48px;
        padding-top: 10px;
        position: relative;
        z-index: 9;
    }

    .biao span {
        display: block;
        width: 42px;
        height: 4px;
        background-color: #1791FC;
        margin: 14px auto 0;
    }

.baibiao h2 {
    color: #FFFFFF;
}

.baibiao h3 {
    color: #F8F8F8;
    opacity: .3;
}


.qianbiao h3 {
    color: #ffffff;
    opacity: .5;
}


/* 项目优势 */
.advantage ul {
    margin: 0 -10px;
}

    .advantage ul li {
        padding:10px;
        text-align:center;
    }

        .advantage ul li a {
            display: block;
            /*background-image: url(../images/ys_bg.png);
            background-repeat: no-repeat !important;
            background-size: 100% 100% !important;
            background-color: #FFFFFF;
            position: relative;
            padding: 24px 30px;
            box-shadow: 1px 5px 10px 0 rgba(0, 0, 0, .16);*/
        }

.djiazhi ul li img {
    width: 100%;
}

.advantage li h2 {
    padding-top: 20px;
    font-size: 18px;
    color: #333333;
}

.advantage li span {
    display: block;
    margin-top: 15px;
    width: 19px;
    height: 3px;
    background-color: #1791FC;
    margin-bottom: 60px;
}

.advantage li h3 {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.advantage li p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin-top: 8px;
   display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 56px;
}
.jz-img img{
    margin:auto;
    display:block;
    width:80%;
}
/*.advantage li a:hover {
    background-image: url(../images/ysbg_xz.png);
    background-color: #18B730;
}*/

    .advantage li a:hover h2{
        color: #1791FC;
    }

    /*.advantage li a:hover span {
        background-color: #FFFFFF;
    }*/

/* 服务项目 */

.service ul li {
    height: 310px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
}

    .service ul li:nth-child(1) {
        background: url(../images/fwbg1.png) no-repeat;
        background-size: 100% 100%;
    }

    .service ul li:nth-child(2) {
        background: url(../images/fwbg2.png) no-repeat;
        background-size: 100% 100%;
    }

    .service ul li:nth-child(3) {
        background: url(../images/fwbg3.png) no-repeat;
        background-size: 100% 100%;
    }

    .service ul li:nth-child(4) {
        background: url(../images/fwbg4.png) no-repeat;
        background-size: 100% 100%;
    }

    .service ul li a {
        height: 310px;
        padding-top: 84px;
        display: block;
        text-align: center;
    }

        .service ul li a img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }

        .service ul li a h2 {
            padding-top: 14px;
            line-height: 28px;
            font-size: 20px;
            color: #FFFFFF;
            font-weight: bold;
        }

.service .width40 a {
    float: left;
    width: 37.5%;
    background: url(../images/rz_xzbg.png) no-repeat;
    background-size: 100% 100%;
}

    .service .width40 a img {
        background-color: #18B730;
    }

    .service .width40 a h2 {
        color: #000000;
    }

.service .width40 .renzheng {
    display: block;
}

.renzheng {
    width: 62.5%;
    float: left;
    height: 310px;
    display: none;
    background: url(../images/renzheng_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px 20px;
}

    .renzheng h3 {
        line-height: 22px;
        font-size: 16px;
        color: #000000;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .renzheng p {
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
        height: 160px;
    }

/* 我们的优势 */
.strengths {
    padding: 80px 0;
    background: url(../images/us_ys.png) no-repeat;
    background-size: cover;
}

    .strengths ul {
        margin: 0 -30px;
    }

        .strengths ul li {
            padding: 30px;
        }

.ys_xuhao {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    background-color: #1791FC;
}

    .ys_xuhao span {
        font-size: 56px;
        color: #FFFFFF;
        font-weight: bold;
        font-family: '黑体' !important;
    }

    .ys_xuhao b {
        width: 100px;
        height: 24px;
        line-height: 24px;
        font-size: 18px;
        position: absolute;
        left: 0;
        z-index: 11;
        color: #FFFFFF;
        background-color: #1791FC;
        top: 50px;
        text-transform: uppercase;
    }

.strengths ul li:nth-child(1) .ys_xuhao b::before {
    content: 'ONE';
}

.strengths ul li:nth-child(2) .ys_xuhao b::before {
    content: 'two';
}

.strengths ul li:nth-child(3) .ys_xuhao b::before {
    content: 'three';
}

.strengths ul li:nth-child(4) .ys_xuhao b::before {
    content: 'four';
}

.strengths ul li:nth-child(5) .ys_xuhao b::before {
    content: 'five';
}

.strengths ul li:nth-child(6) .ys_xuhao b::before {
    content: 'six';
}

.strengths ul li:nth-child(7) .ys_xuhao b::before {
    content: 'seven';
}

.strengths ul li:nth-child(8) .ys_xuhao b::before {
    content: 'eight';
}

.ys_gs {
    width: calc(100% - 100px);
    padding-left: 25px;
}

    .ys_gs h2 {
        font-size: 20px;
        line-height: 25px;
        color: #000000;
        font-weight: bold;
        padding-bottom: 16px;
    }

    .ys_gs p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-size: 14px;
        line-height: 20px;
        color: #F8F8F8;
    }
.about {
padding-bottom:100px;
}
/* 服务流程 */
.indexptb {
    padding: 100px 0;
}

.fuwu {
    padding: 100px 0;
    position: relative;
}

.fwbg_c {
    width: 59%;
    margin: auto;
    background: url(../images/fw1_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 50px;
}

.fuwu_img {
    border-radius: 50%;
    border: 1px dashed #1791FC;
    margin: auto;
}

.fuwu img {
    width: 100%;
    padding: 78px;
    border-radius: 50%;
}

.fuwu ul li {
    position: absolute;
    max-width: 20%;
    cursor: default;
    width: 240px;
}

    .fuwu ul li h2 {
        color: #000000;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }

    .fuwu ul li p {
        font-size: 14px;
        line-height: 20px;
        color: #999999;
        margin-top: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        height: 60px;
        overflow: hidden;
    }

    .fuwu ul li span {
        display: block;
        width: 78px;
        line-height: 78px;
        text-align: center;
        color: #ffffff;
        background-color: #1791FC;
        border-radius: 50%;
        font-size: 36px;
        font-weight: bold;
        position: absolute;
    }

    .fuwu ul li:first-child span {
        bottom: -88px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .fuwu ul li:first-child {
        top: 6px;
        left: 50%;
        transform: translate(-50%, 0);
    }

        .fuwu ul li:first-child h2,
        .fuwu ul li:nth-child(5) h2 {
            text-align: center;
        }

    .fuwu ul li:nth-child(2) {
        top: 25%;
        left: 75%;
    }

        .fuwu ul li:nth-child(2) span,
        .fuwu ul li:nth-child(3) span,
        .fuwu ul li:nth-child(4) span {
            left: -98px;
        }

    .fuwu ul li:nth-child(3) {
        top: 50%;
        left: 80%;
        transform: translate(0, -50%);
    }

    .fuwu ul li:nth-child(4) {
        bottom: 25%;
        left: 75%;
    }

    .fuwu ul li:nth-child(5) {
        bottom: 6px;
        left: 50%;
        transform: translate(-50%, 0);
    }

        .fuwu ul li:nth-child(5) span {
            top: -88px;
            left: 50%;
            transform: translate(-50%, 0);
        }

    .fuwu ul li:nth-child(7) {
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
    }

    .fuwu ul li:nth-child(6) {
        bottom: 25%;
        left: 5%;
    }

    .fuwu ul li:nth-child(8) {
        top: 25%;
        left: 5%;
    }

        .fuwu ul li:nth-child(6) span,
        .fuwu ul li:nth-child(7) span,
        .fuwu ul li:nth-child(8) span {
            right: -98px;
        }

    .fuwu ul li:hover span {
        background-color: #18B730 !important;
        color: #FFFFFF;
    }

.fw_fl {
    text-align: center;
    padding-bottom: 32px;
}

    .fw_fl ul li {
        display: inline-block;
        padding: 0 75px;
    }

        .fw_fl ul li a {
            display: inline-block;
            border: 1px solid #1791FC;
            line-height: 40px;
            border-radius: 5px;
            padding: 0 12px;
            font-size: 16px;
            color: #1791FC;
        }

.fw_fl_xz a {
    border: 1px solid #18B730 !important;
    background-color: #18B730 !important;
    color: #FFFFFF !important;
}

.fw_list {
    display: none;
}

.fwbanner img {
    /*display:none;*/
}

.xian {
    display: block !important;
}

/* 首页 新闻 */
.news {
    background: url(../images/news_bg.png) no-repeat;
    background-size: cover;
}

.news_left {
    padding-right: 46px !important;
}

.imga img {
    width: 100%;
}

.news_img img {
    width: 100%;
}

.news_gs {
    padding-top: 18px;
}

    .news_gs .h2 {
        color: #333333;
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
    }

    .news_gs h3 {
        padding-top: 12px;
        line-height: 20px;
        color: #BCBABA;
        font-size: 14px;
    }

        .news_gs h3 img {
            display: inline-block;
            width: 14px;
            margin-top: -3px;
        }

    .news_gs p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        color: #999999;
        font-size: 14px;
        line-height: 20px;
        padding-top: 12px;
    }

    .news_gs .text-right a {
        color: #1791FC;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        padding-top: 10px;
        display: inline-block;
    }

.news_right ul li {
    padding-bottom: 30px;
}

    .news_right ul li:last-child {
        padding-bottom: 0;
    }

    .news_right ul li a {
        display: block;
        background-color: #ffffff;
        box-shadow: 0 0 10px 0 rgba(23, 145, 252, .2);
    }

.new_data {
    width: 22%;
    text-align: center;
    padding-top: 11px;
    height: 119px;
    color: #ffffff;
    background-color: #1791FC;
}

.new_ms {
    width: 78%;
    padding: 15px 20px;
}

    .new_ms h2 {
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
    }

    .new_ms p {
        padding-top: 14px;
        line-height: 20px;
        color: #999999;
        font-size: 14px;
    }

    .new_ms .text-right span {
        display: inline-block;
        padding-top: 8px;
        color: #333333;
        font-weight: bold;
        font-size: 14px;
    }

.new_data span {
    font-size: 38px;
    line-height: 52px;
    font-weight: bold;
}

.new_data p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 18px;
}

.news_right a:hover .new_data {
    background-color: #18B730;
}

.news_right a:hover .new_ms {
    box-shadow: 0 0 15px 0 rgba(71, 107, 254, .5);
}

    .news_right a:hover .new_ms span {
        color: #1791FC;
    }

.center_a {
    text-align: center;
    padding-top: 50px;
}

    .center_a a {
        display: inline-block;
        width: 120px;
        height: 42px;
        border: 1px solid #1791FC;
        color: #1791FC;
        font-size: 16px;
        line-height: 40px;
        border-radius: 5px;
    }

        .center_a a:hover {
            background-color: #1791FC;
            color: #FFFFFF;
        }

/* 友情链接 */
.links .bx-relative {
    height: 100px;
    overflow: hidden;
}

.links ul {
    width: 100% !important;
    margin: 0 -25px;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}

    .links ul li {
        padding: 0 25px;
        flex-shrink: 0;
    }


        .links ul li a {
            display: block;
        }

.link_img {
    border: 1px solid #D4D2D2;
    border-radius: 5px;
    line-height: 96px;
    height: 98px;
    text-align: center;
}

    .link_img img {
        max-width: 90%;
        max-height: 80px;
    }

/* 首页 联系我们 */
.contact {
    background: url(../images/input_bg.png) no-repeat;
    background-size: cover;
}

    .contact .text-center h3 {
        color: #FFFFFF;
        font-size: 18px;
        padding-bottom: 16px;
    }

    .contact p {
        color: #FFFFFF;
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 30px;
    }

        .contact p img {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            margin-right: 10px;
            display: inline-block;
        }

    .contact ul {
        margin: 0 -30px;
    }

        .contact ul li {
            padding: 12px 30px;
        }

    .contact li input,
    .contact li textarea {
        border-radius: 5px;
        background-color: #FFFFFF;
        padding: 0 20px;
        color: #333333;
        font-size: 16px;
        width: 100%;
        line-height: 48px;
        border: none;
    }

    .contact li input {
        height: 48px;
    }

    .contact li textarea {
        height: 96px;
    }

        .contact li input::-webkit-input-placeholder,
        .contact li textarea::-webkit-input-placeholder {
            color: #CCCCCC;
        }

    .contact a,
    .hahaha a {
        display: inline-block;
        line-height: 46px;
        border: 1px solid #18B730;
        border-radius: 5px;
        background-color: #18B730 !important;
        color: #FFFFFF;
        font-size: 16px;
        padding: 0 35px;
        margin-top: 30px;
    }

/* 页脚 */

.footer {
    background-color: #252525;
}

.foot-top {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #707070;
}

    .foot-top h3,
    .foot-top ul li {
        display: inline-block;
    }

    .foot-top h3 {
        font-size: 16px;
        font-weight: bold;
    }

    .foot-top ul li {
        font-size: 14px;
    }

.foot-nav ul li {
    line-height: 60px;
    padding: 0 25px;
}

    .foot-nav ul li:first-child {
        padding-left: 0;
    }

    .foot-nav ul li a {
        font-size: 16px;
        color: #707070;
    }

        .foot-nav ul li a:hover {
            text-decoration: underline;
        }


.foot-zhong {
    height: auto;
    padding: 50px 0;
    color: #6C6C6C;
}


/* .xiantiao {
	position: relative;
}

.xiantiao::after {
	content: '';
	width: 1px;
	height: 250px;
	background-color: #707070;
	position: absolute;
	right: 36%;
}
 */
.lh210 h4 {
    text-align: center;
    font-size: 14px;
    /* margin: 0 10px; */
    float: left;
}

.zuo6 {
    margin: 0;
    width: 80%;
    float: left;
    border: none;
}

    .zuo6 img {
        width: 18px;
    }

.shupai {
    text-align: center;
    margin-top: 10px !important;
}

    .shupai img {
        margin-bottom: 15px;
    }

    .shupai span {
        display: block;
        color: #6c6c6c;
        font-size: 10px;
    }

.dhright {
    padding-right: 45px;
    padding-top: 10px;
}
    .dhright a h1{
        font-size:18px;
    }
    .dhright a:hover h1 {
        color:#f4f4f4;
    }

    .dhright h3 {
        font-size: 14px;
        line-height: 32px;
        color: #747373;
    }

    .dhright h1 {
        font-size: 26px;
        font-weight: bold;
        color: #747373;
    }

.xinxi-right {
    margin-left: 40px;
}

    .xinxi-right h3,
    .xinxi-right p {
        font-size: 14px;
        line-height: 36px;
        color: #747373;
    }

        .xinxi-right h3 img {
            margin-right: 8px;
            margin-top: -4px;
        }

.erweima {
    float: right;
    width: 80px;
    text-align: center;
    padding-top: 20px;
}

    .erweima img {
        width: 75px;
        height: 75px;
    }

    .erweima h2 {
        color: #747373;
        font-size: 16px;
        line-height: 21px;
        padding-top: 10px;
    }

.foot-bottom {
    /*height: 60px;*/
    background: #252525;
    border-top: 1px solid #707070;
    color: #4A4A4A;
    text-align: center;
    padding: 15px 0;
    line-height: 30px;
    font-size: 14px;
}

/*.foot-bottom h3 {

}*/


/* 内页 */
.weizhi {
    padding: 28px 0;
}

    .weizhi h2,
    .weizhi a {
        font-size: 14px;
        color: #999999;
        line-height: 22px;
    }

        .weizhi h2 i,
        .weizhi a:hover {
            color: #1791FC;
        }

/* 关于我们 */
.about p {
    font-size: 14px;
    line-height: 20px;
    white-space: pre-line;
    text-indent: 28px;
    color: #707070;
}

/* 企业文化 */
.qywh {
    background: url(../images/qywh.png) no-repeat;
    background-size: cover;
}

    .qywh li {
        padding: 0 20px;
        text-align: center;
    }

        .qywh li img {
            width: 110px;
            height: 110px;
            border-radius: 50%;
        }

        .qywh li h2 {
            color: #000000;
            font-size: 16px;
            font-weight: bold;
            line-height: 21px;
            padding-top: 45px;
        }

        .qywh li span {
            display: block;
            margin: 17px auto 0;
            width: 16px;
            height: 4px;
            background-color: #1791FC;
        }

        .qywh li p {
            font-size: 14px;
            line-height: 20px;
            color: #707070;
            padding-top: 20px;
            white-space: pre-line;
        }

/* 发展历程 */

.licheng {
    position: relative;
}

    .licheng h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        padding-bottom: 25px;
        text-align: center;
        color: #707070;
    }

    .licheng span {
        width: 23px;
        height: 23px;
        background-color: #1791FC;
        padding: 2px;
    }

    .licheng span,
    .licheng i {
        display: block;
        margin: auto;
        border-radius: 50%;
    }

    .licheng i {
        border: 2px solid #ffffff;
        height: 19px;
        width: 19px;
    }

    .licheng::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #E2E2E2;
        position: absolute;
        left: 0;
        top: 68px;
        z-index: -1;
    }

    .licheng p {
        height: 185px;
        width: 90%;
        margin: 55px auto 0;
        background: url(../images/lichengp.png) no-repeat;
        background-size: 100% 100%;
        padding: 30px 28px;
        color: #707070;
        font-size: 14px;
        line-height: 19px;
    }

    .licheng:hover span {
        background-color: #18B730;
    }

    .licheng:hover i {
        border-color: #FFFFFF;
    }

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
}

.swiper-button-next:after {
    background: url(../images/you.png) no-repeat;
}

.swiper-button-prev:after {
    background: url(../images/zuo.png) no-repeat;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.history .swiper-button-next,
.history .swiper-button-prev {
    top: 70%;
}

/* 荣誉资质 */
.honor {
    background: url(../images/ry_bg.png) no-repeat;
    background-size: 100% 100%;
}

    .honor .swiper-slide {
        position: relative;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.9);
    }

    .honor .swiper-slide-active,
    .honor .swiper-slide-duplicate-active {
        transform: scale(1);
    }

.rongyu h2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.4);
    color: #FFFFFF;
    font-size: 14px;
    padding: 0 16px;
    font-weight: bold;
}

.honor .swiper-slide-active .rongyu h2 {
    color: #1791FC;
    background-color: rgba(0,0,0,.75);
}



/* 新闻中心 */
.neiyep {
    padding-top: 20px;
    padding-bottom: 70px;
}

.left_fl {
    width: 240px;
    float: left;
}

    .left_fl h2 {
        line-height: 72px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 1px;
        background-color: #1791FC;
    }

.yidong_ul ul li a {
    display: block;
    font-size: 18px;
    color: #999999;
    margin-bottom: 1px;
    background-color: #EBEBEB;
    line-height: 60px;
    padding: 0 18px;
}

.yidong_ul .left_xza {
    color: #FFFFFF !important;
    background-color: #18B730 !important;
}

.bx-nav-fd .left_xza {
    color: #1791FC !important;
}

.right_tk {
    width: calc(100% - 240px);
    padding-left: 48px;
    float: left;
}

body .bx-news-tow ul li .pic {
    width: 260px;
    height: 190px;
}

.right_tk ul li a {
    display: block;
}

body .bx-news-tow ul li a {
    background-color: #FFFFFF;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
}

body .bx-news-tow ul li:first-child {
    padding-top: 0;
}

body .bx-news-tow ul li .tet {
    padding-left: 280px;
}

    body .bx-news-tow ul li .tet h3 {
        font-weight: bold;
        font-size: 16px;
        color: #000000;
        margin: 0;
        padding: 35px 0 10px;
    }

    body .bx-news-tow ul li .tet span {
        color: #BCBCBC;
        font-size: 14px;
        line-height: 20px;
    }

        body .bx-news-tow ul li .tet span img {
            width: 14px;
            margin-top: -2px;
        }

    body .bx-news-tow ul li .tet p {
        margin-top: 15px;
        line-height: 20px;
        height: 60px;
        color: #999999;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

.tet_rightp {
    padding-right: 130px;
}

.new_you {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

    .bx-img-hover a:hover .new_you img:first-child,
    .new_you img:last-child {
        display: none;
    }

.bx-img-hover a:hover .new_you img:last-child {
    display: block;
}

.new_you img {
    width: 52px;
}

body .bx-news-tow ul li {
    padding: 25px 0;
    border-bottom: none;
}


/* 证书查询 */

.chaxun ul {
    margin: 0 -22px;
}

    .chaxun ul li {
        padding: 0 22px 30px;
    }

        .chaxun ul li a,
        .chanpinrz ul li a {
            display: block;
            padding: 20px;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
        }

.cx_img img {
    width: 100px;
    height: 73px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
}

.cx_h2 {
    width: calc(100% - 100px);
}

    .cx_h2 h2,
    .chanpinrz li h2 {
        font-size: 16px;
        color: #000000;
        line-height: 22px;
        padding-top: 15px;
        font-weight: bold;
    }

    .cx_h2 span,
    .chanpinrz li a span {
        display: block;
        margin-top: 15px;
        width: 17px;
        height: 3px;
        background-color: #1791FC;
    }

.chaxun ul li a:hover,
.chanpinrz ul li a:hover {
    background-color: #18B730;
}

    .chaxun ul li a:hover .cx_h2 h2,
    .chanpinrz ul li a:hover h2,
    .chanpinrz ul li a:hover p {
        color: #FFFFFF;
    }

    .chaxun ul li a:hover .cx_h2 span,
    .chanpinrz ul li a:hover span {
        background-color: #FFFFFF;
    }

.chanpinrz ul {
    margin: 0 -20px;
}

    .chanpinrz ul li {
        padding: 0 20px 40px;
    }

        .chanpinrz ul li p {
            line-height: 24px;
            height: 48px;
            font-size: 14px;
            color: #999999;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin-top: 15px;
        }

/* 详情 */
.xiangqing {
    background-color: #F7F7F7;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
    padding: 30px;
}

.xq_top {
    padding: 20px 0 10px;
    border-bottom: 1px solid #BCBCBC;
    text-align: center;
}

    .xq_top h2 {
        color: #000000;
        font-size: 28px;
        font-weight: bold;
        line-height: 40px;
    }

    .xq_top span {
        display: block;
        line-height: 22px;
        font-size: 14px;
        color: #999999;
        padding-top: 18px;
    }

.xiangqing h3 {
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
}

.xiangqing h4 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: bold;
}

    .xiangqing h4 span {
        display: inline-block;
        width: 4px;
        height: 15px;
        background-color: #1791FC;
        top: 1px;
        position: relative;
        margin-right: 8px;
    }

.xiangqing p {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.xiangqing ul,
.xiangqing1 ul {
    padding-top: 36px;
    text-align: center;
}
.xiangqing1 ul {
    padding-bottom:20px;
}

    .xiangqing ul li,
    .xiangqing1 ul li {
        display: inline-block;
        padding: 0 30px;
    }

        .xiangqing ul li a,
        .xiangqing1 ul li a {
            display: block;
            width: 98px;
            height: 48px;
            border-radius: 5px;
            line-height: 46px;
            font-size: 16px;
        }

        .xiangqing ul li:first-child a,
        .xiangqing1 ul li:first-child a {
            color: #FFFFFF;
            border: 1px solid #18B730;
            background-color: #18B730;
        }

        .xiangqing ul li:last-child a,
         .xiangqing1 ul li:last-child a{
            color: #1791FC;
            border: 1px solid #1791FC;
        }


/* 联系我们 */

.con_left {
    width: 65%;
}

    .con_left img,
    .con_right img {
        width: 38px;
        height: 38px;
        border-radius: 38px;
    }

    .con_left ul li {
        padding-bottom: 60px;
    }

.con {
    padding-left: 18px;
}

    .con h2 {
        color: #959494;
        font-size: 14px;
        line-height: 20px;
    }

    .con p {
        color: #333333;
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        white-space: pre-line;
    }

.con_right {
    width: 35%;
}

    .con_right ul li {
        padding-bottom: 36px;
    }

.map iframe {
    width: 100% !important;
}

/* 加入我们 */
.join_top {
    padding-bottom: 60px;
}

    .join_top p {
        color: #000000;
        font-size: 12px;
        line-height: 16px;
        white-space: pre-line;
    }

.zp_list {
    background-color: #F9F9F9;
    padding: 50px 30px;
    margin-bottom: 50px;
}

body .bx-Join ul li {
    height: 62px;
    line-height: 62px;
    padding: 0 20px;
    background-color: #F9F9F9 !important;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
}

.mainmenu li:first-child {
    margin-top: 0;
}

body .bx-Join ul li h3 {
    color: #333333;
    font-size: 16px;
    background: none;
    padding: 0;
    width: auto;
    line-height: 62px;
}

.mainmenu li h3 img {
    width: 17px;
    margin: 0 12px;
}

body .bx-Join ul li span {
    color: #999999;
    border: none;
    margin: 0;
    width: auto;
    line-height: 60px;
    font-size: 14px;
}

.mainmenu li b.bxweb {
    font-weight: normal;
    padding-left: 8px;
    color: #E60012;
}

.mainmenu li b {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

body .bx-Join ul li span.s {
    transform: none;
}

body .bx-Join ul li span i {
    display: inline-block;
    font-size: 20px;
    padding-left: 14px;
    color: #D5D3D3;
    opacity: .4;
}

.mainmenu .li span i {
    transform: rotate(90deg);
    padding-left: 0;
    margin-right: 14px;
    position: relative;
    right: -14px;
}

body .bx-Join .submenu {
    border: none;
    border-top: 1px dashed #B6BEC9;
    padding: 15px 32px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
    background-color: #F9F9F9;
}

.bx-Join ul li.li h3:before {
    display: none;
}

.submenu h2 {
    color: #000000 !important;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
}

.submenu p {
    color: #787878;
    line-height: 36px;
    font-size: 16px;
}

    .submenu p span {
        font-weight: bold;
        color: #000000;
    }

.icon,
[class^="icon-"],
[class*=" icon-"] {
    font-family: ZenIcon !important;
}

.join_con {
    background-color: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .16);
    margin-bottom: 80px;
    padding: 20px;
}

    .join_con h2 {
        font-size: 20px;
        line-height: 36px;
        font-weight: bold;
        color: #000000;
    }

    .join_con p {
        line-height: 36px;
        font-size: 16px;
        color: #707070;
    }




/* 在线资讯 */
.zxzx {
    width: 90%;
    margin: 140px auto 100px;
    background-color: #F9F9F9;
    color: #333333;
    padding: 100px;
}

    .zxzx h2 {
        font-size: 36px;
        line-height: 48px;
        padding-bottom: 14px;
    }

    .zxzx p {
        padding-top: 26px;
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 16px;
    }

        .zxzx p span {
            color: #FF2323;
        }

    .zxzx input,
    .zxzx textarea {
        width: 100%;
        background-color: #ffffff;
        border-radius: 5px;
        color: #333333;
        line-height: 48px;
        padding: 0 15px;
        border: none;
        font-size: 16px;
    }

    .zxzx input {
        height: 48px;
    }

    .zxzx textarea {
        height: 144px;
    }

/*#aaaa {
    display: block;
    width: 100px;
    text-align: center;
    color: #ffffff;
    background-color: #1791FC;
    border-radius: 5px;
    margin-top: 50px;
}*/


body .bx-sideBar ul li {
    height: 83px;
    width: 83px;
    background-color: #D5D3D3;
    padding: 10px;
}

    body .bx-sideBar ul li:hover {
        background-color: #1791FC;
    }

    body .bx-sideBar ul li p {
        line-height: 20px;
        color: #ffffff;
        font-size: 14px;
    }

.div-fc p {
    color: #333333 !important;
}

body .bx-sideBar ul li .div-fc {
    right: 90px;
    top: 17px;
}

.erji {
    display: none;
}

.laxialai .erji {
    display: block !important;
}

.yidong_ul ul li .erji a {
    padding: 0 30px;
    font-size: 16px;
}

.laxialai > a {
    color: #FFFFFF !important;
    background-color: #18B730 !important;
}


.wailian a {
    font-weight:bold;
    color:#ffffff !important;
}























































@media (max-width: 1365px) and (min-width:1000px) {
    .container {
        max-width: 1000px !important;
        padding: 0;
    }
}

@media (max-width: 1600px) and (min-width:1366px) {

    .new_data {
        padding-top: 7px;
        height: 105px;
    }

        .new_data p {
            padding-top: 9px;
        }

    .new_ms {
        padding: 10px 20px;
    }

        .new_ms p {
            padding-top: 10px;
        }

    .xinxi-right {
        margin-left: 12px;
    }

        .xinxi-right p {
            width: 290px;
        }

    body .bx-sideBar ul li {
        height: 60px;
        width: 60px;
        padding: 5px;
    }

        body .bx-sideBar ul li a {
            line-height: normal;
        }

            body .bx-sideBar ul li a img {
                width: 18px;
            }

        body .bx-sideBar ul li p {
            line-height: 30px;
            font-size: 12px;
        }

        body .bx-sideBar ul li .div-fc {
            right: 68px;
            top: 12px;
        }
}

@media (max-width: 1920px) and (min-width:1366px) {
    .container {
        padding: 0;
    }
}





@media (max-width: 1000px) {

    header {
        height: 50px;
        padding: 0 !important;
        position: relative;
    }

    .bx-logo {
        line-height: 50px;
    }

        .bx-logo img {
            max-height: 40px;
        }


    body .hamburger {
        margin-top: 15px;
    }

        body .hamburger .line {
            width: 27px;
            margin: 4px auto;
            /* background: #FFFFFF; */
        }

    body #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-90deg);
        -ms-transform: translateY(-7px) rotate(-90deg);
        -o-transform: translateY(-7px) rotate(-90deg);
        transform: translateY(-7px) rotate(-45deg);
    }

    body #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(180deg);
        -ms-transform: translateY(7px) rotate(180deg);
        -o-transform: translateY(7px) rotate(180deg);
        transform: translateY(7px) rotate(45deg);
    }

    body .bx-nav-one .bx-nav ul li {
        width: 100%;
    }

    body .bx-nav-one .bx-nav {
        width: 96%;
        right: 2%;
        margin: 0;
        z-index: 99999;
        top: 0;
    }

    .head_ss {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50px;
        padding: 9px 0;
    }

    .ss_c {
        width: 92%;
    }


    .rexian {
        display: none;
    }

    .biao h3 {
        font-size: 16px;
        line-height: 28px;
    }

    .biao h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .biao span {
        height: 2px;
        margin: 5px auto 0;
    }

    .biao {
        padding-bottom: 20px;
    }

    .fuwu ul li,
    .fuwu ul li span {
        position: static !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        transform: none !important;
    }

    .fuwu ul li {
        max-width: 100%;
        width: 100% !important;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .fuwu ul li:last-child {
            margin-bottom: 0;
        }

        .fuwu ul li span {
            width: 10%;
            line-height: 36px;
            font-size: 20px;
        }

        .fuwu ul li .li_ms {
            width: 90%;
            padding-left: 10px;
        }

            .fuwu ul li .li_ms h2 {
                text-align: left !important;
            }

        .fuwu ul li p {
            margin-top: 5px;
            height: auto;
            display: block;
        }

    .fuwu_img {
        display: none;
    }

    .fuwu,
    .foot-zhong {
        padding: 20px 0;
    }

    .pt9,
    .center_a {
        padding-top: 20px;
    }

    .links .width20 {
        width: 25%;
    }

    .links .bx-relative {
        height: 70px;
    }

    .link_img {
        height: 62px;
        line-height: 60px;
    }

        .link_img img {
            max-height: 50px;
            max-width: 94%;
        }

    .width20 {
        width: 50%;
    }

    .advantage ul,
    .links ul,
    .contact ul {
        margin: 0 -3px;
    }

        .advantage ul li,
        .links ul li,
        .contact ul li {
            padding: 5px 3px;
        }

            /*.advantage ul li a {
                padding: 15px 10px;
            }*/

            .advantage ul li a img {
                margin:0 auto;
                display:block;
                width:50%;
            }
    .advantage li h2 {
           padding-top: 6px;
        line-height: 20px;
        font-size: 14px;
    }

    .advantage li span {
        margin: 12px 0;
    }

    .advantage li h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .advantage li p {
        line-height: 18px;
        font-size: 12px;
            margin-top: 2px;
            -webkit-line-clamp: 3;
            height: 54px;
    }

    .service ul li,
    .service ul li a {
        height: 200px;
    }

        .service ul li a {
            padding-top: 42px;
        }

    .service .width40 a {
        display: none;
    }

    .renzheng {
        width: 100%;
        height: 200px;
        padding: 10px;
    }

        .renzheng h3 {
            line-height: 18px;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .renzheng p {
            font-size: 12px;
            line-height: 18px;
            height: 144px;
        }

    .pb100 {
        padding-bottom: 20px;
    }

    .strengths,
    .indexptb {
        padding: 20px 0;
    }

        .strengths ul {
            margin: 0;
        }

            .strengths ul li {
                padding: 5px 0;
            }
            .fw_fl ul li a {
    line-height: 32px;
    font-size: 14px;
}
    .fw_fl ul li {
        padding: 3px 2px;
    }

    .fwbg_c {
        display: none;
    }

    .news_left {
        padding-right: 0 !important;
        padding-bottom: 10px;
    }

    body .bx-nav-one .bx-nav ul li .bx-nav-fd {
        top: 0;
        width: 100%;
    }

    .news_right ul li {
        padding-bottom: 10px;
    }

    .new_data {
        width: 22%;
        padding-top: 10px;
        height: 88px;
    }

        .new_data span {
            font-size: 24px;
            line-height: 32px;
        }

        .new_data p {
            font-size: 14px;
            line-height: 20px;
        }

    .new_ms {
        padding: 8px;
    }

        .new_ms h2 {
            font-size: 16px;
            line-height: 20px;
        }

        .new_ms p {
            padding-top: 4px;
            line-height: 18px;
            color: #999999;
            font-size: 14px;
        }

    .contact h3 {
        font-size: 16px;
        padding-bottom: 12px;
    }

    .contact p {
        font-size: 20px;
        line-height: 38px;
    }

        .contact p img {
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

    .foot-top,
    .lh210 h4 {
        display: none;
    }

    .xinxi-right {
        margin-left: 0;
    }

    .erweima,.zuo6 {
        width: 100%;
    }

    .dhright h3 {
        line-height: 20px;
    }

    .dhright h1 {
        font-size: 20px;
    }

    .xinxi-right h3,
    .xinxi-right p {
        font-size: 14px;
        line-height: 20px;
    }

    .xinxi-right h3 {
        padding-top: 10px;
    }

    /* 新闻中心 */
    .left_fl h2 {
        line-height: 48px;
        font-size: 18px;
    }

    .yidong_ul {
        display: none;
        background: rgba(0, 0, 0, .5);
        overflow: auto;
        height: 100vh;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999999;
        position: fixed;
    }


        .yidong_ul ul {
            width: 80%;
            background-color: #FFFFFF;
            height: 100vh;
        }

    .left_fl,
    .right_tk {
        width: 100%;
    }

    .right_tk {
        padding: 20px 0 0;
    }

    .neiyep {
        padding-top: 0;
        padding-bottom: 20px;
    }

    body .bx-news-tow ul li .pic {
        width: 120px;
        height: 75px;
    }

    body .bx-news-tow ul li .tet {
        padding-left: 125px;
    }

        body .bx-news-tow ul li .tet h3 {
            font-size: 14px;
            padding: 5px 0 7px;
        }

        body .bx-news-tow ul li .tet span {
            font-size: 12px;
            line-height: 16px;
        }

        body .bx-news-tow ul li .tet p {
            margin-top: 5px;
            line-height: 18px;
            height: 18px;
            font-size: 12px;
            -webkit-line-clamp: 1;
        }

    .tet_rightp {
        padding: 0 5px;
    }

    .new_you {
        display: none;
    }

    body .bx-news-tow ul li {
        padding: 5px 0;
    }

    .chaxun ul,
    .chanpinrz ul {
        margin: 0 -5px;
    }

        .chaxun ul li,
        .chanpinrz ul li {
            padding: 0 5px 10px;
        }

            .chaxun ul li a,
            .chanpinrz ul li a {
                padding: 8px;
            }

    .cx_img img {
        width: 78px;
        height: 50px;
    }

    .cx_h2 {
        width: calc(100% - 78px);
    }

        .cx_h2 h2 {
            font-size: 14px;
            padding-top: 6px;
        }

        .cx_h2 span {
            margin-top: 8px;
        }

    .xiangqing {
        padding: 10px;
    }

    .xq_top {
        padding: 10px 0;
    }

        .xq_top h2 {
            font-size: 20px;
            line-height: 28px;
        }

        .xq_top span {
            padding-top: 5px;
        }

    .banner h2 {
        font-size: 18px;
    }

    .zxzx {
        width: 100%;
        margin: 60px auto 30px;
        padding: 10px;
    }

        .zxzx h2 {
            font-size: 18px;
            line-height: 20px;
            padding-bottom: 5px;
        }

        .zxzx p {
            padding-top: 8px;
            font-size: 14px;
            line-height: 20px;
            padding-bottom: 5px;
        }

        .zxzx input {
            height: 32px;
        }

        .zxzx input, .zxzx textarea {
            line-height: 32px;
            font-size: 14px;
        }

        .zxzx textarea {
            height: 96px;
        }


    /* 联系 */
    .con_right,
    .con_left {
        width: 100%;
    }

        .con_left ul li,
        .con_right ul li {
            padding-bottom: 16px;
        }

    .con p {
        font-size: 14px;
    }

    .join_top {
        padding-bottom: 20px;
    }

    .zp_list {
        background-color: #F9F9F9;
        padding: 10px;
        margin-bottom: 20px;
    }

    body .bx-Join ul li {
        height: 42px;
        margin-top: 10px;
        padding: 0px 10px;
        line-height: 42px;
    }

        body .bx-Join ul li h3 {
            line-height: 42px;
        }

    body .bx-Join .submenu {
        padding: 15px 10px;
    }

    .submenu p {
        line-height: 28px;
        font-size: 14px;
    }

    .join_con h2 {
        font-size: 18px;
        line-height: 32px;
    }

    .join_con p {
        line-height: 26px;
        font-size: 14px;
    }

    .join_con {
        margin-bottom: 20px;
    }

    .licheng p {
        width: 88%;
        margin: 10px auto 0;
    }

    .licheng h2 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 8px;
    }

    .licheng::before {
        top: 43px;
    }

    .xiangqing ul li a {
        height: 38px;
        line-height: 36px;
        font-size: 14px;
    }

    body .bx-sideBar ul li {
        height: 60px;
        width: 60px;
        padding: 5px;
    }

        body .bx-sideBar ul li a {
            line-height: normal;
        }

            body .bx-sideBar ul li a img {
                width: 18px;
            }

        body .bx-sideBar ul li p {
            line-height: 30px;
            font-size: 12px;
        }

        body .bx-sideBar ul li .div-fc {
            right: 68px;
            top: 12px;
        }
}
