﻿/*头部样式*/
.index_head {
    position: fixed;
    top:30px;
    left:0;
    width: 100%;
    z-index:999999;
}
.index_head.hide{
    display: none;
}
.head{
    padding:10px 0px;
}
.container{
    width: 90%;
    max-width: 1660px;
    margin: 0 auto;
}
.logo{
    float: left;
    width: 12%;
    max-width: 188px;
}
.logo .img1{
    display: none;
}
.logo .img2{
    display: block;
}
.nav{
    float: left;
    display: flex;
    width: calc(88% - 180px);
    padding-left: 18%;
    padding-right: 40px;
}
.nav li{
    position: relative;
    width: 16.66666666666667%;
/*    padding:0 45px;*/
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 50px;
    font-family: 'pingfang';
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:50px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}
.h_tel{
    padding-left: 38px;
    font-size: 20px;
    color: #333333;
    background:url(../images/tel1.png) no-repeat left center;
    font-family: 'pingfang';
    float:right;
    line-height: 50px;
}
.index_head.on .logo .img1{
    display: block;
}
.index_head.on .logo .img2{
    display: none;
}
.index_head.on .nav li a{
    color: #fff;
}
.index_head.on .h_tel{
    color: #fff;  
    background:url(../images/tel2.png) no-repeat left center;  
}
#c-banner1 .swiper-slide img{
    height: 100vh;
    width: 100%;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;    
}
.banner_text h2{
    font-size: 46px;
    line-height: 1.5;
    font-family: "思源黑体";
}
.banner_text p{
    font-size: 24px;
}
.index_scroll{
    display: block;
    position: fixed;
    bottom:20px;
    width: 58px;
    left:50%;
    margin-left: -29px;
    z-index:9;
    text-align: center;
    display: none;
}
.index_scroll p{
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.index_scroll_img img{
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;    
    animation: mouseImg1 1s ease-in-out alternate infinite;
    margin:0 auto;
}
.index_scroll_img img.img2{
    display: none;
}
.index_scroll.on p{
    color: #fff;
}
.index_scroll.on .index_scroll_img img.img1{
    display: none;
}
.index_scroll.on .index_scroll_img img.img2{
    display: block;
}
@keyframes mouseImg1 {
    0%{
        -webkit-transform: scale(1)  translateY(-5px);
        transform: scale(1)  translateY(-5px);
    }
    100%
    {
        -webkit-transform: scale(1) translateY(5px);
        transform:  scale(1) translateY(5px);
    }
    
}
.index_head.on .index_scroll p{
    color: #333;
}
@media(max-width: 1600px){
    .nav{
        padding-left: 12%;
        padding-right: 30px;        
    }
    .banner_text h2{
        font-size: 36px;
    }
    .banner_text p{
        font-size: 20px;
    }
}
@media(max-width: 1440px){
    .nav{
        padding-left: 9%;
        width: calc(85% - 180px);
    }    
}
@media(max-width: 1259px){
    .logo{
        width: 15%;
    }
    .logo a{
        display: flex;
        height: 50px;
        align-items: center;    
    }
    .logo a img{
        height: auto;
    }
    .nav {
        padding-left: 5%;
        padding-right: 20px;
        width: calc(85% - 180px);
    }
    .nav li a{
        font-size: 15px;
    }
    .container{
        width: 96%;
    }
    .service-wrap{
        position: relative;
    }
    .banner_text h2{
        font-size: 32px;
    }
    .banner_text p{
        font-size: 16px;
    }
}
@media(max-width: 1199px){
    html, body {
        overflow-y: auto!important;
    }
    .index_head{
        position: relative;
        top:0;
        background-color: #fff;
    }
    #c-banner1 .swiper-slide img{
        height: auto;
    }
    .index_scroll{
        display: none;
    }
    .banner_text h2{
        font-size: 28px;
    }
    .banner_text p{
        font-size: 15px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .logo{
        width: 30%;
    }
    .menu-button{
        display: block;
    }
    .nav,.h_tel{
        display: none;
    }
    .banner_text h2{
        font-size: 24px;
    }
    .banner_text p{
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .logo{
        width: 40%;
/*        float: none;*/
    }
    .logo a{
        height: 40px;
    }
    .menu-button{
        top:25px;
    }
    .banner_text h2{
        font-size: 22px;
    }
}



.service-wrap2{
    background:url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.about1{
    text-align:center;
}
/*.service-wrap.active .about1{
    visibility: visible!important;
    animation-name: fadeInUp!important;
}*/
.about1 h2{
    font-size: 46px;
/*    line-height: 1.6;*/
}
.about1 p{
    max-width: 1300px;
    margin:0 auto;
    font-size: 16px;
    line-height: 1.8;
}
.video_click{
    margin:36px auto 46px;
    width: 74px;
    height: 74px;
    cursor: pointer;
    display: block;
}
.video_click img{
    animation: bigImg1 1s ease-in-out alternate infinite;    
}
@keyframes bigImg1 {
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%
    {
        -webkit-transform: scale(1.2);
        transform:  scale(1.2);
    }
    
}
.num_list{
    display: flex;
/*    flex-wrap: wrap;*/
    max-width: 1300px;
    margin:0 auto;
    justify-content: space-between;
}
.num_list li{
/*    width: 25%;*/
    padding-right: 100px;
}
.num_list li:last-child{
    padding-right: 0;
}
.num_list li .p1{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}
.num_list li .p2{
    font-size: 16px;
    font-family: "pingfang";
    line-height: 1.4;
    margin-top: 5px;
}
.index_about_a{
    margin-top:60px;
    display: flex;
    justify-content: center
}
.index_about_a a{
    display: block;
    width: 206px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 35px;
    background:#e80010;
    font-family: "pingfang";
    margin:0 15px;
    position: relative;
}
.index_about_a a:before{
    content:'';
    position: absolute;
    top:5px;
    left:5px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border:2px solid rgba(255,255,255,.7);
    border-radius: 35px;
    opacity: 0;
}
.index_about_a a:hover:before{
    opacity: 1;
}
@media(max-width: 1600px){
    .about1 h2{
        font-size: 36px;
    }
    .about1 p{
        font-size: 15px;
    }
    .num_list{
        max-width:1200px;
    }
    .num_list li{
        padding-right: 60px;
    }
    .num_list li .p1{
        font-size: 42px;
    }
    .num_list li .p2{
        font-size: 15px;
    }
    .index_about_a a{
        width: 170px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .num_list li{
        padding-right: 45px;
    }
    .about1 h2{
        font-size: 32px;
    }
    .num_list li .p1{
        font-size: 32px;
    }

}
@media(max-width: 1199px){
    .service-wrap2{
        padding:50px 0;
    }
    .about1 h2{
        font-size: 28px;
    }
    .num_list li .p2{
        font-size: 14px;
    }
    .index_about_a{
        margin-top:30px;
    }
    .index_about_a a {
        width: 150px;
        line-height: 46px;
        font-size: 14px;
    }
}
@media(max-width: 1024px){
    .num_list li .p1{
        font-size: 26px;
    }
    .num_list li{
        padding-right: 30px;
    }    
}
@media(max-width: 768px){
    .service-wrap2{
        padding:30px 0;
    }
    .about1 h2{
        font-size: 24px;
    }
    .video_click{
        width: 55px;
        height: 55px;
        margin: 25px auto 25px;
    }
    .num_list li{
        padding-right: 15px;
    } 
    .index_about_a a:before{
        border: 1px solid rgba(255,255,255,.7);
    }
    .num_list li .p1{
        font-size: 24px;
    }
    .index_about_a a {
        width: 120px;
        line-height: 42px;
    }
}
@media(max-width: 640px){
    .about1 h2{
        font-size: 22px;
    }
    .about1 p {
        font-size: 14px;
        line-height: 2em;
    }
    .num_list{
        flex-wrap: wrap;
    }
    .num_list li{
        width: 50%;
        text-align: center;
        padding:10px;
    } 
    .index_about_a{
        margin-top:20px;
    }
}

.service-wrap3{
    background:url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    color: #333;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size: 42px;
    color: #2e2e2e;
    line-height: 1.6;
}
.index_t1 p{
    font-size: 16px;
    color: #4c4c4c;
}
#c-banner2{
    margin-top:40px;
}
#c-banner2 .swiper-slide{
    border-radius: 15px;
    overflow: hidden;
}
#c-banner2 .text{
    text-align: center;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
}
#c-banner2 .text .cont{
    position: relative;
    overflow:hidden;
}
#c-banner2 .text h3{
    font-size: 20px;
    color: #2e2e2e;
    line-height: 1.4;
    padding-top:40px;
    margin-bottom: 5px;
    /*text-transform: capitalize;*/
}
#c-banner2 .text .txt{
    font-size: 16px;
    color:#808080;
    height: 36px;
    line-height: 1.2;
}
#c-banner2 .text em{
    display: block;
    width: 128px;
    line-height: 36px;
    background:#e80010;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-style: normal;
    margin:0 auto;
    position: absolute;
    bottom:-40px;
    left:50%;
    margin-left: -64px;
    transition: all 0.4s ease-out;
}
#c-banner2 .swiper-slide:hover .text p{
    opacity: 0;
}
#c-banner2 .swiper-slide:hover .text em{
    bottom:0;
}
#c-banner2 .img img{
    width: 100%;
}
#c-banner2 .swiper-button-prev{
    width: 57px;
    height: 57px;
    background:url(../images/left1.png) no-repeat center;
    margin-top: -28.5px;
    left:26%;
}
#c-banner2 .swiper-button-next{
    width: 57px;
    height: 57px;
    background:url(../images/right1.png) no-repeat center;
    margin-top: -28.5px;
    right:26%;    
}
@media(max-width: 1600px){
    .index_t1 h2{
        font-size: 36px;
    }
    .index_t1 p{
        font-size: 15px;
    }
    #c-banner2 .text h3{
        font-size: 18px;
        padding-top: 15px;
    }
    #c-banner2 .text .txt{
        font-size: 14px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .index_t1 h2{
        font-size: 28px;
    }
}
@media(max-width: 1199px){
    .service-wrap3{
        padding:50px 0;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .index_t1 h2{
        font-size: 24px;
    }
    .index_t1 p{
        font-size: 14px;
        padding:0 20px;
    }
    #c-banner2{
        margin-top:20px;
    }
    #c-banner2 .swiper-button-prev{
        left:5%;
    }
    #c-banner2 .swiper-button-next{
        right:5%;
    }
    #c-banner2 .text h3{
        font-size: 16px;
    }
    #c-banner2 .text p,
    #c-banner2 .text em{
        display: none;
    }
}
@media(max-width: 640px){
    .service-wrap3 {
        padding: 30px 0;
    }
    .index_t1 h2{
        font-size: 22px;
    }
    #c-banner2 .text h3{
        font-size: 14px;
    }
    #c-banner2 .swiper-button-prev{
        width: 45px;
        height: 45px;
        margin-top:-22.5px;
        background-size: contain;
    }
    #c-banner2 .swiper-button-next{
        width: 45px;
        height: 45px;
        margin-top:-22.5px; 
        background-size: contain;       
    }
}



