<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your css styles (customizations) */
.padl75 {
    padding-left: 7.5px;
}

.padr75 {
    padding-right: 7.5px;
}

.padl0 {
    padding-left: 0;
}

.padr0 {
    padding-right: 0;
}


.head_top {
    width: 100%;
    color: #262626;
    position: relative;
}

    .head_top .img, .head_top .text {
        float: right;
        margin-left: 10px;
        line-height: 90px;
        font-size: 18px;
    }

.cd-logopad .languages {
    border-radius: 10px;
    border: solid 1px #ffffff;
    float: left;
    box-sizing: border-box;
    line-height: 22px;
    height: 24px;
    margin: 33px 30px;
    overflow: hidden;
}
    .cd-logopad .languages a {
        font-size: 12px;
        letter-spacing: 0px;
        color: #ffffff;
        padding:0 10px;
        border-right:1px solid #fff;
        float:left;
    }
        .cd-logopad .languages a:nth-last-child(1){
            border:0;
        }
        .cd-logopad .languages a.active {
            background-color: #fff;
            color: #262626;
        }

        .navphone .icon, .navphone a {
            float: right;
            line-height: 90px;
        }
.navphone a {
    font-size: 16px;
    letter-spacing: 0px;
    color: #393939;
}
    .navphone .icon .text{
        width:2em;
        line-height:20px;
        margin:25px 10px;
    }
    .navphone .icon .text, .navphone .icon .img {
        float: right;
    }
    /******
    banner
    ********/
    .banner {
        /*margin-top: 150px;*/
    }

.swiper-container {
    z-index: 0;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

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

#indexbanner .swiper-button-prev, #indexbanner .swiper-button-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    background-color: rgba(51, 51, 51, 0.5);
    border-radius: 50%;
    margin: 0 30px;
}

#indexbanner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
}

#indexbanner .swiper-pagination-bullet-active {
    border: 0;
    background-color: #d71a19;
    opacity: 1;
}

#indexbanner .swiper-slide .text {
    display: none;
}
#indexbanner .swiper-slide-active .text {
    display: block;
}
#indexbanner .swiper-wrapper .swiper-slide .text {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* IE 9 */
    -moz-transform: translateY(-50%); /* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%); /* Opera */
    margin: 0 auto;
    padding: 25px 0;
    width: 45%;
}
    #indexbanner .swiper-wrapper .swiper-slide .text .text1 .text1_1 {
        font-size: 35px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 90px;
        letter-spacing: 0px;
        color: #b2b9be;
        background-color:#fff;
        float:left;
        padding:0 15px;
    }
    #indexbanner .swiper-wrapper .swiper-slide .text .text1 .text1_2 {
        font-size: 40px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 45px;
        letter-spacing: 0px;
        color: #ffffff;
        float: right;
    }
    #indexbanner .swiper-wrapper .swiper-slide .text .text2 {
        font-size: 35px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 39px;
        letter-spacing: 0px;
        color: #ffffff;
        float:right;
    }
#indexbanner .swiper-pagination {
    text-align: right;
    font-size: 18px;
    font-weight:bold;
    letter-spacing: 0px;
    color: #ffffff;
}
    #indexbanner .swiper-pagination span{
        font-size:24px;
        font-weight:bold;
    }
#indexbanner .swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:100px;
}

#indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] .text {
    text-align: center;
}
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] .text .text2 {
        float: none;
        font-size: 50px;
        line-height: 1.4;
        letter-spacing: 0px;
        color: #ffffff;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] .text .text1 .text1_1 {
        float: none;
        font-size: 24px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: 0px;
        color: #162e47;
    }
#indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
    width: 58%;
}
#indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text .text1 .text1_1 {
    color: #374c68;
    font-size: 30px;
}
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text .text2{
        float:left;
    }

.goNext {
    width: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    cursor: pointer;
}

    .goNext .border {
        width: 100%;
        height: 45px;
        border: 1px solid #c9cbcd;
        border-radius: 15px;
        padding: 4px 0;
    }

        .goNext .border .span {
            width: 2px;
            height: 17px;
            margin: 0 auto;
            background-color: #c9cbcd;
        }

    .goNext .bottom {
        width: 100%;
        text-align: center;
        color: #c9cbcd;
        font-size: 12px;
        line-height: 14px;
        /*transform: rotate(90deg);
        -ms-transform: rotate(90deg); 
        -moz-transform: rotate(90deg); 
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);*/
        animation: gonext linear 2s infinite;
        -webkit-animation: gonext linear 2s infinite; /*Safari and Chrome*/
        position: relative;
        font-size:26px;
    }
    .goNext .bottom:nth-last-child(2){
        animation-delay:.3s;
    }
@keyframes gonext {
    0% {
        top: 0px;
        opacity: 0;
    }

    50% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 20px;
        opacity: 0;
    }
}

