/*头部样式*/
.bd_weixin_popup{
    padding:5px!important;
}
.bd_weixin_popup{
    height: 300px!important;
}
.head{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding:15px 80px;
    background:rgba(255,255,255,.9);
    /*background-color: #c81528;*/
}
.logo{
    float: left;
}
.head .img2{
    display: none;
}

.languagea{
    float: right;
    position: relative;
}
.languagea_img{
    line-height: 52px;
    cursor: pointer;
}
.languagea_list{
    display: none;
    position: absolute;
    top:52px;
    left:50%;
    background:#fff;
    width: 70px;
    margin-left: -35px;
    border-radius: 5px;
    overflow: hidden;
}
.languagea_list a{
    display: block;
    margin-top: 1px;
    font-size: 12px;
    color: #666;
    line-height: 32px;
    padding: 0px 8px;
    background-color: #f5f5f5;

}
/*.languagea:hover .languagea_list{
    display: block;
}*/
.languagea_list a:hover{
    color: #c81528;
}

.search{
    float: right;
    margin:0 38px;
    position: relative;
}
.ss{
    line-height: 52px;
    cursor: pointer;
}
#formsearch{
    display: none;
    position: absolute;
    top:52px;
    left:50%;
    width: 260px;
    height: 45px;
    border-radius: 25px;
    overflow:hidden;
    background:#fff;
    margin-left: -130px;
}
#keyword{
    float: left;
    width: 215px;
    height: 45px;
    line-height: 45px;
    background:none;
    outline: none;
    border:none;
    padding-left: 20px;
    font-size:16px;
    color: #999;
}
#s_btn{
    float: right;
    width: 45px;
    height: 45px;
    background:url(../images/search.png) no-repeat center;
    outline: none;
    border:none;
    cursor: pointer;
}
/*.search:hover #formsearch{
    display: flex;
}*/
.f_link{
    float: right;
    margin-left: 80px;
    position: relative;
}
.f_link p{
    color: #736e71;
    font-size:16px;
    line-height: 52px;
    cursor: pointer;
}
.f_link p span{
    margin-left: 10px;
}
.f_link_a{
    display:none;
    position: absolute;
    top:52px;
    width: 260px;
    margin-left: -130px;
    left: 50%;
    height: 300px;
    overflow-y: auto!important;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}
.f_link_a a{
    display: block;
    font-size: 14px;
    padding: 5px 0;
    color: #999;
    border-bottom: 1px solid #ebebeb;
}
.f_link_a a:hover{
    color: #262626;
    background-color: #f5f5f5;
}
.f_link_a a .glyphicon {
    float: right;
    color: #ebebeb;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav{
    float: right;
}
.nav li{
    float: left;
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #736e71;
    text-align: center;
    line-height: 52px;
    padding:0 40px;
}
.nav li:hover a{
    text-decoration: underline;
}
.head .nav li .b_nav{
    display: none;
    position: absolute;
    top:50px;
    left:0px;
    z-index: 999;
    background-color: #fff;
    width: 100%;
}
.head .nav li .b_nav a{
    font-size: 14px;
    color: #736e71;  
    line-height: 2em;  
    padding:5px 5px;
    text-decoration: none;
}
.head .nav li:hover a .b_nav a{
    color: #736e71;
}
.head .nav li .b_nav a:hover{
    background:#df293c;
    color: #fff
}


.head.in_headon{
    background:none;
}
.head.in_headon .img1{
    display: none;
}
.head.in_headon .img2{
    display: inline-block;
}
.head.in_headon .nav li a{
    color: #4c4c4c;
}
.head.in_headon .nav li:hover a{
    color: #c81528;
}
.head.in_headon .nav li:hover a.b_nav a{
    color: #fff;
}
.head.in_headon .nav li .b_nav a{
    color: #fff;
}
.head.in_headon .f_link p{
    color: #333333;
}

.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
display: block;
    height: 2px;
    background: #666;
    margin: 7px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 29px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    width: 100%;
    height: calc(100vh - 62px);
    /* background: rgba(0,0,0,0.8); */
    background: #2f2c47;
    position: absolute;
    right: 0;
    top: 62px;
    z-index: 999999;
    transform: translateX(200%);
    transition: 0.7s;
    padding:20px 0px;
    /*display: none;*/
}
.mobileNav.on{
    transform: translateX(0%);
}
.mobileNav li {
    line-height: 40px;
}
.mobileNav li.li1{
    
}
.mobileNav li a.mnav_a{
    border-bottom: 1px solid #433e60;
    padding: 12px 0;
    width: 87%;
    margin: 0px 9%;
}
.mobileNav li.li1 a.mnav_a{
    background: url(../images/ico_nav.png) no-repeat right center;
}
.mobileNav li.on a.mnav_a{
    background: url(../images/ico_nav2.png) no-repeat right center;
    color: #485f85;
    border-bottom-color: #485f85;
}

.mobileNav li a{
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 36px;
}
.mobileNav li .b_nav2{
    display: none;
    padding: 10px 20px;
    background: #28253e;
    transition:all 0.7s;
    height: 0;
    overflow: hidden;
}
.mobileNav li .b_nav2 a{
    font-size: 13px;
    color: #aba6c7;
    padding: 0 0 0 15px;
    line-height: 32px;
}
.mobileNav li.on .b_nav2{
    display: block;
    height: auto;
    transition:all 0.7s;
}

@media(max-width: 1700px){
    .f_link{
        margin-left: 30px;
    }
    .nav li a{
        padding: 0 30px;
    }
}
@media(max-width: 1600px){
    .nav li a{
        padding: 0 20px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1360px){
    .head{
        padding:20px 30px;
    }
    .nav li a {
        padding: 0 15px;
    }
}
@media(max-width: 1259px){
    .head{
        padding:20px 2%;
    }

    .search,.f_link{
        display: none;
    }
    .languagea{
        margin-left: 20px;
    }
}
@media(max-width: 1024px){
    .languagea{
        display: none;
    }  
    .logo img{
        max-width: 200px;
    }  
    .nav li a{
        line-height: 45px;
        font-size:15px;
        padding: 0 8px;
    }
}
@media(max-width: 768px){
    .head{
        position:relative;
        background:#fff;
    }

    .menu-button{
        display: block;
    }
    .menu-button{
        top:12px;
    }
    .languagea{
        display: block;
        margin: 5px 55px 0 0;
    }
    .languagea_img{
        line-height: 1em;
    width: 24px;
    margin-top: 4px;
    }
    .languagea_list{
        top:40px;
    }
    .nav{
        display: none;
    }
    .head .img1{
        display:none;
    }
    .head .img2{
        display:block;
    }
}
@media(max-width: 640px){
    .logo{
        width: 50%;
    }
    .logo img{
        margin: 3px 0px 2px 6px;
    max-width: 90%;
    } 
    .menu-button{
            top: 11px;
    }
    .mobileNav {
        top:55px;
        height: calc(100vh - 55px);
    }
    .mobileNav li{

    }
    .mobileNav li a{
        font-size: 16px; 
    }

}
#swiper-container1 a{
    height: 100%
}

.service-wrap1{
    /*background:url(../images/bg1.jpg) no-repeat;*/
    /*background-size: cover;*/
    position: relative;
    overflow: hidden;
}
.container{
    max-width: 1400px;
    width: 92%;
    margin: 0 auto;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(120,0,5,0.4);
    opacity: 1;
    transition: all 2s 1s;
}
.service-wrap1 .container{
    /*position: relative;*/
    /*z-index: 9;*/
    /*text-align: center;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    max-width: 100%;
}
#swiper-container1{

}
/*#swiper-container1 .swiper-slide:nth-child(1) img.img1{*/
/*    display: none;*/
/*}*/
#swiper-container1 .swiper-slide{
    height: 100vh;   
}
#swiper-container1 .swiper-slide img.img1{
    display: block;
    position: relative;
    z-index: 999;
    transition: 1.3s 0.2s;
    transform: translateX(-30%);
    margin-top:15%;
    opacity: 0;

}

#swiper-container1 .swiper-slide.sw1_1.swiper-slide-active img.img1{
    transform: translateX(30%);
    opacity: 1;
}
#swiper-container1 .swiper-slide.sw1_2 img.img1{
    transform: translateX(0%);
}
#swiper-container1 .swiper-slide.sw1_2.swiper-slide-active img.img1{
    transform: translateX(30%);
    opacity: 1;
}
#swiper-container1 .swiper-slide.sw1_3 img.img1{
    transform: translateX(0%);
    margin-top:10%;
    /*margin-left: 50%;*/
}
#swiper-container1 .swiper-slide.sw1_3.swiper-slide-active img.img1{
    transform: translateX(30%);
    opacity: 1;
}
#swiper-container1 .swiper-slide.sw1_4 img.img1{
    transform: translateX(0%);
    margin-top:10%;
    margin-left: 50%;
}
#swiper-container1 .swiper-slide.sw1_4.swiper-slide-active img.img1{
    transform: translateX(-170px);
    opacity: 1;
    margin-left: 50%;
    margin-top:10%;
}
#swiper-container1 .swiper-slide.sw1_5 img.img1{
    transform: translateX(0%);
    margin-top:10%;
    margin-left: 50%;
}
#swiper-container1 .swiper-slide.sw1_5.swiper-slide-active img.img1{
    transform: translateX(-170px);
    opacity: 1;
    margin-left: 50%;
    margin-top:10%;
}
#swiper-container1 .swiper-slide img.img2{
    /*height: 100vh;*/
    /*width: 100%;*/
    opacity: 0;
    display: none;
}
.service-wrap1 .index_arrowIconBox{
    top:55%;
    margin-top:0px;
    z-index: 999;
}
.service-wrap1 .index_arrowLeft{
    float: left;
    margin-left: 5%;
}
.service-wrap1 .index_arrowRight{
    float: right;
    margin-right: 5%;
}
.service-wrap1 h3{
    font-size:60px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 40px;
}
.service-wrap1 .bg{
    z-index: 99;
}

@media(max-width: 1600px){
    .service-wrap1 h3{
        font-size:40px;
    }
    #swiper-container1 .swiper-slide:nth-child(1).swiper-slide-active img.img1{
        transform: translateX(30%);
    }
    #swiper-container1 .swiper-slide:nth-child(2).swiper-slide-active img.img1{
        transform: translateX(30%);
    }
    #swiper-container1 .swiper-slide:nth-child(3).swiper-slide-active img.img1{
        transform: translateX(30%);
        /*margin-left: 50%;*/
        margin-top:15%;
    }
    #swiper-container1 .swiper-slide:nth-child(4).swiper-slide-active img.img1{
        transform: translateX(-170px);
        margin-left: 50%;
        margin-top:15%;
    }
    #swiper-container1 .swiper-slide:nth-child(5).swiper-slide-active img.img1{
        transform: translateX(-170px);
        margin-left: 50%;
        margin-top:15%;
    }
}
@media(max-width: 1440px){
    .service-wrap1 h3{
        font-size:36px;
    } 
    /*#swiper-container1 .swiper-slide:nth-child(2).swiper-slide-active img.img1{*/
    /*    transform: translateX(160%);*/
    /*}*/
}
@media(max-width: 1259px){
    .service-wrap1 h3 {
        font-size: 30px;
    }   
    .container{
        width: 96%;
    } 
    /*#swiper-container1 .swiper-slide:nth-child(2).swiper-slide-active img.img1{*/
    /*    transform: translateX(120%);*/
    /*}*/
}
@media(max-width: 1024px){
    /*.service-wrap1{*/
    /*    padding:120px 0 60px;*/
    /*}*/

}
@media(max-width: 860px){
    /*#swiper-container1 .swiper-slide:nth-child(2).swiper-slide-active img.img1{*/
    /*    transform: translateX(100%);*/
    /*}*/
}
@media(max-width: 768px){
    #swiper-container1 .swiper-slide{
        height:100%;
    }
    .service-wrap1 h3 {
        font-size: 26px;
    } 
    /*#swiper-container1 .swiper-slide:nth-child(2).swiper-slide-active img.img1{*/
    /*    transform: translateX(80%);*/
    /*}*/
}
@media(max-width: 767px){
    /*.service-wrap1{*/
    /*    padding:80px 0;*/
    /*}*/
    .service-wrap1 h3 {
        font-size: 20px;
    }  
    .service-wrap1 .img img{
        max-width:160px;
    }
    #swiper-container1 .swiper-slide{
        padding:30px 0;
    }
    /*#swiper-container1 .swiper-slide img.img2{*/
    /*    width:100%;*/
    /*    height:300px;*/
    /*}*/
    #swiper-container1 .swiper-slide img.img1{
        max-width: 220px;
        transform: translateX(15%);
        margin-top:5%!important;
    }
    #swiper-container1 .swiper-slide:nth-child(1).swiper-slide-active img.img1{
        transform: translateX(15%);
    }
    /*#swiper-container1 .swiper-slide:nth-child(2).swiper-slide-active img.img1{*/
    /*    transform: translateX(50%);*/
    /*}*/
    #swiper-container1 .swiper-slide:nth-child(2).swiper-slide-active img.img1 {
        transform: translateX(15%);
    }    
    #swiper-container1 .swiper-slide:nth-child(3).swiper-slide-active img.img1{
        transform: translateX(15%);
        
    }
    #swiper-container1 .swiper-slide:nth-child(4).swiper-slide-active img.img1{
        transform: translateX(15%);
        margin-left:0;
        /*margin-top:5%!important;*/
    }
    #swiper-container1 .swiper-slide:nth-child(5).swiper-slide-active img.img1{
        transform: translateX(-110px);
        /*margin-top:5%!important;*/
    }
}
@media(max-width: 640px){
    /*#swiper-container1 .swiper-slide img.img1{*/
    /*    max-width: 150px;*/
    /*}    */
}