.home_trans{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}
.home_trans:before{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    z-index:3;
    background:url(../images/cover_bg.png) center center no-repeat;
    background-size:cover;
}
.home_customer{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:1;
}
.home_customer{
    -moz-animation:bg 120s linear infinite;
    -webkit-animation:bg 120s linear infinite;
    -o-animation:bg 120s linear infinite;
    -ms-animation:bg 120s linear infinite;
    animation:bg 120s linear infinite;
    -moz-backface-visibility:hidden;
    -webkit-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    backface-visibility:hidden;
    -moz-transform:translate3d(0, 0, 0);
    -webkit-transform:translate3d(0, 0, 0);
    -o-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    background-image:url(../images/customers_album.jpg);
    background-position:bottom left;
    background-repeat:repeat-x;
    background-size:auto 100%;
}
@-moz-keyframes bg{
    0%{
        -moz-transform:translate3d(0, 0, 0);
        -webkit-transform:translate3d(0, 0, 0);
        -o-transform:translate3d(0, 0, 0);
        -ms-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    100%{
        -moz-transform:translate3d(-3200px, 0, 0);
        -webkit-transform:translate3d(-3200px, 0, 0);
        -o-transform:translate3d(-3200px, 0, 0);
        -ms-transform:translate3d(-3200px, 0, 0);
        transform:translate3d(-3200px, 0, 0)
    }
}

@-webkit-keyframes bg{
    0%{
        -moz-transform:translate3d(0, 0, 0);
        -webkit-transform:translate3d(0, 0, 0);
        -o-transform:translate3d(0, 0, 0);
        -ms-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    100%{
        -moz-transform:translate3d(-3200px, 0, 0);
        -webkit-transform:translate3d(-3200px, 0, 0);
        -o-transform:translate3d(-3200px, 0, 0);
        -ms-transform:translate3d(-3200px, 0, 0);
        transform:translate3d(-3200px, 0, 0)
    }
}
@-o-keyframes bg{
    0%{
        -moz-transform:translate3d(0, 0, 0);
        -webkit-transform:translate3d(0, 0, 0);
        -o-transform:translate3d(0, 0, 0);
        -ms-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    100%{
        -moz-transform:translate3d(-3200px, 0, 0);
        -webkit-transform:translate3d(-3200px, 0, 0);
        -o-transform:translate3d(-3200px, 0, 0);
        -ms-transform:translate3d(-3200px, 0, 0);
        transform:translate3d(-3200px, 0, 0)
    }
}

@-ms-keyframes bg{
    0%{
        -moz-transform:translate3d(0, 0, 0);
        -webkit-transform:translate3d(0, 0, 0);
        -o-transform:translate3d(0, 0, 0);
        -ms-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    100%{
        -moz-transform:translate3d(-3200px, 0, 0);
        -webkit-transform:translate3d(-3200px, 0, 0);
        -o-transform:translate3d(-3200px, 0, 0);
        -ms-transform:translate3d(-3200px, 0, 0);
        transform:translate3d(-3200px, 0, 0)
    }
}

@keyframes bg{
    0%{
        -moz-transform:translate3d(0, 0, 0);
        -webkit-transform:translate3d(0, 0, 0);
        -o-transform:translate3d(0, 0, 0);
        -ms-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0)
    }
    100%{
        -moz-transform:translate3d(-3200px, 0, 0);
        -webkit-transform:translate3d(-3200px, 0, 0);
        -o-transform:translate3d(-3200px, 0, 0);
        -ms-transform:translate3d(-3200px, 0, 0);
        transform:translate3d(-3200px, 0, 0)
    }
}

.home_customer{width:12800px}

.customer_box{
    position: absolute;
    left:50%;
    margin-left: -500px;
    bottom:0;
    width: 1000px;
    min-height: 396px;
    padding:50px 65px 25px;
    background:url(../images/customers_album2.jpg.png) no-repeat center #fff;
    z-index:7;
    text-align: center;
    border-radius: 10px 10px 0 0;
    overflow:hidden;
}
.customer_box h2{
    font-size: 32px;
    color: #333333;
    margin-bottom:10px;
}
.customer_box .customer_intro{
    font-size: 16px;
    color: #666666;
    font-family: "pingfang";
}
.customer_box a{
    display: block;
    margin:20px auto 0;
    width: 150px;
    line-height: 44px;
    background-color: #e80010;
    border-radius: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
@media (max-width: 1920px){

    @-moz-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-2405px, 0, 0);
            -webkit-transform:translate3d(-2405px, 0, 0);
            -o-transform:translate3d(-2405px, 0, 0);
            -ms-transform:translate3d(-2405px, 0, 0);
            transform:translate3d(-2405px, 0, 0)
        }
    }
    @-webkit-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-2405px, 0, 0);
            -webkit-transform:translate3d(-2405px, 0, 0);
            -o-transform:translate3d(-2405px, 0, 0);
            -ms-transform:translate3d(-2405px, 0, 0);
            transform:translate3d(-2405px, 0, 0)
        }
    }
    @-o-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-2405px, 0, 0);
            -webkit-transform:translate3d(-2405px, 0, 0);
            -o-transform:translate3d(-2405px, 0, 0);
            -ms-transform:translate3d(-2405px, 0, 0);
            transform:translate3d(-2405px, 0, 0)
        }
    }
    @-ms-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-2405px, 0, 0);
            -webkit-transform:translate3d(-2405px, 0, 0);
            -o-transform:translate3d(-2405px, 0, 0);
            -ms-transform:translate3d(-2405px, 0, 0);
            transform:translate3d(-2405px, 0, 0)
        }
    }
    @keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-2405px, 0, 0);
            -webkit-transform:translate3d(-2405px, 0, 0);
            -o-transform:translate3d(-2405px, 0, 0);
            -ms-transform:translate3d(-2405px, 0, 0);
            transform:translate3d(-2405px, 0, 0)
        }
    }
    .home_customer{width:9620px}
}

@media (max-width: 1600px){
    .customer_box .customer_tit .customer_h{
        font-size:42px;
        line-height:52px
    }
    .customer_box .customer_intro{
        font-size:18px
    }
    @-moz-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-1808px, 0, 0);
            -webkit-transform:translate3d(-1808px, 0, 0);
            -o-transform:translate3d(-1808px, 0, 0);
            -ms-transform:translate3d(-1808px, 0, 0);
            transform:translate3d(-1808px, 0, 0)
        }
    }
    @-webkit-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-1808px, 0, 0);
            -webkit-transform:translate3d(-1808px, 0, 0);
            -o-transform:translate3d(-1808px, 0, 0);
            -ms-transform:translate3d(-1808px, 0, 0);
            transform:translate3d(-1808px, 0, 0)
        }
    }
    @-o-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-1808px, 0, 0);
            -webkit-transform:translate3d(-1808px, 0, 0);
            -o-transform:translate3d(-1808px, 0, 0);
            -ms-transform:translate3d(-1808px, 0, 0);
            transform:translate3d(-1808px, 0, 0)
        }
    }
    @-ms-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-1808px, 0, 0);
            -webkit-transform:translate3d(-1808px, 0, 0);
            -o-transform:translate3d(-1808px, 0, 0);
            -ms-transform:translate3d(-1808px, 0, 0);
            transform:translate3d(-1808px, 0, 0)
        }
    }

    @keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-1808px, 0, 0);
            -webkit-transform:translate3d(-1808px, 0, 0);
            -o-transform:translate3d(-1808px, 0, 0);
            -ms-transform:translate3d(-1808px, 0, 0);
            transform:translate3d(-1808px, 0, 0)
        }
    }

    .home_customer{width:7232px}
}
@media (max-width: 1440px){
    .customer_box{
        width:880px;
        padding: 40px 50px 25px;
        margin-left: -440px;
    }
    .customer_box h2{
        font-size: 28px;
    }
    .customer_box .customer_intro{font-size:15px}
}
@media (max-width: 1280px){
    .customer_box{
        width:820px;
        margin-left: -410px;
        padding: 30px 50px 25px;
    }
    .customer_box .customer_tit .customer_h{font-size:36px;line-height:46px}
    .customer_box .customer_tit .customer_p{font-size:15px;line-height:24px}
    .customer_box .customer_intro{font-size:16px}
    @-moz-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-1390px, 0, 0);
            -webkit-transform:translate3d(-1390px, 0, 0);
            -o-transform:translate3d(-1390px, 0, 0);
            -ms-transform:translate3d(-1390px, 0, 0);
            transform:translate3d(-1390px, 0, 0)
        }
    }
    @-webkit-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-1390px, 0, 0);
            -webkit-transform:translate3d(-1390px, 0, 0);
            -o-transform:translate3d(-1390px, 0, 0);
            -ms-transform:translate3d(-1390px, 0, 0);
            transform:translate3d(-1390px, 0, 0)
        }
    }
    @-o-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-1390px, 0, 0);
            -webkit-transform:translate3d(-1390px, 0, 0);
            -o-transform:translate3d(-1390px, 0, 0);
            -ms-transform:translate3d(-1390px, 0, 0);
            transform:translate3d(-1390px, 0, 0)
        }
    }
    @-ms-keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-1390px, 0, 0);
            -webkit-transform:translate3d(-1390px, 0, 0);
            -o-transform:translate3d(-1390px, 0, 0);
            -ms-transform:translate3d(-1390px, 0, 0);
            transform:translate3d(-1390px, 0, 0)
        }
    }
    @keyframes bg{
        0%{
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform:translate3d(0, 0, 0);
            -o-transform:translate3d(0, 0, 0);
            -ms-transform:translate3d(0, 0, 0);
            transform:translate3d(0, 0, 0)
        }
        100%{
            -moz-transform:translate3d(-1390px, 0, 0);
            -webkit-transform:translate3d(-1390px, 0, 0);
            -o-transform:translate3d(-1390px, 0, 0);
            -ms-transform:translate3d(-1390px, 0, 0);
            transform:translate3d(-1390px, 0, 0)
        }
    }

    .home_customer{width:5560px}
}
@media (min-width: 2400px){
    .customer_box{width:1120px;margin-left:-560px;padding:150px 0}
    .customer_box .customer_intro{margin-top:24px}
}