@-webkit-keyframes gonext /*Safari and Chrome*/
{
    0% {
        top: 0px;
        opacity: 0;
    }

    50% {
        top: 10px;
        opacity: 1;
    }

    100% {
        top: 20px;
        opacity: 0;
    }
}
/*
    homepro
*/
.prorecommendhd .prohdleft, .prorecommendhd .prohdright{
    width:50%;
    float:left;
    position:relative;
}
.prorecommendhd .bg img {
    width: 100%;
}
.prorecommendhd .probd {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
    .prorecommendhd .probd .text {
        width: 50%;
        text-align: center;
        color: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
.prorecommendhd .prohdright .probd .text {
    left:0;
}
.prorecommendhd .probd .text .desc {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 40px 0;
}
.prorecommendhd .probd .title {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
}
.prorecommendhd .prohdleft, .prorecommendhd .prohdright {
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
}
    .prorecommendhd .prohdleft:hover, .prorecommendhd .prohdright:hover, .prorecommendhd .prohdleft.active, .prorecommendhd .prohdright.active {
        background-color: #0165b3;
        cursor: pointer;
    }
    .prorecommendhd .prohdleft .bg img, .prorecommendhd .prohdright .bg img {
        transition: all ease 1s;
        -moz-transition: all ease 1s;
        -webkit-transition: all ease 1s;
        -o-transition: all ease 1s;
    }
    .prorecommendhd .prohdleft .desc .span, .prorecommendhd .prohdright .desc .span {
        overflow:hidden;
        transition: all ease 1s;
        -moz-transition: all ease 1s;
        -webkit-transition: all ease 1s;
        -o-transition: all ease 1s;
    }
    .prorecommendhd .prohdleft:hover .bg img, .prorecommendhd .prohdright:hover .bg img, .prorecommendhd .prohdleft.active .bg img, .prorecommendhd .prohdright.active .bg img {
        opacity: 0;
    }
    .prorecommendhd .prohdleft:hover .desc .span, .prorecommendhd .prohdright:hover .desc .span, .prorecommendhd .prohdleft.active .desc .span, .prorecommendhd .prohdright.active .desc .span {
        height: 0;
    }

.prorecommendbdhd {
    padding: 50px 15px 0;
    display:none;
}
.prorecommendbdhd.active {
    display:block;
}
    .prorecommendbdhd .border {
        border-bottom: 1px solid #dcdcdc;
        float:left;
        width:100%;
        margin:15px 0;
    }
    .prorecommendbdhd .title {
        font-size: 26px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #303030;
        float:left;
    }
    .prorecommendbdhd .prorecommendtabs {
        float: right;
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #303030;
        padding: 0 12px;
        cursor: pointer;
    }
        .prorecommendbdhd .prorecommendtabs.active {
            color: #0165b3;
        }
.prorecommendtab{
    display:none;
}
.prorecommendtab.active{
    display:block;
}
.prorecommendtab .proname {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #0165b3;
    margin: 110px 0 35px;
}
.prorecommendtab .desc {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    height:60px;
    overflow:hidden;
    letter-spacing: 0px;
    color: #333333;
}
.prorecommendtab .btn {
    width: 107px;
    height: 28px;
    border: solid 1px #a0a0a0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #4c4c4c;
    text-align:center;
    padding:0;
    margin:100px 0;
    position:relative;
}
    .prorecommendtab .btn .bg {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 0;
        height: 100%;
        background-color: #0252c2;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .prorecommendtab .btn:hover{
        color:#fff;
    }
    .prorecommendtab .btn:hover .bg{
        width:100%;
    }
.prorecommendtab .proimgsm {
    width: 100px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-color: #ffffff;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
    .prorecommendtab .proimgsm.active {
        box-shadow: 0px 5px 8px 0px #012d6a;
    }
.prorecommendtabright .procover {
    width: 100%;
    height: 417px;
    background-color: #ffffff;
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center center;
}
a.morepro {
    width: 107px;
    height: 30px;
    background-color: #0252c2;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 70px 0;
    float:left;
    text-align:center;
}
.prorecommendtabbd{
    display:none;
}
.prorecommendtabbd.active{
    display:block;
}
/*side*/
.side ul {
    padding: 0;
}

.side {
    position: fixed;
    width: 54px;
    right: 0;
    bottom: 10%;
    z-index: 11;
    display: none;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.header-fixed-shrink2 .side{
    display:block;
}

.side ul li {
    width: 54px;
    height: 55px;
    float: left;
    position: relative;
    border-bottom: 1px solid #fff;
    list-style: none;
}

        .side ul li .sidebox {
            position: absolute;
            width: 54px;
            height: 54px;
            top: 0;
            RIGHT: 0;
            transition: all 0.3s;
            background: #bec9d5;
            opacity: 1;
            color: #fff;
            filter: Alpha(opacity=80);
            font: 14px/54px "微软雅黑";
            overflow:hidden;
        }
        .side ul li .sidebox.weixin{
            overflow:visible;
        }

            .side ul li .sidebox span img{
                color: #fff;
                /* background: #fff;*/
                width: 30px;
                height: 30px;
                /*border-radius: 38px;*/
                text-align: center;
                line-height: 54px;
                float: left;
                margin:12px 17px 12px 12px;
            }

            .side ul li .sidebox .weixinmodel {
                position: absolute;
                width: 0;
                height: 100px;
                top: -25px;
                right: 59px;
                transition: all 0.3s;
                background: #fff;
                filter: Alpha(opacity=100);
                border-radius:3px;
                padding:0;
                border:0;
                display:none;
            }
                .side ul li .sidebox .weixinmodel .wx-corner {
                    border: 10px solid transparent;
                    border-left: 10px solid #fff;
                    position: absolute;
                    top: 39px;
                    right: -20px;
                    z-index: 10;
                }

        .side ul li .sidetop {
            width: inherit;
            height: 54px;
            line-height: 54px;
            display: inline-block;
            background: #000;
            opacity: 0.8;
            filter: Alpha(opacity=80);
            transition: all 0.3s;
        }

            .side ul li .sidetop:hover {
                background: #3498db;
                opacity: 1;
                filter: Alpha(opacity=100);
            }

.side ul li .sidebox span i {
    animation: myfirst 1s linear 2s infinite alternate;
    -moz-animation: myfirst 1s linear 2s infinite alternate;
    -webkit-animation: myfirst 1s linear 2s infinite alternate;
    -o-animation: myfirst 1s linear 2s infinite alternate;
}


@keyframes myfirst {
    0% {
        color: #222;
    }

    100% {
        color: #3498db;
    }
}

.animate-box {
    opacity: 0;
}

/*
    product
*/
.proindex .prorecommendbdhd .prorecommendbdhdlist {
    float:left;
    /*margin-left:25%;*/
}
.proindex .prorecommendbdhd .prorecommendtabs {
    border: 1px solid transparent;
}
.proindex .prorecommendbdhd .prorecommendtabs.active, .proindex .prorecommendbdhd .prorecommendtabs:hover {
    color: #303030;
    border: 1px solid #0165b3;
}
    .proindex .prorecommendbdhd .prorecommendtabs.active &gt; a, .proindex .prorecommendbdhd .prorecommendtabs.active &gt; span, .proindex .prorecommendbdhd .prorecommendtabs:hover &gt; a, .proindex .prorecommendbdhd .prorecommendtabs:hover &gt; span {
        color: #0165b3;
    }
    .proindex .prorecommendbdhd .prorecommendtabs a{
        display:block;
    }
    .proindex .prorecommendbdhd .prorecommendtabs.has-child a {
        padding-right: 0;
    }
    .proindex .prorecommendbdhd .prorecommendtabs.has-child .prorecommendtabschilds {
        display:none;
        position: absolute;
        bottom: 0;
        left: 0;
        /*transform: translateX(-50%);
        -webkit-transform: translateX(-50%);*/
        height:51px;
        padding-top:25px;
    }
    .proindex .prorecommendbdhd .prorecommendtabs.has-child.active .prorecommendtabschilds, .proindex .prorecommendbdhd .prorecommendtabs.has-child:hover .prorecommendtabschilds {
        display: block;
    }
    .proindex .prorecommendbdhd .prorecommendtabs.has-child .prorecommendtabschilds .prorecommendtabssecond {
        float:left;
        padding: 0 12px;
    }
        .proindex .prorecommendbdhd .prorecommendtabs.has-child .prorecommendtabschilds .prorecommendtabssecond.active, .proindex .prorecommendbdhd .prorecommendtabs.has-child .prorecommendtabschilds .prorecommendtabssecond:hover {
            color: #0165b3;
        }
.proindex .prorecommendbdhd .border{
    margin:15px 0 35px;
}
.proindex .prorecommendtabbd{
    margin-top:100px;
    display:block;
}
.prorecommendtabbd .prolist a{
    margin-bottom: 30px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    overflow:hidden;
    display:block;
    position:relative;
}
    .prorecommendtabbd .prolist:hover a {
        box-shadow: 0px 2px 0px 0px #0165b3, 0px 11px 28px 1px rgba(1, 101, 179, 0.33), 0px 0px 23px 1px rgba(1, 36, 63, 0.33);
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

.prorecommendtabbd .prolist a .pdficon {
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #e64c00;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #feffff;
    padding:0 12px;
}
.prorecommendtabbd .prolist .procover {
    width: 100%;
    height: 263px;
    line-height: 263px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    margin-bottom: 25px;
    text-align:center;
}
.prorecommendtabbd .prolist .proname {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0e0e0e;
    padding-left:23px;
    word-break:break-all;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.prorecommendtabbd .prolist .pronum {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0165b3;
    margin: 10px 0 25px;
    padding-left: 23px;
    height: 20px;
    word-break: break-all;
}
.prorecommendtabbd .prolist .desc {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #313131;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 75px;
    padding-left: 23px;
    word-break: break-all;
}
    .prorecommendtabbd .prolist .seemore {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #313131;
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 15px 23px;
    }

.prodetail .proname {
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0e0e0e;
    margin-top:80px;
}
.prodetail .pronum {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0165b3;
}
.prodetail .proimg .procover {
    width: 100%;
    height: 450px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-bottom:30px;
}
.prodetail .proimg .proimgsm {
    width: 100px;
    height: 75px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    background-color: #ffffff;
    float: right;
    margin-left: 15px;
    cursor: pointer;
    border:.5px solid #ccc;
}

    .prodetail .proimg .proimgsm.active {
        box-shadow: 0px 5px 8px 0px #012d6a;
    }
.prodetail .prodescleft .descdetail {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom:30px;
}
.prodetail .prodescleft .desccharacteristic {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #313131;
}
    .prodetail .prodescleft .desccharacteristic ul{
        padding-left:15px;
    }
    .prodetail .prodescleft .desccharacteristic ul li p{
        margin:0;
    }
    .prodetail .abouttitle .text {
        margin-bottom: 20px;
    }
.prodetail .prodescright{
    text-align:center;
}
.prodetail .prodescright * {
    max-width: 100%;
}
    .prodetail .prodescright video, .prodetail .prodescright iframe, .prodetail .prodescright embed {
        width: 80%;
        height: 252px;
        margin: 20px auto;
    }

/*
    about
*/
/*.about {
    padding: 50px 0;
}*/
.about {
    background: url(../images/aboutbg.png) no-repeat;
    background-attachment: fixed;
    margin-bottom: 90px;
    padding: 70px 0;
}
    .about .abouttext .title {
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin:35px 0;
    }
    .about .abouttext .text, .about .abouttext .text p {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 31px;
        letter-spacing: 0px;
        color: #ffffff;
        margin-bottom:35px;
    }
    .about .abouttext a.btn {
        width: 107px;
        height: 30px;
        background-color: #0252c2;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 0px;
        color: #ffffff;
        float: left;
        text-align: center;
        padding:0;
    }
/*path_hd*/
.path_hd .pathimg {
    position: relative;
}
.path_hd .pathimg .pathtext{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    padding-top:10px;
}
    .path_hd .pathimg .pathtext .text1 {
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 41px;
        letter-spacing: 1px;
        color: #e60012;
    }
    .path_hd .pathimg .pathtext .text2 {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 41px;
        letter-spacing: 0px;
        color: #ffffff;
    }

/*
    slogan
*/
.slogan {
    background-color: #0165b3;
    padding:50px 0;
    margin: 100px 0 0;
}
.slogantext .slogantext1 {
    font-size: 38px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.86;
}
.slogantext .slogantext2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.86;
}
.sloganimg{
    position:relative;
    height:100%;
}
    .sloganimg img{
        position:absolute;
        bottom:0;
        left:0;
    }


    /*
    news
*/
    .news {
        margin-bottom:65px;
    }
        .news .newstitle {
            font-size: 26px;
            font-weight: bold;
            font-stretch: normal;
            line-height: 26px;
            letter-spacing: 0px;
            color: #303030;
            margin-bottom:35px;
        }
.newsswiper .swiper-container {
    padding-bottom:100px;
    background-color: #f2f2f2;
    overflow:hidden;
    position:relative;
}
    .newsswiper .swiper-container .swiper-button-prev {
        font-size: 35px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #0165b3;
        height:auto;
        position: absolute;
        top: auto;
        left: auto;
        right: 70px;
        bottom: 15px;
    }
    .newsswiper .swiper-container .swiper-button-next {
        font-size: 35px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #0165b3;
        height: auto;
        position: absolute;
        top: auto;
        left: auto;
        right:30px;
        bottom: 15px;
    }
    .newsswiper .swiper-container .swiper-slide {
        opacity: 0!important;
    }
        .newsswiper .swiper-container .swiper-slide.swiper-slide-active {
            opacity: 1 !important;
            width:100%!important;
        }
    .newsswiper .swiper-container .swiper-slide a{
        overflow:hidden;
        display:block;
    }
        .newsswiper .swiper-container .swiper-slide .newsimg {
            width: 100%;
            height: 341px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
            border:1px solid #0054a5;
            box-sizing:border-box;
        }
    .newsswiper .swiper-container .swiper-slide .text {
        width: 100%;
        padding:25px 30px;
    }
        .newsswiper .swiper-container .swiper-slide .text .title {
            font-size: 18px;
            font-weight: bold;
            font-stretch: normal;
            line-height: 25px;
            letter-spacing: 0px;
            color: #1e1e1e;
            float:left;
            width:75%;
            overflow:hidden;
            white-space:nowrap;
            text-overflow:ellipsis;
        }
        .newsswiper .swiper-container .swiper-slide .text .time {
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 25px;
            letter-spacing: 0px;
            color: #1e1e1e;
            float: right;
        }
        .newsswiper .swiper-container .swiper-slide .text .desc {
            clear:both;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 25px;
            letter-spacing: 0px;
            color: #1e1e1e;
            height:75px;
            overflow:hidden;
            margin-top:15px;
            float:left;
        }
.newslists .newslist {
    padding: 10px 10px 10px 0;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #c5c5c5;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
}
.newslists .newslist:nth-child(2) {
    border-top: 1px solid #c5c5c5;
}
    .newslists .newslist .newsimg {
        width: 120px;
        height: 90px;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        border: 1px solid #0054a5;
        box-sizing: border-box;
    }
.newslists .newslist .text{
    width:calc(100% - 120px);
    float:left;
    padding-left:20px;
}
    .newslists .newslist * {
        transition: all ease .3s;
        -moz-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
    }
    .newslists .newslist .text .title {
        font-size: 18px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #1e1e1e;
        float: left;
        width: 60%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .newslists .newslist .text .time {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #1e1e1e;
        float: right;
    }
    .newslists .newslist .text .desc {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 25px;
        letter-spacing: 0px;
        color: #1e1e1e;
        float: left;
        height:50px;
        overflow:hidden;
        margin-top:20px;
    }
    .newslists .newslist:hover {
        background-color: #0165b3;
    }
        .newslists .newslist:hover .title, .newslists .newslist:hover .time, .newslists .newslist:hover .desc {
            color:#fff;
        }
.morenews .btn {
    width: 107px;
    height: 30px;
    background-color: #0252c2;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 70px 0;
    float: left;
    text-align: center;
    padding:0;
}
.homecontact {
    position: relative;
    height: 490px;
}
.homecontact .map{
    width:60%;
    height:490px;
    position:absolute;
    left:0;
    top:0;
}
    .homecontact .contactlogo{
        padding:35px 0 20px;
        border-bottom:1px solid #aaa;
        margin-bottom:15px;
    }
    .homecontact .contactbd .contactbdlist{
        display:flex;
    }
    .homecontact .contactbd .contactbdlist span {
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #4f4f4f;
        margin:0 15px;
    }
        .homecontact .contactbd .contactbdlist .contactbdlistlinks {
            flex:1;
        }
    .homecontact .contactbd .contactbdlist a {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #4f4f4f;
        float:left;
    }
    .homecontact .contactbd .contactbdlist img {
        margin: 0 10px;
    }
    /*
    footer
*/
    footer {
        /*background-color: #333232;*/
        color: #fff;
        padding: 145px 0;
        /*line-height: 60px;*/
        margin-top: 30px;
    }
footer &gt;.img img{
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    z-index:-1;
}

    footer a {
        color: #fff !important;
    }

    footer .footcontact a {
        line-height: 32px;
        margin: 0 10px;
    }
        footer .footcontact .foothd {
            font-size: 32px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 26px;
            letter-spacing: 0px;
            color: #fefefe;
            margin-bottom:20px;
        }
        footer .wechat img{
            width:140px;
            height:140px;
        }

    footer .wechat img {
        width: 100px;
        height: 100px;
    }

.footcontact .wechat {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.copyrights {
    color: #fff;
    width:100%;
    background-color: rgba(49,49,49,.49);
}
    .copyrights  a{
        color: #fff;
    }
    .copyrights .copyright{
        line-height: 62px;
    }
.frindlink,.frindlink a {
    color: #fff;
    line-height:30px;
}
    /*位置*/
    .position {
        padding: 10px 0;
        font-size: 16px;
    }
.positionborder .border {
    margin:10px 0;
    border-bottom: 1px dashed #a3a3a3;
}

.position i.fa.fa-home {
    color: #e60012;
    font-size: 24px;
}
/*关于*/
.smbanner{
    position:relative;
    width:100%;
}
.smbanner img{
    width:100%;
}
    .smbanner .text {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        text-align: center;
        font-size: 44px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 6px;
        color: #ffffff;
    }

.abouttitle .text{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #0165b3;
    border-bottom: 1px solid #dadada;
    padding:40px 0 12px;
    margin-bottom:60px;
}
.aboutbody .companyname {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #3d3d3d;
    margin-bottom:40px;
}
.aboutbody .companyinfo {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #3d3d3d;
}
.aboutimg{
    text-align:center;
}
.aboutimg img{
    max-width:100%;
    margin:0 auto;
}
.aboutimg2{
    padding-top:70px;
}
.aboutslogan {
    background: url(../images/aboutindexbg.png) no-repeat;
    background-attachment: fixed;
    padding: 150px 0;
    text-align: center;
    background-position: center center;
    margin-top:20px;
}
.aboutservice {
    margin-bottom:30px;
}
.aboutservice .border {
    border: solid 1px #e5e5e5;
    padding:12px;
}
.aboutservice .img{
    text-align:center;
    padding:35px 0;
}
.aboutservice .text .title {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #212121;
    text-align:center;
    margin-bottom:25px;
}
.aboutservice .text .desc {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #212121;
    height:104px;
}
.abouthonor .img img{
    width:100%;
}
.aboutcustomers {
    margin-bottom: 133px;
}
.aboutcustomers .border {
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    overflow:hidden;
}
.aboutcustomer {
    text-align: center;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
}
/*新闻*/

/*
    contact
*/
.contactindex .conpanyname {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 2px;
    color: #4f4f4f;
    margin-bottom:10px;
}
.contactindex .companynameen {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #4f4f4f;
}
.contactindex .iconimg {
    float: left;
    margin-right: 15px;
}
.contactindex .iconimg img {
    width: 26px;
    height: 26px;
    float: left;
    margin-right: 15px;
}
.contactindex .iconimg .text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #4f4f4f;
    width:auto!important;
    float:left;
    margin:0;
}
.contactindex .formtitle {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #4f4f4f;
    margin-bottom:20px;
}
.contactindex .form .formcontral {
    color: black;
    background: transparent;
    border: 1px solid #bfbfbf;
    border-radius: 0;
    padding: 5px 5px 5px 10px;
    width: 100%;
}

.contactindex .form .email {
    float: left;
    width: 48%;
}

.contactindex .form .tel {
    float: right;
    width: 48%;
}

.contactindex .form .submit {
    float: right;
    width: 100px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    background-color: #0165b3;
    border: solid 1px #bfbfbf;
    color: #ffffff;
    padding: 0;
}

.contactindex .form .span {
    color: #ff0000;
}

.contactindex {
    padding-top: 25px;
    padding-bottom: 30px;
}

    .contactindex h2 {
        font-size: 35px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #da2d29;
        padding-bottom:20px;
        border-bottom: 1px solid #969696;
        margin-bottom: 20px;
    }

    .contactindex ul li {
        line-height: 24px;
        margin-bottom:20px;
        overflow:hidden;
        display:flex;
    }
        .contactindex ul li .text {
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #8b8b8b;
            width: 100% !important;
            margin-bottom: 10px;
            width: 60px;
        }
        .contactindex ul li .contactbdlistlinks {
            flex:1;
        }
        .contactindex ul li a {
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 26px;
            letter-spacing: 0px;
            color: #4f4f4f;
            float: left;
            margin-right: 15px;
        }

        .contactindex ul li .img {
            width: 60px;
            height: 60px;
            margin-top: 15px;
        }
    .contactindex .title {
        background-color: #d71a19;
        border-radius: 22px;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #ffffff;
        width:165px;
        padding:3px 20px;
    }
    .contactindex .title img{
        margin-right:10px;
    }
/*.contactbottom {
    background-color: #eeeeee;
    padding:70px 0 60px;
}
    .contactbottom .contactlist .img img{
        width:45px;
        height:45px;
        margin-bottom:25px;
    }
    .contactbottom .contactlist a {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #272727;
        padding:0 10px;
    }*/
/*
    product
*/
.servicenav ul {
    /*height:100px;*/
}
.servicenav ul li {
    width: 25%;
    float: left;
    padding:0 20px;
    border-right: 1px solid #9e9e9e;
}
    .servicenav ul li:nth-child(4n), .servicenav ul li:nth-child(1), .servicenav ul li:nth-child(2), .servicenav ul li:nth-child(3), .servicenav ul li:nth-last-child(1) {
        border-right: 0;
    }
    .servicenav ul li:nth-child(4n+1){
        padding-left:0;
    }
    .servicenav ul li a {
        font-size: 15px;
        line-height: 25px;
        height: 25px;
    }
    .servicenav ul li:hover a, .servicenav ul li.active a{
        border-bottom: 1px solid #da2d29;
        color: #da2d29;
    }
.servicedetailbd {
    background-color: #efefef;
    padding:40px 0 30px;
}
.servicecontent{
    margin-top:30px;
}
/*
    case
*/
.caseindex .caselist {
    margin-bottom: 20px;
    overflow: hidden;
}
    .caseindex .caselist .img {
        position: relative;
        overflow: hidden;
    }
    .caseindex .caselist .img img.caseimg {
        width: 100%;
        height: 220px;
        margin: 0 auto;
        -webkit-transition: -webkit-transform 1s;
        transition: transform 1s;
    }
    .caseindex .caselist:hover .img img.caseimg {
        transform:scale(1.3);
        -webkit-transform:scale(1.3);
    }
    .caseindex .caselist .img .text {        
        background-color: rgba(30,30,30,.49);
        line-height: 120px;
        font-size: 25px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
    }
figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
}
    figure figcaption .span {
        transform: translateY(1em);
        -webkit-transition: -webkit-transform .35s;
        transition: transform .35s;
        height: 120px;
        overflow: hidden;
        white-space: nowrap; 
        text-overflow: ellipsis;
    }
    figure figcaption::after, figure figcaption::before {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
    }
    figure figcaption::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }
    figure figcaption::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }
    figure figcaption::after, figure figcaption::before {
        pointer-events: none;
    }
figure:hover figcaption{
    opacity:1;
}
figure:hover figcaption::after, figure:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
    figure:hover figcaption .span {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
.more {
    background-color: #da2d29;
    height:220px;
}
.more .img{
    width:121px;
    height:35px;
    padding-top:93px;
    text-align:center;
    margin:0 auto;
}
.more .img img{
    float:left;
    height:35px;
    margin-right:10px;
}
    .more .text {
        float: left;
    }
    .more .text .text1 {
        font-size: 19px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        line-height: 20px;
    }
    .more .text .text2 {
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        line-height:15px;
    }
.casenav {
    margin: 70px 0;
}
.casenav .casenavlist{
    width:20%;
    height:296px;
    float:left;
    padding:40px 0 50px;
    text-align:center;
    position:relative;
}
    .casenav::before {
        content: '';
        width: 100%;
        border-bottom: 1px solid #707070;
        position: absolute;
        margin-top: 151px;
        z-index: -1;
    }
    .casenav .casenavlist , .casenav .casenavlist * {
        -webkit-transition: all .35s;
        transition: all .35s;
    }
    .casenav .casenavlist .icon {
        height:40px;
        line-height:40px;
        margin-bottom:10px;
    }
    .casenav .casenavlist .title {
        font-size: 21px;
        letter-spacing: 0px;
        color: #4b4b4b;
    }
    .casenav .casenavlist .span {
        width: 22px;
        height: 22px;
        background-color:#fff;
        border: 1px solid #707070;
        border-radius:50%;
        margin:20px auto;
    }
    .casenav .casenavlist .num {
        font-family: FZLTCXHJW--GB1-0;
        font-size: 45px;
        font-weight: 100;
        letter-spacing: 0px;
        color: #da2d29;
    }
        .casenav .casenavlist .smcasenavlist {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            background: url(../images/casenavbg.png) no-repeat;
            background-size: cover;
            z-index: 2;
            overflow: hidden;
            -webkit-transition: all 1s;
            transition: all 1s;
        }
        .casenav .casenavlist .smcasenavlist .text {
            position: absolute;
            bottom: 50px;
            left: 0;
            width: 100%;
            padding: 0 20px;
            color: #ffffff;
        }

        .casenav .casenavlist:hover .icon, .casenav .casenavlist:hover .span, .casenav .casenavlist:hover .num, .casenav .casenavlist.active .icon, .casenav .casenavlist.active .span, .casenav .casenavlist.active .num {
            opacity: 0;
            border: 0;
            background-color: transparent;
            transform: translateY(30px);
            -webkit-transform: translateY(30px);
        }
        .casenav .casenavlist:hover .title, .casenav .casenavlist.active .title {
            font-size: 32px;
            color: #ffffff;
            position: absolute;
            top: 90px;
            left: 0;
            right: 0;
            margin: 0 auto;
            z-index: 999;
            transform: translateY(-30px);
            -webkit-transform: translateY(-30px);
        }
        .casenav .casenavlist:hover .smcasenavlist, .casenav .casenavlist.active .smcasenavlist {
            opacity: 1;
        }
            .casenav .casenavlist:hover .smcasenavlist .text, .casenav .casenavlist.active .smcasenavlist .text {
                transform: translateY(-30px);
                -webkit-transform: translateY(-30px);
            }

.caseprev{
    position:absolute;
    left:-50px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.casenext{
    position:absolute;
    right:-50px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.disabled{
    cursor:no-drop;
}
/*
    news
*/
.newshd {
    padding: 30px 15px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom:25px;
}
    .newshd a.btn {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 3px;
        color: #2e2e2e;
        border: 1px solid transparent;
        margin:0 50px;
    }
        .newshd a.btn.active, .newshd a.btn:hover {
            border-color: #0165b3;
            color: #0165b3;
        }
.newlist{
    margin-bottom:15px;
}
.newlist .border {
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    overflow: hidden;
    display: block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.newlist:hover .border {
    background-color: #ffffff;
    box-shadow: 0px 2px 0px 0px #0165b3, 0px 11px 28px 1px rgba(1, 101, 179, 0.33);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.newlist .newimg .newsimg {
    width: 100%;
    height: 196px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*border: 1px solid #0054a5;*/
    box-sizing: border-box;
}
.newlistrecommend .newimg .newsimg {
    width: 283px;
    /*height: 212px;*/
    height: 166px;
    float: left;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    /*border: 1px solid #0054a5;*/
    box-sizing: border-box;
}
.newlist .text{
    padding:20px 12px;
}
.newlistrecommend .text {
    padding: 15px 35px 15px 0;
}
.newlist .text .title{
    font-size: 16px;
    line-height:20px;
    height:40px;
    overflow:hidden;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0165b3;
}
.newlist .text .desc {
    font-size: 14px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #323232;
    margin:22px 0;
}
.newlist .text .time {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #828282;
}
.newindextitle {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0165b3;
    margin-bottom:15px;
}
.newsborder {
    border: 1px solid #dcdcdc;
    margin:30px 0;
}
.new_title h3 {
    color: #0165b3;
}
/*news-end*/
.proindex .videolist .prolist img {
    height: 146px;
}
.proindex .videolist .prolist .img .bg {
    line-height: 146px;
}
.recruitlist {
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #303030;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}
.recruitlist:nth-last-child(1){
    border:0;
}
.recruitlist .title {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #da2d29;
    margin-bottom:20px;
}
    .recruitlist .recruitlabel {
        font-size: 20px;
        color: #da2d29;
    }
.separation {
    width: 100%;
    background-color: #da2d29;
    line-height:1;
}
    .separation .text1 {
        font-size: 40px;
        font-weight: 100;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top:45px;
        margin-bottom:5px;
    }
    .separation .text2 {
        font-size: 44px;
        font-weight: 300;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
    }
        .separation .text2 span {
            font-size: 70px;
            font-weight: 500;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #ffffff;
        }
    .separation .text3 {
        font-size: 19px;
        font-weight: 100;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #ffffff;
        margin-top:15px;
    }
    .separation .recruitimg {
        float:right;
    }
.videohd {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0865b2;
    border-bottom: 1px solid #e1e1e1;
    padding:45px 15px 15px;
}
.videolist .procover .fa {
    color: #0165b3;
    opacity: 0.7;
    font-size:48px;
}
.prorecommendtabbd .prolist.videolist .proname {
    line-height:36px;
}
.videocontent video, .videocontent iframe, .videocontent embed {
    background-color: #000;
    width:70%;
    height:500px;
    margin:15px 0;
}
.QRcode {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}
@media (max-width:1880px) {
    #indexbanner .swiper-wrapper .swiper-slide .text{
        width:48%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 60%;
    }
}
@media (max-width:1780px) {
    #indexbanner .swiper-wrapper .swiper-slide .text{
        width:50%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 64%;
    }
}
@media (max-width:1680px) {
    #indexbanner .swiper-wrapper .swiper-slide .text{
        width:52%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 66%;
    }
}
@media (max-width:1620px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 55%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 68%;
    }
}
@media (max-width:1570px) {
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 72%;
    }
}
@media (max-width:1535px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 56%;
    }
}
@media (max-width:1505px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 57%;
    }
}
@media (max-width:1490px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 58%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 75%;
    }
}
@media (max-width:1455px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 60%;
    }
    .prorecommendhd .probd .text{
        width:56%;
    }
}
@media (max-width:1425px) {
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 77%;
    }
}
@media (max-width:1405px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 62%;
    }
}
@media (max-width:1390px) {
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 78%;
    }
}
@media (max-width:1366px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 63%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 83%;
    }
    .prorecommendhd .probd .text {
        width: 60%;
    }
        .prorecommendhd .probd .text .desc{
            padding:20px  0;
        }
}
@media (max-width:1335px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 65%;
    }
}
@media (max-width:1330px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 66%;
    }
}
@media (max-width:1280px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 68%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 88%;
    }
    .prorecommendhd .probd .text {
        width: 65%;
    }
}
@media (max-width:1240px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 69%;
    }
}
@media (max-width:1200px) {
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 71%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 90%;
    }
}
@media (max-width:1169px){
    .cd-logopad .languages{
        margin:18px 30px;
    }
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 69%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 95%;
    }
    #indexbanner .swiper-wrapper .swiper-slide .text .text1 .text1_1,#indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text .text1 .text1_1 {
        font-size: 28px;
    }
    #indexbanner .swiper-wrapper .swiper-slide .text .text1 .text1_2{
        font-size:34px;
    }
    #indexbanner .swiper-wrapper .swiper-slide .text .text2, #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] .text .text2 {
        font-size: 32px;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] .text .text1 .text1_1{
        font-size:20px;
    }
    .prorecommendhd .probd .text {
        width: 80%;
    }
        .prorecommendhd .probd .text .icon img{
            width: 65px;
        }
    .prorecommendhd .probd .title{
        font-size:20px;
    }
    .prorecommendhd .probd .text .desc {
        padding: 10px 0;
    }
    .about .abouttext .title{
        margin:15px 0;
    }
    .about .abouttext .text, .about .abouttext .text p{
        margin-bottom:15px;
    }
    .newsswiper .swiper-container .swiper-slide .newsimg{
        height:280.5px;
    }
    .slogantext .slogantext1{
        font-size:28px;
    }
    .slogantext .slogantext2{
        font-size:14px;
    }
    .prorecommendtabright .procover{
        height:341.25px;
    }
    .prorecommendtabbd .prolist .procover {
        height: 212.5px;
        line-height: 212.5px;
    }
    .prodetail .proname{
        font-size:30px;
    }
    .prodetail .pronum{
        font-size:24px;
    }
    .newlist .newimg .newsimg {
        height: 158px;
    }
    .newlistrecommend .newimg .newsimg{
        width:210px;
        height:123.5px;
    }
    .newlist .text .title{
        white-space:nowrap;
        text-overflow:ellipsis;
        height:20px;
    }
    .newlist .text .desc{
        margin:10px 0;
    }

    .nav-is-fixed .cd-main-header {
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .header-fixed-shrink2.nav-is-fixed .cd-main-header {
        background: rgba(12,12,12,.43);
        -webkit-box-shadow: 0px 0px 5px #888;
        -moz-box-shadow: 0px 0px 5px #888;
        box-shadow: 0px 0px 5px #888;
    }
    .videocontent video, .videocontent iframe, .videocontent embed {
        width:70%;
        height: 400px;
    }
}
@media (max-width:768px){
    .swiper-pagination-custom{
        bottom:30px;
    }
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 92%;
        top: 60%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text .text1 .text1_1, #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text .text1 .text1_2 {
        font-size: 22px;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text .text2{
        font-size:24px;
    }
    .prorecommendhd .prohdleft, .prorecommendhd .prohdright{
        width:42%;
        margin:4%;
    }
    .prorecommendhd .probd .text{
        width:100%;
    }
    .about{
        margin-bottom:30px;
    }
    .news{
        margin-bottom:0;
    }
    .news .newstitle {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .newsswiper .swiper-container .swiper-slide .newsimg {
        height: 540px;
    }
    .slogan {
        padding: 25px 0;
        margin: 0;
    }
    .homecontact{
        height:420px;
    }
        .homecontact .map{
            height:100%;
        }
    .proindex .prorecommendbdhd .prorecommendbdhdlist{
        margin-left:0;
    }
    .proindex .prorecommendbdhd .prorecommendtabs.has-child .prorecommendtabschilds {
        left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    .aboutslogan img{
        width:70%;
    }
    .newlistrecommend{
        margin-bottom:15px;
    }
    .newlist .newimg .newsimg {
        height: 257px;
    }
    .newlistrecommend .newimg .newsimg {
        height: 123.5px;
    }
    .homecontact .contactlogo {
        padding: 15px 0 10px;
        margin-bottom: 10px;
    }
    .homecontact .contactbd .contactbdlist span, .homecontact .contactbd .contactbdlist a{
        line-height:20px;
    }
    .videocontent video, .videocontent iframe, .videocontent embed {
        width:90%;
        height: 400px;
    }
    .videohd{
        padding: 15px;
    }
    .newshd a.btn{
        margin:0 15px;
    }
}

@media (max-width:414px){
    #indexbanner .swiper-pagination{
        padding-right:15px;
    }
    #indexbanner .swiper-wrapper .swiper-slide .text .text1 .text1_1 {
        font-size: 14px;
        line-height: 30px;
    }
    #indexbanner .swiper-wrapper .swiper-slide .text .text1 .text1_2{
        font-size:14px;
        line-height:15px;
    }
    #indexbanner .swiper-wrapper .swiper-slide .text .text2{
        font-size:14px;
    }
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 85%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] .text .text1 .text1_1 {
        font-size: 12px;
        line-height:20px;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="1"] .text .text2 {
        font-size: 16px;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text .text1 .text1_1 {
        font-size: 14px;
        width: 60%;
        /*word-break: break-all;*/
        line-height:20px;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text .text2 {
        font-size: 12px;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text .text1 .text1_2{
        font-size:14px;
        line-height:20px;
    }
    .swiper-pagination-custom {
        bottom: 5px;
    }
    .prorecommendbdhd .title{
        width:100%;
        margin-bottom:15px;
    }
    .prorecommendbdhd .prorecommendtabs{
        font-size:12px;
        line-height:20px;
        float:left;
        padding:0 5px;
    }
    .prorecommendtab .proname{
        margin:20px 0;
    }
    .prorecommendtab .btn{
        margin:15px 0;
    }
    .prorecommendtabright .procover {
        height: 288px;
    }
    .prorecommendtab .proimgsm{
        width:80px;
        height:60px;
    }
    a.morepro{
        margin:15px 0;
    }
    .newsswiper .swiper-container .swiper-slide .newsimg {
        height: 288px;
    }
    .newslists .newslist .newsimg {
        width: 100px;
        height: 75px;
    }
    .newslists .newslist .text{
        width:calc(100% - 100px);
        padding-left:5px;
    }
        .newslists .newslist .text .title{
            width:66%;
        }
        .newslists .newslist .text .desc {
            height: 25px;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 100%;
        }
    .morenews .btn{
        margin:15px 0;
    }
    .about{
        background-attachment:initial;
        background-size:cover;
        padding:30px 0;
        text-align:center;
    }
        .about .abouttext .title {
            margin: 5px 0;
            font-size: 20px;
            text-align: center;
        }
        .about .abouttext .text, .about .abouttext .text p {
            font-size: 14px;
            line-height: 20px;
        }
        .about .abouttext a.btn{
            background-color:transparent;
            float:none;
        }
    .news .newstitle{
        font-size:20px; 
    }
    .homecontact {
        background-color: #0165b3;
        height:250px;
    }
        .homecontact .contacthdsm {
            font-size: 22px;
            line-height: 26px;
            color: #ffffff;
            opacity: 0.86;
            margin:30px 0;
        }
        .homecontact .contactbd .contactbdlist span, .homecontact .contactbd .contactbdlist a{
            color:#fff;
        }
        .homecontact .contactbd{
            position:relative;
        }
            .homecontact .contactbd .contactbdlist.wechat {
                position: absolute;
                right:0;
                bottom:0;
            }
            .homecontact .contactbd .contactbdlist span{
                margin:0;
                margin-right:5px;
            }
            .homecontact .contactbd .contactbdlist img {
                width: 100px;
                margin:0;
            }
            .homecontact .contactbd .contactmore {
                color:#fff;
                margin-top:30px;
                display:block;
            }
    .copyrights .copyright {
        line-height: 20px;
    }
    .smbanner img {
        width: 200%;
        max-width: initial;
    }
    .smbanner .text{
        font-size:24px;
    }
    .proindex .prorecommendtabbd{
        margin-top:20px;
    }
    .prorecommendtabbd .prolist .procover {
        height: 121.5px;
        line-height: 121.5px;
    }
    .prorecommendtabbd .prolist .proname, .prorecommendtabbd .prolist .pronum, .prorecommendtabbd .prolist .desc {
        padding-left: 0;
        padding:0 5px;
    }
    .prorecommendtabbd .prolist .desc{
        margin-bottom:20px;
    }
    .prorecommendbdhd{
        padding-top:15px;
    }
    .prorecommendtabbd .prolist .proname{
        font-size:15px;
    }
    .prorecommendtabbd .prolist .pronum{
        font-size:12px;
        margin-bottom:10px;
    }
    .prorecommendtabbd .prolist .seemore{
        padding:5px 23px;
    }
    .prodetail .proname {
        font-size: 26px;
        margin-top: 30px;
    }
    .prodetail .pronum {
        font-size: 18px;
    }
    .prodetail .proimg .procover{
        height:288px;
    }
    .prodetail .proimg .proimgsm{
        width:80px;
        height:60px;
    }
    .abouttitle .text{
        padding-top:20px;
        margin-bottom:20px;
    }
    .aboutbody .companyname{
        margin-bottom:20px;
    }
    .aboutslogan{
        padding:50px 0;
    }
    .newshd a.btn{
        margin:0 20px;
    }
    .newlist .newimg .newsimg {
        height: 131px;
    }
    .newlistrecommend .newimg .newsimg {
        width: 160px;
        height: 96px;
    }
    .newlistrecommend .text {
        padding: 5px 10px 5px 0;
    }
    .newlist .text .desc {
        margin: 5px 0;
    }
    .contactindex .form .clearfix {
        margin-bottom: 0!important;
    }
    .contactindex .form .formcontral:nth-child(1){
        margin-bottom:10px;
    }
    .contactindex:nth-child(1){
        font-size:12px;
        text-align:center;
    }
    .contactindex .conpanyname {
        font-size: 24px;
    }
    .contactindex ul li{
        margin-bottom:10px;
    }
    .contactindex .iconimg img{
        width:20px;
        height:20px;
    }
    .contactindex .iconimg .text, .contactindex ul li a{
        line-height:20px;
        font-size:16px;
    }
    #map {
        height: 260px;
    }
    #indexbanner .swiper-pagination{
        font-size:14px;
    }
        #indexbanner .swiper-pagination span{
            font-size:16px;
        }
    .newsswiper .swiper-container{
        padding-bottom:65px;
    }
    .prodetail .prodescright video, .prodetail .prodescright iframe{
        height:175px;
    }
    .position {
        padding: 10px 0;
        font-size: 14px;
    }
    .newsswiper .swiper-container .swiper-slide .text {
        padding: 25px 10px;
    }
    .aboutservice .text .desc {
        font-size: 12px;
    }
    .aboutservice .text .title{
        font-size:18px;
    }
    .aboutservice{
        padding:0 5px;
    }
        .aboutservice .border {
            padding: 12px 5px;
        }
    .lightbox #close{
        top:10px;
    }
    .lightbox #pop iframe{
        top: 50px;
        width:100%;
        height:calc(100% - 50px);
    }
    .videocontent video, .videocontent iframe, .videocontent embed {
        width:100%;
        height: 250px;
    }
    .newshd {
        padding: 15px 5px;
    }

        .newshd a.btn {
            margin: 0 1px;
            font-size: 14px;
            letter-spacing: 0px;
            padding: 6px 5px;
        }
}