.service-wrap2{
    background:url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.fw_list{
    position: relative;
    z-index: 9;
    margin-left:165px;
    margin-top: 80px;
    max-width: 610px;
    display: flex;
    flex-wrap: wrap;
    border-left:1px solid rgba(255,255,255,.2);
}
.fw_list a.items2{
    opacity: 0;
}
.fw_list a.items{
    display: block;
    width: 203px;
    height: 203px;
    border-right:1px solid rgba(255,255,255,.2);
    border-bottom:1px solid rgba(255,255,255,.2);
    color: #fff;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    position: relative;
    overflow:hidden;
}
.fw_list a.items:nth-child(1),.fw_list a.items:nth-child(2),.fw_list a.items:nth-child(5),.fw_list a.items:nth-child(9){
    border-top:1px solid rgba(255,255,255,.2);
}
.fw_list a.items h2{
    font-size:18px;

}
.fw_list a.items .xs{
    position: absolute;
    top:0%;
    left:0;
    width: 100%;
    height: 100%;
    background:#c81528;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    text-align: left;
    padding-left: 20px;
    transition: all 0.4s ease-out;
    transform: translateY(101%);
}
.fw_list a.items .xs h3{
    font-size:24px;
}
.fw_list a.items .xs p{
    font-size:14px;
    line-height: 1.4em;
}
.fw_list a.items .xs span{
    font-size:14px;
    display: block;
    margin-top:25px;
}
.fw_list a.items:hover .xs{
    display: flex;
    transition: all 0.4s;
    transform: translateY(0);
}
.fw_text{
    position: absolute;
    top:50%;
    left:710px;
    z-index: 10;
    color: #fff;
    max-width: 575px;
    margin-top:-190px;
}
.fw_text h2{

}
.fw_text h2 span{
    font-size:30px;
    display: inline-block;
    border-bottom: 2px solid #c81528;
    padding-bottom: 5px;
    margin-bottom: 35px;
}
.fw_text p{
    font-size:44px;
    font-weight: 600;
    line-height: 1.4em;
}
@media(max-width: 1600px){
    .fw_text h2 span{
        font-size:26px;
    }
    .fw_list a.items .xs h3{
        font-size:20px;
    }
    .fw_list a.items h2 {
    font-size: 16px;
    line-height: 50px;
}
        .fw_list a.items {
    width: 180px;
    height: 180px;
        padding: 26px 0 0 0;
}
    .fw_text p{
        font-size:36px;
    }
}
@media(max-width: 1440px){
    .fw_list a.items .xs h3{
    font-size:18px;
}
     .fw_list a.items h2 {
    font-size: 14px;
    line-height: 50px;
}
        .fw_list a.items {
    width: 160px;
    height: 160px;
        padding: 18px 0 0 0;
}
    .fw_text p{
        font-size:32px;
    }    
}
@media(max-width: 1259px){
    .fw_text{
        left:650px;
    }
    .fw_text p {
        font-size: 26px;
    }
    .fw_list a.items .xs h3 {
        font-size: 20px;
    }
}
@media(max-width: 1024px){
    .service-wrap2{
        padding:60px 0;
    }
    .fw_text {
        position: relative;
        left: 0px;
        top:0;
        margin-top:0px;
        margin-bottom:30px;
        padding:0 30px;
    }  
    .fw_text h2 span{
        margin-bottom:20px;
    }
    .fw_text p {
        font-size: 22px;
    }  
    .fw_list{
        margin-left: 30px;
        border-top: 1px solid rgba(255,255,255,.4);
        border-left: 1px solid rgba(255,255,255,.4);
        max-width: 641px;
    }
    .fw_list a.items{
        width: 160px;
        height: 160px;
        border-right: 1px solid rgba(255,255,255,.4);
        border-bottom: 1px solid rgba(255,255,255,.4);
        border-top:none!important;
        border-left:none!important;
    }
    .fw_list a.items2{
        display: none;
    }
}
@media(max-width: 768px){

    .fw_text p{
        font-size:18px;
    }
    .fw_list a.items .xs{
        padding:10px;
    }
    .fw_list a.items .xs h3 {
        font-size: 16px;
    }
    .fw_list a.items .xs span {
        margin-top: 10px;
    }
    .fw_text h2 span{
        font-size:22px;
    }
}
@media(max-width: 640px){
    .service-wrap2 {
        padding: 30px 0;
    }
    .fw_text{
        padding:0 2%;
        margin-bottom:20px;
    }
    .fw_text h2 span {
        margin-bottom: 10px;
    }
    .fw_text p{
        font-size:16px;
    }
    .fw_list{
        max-width: 96%;
        margin-left: 2%;
    }
    .fw_list a.items {
        width: 33.333%;
        height: 110px;
    }
    .fw_list a.items .img img{
        max-height: 40px;
    }
    .fw_list a.items h2 {
        font-size: 15px;
        margin-top:5px;
    }
    .fw_list a.items .xs h3 {
        font-size: 14px;
        line-height: 1.6em;
    }
}
.active2.section{
    z-index: 99;
}

.service-wrap3{
    background:url(../images/bg3.jpg) no-repeat top center;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}
.service-wrap3 h2{
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9;
}
.service-wrap3 h2 span{
    font-size:30px;
    display: inline-block;
    border-bottom: 2px solid #c81528;
    padding-bottom: 5px;
    margin-bottom: 190px;
}
.index_about{
    width: 100%;
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateY(1000px);   
    background:url(../images/bj1.png) no-repeat top center; 
    padding:110px 0 70px;
    transition: all 1.6s ease-out;
}
.index_about h3{
    font-size:50px;
    color: #333;
    line-height: 1.4em;
    width: 50%;
    float: left;
    padding-top:30px;
}
.index_about h3 span{
    display: block;
}
.index_about .text{
    width: 50%;
    float: right;
    padding-left: 20px;
}
.index_about .text h4{
    font-size:16px;
    color: #333;
}
.index_about .text p{
    font-size:15px;
    color: #6c6c6c;
    padding:10px 0 50px;
}
.index_about .text a{
    display: block;
    font-size:14px;
    color:#c81528;
    width: 160px;
    line-height: 40px;
    height: 40px;
    border:2px solid #c81528;
    text-align:center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.index_about .text a:hover{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background:#c81528;
    color: #fff;
}
.active.service-wrap3 .index_about {
    transition: all 1.6s;
    transform: translateY(0);
}
@keyframes sec2_box{
    0% {
         transform: translateY(1000px);
    }
    /*50% {
        transform: translateY(400px);
    }*/
    /*60% {
        transform: translateY(400px);
    }*/
    100% {
         transform: translateY(0);
    }
}
@keyframes sec2_d1{
    0% {
          opacity:1;
    }
    50% {
         opacity:0.8;
    }
    60% {
         opacity:0.5;
    }
    100% {
          opacity:0;
    }
}

@media(max-width: 1600px){
    .index_about h3{
        font-size:40px;
    }
    .service-wrap3 h2 span{
        font-size:26px;
    }
}
@media(max-width: 1440px){
    .index_about h3{
        font-size:32px;
    }    
}
@media(max-width: 1259px){
    .index_about{
        padding::70px 0 50px;
    }
    .index_about h3{
        width: 40%;
        font-size:26px;
    }
    .index_about .text{
        width: 60%;
    }
    .index_about .text p {
        padding: 10px 0 30px;
    }
    .index_about .text a{
        width: 120px;
    }
}
@media(max-width: 1024px){
    .service-wrap3{
        padding:60px 0 0;
    }
    .service-wrap3 h2 span{
        margin-bottom:40px;
    }
    .index_about{
        position: relative;
        transform: translateY(0px);
        padding:50px 0;
    }

}
@media(max-width: 768px){
    .index_about{
        padding:30px 0;
    }
    .index_about h3{
        width: 100%;
        font-size:22px;
        float: none;
        margin-bottom:10px;
        padding-top: 10px;
    }
    .index_about .text {
        width: 100%;
        float: none;
        padding-left: 0px;
    }
    .index_about .text p {
        padding: 0px 0 20px;
    }
    .service-wrap3 h2 span{
        font-size:22px;
    }
}
@media(max-width: 640px){
    .service-wrap3 {
        padding: 30px 0 0;
    }
    .service-wrap3 h2 span {
        margin-bottom: 20px;
    }
    .index_about h3{
        font-size:18px;
    }
    .index_about .text a{
        width: 100px;
    }
}


.service-wrap4{
    background: #efefef;
    position: relative;
    overflow: hidden;
}
.service-wrap4 .cont {
    position: relative;
    margin-top: 80px;
}
/*首页轮播左右箭头*/
.index_arrowIconBox {position: absolute; top: 100%; padding: 40px 0 0; left: 0; text-align: center; width: 100%;  z-index: 100;}
.index_arrowIcon {
    display: inline-block; 
    width: 44px; 
    height: 44px; 
    background-repeat: no-repeat; 
    background-position: center; 
    background-color: #999; 
    border-radius: 100%; 
    vertical-align: top;
}
.index_arrowLeft {background-image: url(../images/left1.png); margin-right: 10px;}
.index_arrowRight {background-image: url(../images/right1.png); margin-left: 10px;}
.index_arrowIcon.active {background-color: #c81528; cursor: pointer;}

.service-wrap4 .index_arrowIconBox {padding: 30px 200px 0 200px; text-align: center;}
.service-wrap4 .swiper-container {
    padding-left: 200px;
    cursor: url(../images/td.png),auto;
}
.service-wrap4 .swiper-slide{
    padding-right: 40px;
}
.service-wrap4 .swiper-slide a{
    display: block;
    position: relative;
}
.tr_sc{
    overflow: hidden;
    max-height:350px;
}
.service-wrap4 .service-wrap3_a {display: block; background-color: #fff; position: relative; width: 100%; height: 100%; }
.service-wrap4 .index_newslide {width: 680px;}
.section3_label {color: #fff; line-height: 22px; padding: 25px 40px; position: absolute; left: 0; top: 0; z-index: 10;}
.index_newsbox {padding: 26px 40px;    background:#fff;}
.index_newstime {color: #666; font-size: 12px; line-height: 1.1; margin-bottom: 23px;}
.index_newstime b {font-weight: lighter; display: block; font-size: 48px;}
.index_newstime span {font-weight: bold; display: block;}
.in_newtit {font-size: 20px; line-height: 32px; height: 64px; overflow: hidden;  font-weight: bold;}
.in_newintro {line-height: 20px; height: 60px; overflow: hidden; }
.index_newscon .in_newtit {
    float: left; 
    width: 50%; 
    padding-right: 50px;
    font-size:18px;
    color: #333;
}
.index_newscon .in_newintro {float: left; width: 50%; padding-left: 10px;}
.service-wrap4 .index_lawslide .section3_a {background: #0a3c85 url(../images/index_newspic2.jpg) center no-repeat; background-size: cover; color: #fff;}
.index_lawsbox {text-align: center; padding: 143px 60px 0;}
.index_lawsbox .in_newtit {line-height: 36px; height: 72px;}
.index_honorslide .in_newtit {margin: 8px 0 30px;}
.service-wrap4 .swiper-slide a:hover .index_newscon .in_newtit {
    color: #c81528;
}
@media(max-width: 1600px){
    .index_newsbox {
        padding: 20px 30px;
    }
}
@media(max-width: 1440px){
    .index_newscon .in_newtit{
        font-size:16px;
    }
    .tr_sc{
        max-height:320px;
    }
}
@media(max-width: 1259px){
    .tr_sc{
        max-height:300px;
    }     
}
@media(max-width: 1024px){
    .tr_sc{
        max-height:250px;
    }
    .service-wrap4{
        padding-bottom: 30px;
    }
    .service-wrap4 .cont{
        margin:60px 0 100px;
    }
    .service-wrap4 .swiper-container{
        padding-left: 0;
    }
    .service-wrap4 .index_newslide{
        max-width: 500px;
    }
    .index_newsbox {
        padding: 20px 20px;
    }
    .index_newstime b{
        font-size:36px;
    }
}
@media(max-width: 768px){
    .service-wrap4 .cont {
        margin: 50px 0;
    }
    .tr_sc{
        max-height:220px;
    }
}
@media(max-width: 640px){
    .service-wrap4{
        padding-bottom: 0;
    }
    .service-wrap4 .cont {
        margin: 0px 2% 30px;
        width: 96%;
    }  
    .service-wrap4 .swiper-slide{
        padding-right: 0;
    }  
    .service-wrap4 .index_newslide{
        max-width: 100%;
        width: auto;
    }  
    .index_newsbox {
        padding: 15px 10px;
    }
    .index_newstime b{
        font-size:24px;
    }
    .section3_label{
        padding: 15px 20px;
    }
    .index_newstime{
        margin-bottom:10px;
    }
    .index_newscon .in_newtit {
        float: none;
        width: 100%;
        padding-right: 0px;
        height: 32px;
        overflow:hidden;
    }
    .index_newscon .in_newintro {
        float: none;
        width: 100%;
        padding-left: 0px;
    }
    .index_arrowIconBox{
        display: none;
    }
}



.service-wrap5{
    background:url(../images/bg4.jpg) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
}
.service-wrap5 .container{
    position: relative;
    z-index: 9;
}
.service-wrap5 h2 span{
    font-size:30px;
    display: inline-block;
    border-bottom: 2px solid #c81528;
    padding-bottom: 5px;
    margin:25px 0 40px;
}
.service-wrap5 h3{
    font-size:44px;
    line-height: 1.4em;
}
.service-wrap5 a{
    display: block;
    font-size:14px;
    color:#fff;
    width: 160px;
    line-height: 40px;
    height: 40px;
    border:2px solid #fff;
    text-align:center;
    margin:60px auto 0;
        transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.service-wrap5 a:hover{
    background:#c81528;
    border: 2px solid #c81528;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.bg2{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    background:url(../images/bj2.png) no-repeat top center;
    background-size: cover;
    height: 124px;
    overflow: hidden;
    transform: translateY(300px);
    opacity: 0;
    transition: all 0.3s;
    z-index: 2;
}
.service-wrap5.active .bg2 {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.3s 0.8s;
}
@media(max-width: 1600px){
    .service-wrap5 h3{
        font-size:40px;
    }
    .service-wrap5 h2 span{
        font-size:26px;
    }
}
@media(max-width: 1440px){
    .service-wrap5 h3{
        font-size:32px;
    }    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .service-wrap5{
        padding:60px 0;
    }
    .service-wrap5 h3{
        font-size:26px;
    }
}
@media(max-width: 768px){
    .service-wrap5 h2 span{
        font-size:22px;
    }    
}
@media(max-width: 640px){
    .service-wrap5 {
        padding: 30px 0;
    } 
    .service-wrap5 .container img{
        max-width: 80px;
    }
    .service-wrap5 h2 span {
        margin: 20px 0 20px;
    }
    .service-wrap5 h3 {
        font-size: 20px;
    }
    .service-wrap5 a {
        margin: 30px auto 0;
        width: 120px;
    }



}




.service-wrap6{
    background:url(../images/bg4.jpg) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.service-wrap6 .box {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateY(0px);
}
.service-wrap6 h2{
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 9;
}
.service-wrap6 h2 span{
    font-size:30px;
    display: inline-block;
    border-bottom: 2px solid #c81528;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.service-wrap6 .text{
    width: 360px;
    padding:20px 10px;
    margin:0 auto;
    color: #fff;
    position: relative;
    z-index: 9;
    text-align: center;
    background:#c81528;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.service-wrap6 .text:hover{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background:#083a81;
}

.service-wrap6 .text p{
    font-size:30px;
    color: #fff;
    font-weight: bold;
    line-height: 1.6em;
}
.bg3{
    transition: all 3s 5s;
    position: relative;
    background: url(../images/bj3.png) top center no-repeat;
    box-sizing: border-box;
    padding-top: 95px;
    transform: translateY(0);
    opacity: 1;
    z-index: 9;
}
.footer {
    background-color: #efefef; 
}
.foot_top {padding: 60px 0px 40px;}
.foot_top .container{
    /*padding:0 85px;*/
}
.foot_logo {padding: 0 0 40px 20px;}
.foot_navbox {padding: 0px 0px;}
.foot_nav {
    float: left; 
    width: 30%; 
    box-sizing: border-box;
}
.foot_nav .li {
    float: left; 
    width: 23.5%; 
    box-sizing: border-box; 
    line-height: 30px; 
    padding: 0 10px 0 0;
    margin-right: 2%;
}
.foot_nav .li:last-child{
    margin-right: 0;
}
.foot_nav .li a {
    display: block;
    text-align: center;
    font-size:15px;
    color: #333;
}
.foot_nav .li .olli a{
    font-size:12px;
    color: #666666;
}
.foot_nav .tit {font-weight: bold;}
.foot_ewm {
    float: right; 
    width: 70%; 
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.foot_ewm li{
    width: 15%;
    margin:0 2% 0 0;
    text-align: center;
}
.foot_ewm li:last-child{
    margin-right: 0;
}
.foot_ewm li a{
    display: block;
}
.ewm_pic {padding: 8px 0;}
.ewm_pic img {max-width: 100%;}
.foot_ewm .ewm_tit {
    /*font-weight: bold; */
    font-size: 12px; 
    line-height: 16px; 
    color: #333; 
    padding: 3px 0; 
    letter-spacing: 1px;
}
.foot_btm {background-color: #808080; padding: 15px 0; line-height: 24px; color: #fff;}
.foot_btm a {color: #fff;}
.foot_btm a:hover {opacity: 0.7;}
.foot_copy {float: left; width: 50%; box-sizing: border-box; padding: 0 10px 0 80px; font-size: 12px;}
.foot_link {float: right; font-weight: lighter; padding-right: 70px;}
.foot_ul {float: left;}
.foot_ul .li {float: left; padding: 0 10px; position: relative;}
.foot_ul .li:after {content: ""; position: absolute; left: 0; top: 9px; width: 1px; height: 8px; background: #597bab;}
.foot_ul .li:first-child:after {display: none;}
.foot_jszc {float: left; padding: 0 10px; position: relative;}
.foot_jszc:after {content: ""; position: absolute; left: 0; top: 9px; width: 1px; height: 8px; background: #597bab;}

.service-wrap6 .footer {background: transparent;}

@media(max-width: 1600px){
    .service-wrap6 .text p{
        font-size:24px;
    }
    .foot_copy{
        width: 65%;
    }
    .service-wrap6 h2 span{
        font-size:26px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .service-wrap6{
        padding:50px 0 0;
    }
    .service-wrap6 .bg{
        display: none;
    }
    .service-wrap6 .box{
        position: relative;
    }
    .foot_top .container{
        padding:0;
    }
    .foot_btm{
        text-align: center;
    }
    .foot_copy{
        padding:0;
        width: 100%;
        float: none;
    }
    .foot_link{
        padding:0;
        width: 100%;
    }
}
@media(max-width: 768px){
    .service-wrap5 h2 span{
        font-size:22px;
    }    
}
@media(max-width: 767px){
    .service-wrap6 {
        padding: 30px 0 0;
    }
    .service-wrap6 .bg3{
        padding:30px 0 5px;
        background:none;
    }
    .service-wrap6 h2 span{
        margin-bottom:20px;
    }
    .service-wrap6 .text{
        width: 260px;
    }
    .service-wrap6 .text p{
        font-size:20px;
    }
    .foot_top{
        display: none;
    }
}



/*----- 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_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top:80px;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner h2{
    font-size: 70px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    font-weight: normal;
}
.sort1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background:#e9eef7;
    padding-top: 24px;
}
.sort1 li{
    margin:0 70px;
}
.sort1 li a{
    display: block;
    text-align: center;
}
.sort1 li a .img{
    display: block;
    width: 39px;
    height: 39px;
    overflow:hidden;
    position: relative;
    margin:0 auto;
}
.sort1 li a .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
    transition: all 0.3s ease-out;
}
.sort1 li a p{
    font-size:14px;
    color: #333333;
    font-weight: bold;
    line-height: 1em;
    padding:10px 0 17px;
    position: relative;
    display: inline-block;
    border-bottom: 3px solid #e9eef7;
}
.sort1 li a:hover .img img{
    top:-39px;
    transition: all 0.3s;
}
.sort1 li a:hover p{
    color: #c81528;
    border-bottom: 3px solid #c81528;
}
.sort1 li.on a .img img{
    top:-39px;
    transition: all 0.3s;
}
.sort1 li.on a p{
    color: #c81528;
    border-bottom: 3px solid #c81528;
}
.n_container{
    width: 92%;
    max-width: 1360px;
    margin:0 auto;
}
@media(max-width: 1600px){
    .n_banner h2{
        font-size:50px;
    }
}
@media(max-width: 1440px){
    .n_banner{
        padding-top:90px;
    }
    .n_banner h2{
        font-size:42px;
    }
    .sort1 li{
        margin: 0 50px;
    }

}
@media(max-width: 1259px){
    .n_banner{
        padding-top:80px;
    }
    .sort1 li {
        margin: 0 30px;
    }    
    .n_container{
        width: 96%;
    }
    .n_banner h2{
        font-size:32px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .n_banner{
        padding-top:0px;
    }
    .n_banner img {
        width: 100%;
        /*margin: 0px -70px;*/
    }
    .n_banner {
    /*width: 190%;*/
    /*left: -45%;*/
    }
    .sort1 li a .img {
        display: block;
        width: 28px;
        height: 28px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }
    .sort1 li.on a .img img {
        top: -28px;
        transition: all 0.3s;
    }
    .sort1 li a p {
        font-size: 12px;
        color: #333333;
        font-weight: 900;
        line-height: 1em;
        padding: 10px 0 17px;
        position: relative;
        display: inline-block;
        border-bottom: 3px solid #e9eef7;
    }
    .head {
        padding: 10px 2%;
    }
    .sort1 li {
        margin: 0 15px;
    }  
    .n_banner h2{
        font-size:26px;
    }  
}
@media(max-width: 640px){
    .head {
        padding: 7px 2%;
    }
    .n_banner h2{
        font-size:22px;
        /*padding-top:5%;*/
    }
    .sort1{
        padding-top:15px;
    }
    .sort1 li {
        margin: 0 0px;
        width: 33.333%;
        margin-bottom:15px;
    } 
    .sort1 li a p{
        padding:10px 0;
    }    
}


/*服务领域*/
.fw1{
    padding:110px 0 95px;
}
.fw1_text{
    max-width: 740px;
    width: 55%;
    float: left;
}
.fw1_text h2{
    font-size:50px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 30px;
}
.fw1_text p{
    font-size:16px;
    color: #4c4c4c;
}
.fuwu_tel{
    max-width: 520px;
    width: 45%;
    float: right;
    background:url(../images/fw_bj1.png) no-repeat center;
    background-size: cover;
    border-radius: 5px;
    overflow:hidden;
    padding:55px 50px 40px;
}
.fuwu_tel h3{
    font-size:28px;
    color: #4c4c4c;
    font-weight: normal;

}
.fuwu_tel p{
    display: inline-block;
    border-top:1px solid #cccccc;
}
.fuwu_tel p strong{
    font-size:14px;
    color:#333;
}
.fuwu_tel p em{
    font-style: normal;
    font-size: 32px;
    color: #c81528;
    font-weight: 'Bahnschrift';
    font-weight: bold;
}
.fw2{
    background:url(../images/fw_bg1.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding:120px 0;
}
.fw2 .n_container{
    background:rgba(200,21,40,.8);
    padding:80px 0 60px;
    display: flex;
    flex-wrap: wrap;
}
.fw2 .n_container h2{
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    font-size:42px;
    font-weight: normal;
    width: 32%;
    line-height: 1.5;
}
.fw2 .n_container .text1{
    width: 68%;
    display: flex;
    flex-wrap: wrap;
}
.fw2 .n_container .text1 p{
    width: 50%;
    margin-bottom: 30px;
    font-size:16px;
    color: rgba(255,255,255,.6);
    padding-left: 10px;
    position: relative;
    transition: all 0.3s ease-out;
    max-width: 330px;
    padding-right:15px
}
.fw2 .n_container .text1 p:before{
    content:'';
    position: absolute;
    left:0;
    top:15px;
    /*margin-top:-2.5px;*/
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background:rgba(255,255,255,.6);
    transition: all 0.3s ease-out;
}
.fw2 .n_container .text1 p.p1{
    padding-left: 0;
}
.fw2 .n_container .text1 p.p1:before{
    display: none;
}
.fw2 .n_container .text1 p:hover{
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    transition: all 0.3s;
}
.fw2 .n_container .text1 p:hover:before{
    left:1px;
    margin-top:-0.5px;
    height: 1px;
    border-radius: 0%;
    background:rgba(255,255,255,1);
    transition: all 0.3s;
}
.fw3{
    padding:80px 0 70px;
    display: none;
}
.fw_tit1{
    text-align: center;
    font-size:50px;
    color: #333;
    line-height: 1em;
    margin-bottom: 50px;
}
#td-swiper{
    padding-bottom: 70px;
}
.swiper-slide a{
    display: block;
    border-radius: 5px;
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow:hidden;
}
#td-swiper .swiper-slide a img{
    transition: all 0.6s ease-out;
}
.swiper-slide a .text{
    position: absolute;
    left:0;
    bottom:0;
    padding:25px;
}
.swiper-slide a .text h3{
    font-size:26px;
    color: #fff;
    font-weight: normal;
}
.swiper-slide a .text p{
    font-size:12px;
    color: #b2b2b2;
}
#td-swiper .swiper-pagination{
    bottom:0;
}
#td-swiper .swiper-pagination span.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#c81528;
    margin:0 10px;
    opacity: 1;
}
#td-swiper .swiper-pagination span.swiper-pagination-bullet-active{
    width: 40px;
    border-radius: 12px;
}
#td-swiper .swiper-slide a:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.fw4{
    background:#e4eaf5;
    padding:100px 0 90px;
    display: none;
}
.fw4 .text1{
    display: flex;
    flex-wrap: wrap;
}
.fw4 .text1 p{
    position: relative;
    padding: 13px 20px;
    width: 33.33%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
}

.fw4 .text1 p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #333;
}
.fw5{
    padding:85px 0 70px;
    display: none;
}
.xgal{

}
.xgal li{
    line-height: 28px;
    position: relative;
    margin-bottom: 20px;
}
.xgal li a{
    font-size: 16px;
    font-weight: bold;
    padding: 0 120px 0 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    color: #333;
}
.xgal li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #c7161c;
    width: 6px;
    height: 2px;
}
.xgal li span{
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Conv_DINPro-Light';    
}
.xgal li a:hover{
    color: #c7161c;
}
.social_btmbox{
    background:url(../images/fw_bg2.jpg) no-repeat center;
    background-size: cover;
}
.social_btm {display: table; width: 100%; box-sizing: border-box; height: 260px; padding: 20px 0;}
.social_btmtit {display: table-cell; vertical-align: middle; line-height: 24px;}
.social_btmtit h2 {font-size: 48px; line-height: 60px; font-weight: lighter; margin: 20px 0;}
.social_btmtit strong {display: inline-block; padding-right: 96px; overflow: hidden; position: relative;}
.social_btmtit strong::after {content: ""; position: absolute; top: 50%; background-color: #666; width: 80px; height: 1px; margin-left: 16px;}
@media(max-width: 1600px){
    .fw1 {
        padding: 60px 0;
    }
    .fw1_text h2{
        font-size:36px;
    }  
    .fw1_text p{
        font-size:15px;
    }  
    .fuwu_tel{
        padding:40px 35px ;
    }
    .fuwu_tel h3{
        font-size:24px;
    }
    .fuwu_tel p em{
        font-size:26px;
    }
}
@media(max-width: 1440px){
    .fw2{
        padding:70px 0;
    }
    .fw2 .n_container{
        padding:50px 0;
    }
    .fw2 .n_container h2{
        font-size:36px;
    }
    .fw2 .n_container .text1 p{
        margin-bottom:20px;
    }
    .fw3{
        padding:70px 0;
    }
    .fw_tit1{
        font-size:36px;
    }
    .swiper-slide a .text h3{
        font-size:22px;
    }
    .fw4{
        padding:70px 0;
    }
    .fw4 .text1 p{
        font-size:15px;
        padding: 10px 15px;
    }
    .fw4 .text1 p:before{
        width: 4px;
        height: 4px;
        top: 19px;
    }
    .fw5 {
        padding: 70px 0 ;
    }
    .social_btmtit h2{
        font-size:32px;
    }
}
@media(max-width: 1259px){
    .fw1_text{
        width: 52%;
    }
    .fw1_text h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .fuwu_tel {
        padding: 40px 25px;
    }
    .fuwu_tel p em {
        font-size: 22px;
    }
    .fw2 {
        padding: 50px 0;
    }
    .fw2 .n_container {
        padding: 30px 0;
    }
    .fw2 .n_container h2 {
        font-size: 30px;
        width: 26%;
    }
    .fw2 .n_container .text1{
        width: 74%;
    }
    .fw_tit1{
        font-size:30px;
        margin-bottom: 40px;
    }
    .swiper-slide a .text h3 {
        font-size: 20px;
    }
    .fw5 {
        padding: 50px 0;
    }
    .xgal li a{
        font-size:15px;
    }
    .social_btm{
        height: 200px;
    }
    .social_btmtit h2 {
        font-size: 24px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .fw1_text h2{
        font-size:24px;
    }
    .fuwu_tel {
        padding: 20px 20px 25px;
    }
    .fuwu_tel h3 {
        font-size: 20px;
    }
    .fuwu_tel p em {
        font-size: 18px;
    }
    .fw2 .n_container h2{
        font-size:26px;
    }
    .fw_tit1 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .swiper-slide a .text{
        padding:15px;
    }
    .fw3,.fw4 {
        padding: 50px 0;
    }
    .social_btm {
        height: 150px;
    }

}
@media(max-width: 767px){
    .fw1,.fw2,.fw3,.fw4,.fw5{
        padding: 30px 0;
    } 
    .fw1_text {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    } 
    .fw1_text h2 {
        margin-bottom: 10px;
    }
    .fuwu_tel{
        float: none;
        width: 100%;
    }  
    .social_btmtit h2 {
        font-size: 20px;
    }
    .fw2 .n_container {
        padding: 20px 15px;
    }
    .fw2 .n_container h2{
        width: 100%;
        font-size:24px;
        margin-bottom:10px;
    }
    .fw2 .n_container .text1 {
        width: 100%;
    }
    .fw2 .n_container .text1 p{
        font-size:15px;
        margin-bottom:0;
        width: 100%;
    }
    .swiper-slide a .text h3 {
        font-size: 18px;
    }
    #td-swiper {
        padding-bottom: 45px;
    }
    #td-swiper .swiper-pagination span.swiper-pagination-bullet-active{
        width: 25px;
    }
    .fw4 .text1 p{
        width: 100%;
        margin-right: 0%;
        padding:5px 15px;
    }
    .fw4 .text1 p:before{
        top:15px;
    }
    .fw_tit1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .xgal li{
        margin-bottom:10px;
    }
    .social_btm {
        height: 60px;
    }
    .social_btmtit h2 {
        line-height: 30px;
        margin: 15px 0;
    }
}



#container{
    padding:85px 0 105px;
}
.album_list{
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin:0 auto;
}
.album_list li{
    width: 21.25%;
    margin-right: 5%;
    margin-bottom: 40px;
    /*background:#f3f5f9;*/
}
.album_list li:nth-child(4n){
    margin-right: 0%;
}
.album_list li a{
    display: flex;
    flex-wrap: wrap;
    /*padding:15px;*/
}
.album_list li a .img{
    overflow:hidden;
    text-align: center;
    /*width: 48%;*/
}
.album_list li a .img img{
    transition: all 0.6s ease-out;
}
.album_list li .text{
    /*width: 52%;*/
    /*padding:15px 3%;*/
    padding-top:10px;
    width: 100%;
}
.album_list li .text h2{
    font-size: 16px;
    color: #000000;
    margin: 26px 0 16px 4px;
    line-height: 1em;
}
.album_list li .text h2 span{
    font-size:14px;
    display: inline-block;
    padding-left: 20px;
    background:url(../images/icon1.png) no-repeat left center;
    margin-left: 30px;
}
.album_list li .text h4{
    font-size:14px;
    color:rgba(0,0,0,.6);
    font-weight: normal;
    line-height: 1.6em;
    margin-top:5px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;    
}
.album_list li .text h4 span{
    display: block;
}
.album_list li .text .cont{
    margin-top:30px;
}
.album_list li .text .cont h3{
    font-size:14px;
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 3px;
}
.album_list li .text .cont p{
    font-size:14px;
    color:rgba(0,0,0,.6);
    line-height: 1.8em;
}
.album_list li .text{
    
}

.album_head{
    background:url(../images/album_bg1.jpg) no-repeat right center;
    background-size: cover;
}
.site{
    font-size:14px;
    color: #808080;
    margin-top:15px;
}
.site a{
    font-size:14px;
    color: #808080;
}
.album1{
    position: relative;
    padding:115px 0 60px;
}
.album1_l{
    width: 50%;
}
.album1_l h2{
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
.album1_l h2 em{
    font-size:60px;
    display: inline-block;
    margin-right:70px;
    font-style:normal;
    line-height: 1.6em;
    position: relative;
}
.album1_l h2 em:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height:3px;
    background:#c81528;
}
.album1_l h2 span{
    font-size:16px;
    color: #666666;

}
.album1_l .text1 li{
    font-size:16px;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
}
.album1_l .text1 li strong{
    display: block;
    color: #333333;
    width: 78px;
}
.album1_l .text1 li div{
    color: #4c4c4c;
    padding-left: 10px;
    width: calc(100% - 78px);
    font-size: 14px;
}
.album1_r{
    width: 50%;
    position: absolute;
    right:0;
    bottom:0;
    text-align:center;
}
.album_detail{

}

.album_detail_l{
    width: 65%;
    float: right;
}
.album_detail_l .site2{
    padding: 5px 0 5px;
    margin-bottom: 35px;
}
.album_detail_l .text2{
    margin-bottom:40px;
}
.album_detail_l .text2 h2{
    font-size:22px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin-bottom:10px;

}
.album_detail_l .text2 h2 span{
    display: inline-block;
    border-bottom: 2px solid #c81528;
}
.album_detail_l .text2 p{
    font-size:16px;
    color: #333333;
}


.album_detail_r{
    float: left;
    width: 35%;
    padding-right: 11%;
}
.album_detail_r .img{
    
}
.album_detail_r h2{
    font-size:32px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin:30px 0 20px;

}
.album_detail_r h2 span{
    display: inline-block;
    border-bottom: 2px solid #c81528;
}
.album_detail_r p.p1{
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}
.album_detail_r .p2{
    font-size: 14px;
    color: #666;
}
.album_detail_r .p2 span,.album_detail_r p span{
    display: block;
    color: #333;
    font-weight: bold;
}
.album_detail_r p.p3{
    margin:20px 0;
}
.album_detail_r .p2 span,.album_detail_r p.p3 span,.album_detail_r p.p4 span{
    display: block;
    width: 70px;
    float: left;
}
.album_detail_r p em{
    font-style: normal;
    display: block;
    width: calc(100% - 70px);
    float: right;
}
.album_detail_r .p2 div{
    font-style: normal;
    display: block;
    width: calc(100% - 70px);
    float: right;    
}
.album_detail_r p.p4 em{
    padding-left: 20px;
    background:url(../images/icon1.png) no-repeat left center;
}
.album_detail_r .fuwu_tel{
    float: none;
    width: 100%;
    padding: 30px 25px;
    margin-top:95px;
    background: #e9eef7;
}
.album_detail_r .fuwu_tel p{
    line-height: 50px;
}
.album_detail_r .fuwu_tel p em{
    font-size: 26px;
}
@media(max-width: 1600px){
    #container {
        padding: 60px 0;
    }
    .album_list li{
        margin-bottom:30px;
    }
    .album_list li .text h2{
        /*font-size:20px;*/
    }
    .album_list li .text .cont {
        margin-top: 50px;
    }
    .album1_l h2 em{
        font-size:40px;
    }
    .album_detail_r{
        padding-right:6%;
    }

}
@media(max-width: 1440px){
    .album_detail_r .fuwu_tel p em{
        font-size:22px;
    }
}
@media(max-width: 1259px){

    .album_list li .text{
        /*padding:15px 10px;*/
    }
    .album_list li .text h2 {
        font-size: 16px;
    }
    .album1_l h2 em {
        font-size: 32px;
        margin-right: 30px;
    }
    .album1_l h2 span{
        font-size:14px;
    }
    .album1_l .text1 li{
        font-size:15px;
        margin-bottom: 15px;
    }
    .album_detail_l .text2 h2{
        font-size:20px;
    }
    .album_detail_r h2{
        font-size:26px;
    }
    .album_detail_r .fuwu_tel{
        display:none;
    }
}
@media(max-width: 1024px){
    .album_list li{
        width: 22%;
        margin-right: 4%;
    }
    .album_list li .text .cont {
        margin-top: 30px;
    }   
    .album_detail_r{
        padding-right:5%;
    }
}
@media(max-width: 768px){
    #container {
        padding: 50px 0;
    }
    .album_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
    .album_list li:nth-child(4n){
        margin-right:2%;
    }
    .album_list li:nth-child(3n){
        margin-right:0%;
    }

    .album_list li .text .cont h3{
        margin-bottom:10px;
    }
    .album1 {
        position: relative;
        padding: 100px 0 30px;
    }
    .album1_l h2 em{
        font-size:26px;
    }
}
@media(max-width: 767px){
    #container {
        padding: 30px 0 15px;
    }
    .album_list li{
        margin-bottom:15px;
        width:48%;
    }
    .album_list li:nth-child(3n){
        margin-right:2%;
    }
    .album_list li:nth-child(2n){
        margin-right:0%;
    }
    .album_list li a{
        padding:10px;
    }
    .album_list li .text {
        /*padding: 5px 10px;*/
    }
    .album_list li .text h2 {
        font-size: 15px;
    }   
    .album_list li .text h2 span{
        margin-left: 15px;
    } 
    .album_list li .text h4{
        font-size:13px;
    }
    .album_list li .text .cont {
        margin-top: 10px;
    }
    .album_list li .text .cont h3 {
        margin-bottom: 5px;
    }
    .album_list li .text .cont p{
        line-height: 1.8em;
        height: 5.4em;
        overflow:hidden;
        font-size:12px;
    }
    .album1_l h2 em{
        font-size:22px;
    }
    .album1 {
        position: relative;
        padding: 20px 0 50px;
    }
    .album1_l{
        /*width: 100%;*/
    }
    .album1_l h2{
        margin-bottom: 20px;
        border:none;
    }
    .album1_l h2 em {
        font-size: 20px;
        margin-right: 10px;
        padding-bottom:5px;
    }
    .album1_l h2 em:before{
        height:2px;
    }
    .album1_l h2 span{
        display:block;
        line-height:1.6em;
        margin-top:10px;
    }
    .album1_l .text1{
        max-width: 100%;
    }
    .album1_l .text1 li {
        margin-bottom: 5px;
        font-size:14px;
        line-height: 1.8em;
    }
    .album_detail_l {
        width: 100%;
        float: none;
    }
    .album_detail_l .text2 {
        margin-bottom: 20px;
    }
    .album_detail_l .text2 h2{
        font-size:18px;
    }
    .album_detail_l .text2 p{
        font-size:15px;
    }
    .album_detail_r {
        float: none;
        width: 100%;
        padding-right: 0%;
    }
    .album_detail_r h2 {
        font-size: 22px;
        margin: 15px 0;
    }
    .album_detail_r p.p3 {
        margin: 10px 0;
    }
    .album_detail_l {
        width: 100%;
        float: none;
        margin-top:15px;
    }
    .album_detail_l .site2{
        display:none;
    }
}


/*news*/
.n_container2{
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 45px;
}
.news_list li:nth-child(3n){
    margin-right: 0%;
}
.news_list li a{
    display: block;
    background:#fff;
    border-radius: 5;
}
.news_list a .img{
    overflow:hidden;
    border-radius: 5px;
    height:200px;
}
.news_list a .img img{
    transition: all 0.6s ease-out;
}
.news_list a .text{
    padding:25px;
}
.news_list a .text h3{
    font-size:18px;
    color: #333;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list a .text p{
    margin:25px 0 30px;
    color: #999;
}
.news_list a .text .cont{
    border-top:1px solid #e7e7e6;
    color: #999;
    padding:25px 0 15px;
}
.news_list a .cont .more9{
    float: left;
    font-size:14px;
    font-weight: bold;
    padding-right: 25px;
    background:url(../images/jt3.png) no-repeat right center;
    transition: all 0.4s ease-out;
}
.news_list a .cont .date9{
    float: right;
    font-size:12px;
}
.news_list a:hover{
    box-shadow: 0px 0px 15px #ccc;
}
.news_list a:hover .text h3{
    color: #c81528;
}
.news_list a:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.news_list a:hover .cont .more9{
    color: #c81528;
    padding-right: 45px;
    background:url(../images/jt4.png) no-repeat right center;
    transition: all 0.4s;
}

.news_list1{
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 60px;    
}
.news_list1 li:nth-child(4n){
    margin-right: 0%;
}
.news_list1 li a{
    display: block;  
    padding:15px;
    border:1px solid #d5dbe7;  
    text-align: center;
}
.news_list1 a .img{
    overflow:hidden;    
}
.news_list1  a .img img{
    transition: all 0.6s ease-out;    
}
.news_list1 h3{
    font-size:24px;
    color:#666;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    padding:25px 0 20px;
}
.news_list1 span{
    display: block;
    width: 160px;
    line-height: 38px;
    height: 40px;
    border:2px solid #1a1a1a;
    font-size:14px;
    color: #1a1a1a;
    font-weight: bold;
    margin:0 auto 15px;
}
.news_list1  a:hover .img img{
    transition: all 0.6s;    
    transform: scale(1.05);
}
.news_list1 li a:hover span{
    color: #fff;
    border-color: #c81528;
    background:#c81528;
}

.site2{
    border-bottom: 1px solid #bcc1cc;
    padding:45px 0 5px;
}
.news_detail1 {
    padding:45px 0 25px;
}
.news_detail1 h1{
    font-size:38px;
    color: #333;
    font-weight: normal;
    line-height: 1.6em;
}
.info_title2 {
    font-size:14px;
    color:#999;
    padding-top:15px;
}
.info_title2 span:last-child{
    margin-left:45px;
}
#container2{
    padding:35px 0 65px;
}
.news_detail .content{
    font-size:16px;
    color: #333;
}
.news_detail .content p{
    /*text-align-last:justify;*/
    /*text-align:justify;*/
    /*text-justify:distribute-all-lines; */
}
.news_detail_bottom{
    margin:75px 0 60px;    
    border-top:1px solid #eaeaea;
    padding-top:20px;
}
.page{
    font-size: 16px;
    color: #666;    
    /*width: 70%;*/
    /*float: left;*/
}
.page a{
    font-size: 16px;
    color: #555;  
    font-weight: bold;  
}
.page a:hover{
    color: #c81528;
}
.share{
    width: 30%;
    float: right;
    max-width: 195px;
}
.share span{
    display: block;
    float: left;
}
a.back{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 38px;
    font-size:14px;
    color: #c81528;
    text-align: center;
    border:2px solid #c81528;
    font-weight: bold;
    margin:0 auto;
}
a.back:hover{
    background:#c81528;
    color: #fff;
}
@media(max-width: 1600px){
    .news_list li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .news_list a .text {
        padding: 15px;
    }
    .news_list a .text h3{
        font-size:17px;
    }
    .news_list a .text p {
        margin: 5px 0 15px;
        font-size: 14px;
        line-height: 1.8em;
    }
    .news_list a .text .cont {
        padding: 15px 0 5px;
    }
    .news_detail1 h1{
        font-size:30px;
    }
    .news_detail_bottom {
        margin: 40px 0 30px;
        padding-top: 15px;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 1440px){
    .news_list1 li{
        margin-bottom:40px;
    }    
    .news_list1 span{
        width: 140px;
    }
    .news_list1 h3 {
        font-size: 22px;
        padding: 20px 0 ;
    }
}
@media(max-width: 1259px){
    #container2 {
        padding: 30px 0;
    }
    .news_detail1 h1{
        font-size:24px;
    }
}
@media(max-width: 1024px){
    .news_detail1 {
        padding: 25px 0 ;
    }
    .page,.page a{
        font-size:14px;
    }
    .news_list1 h3 {
        font-size: 20px;
    }
}
@media(max-width: 768px){
    .news_detail1 h1 {
        font-size: 20px;
    } 
    .news_detail_bottom {
        margin: 20px 0;
        padding-top: 10px;
    }
    .info_title2 span:last-child {
        margin-left: 15px;
    }   
    .page{
        width: 100%;
        float: none;
    }
    .share {
        width: 70%;
        float: none;
        max-width: 195px;
    }
    .news_list1 li{
        width: 32%;
        margin-bottom:30px;
    }
    .news_list1 li:nth-child(4n) {
        margin-right: 2%;
    }
    .news_list1 li:nth-child(3n) {
        margin-right: 0%;
    }
    .news_list1 li a{
        padding:10px;
    }
    .news_list1 span{
        width: 120px;
    }
    .news_list1 h3 {
        font-size: 16px;
        padding: 15px 0 ;
    }
}
@media(max-width: 640px){
    .news_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .news_list a .img{
        height:190px;
    }
    .news_list a .text {
        padding: 15px 10px 10px;
    }
    .news_list a .text h3 {
        font-size: 16px;
    }
    .news_list a .text .cont {
        padding: 10px 0 0px;
    }
    .news_detail1 h1{
        font-size:16px;
    }
    .news_detail_bottom {
        margin: 15px 0;
    }
    a.back{
        width: 120px;
    }
    .news_list1 li{
        width: 49%;
        margin-bottom:15px;
    }
    .news_list1 li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list1 li:nth-child(2n) {
        margin-right: 0%;
    }
    .news_list1 span {
        width: 100px;
        border: 1px solid #1a1a1a;
        margin: 0 auto 0px;
    }
}


/*about*/
.about1{
    padding:112px 0 60px;
}
.about1_l{
    float: left;
    width: 50%;
    padding: 0 5% 0 14%;
}
.about1_l h2{
    font-size:50px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
}
.about1_l .text1{
    font-size:18px;
    color: #666;
    margin-top:30px;
}
.a1_number{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content:space-between;
    margin:60px 0 80px;
}
.a1_number:before{
    content:'';
    position: absolute;
    left:50%;
    top:50%;
    margin-top:-55px;
    width: 1px;
    height: 110px;
    background:#e0e0e0;
}
.a1_number li{
    max-width: 50%;
    width: 50%;
    text-align: center;
}

.a1_number li p{
    font-size:80px;
    color: #333;
    line-height: 1.2em;
}
.a1_number li p em{
    font-size:24px;
    color: #414040;
    line-height: 1em;
    display: inline-block;
    font-style: normal;
    margin-left: 5px;
}
.a1_number li p:last-child{
    display: block;
    font-size:16px;
    color: #414040;
}
.about1_l .text2{
    font-size:18px;
    color: #666;
    padding-top:20px;
    position: relative;
}
.about1_l .text2:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 40px;
    height: 3px;
    background:#c81528;
}
.about1_r{
    float: right;
    width: 50%;
    position: relative;
    padding-top:80px;
}
.about1_r video{
    display: none;
        width: 100%;
    /*position: absolute;*/
    /*top:0;*/
    /*left:0;*/
}
.about1_r a{
    display: block;
}
.about1_2 .n_container h2{
    width: 40%;
}
.about1_2 .cont1{
    width: 35%;
}
.about1_2 .cont2{
    width: 20%;
    margin-left: 5%;
}
.about1_2 .n_container .text1{
    width: 100%;
}
.about1_2 h3{
    font-size:30px;
    color: #fff;
    font-weight: normal;
    line-height: 1.8em;
    margin-bottom:30px;
}
.about1_2 h3 span{
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.about1_2 .n_container .text1 p{
    width: 33.3333%;
    margin-bottom: 15px;
}
.about1_2 .n_container .text2 p{
    width: 100%;
}
.about1_3{
    padding:100px 0 130px;
}
h2.title1{
    font-size:50px;
    color: #333333;
    font-weight: normal;
    line-height: 1em;
}
.about1_3 .text1{
    margin:25px 0 80px;
    font-size:15px;
    color: #666;
}
.about1_3 .cont{
    display: flex;
    flex-wrap: wrap;
}
.about1_3 .cont .img{
    width: 39%;
}
.about1_3 .cont .text2{
    width: 58%;
    margin-left: 3%;
    overflow:hidden;
    
    position: relative;
} 
.about1_3 .cont .text2:before{
    content: '';
    position: absolute;
    top: -98px;
    left: 50%;
    background: url(../images/logo4.png) no-repeat top center;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.about1_3 .cont .text2 li{
    font-size:22px;
    color: #333;
    line-height: 78px;
    padding:0 90px;
    border-radius: 10px;
    margin-bottom:20px;
    background:#e3e8f3;
    position: relative;
}
.about1_3 .cont .text2 li:before{
    content:'';
    position: absolute;
    bottom:-20px;
    left:0;
    width: 100%;
    height: 20px;
    background:#fff;
    z-index: 999;
}
.about1_3 .cont .text2 li:last-child{
    margin-bottom:0;
}
.about1_4{
    background:#e3e8f3;
    padding:108px 0 138px;
    text-align: center;
    display: none;
}
.about2{
    padding:120px 120px 240px;
    background:url(../images/about2.jpg) no-repeat center;
    background-size: cover;
}
.about2 .title1,.about3 .title1,.about4 .title1,.about4_4 .title1{
    text-align: center;
}
.about2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:65px;
}
.about2 ul li{
    text-align: center;
    width: 25%;
    background:#ffffff;
    padding:68px 0 38px;
}
.about2 ul li .text1{
    position: relative;
    margin-top:0;
    transition:all 0.3s ease-out;
}
.about2 ul li .img{

}
.about2 ul li h3{
    font-size:22px;
    color: #3a3a3a;
    padding:18px 0 15px;
    line-height: 1em;
}
.about2 ul li .text2{
    height: 65px;
}
.about2 ul li p{
    max-width: 275px;
    margin:0 auto 16px;
    font-size:15px;
    line-height: 24px;
    max-height: 48px;
}
.about2 ul li .line1{
    width: 25px;
    height: 1px;
    background:#666666;
    margin:0 auto 0;
}
.about2 ul li h4{
    font-size:40px;
    color: #25599e;
    font-weight: normal;
    line-height: 1em;
    margin-top:40px;
}
.about2 ul li:hover .text1{

    margin-top:-10px;
    transition:all 0.3s;
}
.about2 ul li:nth-child(2){
    background:#25599e;
}
.about2 ul li:nth-child(4){
    background:#e60021;
}
.about2 ul li:nth-child(2n) h3,.about2 ul li:nth-child(2n) p,.about2 ul li:nth-child(2n) h4{
    color: #fff;
}
.about2 ul li:nth-child(2n) .line1{
    background:#fff;
}
.cboxOverlay {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 10001;
    display: none;
}

.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../images/closeVideo.png") no-repeat center;
    cursor: pointer;
}
.colorbox iframe {
    width: 100%;
    height: 100%;
}

@media(max-width: 1600px){
    .about1 {
        padding: 60px 0;
    }
    .about1_l {
        padding: 0 5%;
    }
    .about1_l h2{
        font-size:36px;
    }
    .about1_l .text1{
        font-size:16px;
        margin-top:15px;
    }
    .a1_number li p{
        font-size:42px;
    }
    .a1_number{
        margin: 30px 0;
    }
    .a1_number:before {
        margin-top: -30px;
        height: 60px;
    }
    .about1_l .text2{
        font-size:16px;
    }
    .about1_r{
        padding-top:55px;
    }
    h2.title1{
        font-size:36px;
    }
    .about1_3 {
        padding: 80px 0;
    }
    .about1_3 .cont .text2 li {
        font-size: 18px;
        padding: 0 50px;
        margin-bottom: 15px;
    }
    .about1_4{
        padding:60px 2%;
    }
    .about2 {
        padding: 70px 2%;
    }
    .ab_title2 h3,.ab_title3 h3{
        font-size: 32px;
    }
    .about2 ul{
        margin-top:30px;
    }
    .about2 ul li h3{
        font-size:20px;
    }
    .about2 ul li h4 {
        font-size: 30px;
        margin-top: 20px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .about1_l h2 {
        font-size: 30px;
    } 
    .about1_r{
        padding-top:50px;
    }
    h2.title1 {
        font-size: 30px;
    }  
    .about1_3 {
        padding: 50px 0;
    }
    .about1_3 .text1 {
        margin: 20px 0 50px;
        font-size: 14px;
    }
    .about1_3 .cont .text2 li {
        line-height: 70px;
    }
    .about2{
        padding: 60px 0;
    }
    .ab_title2 h3, .ab_title3 h3 {
        font-size: 26px;
    }
    .about2 ul li h3 {
        font-size: 18px;
        padding: 15px 0;
    }
    .about2 ul li p{
        padding:0 10px;
        max-height: 60px;
    }
    .about2 ul li h4 {
        font-size: 24px;
    }
}
@media(max-width: 1024px){
    .about1_l {
        padding: 0 2%;
    }
    .about1_l h2 {
        font-size: 26px;
    }  
    .a1_number {
        margin: 15px 0;
    }
    .a1_number li p {
        font-size: 32px;
    }    
    .a1_number li p:last-child{
        font-size:14px;
    }
    .about1_3 .cont .text2 li {
        font-size: 18px;
        padding: 0 30px;
        margin-bottom: 10px;
        line-height: 60px;
    }
    .about1_3 .cont .text2 li:before{
        height: 10px;
    }
    .about2 ul li{
        padding:40px 0;
    }
    .about2 ul li p{
        font-size:14px;
    }
}
@media(max-width: 768px){
    .about1_l h2 {
        font-size: 22px;
    } 
    /*.a1_number{*/
    /*    justify-content:end;*/
    /*}*/
    /*.a1_number li:last-child{*/
    /*    padding-left:20px;*/
    /*}*/
    .a1_number li p {
        font-size: 26px;
    }  
    h2.title1 {
        font-size: 26px;
    }
    .about1 {
        padding: 40px 0;
    }  
    .about1_l,.about1_r{
        width: 100%;
        padding:10px 2%;
    }
    .about1_4 {
        padding: 30px 2%;
    }
    .about1_2 h3{
        font-size:24px;
    }
    .about2 ul{

    }
    .about2 ul li{
        width: 49%;
        margin:0.5%;
    }
}
@media(max-width: 767px){
    .about1 {
        padding: 30px 0;
    } 
    .about1_l h2 {
        font-size: 18px;
    }     
    .about1_2 .n_container h2{
        width: 100%;
    }
    .about1_2 .cont1{
        width: 75%;
    }
    .about1_2 .cont2{
        width: 25%;
        margin-left: 0;
    }
    .about1_2 .n_container .text2 p{
        margin-bottom:0px;
    }
    .about1_2 .n_container .text1 p{
        margin-bottom:0;
    }
    .about1_2 h3{
        font-size:20px;
        margin-bottom: 10px;
    }
    h2.title1 {
        font-size: 22px;
    }
    .about1_3 {
        padding: 30px 0;
    }
    .about1_3 .text1 {
        margin: 20px 0;
    }
    .about1_3 .cont .img {
        width: 100%;
        text-align:center;
    }
    .about1_3 .cont .text2 {
        width: 100%;
        margin-left: 0%;
        margin-top:15px;
    }
    .about1_3 .cont .text2 li{
        font-size:16px;
        padding:0 15px;
    }
    .about1_3 .cont .text2 li:before{
        display: none;
    }
    .about2 ul {
        margin-top: 20px;
    }
    .ab_title2 h3, .ab_title3 h3 {
        font-size: 22px;
    }
    .about2 ul li{
        width: 99%;
        padding: 20px 0;
    }
    .about2 ul li h4 {
        font-size: 20px;
    }
}


#about3{
    padding:120px 0 320px;
}
#about3 .swiper-box {
    background: url(../images/abmap.png) no-repeat center;
    background-size: contain;
    position: relative;
}
#about3 .swiper-box:before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #dcdcdc;
}
#about3 .swiper-box .swiper-container3 {
    width: 20%;
    background: #eef4fb;
    position: absolute;
    top: 340px;
    left: 40%;
    z-index: 10;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
