﻿/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    box-shadow: 0px 0 10px #ccc;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 82px;
    padding:0 85px;
    position: relative;
}
.logo{
    float: left;
}

.head_r{
    display: flex;
    align-items: center;
}
.language_a{
    display: block;
    padding-left: 25px;
    background: url(../images/language.gif) no-repeat left center;
    background-size: 18px;
    margin-left: 75px;
    margin-right: 25px;
    position: relative;
}
.h_tel{
    font-size:12px;
    color: #828282;
    line-height: 1;
    padding-left: 27px;
    position: relative;
}
.h_tel:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    margin-top:-12px;
    width: 1px;
    height: 24px;
    background:#f0f0f0;
    opacity: 0;
}
.h_tel p strong{
    font-size:18px;
    color: #009349;
    margin-top:3px;
    display: block;
}
.nav{
    display: flex;
}
.nav li{
    /*position: relative;*/
    margin-right: 55px;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 82px;
}
.nav li a:hover{
    color: #009349;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:82px;
    left:-50%;
    z-index: 999;
    background-color: #fff;
    width: 200%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #333;  
    line-height: 35px;  
}
.nav li .b_nav a:hover{
    background: #009349;
    color: #fff;
}

.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: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    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;*/
}
.b_nav2{
    position: absolute;
    top:82px;
    left:0;
    width: 100%;
    background: rgba(255,255,255,.7);
    padding:0 85px;
   display: none;
   box-shadow: 0px 0px 10px #ccc;
}
.b_nav3{
    background: rgba(255,255,255,.82);
    box-shadow: 0px 0px 6px #ccc;
}
.b_nav_cont{
   height: 90px;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.b_nav_cont a{
    margin-right: 85px;
    display: block;
    font-size: 16px;
    color: #666666;
}
.b_nav_cont a:last-child{
    margin-right: 0;
}
.b_nav_cont a:hover{
    color: #009349;
}
.mobileNav{
    display: none;
    background-color: #009349;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}

#c-banner1,#c-banner1 img{
    width: 100%;
    height: 100vh;
}
#c-banner1 video{
    display: block;
    width: 100%;
    height: 100%;
}
#c-banner1 img{
    display: none;
}
.banner_text .wrap{
    transform: translateX(10%);
    transition: 1.3s 0.2s;
    opacity: 0;    
}
#c-banner1 .swiper-slide-active .banner_text .wrap{
    transform: translateX(0%);
    opacity: 1;    
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99; 
    color: #fff;   
}
.wrap{
    max-width: 1352px;
    width: 80%;
    margin:0 auto;
}
.banner_text h2{
    font-size:52px;
    line-height: 1.2;
}
.banner_text p{
    font-size:22px;
    line-height: 1.6;
    margin:35px 0 100px;
}
a.more1{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 46px;
    background:#009349;
    border-radius: 4px;
    font-size:14px;
    color: #fff;
    cursor: pointer;
}
a.more1 i{
    display: block;
    width: 8px;
    height: 14px;
    background:url(../images/more1.png) no-repeat center;
    margin-left: 25px;
    transition: all 0.3s ease-out;
}
a.more1:hover i{
    margin-left: 15px;
}
#c-banner1 .swiper-pagination{
    width: 12px;
    height: 100%;
    left:calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: center;

}
#c-banner1 .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background:#fff;
    position: relative;
    margin:0 0 32px;
    opacity: 1;
}
#c-banner1 .swiper-pagination-bullet:last-child{
    margin-bottom: 0;
}
#c-banner1 .swiper-pagination-bullet-active:after{
    content:'';
    position: absolute;
    left:-6px;
    top:-6px;
    width: 22px;
    height: 22px;
    border:1px solid #009349;
    border-radius: 50%;
}
#c-banner1 .swiper-pagination-bullet-active{
    background:#009349;
}

@media(max-width: 1600px){
    .head{
        padding:0 50px;
    }
    .nav li{
        margin-right: 40px;
    }
    .language_a{
        margin-left: 40px;
    }
    .banner_text h2{
        font-size:32px;
    }
    .banner_text p{
        font-size:16px;
    }
    .wrap{
        width:85%;
    }
    a.more1{
        width:140px;
    }
    .b_nav_cont{
        height:80px;
    }
    .b_nav_cont a{
        margin-right:60px;
    }
}
@media(max-width: 1440px){
    .nav li{
        margin-right:20px;
    }
    .nav li a{
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    /*.nav li{*/
    /*    margin-right: 30px;*/
    /*}*/
    .language_a{
        margin-left: 30px;
    }
    .banner_text h2{
        font-size:28px;
    }
    .banner_text p {
        font-size: 15px;
        margin: 20px 0 50px;
    }
    a.more1{
        height:42px;
    }
    .b_nav2{
        padding:0 50px;
    }
    .b_nav_cont a{
        margin-right:30px;
    }
}
@media(max-width: 1199px){
    .head{
        padding:0 35px;
    }
    .h_tel{
        display:none;
    }
}
@media(max-width: 1099px){
    .nav li{
        margin-right: 15px;
    } 
    .language_a{
        margin-left: 20px;
        margin-right: 20px;
    }   
    .h_tel{
        padding-left: 20px;
    }    
}
@media(max-width: 1024px){
    .wrap{
        width:92%;
    }
}
@media(max-width: 991px){
    .head{
        height: 60px;
        padding:0 20px;
    }

    .head_r{
        flex-direction: row-reverse;
    }
    .language_a{
        display: none;
    }
    .nav,.h_tel:before{
        display: none;
    }
    .h_tel{
        display:block;
        padding-left: 0;
        margin-right: 30px;
    }
    #c-banner1 .swiper-pagination{
        display:none;
    }
    #c-banner1, #c-banner1 img {
        width: 100%;
        height: auto;
    }
    .banner_text h2 {
        font-size: 22px;
        margin-bottom:20px;
    }
    .banner_text p{
        display:none;
    }
}
@media(max-width: 820px){
    .menu-button{
        display: block;
    }
}
@media(max-width: 640px){
    .head{
        padding:0 4%;
    }
    #c-banner1{
        margin-top:50px;
    }
    .banner_text h2{
        font-size:18px;
    }
    a.more1 {
        width: 120px;
        font-size:13px;
        line-height:38px;
    }
    a.more1 i{
        margin-left:15px;
    }
    a.more1:hover i{
        margin-left:10px;
    }
    .logo{
        width: 40%;
/*        float: none;*/
    }
    .menu-button{
        top:25px;
    }
    .section_scroll{
        display:none;
    }
    #c-banner1 video{
        /*display:none;*/
        /*height:auto;*/
    }
    #c-banner1 img{
        display:block;
        z-index:-1;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
}


.swiper-wrap {
    width: 100vw;
    height: 100vh;
    position: relative;
    left: 0;
    top: 0;
}
.swiper-wrap .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-wrap .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-wrap .swiper-container .swiper-slide.auto {
    height: auto;
}
.index1{
    padding:120px 0 130px;
}
.index_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}
h2.index_t1{
    font-size:40px;
    color: #000000;
    line-height: 1;
}
.index1_cont{
    display: flex;
    flex-wrap: wrap;
    padding:0 85px;
}
.index1_l{
    width: calc(36% - 5px);
    margin-right: 10px;
}
.index1_l a{
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:url(../images/p1_bg.jpg) no-repeat center;
    background-size: cover;
    height: 760px;
    position: relative;
}
.index1_l a:after{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    background: rgba(0,0,0,.46);
    color: #fff;
    opacity: 0;    
}
.index1_l a:hover:after{
    opacity: 1;
}
.index1_l a:hover p.p1,.index1_l a:hover p.p2{
    color: #fff;
}
.index1_l a .text,.index1_l a .img1{
    position: relative;
    z-index: 9;
}
.index1_l a p.p1{
    font-size:36px;
    color: #000000;
    line-height: 1;
}
.index1_l a p.p2{
    font-size:16px;
    color: #666666;
    line-height: 1;
    margin:25px 0 55px;
}
.index1_l a p.p3{
    font-size:16px;
    color: #009349;
}
.index1_l a .img1{
    margin-top:50px;
    padding:0 10%;
}

.index1_r{
    width: calc(64% - 5px);
}
.index1_list{
    display: flex;
    flex-wrap: wrap;    
}
.index1_list a:nth-child(1){
    display: none;
}
.index1_list a{
    width: 54%;
    height: 375px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px 5%;
    position: relative;
}
.index1_list a:nth-child(3),.index1_list a:last-child{
    margin-right: 0;
}
.index1_list a:nth-child(3),.index1_list a:nth-child(4){
    width: calc(46% - 10px);
}
.index1_list a:nth-child(2){
    background:url(../images/p2_bg.jpg) no-repeat center;
    background-size: cover; 
}
.index1_list a:nth-child(3){
    background:url(../images/p3_bg.jpg) no-repeat center;
    background-size: cover; 
}
.index1_list a:nth-child(4){
    background:url(../images/p4_bg.jpg) no-repeat center;
    background-size: cover; 
    margin-bottom: 0;
}
.index1_list a:nth-child(5){
    background:url(../images/p5_bg.png) no-repeat center;
    background-size: cover; 
    margin-bottom: 0;
}
.index1_list a .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:rgba(0,0,0,.46);
    color: #fff;
    opacity: 0;
}
.index1_list a .text .p1{
    font-size:36px;
    line-height: 1;
}
.index1_list a .text .p2{
    font-size:16px;
    line-height: 1;
    margin:25px 0 55px;
}
.index1_list a .text .p3{
    font-size:16px;
    color: #009349;
}
.index1_list a:hover .text{
    opacity: 1;
}
@media(max-width: 1600px){
    .index1{
        padding:90px 0;
    }
    .index_top{
        margin-bottom:45px;
    }
    h2.index_t1{
        font-size:32px;
    }
    .index1_l a{
        height:600px;
    }
    .index1_l a p.p1,.index1_list a .text .p1{
        font-size:32px;
    }
    .index1_l a p.p2,.index1_list a .text .p2{
        font-size: 14px;
        margin: 20px 0 35px;
    }
    .index1_l a p.p3,.index1_list a .text .p3{
        font-size:15px;
    }
    .index1_list a{
        height:295px;
    }
}
@media(max-width: 1280px){
    .index1{
        padding:70px 0;
    } 
    .index1_l a{
        height:500px;
    }
    .index1_l a .img1{
        margin-top:35px;
    }
    .index1_l a p.p1,.index1_list a .text .p1{
        font-size:24px;
    }
    .index1_l a p.p2,.index1_list a .text .p2{
        margin: 20px 0 20px;
    }
    .index1_l a p.p3,.index1_list a .text .p3{
        font-size:14px;
    }
    .index1_list a{
        height:245px;
    }

}
@media(max-width: 1024px){
    .index1_cont{
        padding:0 50px;
    }    
}
@media(max-width: 820px){
    .index1{
        padding:55px 0;
    } 
    .index_top{
        margin-bottom:30px;
    }
    h2.index_t1{
        font-size:26px;
    }
    .index1_cont{
        padding:0 35px;
    }
    .index1_l a {
        height: 400px;
    }
    .index1_l a p.p1, .index1_list a .text .p1 {
        font-size: 20px;
    }
    .index1_l a p.p2, .index1_list a .text .p2 {
        margin: 15px 0 20px;
    }
    .index1_l a .img1 {
        margin-top: 20px;
    }
    
    .index1_list a {
        height: 195px;
    }
}
@media(max-width: 640px){
    .index1{
        padding:35px 0;
    }  
    .index_top{
        margin-bottom:25px;
    }
    h2.index_t1{
        font-size:22px;
    }
    .index1_cont{
        padding:0 4%;
    }
    .index1_l{
        width:100%;
        margin-right: 0px;
        margin-bottom:10px;
    }
    .index1_l a{
        height:auto;
        padding:25px 20px;
    }
    .index1_r{
        width:100%;
    }
    .index1_list a .text{
        padding:10px;
        opacity:1;
    }
    .index1_list a {
        height: 165px;
    }
    .index1_l a p.p1, .index1_list a .text .p1 {
        font-size: 16px;
    }
    .index1_l a p.p2, .index1_list a .text .p2{
        line-height:1.4;
        margin: 12px 0 15px;
    }
}