@media (max-width:375px){
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 93%;
    }
    .prorecommendtab .proimgsm{
        margin-right:5px;
    }
    .prorecommendtabright .procover {
        height: 258.75px;
    }
    .newsswiper .swiper-container .swiper-slide .newsimg {
        height: 258.75px;
    }
    .newsswiper .swiper-container .swiper-slide .text .title{
        width:70%;
    }
    .homecontact .contactbd .contactbdlist img{
        width:90px;
    }
    .prorecommendtabbd .prolist .procover {
        height: 106.875px;
        line-height: 106.875px;
    }
    .prorecommendtabbd .prolist .proname {
        font-size: 13px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }
    .prorecommendtabbd .prolist .pronum {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .prorecommendtabbd .prolist .desc{
        font-size:12px;
    }
    .prodetail .proimg .proimgsm{
        margin-left:5px;
    }
    .newshd a.btn{
        font-size:13px;
    }
}

@media (max-width:360px){
    #indexbanner .swiper-wrapper .swiper-slide .text {
        width: 96%;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text {
        width: 98%;
    }
    .prorecommendtab .proimgsm {
        width: 68px;
        height: 51px;
    }
    .newsswiper .swiper-container .swiper-slide .newsimg {
        height: 247.5px;
    }
    .newslists .newslist .newsimg {
        width: 80px;
        height: 60px;
    }
    .newslists .newslist .text .title {
        width: 60%;
        font-size: 16px;
    }
    .newslists .newslist .text .desc{
        margin-top:10px;
    }
    .homecontact .contactbd .contactbdlist img {
        width: 80px;
    }
    .cd-logo img{
        width:100%;
        height:auto;
    }
    .prodetail .proimg .proimgsm {
        width: 68px;
        height: 51px;
    }
    .newlist .newimg .newsimg {
        height: 111px;
    }
    .newlistrecommend .newimg .newsimg {
        width: 160px;
        height: 96px;
    }
}
@media(max-width:320px){
    #indexbanner .swiper-wrapper .swiper-slide .text .text1 .text1_1 {
        font-size: 12px;
        padding: 0 10px;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text .text1 .text1_2 {
        font-size: 12px;
        line-height: 20px;
    }
    #indexbanner .swiper-wrapper .swiper-slide[data-swiper-slide-index="2"] .text .text2 {
        font-size: 12px;
        line-height: 14px;
    }
    .prorecommendtab .proimgsm {
        width: 64px;
        height: 48px;
    }
    .newsswiper .swiper-container .swiper-slide .newsimg {
        height: 217.5px;
    }
    .newslists .newslist .text .time{
        display:none;
    }
    .homecontact .contactbd .contactbdlist img {
        width: 52px;
    }
    .prodetail .proimg .proimgsm {
        width: 64px;
        height: 48px;
    }
    .aboutservice .text .desc {
        line-height: 20px;
    }
    .newshd a.btn {
        font-size: 12px;
        padding: 6px 2px;
    }
    .newlistrecommend .newimg .newsimg {
        width: 120px;
        height: 90px;
    }
    .contactindex .conpanyname {
        font-size: 20px;
    }
}

.cutpage {
    margin: 20px 0;
}
    .cutpage a.btn {
        border: solid 1px #0165b3;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #0165b3;
    }
        .cutpage a.btn:hover {
            border: solid 1px #0165b3;
            background-color: #0165b3;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            letter-spacing: 0px;
            color: #feffff;
        }
    .cutpage a.btn.disabled {
        pointer-events: inherit;
    }
</pre></body></html>