@media(max-width: 1199px){
    .home_trans{
        position: relative;
        height: 600px;
        overflow:hidden;
    }
    .customer_box h2{
        font-size: 24px;
    }
    .customer_box a{
        font-size: 15px;
    }
}
@media(max-width: 900px){
    .customer_box{
        width: 90%;
        bottom:-1px;
        left:5%;
        margin-left: 0;
        min-height:320px;
    }
}
@media(max-width: 768px){
    .customer_box h2{
        font-size: 22px;
        margin-bottom:0;
    }
    .customer_box .customer_intro {
        font-size: 15px;
    }
    .customer_box a {
        width: 120px;
        font-size: 14px;
    }
}
@media(max-width: 640px){
    .home_trans{
        height: 350px;
    }
    .customer_box{
        padding:20px 20px;
        position: relative;
        width: 100%;
        left:0;
        bottom:0;
        min-height:100%;
    }
    .customer_box h2{
        font-size: 20px;
    }
    .customer_box .customer_intro {
        font-size: 14px;
    }

}
@media(max-width: 460px){
    .home_trans{
        height: 260px;
    }

}
.service-wrap5{
    background:url(../images/bg3.jpg) no-repeat bottom center;
    background-size: cover;
}
.index_news{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
}
.index_news .imgs{
    width: 48%;
    border-radius: 15px;
    overflow: hidden;
}
.index_news .imgs .img{
    display: none;
}
.index_news .news_list1{
    width: 52%;
    padding-left: 8%;
}
.news_list1 li{
    height: 33.3333%;
/*    border-bottom: 1px solid #f5f5f5;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.news_list1 li:last-child{
    border:none!important;
}
/*.news_list1 li:last-child:before
,.news_list1 li:last-child:after{
    display: none;
}*/
.news_list1 li:before{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 1px;
    background-color: #f5f5f5;
    z-index:7;
}
.news_list1 li:after{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    width: 0%;
    height: 1px;
    background-color: #e80010;
    z-index:9;
    transition: all 0.6s ease-out;
}
.news_list1 li span{
    font-size: 16px;
    color: #acacac;
    font-family: "pingfang";
}
.news_list1 li a{
    display: block;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 24px;
    color: #333333;
    font-family: "pingfang";
    /*text-transform: capitalize;*/
}
.news_list1 li:hover:after,.news_list1 li.cur:after{
/*    border-bottom: 1px solid #e80010; */   
width: 100%;
}
.news_list1 li:hover a,.news_list1 li.cur a{
    color: #e80010;
}
@media(max-width: 1600px){
    .index_news .news_list1{
        padding-left: 5%;
    }
    .news_list1 li span{
        font-size: 15px;
    }
    .news_list1 li a{
        font-size: 20px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1199px){
    .service-wrap5{
        padding:50px 0;
    }
}
@media(max-width: 1024px){
    .index_news{
        margin-top:30px;
    }
    .news_list1 li span{
        font-size: 14px;
    }
    .news_list1 li a{
        font-size: 17px;
    }
}
@media(max-width: 768px){
    .index_news{
        margin-top:20px;
    }
    .index_news .news_list1{
        padding-left: 25px;
    }
    .news_list1 li a{
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .service-wrap5 {
        padding: 30px 0;
    }
    .index_news .imgs{
        width: 100%;
    }
    .index_news .news_list1{
        padding-left: 0px;
        width: 100%;
    }
    .news_list1 li{
        padding:15px 0;
    }
}



.service-wrap6,.service-wrap6 .fp-tableCell{
    height:auto!important;
}
.index_scroll.hide{
    display: none;
}
#footer{
    background-color: #333333;
}
.foot{
    padding:65px 0 30px;
}
.f_logo{
    float:left;
    width: 240px;
}
.foot_m{
    width: calc(81% - 240px);
    float:left;
    padding:0 7% 0 6%;    
}
.f_nav{
    display: flex;
}
.f_nav a{
    display: block;
    color: #fff;
    font-size: 20px;
    padding:0 40px;
    position: relative;
}
.f_nav a:nth-child(1){
    padding-left: 0;
}
.f_nav a:before{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    margin-top:-2px;
}
.f_nav a:last-child{
    padding-right: 0;
}
.f_nav a:last-child:before{
    display: none;
}
.f_contact{
    display:flex;
    justify-content: space-between;
/*    flex-wrap: wrap;*/
    margin-top:70px;
}
.f_contact li{
    padding-right: 25px;
}
.f_contact li p.p1{
    font-size: 14px;
    color: rgba(255,255,255,.3);
    margin-bottom:7px;
}
.f_contact li p.p2{
    color: rgba(255,255,255,.6);
    font-size: 14px;
    line-height: 24px;
}
/*.f_contact li:nth-child(1){
    width: 30%;
}*/
.f_contact li:nth-child(1) p.p2{
    font-family: "bdzyjt";
    font-size: 26px;
    color: #fff;
    line-height: 1.4;
}
/*.f_contact li:nth-child(2){
    width: 25%;
}*/
.f_contact li:nth-child(3){
/*    width: 45%;*/
padding-right: 0;
max-width: 45%;
}
.f_code{
    width: 19%;
    float:right;
    display: flex;
}
.f_code li{
    width: 48%;
    margin-right: 4%;
    text-align: center;
}
.f_code li:last-child{
    margin-right: 0;
}
.f_code li p{
    font-size: 14px;
    color: rgba(255,255,255,.3);  
    padding-top:8px;  
    line-height: 1.4;
}
.copyright{
    font-size: 14px;
    color: rgba(255,255,255,.3);
    padding:15px 0;
    border-top:1px solid rgba(255,255,255,.1);
}
.copyright a{
    font-size: 14px;
    color: rgba(255,255,255,.3);    
}
.copyright_l{
    float:left;
}
.copyright_r{
    float:right;
}
@media(max-width: 1600px){
    .foot {
        padding: 40px 0 30px;
    }
    .foot_m {
        padding: 0 3% 0 4%;
    }
    .f_nav a{
        font-size: 16px;
        padding: 0 25px;
    }
    .f_contact li{
        padding-right: 15px;
    }
    .f_contact li p.p1{
        margin-bottom:5px;
    }
    .f_contact li:nth-child(1) p.p2{
        font-size: 20px;
    }
}
@media(max-width: 1440px){
    .f_contact{
        margin-top:50px;
    }    
}
@media(max-width: 1259px){
    .f_logo{
        width: 180px;
    }
    .foot_m {
        width: calc(81% - 180px);
        padding:0 3%;
    }
    .f_contact{
        margin-top:20px;
    }
}
@media(max-width: 1024px){
    .foot_m {
        width: calc(100% - 180px);
        padding:0 0 0 3%;
        float:right;
    }
    .f_code{
        display: none;
    }
}
@media(max-width: 768px){
    .foot {
        padding: 30px 0;
    }
    .f_logo{
        width: 100%;
    }
    .f_logo img{
        max-width: 200px;
    }
    .foot_m {
        width: 100%;
        margin-top:25px;
    }
    .copyright{
        padding:10px 0;
    }
    .copyright_l,.copyright_r{
        width: 100%;
        text-align: center;
    }
    .f_contact li:nth-child(1) p.p2{
        font-size:18px;
    }
}
@media(max-width: 640px){
    .f_logo img{
        max-width: 170px;
    }
    .foot_m{
        margin-top:15px;
    }
    .f_nav{
        display: none;
    }
    .f_contact{
        flex-wrap: wrap;
        margin-top:0px;
    }
    .f_contact li{
        width: 100%;
        padding-right: 0;
        margin-top: 10px;
    }
    .f_contact li:nth-child(3){
        max-width:100%;
    }
    .f_contact li p.p1{
        margin-bottom:0;
    }
    .f_contact li:nth-child(1) p.p2{
        font-size:20px;
    }
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_head{
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999999;    
    background:#1d1d1f;
}
.n_head.c-head-hide{
    background: rgba(0,0,0,0.5)
}
.n_head .head{
    padding:15px 0;
}
/*.n_head.c-head-hide .head{*/
/*    padding:10px 0;    */
/*}*/
.n_head .nav li a{
    color: #fff;
}
.n_head .h_tel {
    color: #fff;
    background: url(../images/tel3.png) no-repeat left center;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner_text1{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;    
}
.n_banner_text1 h3{
    font-size: 46px;
    line-height: 1;
    margin-bottom:25px;
}
.n_banner_text1 p{
    font-size: 22px;
}
.n_banner_text1 a{

}

#about1{
    padding:125px 0;
}
#about1 .container{
    display: flex;
    flex-wrap: wrap;
}
#about1 .img{
    width: 32.5%;
}
#about1 .text{
    width: 67.5%;
    font-size: 16px;
    color: #888888;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#about1 .text strong{
    display: block;
    font-size: 36px;
    color: #333333;
    margin-bottom:25px;
    /*text-transform: capitalize;*/
}
#about2{
    padding:40px 0 100px;
}
#about2 .container{
    display: flex;
    flex-wrap: wrap;
}
#about2 .img{
    width: 62%;
    border-radius: 10px;
    overflow:hidden;
}
#about2 .text{
    width: 38%;
    padding-left: 7%;
}
#about2 .text h3,#about3 .text h3,#about5 h2,#about6 h2{
    font-size: 32px;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
    line-height: 1.4;
}
#about2 .text h3:before,#about3 .text h3:before,#about5 h2:before,#about6 h2:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 60px;
    height: 6px;
    background:#e80010;
}
#about2 .text .txt{
    margin:20px 0 40px;
    font-size: 16px;
    color: #888888;
}
#about2 .text ul{
    display: flex;
    flex-wrap: wrap;
}
#about2 .text ul li{
    width: 50%;
    padding:12px 0;
}
#about2 .text ul li .p1{
    font-size: 42px;
    color: #e80010;
    font-weight: bold;
    line-height: 1;
    margin-bottom:5px;
}
#about2 .text ul li .p2{
    font-size: 14px;
    color: #333333;
    font-family: "pingfang";
    line-height: 1.4;
    margin-top:5px;
}
#about3{
    padding:25px 0;
    background:#f9f9fb;
}
#about3 .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
#about3 .img{
    width: 56%;
}
#about3 .text{
    width: 44%;
    padding-right: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#about3 .text .txt{
    margin:30px 0 0px;
    font-size: 15px;
    color: #888888;
}
#about4{
    padding:90px 0 220px;
    background:url(../images/qywh_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
#about4 h2{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding-bottom: 22px;
    margin-bottom:164px;
}
#about4 h2:before{
    content:'';
    position: absolute;
    left:50%;
    bottom: 0;
    width: 60px;
    height: 6px;
    background:#fff;
    margin-left: -30px;
}
#about4 ul{
    display: flex;
    flex-wrap: wrap;
}
#about4 ul li{
    width: 33.333%;
    padding:0 15px;
    text-align: center;
}
#about4 ul li .img{

}
#about4 ul li p{
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
    margin-top:20px;
}
#about5{
    padding:80px 0;
}
#about5 .text{
    font-size: 16px;
    color: #888888;
    margin:35px 0 50px;
}
.scnl_list{
    display: flex;
    flex-wrap: wrap;
}
.scnl_list p{
    font-size: 24px;
    line-height: 1.4;
    color:#ffffff;
    position: absolute;
    bottom:15px;
    left:0;
    width: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.scnl_list_l{
    width: 42.5%;
    position: relative;
    border-radius: 10px;
    overflow:hidden;
}
.scnl_list_l:hover .img img{
    transform: scale(1.1);
}
.scnl_list_r{
    width: 54.5%;
    margin-left: 3%;
}
.scnl_list_r_top{
    position: relative;
    margin-bottom:43px;
    border-radius: 10px;
    overflow:hidden;
}
.scnl_list_r_top:hover .img img{
    transform: scale(1.1);
}
.scnl_list_r_bottom{
    display: flex;
    flex-wrap: wrap;
}
.scnl_list_r_bottom li{
    position: relative;
    width: 48%;
    margin-right: 4%;
    border-radius: 10px;
    overflow:hidden;
}
.scnl_list_r_bottom li:last-child{
    margin-right: 0;
}
.scnl_list_r_bottom li:hover .img img{
    transform: scale(1.1);
}
#about6 {
  position: relative;
  background: url(../images/quali-bg.png) center bottom / 100% 118px no-repeat, linear-gradient(180deg, #ffffff 0%, #fff3e0 100%);
  margin-bottom:100px;
  padding-bottom: 60px;
}
#about6 h2{
    float:left;
}
#about6 .text{
    font-size: 16px;
    color: #888888;
    float:right;
    max-width: 675px;
    position: relative;
    margin-right: 76px;
    padding-right: 10px;
}
#about6 .text:before{
    content:'';
    position: absolute;
    right:0;
    top:5px;
    width: 5px;
    height: calc(100% - 10px);
    background:#c6000b;
}
#about6 .quali-swiper {
  position: relative;
  margin-top: 35px;
  padding-top:90px;
  height: 520px;
}
#about6 .quali-swiper .swiper-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#about6 .quali-swiper .swiper-container .swiper-wrapper {
  align-items: flex-end;
}
#about6 .quali-swiper .swiper-container .swiper-wrapper .swiper-slide{
    text-align: center;
}
#about6 .quali-swiper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 200px;
  max-height: 200px;
  margin:0 auto;
}
#about6 .quali-swiper .swiper-container .swiper-wrapper .swiper-slide-active {
  margin-right: 20px !important;
}
#about6 .quali-swiper .swiper-container .swiper-wrapper .swiper-slide-active img {
  width: 360px;
  max-height: 450px;
}
#about6 .quali-swiper .swiper-button-prev,
#about6 .quali-swiper .swiper-button-next {
  top: 196px;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 2;
  color: #666;
  outline: none;
}
#about6 .quali-swiper .swiper-button-prev h3,
#about6 .quali-swiper .swiper-button-next h3 {
  font-size: 16px;
  color: #333;
}
#about6 .quali-swiper .swiper-button-prev {
  left: -40px;
  padding-left: 40px;
  background: url(../images/swiper-l.png) left center / 23px 40px no-repeat;
}
#about6 .quali-swiper .swiper-button-next {
  right: -40px;
  padding-right: 40px;
  background: url(../images/swiper-r.png) right center / 23px 40px no-repeat;
  text-align: right;
}