#about3 .swiper-box .swiper-container3 .swiper-slide {
    height: 500px;
    padding: 20px;
}
#about3 .swiper-box .swiper-container3 .swiper-slide .img {
    position: relative;
    overflow: hidden;
    padding-bottom: 58.8%;
    margin-bottom: 20px;
}
#about3 .swiper-box .swiper-container3 .swiper-slide .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#about3 .swiper-box .swiper-container3 .swiper-slide .con-t {
    box-sizing: border-box;
    padding-left: 10px;
}
#about3 .swiper-box .swiper-container3 .swiper-slide .con-t h3 {
    color: #08a3e7;
    margin-bottom: 10px;
    font-size: 24px;
    line-height:1em;
    font-weight: normal;
    display: none;
}
#about3 .swiper-box .swiper-container3 .swiper-slide .scroll-box {
    /*height: 100px;*/
}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.mCSB_container{
    line-height:1.8em;
}
#about3 .swiper-box .swiper-container3.cur {
    transform: scale(1);
}

#about3 .swiper-box .swiper-container2 {
    width: 100%;
    padding: 110px 0;
}
#about3 .swiper-box .swiper-container2 .swiper-slide {
    height: 400px;
    display: flex;
    flex-direction: column;
    -justify-content: center;
    align-items: center;
    padding-top: 80px;
    box-sizing: border-box;
    position: relative;
}
#about3 .swiper-box .swiper-container2 .swiper-slide:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #dcdcdc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px 10px #f5f5f5;
}
#about3 .swiper-box .swiper-container2 .swiper-slide .t {
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.ztnum {
    font-family: "Arial" !important;
}
#about3 .swiper-box .swiper-container2 .swiper-slide .point {
    width: 1px;
    height: 1px;
    margin: 40px 0;
}
#about3 .swiper-box .swiper-container2 .swiper-slide .b {
    color: #666;
    box-sizing: border-box;
    padding: 0;
    font-size: 14px;
    width: 95%;
    line-height: 28px;
}
#about3 .swiper-box .swiper-container2 .swiper-slide .b span{
    font-weight: bold;
    margin-top:10px;
}
#about3 .swiper-box .swiper-container2 .swiper-slide:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cccccc;
}
#about3 .swiper-box .swiper-container2 .swiper-slide-active {
    flex-direction: column !important;
    padding-top: 80px !important;
    padding-bottom: 0 !important;
}
#about3 .swiper-box .swiper-container2 .swiper-slide-active .t {
/*    color: #f50300;*/
}
#about3 .swiper-box .swiper-container2 .swiper-slide-active:after {
    background: #f50300;
}
#about3 .swiper-box .swiper-container2 .swiper-slide.row {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 100px;
}
/*#about3 .swiper-box .swiper-container2 .swiper-slide:nth-child(2n) {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 100px;
}*/
#about3 .swiper-box .swiper-container2 .swiper-button-next {
    transition: all 0.3s ease 0s;
    width: 50px;
    height: 50px;
    background: url(../images/right2.png) no-repeat center center;
    background-size: contain;
    top: 49%;
    right: 3%;

}
#about3 .swiper-box .swiper-container2 .swiper-button-prev {
    transition: all 0.3s ease 0s;
    width: 50px;
    height: 50px;
    background: url(../images/left2.png) no-repeat center center;
    background-size: contain;
    top: 49%;
    left: 3%;