.index2{
    height: 860px;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.index2_tabs .tab1{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -9;
    transform: scale(1.2);
    transition: all 0.5s ease-out;
}
.index2_tabs .tab1.on{
    transform: scale(1);
    z-index: -1;
}

.index2_c{

}
.index2_c .index2_text{
    display: none;
    padding-top:135px;
}
.index2_c .index2_text span{
    font-size:20px;
    line-height: 1;
    display: block;
    margin-bottom: 45px;
}
.index2_c .index2_text h3{
    font-size:40px;
    line-height: 1.4;
}
.index2_c .index2_text p{
    font-size:18px;
    line-height: 1.8;
    margin: 15px 0 105px;
    max-width: 635px;
    width: 60%;
}
.index2_img .img1{
    display: none;
    position: absolute;
    right:0;
    top:150px;
    width: 40%;
}
.index2_list{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    z-index: 9;
}
.index2_list li{
    width: calc(100% / 6);
    text-align: center;
    background:rgba(0,147,73,.28);
    height: 220px;
    padding:45px 15px 15px;
    border-right: 1px solid rgba(255,255,255,.12);
    border-top: 1px solid rgba(255,255,255,.12);
    cursor: pointer;
}
.index2_list li .img1{
    line-height: 72px;
}
.index2_list li p{
    font-size:20px;
    color: #fff;
    line-height: 1.4;
    margin-top:25px;
}
.index2_list li.cur{
    background:rgba(0,147,73,.7);    
}
@media(max-width: 1600px){
    .index2{
        height:700px;
    }
    .index2_img .img1{
        top:100px;
        width:35%;
    }
    .index2_c .index2_text{
        padding-top:100px;
    }
    .index2_c .index2_text span {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .index2_c .index2_text h3 {
        font-size: 26px;
    }
    .index2_c .index2_text p {
        font-size: 16px;
        margin: 15px 0 60px;
    }
    .index2_list li{
        height:160px;
        padding:25px 15px 15px;
    }
    .index2_list li .img1{
        line-height:55px;
    }
    .index2_list li .img1 img{
        max-height:55px;
    }
    .index2_list li p{
        font-size:15px;
        margin-top:15px;
    }
}
@media(max-width: 1280px){
    .index2 {
        height: 550px;
    }
    .index2_c .index2_text {
        padding-top: 60px;
    }
    .index2_c .index2_text span {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .index2_c .index2_text h3 {
        font-size: 22px;
    }
    .index2_c .index2_text p {
        font-size: 14px;
        margin: 10px 0 35px;
    }
    .index2_img .img1 {
        top: 60px;
    }
}
@media(max-width: 1024px){
    .index2_list li .img1 {
        line-height: 45px;
    }
    .index2_list li .img1 img{
        max-height:45px;
    }
    .index2_list li p{
        font-size:14px;
    }
}
@media(max-width: 820px){
    .index2 {
        height: 500px;
    }
    .index2_list li{
        height:auto;
        padding:15px 10px;
    }
}
@media(max-width: 640px){
    .index2_c .index2_text{
        padding-top: 35px;
    }
    .index2_c .index2_text h3 {
        font-size: 18px;
    }
    .index2_c .index2_text p{
        width:100%;
        margin: 10px 0 25px;
    }
    .index2_img{
        display:none;
    }
    .index2_list li{
        width:calc(100% / 3);
    }
    .index2_list li .img1 {
        line-height: 30px;
    }
    .index2_list li .img1 img{
        max-height:30px;
    }
    .index2_list li p{
        font-size:13px;
        margin-top: 10px;
    }
}


.index3{
    background:url(../images/index3_bg.jpg) no-repeat center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    margin-bottom: 220px;
}
.index3 .wrap{
    padding:155px 0 245px;
    position: relative;
}
.index3 h2{
    font-size:40px;
    line-height: 1.4;
}
.index3 .txt{
    font-size:18px;
    margin:50px auto 100px;
    max-width: 825px;
    line-height: 1.8;
}
.index3 a.more1{
    margin:0 auto;
}
.index_num{
    position: absolute;
    bottom:-110px;
    left:0;
    width: 100%;
    background:#fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 220px;
}
.index_num li{
    width: 25%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.index_num li:after{
    content:'';
    position: absolute;
    right:0;
    width: 1px;
    height: 120px;
    top:50%;
    margin-top:-60px;
    border-radius: 0.5px;
    background:#eaeaea;
}
.index_num li:last-child:after{
    display: none;
}
.index_num li .c-vData{
    font-size:52px;
    color: #009349;
    font-weight: bold;
    line-height: 1;
}
.index_num li .p2{
    font-size:18px;
    color: #555555;
    line-height: 1.4;
    margin-top:22px;
}
@media(max-width: 1600px){
    .index3{
        margin-bottom:150px;
    }
    .index3 .wrap{
        padding:120px 0 200px;
    }
    .index3 h2{
        font-size:32px;
    }
    .index3 .txt {
        font-size: 16px;
        margin: 35px auto 70px;
    }
    .index_num{
        height:150px;
        bottom:-75px;
    }
    .index_num li .c-vData{
        font-size:36px;
    }
    .index_num li .p2 {
        font-size: 15px;
        margin-top: 15px;
    }
}
@media(max-width: 1280px){
    .index3{
        margin-bottom:120px;
    }
    .index3 .wrap{
        padding:90px 0 180px;
    }
    .index3 h2{
        font-size:26px;
    }
    .index3 .txt {
        font-size: 15px;
        margin: 25px auto 50px;
    }
    .index_num{
        height:120px;
        bottom:-60px;
    }
    .index_num li .c-vData{
        font-size:30px;
    }
    .index_num li .p2 {
        font-size: 14px;
    }    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index3 .wrap {
        padding: 60px 0 135px;
    } 
    .index_num li .c-vData {
        font-size: 26px;
    }
}
@media(max-width: 640px){
    .index3{
        margin-bottom:80px;
    }
    .index3 .wrap {
        padding: 45px 0 100px;
    }
    .index3 h2 {
        font-size: 20px;
    }
    .index3 .txt {
        font-size: 14px;
        margin: 15px auto 35px;
    }
    .index_num {
        height: 90px;
        bottom: -45px;
    }
    .index_num li .c-vData {
        font-size: 20px;
    }
    .index_num li .p2 {
        font-size: 12px;
        margin-top:10px;
    }
}


.index4{
    padding:105px 0 120px;
    position: relative;
}
.index4:after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 350px;
    background:#f8f8f8;
    z-index: -1;
}
#index_news{
    padding-bottom:64px;
    position: relative;
}
#index_news .swiper-pagination{

}
.news_list1 a{
    display: block;
}
.news_list1 .text{

}
.news_list1 .text .p1{
    font-size:14px;
    color: #999999;
    padding-left: 22px;
    background:url(../images/date.png) no-repeat 1px center;
    margin:30px 0 24px;
}
.news_list1 .text h3{
    font-size:22px;
    color: #333333;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 25px;
}
.news_list1 .text .p2{
    font-size:16px;
    color: #888888;
    line-height: 1.8;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#index_news .swiper-pagination{
    top:calc(100% - 4px);
    height: 4px;
    background-size: #bdbdbd;
}
#index_news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#009349;
}
.news_list1 a:hover .img img{
    transform: scale(1.1);
}
.news_list1 a:hover .text h3{
    color: #009349;
}
@media(max-width: 1600px){
    .index4{
        padding:90px 0;
    }
    #index_news{
        padding-bottom:50px;
    }
    .news_list1 .text .p1{
        margin:20px 0 15px;
    }
    .news_list1 .text h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .news_list1 .text .p2{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .index4{
        padding:70px 0;
    }    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index4{
        padding:55px 0;
    }    
}
@media(max-width: 640px){
    .index4{
        padding:35px 0;
    } 
    #index_news {
        padding-bottom: 35px;
    }
    .news_list1 .text .p1 {
        margin: 15px 0 10px;
    }
    .news_list1 .text h3 {
        margin-bottom: 10px;
    }
}