@media(max-width: 1720px){

}
@media(max-width: 1600px){
    .n_banner_text1 h3{
        font-size: 32px;
    }
    .n_banner_text1 p{
        font-size: 20px;
    }
    #about1 {
        padding: 90px 0;
    }
    #about1 .img img{
        max-width: 200px;
    }
    #about1 .text{
        font-size: 15px;
    }
    #about1 .text strong{
        font-size: 26px;
        margin-bottom: 5px;
    }
    #about2{
        padding:40px 0 80px;
    }
    #about2 .text{
        padding-left: 4%;
    }
    #about2 .text h3, #about3 .text h3, #about5 h2, #about6 h2{
        font-size: 26px;
    }
    #about2 .text .txt{
        margin: 15px 0 25px;
        font-size: 15px;       
    }
    #about2 .text ul li .p1{
        font-size: 32px;
    }

    #about3 .text .txt{
        font-size: 14px;
        margin: 20px 0 0px;
    }
    #about4{
        padding:90px 0 160px;
    }
    #about4 h2{
        margin-bottom:100px;
    }
    #about4 ul li p{
        font-size: 32px;
    }
    #about5 .text{
        font-size: 15px;
        margin: 20px 0 30px;
    }
    .scnl_list_r_top{
        margin-bottom:30px;
    }
    .scnl_list p{
        font-size: 20px;
    }
    #about6 {
        margin-bottom: 60px;
        padding-bottom: 40px;
    }
    #about6 .text{
        font-size: 15px;
    }
    #about6 .quali-swiper .swiper-button-prev h3, #about6 .quali-swiper .swiper-button-next h3{
        font-size: 15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .n_head .head{
        padding:10px 0;
    }
    .n_banner_text1{
        padding:0 3%;
        top:60px;
        height: calc(100% - 60px); 
    }
    .n_banner_text1 h3{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .n_banner_text1 p{
        font-size: 16px;
    }
    #about1 {
        padding: 70px 0;
    }
    #about1 .img img{
        max-width: 150px;
    }
    #about1 .text{
        font-size: 14px;
    }
    #about1 .text strong{
        font-size: 22px;
    }
    #about2 {
        padding: 40px 0 70px;
    }
    #about2 .text {
        padding-left: 3%;
    }    
    #about2 .text h3, #about3 .text h3, #about5 h2, #about6 h2{
        font-size: 22px;
    }
    #about2 .text .txt {
        margin: 10px 0 15px;
        font-size: 14px;
    }
    #about2 .text ul li{
        padding:10px 0;
    }
    #about2 .text ul li .p1 {
        font-size: 26px;
        margin-bottom: 0px;
    }
    #about3{
        padding:15px 0;
    }
    #about3 .text{
        padding-right: 3%;
    }
    #about3 .text .txt{
        font-size: 13px;
    }
    #about4 h2 {
        margin-bottom: 60px;
    }
    #about4 ul li .img img{
        max-width: 60px;
    }
    #about4 ul li p {
        font-size: 24px;
    }
    #about5{
        padding:70px 0;
    }
    #about5 .text{
        font-size: 14px;
    }

}
@media(max-width: 1024px){
    .scnl_list p {
        font-size: 18px;
    }
    #about6 .quali-swiper {
        margin-top: 20px;
        padding-top: 50px;
        height: 470px;
    } 
    #about6 .quali-swiper .swiper-button-prev{
        left: 0px;
    }   
    #about6 .quali-swiper .swiper-button-next{
        right: 0px;
    } 
/*    .n_banner .video_click{
        display: none;
    }*/
}
@media(max-width: 768px){

    .n_banner_text1 h3{
        font-size: 26px;
    }
    .n_banner_text1 p{
        font-size: 14px;
        line-height: 1.6;
    }
    #about1 {
        padding: 50px 0;
    } 
    #about1 .text strong {
        font-size: 20px;
    }
    #about2 {
        padding: 40px 0 50px;
    } 
    #about2 .img{
        width: 100%;
    }
    #about2 .text{
        width: 100%;
        padding-left: 0;
        margin-top:20px;
    }
    #about3 .container{
        flex-direction:row;
    }
    #about3 .img {
        width: 100%;
        padding:0 10%;
    }
    #about3 .text{
        width: 100%;
        padding-right: 0;
/*        margin-top:20px;  */      
    }
    #about4{
        padding:90px 0 120px;
    }
    #about4 h2{
        font-size: 32px;
        margin-bottom:50px;
        padding-bottom: 12px;
    }
    #about4 h2:before{
        height: 4px;
    }
    #about4 ul li .img img {
        max-width: 45px;
    }
    #about4 ul li p{
        font-size: 20px;
        margin-top: 15px;
    }
    #about5{
        padding:50px 0;
    }  
    .scnl_list_r_top{
        margin-bottom:20px;
    }
    .scnl_list p {
        font-size: 16px;
        bottom:10px;
    }
    #about6 .text{
        margin-right: 0px;
    }
    #about6 .quali-swiper {
        margin-top: 20px;
        padding-top: 20px;
        height: 420px;
    }
}
@media(max-width: 640px){
    .n_banner_text1 h3{
        font-size: 22px;
    }
    #about1 {
        padding: 30px 0;
    } 
    #about1 .img{
        width: 100%;
        text-align: center;
    }
    #about1 .img img{
        max-width: 80px;
    }
    #about1 .text{
        width: 100%;
        margin-top:20px;
    }
    #about1 .text strong{
        font-size: 17px;
    }
    #about2 {
        padding: 30px 0;
    }  
    #about5{
        padding:30px 0;
    }   
    #about2 .text h3, #about3 .text h3, #about5 h2, #about6 h2{
        font-size: 20px;
    }
    #about4{
        padding:70px 0;
    }
    #about4 h2{
        font-size: 26px;
    }
    .scnl_list_l{
        width: 100%;
    }
    .scnl_list p{
        font-size:14px;
    }
    .scnl_list_r{
        width: 100%;
        margin-left: 0%;
        margin-top:20px;
    }
    #about6 {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    #about6 h2{
        width: 100%;
    }
    #about6 .text{
        width: 100%;
        margin:20px 0;
    }
    #about6 .quali-swiper .swiper-button-prev h3,#about6 .quali-swiper .swiper-button-next h3{
/*        display: none;*/
        opacity: 0;
    }
    #about4 ul li p{
        font-size:16px;
    }
}
@media(max-width: 460px){
    #about6 .quali-swiper{
        height:360px;
    }
    #about6 .quali-swiper .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
        max-height: 100%;
    }
    #about6 .quali-swiper .swiper-container .swiper-wrapper .swiper-slide-active {
      margin-right: 15px !important;
    }
    #about6 .quali-swiper .swiper-container .swiper-wrapper .swiper-slide-active img {
      width: 100%;
      max-height: 100%;
    }    
}