/*    transform: rotate(-180deg);*/
}

/*#about3 .swiper-box .swiper-container2 .swiper-button-next:hover{*/
/*    right: 6.5%;*/

/*}*/
/*#about3 .swiper-box .swiper-container2 .swiper-button-prev:hover{*/
/*    left: 6.5%;*/

/*}*/

#about3 .swiper-box .swiper-container2  .swiper-slide-active .b{
    opacity: 0;
}

@media(max-width: 1600px){
    #about3 {
        padding: 60px 0 250px;
    }
    #about3 h1{
        font-size: 36px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide{
        height: 220px;
        padding-top:15px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide .t{
        font-size: 36px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide .point{
        margin:30px 0;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide .b{
        font-size: 12px;
        line-height: 1.8em;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide.row{
        padding-bottom:10px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide-active{
        padding-top:15px!important;
    }
    #about3 .swiper-box .swiper-container3{
        top: 250px;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide{
            height: 350px;
            padding: 10px;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide .con-t h3{
        font-size: 18px;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide .scroll-box {
        /*height: 100px;*/
        font-size: 12px;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide .con-t{
        padding-left: 0;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
    #about3 {
        padding: 50px 0 100px;
    }
    #about3 h1 {
        font-size: 30px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide .t {
        font-size: 26px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide-active {
        padding-top: 36px!important;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide {
        padding-top: 36px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide.row {
        padding-bottom: 65px;
        height: 280px;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide{
        height: 280px;
        padding:10px;
    }
}
@media(max-width: 768px){
    #about3 {
        padding: 40px 0;
    }
    #about3 h1 {
        font-size: 24px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide .point {
        margin: 25px 0;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide{
        height: 250px;
        padding:10px;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide .img{
        margin-bottom:10px;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide .con-t h3 {
        font-size: 16px;
        margin-bottom:5px;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide .con-t{
        padding-left: 5px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide {
        padding-top: 70px;
        height: 280px;
    }
}
@media(max-width: 767px){
    #about3 {
        padding: 20px 0;
    }
    #about3 h1 {
        font-size: 20px;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide .img{
        margin-bottom:5px;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide .con-t h3 {
        font-size: 14px;
        margin-bottom:2px;
    }
    #about3 .swiper-box .swiper-container3 .swiper-slide .con-t{
        padding-left: 0px;
    }
    #about3 .swiper-box .swiper-container3{
        display: none;
    }
    #about3 .swiper-box .swiper-container2{
        padding:20px 0;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide{
        height: 100%;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide-active {
        padding-top: 0px!important;
        height: 100%;
        position: relative;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide .t{
        font-size: 22px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide .point {
        margin: 10px 0;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide .b{
        opacity: 1;
        margin-top:5px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide.row {
        padding-bottom: 20px;
        height: 100%;
    }
    #about3 .swiper-box .swiper-container2 .swiper-button-prev {
        width: 35px;
        height: 35px;
        top: 85%;
    }
    #about3 .swiper-box .swiper-container2 .swiper-button-next {
        width: 35px;
        height: 35px;
        top: 85%;
    }
    #about3 .swiper-box:before {
        height: 2px;
        top: 71.3%;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide:before {
        top: 60px;
    }
    #about3 .swiper-box .swiper-container2 .swiper-slide:after {
        top: 60px;
    }
}



.about4{
    padding:110px 0 85px;
}
.about4 .text1{
    margin-top:35px;
    font-size:16px;
}
.acti-swiper {
    height: 430px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 160px;
    background:url(../images/dj.jpg) no-repeat center;
    background-size: cover;
}
@media(max-width: 767px){
    .acti-swiper {
        margin-bottom: 30;
    }
}
.acti-swiper .swiper-box {
    transform: translateY(80px);
}
.acti-swiper .swiper-container {
    width: 100%;
    position: static;
}
.acti-swiper .swiper-container .swiper-wrapper {
    align-items: center;
}
.acti-swiper .swiper-container .swiper-slide {
    height: 240px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    transform: scale(0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 50px;
}
.acti-swiper .swiper-container .swiper-slide h3 {
    margin-bottom: 16px;
    color: #333;
    font-size:26px;
    font-weight: normal;
    line-height: 1em;
}
.acti-swiper .swiper-container .swiper-slide p {
    box-sizing: border-box;
    -padding-left: 22px;
    color: #888;
}
.acti-swiper .swiper-container .swiper-slide-active p{
    color: #666;
    font-size:14px;
}
.acti-swiper .swiper-container .swiper-slide-active {
    height: 300px;
    transform: scale(1);
    padding: 0 80px;
    background: #fff url("../images/acti-hover.png") no-repeat center center;
    -background-size: contain;
}
.acti-swiper .swiper-container .swiper-slide-active h3 {
    margin-bottom: 20px;
    color: #212d54;
}
.acti-swiper .swiper-container .swiper-button-next {
    width: 64px;
    height: 64px;
    background: url("../images/swiper-r5.png") no-repeat center center;
    background-size: contain;
    right: 3.5%;
    top: -20%;
    transition: all 0.3s ease 0s;
    opacity: 1;
}
.acti-swiper .swiper-container .swiper-button-prev {
    width: 64px;
    height: 64px;
    background: url("../images/swiper-l.png") no-repeat center center;
    background-size: contain;
    left: 3.5%;
    top: -20%;
    transition: all 0.3s ease 0s;
    opacity: 1;
}
.acti-swiper .swiper-container .swiper-button-next:hover{
    background: url("../images/swiper-r.png") no-repeat center center;
}
.acti-swiper .swiper-container .swiper-button-prev:hover{
    background: url("../images/swiper-l5.png") no-repeat center center;
}

@media(max-width: 1600px){
    .acti-swiper .swiper-container .swiper-slide{
        height: 200px;
        padding: 0 30px;
    }
    .acti-swiper .swiper-container .swiper-slide-active {
        height: 250px;
        padding: 0 50px;
    }
    .acti-swiper .swiper-container .swiper-slide h3{
        font-size:22px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    
}
@media(max-width: 640px){
    
}



.about4_3{
    width: 96%;
    max-width: 1700px;
    margin:0 auto;
    padding:0;
    background:url(../images/dj2.jpg) no-repeat center;
    background-size: cover;
    padding:115px 0 140px;
}
.djfc4{
    display: flex;
    flex-wrap: wrap;
}
.djfc4 .swiper-slide{
    width: 20%;
    text-align: center;
    position: relative;
}
.djfc4 .swiper-slide:before {
    content: '';
    width: 1px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e0e0e0;
}
.djfc4 .swiper-slide .img{
    margin:0 auto;
    width: 52px;
    height: 53px;
    position: relative;
}
.djfc4 .swiper-slide .img img{
    display: block;
    position: absolute;
    transition: all 0.3s ease 0s;
    top:0px;
    left:0%;
}
.djfc4 .swiper-slide h3{
    color: #333;
    margin: 20px 0;
    font-size:30px;
    font-weight: normal;
    line-height: 1em;
}
.djfc4 .swiper-slide .text1{
    font-size: 14px;
}
.djfc4 .swiper-slide .text1 p{
    position: relative;
    padding-left: 10px;
    display: inline-block;
}
.djfc4 .swiper-slide .text1 p:before {
    content: '';
    width: 3px;
    height: 3px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 45%;
    background: #1b5d95;
}
.djfc4 .swiper-slide:hover .img img{
    top:5px;
}
.about4_4{
    background:#f7f7f7;
    margin-top:130px;
    padding:105px 0 70px;
}
.news_list3{
    margin-top:65px;
    display: flex;
    flex-wrap: wrap;
}
.news_list3 li{
    width:32%;
    margin-right: 2%;
    margin-bottom:40px;
}
.news_list3 li:nth-child(3n){
    margin-right: 0;
}
.news_list3 li a{
    display: block;
    position: relative;
}
.news_list3 li .img{
    overflow:hidden;
    height:230px;
}
.news_list3 li .img img{
    transition: all 0.5s ease 0s;
}
.news_list3 li .text1{
    background:#fff;
    width: 88%;
    position: relative;
    left:6%;  
    margin-top:-80px;
    z-index: 9;
    padding:25px 22px;
    border-radius: 10px;
}
.news_list3 li .text1 span{
    display: block;
    font-size:14px;
    color: #666666;
    line-height: 1em;
    padding-bottom: 22px;
    border-bottom: 1px solid #e0e0e0;
}
.news_list3 li .text1 h3{
    font-size:20px;
    color: #333333;
    line-height: 1.6em;
    font-weight: normal;
    padding:15px 0 25px;
}
.news_list3 li .text1 .more8{
    font-size:14px;
    color: #999999;
    font-weight: bold;
}
.news_list3 li .text1 .more8 i {
    width: 20px;
    height: 12px;
    background: url(../images/jt3.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-left: 5px;
}
.news_list3 li:hover .text1 h3{
    color: #c81528;
}
.news_list3 li:hover .text1 .more8{
    color: #c81528;
}
.news_list3 li:hover .text1 .more8 i {
    background: url(../images/jt4.png) no-repeat center center;
}
.news_list3 li:hover .img img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .about4_3{
        padding:80px 0;
    }
    .djfc4 .swiper-slide h3{
        font-size:24px;
    }
    .about4_4 {
        margin-top: 60px;
        padding: 70px 0 ;
    }
    .news_list3{
        margin-top:50px;
    }
    .news_list3 li .text1 span{
        padding-bottom:12px;
    }
    .news_list3 li .text1 h3 {
        font-size: 16px;
        padding: 15px 0;
    }
}
@media(max-width: 1440px){
    .news_list3 li{
        margin-bottom:30px;
    }    
}
@media(max-width: 1259px){
    .about4 {
        padding: 70px 0;
    }  
    .acti-swiper{
        height: 320px;
        margin-bottom:130px;
    } 
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .about4,.about4_4,.about4_3{
        padding: 50px 0;
    } 
    .news_list3 li{
        margin-bottom:20px;
        width: 49%;
    }
    .news_list3 li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list3 li:nth-child(2n) {
        margin-right: 0;
    }
    .news_list3 li .text1 h3 {
        font-size: 15px;
        padding: 10px 0;
    }   
    .acti-swiper .swiper-container .swiper-slide {
        padding: 0 15px;
    }
    .acti-swiper .swiper-container .swiper-slide-active {
        padding: 0 20px;
        height: 230px
    }
    .acti-swiper .swiper-container .swiper-slide h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .djfc4 .swiper-slide h3 {
        font-size: 20px;
        margin: 10px 0;
    }
    .about4_4 {
        margin-top: 30px;
    }
}
@media(max-width: 640px){
    .about4,.about4_4,.about4_3{
        padding: 30px 0;
    }  
    .acti-swiper{
        height: 150px;
        margin-bottom: 110px;
    }
    .acti-swiper .swiper-container .swiper-slide-active {
        padding: 0 15px;
        height: 200px
    } 
    .acti-swiper .swiper-container .swiper-button-next,.acti-swiper .swiper-container .swiper-button-prev{
        display: none;
    }   
    .djfc4 .swiper-slide h3 {
        font-size: 18px;
    }
    .news_list3 {
        margin-top: 30px;
    }
    .news_list3 li{
        margin-bottom:15px;
        width: 100%;
        margin-right: 0!important;
    }
}


.about5{
    padding:110px 0 165px;
    background:url(../images/about5.jpg) no-repeat bottom center #f6f8f9;
    background-size: cover;
}
.about5 .title1,.about6 .title1{
    text-align: center;
}
.zzry {
    position: relative;
    z-index: 1;
}
.zzry:before {
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0.8;
    position: absolute;
    bottom: 28px;
    left: 0;
    z-index: 1;
    background: #d5d7d7;
}
.zzry .cont{
    width: 96%;
    max-width: 1500px;
    margin:0 auto;
    padding: 0 50px;
    position: relative;
}
#zzry1 {
    margin-top: 100px;
}
#zzry1 .swiper-slide{
    cursor: pointer;
}
#zzry1 .swiper-slide h3 {
    font-size: 26px;
    text-align: center;
    color: #333;
    line-height: 1em;
    padding-bottom: 39px;
    padding-top: 25px;
    font-weight: normal;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
#zzry1 .swiper-slide h3:before{
    content:'';
    position: absolute;
    bottom:9px;
    left:50%;
    margin-left: -5px;
    width: 8px;
    height: 8px;
    border:5px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    background: #c81528;
    border-radius: 50%;
    z-index: 10;
}
#zzry1 .swiper-slide.cur h3{
    font-size: 32px;
    padding-bottom: 70px;
    padding-top: 0;
    font-weight: bold;
    color: #c81528;
}
#zzry1 .swiper-slide.cur h3:before{
    content:'';
    position: absolute;
    bottom:15px;
    left:50%;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    border:5px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    background: #c81528;
    border-radius: 50%;
    z-index: 10;    
}
.zzry .swiper-button-next1{
    width: 50px;
    height: 50px;
    margin-top:-22px;
    border-radius: 50%;
    background:url(../images/right3.png) no-repeat center #fff;
    outline: none;
    top: 68px;
    opacity: 1;
    z-index: 99999;
    cursor: pointer;
    right:0;
    position: absolute;
    transition: all 0.4s ease-out;
}
.zzry .swiper-button-prev1{
    width: 50px;
    height: 50px;
    margin-top:-22px;
    border-radius: 50%;
    background:url(../images/left3.png) no-repeat center #fff;
    outline: none;
    top: 68px;
    opacity: 1;
    z-index: 99999;
    cursor: pointer;
    left:0;
    position: absolute;
    transition: all 0.4s ease-out;
}
.zzry .swiper-button-next1:hover {
    right:-16px;
    background:url(../images/right3_h.png) no-repeat center #c81528;
}
.zzry .swiper-button-prev1:hover {
    left:-16px;
    background:url(../images/left3_h.png) no-repeat center #c81528;
}
.zzry2{
    margin-top: 38px;
}
.zzry2_img{
    display: none;
    overflow: hidden;
}
.zzry2_img .owl-controls{
    display: none!important;
}
.zzry2_img .item{
    border:8px solid #fff;
    background:#fff;
    text-align:center;
    margin-right: 20px;
    transition:all 0.6s;
    overflow: hidden;
}
.zzry2_img .item p{
    text-align: left;
    font-size: 18px;
    color: #2b2b2b;
    line-height: 1.8em;
    padding: 10px 16px;
    height: calc(5.4em + 20px);
    overflow:hidden;
}


.about6{
    padding:110px 0 100px; 
    width: 96%;
    max-width: 1440px;
    margin:0 auto;   
}
.about6 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:60px;
}
.about6 ul li{
    width: 15%;
    margin-right: 2%;
    text-align: center;
    margin-bottom:20px;
}
.about6 ul li:nth-child(6n){
    margin-right: 0;
}
@media(max-width: 1600px){
    #zzry2 .swiper-slide h3{
        font-size:22px;
    }
    #zzry2 .swiper-slide.cur h3{
        font-size:32px;
    }
    #zzry2 .swiper-slide h3:before{
        bottom: 12px;
    }
    .zzry2_img .item{
        border:6px solid #fff;
        
    }
    .zzry2_img .item p{
        font-size:14px;
    }
}
@media(max-width: 1440px){
    .about6{
        padding:60px 0;
    }
    #zzry2 .swiper-slide h3:before {
        bottom: 4px;
    }    
}
@media(max-width: 1259px){

    #zzry2 {
        margin-top: 50px;
    }
    #zzry2 .swiper-slide h3{
        font-size:18px;
    }
    #zzry2 .swiper-slide.cur h3{
        font-size:28px;
    }
    .zzry2_img .item{
        margin-right: 15px;
    }
    .zzry2_img .item p {
        font-size: 14px;
        padding: 12px 10px 12px;
    }    
}
@media(max-width: 1024px){
    #zzry2 .swiper-slide.cur h3:before{
        bottom:17px;
    }
    #zzry2 .swiper-slide h3:before {
        bottom: 16px;
    }
    .zzry2 {
        margin-top: 30px;
    }    
}
@media(max-width: 768px){
    #zzry2 .swiper-slide.cur h3{
        font-size:22px;
    }
    #zzry2 .swiper-slide.cur h3:before {
        bottom: 15px;
    }
    .zzry2_img .item{
        margin-right: 0;
    }
    .zzry2_img .item p{

    }   
    .about6 ul{
        margin-top:30px;
    }
    .about6 ul li{
        width: 23.5%;
        margin-bottom:15px;
    } 
    .about6 ul li:nth-child(5n){
        margin-right: 2%;
    }
    .about6 ul li:nth-child(4n){
        margin-right: 0%;
    }
}
@media(max-width: 640px){
    .about6{
        padding:30px 0;
    }
    .about6 ul li{
        width: 32%;
        margin-bottom:10px;
    } 
    .about6 ul li:nth-child(4n){
        margin-right: 2%;
    }
    .about6 ul li:nth-child(3n){
        margin-right: 0%;
    }  
    .zzry2_img .item{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .zzry .swiper-button-prev1{
        left:0!important;
    }
    .zzry .swiper-button-next1{
        right:0!important;
    }
}



/*contact*/
#contact1{
    background: #fafafa;   
    padding:50px 0;
}
.contact1{
    display: flex;
    flex-wrap: wrap;

}
.n_map{
    width: 50%;
}
.contact1_text1{
    width: 50%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;

}
.contact1_text1 h2{
    font-size: 44px;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
    line-height: 1em;
    border-bottom: 4px solid #c81528;
    padding-bottom: 18px;
    display: none;
}
.contact1_text1 ul{
    display: flex;
    flex-wrap: wrap;
    margin:0px 0 60px;
}
.contact1_text1 ul li{
    display: flex;
    flex-wrap: wrap;
    width: 50%;  
    border-bottom: 1px solid #ccc;
    padding:25px 0;
}
.contact1_text1 ul li:nth-child(1){
    width: 100%;
}
.contact1_text1 ul li .img{
    width: 38px;
    height: 38px;
    line-height: 38px;
    border:2px solid #000;
    text-align: center;
    border-radius: 50%;
}
.contact1_text1 ul li .text1{
    width: calc(100% - 45px);
    margin-left: 7px;
}
.contact1_text1 ul li .text1 span{
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 1em;
}
.contact1_text1 ul li .text1 p{
    font-size: 14px;
    color: #1a1a1a;
    margin: 10px 0 0 0;   
    line-height: 1em; 
}
.contact1_text1 .text2{

}
.contact1_text1 .text2 h3{
    font-size:16px;
    color: #1b1b1b;
    line-height: 1em;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom:20px;
}
.contact1_text1 .text2 .text2_cont{
    display: flex;
    flex-wrap: wrap;
    
}
.contact1_text1 .text2 .text2_cont p{
    width: 50%;
    font-size:14px;
    color: #666666;
    line-height: 30px;
}
.contact1_2{
    padding:62px 0;    
}
.contact1_2 ul{
    display: flex;
    flex-wrap: wrap;
}
.contact1_2 li{
    width:23.5%;
    margin-right: 2%;
    color: #4c4c4c;
    background:#f3f5f9;
    border-radius: 10px;
    overflow:hidden;
    padding:40px 30px 30px;
}
.contact1_2 li:last-child{
    margin-right: 0;
}
.contact1_2 li p{
    font-size:14px;
    line-height: 1.6em;
}
.contact1_2 li p strong{
    font-size:16px;
    display: block;
    margin-bottom: 10px;
}
.contact1_2 li:hover{
    background:#c81528;
    color: #fff;
}
.contact1_3{
    background:#e3e8f3;
    padding:75px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
}
.contact1_3 li{
    margin:0 55px;
    text-align: center;
}
.contact1_3 li .img img{
    border:2px solid #ccc;
}
.contact1_3 li p{
    font-size:14px;
    color: #666;
    margin-top:5px;
}
.n_container3{
    width: 96%;
    max-width: 1440px;
    margin:0 auto;
}
.f_message{
    padding:95px 0;
}
.f_message h2{
    text-align: center;
    font-size: 46px;
    color: #444;
    font-weight: normal;
    line-height: 1em;
}
.f_message .message_title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: normal;
    padding-top:30px;
    padding-bottom: 45px;
}
.f_message .message_title p{
    display: block;
    padding:0 30px;
    font-size: 20px;
    color: #3d3d3d;
    position: relative;
}
.f_message .message_title p:before{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-10px;
    width: 1px;
    height: 20px;
    background:#ccc;
}
.f_message .message_title p:last-child:before{
    display: none;
}
.message1{

}
.message1 ul li{
    width: 25%;
    margin-right: 3%;
    float: left;
}
.message1 ul li input{
    background: none;
    border:1px solid #999;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    text-indent: 15px;
    outline: none;
    color: #333;
}
.message1 ul li select{
    background: none;
    border:1px solid #999;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    text-indent: 15px;
    color: #333;
    outline: none;
}
.m_btn{
    width: 15%;
    float: right;
}
.m_btn input{
    background: #666;
    font-size: 18px;
    color: #fff;
    border:1px solid #666;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    height: 50px;
    text-align: center;
    outline: none;  
    cursor: pointer;
}
.m_btn input:hover{
    background:#c81528;
    border: 1px solid #c81528;
}