footer{
    background:#edf1f3;
    padding:0 85px;
}
.foot{
    padding:100px 0 125px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot_l{
    width: 30%;
}
.f_contact{
    margin-top:55px;
}
.f_contact p{
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
}
.f_contact p strong{
    font-size:22px;
    color: #333333;
    font-weight: normal;
}
.f_contact p:nth-child(3),.f_contact p:nth-child(5),.f_contact p:nth-child(7){
    margin-top:10px;
}
.f_nav{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_nav li{

}
.f_nav li h3{
    font-size:20px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 28px;
}
.f_nav li a{
    display: block;
    font-size:15px;
    color: #666666;
    line-height: 35px;
}
.f_nav li a:hover{
    color: #009349;    
}
.f_nav li p{
    font-size:14px;
    color: #666666;
    margin-top:10px;
    text-align: center;
}
.copyright{
    text-align: center;
    padding:20px 0;
    border-top:1px solid #dbdbdb;
    font-size:16px;
    color: #333333;
}
.copyright a{
    font-size:16px;
    color: #333333;
}
.copyright a:hover{
    color: #009349;
}
@media(max-width: 1600px){
    .foot{
        padding:50px 0 70px;
    }
    .f_contact p strong{
        font-size:18px;
    }
    
    .f_nav{
        width:66%;
    }
    .f_nav li h3{
        font-size:17px;
        margin-bottom:15px;
    }
    .f_nav li a{
        font-size:14px;
        line-height:30px;
    }
    .copyright{
        padding: 10px 0;
        font-size:14px;
    }
    .copyright a{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .foot{
        padding:30px 0 50px;
    }    
}
@media(max-width: 1024px){
    footer{
        padding:0 50px;
    }
    .foot {
        padding: 30px 0;
    }
    .f_logo img{
        width:180px;
    }
    .f_contact{
        margin-top:40px;
    }
    .f_nav li:last-child{
        display:none;
    }
}
@media(max-width: 820px){
    footer{
        padding:0 35px;
    }  
    .f_nav li:nth-child(4){
        display:none;
    }
}
@media(max-width: 640px){
    footer{
        padding:0 4%;
    }  
    .foot {
        padding: 30px 0 15px;
    }
    .foot_l{
        width:100%;
    }
    .f_contact {
        margin-top: 25px;
    }
    .f_nav{
        display:none;
    }
    .copyright,.copyright a{
        font-size:13px;
    }
}


/*----- 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;
}



/*------------内页-------------------*/
.h82{
    width: 100%;
    height: 82px;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 600px;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 98;
    color: #fff;
}
.wrap2{
    max-width: 1450px;
}
.n_banner_text h2{
    font-size:48px;
    font-weight: normal;
}
.banner_sort{
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    text-align:center;
    z-index: 99;    
}
.banner_sort .sort{
    display: flex;
}
.banner_sort .sort li{
    margin-right: 52px;
}
.banner_sort .sort li:last-child{
    margin-right: 0;
}
.banner_sort .sort li a{
    display: block;
    font-size:18px;
    color: rgba(255,255,255,.6);
    line-height: 1;
    padding-bottom:20px;
    position: relative;
}
.banner_sort .sort li a:after{
    content:'';
    position: absolute;
    bottom: 0;
    left:50%;
    width: 0%;
    height: 2px;
    background:#f5f5f5;
    transition: all 0.3s ease-out;
}
.banner_sort .sort li:hover a:after,.banner_sort .sort li.cur a:after{
    left:0%;
    width: 100%;
}
.sitemp{
    display: none;
}
@media(max-width: 1600px){
    .n_banner{
        height:500px;
    }
    .n_banner_text h2{
        font-size:40px;
    }
}
@media(max-width: 1280px){
    .n_banner{
        height:400px;
    }
    .n_banner_text h2{
        font-size:32px;
    }  
    .banner_sort{
        bottom:30px;
    }
    .banner_sort .sort li a{
        font-size:16px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .h82{
        height:60px;
    }
    .n_banner{
        height:300px;
    }
    .n_banner_text h2{
        font-size:26px;
    } 
    .banner_sort{
        bottom:20px;
    }
    .banner_sort .sort li{
        margin-right:35px;
    }
    .banner_sort .sort li a{
        font-size:15px;
    }
}
@media(max-width: 640px){

    .n_banner{
        height:200px;
    }
    .n_banner_text h2{
        font-size:22px;
    }   
    .banner_sort{
        bottom:15px;
    }
    .banner_sort .sort li a{
        padding-bottom:12px;
    }
}

.sitemp2{
    padding:0 85px;
    margin:107px 0 58px;
}
.site{
    padding-left: 22px;
    background:url(../images/home.png) no-repeat left center;
    display: flex;
    align-items: center;
}
#product{
    touch-action: pan-x;
    width: 100vw;
    height: 100vh;
    position: relative;
    left: 0;
    top: 0;
}
#product .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding:0 85px;
}
.product_list2{
    display: flex;
    flex-wrap: wrap;   
    padding-left: 285px; 
}
.product_list2 .img{
    width: 44%;
}
.product_list2 .text{
    width: 56%;
    padding:30px 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product_list2 .text h3{
    font-size:40px;
    color: #000000;
    font-weight: normal;
    line-height: 1;
}
.product_list2 .text .txt{
    font-size:18px;
    color: #333333;
    margin:30px 0 65px;
    line-height: 1.8;
}
#product .swiper-pagination{
    left: 85px;
    top: 170px;
    transform: none;
    max-width: 260px;
}
#product .swiper-pagination span{
    font-size: 18px;
    color: #555555;
    height: 45px;
    position: relative;
    width: 170px;
    border-radius: 0;
    background: none;
    opacity: 1;
}
#product .swiper-pagination span:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 14px;
    height: 4px;
    background:#009349;
    border-radius: 2px;
    margin-top:-2px;
    opacity: 0;
}
#product .swiper-pagination span.swiper-pagination-bullet-active:before{
    opacity: 1;
}
#product .swiper-pagination span:after{
    content:'';
    position: absolute;
    left: 25px;
    top:0;
    line-height: 45px;
}
#product .swiper-pagination span.swiper-pagination-bullet-active:after{
    color: #009349;
}
#product .swiper-pagination span:nth-child(1):after{
    content:'斜插套叠系列';
}
#product .swiper-pagination span:nth-child(2):after{
    content:'可折叠系列';
}
#product .swiper-pagination span:nth-child(3):after{
    content:'可堆系列';
}
#product .swiper-pagination span:nth-child(4):after{
    content:'定制系列';
}
#product .swiper-pagination span:nth-child(5):after{
    content:'零件系列';
}
#product .swiper-pagination span:nth-child(6):after{
    content:'托盘系列';
}
#product .swiper-pagination span:nth-child(7):after{
    content:'静音手推车系列';
}