.n_banner_text2{
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;  
    color: #fff;  
}
.n_banner_text2 h3{
    font-size: 42px;
    line-height: 1;
    margin-bottom:35px;
}
.n_banner_text2 p{
    font-size: 17px;
    max-width: 865px;
    width: 60%;
}
h2.t1{
    font-size: 36px;
    line-height: 1.4;
    color: #333333;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    animation-delay: 0.3s;
}
h2.t1:before{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    width: 60px;
    height: 6px;
    background:#e80010;
    margin-left: -30px;
}
#container{
    padding:60px 0 140px;
}
.product_list{
    margin-top:50px;
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom:15px;
    animation: 0.5s ease-out;
}
.product_list li:nth-child(3n){
    margin-right: 0%;
}
.product_list li a{
    display: block;
    border-radius: 10px;
    overflow:hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.product_list li .img ,.product_list li .img img{
    width: 100%;
    height: 100%;
}
.product_list li a .text{
    text-align: center;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
}
.product_list li a .text .cont{
    position: relative;
    overflow:hidden;
}
.product_list li a .text h3{
    font-size: 22px;
    color: #2e2e2e;
    line-height: 1.5em;
    padding-top:15px;
    margin-bottom: 5px;
    /*text-transform: capitalize;*/
}
.product_list li a .text .txt{
    font-size: 17px;
    color:#808080;
    height: 36px;
    line-height: 1.2;
}
.product_list li a .text em{
    display: block;
    width: 128px;
    line-height: 36px;
    background:#e80010;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-style: normal;
    margin:0 auto;
    position: absolute;
    bottom:-40px;
    left:50%;
    margin-left: -64px;
    transition: all 0.4s ease-out;
}
.product_list li a:hover .text p{
    opacity: 0;
}
.product_list li a:hover .text em{
    bottom:0;
}
.product_list li a:hover .img img{
/*    transform: scale(1.1);*/
}
.p_banner{
    position: relative;
    width: 100%;
    padding:220px 0 55px;
    text-align: center;
    color: #fff;
}
.p_banner h1{
    font-size: 32px;
    font-family: "pingfang";
    line-height: 1.2;
    font-weight: normal;
    animation-delay: 0.2s;
    /*text-transform: capitalize;*/
}
.p_banner span{
    display: inline-block;
    width: auto;
    line-height: 1.5;
    font-size: 24px;
    font-family: "pingfang";
    margin:30px auto 30px;
    background:#e20701;
    border-radius: 35px;
    animation-delay: 0.4s;
    padding:10px 25px;
}
.p_banner a{
    font-size: 20px;
    color: #e20701;
    text-decoration: underline;
    animation-delay: 0.6s;
}
.p_banner .img1{
    margin-top:40px;
    animation-delay: 0.8s;
}
.product_detail{
    font-family: "pingfang"; 
}
.pd1{
    padding:120px 0 100px;
    background:#f5f5f5;
}
.pd1 h2.t1{
    float:left;
    text-align:left;
    width: 31.5%;
    margin-left: 7.5%;
    font-size: 50px;
    animation-delay: 0.3s ease-out;
}
.pd1 h2.t1:before,.pd2 h2.t1:before{
    left:0;
    margin-left: 0;
}

.pd1 .text{
    width: 61%;
    float:right;  
    font-size: 16px;
    color: #4c4c4c; 
    line-height: 1.8;
    animation-delay: 0.6s ease-out;
}
.pd1 .text p strong{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}
.pd1 .text p em{
    font-style: normal;
    font-size: 24px;
    color: #e20701;
    display: block;
    margin-top:40px;
    line-height: 1.6;
    /*text-transform: capitalize;*/
}

.pd2{
    padding:90px 0;
}
.pd2 h2.t1{
    text-align:left;
    width: 92.5%;
    margin-left: 7.5%;   
    font-size: 50px; 
    animation-delay: 0.3s ease-out;
}
.pd3{
    padding:75px 0 90px;
    background:#f7f7f7;    
}
.pd3 h2.t1{ 
    font-size: 50px; 
    animation-delay: 0.3s ease-out;
}
.pd3 .text{
    max-width: 1422px;
    width: 100%;
    margin: 38px auto 0;
    font-size: 16px;
    color: #1a1a1a;
    animation-delay: 0.6s ease-out;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.pd3 .text table{
    width: 100%;
}
.pd3 .text table tr{
    background: #fff;
    border-bottom: 1px solid #000;
}
.pd3 .text table tr:nth-child(2n + 1){
    background: #f2f2f2;
}
.pd3 .text table tr td{
    font-size: 16px; 
    color: #000;
    border-right: 1px solid #000;
    padding:12px 10px;
    line-height: 1.5;
}
.pd3 .text table tr td:last-child{
    border-right: none;
}
.pd3 .text table tr:nth-child(1){
    background: #e80010;
}
.pd3 .text table tr:nth-child(1) td{
    color: #fff;
}
.pd3 .text table tr:last-child{
    border:none;
}
.fwlc{
    padding: 70px 0 140px;
    overflow: hidden;
}
.fw_t1{
    animation-delay: 0.3s ease-out;
}
.fw_t1 h2{
    font-size: 48px;
    line-height: 72px;
    width: 100%;
    color: #1d1d1f;
    text-align: center;
}
.fw_t1 p{
    margin-top: 15px;
    font-size: 24px;
    line-height: 32px;
    color: #888888;
    width: 100%;
    text-align: center;
}
.fw_list{
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0 0;
    padding-bottom: 60px;
    position: relative;
    animation-delay: 0.6s ease-out;
}
.fw_list:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #d2d2d7;
}
.fw_list li{
    width: 15%;
    margin-right: 2%;
    text-align: center;
}
.fw_list li:last-child{
    margin-right: 0;
}
.fw_list li .img1{
    
}
.fw_list li h3{
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.4;
    color: #1d1d1f;
    padding-bottom: 6px;
}
.fw_list li p{
    margin-top: 6px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 26px;
    color: #1d1d1f;    
}
.fw_list li a{
    font-size: 15px;
    line-height: 26px;
    color: #f73021;
    transition: all .3s;    
}
@media(max-width: 1720px){
    .pd3 .text table tr td{
        font-size:15px;
    }
}
@media(max-width: 1600px){
    #container{
        padding:60px 0 100px;
    }
    .n_banner_text2 h3{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .n_banner_text2 p{
        font-size: 15px;
    }
    h2.t1{
        font-size: 32px;
    }
    .product_list li a .text h3{
        font-size: 18px;
        padding-top: 10px;
    }
    .product_list li a .text .txt{
        font-size: 14px;
    }
    .p_banner{
        padding: 170px 0 50px;
    }
    .p_banner h1{
        font-size: 28px;
    }
    .p_banner span {
        /*width: 300px;*/
        /*line-height: 66px;*/
        font-size: 20px;
        margin: 30px auto 30px;
        padding:10px 20px;
    }
    .p_banner .img1{
        max-width: 50%;
        margin:40px auto 0;
    }
    .pd1{
        padding:90px 0;
    }
    .pd1 h2.t1{
        font-size: 32px;
    }
    .pd1 .text{
        font-size: 16px;
    }
    .pd1 .text p strong{
        font-size: 24px;
    }
    .pd1 .text p em {
        font-size: 18px;
        margin-top: 25px;
    }
    .pd2 h2.t1,.pd3 h2.t1,.fw_t1 h2{
        font-size: 32px;
    }
    .pd3{
        padding:70px 0;
    }
    .fwlc{
        padding:70px 0 100px;
    }
    .fw_t1 p{
        margin-top:0px;
        font-size: 15px;
        line-height: 1.6;
    }
    .fw_list{
        margin:60px 0 0;
    }
    .fw_list li h3{
        margin-top:15px;
        font-size: 18px;
    }
    .fw_list li p{
        font-size: 14px;
        line-height: 1.8;
    }
}
@media(max-width: 1440px){
    .pd1 h2.t1,.pd2 h2.t1{
        margin-left: 0;
    }
    .pd1 .text{
        font-size: 15px;
        width: 68.5%;
    }    
}
@media(max-width: 1259px){
    .n_banner_text2 h3{
        font-size: 30px;
        margin-bottom: 15px;
    }  

}
@media(max-width: 1024px){
    .p_banner {
        padding: 120px 0 50px;
    }
    .p_banner h1{
        font-size: 20px;
    }
    .p_banner span {
        /*width: 260px;*/
        /*line-height: 55px;*/
        font-size: 16px;
        margin: 20px auto 20px;
    }
    .p_banner .img1{
        max-width: 60%;
    }
    #container{
        padding:60px 0;
    } 
    .pd1,.pd2,.fwlc{
        padding:70px 0;
    }   

    .pd1 .text p strong{
        font-size: 20px;
    }
    .pd1 .text p em{
        font-size: 16px;
        margin-top:20px;
    }
}
@media(max-width: 768px){
    #container{
        padding:50px 0;
    } 
    .n_banner_text2 h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .n_banner_text2 p{
        font-size: 14px;
    } 
    h2.t1{
        font-size: 26px;
    }   
    .product_list li{
        width: 49%;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0%;
    }
    .product_list li a .text h3{
        font-size: 16px;
    }
    .product_list li a .text .txt,
    .product_list li a .text em{
        display: none;
    }
    .pd1,.pd2,.pd3,.fwlc{
        padding:50px 0;
    }
    .pd1 h2.t1,.pd2 h2.t1,.pd3 h2.t1,.fw_t1 h2{
        font-size: 26px!important;
    }
    .fw_t1 h2{
        line-height: 1.8;
    }
    .fw_list{
        padding-bottom: 0;
        margin:40px 0 0;
    }
    .fw_list:before{
        display: none;
    }
    .fw_list li{
        width: 32%;
        margin-bottom:15px;
    }
    .fw_list li:nth-child(3n){
        margin-right: 0;
    }
    .pd3 .text table tr td{
        font-size:14px;
        padding:5px;
    }
}
@media(max-width: 750px){
    .n_banner_text2{
        top:60px;
        height: calc(100% - 60px);
        text-align: center;
        flex-direction: row;
        padding-top:35px;
    }
    .n_banner_text2 p{
        width: 100%;
        margin-top:10px;
    }
    .fw_list li{
        width: 49%;
    }
    .fw_list li:nth-child(3n){
        margin-right: 2%;
    }
    .fw_list li:nth-child(2n){
        margin-right: 0%;
    }
    .fw_list li p{
        font-size:12px;
    }
}
@media(max-width: 640px){
    #container{
        padding:30px 0;
    } 
    .n_banner_text2 h3{
        font-size: 20px;
        margin-bottom: 0px;
    } 
    .n_banner_text2 p{
        font-size:13px;
    }
    h2.t1{
        font-size: 22px;
    } 
    .product_list {
        margin-top: 30px;
    }
    .product_list li a .text h3{
        font-size: 14px;
    } 
    .p_banner {
        padding: 90px 0 30px;
    }
    .p_banner h1{
        font-size: 16px;
    }
    .p_banner span{
        font-size: 14px;
        /*width: 220px;*/
        /*line-height: 50px;*/
        padding:10px 20px;
    }
    .p_banner a{
        font-size: 16px;
    }
    .p_banner .img1{
        max-width: 70%;
        margin: 30px auto 0;
    }
    .pd1,.pd2,.pd3,.fwlc{
        padding:30px 0;
    }
    .pd1 h2.t1,.pd2 h2.t1{
        width: 100%;
    }
    .pd1 .text,.pd2 .text{
        width: 100%;
        margin-top:20px;
    }
    .pd1 .text p strong{
        font-size: 17px;
    }
    .pd1 h2.t1,.pd2 h2.t1,.pd3 h2.t1,.fw_t1 h2{
        font-size: 22px!important;
    }
    .pd3 .text{
        margin-top:20px;
        font-size: 15px;
    }
    .fw_list{
        margin:30px 0 0;
    }
    .fw_list li h3{
        font-size: 16px;
        margin-top:10px;
        padding-bottom:4px;
    }
    .fw_list li p{
        margin:4px 0;
    }
    .pd3 .text table,.pd3 .text p{
        min-width:800px;
    }
    .pd3 .text table tr td p{
        width:auto;
        min-width:100%;
    }
    .pd3 .text table tr td{
        max-width:70px;
        padding:5px 2px;
    }
}
@media(max-width: 460px){
    .product_list li{
        width: 100%;
        margin-right:0!important;
    }
    .product_list li a .text .txt{
        display:block!important;
    }
    .product_list li a .text .txt p{
        opacity:1!important;
    }
    .pd3 .text table tr td{
        font-size:13px;
    }
}