@media(max-width: 1600px){
    .n_map{
        /*height: 700px;*/
        /*overflow:hidden;*/
    }
    .contact1_text1 h2{
        font-size:30px;
    }
    .contact1_text1 ul{
        margin: 0 0 30px;
    }
    .contact1_text1 ul li{
        padding:20px 0;
    }
    .contact1_text1 {
        padding: 0 5%;
    }
    .f_message{
        padding:70px 0;
    }
    .contact1_3 li {
        margin: 0 30px;
    }
}
@media(max-width: 1440px){
    .f_message{
        padding:60px 0;
    }
    .f_message h2{
        font-size:36px;
    }
    .f_message .message_title p{
        font-size:16px;
    }
    .m_btn input{
        font-size:16px;
    }

}
@media(max-width: 1259px){
    .n_map{
        /*height: 600px;*/
    }
    .contact1_text1 {
        padding: 0 2%;
    }
    .contact1_text1 h2 {
        font-size: 26px;
    }
    .contact1_text1 .text2 h3 {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .contact1_text1 .text2 .text2_cont p{
        width: 100%;
    }
    .contact1_2 {
        padding: 30px 0;
    }
    .contact1_2 li{
        padding:15px 10px;
    }
    .contact1_2 li p strong {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .contact1_3 li {
        margin: 0 20px;
    }
}
@media(max-width: 1024px){
    .contact1_text1 h2 {
        font-size: 22px;
    }
    .contact1_3{
        padding:50px 0;
    }
    .contact1_3 li {
        margin: 0 15px;
    }
    .contact1_3 li .img img{
        border:1px solid #ccc;
    }
    .f_message h2{
        font-size:30px;
    }
    .f_message .message_title p{
        padding:0 10px;
    }
}
@media(max-width: 768px){
    #contact1{
        padding:30px 0;
    }
    .n_map{
        width: 100%;
        /*height: 300px;*/
    }
    .contact1_text1{
        width: 100%;
        padding:20px 2%;
    }
    .contact1_text1 h2 {
        font-size: 18px;
    }
    .contact1_2 {
        padding: 10px 0;
    }
    .contact1_2 li{
        width: 49%;
        margin-bottom:15px;
    }
    .contact1_2 li:nth-child(2n){
        margin-right: 0;
    }
    .contact1_3 li{
        margin:15px 10px;
    }
    .f_message{
        padding:30px 0;
    }
    .message1 ul li{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .m_btn{
        margin-right: 2%;
        width: 48%;
    }
    .f_message h2{
        font-size: 26px;
    }
    .f_message .message_title{
        padding:10px 0 20px 0;
    }
}
@media(max-width: 640px){
    #contact1{
        padding:20px 0 0;
    }
    .n_map{
        /*height: 220px;*/
    }
    .contact1_3{
        padding:20px 0;
    }
    .f_message h2{
        font-size: 22px;
    }
    .f_message .message_title p{
        font-size: 16px;
        padding: 0 5px;
    }
    .message1 ul li{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .m_btn {
        margin-right: 0%;
        width: 60%;
        margin:0 auto;
        float: none;
    }
}




.contact2{
    padding:95px 0 90px;
}
.contact2 .title1{
    text-align: center;
}
.fgs_tab{
    margin:50px 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.fgs_tab li{
    width: 10.75%;
    margin-right: 2%;
    margin-bottom:15px;
    line-height: 48px;
    height: 48px;
    background:#f3f5f9;
    font-size:15px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.fgs_tab li:nth-child(8n){
    margin-right: 0;
}
.fgs_tab li:hover{
    background:#c81528;
    color: #fff;
    font-weight: bold;
}
.fgs_tab li.on{
    background:#c81528;
    color: #fff;
    font-weight: bold;
}
.contact2_cont{
    position: relative;
    height: 661px;
    overflow: hidden;
}
.tab1,.tab2{
    /*display: none;*/
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.tab1.active,.tab2.active{
    opacity: 1;
    z-index: 10;    
}
.fgs_tab1.active{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fgs_tab1 .img{

}
.fgs_tab1 .text1{
    width: 34%;
    border:1px solid #ccc;

}
.fgs_tab1 .text1 .cont{
    padding:30px;   
    color: #333;
}
.fgs_tab1 .cont h3{
    font-size:26px;
    font-weight: normal;
    padding-left: 35px;
    background:url(../images/c_icon1.png) no-repeat left center;
    border-bottom: 1px solid #ccc;
    margin-bottom:30px;
}
.fgs_tab1 .cont p{

}
.fgs_tab1 .cont p span{
    display: block;
    font-size:16px;
    font-weight: bold;
}
.fgs_tab1 .map2{
    width: 58%;
}
.n_maps{
    width: 100%;
    height:100%;
    /*height: auto;*/
    min-height:300px;
    text-align: center;
}
.fgs_tab1 iframe {
    display: block;
    /*height: 670px;*/
    width: 100%;
    height: 100%;
}
.contact2_2{
    background:#f7f7f7;
    padding:100px 0 170px;
}
.BMap_Marker div{
    width: 32px!important;
}
@media(max-width: 1600px){
    .contact2 {
        padding: 60px 0 ;
    }
}
@media(max-width: 1440px){
    .fgs_tab1 .text1 .cont {
        padding: 20px;
    }    
}
@media(max-width: 1259px){
    .contact2 {
        padding: 40px 0 ;
    }   
    .fgs_tab {
        margin: 30px 0 ;
    } 
    .fgs_tab1 .text1{
        width: 40%;
        margin-right: 2%;
    }
    .fgs_tab1 .cont h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 768px){
    .fgs_tab li{
        width: 15%;
        margin-bottom:10px;
    }
    .fgs_tab li:nth-child(8n){
        margin-right: 2%;
    }
    .fgs_tab li:nth-child(6n){
        margin-right: 0;
    }
    .fgs_tab1 .cont h3{
        font-size:20px;
    }
    .fgs_tab1 .text1 .cont {
        padding: 15px 10px;
    }

}
@media(max-width: 640px){
    .contact2 {
        padding: 30px 0 ;
    } 
    .fgs_tab{
        margin:30px 0 20px;
    } 
    .fgs_tab li{
        width: 32%;
        margin-bottom:10px;
        line-height: 42px;
        height: 42px;
    }
    .fgs_tab li:nth-child(6n){
        margin-right: 2%;
    }
    .fgs_tab li:nth-child(3n){
        margin-right: 0;
    }  
    .fgs_tab1 {
        position:relative;
        display:none;
    }
    .fgs_tab1 .cont h3{
        font-size:18px;
    } 
    .fgs_tab1 .text1 {
        width: 100%;
        margin-right: 0%;
    } 
    .fgs_tab1 .map2 {
        width: 100%;
        height: 220px;
        overflow:hidden;
        display:none;
    }
    .n_maps{
        min-height:400px;
    }
    .contact2_cont{
        height:auto;
    }
}


.job1{
    padding:110px 0;
}
.job1 .title1,.job2 .title1,.job3 .title1{
    text-align: center;
}
.job1 .text1{
    margin-top:40px;
    font-size:16px;
    color:#333;
    padding:0 45px;
}
.job2{
    display: none;
    padding:105px 0 75px;
}
.job2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:55px;
}
.job2 ul li{
    width: 32%;
    margin-right: 2%;
    color: #fff;
    padding:110px 30px 70px;
    margin-bottom:20px;
}
.job2 ul li:nth-child(3){
    margin-right: 0;
}
.job2 ul li:nth-child(4){
    width: 49%;
    padding:115px 30px 100px;
}
.job2 ul li:nth-child(5){
    width: 49%;
    margin-right: 0;
    padding:110px 30px 100px;
}
.job2 ul li h3{
    font-size:26px;
    font-weight: normal;
}
.job2 ul li p{
    font-size:15px;
}
.job3{
    padding:85px 0 110px;
    background:#f8f8f8;
}
.job3 .text1{
    margin:30px 0 60px;
    text-align:center;
    font-size:16px;
    color: #333333;
    line-height: 2.2em;
}
.job3 .text1 strong{
    color: #c81528;
}
.job3 h3{
    font-weight: normal;
    font-size:26px;
    color: #c81528;
    text-align: center;
    padding:20px 0;
}
.school-wrap{

}
.list-title.title2{
    color: #333333;
    background:#f5f5f5;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;

    font-weight: bold;
}
.list-title{
    color: #666666;
    display: flex;
    font-size:16px;
    line-height: 30px;
    padding:8px 0;
}
.list-title div{
    width: 20%;
    text-align: center;
}
.list-title div:nth-child(1){
    width: 40%;
}
.list2{
    border-bottom:1px solid #e1e1e1;    
}
.icon1 span{
    font-size:0;
}
.icon1 i{
    display: inline-block;
    width: 28px;
    height: 28px;
    background:url(../images/add.png) no-repeat center;
/*    line-height: ;*/
    margin-top:2px;
    cursor: pointer;
}
.sub-wrap{
    display: none;
    padding: 30px 105px;
    position: relative;
    background: #fcfcfc;
}
.list2 li.cur .icon1 i{
    transform: rotate(130deg);
}
.list2 li .sub-wrap h2{
    color: #333;
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: bold;
    text-align: left;
    line-height: 1em;
    padding: 35px 0;
    border-bottom: 1px solid #e5e5e5;
}
.school-wrap .list li .sub-wrap .sub-con h5 {
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
    font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con p {
    color: #808080;
    margin-bottom: 8px;
}
.school-wrap .list li .sub-wrap .apply {
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #c81528;
    display: block;
    margin-top:15px;
}
@media(max-width: 1600px){
    .job1,.job2,.job3{
        padding: 70px 0;
    }
    .job2 ul{
        margin-top:40px;
    }
    .job2 ul li {
        padding: 70px 20px;
        margin-bottom: 20px;
    }
    .job2 ul li h3{
        font-size:22px;
    }
    .job2 ul li:nth-child(4),.job2 ul li:nth-child(5){
        padding:70px 20px;
    }
    .job3 .text1 {
        margin: 30px 0;
        line-height: 2em;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .job1,.job2{
        padding: 50px 0;
    } 
    .job2 ul li h3 {
        font-size: 20px;
    }   
    .sub-wrap{
        padding:20px 50px;
    }
    .list2 li .sub-wrap h2{
        padding: 35px 0;
        margin-bottom: 20px;
    }
}
@media(max-width: 1024px){
    .job1 .text1{
        padding:0;
        margin-top:30px;
    }
}
@media(max-width: 768px){
    .job1, .job2, .job3 {
        padding: 50px 0;
    }
    .job2 ul{
        margin-top:30px;
    } 
    .job2 ul li {
        padding: 40px 15px;
        margin-bottom: 15px;
    }   
    .job2 ul li:nth-child(4),.job2 ul li:nth-child(5){
        padding:40px 15px;
    }
    .sub-wrap {
        padding: 15px 20px;
    }
}
@media(max-width: 767px){
    .job1, .job2, .job3 {
        padding: 30px 0;
    }
    .job1 .text1{
        margin-top:20px;
        font-size:15px;
    }
    .job2 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom:10px;
        padding:30px 15px;
    }
    .job2 ul li h3 {
        font-size: 18px;
    }  
    .job2 ul li:nth-child(4), .job2 ul li:nth-child(5){
        width: 100%;
        margin-right: 0;
        padding:30px 15px;
    } 
    .job3 h3{
        font-size:22px;
    }
    .list-title{
        font-size:16px;
        /*line-height: 52px;*/
        /*height: 52px;*/
    } 
    .sub-wrap {
        padding: 15px 0px;
    }
    .list2 li .sub-wrap h2 {
        padding: 15px 0;
        margin-bottom: 10px;
    }
    .school-wrap .list li .sub-wrap .sub-con h5 {
        margin-bottom: 15px;
    }
    .job3 .text1 {
        margin: 20px 0;
        font-size:14px;
    }
    .list-title div:nth-child(1){
        width:80%;
        text-align:left;
        font-size:15px;
    }
    .list-title div:nth-child(2),.list-title div:nth-child(3){
        display:none;
    }

}


.job4{
    padding:50px 0;
}
.job4 h2.title1{
    text-align: center;
}
.job4 .img1{
    text-align: center;
    padding:50px 0;
}
.job4 .text1{
    color: rgba(0,0,0,.4);
    max-width: 960px;
    margin:0 auto;
}
.job4 .img2{
    text-align: center;
    padding:50px 0;
}
.job4 .text2{
    color: rgba(0,0,0,.4);
    max-width: 960px;
    margin:0 auto;
    text-align: center;
}
.job5{
    padding:50px 0;
    background: #f7f7f7;
}
.job5 h2.title1{
    text-align: center;
}
.job5 ul{
    display: flex;
    flex-wrap: wrap;
    max-width: 1112px;
    margin:50px auto 0;
}
.job5 ul li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 50px;
    box-shadow: 0px 0px 10px #ccc;
    padding-bottom: 15px;
}
.job5 ul li:nth-child(4n){
    margin-right: 0;
}
.job5 ul li p{
    margin-top: 20px;
    margin-bottom: 12px;
    padding: 0 17px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
/*video*/
.case_list a .text h3{
    padding-bottom: 25px;
}



@media(max-width: 1600px){

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .case_list a .text h3{
        padding-bottom: 15px;
    }    
}
@media(max-width: 768px){
    .job5 ul{
        margin:30px auto 0;
    }
    .job5 ul li{
        width: 32%;
        margin-bottom: 20px;
        padding-bottom: 5px;        
    }
    .job5 ul li:nth-child(4n){
        margin-right: 2%;
    }
    .job5 ul li:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .case_list a .text h3{
        padding-bottom: 10px;
    } 
    .job4,.job5{
        padding:30px 0;
    }
    .job5 ul{
        margin:20px auto 0;
    }
    .job5 ul li{
        width: 49%;
        margin-bottom: 10px;
        padding-bottom: 5px;        
    }
    .job5 ul li:nth-child(3n){
        margin-right: 2%;
    }
    .job5 ul li:nth-child(2n){
        margin-right: 0;
    }
    .job5 ul li p {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 10px;
    }
}




h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
    display: none;
}


@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:#c81528;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #c81528;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: #c81528;
    vertical-align: middle;
    border: 1px solid #c81528; 
    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: #c81528;
    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:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    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:70px;
    }
}


.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;
    }
}


/* 右侧浮窗 */

#c-right-fixed {
    display: none;
    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: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    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: 11px 0;
    width: 70px;
    height: 70px;
    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: #c81528;
    background: #c81528;
}

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

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

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


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