.n_product{
    padding:0 85px 125px;
}
.left1{
    width: 300px;
    float: left;
}
.p_sort{

}
.p_sort li{
    margin-bottom: 2px;
}
.p_sort li a{
    display: block;
    line-height:62px;
    padding:0 35px;
    background:#eeeeee;
    font-size:18px;
    color: #333333;
    position: relative;
}
.p_sort li a.list_item1:after{
    content:'';
    position: absolute;
    right:32px;
    top:50%;
    width: 7px;
    height: 12px;
    background:url(../images/dian.png) no-repeat center;
    margin-top:-6px;
    opacity: 0;
}
.p_sort li a.on,.p_sort li.cur a.list_item1{
    background:#009349;
    color: #fff;
}
.p_sort li a.on:after,.p_sort li a.list_item1:after{
    opacity: 1;
}
.p_sort li.cur .layer2,.p_sort li .layer2.cur{
    display: block!important;
}
.p_sort li .layer2 a{
    text-indent: 2em;
    font-size: 16px;
    line-height: 45px;
}
.p_sort li .layer2 a.on{
    background: #eeeeee;
    color: #009349;
}
.p_sort li .layer2 a:after{
    display: none;
}
.right1{
    float: right;
    width: calc(100% - 300px);
    padding-left: 145px;
}
.p_intro{

}
.p_intro h2{
    font-size:36px;
    color: #000000;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 22px;
}
.p_intro_txt{

}
.product_list{
    margin-top:60px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.product_list.cur{
    z-index: 1000;
}
.product_list li{
    width: calc(33.33333% - 16px);
    margin-right: 24px;
    border:1px solid #dbdbdb;
    cursor: pointer;
    margin-bottom: 60px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li h3{
    font-size:16px;
    color: #333;
    font-weight: normal;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;;
    line-height: 1.5;
    border-top:1px solid #dbdbdb;
}
.product_list li .text1:hover .img img{
    transform: scale(1.1);
}
.product_list li .text1:hover h3{
    background:#009349;
    color: #fff;
}
.product_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999999;
    background:rgba(51,51,51,.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
}
.product_box .cont{
    position: relative;
    max-width: 1300px;
    width: 90%;
    margin:0 auto;
    padding:26px 70px 95px;
    background:#fff;
}
.close1{
    text-align: right;
}
.product_box h1{
    font-size:36px;
    color: #000000;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    margin:10px 0 75px;
}
.product_box_c{
    display: flex;
    flex-wrap: wrap;
}
.product_box_c .img1{
    width: 50%;
    background: #f3f5f7;
}
.product_box_c .text{
    width: 50%;
    padding:0px 0 0px 70px;
}
.product_box_c .text h2{
    font-size:26px;
    color: #009349;
    line-height: 1;
}
.product_box_c .text p.p1{
    font-size:18px;
    color: #000000;
    margin:22px 0 7px;
    font-weight: bold;
}
.product_box_c .text .txt{
    font-size:15px;
    color: #333333;
    margin-bottom: 60px;
    line-height: 1.8;
}
.product_box_c .text p{
    display: flex;
    flex-wrap: wrap;
}
.product_box_c .text p em{
    width: 50%;
    font-style: normal;
}
.product_list li.cur .product_box{
    /*display: flex;*/
    opacity: 1;
    z-index: 999999;
    visibility: visible;
}
.p_sitemp{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    /*flex-direction: row-reverse;*/
    position: sticky;
    left: 0;
    top: 82px;
    width: 100%;
    background: #fff;
    z-index: 999;
}
body.cur .p_sitemp{
    position: relative;
    top:0;
}
@media(max-width: 1600px){
    #product .swiper-pagination span{
        font-size:15px;
    }
    .product_list2 .text{
        padding:30px 90px;
    }
    .product_list2 .text h3{
        font-size:32px;
    }
    .product_list2 .text .txt {
        font-size: 15px;
        margin: 20px 0 50px;
    }
    .left1{
        width:240px;
    }
    .p_sort li a{
        font-size:16px;
        line-height:50px;
        padding: 0 20px;
    }
    .right1{
        width: calc(100% - 240px);
        padding-left:90px;
    }
    .p_intro h2{
        font-size:26px;
        margin-bottom: 15px;
    }
    .product_list{
        margin-top:30px;
    }
    .product_list li{
        margin-bottom: 30px;
    }
    .product_list li h3{
        font-size:15px;
    }
    .product_box .cont{
        padding:26px 50px 65px;
    }
    .product_box h1{
        font-size:32px;
        margin: 10px 0 50px;
    }
    .product_box_c .text{
        padding: 0px 0 0px 50px;
    }
    .product_box_c .text h2{
        font-size:20px;
    }
    .product_box_c .text p.p1 {
        font-size: 16px;
        margin: 15px 0 7px;
    }
    .product_box_c .text .txt{
        font-size:14px;
        margin-bottom: 35px;
    }
}
@media(max-width: 1280px){
    .sitemp2{
        padding:0 50px;
    }
    #product .swiper-pagination{
        left:50px;
    }
    .product_list2{
        padding-left:240px;
    }
    .product_list2 .text h3 {
        font-size: 26px;
    }
    .n_product{
        padding:0 50px 60px;
    }
    .product_box .cont {
        padding: 20px 50px 50px;
    }
    .product_box h1{
        font-size:28px;
        margin: 10px 0 30px;
    }
    .product_box_c .text p.p1 {
        font-size: 15px;
        margin: 10px 0 5px;
    }
}
@media(max-width: 1024px){
    .product_list2{
        padding-left:200px;
    } 
    .product_list2 .text {
        padding: 15px 50px;
    }

    .left1{
        width:200px;
    }
    .p_sort li a{
        font-size:15px;
        line-height:45px;
        padding: 0 15px;
    }
    .right1{
        padding-left:60px;
        width: calc(100% - 200px);
    }
    .p_intro h2{
        font-size:22px;
        margin-bottom: 10px;
    }
    .product_list{
        margin-top:25px;
    }
    .product_list li{
        margin-bottom: 20px;
    }
    .product_list li h3{
        height:50px;
        font-size:14px;
    }
    .product_box h1{
        font-size:24px;
        margin: 10px 0 25px;
    }
    .product_box_c .text .txt {
        font-size: 13px;
        margin-bottom: 20px;
    }
}
@media(max-width: 991px){
    .product_box .cont {
        padding: 20px 30px 35px;
    }
    .product_box h1{
        font-size:20px;
        margin: 10px 0 20px;
    } 
    .product_box_c .text {
        padding: 0px 0 0px 30px;
    }
    .p_sitemp{
        top:60px;
    }
}
@media(max-width: 820px){
    .sitemp2 {
        padding: 0 30px;
        margin: 90px 0 35px;
    }
    #product .swiper-pagination{
        display:none;
    }
    #product .swiper-slide{
        padding:0 30px;
    }
    .product_list2{
        padding-left:0px;
    } 
    .product_list2 .img{
        width:80%;
        margin:0 auto;
    }
    .product_list2 .text{
        width:100%;
        padding:30px 0 0;
    }
    .product_list2 .text h3 {
        font-size: 22px;
    }
    .n_product {
        padding: 0 30px 50px;
    }
    .left1 {
        width: 160px;
    }
    .p_sort li a:after{
        right:15px;
    }
    .right1 {
        padding-left: 40px;
        width: calc(100% - 160px);
    }
    .p_intro h2 {
        font-size: 18px;
    }
}
@media(max-width: 640px){
    .p_sitemp{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        flex-direction: row;
    }
    .search{
        display:block;
        /*margin-bottom:15px;*/
    }
    #product .swiper-slide{
        padding:0 4%;
    }
    .product_list2 .img{
        width:100%;
    }
    .product_list2 .text .txt {
        font-size: 14px;
        margin: 15px 0 30px;
    }  
    .product_list2 .text h3{
        font-size:17px;
    }
    .sitemp2 {
        padding: 0 4%;
        margin: 70px 0 25px;
    }
    .n_product {
        padding: 0 4% 35px;
    }
    .right1 {
        padding-left: 0px;
        width: 100%;
        /*margin-top:30px;*/
    }
    .p_intro h2 {
        font-size: 16px;
    }
    .product_list li {
        width:49%;
        margin-right:2%;
        margin-bottom: 15px;
    }
    .product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }
    .product_box .cont {
        padding: 15px 20px 15px;
        margin-top: 30px;
    }
    .product_box h1{
        font-size:18px;
        margin: 10px 0 15px;
    }
    .product_box_c .img1{
        width:100%;
        padding:0 10%;
        text-align:center;
    }
    .product_box_c .img1 img{
        max-height:150px;
    }
    .product_box_c .text{
        width:100%;
        padding:20px 0 0;
    }
    .product_box_c .text h2 {
        font-size: 16px;
    }
    .product_box_c .text p.p1 {
        font-size: 14px;
        margin: 5px 0 2px;
    }
    .product_box_c .text .txt{
        font-size:12px;
        margin-bottom:0;
    }
    .product_box_c .text a{
        display:none;
    }
    .close1 img{
        width:30px;
    }
    .left1{
        width:100%;
    }
    .p_sort{
        display:flex;
        flex-wrap:wrap;
        padding-bottom:30px;
    }
    .p_sort li{
        width:32%;
        margin-right:2%;
        margin-bottom:5px;
    }
    .p_sort li:nth-child(3n){
        margin-right:0;
    }
    .p_sort li a {
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        justify-content:center;
        font-size: 13px;
        height: 45px;
        line-height:1.4;
        padding: 0 5px;
    }
    .p_sort li a:after{
        display:none;
    }
}
@media(max-width:460px){
    .product_box_c .text p em{
        width: 100%;
    }

}


.search{
    height: 100%;
    position: relative;
}
/*.search .ss{*/
/*    padding:0 45px 0 45px;*/
/*    background: url(../images/ss.png) no-repeat 45px center;*/
/*    position: relative;*/
/*    width: 19px;*/
/*    height: 100%;*/
/*}*/
#formsearch{
    display: flex;
    width: 200px;
    border:1px solid #dbdbdb;
}
#keyword{
    width: 150px;
    line-height: 40px;
    outline: none;
    border:none;
    padding:0 10px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: #009349;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:991px){
    .search{
        margin-right:20px;
    }
}
@media(max-width:767px){
    .search{
        position: fixed;
        top:60px;
        z-index: 90;
        margin-right:0;
        /*padding:0 4%;*/
        width:100%;
        height:auto;
        margin-bottom:0;
        left:0%;
        padding:0px 4% 0 4%;
        /*background:#fff;*/
        border-top:1px solid #dbdbdb;
        /*box-shadow:0 0 10px #ccc inset;*/
    }
    #formsearch{
        width:100%;
    }
    #keyword{
        width:calc(100% - 50px);
    }
    .search_ts{
        top: 40px;
        left: 4%;
        width: 56%;
    }
}


#yf1{
    padding:110px 0 115px;
}
.n_t1 h2{
    text-align: center;
    font-size:40px;
    color: #000000;
    position: relative;
    font-weight: normal;
    line-height: 1;
    padding-bottom:23px;
}
.n_t1 h2:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    margin-left: -41px;
    width: 82px;
    height: 4px;
    background:#009349;
}
.yf1_c{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.yf1_l{
    width: calc(100% - 320px);
    padding-right: 130px;
}
.yf1_l h3{
    font-size:30px;
    color: #000000;
}
.num_list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:90px 0 80px;
}
.num_list2 li{
    font-size:16px;
    color: #666666;
    text-align: center;
    line-height: 1;
}
.num_list2 li .p1{

}
.num_list2 li .p1 span{
    font-size:60px;
    color: #666666;
    font-weight: bold;
}
.num_list2 li .p1 sub{

}
.num_list2 li .p2{
    margin-top:15px;
}
.yf1_l .text{
    font-size:16px;
    color: #666666;
}
.yf1_r {
  width: 460px;
  position: relative;
  margin-right: -28px;
}
.yf1_r img {
  width: 84.2%;
  margin-left: 9.4%;
}
.yf1_r .text1 {
  position: absolute;
  left: 53%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.yf1_r .text1 h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
.yf1_r .text1 h6 span {
  font-size: 60px;
  font-weight: bold;
  color: #333;
  font-family: "DIN Alternate";
}
.yf1_r .text2 {
  background: #004499;
  position: absolute;
  left: 14%;
  top: 58%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 127px;
  height: 127px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.yf1_r .text2 h6 {
  font-size: 16px;
  font-weight: 100;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
}
.yf1_r .text2 h6 span {
  font-size: 40px;
  font-weight: bold;
  font-family: "DIN Alternate";
}
.yf1_r .text2 h6:last-child{
    margin-top:8px;
}
.yf1_r .text3 {
/*  width: 150px;
  height: 150px;*/
  left: 85%;
  top: 82%;
  background:#009349;
}
.yf1_r .text4 {
  background: #43b7e2;
/*  width: 140px;
  height: 140px;*/
  left: 80%;
  top: 18%;
}
.yf2{
    padding:0 85px;
}
.yf2 ul{
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    padding: 72px 0;
    background:url(../images/yf2.jpg) no-repeat center;
    background-size: cover;
}
.yf2 ul li{
    width: 25%;
    padding: 0 2.5% 50px 2.5%;
    color: #ffffff;
    overflow: hidden;
    border-right: 1px solid rgba(253, 253, 253, 0.4);
}
.yf2 ul li h3{
    font-size:30px;
    line-height: 1.3;
    margin-bottom: 50px;
}
.yf2 ul li p{
    font-size:16px;
}
.yf2 ul li > * {
    position: relative;
    top: 260px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.yf2 ul li:hover > * {
  top: 0;
  opacity: 1;
}
.yf3{
    padding:110px 0 130px;
}
.yf3_top{
    margin-bottom: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.n_t2{

}
.n_t2 .p1{
    font-size:40px;
    color: #000000;
    line-height: 1;
}
.n_t2 .p2{
    font-size:16px;
    color: #666666;
    margin-top:8px;
}
.yf3_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top:25px;
}
.yf3_li li{
    margin-right: 45px;
    font-size:16px;
    color: #333333;
    line-height: 1;
    padding-bottom:12px;
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}
.yf3_li li:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0%;
    height: 2px;
    background:#009349;
    transition: all 0.3s ease-out;
}
.yf3_li li:last-child{
    margin-right: 0;
}
.yf3_li li:hover,.yf3_li li.on{
    color: #009349;
}
.yf3_li li:hover:after,.yf3_li li.on:after{
    width: 100%;
    left:0;
}

.yf3_c{
    height: 450px;
    position: relative;
}
.yf3_tab{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    opacity: 0;
    z-index: -99;
}
.yf3_tab.on{
    opacity: 1;
    z-index: 9;
}
.yf_bottom{
    margin-top:75px;
    position: relative;
}
.yf_text{
    padding-left: 29px;
    background: url(../images/mouse.png) no-repeat left center;
}
#yf3 .swiper-slide{
    padding:10px;
}
#yf3 .swiper-slide img{
    box-shadow: 0 0 5px #666;
}
.yf_bottom .swiper-pagination{
    width: 43%;
    right:0;
    bottom:10px;
    height: 2px;
    background: #dbdbdb;
}
.yf_bottom .swiper-pagination-progressbar-fill{
    background: #009349;
}
#yf4{
    padding:100px 0 125px;
    background:#f5f5f5;
}
#yf4 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#yf4 .text{
    width: 47%;
    padding-top:30px;
}
#yf4 .text .n_t1 h2{
    text-align: left;
}
#yf4 .text .n_t1 h2:after{
    left:0;
    margin-left: 0;
}
#yf4 .text .txt{
    margin-top:48px;
    padding-right: 56px;
    overflow: hidden;
    max-height: 330px;
    min-height: 100px;
    overflow-y: auto;
    font-size:16px;
    color: #666666;
}
#yf4 .text .txt p{
    margin-bottom: 20px;
}
#yf4 .text .txt p:last-child{
    margin-bottom: 0;
}
#yf4 .text .txt::-webkit-scrollbar {
/*滚动条整体样式*/
    width: 3px;     
