﻿/*首页*/
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("/assets/suntek/css/fonts/SourceHanSansCN-Regular.woff2") format("woff2"), url("/assets/suntek/css/fonts/SourceHanSansCN-Regular.woff") format("woff"), url("fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("fonts/SourceHanSansCN-Regular.svg") format("svg"), url("/assets/suntek/css/fonts/SourceHanSansCN-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "SourceHanSansCN-Regular";
    font-style: normal;
}

body {
    font-family: "SourceHanSansCN-Regular";
    font-style: normal;
    padding-top: 78px;
}

h2 {
    font-size: 34px;
    color: #CB2332;
    font-weight: bold;
}

h3 {
    font-size: 24px;
    color: #CB2332;
    font-weight: bold;
}

.print_con h3 {
    font-size: 18px;
    line-height: 48px;
}

li, a {
    cursor: pointer;
}
/*.hidden{
	overflow: hidden;
}*/
.px16 {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.banner {
    height: 471px;
    position: relative;
}

.banner_title {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 0 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
}

    .banner_title h2 {
        font-size: 40px;
        color: #FFFFFF;
        font-weight: bold;
    }

.title {
    clear: both;
}

.banner_title a {
    display: block;
    width: 224px;
    height: 51px;
    background-color: #CB2332;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 51px;
    margin: 88px 0 0 0;
}

.ps_list {
    position: absolute;
    bottom: -47px;
    right: 162px;
    background-color: #FFFFFF;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #cccccc;
}

    .ps_list li {
        width: 317px;
        text-align: center;
        font-size: 26px;
        height: 94px;
        line-height: 94px;
        color: #000000;
        padding-left: 30px;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .ps_list li:nth-of-type(1) {
            background-image: url(../img/jm_icon.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
        }

        .ps_list li:nth-of-type(2) {
            background-image: url(../img/md_icon.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
        }

        .ps_list li:nth-of-type(3) {
            background-image: url(../img/zb_icon.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
        }

        .ps_list li:nth-of-type(4) {
            background-image: url(../img/kf_icon.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
        }

        .ps_list li.ps_list_active:nth-of-type(1) {
            background-image: url(../img/jm_icon2.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
        }

        .ps_list li.ps_list_active:nth-of-type(2) {
            background-image: url(../img/md_icon2.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
        }

        .ps_list li.ps_list_active:nth-of-type(3) {
            background-image: url(../img/zb_icon2.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
        }

        .ps_list li.ps_list_active:nth-of-type(4) {
            background-image: url(../img/kf_icon2.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
        }

        .ps_list li:hover:nth-of-type(1) {
            background-image: url(../img/jm_icon2.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
            color: #db0715 !important;
        }

        .ps_list li:hover:nth-of-type(2) {
            background-image: url(../img/md_icon2.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
            color: #db0715 !important;
        }

        .ps_list li:hover:nth-of-type(3) {
            background-image: url(../img/zb_icon2.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
            color: #db0715 !important;
        }

        .ps_list li:hover:nth-of-type(4) {
            background-image: url(../img/kf_icon2.png);
            background-repeat: no-repeat;
            background-position: center left 70px;
            color: #db0715 !important;
        }

        .ps_list li a {
            color: #000000;
            display: block;
            width: 100%;
        }

            .ps_list li a:hover {
                color: #db0715 !important;
            }

        .ps_list li img {
            margin-right: 20px;
        }

        .ps_list li.ps_list_active a {
            color: #cb2332;
        }

            .ps_list li.ps_list_active a:hover {
                color: #cb2332;
            }


        .ps_list li:nth-child(2) {
            border-left: 1px solid #CCCCCC;
            border-right: 1px solid #CCCCCC;
        }

        .ps_list li:nth-child(3) {
            border-right: 1px solid #CCCCCC;
        }

.index_content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.cp_img {
    width: 50%;
}

    .cp_img img {
        width: 100%;
    }

.content_p {
    margin: 0 auto 85px;
    text-align: center;
}

    .content_p p {
        font-size: 16px;
        line-height: 30px;
    }

.cp_text {
    width: 50%;
    min-width: 470px;
    padding-left: 140px;
}

    .cp_text h2 {
        font-size: 34px;
        color: #cb2332;
        font-weight: bold;
        display: block;
    }

    .cp_text p {
        margin-top: 10px;
        width: 470px;
        font-size: 16px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
    }

    .cp_text a {
        margin-top: 40px;
        display: block;
        width: 168px;
        height: 47px;
        font-size: 24px;
        line-height: 47px;
        text-align: center;
        color: #000000;
        border-left: 5px solid #000000;
    }

        .cp_text a:hover {
            background-color: #cb2332;
            border-left: 5px solid #cb2332;
            color: #FFFFFF;
        }

.w470 {
    width: 470px;
}

.mr130 {
    margin-right: 130px;
}



/*背景*/

.body_background {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 880px;
    z-index: -1;
}

    .body_background img {
        width: 100%;
    }

.banner_bj {
    background: url(../img/bj_x.png) no-repeat;
    width: 522px;
    height: 247px;
    position: absolute;
    left: 0;
    bottom: -177px;
    z-index: -2;
}

.banner_bj_r {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    right: 0;
    left: auto;
}


/*banner*/
.zbcx_banner {
    height: 684px;
}

.hyz_banner {
    height: 533px;
}

.js_banner {
    height: 471px;
    background: url(../img/banner02.jpg) center no-repeat;
}

.jr_banner {
    height: 471px;
    background: url(../img/banner3.jpg) center no-repeat;
}

.ppf_banner {
    height: 471px;
    background: url(../img/banner5.jpg) center no-repeat;
}

.page_banner {
    height: 471px;
    background: url(../img/banner6.jpg) center no-repeat;
}

.sy_banner {
    background: url(../img/banner01.jpg) center no-repeat;
}

.case_banner {
    height: 471px;
    background: url(../img/bj8.png) center no-repeat;
}

.bk_banner {
    height: 471px;
    background: url(../img/zhishi.jpg) center no-repeat;
}

.dls_banner {
    height: 471px;
    background: url(../img/asearch.jpg) center no-repeat;
}

.op85 {
    opacity: 0.85;
}

.ppf_bj {
    top: 1050px !important;
}

.page_bj {
    top: 1200px !important;
}

.stc_bj {
    top: 600px !important;
}


/*面包屑*/

.breadcrumb {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    margin: 20px auto 60px;
    z-index: 10;
    width: 1200px;
    position: relative;
    clear: both;
    float: left;
}

    .breadcrumb li {
        font-size: 16px;
        color: #014b94;
        line-height: 30px;
        float: left;
        cursor: auto;
    }

        .breadcrumb li a {
            color: #000;
            cursor: pointer;
        }

        .breadcrumb li span {
            cursor: auto;
            color: #000;
        }

    .breadcrumb > li + li:before {
        color: #CCCCCC;
        content: "/ ";
        padding: 0 5px;
    }


/*登录弹窗*/

.mask {
    width: 100%;
    height: calc(100% - 78px);
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.modal {
    width: 484px;
    height: 379px;
    background-color: #FFFFFF;
    background-image: url(../img/login_bj_t.png), url(../img/login_bj_b.png);
    background-position: right top, right bottom;
    background-repeat: no-repeat, no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -219.5px;
    margin-left: -242px;
}

.cs_tips {
    width: 40%;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat, no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}

.cs-pc {
    width: 100%;
    display: block;
}

.cs-pc img {
    width: 100%;
}

.cs-mobile {
    display:none;
}

.close {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-box-pack: end;
    padding: 14px;
}

.cs_tips .close {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-box-pack: end;
    padding: 14px;
    position:absolute;
    top:0;
    right:0;
}

.zb_list_close {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-box-pack: end;
    padding: 14px;
}

.modal h2 {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
    color: #cb2332;
}

.account {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .account span {
        font-size: 16px;
        color: #000000;
        margin-right: 18px;
    }

    .account input {
        width: 290px;
        height: 43px;
        background: none;
        border: 1px solid #727171;
        font-size: 16px;
        padding: 0 20px;
    }

.modal a {
    width: 374px;
    height: 33px;
    display: block;
    background-color: #CB2332;
    text-align: center;
    margin: 18px auto 0;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 33px;
}


/*品牌介绍*/

.banner_title2 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-end;
    -webkit-box-pack: end;
    padding-top: 170px;
}

    .banner_title2 h2 {
        font-size: 34px;
        line-height: 64px;
        color: #FFFFFF;
        font-weight: bold;
        text-align: right;
    }

    .banner_title2 .banner_p {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        justify-content: flex-end;
        -webkit-box-pack: end;
        float: right;
    }

.banner_p p {
    width: 291px;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}

.introduction {
    width: 1200px;
    margin: 0 auto;
    padding: 95px 0 75px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: nowrap;
    clear: both;
    overflow: hidden;
}

.detailed_introduction {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 35px 0 0;
}

.mar-b35 {
    margin-bottom: 35px;
}

.text_introduction {
    width: 764px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .text_introduction h2 {
        font-size: 34px;
        color: #CB2332;
        font-weight: bold;
        margin-bottom: 30px;
    }

.flex_col {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.brand_js p {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}

    .brand_js p:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #CB2332;
        position: absolute;
        left: 0;
        margin-top: 12px;
    }

.media_introduction {
    width: 390px;
    height: 235px;
}

    .media_introduction video {
        width: 100%;
        height: 100%;
    }

    .media_introduction img {
        width: 100%;
        height: 100%;
    }

.text_introduction .headings {
    font-size: 16px;
    color: #CB2332;
    font-weight: bold;
    line-height: 45px;
}

.text_introduction p {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}


/*证书轮播*/

.certificate {
    width: 100%;
    margin: 85px 0;
}

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 66px;
    background-color: #EBEBEB;
    box-sizing: border-box;
    padding: 0 10px !important;
}

    .gallery-thumbs .swiper-slide {
        width: 7%;
        text-align: center;
        line-height: 66px;
        opacity: 1;
        background-repeat: no-repeat;
        background-position: center;
    }

        .gallery-thumbs .swiper-slide img {
        }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

        /*n+*/
        .gallery-thumbs .swiper-slide-thumb-active:nth-child(1) {
            background-image: url(../img/z1-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(2) {
            background-image: url(../img/z2-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(3) {
            background-image: url(../img/z3-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(4) {
            background-image: url(../img/z4-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(5) {
            background-image: url(../img/z5-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(6) {
            background-image: url(../img/z6-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(7) {
            background-image: url(../img/z7-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(8) {
            background-image: url(../img/z8-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(9) {
            background-image: url(../img/z9-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(10) {
            background-image: url(../img/z10-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(11) {
            background-image: url(../img/z11-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(12) {
            background-image: url(../img/z12-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(13) {
            background-image: url(../img/z13-1.png) !important;
        }

        .gallery-thumbs .swiper-slide-thumb-active:nth-child(14) {
            background-image: url(../img/z14-1.png) !important;
        }

.gallery-top {
    width: 578px;
    height: 173px;
    background-color: #EBEBEB;
    border-radius: 10px;
    margin-top: 60px !important;
}

.brand_img {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

    .brand_img img {
        display: inline-block;
    }

.zz_zm {
    margin-left: 50px;
    display: inline-block;
}

    .zz_zm span {
        font-size: 16px;
        color: #000000;
        line-height: 30px;
    }

.zz_btn {
    margin-top: -10px !important;
    width: auto !important;
    background-image: none !important;
}

.swiper-button-next {
    right: 30px !important;
}

.swiper-button-prev {
    left: 30px !important;
}


/*历史*/

.history {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    overflow: hidden;
}

.history_left {
    width: 450px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    margin: 27px;
}

    .history_left h2 {
        font-size: 24px;
        color: #CB2332;
    }

.history_gsc {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    margin: 60px 0 0;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
}

.gsc_red {
    background-color: #CB2332;
}

.gsc_blue {
    background-color: #004a93;
}

.bull {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 73px;
}

.history_gsc p {
    width: 342px;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-left: 20px
}

.history_left img {
    margin-top: 68px;
}

.timeline {
    position: relative;
    width: 602px;
}


/*历史轴*/

.line {
    width: 1px;
    height: 100%;
    background-color: #4c4c4e;
    position: absolute;
    left: 50%;
    right: 50%;
    z-index: -1;
}

.timeline ul {
    width: 50%;
}

    .timeline ul li {
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        color: #000000;
        margin-bottom: 28px;
    }

        .timeline ul li span {
            font-weight: bold;
            display: flex;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            -webkit-box-align: center;
            -moz-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            position: relative;
        }

.line_left {
    float: left;
    text-align: right;
    padding-right: 36px;
}

    .line_left span {
        color: #CB2332;
        justify-content: flex-end;
        -webkit-box-pack: end;
    }

.line_right {
    float: right;
    text-align: left;
    padding-left: 36px;
}

    .line_right span {
        color: #004a93;
        justify-content: flex-start;
    }

.point {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #4c4c4e;
    top: 10px;
}

.line_left .point {
    position: absolute;
    right: -41px;
}

.line_right .point {
    position: absolute;
    left: -41px;
}


/*成为经销商*/

.fill {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    clear: both;
}

.fillimg {
    width: 622px !important;
    height: 395px !important;
}

    .fillimg img {
        width: 100%;
        height: 100%;
        /*margin-top: 30px;*/
    }

.fillimg2 {
    width: 636px;
    height: 297px;
}

.allfill {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    align-items: baseline;
    width: 530px;
    margin-top: -10px;
}

    .allfill .allfill_tit {
        font-size: 24px;
        color: #000000;
        font-weight: bold;
        width: 100%;
        line-height: 34px;
    }

.information {
    width: 100%;
    margin-top: 37px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    flex-wrap: nowrap;
}

    .information span {
        font-size: 16px;
        line-height: 47px;
        color: #000000;
        margin-right: 15px;
    }

        .information span:before {
            content: '*';
            color: #DB0715;
        }

    .information input {
        height: 47px;
        font-size: 16px;
        padding: 0 10px;
        border: 1px solid #727171;
        line-height: 47px;
        flex: 1;
    }

        .information input:hover {
            border: 1px solid #00529b;
        }

.tj {
    width: 226px;
    height: 51px;
    color: #FFFFFF;
    background: #CB2332;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    display: block;
    clear: both;
}

.tjbtn {
    width: 100%;
    margin: 54px auto;
    float: left;
}

/*关于我们*/

.about_banner {
    height: 474px;
    background: url(../img/banner4.jpg) center no-repeat;
}

.about_h2 {
    font-size: 34px;
    color: #CB2332;
    margin-top: 10px;
    margin-bottom: 60px;
}

.about_information {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .about_information img {
        margin-right: 17px;
        display: inline-block;
    }

    .about_information p {
        font-size: 24px;
        line-height: 48px;
        color: #000000;
        display: inline-block;
    }

#dituContent {
    margin-top: 72px;
    width: 1200px;
    height: 480px;
    border: #ccc solid 1px;
}

.bj3 {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 550px;
    left: 0;
    z-index: -1;
}

    .bj3 img {
        width: 100%;
    }


/*PPF*/

.function {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    width: 100%;
}

    .function .f_tit {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

        .function .f_tit h2 {
            color: #CB2332;
            font-size: 34px;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .function .f_tit p {
            font-size: 16px;
            color: #000000;
            line-height: 30px;
        }

.f_fl {
    width: 330px;
    height: 135px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    align-content: space-between;
}

.m_gn {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    margin: 22px 62px 0 0;
}

    .m_gn:nth-of-type(2n) {
        margin-right: 0;
    }

    .m_gn span {
        margin-left: 10px;
        font-size: 16px;
        color: #000000;
    }

.ppf_line {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 90px 0;
    clear: both;
    float: left;
    width: 100%;
}

    .ppf_line h3 {
        font-size: 24px;
        color: #CB2332;
        font-weight: bold;
        margin-bottom: 30px;
    }

.headings {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.product_line {
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-around;
    margin-top: 50px;
}

.P_line {
    width: 100%;
    height: 2px;
    background-color: #CB2332;
    position: absolute;
    top: 7px;
}

.all_product {
    width: 225px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    float: left;
    margin-right: 40px;
}

    .all_product i {
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #CB2332;
    }

    .all_product span {
        display: block;
        font-size: 16px;
        color: #CB2332;
        font-weight: bold;
        margin: 37px 0 30px 0;
    }

    .all_product p {
        font-size: 16px;
        color: #000000;
        line-height: 30px;
    }

.ppf_p {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
}

.ppf_text {
    width: 560px;
    margin-right: 40px;
}

    .ppf_text p {
        font-size: 16px;
        color: #000000;
        line-height: 30px;
        margin-top: 30px;
    }

.ppf_ximg {
    width: 600px;
    height: 304px;
}

    .ppf_ximg img {
        width: 100%;
        height: 100%;
    }


/*案例轮播*/

.sk-case {
    margin: 90px 0 60px 0;
    width: 100%;
    float: left;
}

    .sk-case h3 {
        margin: 30px 0;
    }

.warper {
    height: 510px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
}

.ws_images {
    margin-right: 3px;
    float: left;
}

    .ws_images ul {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

        .ws_images ul li {
            width: 325px;
            height: 170px;
        }

            .ws_images ul li img {
                width: 100%;
                height: 100%;
            }

.ws_thumbs {
    width: 870px;
    height: 510px;
    overflow: hidden;
}

    .ws_thumbs div {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        flex-direction: row;
    }

        .ws_thumbs div img {
            width: 870px;
            height: 510px;
            display: inline-block;
            flex: 1;
            -webkit-box-flex: 1.0;
        }

.ws_images ul li.active {
    box-sizing: border-box;
    border: 5px solid #00529b;
}

.ewm {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

    .ewm span {
        font-size: 16px;
        color: #000000;
        line-height: 30px;
        display: block;
    }


/*窗膜总PAGE*/

.cm_all_1 .px16 {
    margin: 20px 0;
}

.cm_10 {
    margin: 60px 0;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
}

.cm_10_left {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 107px;
    height: 148px;
    background: #CB2332;
    border-radius: 0 3px 3px 0;
    margin-right: 66px;
    text-align: center;
}

    .cm_10_left img {
        display: block;
        margin: 15px auto 10px
    }

    .cm_10_left span {
        display: block;
        color: #FFFFFF;
        font-size: 16px;
        line-height: 24px;
    }

    .cm_10_left b {
        font-size: 16px;
        color: #FFFFFF;
    }

.cm_10_gx {
    width: 970px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gx {
    float: left;
    width: 151px;
    height: 320px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 21px;
    text-align: center;
}

    .gx p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        overflow: hidden;
        -webkit-box-orient: vertical;
        width: 100%;
        text-align: left;
    }

    .gx h3 {
        margin-top: 28px;
    }

.cm_all_2 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    margin-bottom: 80px;
    width: 100%;
}

.gs_3z {
    width: 601px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

.gs_liimg {
    width: 531px;
    height: 397px;
}

.gs_3z h3 {
    line-height: 52px;
}

.gs_3z b {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
}

.gs_img {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    margin-top: 50px;
}

.df_ac {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 58px;
    width: 102px;
    text-align: center;
    float: left;
}

    .df_ac img {
        margin-bottom: 20px;
    }

    .df_ac span {
        font-size: 16px;
        color: #000000;
        font-weight: bold;
    }

.wdiv {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    width: 100%;
}

.js {
    width: 228px;
    height: 215px;
    border-radius: 0 0 5px 5px;
    background-color: #ebebeb;
}

    .js a {
        display: block;
    }

.js_img {
    position: relative;
    width: 228px;
    height: 156px;
}

    .js_img img {
        width: 100%;
        height: 100%;
    }

.js_img_hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .js_img_hover span {
        color: #FFFFFF;
        font-size: 16px;
        position: absolute;
        bottom: 24px;
        left: 10px;
    }

.ps_tl {
    position: absolute;
    top: 0;
    left: 0;
}

.ps_br {
    position: absolute;
    bottom: 0;
    right: 0;
}

.js_tit {
    font-size: 24px;
    color: #000000;
    line-height: 57px;
    padding-left: 27px;
    font-weight: bold;
}



/*STC*/

.stc_h2 {
    text-align: center;
    clear: both;
}

.stc_p {
    text-align: center;
    margin: 10px 0;
}

.advantages {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 95px 0;
    width: 100%;
    float: left;
}

.characteristics {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    align-content: space-between;
    text-align: center;
    height: 374px;
    float: left;
}

.ca_img {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    height: 280px;
}

.ca_t p {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
}

.ca_xp {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-content: center;
    margin-top: 10px;
}

    .ca_xp span {
        font-size: 16px;
        color: #000000;
        display: block;
    }

.cp_information {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 59px;
}

.cp_ifimg {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.cp_bw {
    width: 788px;
    height: 26px;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 60px auto;
    text-align: center;
}

.df_cm {
    position: relative;
    background-image: url(../img/stc_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 12px 0 24px;
    display: inline-block;
}


/*.df_cm::before{
  content:"";
  position:absolute;
  left:-10px;
  top:0;
  width:1px;
  height:100%;
  box-sizing:border-box;
  border-bottom:4px solid #00529B;
  transform-origin:bottom center;
  transform:rotateZ(25deg) scale(4);
}*/

.hs_tit {
    color: #000000;
}

.pd_lr40 {
    width: 124px;
    line-height: 33px;
    text-align: center;
    color: #acacac;
    display: inline-block;
}

.xh_active {
    width: 124px;
    height: 33px;
    background: url(../img/stc_active.png) no-repeat 100%;
    color: #FFFFFF;
}

.cp_td {
    width: 555px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-around;
    margin: 0 auto;
}

.cm_td {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    margin: 0 15px;
}

    .cm_td img {
        margin-bottom: 16px;
    }

    .cm_td span {
        display: block;
    }


/*案例*/

.case_list {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

.al_page {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.al_case {
    width: 356px;
    float: left;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 30px 66px 30px 0;
    text-align: center;
}

    .al_case:nth-of-type(3n) {
        margin-right: 0;
    }

    .al_case img {
        width: 356px;
        height: 231px;
    }

    .al_case b {
        color: #000000;
        margin: 20px 0 0 0;
        font-size: 24px;
        display: block;
    }

    .al_case p {
        margin: 10px 0 !important;
    }

.turn_page {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    /*margin-top: 57px;*/
    clear: both;
    text-align: center;
    width: 100%;
    float: left;
}

.pageSelect {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
}

    .pageSelect div {
        font-size: 30px;
        line-height: 40px;
        margin: 0 10px;
        color: #000000;
        float: left;
    }

    .pageSelect li {
        width: 40px;
        height: 40px;
        border: 2px solid #000;
        color: #000000;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        margin: 0 10px;
        background-color: #FFFFFF;
        float: left;
    }

.turn_page input {
    width: 78px;
    height: 40px;
    border: 2px solid #000;
    font-size: 16px;
    padding: 0 5px;
}

.turn_page a {
    display: block;
    width: 80px;
    height: 40px;
    background: #cb2332;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin-left: 10px;
}

.sel-page {
    border: 2px solid #cb2332 !important;
    color: #CB2332 !important;
}


/*案例详情*/

.detail_tit {
    text-align: center;
    color: #000000;
}

.detail_p {
    text-align: center;
    color: #000000;
    font-size: 16px;
    line-height: 30px;
}

.case_lb {
    width: 1075px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    margin: 40px 0;
}

.case_dt {
    width: 100%;
    height: 530px;
    overflow: hidden;
}

.activeimg img {
    width: 1075px;
    height: 530px;
}

.case_xt {
    margin-top: 30px;
    position: relative;
}

    .case_xt ul {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        flex-direction: row;
    }

        .case_xt ul li {
            width: 265px;
            height: 144px;
            margin: 0 3px;
        }

            .case_xt ul li img {
                width: 100%;
                height: 100%;
            }

.xq_page {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

    .xq_page a {
        display: inline-block;
        width: 80px;
        height: 34px;
        color: #FFFFFF;
        background-color: #CB2332;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
        margin: 0 23px;
    }

.case_prev {
    position: absolute;
    left: 0;
    top: 0;
}

.case_next {
    position: absolute;
    right: 0;
    top: 0;
}


/*solidwarp*/

#picSlideWrap {
    padding-bottom: 30px;
}

.imgnav {
    position: relative;
    margin: 0 auto;
    width: 1074px;
}

#img {
    z-index: 10;
    width: 1074px;
    position: relative;
    text-align: center;
}

    #img img {
        height: 570px;
        display: none;
    }

#cbtn {
    position: relative;
    height: 144px;
    margin-top: 12px;
}

    #cbtn ul {
        position: relative;
        width: 10000px;
        height: 144px;
    }

        #cbtn ul li {
            float: left;
            width: 263px;
            height: 144px;
            cursor: pointer;
            text-align: center;
            margin-right: 3px;
            position: relative;
        }

            #cbtn ul li img {
                width: 100%;
                height: 100%;
                display: block;
            }

            #cbtn ul li tt {
                background: #000;
                color: #FFF;
                position: absolute;
                right: 4px;
                bottom: 4px;
                z-index: 20;
                font-family: "宋体";
                font-size: 12px;
                line-height: 16px;
                padding: 0 5px;
            }

    #cbtn li.hov {
        border: 4px solid #00529B;
    }

.ctrl div {
    clear: both;
}

#cSlideUl {
    width: 1074px;
    height: 144px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.picSildeLeft {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.picSildeRight {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}


/*百科知识*/

.titimg {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    clear: both;
    text-align: center;
}

    .titimg img {
        margin-right: 17px;
        display: inline-block;
    }

    .titimg h2 {
        display: inline-block;
    }

.bk_tit {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-around;
    -webkit-box-pack: center;
    box-pack: justify;
    margin: 50px 0 0px;
    width: 100%;
    float: left;
}

.bk_tw {
    width: 379px;
    float: left;
    margin: 0 10px;
}

    .bk_tw img {
        width: 379px;
        height: 253px;
    }

.xw_tit {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

    .xw_tit a {
        color: #000000;
    }

.xw_cont {
    font-size: 14px;
    line-height: 20px !important;
    height: 80px;
    color: #7a797a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
}

.bk_tit span {
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #a7a6a6;
    margin: 10px 0 15px;
}

.gery_bj {
    clear: both;
    background-color: #f6f6f6;
}

.bk_content {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0 85px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    clear: both;
    overflow: hidden;
}

.bk_cont {
    width: 580px;
}

.tit_more {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    align-items: flex-end;
    -webkit-box-align: end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    margin-bottom: 43px;
}

    .tit_more h2 {
        font-size: 28px;
        position: relative;
        display: inline-block;
        float: left;
    }

        .tit_more h2 i {
            font-style: normal;
            font-size: 16px;
            width: 29px;
            height: 29px;
            border-radius: 50%;
            background: #004a93;
            color: #FFFFFF;
            text-align: center;
            line-height: 29px;
            position: absolute;
            right: -35px;
            top: -5px;
        }

    .tit_more a {
        font-size: 18px;
        color: #000000;
        display: inline-block;
        float: right;
    }

.cnt_img {
    height: 386px;
    width: 580px;
}

    .cnt_img a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .cnt_img img {
        width: 100%;
        height: 100%;
    }

.zslb h2 {
    font-size: 22px;
    color: #000000;
    margin: 24px 0 0 0;
    font-weight: normal;
}

    .zslb h2 a {
        color: #000000;
    }

.bk_time {
    font-size: 16px;
    color: #a7a6a6;
    line-height: 28px;
}

.zslb ul {
    margin-top: 20px;
}

    .zslb ul li a {
        font-size: 16px;
        line-height: 38px;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
        -webkit-box-pack: justify;
        box-pack: justify;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        color: #5b5d5e;
    }

        .zslb ul li a p {
            width: 75%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            float: left;
        }

.yxcy {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.zs_list_cont {
    width: 100%;
    height: 188px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    margin-bottom: 30px;
}

    .zs_list_cont img {
        width: 282px;
        height: 188px;
        margin-right: 44px;
    }

.zs_list_cont_r {
    width: 871px;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

    .zs_list_cont_r .yxcy_tit {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
        color: #000000;
    }

    .zs_list_cont_r span {
        width: 100%;
        font-size: 16px;
        color: #a7a6a6;
        line-height: 28px;
    }

.yxcy_cont {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #7a797a;
    margin: 29px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.zs_list_cont_r .alink {
    display: block;
    width: 113px;
    height: 36px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #CB2332;
    text-align: center;
    line-height: 36px;
}

.cy_detail {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
}

.cy_detail_left {
    width: 792px;
    float: left;
}

.tit_hh2 {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    margin-bottom: 33px;
}

    .tit_hh2 img {
        display: inline-block;
    }

    .tit_hh2 h1 {
        font-size: 22px;
        color: #000000;
        margin-left: 12px;
        font-weight: normal;
        display: inline-block;
    }

    .tit_hh2 h2 {
        font-size: 22px;
        color: #000000;
        margin-left: 12px;
        font-weight: normal;
    }

.xq_nr {
    padding: 36px 0;
    border-bottom: 1px solid #e7e7e7;
}

    .xq_nr p {
        font-size: 16px;
        line-height: 34px;
        color: #000000;
    }

    .xq_nr img {
        width: 454px;
        height: 303px;
        margin: 44px auto;
        display: block;
    }

.xq_nr_page {
    margin: 38px 0 0 0;
}

    .xq_nr_page a {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 27px;
        clear: both;
    }

        .xq_nr_page a span {
            font-size: 16px;
            color: #FFFFFF;
            background-color: #CB2332;
            padding: 3px 14px;
            margin-right: 14px;
            float: left;
        }

        .xq_nr_page a p {
            font-size: 16px;
            color: #5b5d5e;
            float: left;
        }

.bklist_bottom {
    float: right;
    display: inline-block;
    width: 345px;
    background-color: #f8f8f8;
}

.bkbottom_hh2 {
    height: 53px;
    background: url(../img/bktitbj.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 0 26px;
}

    .bkbottom_hh2 h2 {
        font-size: 18px;
        line-height: 53px;
        color: #FFFFFF;
        font-weight: normal;
    }

.bklist_bottom ul {
    padding: 26px;
}

    .bklist_bottom ul li a {
        font-size: 16px;
        line-height: 38px;
        color: #5b5d5e;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.dls_p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-top: 26px;
}

.dls_inputtab {
    margin-top: 36px;
    height: 53px;
    line-height: 53px;
    border: 1px solid #dbdbdb;
    background-color: #FFFFFF;
    background-image: url(../img/dls_tab1.png);
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
}

.dls_tab {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 32px;
    float: left;
}

.cm_tab {
    padding: 0 33px;
    background: url(../img/dls-1.png) no-repeat;
    background-size: 17px 17px;
    background-position: left;
    float: left;
    height: 53px;
}

    .cm_tab span {
        font-size: 18px;
        color: #FFFFFF;
    }

.tab_on {
    background: url(../img/dls-1on.png) no-repeat;
    background-size: 17px 17px;
    background-position: left center;
}

.dls_input {
    flex: 1;
    -webkit-box-flex: 1.0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
    line-break: 53px;
    width: 70%;
    float: left;
}

    .dls_input input {
        flex: 1;
        -webkit-box-flex: 1.0;
        font-size: 18px;
        border: none;
        border-left: 1px solid #dbdbdb;
        padding: 0 28px;
        display: inline-block;
        width: 95%;
    }

.dls_input {
    cursor: pointer;
}

.dls_list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.dls {
    float: left;
    width: 377px;
    height: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px #CCCCCC;
    padding: 30px;
    margin: 34px 34px 0 0;
}

    .dls h3 {
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dls span {
        font-size: 16px;
        color: #000000;
        line-height: 28px;
    }

    .dls p {
        font-size: 16px;
        color: #000000;
        line-height: 28px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .dls:nth-of-type(3n) {
        margin-right: 0;
    }

.dls_bj {
    background: url(../img/dlsbj.jpg) no-repeat;
    background-size: cover;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 95px 0 85px;
}

.tw12 {
    width: 1200px;
    margin: 95px auto 0;
}

.banner_zbcx {
    width: 560px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    float: right;
    background-image: url(../img/zbcx.png);
    background-repeat: no-repeat;
    background-position: top;
    padding: 0 50px 20px 50px;
}

    .banner_zbcx h2 {
        font-size: 34px;
        color: #FFFFFF;
        text-align: center;
        font-weight: normal;
        line-height: 108px;
    }

.zbcx_tip {
    font-size: 16px;
    line-height: 38px;
    color: #e21921;
    margin-top: 10px;
}

.zb_input {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #dadada;
    border-radius: 10px;
    height: 65px;
    padding: 0 20px;
    background-color: #FFFFFF;
    margin-top: 15px;
    overflow: hidden;
}

    .zb_input img {
        float: left;
        margin: 20px 0;
        width: 47px;
        height: 25px
    }

    .zb_input input {
        flex: 1;
        width: 85%;
        -webkit-box-flex: 1.0;
        font-size: 22px;
        height: 65px;
        padding-left: 20px;
        border: none;
        display: block;
    }

.zb_btn {
    display: block;
    font-size: 20px;
    line-height: 48px;
    color: #FFFFFF;
    text-align: center;
    background-color: #e21921;
    border-radius: 10px;
    margin-top: 20px;
}

.sj_btn {
    display: block;
    font-size: 20px;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    background-color: #004a93;
    border-radius: 10px;
    margin-top: 10px;
}

.query_tips {
    font-size: 10px;
    color: #004a93;
}

.lxzb {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #999999;
    margin-top: 15px;
}

    .lxzb span {
        color: #004a93;
    }

.zb_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999;
    overflow-y: auto;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    justify-content: center;
}

.zb_list_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 998;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zb_details {
    width: 1190px;
    background-color: #FFFFFF;
    position: absolute;
    padding-bottom: 50px;
    background-image: url(../img/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    margin-top: 6vh;
}

.zb_lb {
    width: 1190px;
    background-color: #FFFFFF;
    position: absolute;
    padding-bottom: 50px;
    background-image: url(../img/login_bj_t.png), url(../img/login_bj_b.png);
    background-repeat: no-repeat;
    background-position: top right, bottom right;
}

.zb_jg {
    padding: 0 50px 0px 50px;
}

.zb_title {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

    .zb_title h2 {
        font-size: 28px;
        margin-left: 20px;
    }

.zbxx {
    float: left;
    width: 100%;
}

    .zbxx .zbxx_title {
        font-size: 18px;
        font-weight: normal;
        margin: 5px 0 10px;
        background-color: rgba(242,242,242,.5);
        line-height: 46px;
    }

    .zbxx ul {
        width: 100%;
        float: left;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .zbxx .ul-4 li {
        width: 20%;
        float: left;
        font-size: 14px;
        line-height: 30px;
        color: #6c6c6d;
        padding-left: 0px;
    }

.ul-6-title {
    margin-top: 20px;
}

.ul-6 li {
    width: 14.2% !important;
    float: left !important;
    font-size: 18px;
    line-height: 30px;
    color: #6c6c6d;
    text-align: center;
    background-color: #FAFAFA;
}



.ul-6-title li {
    font-size: 18px !important;
}

.li-text li {
    font-size: 14px !important;
}

.li-text {
    font-size: 14px !important;
    line-height: 40px;
    color: #606060 !important;
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}

.btn-detail {
    line-height: 30px;
    color: white;
    background-color: #154F93;
    width: 90pt;
}

.zblb {
    height: 350px;
    overflow-y: auto;
}

.zbxx .ul-3 li {
    width: 33%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #6c6c6d;
}

.sgyxx li {
    line-height: 52px !important;
    padding-left: 10px;
}

.title-text {
    padding-left: 30px;
    text-align: center;
    background-image: linear-gradient(to right,#154F93, #D31F24);
    padding-right: 30px;
    color: white;
    margin-left: 10px;
    cursor: pointer;
    opacity: .7;
    font-weight: bold;
}

.sgyxx {
    background-color: #FAFAFA;
}

.zbxx ul li:nth-of-type(n+3) {
    /*width: 100%;*/
}

.flex_rsb ul li {
    width: 50%;
    font-size: 16px;
    line-height: 30px;
    color: #6c6c6d;
}

.f_end {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.zb_time {
    font-size: 16px;
    margin-top: 10px;
    color: #6c6c6d;
}

.sg_bw .sg_bw_tit {
    width: 100%;
    background-color: #999999;
    text-align: center;
    color: #FFFFFF;
}

.sg_bw {
    border-collapse: collapse;
    border-spacing: 0;
}

.sg_bw_tit th {
    font-size: 18px;
    text-align: center;
    border: 1px solid #999999;
    font-weight: normal;
    height: 53px;
}

.sg_bw td {
    height: 53px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #999999;
    background-color: #ffffff;
}

.bottom_tit {
    width: 100%;
    height: 46px;
    background: url(../img/zb-bj2.png) no-repeat;
    background-size: 100% 100%;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    margin: 22px 0 15px 0;
    opacity: .7;
    font-weight: bold;
}

.zb_p {
    font-size: 16px;
    line-height: 30px;
    color: #6c6c6d;
}

.zb_p2 {
    font-size: 14px !important;
}

.zb_p h3 {
    margin: 10px 0 0 0;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #CB2332;
    float: left;
}



/*导航*/
.btn-nav {
    margin-top: 22px;
    display: block;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

    .btn-nav:focus {
        outline: 0;
    }

.icon-bar {
    height: 3px;
    width: 37px;
    display: block;
    background: #000;
    margin: 7px 0;
}

.btn-nav:hover .icon-bar {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.animated {
    display: block;
    margin: 22px auto 0;
}

    .animated:focus {
        cursor: pointer;
    }

.middle {
    margin: 0 auto;
}

.icon-bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
}

.animated .middle {
    width: 0;
}


/*--row-row-reverse*/
.row_reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.mt57 {
    margin-top: 57px;
}


.percentage {
    width: 71px;
    height: 73px;
    margin-bottom: 16px;
    background-image: url(../img/percentage.png);
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

    .percentage img {
        width: 100%;
        height: 100%;
    }

    .percentage p {
        font-size: 13px;
        color: #000000;
        font-weight: bold;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        align-items: flex-end;
        margin-bottom: 5px;
    }

    .percentage b {
        display: inline-block;
        font-size: 33px;
        color: #000;
        text-align: center;
    }

/* N++*/

.allfill .tit_rh2 {
    width: 100%;
}
/* 2019 12 11 NEW+*/
.language {
    position: relative;
    margin-left: 26px;
}

.lgimg {
    width: 27px;
    height: 27px;
}

.languagediv {
    background: #fff;
    padding: 15px 18px 0;
    border-radius: 8px;
    margin-top: -15px;
    position: absolute;
    left: -50px;
    line-height: 40px;
    width: 125px;
    box-sizing: border-box;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    display: none;
}

    .languagediv a {
        float: left;
        clear: both;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 17px;
        cursor: pointer;
        color: #000;
    }

        .languagediv a:hover {
            color: #cb2332;
        }

        .languagediv a img {
            width: 25px;
            height: 17px;
            margin-right: 13px;
        }

.language:hover .languagediv {
    display: block;
}

.support_box {
    margin-bottom: -119px;
}

@media screen and (max-width: 1300px) {
    .zb_details {
        width: 990px;
        margin-top: 8vh;
    }

    .zb_lb {
        width: 990px;
    }
}

@media screen and (max-width: 1024px) {
    .zb_details {
        width: 780px
    }

    .zbxx .ul-4 li {
        width: 50%
    }

    .zb_lb {
        width: 780px;
        margin-top: 8vh;
    }

    .zb_list_mask {
        align-items: normal;
    }

    .zblb {
        height: 200px
    }
}

.btn-detail-block {
  display: none;
}

.warranty_main_info_block {
  display: flex;
}

.warranty_main_info_no {
  background: url(../../cn/images/store/no.png) no-repeat center left;
  padding-left: 13px;
}

.warranty_main_info_phone {
    padding-left: 13px;
}

.warranty_main_info_date {
  margin-left: 100px;
  background: url(../../cn/images/store/date.png) no-repeat center left;
  padding-left: 16px;
}

.warranty_main_info_status {
    display: inline-block;
    margin-left: 200px;
    padding: 0 20px;
    background-color: #e3e1e1;
    border-radius: 5px;
}

.isActivated {
    background-color: #da252e;
    color: #fff;
}

.more-button-block{
    position: absolute; 
    width: 40px; 
    height: 43px; 
    margin-left: 470px;
}


@media screen and (max-width: 1440px) {
    .ps_list {
        zoom:0.9;
    }
}

@media screen and (max-width: 1366px) {
    .ps_list {
        zoom: 0.8;
    }
}