.case_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}
.case_list li{
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom:75px;
    animation-delay: 0.3s;
}
.case_list li:nth-child(2n){
    margin-right: 0;
}
.case_list li a{
    display: block;
    text-align: center;
    font-family: "pingfang";
}
.case_list li a .img{
    border-right: 10px;
}
.case_list li a .img img{
    width: 100%;
}
.case_list li a span{
    display: block;
    font-size: 28px;
    color: #e20701;
    opacity: 0;
    padding:35px 0 27px;
    line-height: 1;
    color: #e20701;
    transition: all 0.3s ease-out;
    /*text-transform: capitalize;*/
}
.case_list li a:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 3px;
    background:#e0e0e0;
}
.case_list li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 3px;
    background:#e20701;
    transition: all 0.4s ease-out;
}
.case_list li:hover a span{
    opacity: 1;
}
.case_list li:hover a:after{
    width: 100%;
}
@media(max-width: 1720px){

}
@media(max-width: 1600px){
    .case_list{
        margin-top:0;
    }
    .case_list li{
        margin-bottom: 50px;
    }
    .case_list li a span{
        padding:20px 0 20px;  
        font-size: 24px; 
    }    
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .case_list li{
        margin-bottom: 30px;
    }    
}
@media(max-width: 1024px){
    .case_list li a span{
        padding:15px 0;  
        font-size: 22px; 
    }     
}
@media(max-width: 768px){
    .case_list li{
        margin-bottom: 20px;
    }
    .case_list li a span{
        padding:12px 0;  
        font-size: 18px; 
        opacity: 1;
    }  
    .case_list li a:after{
        height: 2px;
    }   
}
@media(max-width: 640px){
    .case_list li{
/*        width: 100%;
        margin-right: 0;*/
        margin-bottom: 15px;
    }
    .case_list li a span{
        padding:10px 0;  
        font-size: 15px; 
    }  
    .case_list li a:after{
        height: 1px;
    }  
}



#container2{
    background:#f5f5f7;
    padding-bottom: 50px;
}
.sort2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:75px 0;
}
.sort2 li{

}
.sort2 li a{
    display: block;
    padding:0 98px;
    line-height: 80px;
    border-radius: 50px;
    font-size: 24px;
    color: #333333;
    font-family: "pingfang";
    margin:0 50px;
    /*text-transform: capitalize;*/
}
.sort2 li a:hover,.sort2 li.cur a{
    color: #fff;
    background:#e20701;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 48%;
    margin-right: 4%;
    margin-bottom:45px;
    animation-delay: 0.4s ease-out;
}
.news_list li:nth-child(2n){
    margin-right: 0;
}
.news_list li a{
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    height:100%;
    background:#fff;
    padding:15px;
    font-family: "pingfang";
    border-radius: 15px;
}
.news_list li a .img{
    border-radius: 10px;
    width: 200px;
}
.news_list li a .img img{
    width: 100%;
}
.news_list li a .text{
    padding: 0 20px 0 34px;
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news_list li a .text p{
    font-size: 16px;
    color: #808080;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
    margin-bottom:5px;
}
.news_list li a .text h3{
    font-size: 20px;
    color: #333333;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
/*    font-weight: normal;*/
}
.news_list li:hover a{
    box-shadow: 0px 0px 10px #c5c5c5;
}
.news_list li:hover a .img img{
    transform: scale(1.1);
}
.news_list li:hover a .text h3{
    color: #e80010;
}
.news_list li:nth-child(1),.news_list li:nth-child(2){
    margin-bottom:65px;
    border-radius: 15px;
/*    overflow:hidden;*/
}
.news_list li:nth-child(1) a,.news_list li:nth-child(2) a{
    padding:0;
}
.news_list li:nth-child(1) .img,.news_list li:nth-child(2) .img{
    width: 100%;
}
.news_list li:nth-child(1) .img img,.news_list li:nth-child(2) .img img{
    border-radius: 15px 15px 0 0;
}
.news_list li:nth-child(1) a .text,.news_list li:nth-child(2) a .text{
    width: 100%;
    padding:40px 25px;
}
.news_list li:nth-child(1) a .text p,.news_list li:nth-child(2) a .text p{
    border:none;
    padding-bottom: 0;
}
.news_list li:nth-child(1) a .text h3,.news_list li:nth-child(2) a .text h3{
    font-size: 24px;
}
/*.news_list li:nth-child(1):hover a{
    box-shadow: 0px 0px 10px #c5c5c5;
}*/
.news_banner{
    background:url(../images/news_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:240px 0 175px;
    text-align: center;
}
.news_banner h2{
    font-size: 46px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
    animation-delay: 0.4s ease-out;
}
.info_title{
    animation-delay: 0.5s ease-out;
}
.info_title span{
    font-size: 16px;
    color: #999999;
    margin:0 25px;
}
.news_contact{
    padding:22px 0;
    animation-delay: 0.3s;
}
.news_contact_intro{
    padding:35px 0 35px 175px;
    font-size: 16px;
    color: #999999;
    background:url(../images/contact1.png) no-repeat left center;
    line-height: 1.8;
    width: calc(100% - 300px);
    float:left;
}
.news_contact_intro strong{
    font-size: 30px;
    color: #e20701;
}
.news_contact a{
    display: block;
    float:right;
    text-align:center;
    font-size: 30px;
    color: #fff;
    width: 250px;
    line-height: 72px;
    background:#e20701;
    border-radius: 50px;
    margin-top:45px;
}
.news_detail{
    padding:90px 160px;
    border-radius: 15px;
    background:#fff;
    font-size: 16px;
    color: #333333;
}
.news_detail .content{
    margin-bottom:100px;
    animation-delay: 0.6s;
}
.news_detail .page{
    font-size: 16px;
    color:#999;  
    display: flex;
    flex-wrap: wrap;  
    justify-content: center;
    animation-delay: 0.6s;
}
.news_detail .page span{
    border-top:2px solid #fff;    
    display: block;
    line-height: 1.6;
    padding:20px 0 10px;
    margin-top:15px;
    transition: all 0.5s ease-out;
}
.news_detail .page a{
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
}
.news_detail .page_l{
    max-width: 530px;
    width: 100%;
    padding:22px 28px;
    border-radius: 25px;
    background:#f5f5f7;
    margin-right: 36px;
    transition: all 0.5s ease-out;
}
.news_detail .page_r{
    max-width: 530px;
    width: 100%;
    padding:22px 28px;
    border-radius: 25px;
    background:#f5f5f7;
    transition: all 0.5s ease-out;
}
.news_detail .page_l:hover,.news_detail .page_r:hover{
    background:#fff;
    box-shadow: 0px 0px 10px #eee;
}
.news_detail .page .page_l:hover span,.news_detail .page .page_r:hover span{
    border-top:2px solid #f5f5f7;
}
@media(max-width: 1720px){

}
@media(max-width: 1600px){
    .sort2{
        padding:50px 0;
    }
    .sort2 li a{
        padding: 0 60px;
        line-height: 65px;
        font-size: 20px;
        margin: 0 30px;        
    }
    .news_list li{
        margin-bottom:30px;
    }
    .news_list li a .text{
        padding: 0 10px 0 30px;
    }
    .news_list li a .text p{
        font-size: 15px;
    }
    .news_list li a .text h3{
        font-size: 17px;
    }
    .news_list li:nth-child(1), .news_list li:nth-child(2){
        margin-bottom:50px;
    }
    .news_list li:nth-child(1) a .text, .news_list li:nth-child(2) a .text {
        padding: 25px 15px;
    }
    .news_list li:nth-child(1) a .text h3, .news_list li:nth-child(2) a .text h3{
        font-size: 20px;
    }
    .news_banner{
        padding: 180px 0 120px;
    }
    .news_banner h2{
        font-size: 32px;
        margin-bottom: 15px;
    }
    .info_title span{
        font-size: 15px;
    }
    .news_contact_intro {
        padding: 35px 0 35px 175px;
        font-size: 15px;
    }
    .news_contact a {
        font-size: 22px;
        width: 160px;
        line-height: 55px;
        margin-top: 40px;
    }
    .news_detail{
        font-size: 15px;
        padding:50px 80px;
    }
    .news_detail .page{
        font-size: 16px;
    }
    .news_detail .page_l,.news_detail .page_r{
        max-width: 400px;
        padding: 20px 20px;
    }
    .news_detail .page span {
/*        border-top: 1px solid #fff;*/
        padding: 15px 0 10px;
        margin-top: 5px;
    }
    .news_detail .page a{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .sort2 li a{
        padding: 0 40px;
        line-height: 50px;
        font-size: 17px;
        margin: 0 15px;        
    }  
    .news_list li{
        margin-bottom:20px;
    } 
    .news_list li:nth-child(1), .news_list li:nth-child(2){
        margin-bottom:35px;
    }
    #container2{
        padding-bottom:30px;
    }
    .news_detail .content{
        margin-bottom:50px;
    }
    .news_detail {
        font-size: 15px;
        padding: 25px 30px;
    } 
    .news_detail .content {
        margin-bottom: 30px;
    }
    .news_detail .page{
        font-size: 15px;
    }
    .news_detail .page_l, .news_detail .page_r {
        max-width: 350px;
        padding: 15px 15px;
    }   
    .news_detail .page span{
        padding: 10px 0 0px;
    }
    .news_detail .page a{
        font-size: 14px;
    }
}
@media(max-width: 1024px){
    .sort2{
        padding:30px 0;
    } 
    .news_list{
        padding-top:30px;
    }   
    .news_banner{
        padding: 120px 0 80px;
    }
    .news_banner h2{
        font-size: 24px;
    }
    .news_detail {
        padding: 20px 20px;
    }
    .news_contact_intro{
        padding: 20px 0 20px 120px;
        background-size: 100px;
        font-size: 14px;
        width: calc(100% - 150px);
    }
    .news_contact_intro strong{
        font-size: 24px;
    }
    .news_contact a {
        font-size: 17px;
        width: 120px;
        line-height: 45px;
        margin-top: 20px;
    }
    .news_detail .page_l{
        margin-right: 20px;
    }
    .news_detail .page_l, .news_detail .page_r {
        max-width: 320px;
    }
}
@media(max-width: 768px){
    .sort2 li a{
        padding: 0 20px;
        line-height: 42px;
        font-size: 15px;
        margin: 0 10px;        
    }     
    .news_list li{
        width: 100%;
        margin-right: 0;
    } 
    .news_list li:nth-child(1), .news_list li:nth-child(2){
        margin-bottom:20px;
    } 
    .news_list li:nth-child(1) a .text, .news_list li:nth-child(2) a .text{
        padding:15px 12px;
    }
    .news_list li a .text p{
        padding-bottom: 3px;
        margin-bottom:3px;
    }
    .news_banner{
        padding: 90px 0 50px;
    }
    .news_banner h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .info_title span{
        margin:0 10px;
        font-size: 14px;
    }
    .news_detail .page_l, .news_detail .page_r {
        max-width: 100%;
        margin-right: 0;
        margin-bottom:15px;
    }
    .news_detail .page_r{
        margin-bottom:0;
    }
}
@media(max-width: 640px){
    .sort2{
        padding:20px 0;
    }
    .sort2 li a{
        padding: 0 16px;
        line-height: 36px;
        margin: 0 5px;        
    }  
    .news_list{
        padding-top:20px;
    } 
    .news_list li a{
        padding:10px;
    }
    .news_list li a .img{
        width: 120px;
    }
    .news_list li a .text{
        width: calc(100% - 120px);
        padding-left: 20px;
    }
    .news_list li a .text p{
        font-size: 14px;
    }
    .news_list li a .text h3{
        font-size: 15px;
    }
    .news_list li:nth-child(1) a .text h3, .news_list li:nth-child(2) a .text h3{
        font-size: 16px;
    } 
    .news_banner{
        padding: 90px 0 30px;
    }
    .news_banner h2{
        font-size: 17px;
    }
    .news_contact_intro {
        padding: 15px 0 15px 100px;
        background-size: 86px;
        width: 100%;
        float:none;
    }
    .news_contact_intro strong {
        font-size: 18px;
    }
    .news_contact a{
        margin-top:10px;
        float:none;
    }
}


#contact1{
    font-family: "pingfang";
    animation-delay: 0.4s;
}
.c1_list{
    display: flex;
    flex-wrap: wrap;
    padding:35px 25px 45px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 15px;
    background:url(../images/c_bg1.jpg) no-repeat center #fff;
    background-size: cover;
/*    justify-content: center;*/
}
.c1_list li{
    text-align: center;
    width: 30%;
}
.c1_list li:last-child{
    width: 40%;
}
.c1_list li .p1{
    font-size: 16px;
    color: #4d4d4d;
    margin:15px 0 10px;
    line-height: 1.4;
}
.c1_list li .p2{
    font-size: 26px;
    color: #4d4d4d;
}
.c1_list li:last-child .p2{
    font-size: 16px;
}
#contact2{
    padding:85px 0 40px;
}
#contact2 h2.t1{
    font-size: 42px;
    color: #333333;
    text-align: center;
    animation-delay: 0.3s;
}
.c2_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
    animation-delay: 0.6s;
}
.c2_list li{
    display: flex;
    flex-wrap: wrap;
    padding:30px 40px 50px;
    background:#fff;
    width: 48%;
    margin-right: 4%;
    margin-bottom:44px;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #eee;
}
.c2_list li:nth-child(2n){
    margin-right: 0;
}
.c2_list li .img{
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c2_list li .img img{
    max-width: 52px;
}
.c2_list li .text{
    width: calc(100% - 90px);
}
.c2_list li .text h3{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    border-bottom: 1px solid #dddddd;
    margin-bottom:20px;
    padding-bottom: 2px;
}
.c2_list li .text p{
    font-size: 16px;
    color: #808080;
}
#contact3{
    background:url(../images/c_bg2.jpg) no-repeat center;
    background-size: cover;
    padding:120px 0 110px;
}
#contact3 .container{
    display: flex;
    flex-wrap: wrap;
}
.message{
    background:url(../images/c_bg3.jpg) no-repeat center;
    padding:0px 85px 50px; 
    width: 65%;   
    background-size: cover;
    animation-delay: 0.4s;
}
.mess_t{
    display: flex;
    flex-wrap: wrap;
}
.mess_t_l{
    background:url(../images/mess_t1.png) no-repeat center;
    font-size: 36px;
    color: #e20701;
    height: 125px;
    width: 208px;
    line-height: 100px;
    text-align: center;
}
.mess_t_r{
    width: calc(100% - 208px);
    padding-left: 36px;  
    display: flex;
    flex-direction: column;
    justify-content: center;  
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
}
.mess_text{
    margin:45px 0 30px;
    font-size: 16px;
    color: #fefefe;
    line-height: 1.8;
}
.mess_from{

}
.mess_from li{
    margin-bottom:15px;
}
.mess_from li input{
    width: 100%;
    border:none;
    line-height: 55px;
    border-radius: 10px;
    outline: none;
    padding:0 15px 0 64px;
    font-size: 14px;
    color: #808080;
    font-family: "pingfang";
}
.mess_from li:nth-child(1) input{
    background:url(../images/mess1.png) no-repeat 18px center #fff;
}
.mess_from li:nth-child(2) input{
    background:url(../images/mess2.png) no-repeat 18px center #fff;
}
.mess_from li textarea{
    border:none;
    width: 100%;
    border-radius: 10px;
    outline: none;
    line-height: 55px;
    height: 110px;
    font-size: 14px;
    color: #808080;
    font-family: "pingfang";
    background:url(../images/mess3.png) no-repeat 18px 15px #fff;
    padding:0 15px 0 64px;
}
.mess_btn input{
    display: block;
    width: 260px;
    line-height: 58px;
    font-size: 30px;
    color: #e20701;
    text-align: center;
    border-radius: 35px;
    margin:32px auto 0;
    border:none;
    outline: none;
    background: #fff;
    font-family: "pingfang";
    cursor: pointer;
}