/*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
#yf4 .text .txt::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #009349;
}
#yf4 .text .txt::-webkit-scrollbar-track {
/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
#yf4 .img{
    width: 45.5%;
}
#yf5{
    padding:100px 0;
}
#scsb{
    padding-bottom: 50px;
    margin-top:60px;
}
#scsb .swiper-pagination{
    top:calc(100% - 2px);
}
#scsb .swiper-slide{
    border-radius: 8px;
    overflow: hidden;
}
#scsb p{
    font-size:20px;
    color: #333333;
    background:#f4f9fb;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    line-height: 1.5;
}
#scsb .swiper-slide:hover .img img{
    transform: scale(1.1);
}
#scsb .swiper-slide:hover p{
    background:#009349;
    color: #fff;
}
@media(max-width: 1600px){
    .n_t1 h2,.n_t2 .p1{
        font-size:32px;
    }
    #yf1,.yf3,#yf4,#yf5{
        padding:90px 0;
    }
    .yf1_l h3{
        font-size:24px;
    }
    .yf1_c{
        margin-top:60px;
    }
    .num_list2{
        margin:60px 0 50px;
    }
    .num_list2 li,.yf1_l .text{
        font-size:14px;
    }
    .num_list2 li .p1 span{
        font-size:42px;
    }
    .yf2 ul{
        padding:50px 0;
    }
    .yf2 ul li{
        padding:0 2.5% 40px 2.5%;
    }
    .yf2 ul li h3{
        font-size:20px;
        margin-bottom:30px;
    }
    .yf2 ul li p {
        font-size: 14px;
    }
    .yf3_top{
        margin-bottom:50px;
    }
    .yf3_c{
        height:360px;
    }
    .yf3_li li{
        margin-right:20px;
    }
    #yf4 .text{
        padding-top:0;
    }
    #yf4 .text .txt {
        margin-top: 25px;
        padding-right: 35px;
        font-size: 14px;
    }
    #yf4 .text .txt p {
        margin-bottom: 12px;
    }
    #scsb p{
        font-size:16px;
    }
    .n_t2 .p2{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .n_t1 h2,.n_t2 .p1{
        font-size: 28px;
    }
    #yf1,.yf3,#yf4,#yf5{
        padding:70px 0;
    } 
    .yf1_c{
        margin-top:50px;
    }
    .yf3_c{
        height:450px;
    }
    #scsb {
        margin-top: 50px;
    }
    #yf4 .img{
        width:49%;
    }
}
@media(max-width: 1024px){
    .yf1_l{
        padding-right:70px;
    }
    .yf2{
        padding:50px 0;
    }
}
@media(max-width: 820px){
    .n_t1 h2,.n_t2 .p1{
        font-size:24px;
    }   
    .n_t1 h2:after{
        margin-left: -31px;
        width: 62px;
        height: 3px;
    }
    #yf1,.yf3,#yf4,#yf5{
        padding:55px 0;
    }
    .yf1_c{
        margin-top:30px;
        flex-wrap:wrap;
    }
    .yf1_l{
        width:100%;
        padding-right:0;
        margin-bottom:30px;
    }
    .yf1_l h3 {
        font-size: 20px;
    }
    .num_list2 {
        margin: 30px 0 35px;
    }
    .num_list2 li .p1 span {
        font-size: 32px;
    }
    .yf3_top{
        margin-bottom:35px;
    }
    .yf1_r .text2 h6{
        font-size:14px;
    }
    .yf1_r .text2 h6 span{
        font-size:32px;
    }
    .yf1_r .text2 h6:last-child {
        margin-top: 5px;
    }
    .yf1_r .text2{
        width:110px;
        height:110px;
    }
    .yf2{
        padding:0px 0;
    }
    .yf2 ul{
        flex-wrap:wrap;
    }   
    .yf2 ul li{
        width:100%;
        padding:15px 15px;
        border-bottom:1px solid rgba(253, 253, 253, 0.4);
    }
    .yf2 ul li > *{
        top:0;
    }
    .yf3_c{
        height:350px;
    }
    .yf1_r .text1 h6 span{
        font-size:52px;
    }
    .yf1_r .text1 h6{
        font-size:14px;
    }
    .yf3_li li{
        margin-right:15px;
    }
    #yf4 .text{
        width:100%;
        padding:0px 0px 25px;
    }
    #yf4 .img{
        width:100%;
    }
    #scsb{
        margin-top:30px;
    }
}
@media(max-width: 640px){
    .n_t1 h2{
        padding-bottom:18px;
    }
    .n_t1 h2,.n_t2 .p1{
        font-size:22px;
    } 
    .n_t1 h2:after{
        margin-left: -26px;
        width: 52px;
        height: 2px;
    }
    #yf1,.yf3,#yf4,#yf5{
        padding:35px 0;
    }
    .yf1_c{
        margin-top:25px;
    }
    .yf2 ul{
        padding:25px 0;
    }
    .yf3_top{
        margin-bottom:20px;
    }
    .yf1_r{
        width:90%;
        margin-right:0;
    }
    .yf1_r .text2 {
        width: 85px;
        height: 85px;
    }
    .yf1_r .text2 h6 span {
        font-size: 26px;
    }
    .yf1_r .text2 h6:last-child {
        margin-top: 0px;
    }
    .yf1_r .text1 h6 span{
        font-size:32px;
    }
    .yf2 ul li h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .yf3_li li{
        font-size:14px;
        margin-right:15px;
    }
    .n_t2 .p2{
        margin-top:3px;
    }
    #yf4 .text .txt{
        max-height:300px;
    }
    #scsb{
        margin-top:25px;
        padding-bottom:30px;
    }
    #scsb p {
        font-size: 15px;
        height:50px;
    }
    .yf1_l h3 {
        font-size: 16px;
    }
    .num_list2{
        justify-content:flex-start;
        margin: 20px 0 15px;
    }
    .num_list2 li{
        width:32%;
        margin-right:2%;
        margin-bottom:12px;
    }
    .num_list2 li:nth-child(3n){
        margin-right:0;
    }
    .num_list2 li .p1 span {
        font-size: 26px;
    }
    .num_list2 li .p1 sub{
        font-size:12px;
    }
    .num_list2 li .p2 {
        margin-top: 12px;
    }
}
@media(max-width: 460px){
    .yf3_li li{
        font-size:12px;
        margin-right:12px;
        margin-bottom:6px;
    }
    /*.yf3_li li:nth-child(2n){*/
    /*    margin-right:0;*/
    /*}*/
    .yf1_r .text2 h6 span {
        font-size: 22px;
    }
    .yf3_c {
        height: 320px;
    }

}


.case_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:95px 0 70px;
}
.case_sort a{
    margin-right: 30px;
}
.case_sort a:last-child{
    margin-right: 0;
}
.case_sort a{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 188px;
    height: 198px;
    background:#f5f5f5;
    border-radius: 0 30px 0 0;
    cursor: pointer;
}
.case_sort a .img1{
    width: 57px;
    height: 57px;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}
.case_sort a .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.case_sort a p{
    margin-top:15px;
}
.case_sort a:hover,.case_sort a.on,.case_sort a.cur{
    background:#009349;
}
.case_sort a:hover .img1 img,.case_sort a.on .img1 img,.case_sort a.cur .img1 img{
    top:-57px;
}
.case_sort a:hover p,.case_sort a.on p,.case_sort a.cur p{
    color: #fff;
}
.case1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding:0 85px;
    display: none;
}
.case1.cur{
    display: flex;
}
.case1 .img{
    width: 50%;
}
.case1 .img:hover img{
    transform: scale(1.1);
}
.case1 .text{
    width: 50%;
    background:#f5f5f5;
    padding:20px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case1 .text h3{
    font-size:36px;
    color: #000000;
    line-height: 1;
    padding-bottom: 30px;
    position: relative;
}
.case1 .text h3:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 88px;
    height: 4px;
    background:#666666;
}
.case1 .text .txt{
    font-size:18px;
    color: #666666;
    margin:50px 0 95px;
}

#case2{
    padding:105px 0 120px;
}
.case2_cont{
    margin-top:65px;
}

@media(max-width: 1600px){
    .case_sort a{
        margin-right:20px;
    }
    .case_sort a{
        width:160px;
        height:160px;
    }
    .case_sort a p {
        margin-top: 12px;
        line-height:1.4;
    }
    .case1 .text{
        padding:25px 50px;
    }
    .case1 .text h3{
        font-size:26px;
        padding-bottom:15px;
    }
    .case1 .text .txt {
        font-size: 15px;
        margin: 20px 0 40px;
    }
    #case2{
        padding:90px 0;
    }
    .case2_cont{
        margin-top:50px;
    }
}
@media(max-width: 1280px){
    .case_sort{
        padding:70px 0 50px;
    }
    .case_sort a{
        margin-bottom:12px;
    }
    .case_sort a{
        width:130px;
        height:130px;
        padding:10px;
    }
    .case_sort a .img1{
        width:40px;
        height:40px;
    }
    .case_sort a .img1 img{
        width:40px;
    }
    .case_sort a:hover .img1 img, .case_sort a.on .img1 img, .case_sort a.cur .img1 img{
        top: -40px;
    }
    .case1 .text{
        padding:25px 35px;
    }
    .case1 .text h3{
        font-size:20px;
    }
    .case1 .text .txt {
        font-size: 14px;
        margin: 20px 0 30px;
    }
    #case2{
        padding:70px 0;
    }
}
@media(max-width: 1024px){
    .case_sort a{
        width:20%;
        margin-right:0;
    } 
    .case1{
        padding: 0 50px;
    }
}
@media(max-width: 820px){
    .case_sort{
        padding:50px 0 30px;
    }
    .case_sort a{
        width:25%;
    } 
    .case1{
        padding: 0 30px;
    }
    .case1 .img{
        width:100%;
    }
    .case1 .text{
        width:100%;
        padding:25px 20px;
    }
    .case1 .text h3{
        font-size:18px;
    }
    .case1 .text .txt {
        margin: 15px 0 20px;
    }
    #case2{
        padding:50px 0;
    }
    .case2_cont{
        margin-top:30px;
    }
}
@media(max-width: 640px){
    .case_sort{
        padding:30px 0 20px;
    } 
    .case_sort a{
        width:33.333%;
    }
    .case_sort a{
        width:110px;
        height:110px;
    }
    .case_sort a .img1{
        width:30px;
        height:30px;
    }
    .case_sort a .img1 img{
        width:30px;
    }
    .case_sort a:hover .img1 img, .case_sort a.on .img1 img, .case_sort a.cur .img1 img{
        top: -30px;
    }
    .case_sort a p{
        font-size:13px;
    }
    .case1{
        padding:0px 4%;
    }
    .case1 .text h3{
        font-size:16px;
    }
    #case2{
        padding:35px 0;
    }
    .case2_cont{
        margin-top:25px;
    }
}