#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav{position: fixed;right: 1%;bottom: 1%;z-index: 150;}
#fp-nav li{font-size: 0;position: relative;text-align: right;width: 40px;font-family: DINCOND;overflow: hidden;}
#fp-nav li a{color: #fff;display:block;height:28px; position:relative;}
#fp-nav li a:after{content: '';/* float: right; */width: 20px;height: 1px;background: #fff;/* clear: both; */position: absolute;bottom: 0;right: 0;}
.index_nav_y#fp-nav li a{ color: #9a8867;}
.index_nav_y#fp-nav li:after{ background: #dadada;}
#fp-nav li a.active{font-size: 24px;margin:10px 0 0 0;}
#fp-nav li a.active a{heigth:29px;line-height:28px;}
#fp-nav li a.active:after{width: 40px;margin-top: 4px;}
.index_nav_y#fp-nav li.active:after{ background: #9a8867;}
.list_links { padding-bottom:2%;}
.list_links ul li{ float:left; width:20%; padding:1%; margin-bottom: 2%;}
.list_links ul li a{ display:block; background-color:#fff; padding:6px;}
.list_links ul li .pic { padding-bottom:35%; background:no-repeat center center; background-size:contain; border: 1px solid #f5f5f5;}
.list_links ul li h4{ text-align:center; margin-top: 10px;}

#fp-nav li a:before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    text-align: right;
    color: #fff;
    height: 25px;
    line-height: 1em;
    width: 100%;
}
#fp-nav li:nth-child(1) a:before{
    content:'01';
}
#fp-nav li:nth-child(2) a:before{
    content:'02';
}
#fp-nav li:nth-child(3) a:before{
    content:'03';
}
#fp-nav li:nth-child(4) a:before{
    content:'04';
}
#fp-nav li:nth-child(5) a:before{
    content:'05';
}
#fp-nav li:nth-child(6) a:before{
    content:'06';
}
@media(max-width:768px){
    .list_links ul li{ width:33.33%;}
}
@media(max-width:640px){
    .list_links ul li{ width:50%;}
}