.fwlc2{
    width: 35%;
    background:rgba(226,7,1,.6);
    padding:15px 30px 15px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-family: "pingfang";
    animation-delay: 0.8s;
}
.fwlc2 h2{
    font-size: 32px;
    padding-left: 25px;
    position: relative;
    line-height: 1;
    font-weight: normal;
}
.fwlc2 h2:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 9px;
    height: 100%;
    background:#fff;
}
.fwlc2_list{
    padding-top:10px;
}
.fwlc2_list li{
    padding:20px 0;
    border-bottom: 1px dashed rgba(255,255,255,.6);
    display: flex;
    flex-wrap: wrap;
}
.fwlc2_list li:last-child{
    border:none;
}
.fwlc2_list li .img{
    width: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fwlc2_list li .img img{
    max-width: 63px;
}
.fwlc2_list li .text{
    width: calc(100% - 80px);
}
.fwlc2_list li .text .p1{
    font-size: 20px;
    line-height: 1.8;
    /*text-transform: capitalize;*/
}
.fwlc2_list li .text .p2{
    font-size: 14px;
    opacity: .6;
    line-height: 1.8;
}
@media(max-width: 1720px){

}
@media(max-width: 1600px){
    .c1_list{
        padding:25px 20px;
    }
    .c1_list li .img img{
        max-width: 100px;
    }
    .c1_list li .p1 {
        font-size: 15px;
        margin: 10px 0 0px;
    }
    .c1_list li .p2{
        font-size: 22px;
    }
    .c1_list li:last-child .p2{
        font-size: 15px;
    }
    #contact2{
        padding:70px 0 40px;
    }
    #contact2 h2.t1{
        font-size: 32px;
    }
    .c2_list li {
        padding: 25px 30px 35px;
        margin-bottom: 25px;
    }
    .c2_list li .text h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .c2_list li .text p{
        font-size: 15px;
    }
    #contact3{
        padding:90px 0;
    }
    .message{
        padding:0 50px 50px;
    }
    .mess_t_l{
        font-size: 32px;
    }
    .mess_t_r{
        font-size: 15px;
    }
    .mess_text{
        font-size: 15px;
        margin: 30px 0 30px;
    }
    .mess_btn input {
        width: 200px;
        line-height: 55px;
        font-size: 24px;
        margin: 30px auto 0;
    }
    .fwlc2{
        padding:15px 50px;
    }
    .fwlc2 h2{
        font-size: 26px;
    }
    .fwlc2_list li .text .p1{
        font-size: 16px;
    }
    .fwlc2_list li .text .p2{
        font-size: 13px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .c1_list li .img img{
        max-width:80px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .c1_list li .img img{
        max-width:60px;
    }
    .c1_list li .p2{
        font-size: 18px;
    }
    .c1_list li:last-child .p2 {
        font-size: 14px;
        line-height: 1.8;
    }
    #contact2 {
        padding: 50px 0 40px;
    }
    #contact2 h2.t1{
        font-size: 26px;
    }
    h2.t1:before{
        height: 3px;
    }
    .c2_list{
        margin-top:30px;
    }
    .c2_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
        padding: 20px 25px;
    }
    .c2_list li .text h3{
        font-size: 20px;
    }
    .c2_list li .text p{
        font-size: 14px;
    }
    #contact3 {
        padding: 60px 0;
    }
    .message{
        width: 100%;
        padding: 0 30px 30px;
    }
    .mess_t_l {
        font-size: 26px;
        height: 96px;
        width: 160px;
        line-height: 70px;
        background-size: contain;
    }
    .mess_t_r{
        width: calc(100% - 160px);
        padding-left: 15px;
        font-size: 14px;
    }
    .fwlc2{
        width: 100%;
        padding: 30px 30px;
    }
}
@media(max-width: 640px){
    .c1_list li{
        width: 50%;
    }
    .c1_list li:last-child {
        width: 100%;
        margin-top:10px;
    }
    .c1_list li .p2{
        font-size: 16px;
    }   
    #contact2 {
        padding: 30px 0;
    } 
    #contact2 h2.t1{
        font-size: 22px;
    }
    .c2_list{
        margin-top:20px;
    }
    .c2_list li{
        padding: 12px 15px;
    }
    .c2_list li .img{
        width: 60px;
    }
    .c2_list li .img img{
        max-width: 45px;
    }
    .c2_list li .text {
        width: calc(100% - 60px);
    }
    .c2_list li .text h3{
        font-size: 17px;
    }
    #contact3 {
        padding: 30px 0;
    }
    .message {
        padding: 0 15px 30px;
    }
    .mess_t_l {
        font-size: 20px;
        height: 73px;
        width: 120px;
        line-height: 55px;
    }
    .mess_t_r{
        width: calc(100% - 120px);
    }
    .mess_text {
        font-size: 14px;
        margin: 20px 0 20px;
    }
    .mess_btn input {
        width: 140px;
        line-height: 50px;
        font-size: 20px;
        margin: 15px auto 0;
    }
    .fwlc2 {
        padding: 30px 15px;
    }
    .fwlc2 h2{
        font-size: 22px;
        padding-left: 20px;
    }
    .fwlc2 h2:before{
        width: 5px;
    }
    .fwlc2_list {
        padding-top: 15px;
    }
    .fwlc2_list li{
        padding:15px 0;
    }
    .fwlc2_list li .img{
        width: 60px;
    }
    .fwlc2_list li .img img{
        max-width: 45px;
    }
    .fwlc2_list li .text {
        width: calc(100% - 60px);
    }
    .fwlc2_list li .text .p1{
        font-size: 16px;
    }
    .fwlc2_list li .text .p2{
        font-size: 14px;
    }
}