header .logo .img2{
    display: none;
}
header.about_head{
    background:none;
    box-shadow: none;
}
header.about_head .logo .img1{
    display: none;
}
header.about_head .logo .img2{
    display: block;
}
header.about_head .nav li a.a1,header.about_head .h_tel,header.about_head .h_tel p strong{
    color: #fff;
}
/*header.about_head .nav li .b_nav2 a{*/
/*    color: #*/
/*}*/
header.about_head .nav li .b_nav a{
    color: #666;
}
header.about_head .nav li .b_nav a:hover{
    color: #fff;
}
header.about_head .language_a{
    background:url(../images/language_h.gif) no-repeat left center;
    background-size: 18px;
    color: #fff;
}
header.about_head .right-con .right-tab .nav-tab{
    background: url(../images/navtab-icon.png) no-repeat center;
    background-size: contain;
}

.about_banner{
    background:url(../images/about_banner.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding:188px 0 105px;
}
.about_banner h2{
    font-size:36px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    margin-bottom: 75px;
}
.ab_num{
    display: flex;
    justify-content: center;
}
.ab_num li{
    text-align: center;
    width: 25%;
}
.ab_num li p{
    font-size:14px;
}
.ab_num li p.c-vData{
    font-size:36px;
    line-height: 1;
    margin-bottom: 10px;
}
#about1{
    display: flex;
    flex-wrap: wrap;
    height: 468px;
}
.about1_l{
    background:#009349;
    width: 600px;
    position: relative;
}
.about1_l .ab_t1{
    padding-left: 85px;
    padding-top:104px;
    color: #fff;
}
.ab_t1{
    line-height: 1;
}
.ab_t1 .p1{
    font-size:50px;
}
.ab_t1 .p2{
    font-size:30px;
    margin-top:20px;
}

.about1_l .p3{
    font-size:150px;
    color: rgba(255,255,255,.04);
    line-height: 128px;
    font-weight: bold;
    position: absolute;
    left:0;
    bottom:0;
}
.about1_r{
    width: calc(100% - 600px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px 85px 20px 125px;
    font-size:16px;
}
.about1_r p{
    margin-bottom: 20px;
}
.about1_r p:last-child{
    margin-bottom: 0;
}
#about2{
    display: flex;
    flex-wrap: wrap;
    margin-top:80px;
}
.about2_l{
    width: 54%;
    padding:60px 160px 20px 85px;
    background:#f5f5f5;
}
.ab_t1{
    color: #333;
}
.sm_list{
    margin-top:45px;
    display: flex;
    flex-wrap: wrap;
}
.sm_list li{
    width: calc(50% - 8px);
    margin-bottom: 16px;
    background:#ffffff;
    margin-right: 16px;
    padding:56px 36px;
    height: 270px;
}
.sm_list li:nth-child(2n){
    margin-right: 0;
}
.sm_list li .img1{
    position: relative;
    width: 41px;
    height: 41px;
    overflow: hidden;
}
.sm_list li .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.sm_list li .p1{
    font-size:24px;
    color: #333333;
    line-height: 1;
    margin:16px 0 10px;
}
.sm_list li .p2{
    font-size:16px;
    color: #666666;
    line-height: 1.6;
}
.sm_list li:hover{
    background:#009349;
}
.sm_list li:hover .img1 img{
    top:-41px;
}
.sm_list li:hover .p1{
    color: #fff;
}
.sm_list li:hover .p2{
    color: #fff;
}
.about2_r{
    position: relative;
    width: 46%;
}
.about2_r:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(42,42,42,.2);
    z-index: 1;
}
.about2_r a{
    width: 62px;
    height: 62px;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-31px;
    margin-left: -31px;
    background:url(../images/player.png) no-repeat center;
    z-index: 9;
}
.about2_r a i{
    display: block;
    position: relative;
}
.about2_r a i:before,.about2_r a i:after{    
    content: "";
    display: block;
    width: 72px;
    height: 72px;
    border: 1px solid #009349;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: -5px;
    animation: videoDh 1.5s linear infinite;
    opacity: 1;
}
.about2_r a i:before{
    animation-delay: 0.6s;
}
.about2_r a i:after{
    animation-delay: 0s; 
}
@keyframes videoDh { 
    from {
        transform: scale(1, 1); 
        opacity: 1;
    } 
    to {
        transform: scale(1.8, 1.8); 
        opacity: 0.1;
    } 
}
#about3{
    padding:85px 0 90px;
}
.about3_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding:0 85px;
    margin-bottom: 115px;
}
.honner_tabli{
    display: flex;
}
.honner_tabli p{
    margin-right: 45px;
    position: relative;
    padding-bottom:8px;
    cursor: pointer;
}
.honner_tabli p:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 0%;
    height: 2px;
    background:#333333;
    transition: all 0.5s ease-out;
}
.honner_tabli p.cur:after{
    width: 100%;
    left:0;
}
.honner_tabli p:last-child{
    margin-right: 0;
}

.about3_bottom{
    width: 100%;
    height: 360px;
    position: relative;
}
.honner_tab{
    position: absolute;
    top:0;
    left:0;
    padding:0 85px;
    width: 100%;
    opacity: 0;
    z-index: -9;
    background:url(../images/honner_bg.png) no-repeat bottom center;
}
.honner_tab.on{
    opacity: 1;
    z-index: 9;
}
.honner_tab .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#333333;
}
#about4{
    background:url(../images/fzlc_bg.jpg) no-repeat center;
    background-size: cover;
    padding:95px 85px 115px;
}
.fzlc{

    position: relative;
    margin-top:85px;
}
.fzlc_top{
    position: relative;
    padding:0 150px 115px;
}
.fzlc_top .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    /*flex-direction: row-reverse;*/
    align-items: center;
}
.fzlc_top .swiper-slide .text{
    width: 55%;
}
.fzlc_top .swiper-slide .text .p1{
    font-size:36px;
    color: #009349;
    font-weight: bold;
    line-height: 1;
    padding-bottom:18px;
    position: relative;
}
.fzlc_top .swiper-slide .text .p1:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 46px;
    height: 2px;
    background:#333333;
}
.fzlc_top .swiper-slide .text .p2{
    margin-top:45px;
    font-size:16px;
    color: #333333;
}
.fzlc_top .img{
    position: absolute;
    right:0;
    top:0;
    width: 40%;
    text-align: right;
}
.fzlc_bottom{
    padding:0 150px;

}
.fzlc_bottom .swiper-container{
    padding-top:44px;
    border-top: 1px solid #bdbdbd;
}
.fzlc_bottom .swiper-slide p{
    font-size:16px;
    color: #333333;
    line-height: 20px;
}
.fzlc_bottom .swiper-slide-thumb-active p{
    font-size:20px;
    color: #009349;
}

.fzlc .swiper-button-prev,.fzlc .swiper-button-next{
    width: 56px;
    height: 56px;
    margin-top:-28px;
    border-radius: 50%;
}
.fzlc .swiper-button-prev{
    background:url(../images/left2.png) no-repeat center #dbdbdb;
}
.fzlc .swiper-button-next{
    background:url(../images/left2.png) no-repeat center #dbdbdb;
    transform: rotate(-180deg);
}
#about5{
    padding:100px 85px 85px;
}
#gcsj{
    margin-top:45px;
}
#gcsj .swiper-slide{
    border-radius: 12px;
    overflow: hidden;
}
#gcsj .swiper-slide img{
    width: 100%;
    transition: all 0.6s ease-out;
}
#gcsj .swiper-slide:hover img{
    transform: scale(1.1);
}
#about5 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#333333;
}
#about6{
    padding:90px 85px 115px;
    background:#f5f5f5;
}
.hz_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:55px;
}
.hz_list li{
    margin-right: 1%;
    width: 13.42%;
    margin-bottom: 16px;
}
.hz_list li:nth-child(7n){
    margin-right: 0;
}
@media(max-width: 1600px){
    .about1_l .ab_t1 {
        padding-top: 70px;
    }
    .ab_t1 .p1 {
        font-size: 32px;
    }
    .ab_t1 .p2 {
        font-size: 24px;
        margin-top: 15px;
    }
    .about_banner h2,.ab_num li p.c-vData{
        font-size:32px;
    }
    .about1_r{
        font-size:14px;
        padding:20px 85px 20px 65px;
    }
    .about2_l{
        padding:50px 70px 20px 85px;   
    }
    .sm_list li{
        padding:40px 25px;
        height:200px;
    }
    .sm_list li .p1{
        font-size:18px;
    }
    .sm_list li .p2{
        font-size:14px;
    }
    .about3_bottom{
        height:280px;
    }
    .fzlc{
        margin-top:60px;
    }
    .fzlc_top {
        padding: 0 100px 90px;
    }
    .fzlc .swiper-button-prev{
        left:0;
    }
    .fzlc .swiper-button-next{
        right:0;
    }
    .fzlc .swiper-button-prev, .fzlc .swiper-button-next {
        width: 46px;
        height: 46px;
        margin-top: -23px;
    }
    .fzlc_top .swiper-slide .img{
        width:30%;
    }
    .fzlc_top .swiper-slide .text .p1{
        font-size:32px;
    }
    .fzlc_top .swiper-slide .text .p2 {
        margin-top: 25px;
        font-size: 14px;
    }
    .fzlc_bottom {
        padding: 0 100px;
    }
    .fzlc_bottom .swiper-container {
        padding-top: 35px;
    }
    #about5,#about6{
        padding:85px;
    }
}
@media(max-width: 1280px){
    #about1{
        height:auto;
    }
    .about1_l{
        width:40%;
    }
    .about1_l .ab_t1 {
        padding-left: 50px;
        padding-top: 50px;
    }
    .about1_l .p3{
        font-size:120px;
        line-height:120px;
    }
    .about1_r{
        width:60%;
        padding:20px 50px;
    }
    .about1_r p{
        margin-bottom:12px;
    }
    .about2_l{
        padding:30px 50px;
    }
    .sm_list li {
        padding: 30px 20px;
        height: 170px;
    }
    #about2{
        margin-top:60px;
    }
    #about3 {
        padding: 70px 0;
    } 
    .about3_top{
        margin-bottom: 70px;
        padding: 0 50px;
    }
    .honner_tab{
        padding:0 50px;
    }
    #about4{
        padding:70px 50px 90px;
    }
    .fzlc_top {
        padding: 0 70px 60px;
    }
    .fzlc_bottom {
        padding: 0 70px;
    }
    #about5, #about6 {
        padding: 70px 50px;
    }
}
@media(max-width: 1024px){
    .about1_l .ab_t1 {
        padding-top: 50px;
    }
    .ab_t1 .p1 {
        font-size: 26px;
    }
    .ab_t1 .p2 {
        font-size: 18px;
    }
    .about_banner{
        padding:135px 0 70px;
    }
    .about_banner h2,.ab_num li p.c-vData{
        font-size:26px;
    }  
    .about_banner h2{
        margin-bottom:50px;
    }
    .about1_l .ab_t1 {
        padding-top: 35px;
    }
    .about1_l .p3 {
        font-size: 90px;
        line-height:1;
    }
    .about1_r p{
        margin-bottom:5px;
    }
    #about2 {
        margin-top: 35px;
    }
    .sm_list{
        margin-top:35px;
    }
    .sm_list li .p1 {
        font-size: 16px;
    }
    .sm_list li .p2{
        font-size:13px;
    }

    .hz_list li{
        width:18.4%;
        margin-right:2%;
    }
    .hz_list li:nth-child(7n){
        margin-right: 2%;
    }
    .hz_list li:nth-child(5n){
        margin-right: 0;
    }
}
@media(max-width: 820px){
    .about1_l{
        width:100%;
        padding:25px 30px 0;
    }
    .about1_l .ab_t1 {
        padding-top: 0px;
        padding-left:0;
    }
    .about1_l .p3{
        font-size:60px;
        position:relative;
        text-align:right;
    }
    .about1_r{
        width:100%;
        padding:25px 30px;
    }
    .about2_l {
        padding: 25px 30px;
        width:100%;
    }
    .about2_r{
        width:100%;
        height:400px;
        overflow:hidden;
    }
    #about3{
        padding:55px 0;
    }
    .about3_top {
        margin-bottom: 45px;
        padding: 0 30px;
    }
    .honner_tabli p{
        margin-right:25px;
    }
    .honner_tab {
        padding: 0 30px;
    }
    .fzlc_top {
        padding: 0 70px 30px;
    }
    .fzlc_top .swiper-slide .text{
        width:100%;
    }
    .fzlc_top .swiper-slide .img{
        display:none;
    }
    #about4 {
        padding: 50px 30px 60px;
    }
    #about5, #about6 {
        padding: 50px 30px;
    }  
    .hz_list{
        margin-top:35px;
    }
    .hz_list li{
        width:23.5%;
        margin-right:2%;
    }
    .hz_list li:nth-child(5n){
        margin-right: 2%;
    }
    .hz_list li:nth-child(4n){
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .about_banner {
        padding: 130px 0 30px;
    }
    .about_banner h2, .ab_num li p.c-vData {
        font-size: 22px;
    }
    .about_banner h2 {
        margin-bottom: 25px;
    }
    .ab_num li{
        padding:0 6px;
    }
    .ab_num li p {
        font-size: 12px;
        line-height:1.4;
    }
    .about1_l {
        padding: 20px 4% 0;
    }
    .ab_t1 .p1 {
        font-size: 20px;
    }
    .ab_t1 .p2 {
        font-size: 16px;
    }
    .about1_l .p3{
        font-size:46px;
    }
    .about1_r {
        padding: 20px 4%;
    }
    #about2 {
        margin-top: 15px;
    }
    .about2_l {
        padding: 25px 4%;
    }
    .sm_list li{
        height:auto;
        padding:20px 20px;
    }
    .about2_r{
        height:300px;
    }
    .about3_top {
        margin-bottom: 35px;
        padding: 0 4%;
    }
    .honner_tabli{
        width:100%;
        margin-top:25px;
        justify-content:center;
    }
    .honner_tabli p{
        margin-right:15px;
    }
    .honner_tab {
        padding: 0 4%;
    }
    .about3_bottom{
        height:200px;
    }
    #about3{
        padding:30px 0;
    }
    #about4 {
        padding: 45px 4%;
    }
    .fzlc {
        margin-top: 35px;
    }
    .fzlc_top{
        padding:0 0 20px;
    }
    .fzlc .swiper-button-prev, .fzlc .swiper-button-next{
        display:none;
    }
    .fzlc_top .swiper-slide .text .p1 {
        font-size: 24px;
    }
    .fzlc_top .swiper-slide .text .p2 {
        margin-top: 15px;
        font-size: 13px;
    }
    .fzlc_bottom{
        padding:0 ;
    }
    .fzlc_bottom .swiper-container {
        padding-top: 20px;
    }
    .fzlc_bottom .swiper-slide p{
        font-size:15px;
    }
    .fzlc_bottom .swiper-slide-thumb-active p{
        font-size:17px;
    }
    #about5, #about6 {
        padding: 35px 4%;
    } 
    #gcsj {
        margin-top: 30px;
    }
    .hz_list{
        margin-top:25px;
    }
    .hz_list li{
        width:32%;
        margin-bottom:12px;
    }
    .hz_list li:nth-child(4n){
        margin-right: 2%;
    }
    .hz_list li:nth-child(3n){
        margin-right: 0;
    }
}


#job1{
    padding:90px 0 0;
}
.job_lc{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;;
    margin-top:70px;
}
.job_lc li{
    margin-right: 120px;
    position: relative;
}
.job_lc li:after{
    content:'';
    position: absolute;
    left:165px;
    top:47px;
    width: 31px;
    height: 26px;
    background:url(../images/lc_arrow.png) no-repeat center;
}
.job_lc li:last-child{
    margin-right: 0px;
}
.job_lc li:last-child:after{
    display: none;
}
.job_lc li .img1{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 120px;
    text-align: center;
    box-shadow: 0px 0px 10px #ccc;
}
.job_lc li p{
    font-size:18px;
    color: #333333;
    margin-top:12px;
    text-align: center;
}

#job2{
    padding:95px 85px 115px;
}
.bghj{
    position: relative;
    margin-top:68px;
}

#job3{
    padding:72px 0 110px;
    background:url(../images/job3.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
#job3 .n_t1 h2{
    color: #fff;
}
#job3 .n_t1 h2:after{
    background:#fff;
}
.job_cont{
    padding:47px 55px 70px;
    background:rgba(0,0,0,.16);
    border-radius: 8px;
    margin-top:58px;
}
.job_t{
    margin-bottom: 27px;
    display: flex;
    padding:0 45px;
}
.job_t p{
    line-height: 1;
    font-size:22px;
    width: calc(25% - 15px);
}
.job_t p:last-child{
    width: 60px;
}
.job_list dl{
    border:1px solid #618389;
    margin-bottom: 15px;
}
.job_list dl dt{
    padding:0 45px;
    display: flex;
    height: 56px;
    align-items: center;
}
.job_list dl dt p{
    line-height: 1.4;
    font-size:16px;
    width: calc(25% - 15px);
}
.job_list dl dt p:last-child{
    width: 60px;
}
.job_list dl dd{
    padding:32px 45px 55px;
    font-size:15px;
    border-top:1px solid #618389;
    display: none;
}
.job_list dl dd .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.job_list dl dd .cont .txt{
    width: 41.5%;
}
.job_list dl dd .cont .txt p.p1{
    margin-bottom: 12px;
}
.job_list dl.cur dt{
    background:#009349;
}
.job_list dl.cur dd{
    display: block;
}
@media(max-width: 1600px){
    .job_lc,.bghj{
        margin-top:50px;
    }
    .job_lc li {
        margin-right: 90px;
    }
    .job_lc li .img1{
        width:100px;
        height:100px;
        line-height: 100px;
    }
    .job_lc li p{
        font-size:15px;
    }
    .job_lc li:after{
        left:130px;
    }
    #job2 {
        padding: 95px 85px;
    }
    .yf_bottom{
        margin-top:50px;
    }
    .job_cont {
        padding: 35px 39px 50px;
        margin-top: 45px;
    }
    .job_t p{
        font-size:18px;
    }
    .job_list dl dt p{
        font-size:15px;
    }
    .job_list dl dd{
        font-size:14px;
    }
    .job_list dl dd .cont .txt{
        width:45%;
    }
}
@media(max-width: 1280px){
    #job1{
        padding:70px 0 0;
    } 
    #job2 {
        padding: 70px 85px;
    }
}
@media(max-width: 1024px){
    .job_lc li{
        margin-right:30px;
    }
    .job_lc li:after{
        display:none;
    }
    #job2{
        padding: 70px 50px;
    }
    #job3{
        padding:70px 0;
    }
}
@media(max-width: 820px){
    #job1{
        padding:55px 0 0;
    } 
    .job_lc, .bghj {
        margin-top: 35px;
    }
    .job_lc li{
        margin-right:20px;
    }
    .job_lc li .img1 {
        width: 85px;
        height: 85px;
        line-height: 85px;
    }
    #job2 {
        padding: 50px 35px;
    }
    .yf_bottom {
        margin-top: 30px;
    }
    #job3{
        padding:55px 0;
    }
    .job_t{
        padding:0 30px;
    }
    .job_list dl dt{
        padding:0 30px;
        height:50px;
    }
    .job_list dl dd {
        padding: 25px 30px 35px;
    }
    .job_list dl dd .cont .txt{
        width:100%;
    }
    .job_list dl dd .cont .txt2{
        margin-top:15px;
    }
}
@media(max-width: 640px){
    #job1{
        padding:35px 0 0;
    } 
    .job_lc, .bghj {
        margin-top: 25px;
    }
    .job_lc li{
        width:32%;
        margin-right:2%;
        margin-bottom:12px;
    }
    .job_lc li:nth-child(3n){
        margin-right:0;
    }
    .job_lc li .img1 {
        width: 85px;
        height: 85px;
        line-height: 85px;
        margin:0 auto;
    }
    .job_lc li .img1 img{
        height:30px;
    }
    #job2 {
        padding: 35px 4%;
    }
    #job3{
        padding:35px 0;
    }
    .job_cont {
        padding: 25px 20px;
        margin-top: 25px;
    }
    .job_t{
        padding:0 15px;
        margin-bottom:15px;
    }
    .job_t p {
        font-size: 16px;
        width: calc(100% - 50px);
    }
    .job_t p:last-child{
        width:50px;
    }
    .job_t p:nth-child(2),.job_t p:nth-child(3),.job_t p:nth-child(4),.job_list dl dt p:nth-child(2),.job_list dl dt p:nth-child(3),.job_list dl dt p:nth-child(4){
        display:none;
    }
    .job_list dl dt{
        padding:0 15px;
        height:46px;
    }
    .job_list dl dt p {
        font-size: 14px;
        width: calc(100% - 50px);
    }
    .job_list dl dt p:last-child{
        width:50px;
    }
    .job_list dl dd {
        padding: 20px 15px;
    }
}