#job1{
    padding:15px 0 90px;
}
.container2{
    max-width: 1400px;
}
.index_t2{
    position: relative;
    font-size: 40px;
    color: #4c4c4c;
    padding-bottom: 10px;
}
.index_t2:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 60px;
    height: 7px;
    background:#e20701;
}
#job1 ul{
    margin-top:45px;
}
#job1 ul li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin-bottom: 100px;    
}
#job1 ul li:nth-child(2n){
    flex-direction: row;
}
#job1 ul li:last-child{
    margin-bottom: 0;
}
#job1 ul li .img{
    width: 50%;
}
#job1 ul li .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:10px 95px 10px 0;
}
#job1 ul li .text .p1{
    font-size: 28px;
    color: #4c4c4c;
    line-height: 1.4;
    margin-bottom: 30px;
}
#job1 ul li .text .p2{
    font-size: 15px;
    color: #4c4c4c;
    line-height: 1.8;
}
#job1 ul li:nth-child(2n) .text{
    padding:10px 0 10px 95px;
}
#job2{
    padding-bottom: 80px;
}
#job2 ul{
    background:url(../images/job.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    overflow:hidden;
}
#job2 ul li{
    width: 50%;
    color: #fff;
    padding:165px 120px;
    border-right:1px solid rgba(255,255,255,.4);
}
#job2 ul li:last-child{
    border:none;
}
#job2 ul li .p1{
    font-size: 40px;
    line-height: 1;
    margin-bottom: 35px;
}
#job2 ul li .p2{
    font-size: 15px;
}
#job3{
    background: #f5f5f5;
    padding: 80px 0 110px;
}
.job_list{
    margin-top:60px;
}
.job_list li{
    background:#ffffff;
    margin-bottom: 15px;
    padding:0 60px;
}
.job_t{
/*    padding:0 60px;*/
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.j1{
   width: 160px;    
}
.j_name{
    font-size:16px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 0;
    width: calc(100% - 309px);
}
.j_c p{
    font-size:15px;
    color: #999999;
    padding:0 19px;
    background:url(../images/line2.jpg) no-repeat right center;
}
.j_c p:first-child{
    padding-left: 0;
}
.j_c p:last-child{
    background:none;
    padding-right: 0;
}
.j_date{
    width: 135px;
    float: right;
    font-size:15px;
    color: #999999;
}
.j_date span{
    display: inline-block;
    margin-left: 5px;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 0px;
    border-top:1px solid #e0e0e0;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 115px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #999999;
    color: #fff;
    border-radius: 10px;
    overflow:hidden;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#e20701;
    font-size:16px;
    color: #fff;
    font-weight: bold;
    text-align:center;
    border-radius: 10px;
    overflow:hidden;
}


.job_list li.on .j_cont{
    display: block;
}
@media(max-width: 1600px){
    .n_banner_text p{
        font-size:56px;
    }
    .index_t2{
        font-size: 32px;
    }
    #job1 ul li{
        margin-bottom:70px;
    }
    #job1 ul li .text .p1{
        font-size: 22px;
        margin-bottom: 20px;
    }
    #job1 ul li .text .p2{
        line-height: 35px;
    }
    #job1 ul li .text{
        padding:10px 50px 10px 0;
    }
    #job1 ul li:nth-child(2n) .text{
        padding:10px 0 10px 50px;
    }
    #job1{
        padding:100px 0;
    }
    #job1 .job1_c{
        padding:100px 0 65px;
    }
    #job1 .job1_c .cont{
        padding:50px 0 50px 85px;
    }
    #job1 .job1_c .cont .txt h2{
        font-size:36px;
        margin-bottom: 20px;
    }
    #job1 .job1_c .cont .txt p{
        font-size:16px;
    }
    #job2 h2{
        font-size:36px;
        margin-bottom: 60px;        
    }
    .job2 ul li{
        width: 23.5%;
        margin-right: 2%;
        border: 2px solid #d30301;
        padding:65px 30px 80px;
    }
    .job2 ul li .text h3 {
        font-size: 22px;
        margin: 30px 0 10px;
    }
    .job2 ul li .text p{
        font-size:15px;
    }
    #job3 {
        padding: 90px 0 85px;
    }
    #job3 h2,#job4 h2{
        font-size:36px;
        margin-bottom: 50px;         
    }
    #job4{
        padding:100px 0;
    }
    .job_list li{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 0px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
    #job2 ul li .p1 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #job2 ul li{
        padding:100px 60px;
    }

}
@media(max-width: 1220px){
    .n_banner_text p{
        font-size:42px;
    }
    .index_t2{
        font-size: 26px;
    }
    #job1 ul{
        margin-top:30px;
    }
    #job1 ul li{
        margin-bottom:50px;
    }
    #job1 ul li .text .p1{
        font-size: 18px;
    }
    #job1{
        padding:70px 0;
    }
    #job1 .job1_c{
        padding:80px 0 50px;
    }
    #job1 .job1_c .cont{
        padding:40px 0 40px 40px;
    }
    #job1 .job1_c .cont .txt h2{
        font-size:28px;
        margin-bottom: 10px;
    }
    #job1 .job1_c .cont .txt p{
        font-size:15px;
    }
    #job2 h2{
        font-size:28px;
        margin-bottom: 40px;        
    }
    .job2 ul li{
        padding:50px 20px 70px;
    }
    .job2 ul li .text h3 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .job2 ul li .text p{
        font-size:14px;
    }
    #job3 {
        padding: 70px 0;
    }
    #job3 h2,#job4 h2{
        font-size:28px;
        margin-bottom: 40px;         
    }
    #job4{
        padding:70px 0;
    }
    .job_list li{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }

    .job_list li .j_cont{
        padding:40px 0px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }
    #job2 ul li .p1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    #job2 ul li .p2{
        font-size: 14px;
    }
    #job2 ul li{
        padding:60px 30px;
    }
    .job_list{
        margin-top:40px;
    }
}
@media(max-width: 768px){
    .n_banner_text p{
        font-size:32px;
    }
    .index_t2{
        font-size: 24px;
    }
    #job1 ul{
        margin-top:20px;
    }
    #job1 ul li{
        margin-bottom:30px;
    }
    #job1 ul li .text .p1{
        font-size: 16px;
        margin-bottom: 15px;
    }
    #job1 ul li .text .p2{
        font-size: 14px;
        line-height: 2em;
    }
    #job1 ul li .text{
        padding:10px 30px 10px 0;
    }
    #job1 ul li:nth-child(2n) .text{
        padding:10px 0 10px 30px;
    }
    #job1 {
        padding: 50px 0;
    }
    #job1 .job1_c {
        padding: 30px 0 ;
    }
    #job1 .job1_c .cont {
        padding: 15px 10px;
    }
    #job1 .job1_c .cont .txt h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #job1 .job1_c .cont .txt p {
        font-size: 14px;
    }
    #job2 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .job2 ul li {
        padding: 30px 10px 50px;
    }
    .job2 ul li .img1{
        width: 35px;
        height: 43px;
    }
    .job2 ul li .img1 img{

    }
    .job2 ul li .text h3 {
        font-size: 16px;
        margin: 10px 0 5px;
    }
    #job3,#job4 {
        padding: 30px 0;
    }
    #job3 h2, #job4 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .job_t {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }
    #job2 {
        padding-bottom: 50px;
    }
    #job2 ul li .p1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #job2 ul li{
        padding:50px 20px;
    }
}
@media(max-width: 767px){
    .n_banner_text p{
        font-size:24px;
    }
    .index_t2{
        font-size: 22px;
    }
    #job1 ul li .text .p1{
        font-size: 16px;
        margin-bottom: 10px;
    }
    #job1 {
        padding: 30px 0;
    }
    #job1 .job1_c .cont .txt h2 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    #job2 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .job2 ul li {
        padding: 20px 10px 50px;
        width: 49%;
        margin-bottom: 15px;
    }
    .job2 ul li:nth-child(2n){
        margin-right: 0;
    }
    #job2 ul li .p1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #job3,#job4 {
        padding: 30px 0;
    }
    #job3 h2, #job4 h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .job_list li{
        margin-bottom: 12px;
        padding:0 10px;
    }
    .job_t {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
    }
    .j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list{
        margin-top:30px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:12px 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }
}
@media(max-width: 640px){
    #job1 ul li{
        margin-bottom: 20px;
    }
    #job1 ul li .img{
        width: 100%;
    }
    #job1 ul li .text{
        width: 100%;
        padding:15px 10px;
    }
    #job1 ul li:nth-child(2n) .text{
        padding:15px 0;
    }
    #job2 {
        padding-bottom: 30px;
    }
    #job2 ul{
        padding:15px 0;
    }
    #job2 ul li .p1 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    #job2 ul li{
        padding:15px 15px;
        width: 100%;
        border-right: none;
    }
}




h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#e80010;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #e80010;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #e80010;
    vertical-align: middle;
    border: 1px solid #e80010; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #e80010;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:60px;
    }
}


/*客服1*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none!important;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 5px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 70px;
    transition: all .5s;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
    }
}


.new-float{
    position: fixed;
    left: 0px;
    top: 60%;
    z-index: 50;width: 77px;height: 374px;
    margin-top: -187px;
    z-index: 9999;
    display: none!important;
}
.new-float li{
    position: relative;width: 77px;
    height: 57px;margin-bottom: 1px;
    line-height: 20px;color: #fff;
    text-align: center;
    
}
.new-float li.hover{
    /*overflow: hidden;*/
    
}
.new-float li a{
    display: inline-block;color: #fff;
    
}
.new-float li a.tit{
    width: 77px;height: 56px;padding: 30px 10px 0 0;
    color: #fff;font-size: 12px;   
    box-sizing: border-box;
    
}
.new-float li p{
    position: relative;z-index: 2;
    height: 27px;padding-top: 30px;cursor: pointer;
    
}
.new-float li.fi{
    position: relative;
}
.new-float li.fi img{
    display: none;
    position: absolute;
    top:0;
    left: 78px;
    /*opacity: 0;*/
}
.new-float li.fi:hover img{
    display: block;
    width: 120px;
    max-width: 120px;
    height: 120px;
}
.new-float li.fi a{ 
    background:url(../images/on_line.png) no-repeat 0px 0px;
}
.new-float li.fxx a{
    background:url(../images/on_line.png) no-repeat 0px -172px;    
}
.new-float li.tp a{
    background:url(../images/on_line.png) no-repeat 0px -227px;
}
.new-float li.zx a{
    background:url(../images/on_line.png) no-repeat 0px -0px;
}
.new-float li.th a{
    background:url(../images/on_line.png) no-repeat 0px -57px;
    
}
.new-float li.fo a.tit{
    background:url(../images/on_line.png) no-repeat 0px -114px;
    
}
.new-float li.fif p{
    background: url(../img/bg_float05.png) no-repeat;
    
}
.new-float li .tel{
    position: absolute;
    left: -184px;
    top: 0;z-index: 1;width: 184px;
    height: 56px;font: 24px/57px Arial;color: #fff; 
    background:#5b5b5b;cursor: pointer;
    
}

.new-float a.mof{
    display: inline-block;width: 78px;height: 71px;padding: 12px 11px 0 12px;
    margin-top: 10px;*margin-top: 7px;background:url(../images/on_line.png) no-repeat 0px -239px;
    font-size: 15px;line-height: 22px;color: #fff;
    
}