.contact1{
    display: flex;
    flex-wrap: wrap;
}
.n_map{
    width: 50%;
    overflow: hidden;
}
.contact1_r{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:30px 235px 30px 90px;    
}
.contact1_r h2{
    font-size:36px;
    color: #333333;
    line-height: 1.4;
    margin-bottom: 30px;
}
.c_list1{
    display: flex;
    flex-wrap: wrap;
}
.c_list1 li{
    border-bottom: 1px solid #dbdbdb;
    width: 50%;
    padding:30px 0 25px;
}
.c_list1 li:nth-child(5){
    width: 100%;
}
.c_list1 li:last-child{
    width: 100%;
    border:none;
}
.c_list1 li p{
    padding-left: 27px;
    font-size:16px;
    color: #333333;
    line-height: 1.6;
}
.c_list1 li p.p1{
    font-size:18px;
    margin-bottom:5px;
}
.c_list1 li:nth-child(1) p.p1{
    background:url(../images/c_icon1.png) no-repeat left center;
}
.c_list1 li:nth-child(2) p.p1{
    background:url(../images/c_icon2.png) no-repeat left center;
}
.c_list1 li:nth-child(3) p.p1{
    background:url(../images/c_icon3.png) no-repeat left center;
}
.c_list1 li:nth-child(4) p.p1{
    background:url(../images/c_icon4.png) no-repeat left center;
}
.c_list1 li:nth-child(5) p.p1{
    background:url(../images/c_icon5.png) no-repeat left center;
}
.c_list1 li:last-child p.p1{
    background:url(../images/c_icon5.png) no-repeat left center;
}
.contact2{
    display: flex;
    flex-wrap: wrap;
    height: 830px;
}
.contact2_l{
    background:#f6f6f6;
    width: 50%;
/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
/*    padding: 30px 0 30px 230px;*/
    position: relative;
    z-index: 9;
}
.message{
    width: 111%;
    padding:68px 80px 95px;
    background:#fff;
    box-shadow: 0px 0px 10px #ccc;
    position: absolute;
    left:230px;
    top:50%;
    margin-top:-305px;
}
.message h2{
    font-size:40px;
    color: #000000;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 45px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    margin-bottom: 22px;
    width: calc(50% - 20px);
    margin-right: 40px;
    position: relative;
}
.message ul li:nth-child(2n){
    margin-right: 0px;
}
.message ul li:last-child{
    width: 100%;
    margin-right: 0px;
}
.message ul li input{
    display: block;
    width: 100%;
    border:none;
    outline: none;
    line-height: 48px;
    background:#f8f8f8;
    padding:0 30px;
    font-size:16px;
    color: #666666;
    font-family: "苹方,微软雅黑";
}
.message ul li textarea{
    display: block;
    width: 100%;
    border:none;
    outline: none;
    line-height: 48px;
    height: 140px;
    background:#f8f8f8;
    padding:0 30px;
    font-size:16px;
    color: #666666;
    font-family: "苹方,微软雅黑";
}
.mess_btn input{
    font-size:16px;
    color: #fff;
    text-align: center;
    display: block;
    width: 200px;
    line-height: 50px;
    height: 50px;
    background:#009349;
    border-radius: 4px;
    border:none;
    outline: none;
    cursor: pointer;
    margin-top:10px;
}

.contact2_r{
    background:#009349;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
    padding:30px 85px 30px 410px;
}
.contact_r1{
    display: flex;
    align-items: center;
}
.contact_r1 .img1{
    width: 104px;
}
.contact_r1 .txt{
    margin-left: 17px;
}
.contact_r1 .txt p{
    line-height: 1.4;
    margin-top:6px;
}
.contact2_r .text{
    margin:35px 0 80px;
    font-size:16px;
}
@media(max-width: 1600px){
    .n_map{
        height:700px;
    }
    .contact1_r{
        padding:30px 85px 30px 70px;
    }
    .contact1_r h2{
        font-size:26px;
    }
    .c_list1 li{
        padding:15px 0;
    }
    .c_list1 li p.p1{
        font-size:15px;
    }
    .contact2{
        height:700px;
    }
    .message{
        left: 85px;
        padding:45px 60px 70px;
        margin-top:-259px;
    }
    .message h2{
        font-size:32px;
        margin-bottom:30px;
    }
    .message ul li{
        margin-bottom:15px;
    }
    .message ul li input{
        font-size:14px;
    }
    .message ul li textarea{
        font-size:14px;
    }
    .mess_btn input{
        width:160px;
    }
    .contact2_r {
        padding: 30px 85px 30px 260px;
    }
    .contact2_r .text {
        margin: 25px 0 50px;
        font-size: 15px;
    }
}
@media(max-width: 1280px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .n_map{
        width:100%;
        height:400px;
    }
    .contact1_r {
        width:100%;
        padding: 25px 50px;
    }
    .contact2{
        height:auto;
    }
    .contact2_l{
        width:100%;
        padding:30px 50px;
    }
    .message{
        width:100%;
        position:relative;
        top:0;
        left:0;
        margin:0;
        padding:25px 30px;
    }
    .message h2 {
        font-size: 24px;
    }
    
    .contact2_r{
        width:100%;
        padding:25px 50px;
    }
}
@media(max-width: 640px){
    .n_map{
        height:260px;
    }
    .contact1_r {
        padding:25px 4%;
    }
    .contact1_r h2 {
        font-size: 20px;
        margin-bottom:20px;
    }
    .c_list1 li{
        width:100%;
    }
    .c_list1 li p.p1{
        font-size:14px;
    }
    .c_list1 li p{
        font-size:15px;
    }
    .contact2_l{
        padding:25px 4%;
    }
    .message{
        padding:25px 4%;
    }
    .message h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .message ul li{
        width:100%;
        margin-right:0;
        margin-bottom:12px;
    }
    .message ul li input,.message ul li textarea{
        padding:0 15px;
    }
    .mess_btn input{
        width:120px;
        font-size:15px;
        line-height: 40px;
        height: 40px;
    }
    .contact2_r{
        padding:25px 4%;
    }    
}




.n_news{
    padding:78px 0 125px;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 35px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
}
.news_list li a .img img{
    width: 100%;
}
.news_list li a .text{
    background:#f6f9fa;
    padding:30px 32px 45px;
}
.news_list li a .text .date{

}
.news_list li a .text h3{
    font-size:20px;
    color: #000000;
    line-height: 1.6em;
    height: 3.2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin:20px 0 35px;
    font-weight: normal;
}
.news_list li a .text .more span{
    display: inline-block;
    font-size:14px;
    color: #000;
    line-height: 1;
    position: relative;
    padding-bottom:18px;
    border-bottom: 1px solid #000;
}
.news_list li a:hover .img img{
    transform: scale(1.1);
}
.news_list li a:hover .text{
    background:#009349;
}
.news_list li a:hover .text .date,.news_list li a:hover .text h3,.news_list li a:hover .text .more span{
    color: #fff;
}
.news_list li a:hover .text .more span{
    border-bottom: 1px solid #fff;    
}
.news_detail{
    padding:50px 0;
    max-width: 1200px;
}
.news_detail h1{
    font-size:32px;
    color: #000;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 15px 0;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content{
    font-size:16px;
    margin-bottom: 30px;
}
@media(max-width: 1600px){
    .n_news{
        padding:78px 0 90px;
    }
    .news_list li a .text h3{
        font-size:16px;
        margin: 15px 0 20px;
    }
    .news_detail h1{
        font-size:26px;
    }
    .news_detail .content{
        font-size:15px;
        margin-bottom: 20px;
    }
}
@media(max-width: 1280px){
    .n_news{
        padding:70px 0;
    }
    .news_detail h1{
        font-size:22px;
    }
}
@media(max-width: 1024px){
    .news_list li a .text{
        padding:20px 15px 25px;   
    }    
}
@media(max-width: 820px){
    .n_news{
        padding:55px 0;
    }  
    .news_list li{
        width:49%;
        margin-bottom: 20px;
    }
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }
    .news_detail h1{
        font-size:20px;
    }
    .info_title {
        padding: 10px 0;
        margin-bottom: 10px;
    }
}
@media(max-width: 640px){
    .n_news,.news_detail{
        padding:35px 0;
    } 
    .news_list li a .text h3 {
        font-size: 16px;
        margin: 5px 0 15px;
    }
    .news_detail h1{
        font-size:18px;
    }
    .info_title {
        padding: 5px 0;
    }
}
@media(max-width: 460px){
    .news_list li{
        width:100%;
        margin-bottom: 15px;
        margin-right:0!important;
    }
}






h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #009349;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@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:#009349 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#009349;color:#fff; text-decoration:none;border:#009349 1px solid;}
.pageController .currPage {background-color: #009349;color:#fff;border:#009349 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: #009349;
    vertical-align: middle;
    border: 1px solid #009349; 
    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: #009349;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* 右侧浮窗 客服2 */

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

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

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

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

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#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);
    z-index:8;
}

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
    }
}
.add_about1{
    padding:75px 0;
}
.add_about1 .wrap{
    max-width: 780px;
}
.add_about_c{
    margin-top:35px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.add_about_c strong{
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 10px;
    display: block;
}
.add_about_c table{
    width: 100%;
}
@media(max-width:1199px){
    .add_about1{
        padding:55px 0;
    } 
    .add_about_c strong{
        font-size:16px;
    }
}
@media(max-width:640px){
    .add_about1{
        padding:35px 0;
    } 
    .add_about_c{
        margin-top:20px;
    }
}