﻿/*头部样式*/
.head{
    padding:12px 0;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:9999999;
}
.container{
    width: 100%;
    padding:0 110px;
}
.logo{
    float: left;
}
.h_tel{
    float: right;
    line-height: 72px;
    padding-left: 30px;
    background:url(../images/tel1.png) no-repeat left center;
    font-size: 18px;
    color: #333;
    margin-left: 22px;
}
a.languages{
    display: block;
    float:right;
    line-height: 72px;
    padding-left: 32px;
    background:url(../images/web.png) no-repeat left center;
    font-size: 18px;
    color: #333;
}

.nav{
    float: right;
    padding-right: 28px;
    margin-right: 30px;
    position: relative;
    display: flex;
}
.nav:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    width: 1px;
    height: 24px;
    margin-top:-12px;
    background:#999999;
}
.nav li{
    position: relative;
    padding:0 20px;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 72px;
    display: flex;
}
.nav li a i{
    width: 10px;
    background:url(../images/down.png) no-repeat center;
    margin-left: 5px;
    display: block;
    font-style: normal;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:60px;
    left:0px;
    z-index: 999;
    background-color: #fff;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 2em; 
    display: block;
    text-align: center; 
}
.nav li .b_nav a:hover{
    color: #fff;
    background:#208f3f;
}
.head.c-head-hide{
    background-color:#fff;
    padding:7px 0;
    box-shadow: 0px 0px 8px #ebebeb;
}

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

.mobileNav{
    display: none;
    background-color: #208f3f;
    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{
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
#c-banner1 .swiper-slide{
    height: 100vh;
    width: 100%;    
}
#c-banner1 .swiper-slide img{
    width: 100%;
    height: 100%;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    padding:0 110px;
}
.banner_text h3{
    font-size: 98px;
    color: #333333;
    line-height: 1;
}
.banner_text p{
    font-size: 50px;
    color: #333333;
    margin: 10px 0 80px;
}
.banner_text p span{
    color: #208f3f;
}
#c-banner1 .swiper-slide .banner_text a{
    display: none;
}
#c-banner1 .slide1 .banner_text a{
    display: flex;
}
a.more1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 254px;
    height: 62px;
    background:url(../images/more1_bg.png) no-repeat center;
    /*border-radius: 35px 0 35px 0;*/
    font-size: 18px;
    color: #fff;
    background-size: contain;
}
a.more1 i{
    width: 10px;
    background:url(../images/more1.png) no-repeat center;
    margin-left: 16px;
    height: 100%;
    transition: all 0.3s ease-out;
}
a.more1:hover i{
    margin-left: 10px;
}
#c-banner1 .swiper-pagination {
/*    position: relative;
    text-align: left;*/
    bottom:38px;
}
#c-banner1 .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
    opacity: 1;
}
.loading.swiper-pagination-bullet-active {
    border-color: rgba(255,255,255,.2);
}
.loading.swiper-pagination-bullet .c-progress {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    left: 11px;
    top: 11px;
    line-height: 120px;
    text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #208f3f;
}
.loading .yqs{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 5.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #fff;
    border-radius: 50%;
}

.loading .left,
.loading .right {
    opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
    top: -4px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -4px;
    top: -4px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 4px solid #208f3f;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 4px solid #208f3f;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 5.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 5.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}
@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}

#c-banner1 .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
/*#c-banner1 .swiper-slide.video-slide:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.2);
    z-index:9;
}*/

@media(max-width: 1600px){
    .container{
        padding:0 70px;
    }
    .nav li{
        padding:0 15px;
    }
    a.languages{
        font-size:16px;
    }
    .h_tel{
        font-size:16px;
    }
    .banner_text{
        padding:0 70px;
    }
    .banner_text h3{
        font-size:52px;
    }
    .banner_text p {
        font-size: 32px;
        margin: 10px 0 50px;
    }
    a.more1{
        width: 200px;
        height: 48px;
        font-size: 16px;
    }
    a.more1 i{
        margin-left:12px;
    }
    #c-banner1 .swiper-pagination{
        bottom:40px;
    }
}
@media(max-width: 1380px){
    .h_tel{
        display:none;
    } 
    .nav {
        padding-right: 20px;
        margin-right: 20px;
    }
}
@media(max-width: 1260px){
    .container{
        padding:0 3%;
    }
    #c-banner1,#c-banner1 .swiper-slide{
        height:auto;
    }
    .banner_text{
        padding:0 3%;
    }
    .banner_text h3{
        font-size:36px;
    }
    .banner_text p {
        font-size: 24px;
        margin: 10px 0 30px;
    }
    a.more1 {
        width: 160px;
        height: 39px;
        font-size: 15px;
    }
    a.languages{
        display:none;
    }
    .nav {
        padding-right: 0px;
        margin-right: 0px;
    }
    .nav:after{
        display:none;
    }
}
@media(max-width: 1199px){
   
}
@media(max-width: 1024px){
    .banner_text h3{
        font-size:30px;
    }
    .banner_text p {
        font-size: 20px;
        margin: 5px 0 20px;
    }
    a.more1 {
        width: 140px;
        height: 34px;
        font-size: 14px;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    #c-banner1 .swiper-pagination{
        bottom:20px;
    }
}
@media(max-width: 820px){
    .head{
        padding:6px 0;
    }
    .h90{
        width:100%;
        height:70px;
    }
    #c-banner1 .swiper-pagination{
        display:none;
    }
    .banner_text h3{
        font-size:26px;
    }
    .banner_text p {
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .h90{
        height:60px;
    }
    .logo{
        width: 40%;
/*        float: none;*/
    }
    .logo img{
        max-width:120px;
    }
    .menu-button{
        top:25px;
    }
    .banner_text h3{
        font-size:22px;
    }
    .banner_text p {
        font-size: 15px;
    }
}


.index_banner{
/*    display: flex;*/
    position: relative;
    overflow:hidden;
/*    flex-wrap: wrap;*/
}
.banner1{
    width: 50%;
    float: left;
}
.banner2{
    width: 50%;
    /*float: left;*/
    /*position: relative;*/
    height: 100%;
    position: absolute;
    right:0;
    top:0;
}
#c-banner8{

}
#c-banner8 .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    /*height: 100%;    */
    /*object-fit: cover;*/
}
#c-banner9{
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
#c-banner9 .swiper-wrapper {
    flex-direction: column;
    transform: translate3d(0px,0,0);
    height: auto;
}
#c-banner9 .swiper-wrapper .swiper-slide {
    color: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
    transform: rotate(180deg);
    cursor: pointer;
}
#c-banner9 .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
#c-banner9 .swiper-wrapper .swiper-slide h2{
    display: none;
}
.banner_text1-1{
    position: absolute;
    top: 185px;
    left: 0px;
    z-index: 9;  
    width: 100%;  
    padding:0 65px;
}
.banner_text1-1 .img1{
    display: none;
}
.banner_text1-1 .p1{
    font-size: 44px;
    line-height: 1;
    font-family: "sy5";
}
.banner_text1-1 .p2{
    font-size: 18px;
    font-family: "sy4";
    margin-top:5px;
}
.banner_k1 .banner_text1-1{
    text-align: center;
    top:208px;
}
.banner_k1 .banner_text1-1 .img1{
    display: inline-block;
}
.banner_k1 .banner_text1-1 .p1{
    display: none;
}
.banner_k1 .banner_text1-1 .p2{
    font-size: 16px;
    margin-top:0;
}
#c-banner10 #pagination1{
    top:calc(100% - 4px);
    background:#91bfea;
}
#pagination1{
    height: 4px;
    width: 100%;
    background: #f7f7f7;
/*    background:#91bfea;*/
    /*top:calc(100% - 2px);*/
    top:0;
    left:0;
    bottom:0;
    display: flex;
    z-index:999;
    /*transform: rotate(180deg);*/
}
#pagination1 .swiper-pagination-bullet{
    width: 25%;
    height: 4px;
    background:#91bfea;
    border-radius: 0;
    margin:0;
    opacity: 1;
}
#pagination1 .swiper-pagination-bullet-active{
    background-color:#208f3f;
}   
.index_banner .swiper-prev{
    width: 112px;
    height: 112px;
    background:url(../images/left1.png) no-repeat center;
    position: absolute;
    left:214px;
    top:50%;
    margin-top:-56px;
    opacity: 0;
    outline: none;
}
.index_banner .swiper-prev:before,.index_banner .swiper-prev:after{
    display: none;
}
.index_banner .swiper-next{
    width: 112px;
    height: 112px;
    background:url(../images/right1.png) no-repeat center;
    position: absolute;
    right:214px;
    top:50%;
    margin-top:-56px;
    opacity: 0;
    outline: none;
}
.index_banner .swiper-next:before,.index_banner .swiper-next:after{
    display: none;
}
/*.index_banner:hover .swiper-prev,.index_banner:hover .swiper-next{*/
/*    opacity: 1;*/
/*}*/
.banner6{
    position: absolute;
    bottom:0px;
    left:0;
    z-index:10;
    width: 100%;
}
#c-banner10 .swiper-slide h2{
    width: 100%;
    height: 164px;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    background:#fff;
    font-size: 24px;
    color: #4c4948;
    z-index:9;
    padding:0 65px;
    font-family: "sy4";
}
.m_banner{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    z-index:-999;
    opacity: 0;
}
#pagination2 {
    z-index: 9999;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
#pagination2 .swiper-pagination-bullet{
    width: 40px;
    height: 10px;
    background: #4d4d4d;
    margin:0 5px;
    opacity: .3;
    border-radius: 5px;
}
#pagination2 .swiper-pagination-bullet-active{
    opacity: 1;
    width: 60px;
    background: #208f3f;
}
/*#c-banner1 .swiper-slide h2 {*/
/*    width: 100%;*/
/*    height: 60px;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*    background: #fff;*/
/*    font-size: 14px;*/
/*    line-height: 1.6;*/
/*    color: #4c4948;*/
/*    z-index: 9;*/
/*    padding: 0 12px;*/
/*    font-family: "sy4";*/
/*}*/
/*#c-banner1 .swiper-slide img{*/
/*    width: 100%;*/
/*}*/
/*#c-banner1 #pagination1{*/
/*    bottom:0;*/
/*    top:calc(100% - 4px);*/
/*    background: #91bfea;*/
/*}*/
@media(max-width: 1600px){
    .index_banner .swiper-prev,.index_banner .swiper-next{
        width:80px;
        height:80px;
        margin-top:-40px;
        background-size:contain!important;
    }
    .banner_text1{
        padding: 0 40px;
    }
    #c-banner9 .swiper-slide h2{
        font-size: 18px;
        height: 120px;
        padding: 0 40px;
    }
    .banner_text1 .p1{
        font-size: 36px;
    }
    .banner_text1 .p2{
        font-size: 16px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .banner_text1{
        padding: 0 25px;
    }
    .banner_k1 .banner_text1-1 .img1 img{
        max-width: 300px;
    }
    .banner_k1 .banner_text1-1 .p2{
        font-size: 14px;
    }
    #c-banner10 .swiper-slide h2{
        font-size: 16px;
        line-height: 1.6;
        height: 80px;
        padding: 0 25px;
    }
    .banner_text1-1 .p1{
        font-size: 30px;
    }
    .banner_text1-1 .p2{
        font-size: 14px;
    }    
}
@media(max-width: 1024px){
    .index_banner .swiper-prev,.index_banner .swiper-next{
        display: none;
    }
}
@media(max-width: 768px){
    .m_banner{
        /*position: relative;*/
        /*z-index:9;*/
        /*opacity: 1;*/
    }
    .pc_banner{
        /*width: 100%;*/
        /*float: none;*/
        /*position:absolute;*/
        /*opacity:0;*/
        /*z-index:-999;*/
    }
    .banner_k1 .banner_text1-1 {
        text-align: center;
        top: 100px;
    }
    .banner_text1-1{
        top:100px;
    }
    .banner_text1-1 .p1{
        font-size: 24px;
    }
    /*.banner2{*/
    /*    position: relative;*/
    /*    height: auto;*/
    /*    left:0;*/
    /*    top:0;*/
    /*}*/
    #c-banner9 {
        width: 100%;
        max-height: 720px;
    }
    #c-banner9 .swiper-wrapper .swiper-slide img{
        height: auto;
    }
    #pagination2{
        bottom:0;
    }
}
@media(max-width: 640px){
    #c-banner9 {
        max-height: 360px;
    }  
    .banner_text1-1 {
        padding: 0 15px;
    } 
    .banner_text1-1 .p1{
        font-size: 22px;
    } 
    #c-banner10 .swiper-slide h2 {
        font-size: 14px;
        height: 70px;
        padding: 0 15px;
    }

}
@media(max-width: 460px){
    #c-banner9 {
        max-height: 350px;
    }    
}


.index1{
    padding:110px 0 80px;
}
.index_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.index_t1{
    font-size: 60px;
    color: #333333;
    padding-left: 58px;
    position: relative;
    line-height: 1;
    font-weight: bold;
}
.index_t1:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 42px;
    height: 4px;
    background:#208f3f;
    margin-top:-2px;
}
.product_sort{
    display: flex;
    flex-wrap: wrap;
}
.product_sort li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 16px;
    background:#f5f5f5;
}
.product_sort li:nth-child(3n){
    margin-right: 0;
}
.product_sort li a{
    display: flex;
    align-items: center;
    padding:60px 40px;
    height: 100%;
    position: relative;
}
.product_sort li a .img1{
    width: 50%;
    padding-right: 20px;
}
.product_sort li a .text{
    width: 50%;  
    color: #333;  
}
.product_sort li a .text h3{
    font-size: 24px;
    line-height: 1;
}
.product_sort li a .text p{
    font-size: 16px;
    line-height: 1.5;
    margin:15px 0 45px;
}
.product_sort li a .text i{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background:#208f3f;
    position: relative;
    border:2px solid #fff;
}
@keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@-o-keyframes scalemap {
    0% {
        transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}
.product_sort li a .text i:before{
    content:'';
    position: absolute;
    flex: 0 0 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(32, 143, 63, 0.4);
/*    border: 1px solid #31af9a;*/
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    z-index:8;
}
.product_sort li a .img2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    opacity: 0;
    transition: all 0.4s ease-out;
}
.product_sort li a .img2 img{
    width: 100%;
    height: 100%;
}
.product_sort li a .img2 span{
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -102px;
    margin-top: -60px
}
.more2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 204px;
    height: 50px;
    background: url(../images/more2_bg.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    background-size: contain;
}
.more2 i{
    width: 10px;
    background:url(../images/more1.png) no-repeat center;
    margin-left: 16px;
    height: 100%;
    transition: all 0.3s ease-out;
}
.more2:hover i{
    margin-left: 10px;    
}
.product_sort li a:hover .img2{
    opacity: 1;
}
@media(max-width: 1600px){
    .index1{
        padding:90px 0 80px;
    }
    .index_top{
        margin-bottom:40px;
    }
    .index_t1{
        font-size:36px;
    }
    .product_sort li a{
        padding: 40px 20px;
    }
    .product_sort li a .text h3{
        font-size:20px;
    }
    .product_sort li a .text p {
        font-size: 14px;
        margin: 12px 0 30px;
    }
    .product_sort li a .text i{
        width:15px;
        height:15px;
    }
    .product_sort li a .img2 span{
        margin-left: -80px;
        /*margin-top: -21px;        */
    }
    .more2{
        font-size:15px;
        width: 160px;
        height: 42px;
    }
    .more2 i{
        margin-left:12px;
    }
}
@media(max-width: 1260px){
    .index1{
        padding:70px 0;
    }
    .index_t1 {
        font-size: 30px;
    }
    .index_t1:before{
        width:36px;
    }
    .index_top {
        margin-bottom: 30px;
    }
    .product_sort li a {
        padding: 30px 20px;
    }
    .product_sort li a .text h3{
        font-size:18px;
    }
    .product_sort li a .text i:before{
        flex: 0 0 30px;
        min-width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index1 {
        padding: 50px 0;
    }
    .index_t1{
        font-size:26px;
    }
    .product_sort li{
        width:49%;
    }
    .product_sort li:nth-child(3n){
        margin-right: 2%;
    }
    .product_sort li:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 640px){
    .index1 {
        padding: 30px 0;
    }    
    .index_t1{
        font-size:22px;
        line-height:34px;
        padding-left: 40px;
    }
    .index_t1:before {
        width: 25px;
    }
    .index_top{
        margin-bottom:20px;
    }
    .product_sort li a {
        padding: 20px 15px;
    }
    .product_sort li a .text h3{
        font-size:16px;
    }
    .product_sort li a .text p{
        margin: 10px 0 20px;
    }
}
@media(max-width: 460px){
    .product_sort li{
        width:100%;
        margin-right:0!important;
        margin-bottom:12px;
    }    
}


.index2{
    display: flex;
    flex-wrap: wrap;
    background: #edf2ef;
}
.index2_l{
    width: 34%;
    padding-left: 110px;
    padding-top:130px;
}
a.more3{
    display: flex;
    font-size: 18px;
    color: #333333;
    margin-top:45px;
}
a.more3 i{
    display: block;
    width: 10px;
    background:url(../images/more4.png) no-repeat center;
    margin-left: 18px;
}
.case_sort{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top:28px;
}
.case_sort a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding:15px 32px;
    border-right: 1px solid #e7e8e8;
    background:#fff;
    height: 210px;
}
.case_sort a:nth-child(2){
    border: none;
}
.case_sort a:nth-child(3),.case_sort a:nth-child(4){
    border-top: 1px solid #e7e8e8;
}
.case_sort a:nth-child(5){
    position: absolute;
    left:100%;
    bottom:0;
    z-index:9;
    border: none;
}
.case_sort a h3{
    font-size: 22px;
    color: #808080;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 58px;
}
.case_sort a .mores{
    display: flex;
}
.case_sort a .img1{
    width: 69px;
    height: 51px;
    overflow: hidden;
    position: relative;
}
.case_sort a .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.case_sort a .mores_img{
    margin-left: 55px;
    opacity: 0;
    position: relative;
    width: 28px;
}
.case_sort a .mores_img img{
    display: inline-block;
    position: absolute;
    right:0;
    bottom:4px;
}
.case_sort a.cur{
    background:url(../images/case_bg.jpg) no-repeat top center;
    background-size: cover;
}
.case_sort a.cur h3{
    color: #fff;
}
.case_sort a.cur .img1 img{
    top:-51px;
}
.case_sort a.cur .mores_img{
    opacity: 1;
}

.index2_r{
    width: 66%;
}
.case_tab{
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.case_tab img{
    width: 100%;
    height: 100%;
}
.case_tab p{
    position: absolute;
    left:0;
    bottom:0;
    font-size: 30px;
    color: #fff;
    width: 60%;
    padding:12px 0 12px 24%;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#208f3f,endColorStr=rgba(32,143,63,.1));
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#208f3f), to(#fff));
    background: -webkit-linear-gradient(left, #208f3f, rgba(32,143,63,.75),  rgba(32,143,63,.5), rgba(32,143,63,.1));
    background: -o-linear-gradient(left,#208f3f,  rgba(32,143,63,.75),  rgba(32,143,63,.5), rgba(32,143,63,.1));
    background: -moz-linear-gradient(left,#208f3f,  rgba(32,143,63,.75),  rgba(32,143,63,.5), rgba(32,143,63,.1));
    background: -ms-linear-gradient(left,#208f3f,  rgba(32,143,63,.75),  rgba(32,143,63,.5), rgba(32,143,63,.1));
}
.index_partner{
    padding:125px 110px 115px;
    background: #edf2ef;
}
@media(max-width: 1600px){
    .index2_l{
        padding-left: 70px;
        padding-top: 100px;        
    }
    a.more3{
        font-size:16px;
        margin-top:30px;
    }
    .case_sort a{
        padding: 15px 20px;
        height:180px;
    }
    .case_sort a h3{
        font-size:20px;
        margin-bottom: 35px;
    }
    .case_sort a .mores_img{
        margin-left:35px;
    }
    .case_tab p{
        font-size:22px;
    }
    .index_partner{
        padding:90px 70px;
    }
}
@media(max-width: 1260px){
    .index2_l{
        padding-left: 3%;
        padding-top: 70px;        
    }
    .case_sort{
        margin-top:20px;
    }
    .case_sort a{
        padding: 15px 15px;
        height:150px;
    }
    .case_sort a h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .case_tab p{
        width:70%;
        font-size:20px;
    }
    .index_partner {
        padding: 70px 3%;
    }
    .case_sort a .mores_img{
        margin-left:15px;
    }
}
@media(max-width: 1024px){
    .case_sort a .img1{
        width:45px;
        height:33.5px;
    }
    .case_sort a.cur .img1 img{
        top:-33.5px;
    }
}
@media(max-width: 820px){
    .index2_l {
        padding-top: 50px;
    }
    a.more3 {
        font-size: 15px;
        margin-top: 20px;
    }
    a.more3 i{
        margin-left:12px;
    }
    .case_sort a{
        height:110px;
        padding: 15px 10px;
    }
    .case_sort a h3{
        font-size:16px;
    }
    .case_tab p{
        width:90%;
        padding:10px 0 10px 25%;
    }
    .index_partner {
        padding: 50px 3%;
    }
}
@media(max-width: 640px){
    .index2_l{
        width:100%;
        padding:20px 3%;
    }
    .case_sort a:nth-child(5) {
        position: relative;
        left: 0%;
        bottom: 0;
        z-index: 9;
        border-top: 1px solid #e7e8e8;
    }
    .index2_r{
        width:100%;
    }
    .case_tab p {
        width: 90%;
        padding: 5px 15px;
        font-size:16px;
    }
    .index_partner {
        padding: 25px 3%;
    }
}
@media(max-width: 460px){
    
}

.index3{
    padding:60px 110px;
    display: flex;
    flex-wrap: wrap;
    background:#f8faf9;
}
.index3_l{
    width: 38%;
    padding-top:130px;
    padding-right: 50px;
}
.index3_l .index_t1{
    padding-left: 75px;
}
.index3_l .text{
    font-size: 22px;
    color: #333333;
    padding-left: 75px;
    line-height: 1.4;
    margin:45px 0 70px;
    max-width: 505px;
}
.index3_l a{
    color: #fff;
    margin-left: 75px;
}
.index3_r{
    width: 62%;
    position: relative;
}
.map_list{

}
.map_list li{
    position: absolute;
    right:10%;
    top:10%;
    text-align: center;
}
.map_list li .cont{
    position: relative;
}
.map_list li .cont .map_li{
    text-align: center;
    position: relative;
    z-index:8;
}
.map_list li .cont .map_li .img2{
    
}
.map_list li p{
font-size: 18px;
 color: #363636;
 line-height: 1.4;
 font-weight: bold;
 border: 1px solid black;
 background-color: #fff;
 padding: 4px 6px;

}
.map_list li .cont .txts{
    position: absolute;
    top:55px;
    right: 70px;
    width: 360px;
    background: #fff;
    padding:25px 15px 25px 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    z-index:9;
    display: none;
    text-align: left;
}
.map_list li .cont .txts h3{
    font-size: 24px;
    color: #208f3f;
    line-height: 1;
    margin-bottom: 10px;
}
.map_list li .cont .txts .txt{
    padding:10px 40px 0 0;
    max-height: 310px;
   overflow-y: auto;
}
.map_list li .cont .txts .txt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.map_list li .cont .txts .txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #208f3f;
}
.map_list li .cont .txts .txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.map_list li .cont .txts .txt dl{
    padding:8px 0;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.6;
}
.map_list li .cont .txts .txt dl dt{
    font-size: 16px;
    color: #333333;
}
.map_list li .cont .txts .txt dl dd{
    font-size: 14px;
    color: #808080;
}
.map_list li:hover .cont .txts{
    display: block;
}
.map_list li:nth-child(1){
    right: 23%;
    top: 59%;
}
.map_list li:nth-child(2){
    right: 31%;
    top: 37%;
}
.map_list li:nth-child(3){
    right: 33%;
    top: 58%;
}
.map_list li:nth-child(4){
    right: 37%;
    top: 75%;
}
.map_list li:nth-child(5){
    right: 50%;
    top: 62%;
}
.map_list li:nth-child(6){
    right: 49%;
    top: 39%;
}
.map_list li:nth-child(7){
    right: 18%;
    top: 22%;
}
@media(max-width: 1600px){
    .index3{
        padding:60px 70px;
    }
    .index3_l .text{
        font-size:18px;
        margin: 30px 0 50px;
        line-height:1.6;
    }
    .map_list li p{
        font-size:16px;
    }
    .map_list li .cont .txts{
        padding:20px 15px;
        top:40px;
        width:320px;
        right:60px;
    }
    .map_list li .cont .txts h3{
        font-size:20px;
    }
    .map_list li .cont .txts .txt{
        padding:10px 20px 0 0;
    }
}
@media(max-width: 1260px){
    .index3 {
        padding: 60px 3%;
    }
    .index3_l{
        padding-top: 100px;
        padding-right: 40px;
    }
    .index3_l .index_t1{
        padding-left:65px;
    }
    .index3_l .text {
        font-size: 16px;
        margin: 20px 0 30px;
        padding-left: 65px;
    }   
    .index3_l a {
        margin-left: 65px;
    }
    .map_list li p{
        font-size:15px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index3 {
        padding: 50px 3%;
    }   
    .index3_l{
        padding-top: 50px;
        padding-right: 30px;
    }
    .map_list li .cont .map_li .img2{
        width:40px;
        margin:0 auto;
    }
    .map_list li .cont .txts .txt{
        max-height:250px;
    }
}
@media(max-width: 640px){
    .index3{
        padding:30px 3%;
    }
    .index3_l{
        width:100%;
        padding-top: 0;
        padding-right: 0;
        margin-bottom:15px;
    }
    .index3_l .index_t1 {
        padding-left: 40px;
    }
    .index3_l .text {
        font-size: 14px;
        margin: 15px 0 20px;
        padding-left: 40px;
    }
    .index3_l a {
        margin-left: 40px;
    }
    .index3_r{
        width:100%;
    }
    .map_list li p{
        font-size:13px;
    }
    .map_list li .cont .map_li .img2{
        width:30px;
    }
    .more2 {
        font-size: 14px;
        width: 130px;
        height: 32px;
    }
    .map_list li .cont .txts{
        display:none!important;
        opacity:0;
    }
}
@media(max-width: 460px){
    .map_list li p{
        font-size:12px;
    }
}


.index_number{
    padding:80px 110px;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
}
.num_list li{
    width: 14.28%;
}
.num_list li p{
    color: #323232;
}
.num_list li p span{
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
}
.num_list li p sup{
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    position: relative;
    top: -20px;
    left:5px;
}
.num_list li font{
    display: block;
    font-size: 18px;
    color: #666666;
    margin-top:10px;
}
.index4{
    display: flex;
    flex-wrap: wrap;
}
.index4 a{
    display: block;
    position: relative;
    cursor: pointer;
}
.index4 a:before{
    content:'';
    position: absolute;
    top:50%;
    margin-top:-39.5px;
    left:50%;
    margin-left: -39.5px;
    width: 79px;
    height: 79px;
    z-index:9;
    background:url(../images/player.png) no-repeat center;
    background-size: contain;
}
.index4_l{
    width: 52%;
}
.index4_l a img{
    width: 100%;
    height: 100%;
}
.index4_l a p{
    font-size: 24px;
    color: #fff;
    position: absolute;
    right:0;
    bottom:0;
    padding:12px 36px;
    width: 90%;
    background: linear-gradient(to left, #208f3f, rgba(32,143,63,.1));
    text-align: right;
}
.index_video{
    width: 48%;
    padding-left: 6px;
    display: flex;
    flex-wrap: wrap;
}
.index_video a{
    width: calc(50% - 3%);
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
}
.index_video a:nth-child(1){
    display: none;
}
.index_video a:nth-child(2n+1){
    margin-right: 0px;
}
.index_video a:nth-child(4),.index_video a:nth-child(5){
    margin-bottom: 0px;
}
.index_video a img{
    width: 100%;
    height: 100%;
}
.index_video a p{
    font-size: 24px;
    color: #fff;
    position: absolute;
    right:0;
    bottom:0;
    padding:12px 36px;
    width: 90%;
    background: linear-gradient(to left, #208f3f, rgba(32,143,63,.1));
    text-align: right;
}
@media(max-width: 1600px){
    .index_number{
        padding:60px 70px;
    }
    .num_list li p span{
        font-size:36px;
    }
    .num_list li p sup{
        top:-10px;
        left:2px;
    }
    .num_list li font{
        font-size:16px;
        margin-top:0px;
    }
    .index4 a:before {
        margin-top: -30px;
        margin-left: -30px;
        width: 60px;
        height: 60px;
    }
    .index4_l a p{
        font-size:20px;
        padding: 10px 25px;
    }
    .index_video a p {
        font-size: 18px;
        padding: 7px 25px;
        line-height:1.5;
        width:100%;
    }
}
@media(max-width: 1260px){
    .index_number{
        padding:60px 3%;
    }
    .num_list li p span{
        font-size:30px;
    }
    .num_list li p sup{
        font-size:15px;
    }
    .num_list li font{
        font-size:15px;
    }
    .index4_l a p{
        font-size:18px;
        padding: 5px 20px;
    }
    .index4 a:before {
        margin-top: -25px;
        margin-left: -25px;
        width: 50px;
        height: 50px;
    }
    .index_video a p {
        font-size: 16px;
        padding: 5px 20px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index_number{
        padding:45px 3%;
    }
    .num_list li p span {
        font-size: 26px;
    }  
    .num_list li font {
        font-size: 14px;
    }
    .index4_l{
        width:100%;
    }
    .index_video{
        width:100%;
        padding-left:0;
        margin-top:10px;
    }
    .index_video a{
        width:49%;
        margin-right:2%;
        margin-bottom:10px;
    }
}
@media(max-width: 640px){
    .index_number{
        padding:30px 3%;
    }  
    .num_list li{
        width:25%;
        padding:10px 0;
    }
    .num_list li p span{
        font-size:22px;
    }
    .num_list li p sup{
        font-size:13px;
    }
    .index4_l a p {
        font-size: 16px;
        padding: 5px 15px;
    }
    .index_video a p {
        font-size: 14px;
        padding: 3px 15px;
    }
}
@media(max-width: 460px){
    .index_video a{
        width:100%;
        margin-right:0;
        margin-bottom: 10px!important;
    }
    .index4_l a p {
        font-size: 15px;
        padding: 5px 15px;
    }
    .index_video a p {
        font-size: 15px;
        padding: 5px 15px;
    }
}


.index5{
    padding:100px 0 105px;
}
.index_news{
    display: flex;
    flex-wrap:wrap;
}
.index_news_l{
    width: 26%;
}
.news_list1{

}
.news_list1 li{
    background-color:#f5f5f5;
}
.news_list1 li a{
    display: block;
}
.news_list1 li a .img{
    position: relative;
}
.news_list1 li a .img em{
    font-style: normal;
    font-size: 20px;
    color: #fff;
    width: 120px;
    line-height: 38px;
    position: absolute;
    left:0;
    bottom:0;
    background-color:#208f3f;
    text-align: center;
}
.news_list1 li a .text{

    padding:45px 35px;
}
.news_list1 li a .text h3{
    font-size: 26px;
    color: #333333;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list1 li a .text p{
    font-size: 14px;
    color: #333333;
    margin:18px 0 45px;
    line-height: 1.8;
}
.news_mores{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_mores em{
    font-size: 15px;
    color: #333333;
    line-height: 41px;
    font-style: normal;
}
.news_mores .more2{
    width: 167px;
    height: 41px;
    background:url(../images/more3_bg.png) no-repeat center;
    font-size: 14px;
}
.news_mores .more2 i{
    width: 9px;
    background:url(../images/more5.png) no-repeat center;
    margin-left: 12px;
    transition: all 0.4s ease-out;
}
.news_mores .more2:hover i{
    margin-left: 6px;    
}
.news_list1 li a:hover .img img{
    transform: scale(1.1);
}

.index_news_r{
    width: 74%;
    padding-left: 40px;
}
.news_list2{
    display: flex;
    flex-wrap:wrap;  
    margin-top:25px;  
    position: relative;
}
.news_list2:after{
    content:'';
    position: absolute;
    top:10px;
    left:50%;
    margin-left: -0.5px;
    width: 1px;
    height: calc(100% - 20px);
    background:#e0e0e0;
}
.news_list2 li{
    width: calc(50% - 30px);
    margin-right: 60px;
}
.news_list2 li a{
    display: block;
    font-size: 18px;
    color: #666666;
    position: relative;
    padding:2px 0px 3px 10px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list2 li:nth-child(2n){
    margin-right: 0;
}
.news_list2 li a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background:#666666;
    margin-top:-2.5px;
}
.news_list2 li a:hover{
    color: #208f3f;
    text-decoration: underline;
}
.news_list2 li a:hover:before{
    background:#208f3f;
}

@media(max-width: 1600px){
    .index5{
        padding:90px 0;
    }
    .news_list1 li a .img em{
        font-size:16px;
        width: 105px;
        line-height: 35px;
    }
    .news_list1 li a .text {
        padding: 30px 20px;
    }
    .news_list1 li a .text h3{
        font-size:20px;
    }
    .news_list1 li a .text p {
        margin: 15px 0 30px;
    }
    .news_mores .more2 {
        width: 130px;
        height: 34px;
        background: url(../images/more3_bg.png) no-repeat center;
        background-size: contain;
    }
    .news_list2{
        margin-top:15px;
    }
    .news_list2 li a{
        font-size:16px;
        padding:1px 0px 1px 10px;
    }
}
@media(max-width: 1260px){
    .index5{
        padding:70px 0;
    }
    .news_list1 li a .text{
        padding: 20px 15px;
    }
    .news_list1 li a .text h3{
        font-size:17px;
    }
    .news_list1 li a .text p {
        margin: 5px 0 20px;
    }
    .news_list2 li a{
        font-size:15px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index5 {
        padding: 50px 0;
    }
    .index_news_l{
        width:40%;
    }
    .index_news_r{
        width:60%;
        padding-left:2%;
    }
    .news_list2:after{
        display:none;
    }
    .news_list2 li{
        width:100%;
        margin-right: 0px;        
    }
    .news_list2 li a{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .index5 {
        padding: 30px 0;
    } 
    .index_news_l{
        width:100%;
    }
    .index_news_r{
        width:100%;
        padding-left:0%;
        margin-top:20px;
    }
}
@media(max-width: 460px){
    
}


#footer{
    border-top:10px solid #208f3f;
}
.foot{
    background-color:#e6ebe7;
    padding:62px 110px 110px;
}
.foot_l{
    width: 58%;
    float: left;
}
.f_logo{
    display: flex;
    align-items: center;
}
.foot_l_t{
    display: flex;
    align-items: center;
}
a.f_dowload{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color:#fff;
    background:url(../images/download_bg.png) no-repeat center;
    width: 229px;
    height: 63px;
    margin-left: 85px;
    background-size: contain;
}
a.f_dowload i{
    display: block;
    background:url(../images/download.png) no-repeat center;
    width: 32px;
    height: 100%;
    margin-right: 25px;
}

.foot h3{
    margin-top:65px;
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    background:url(../images/f_ico1.png) no-repeat left center;
    margin-bottom: 15px;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
}
.f_nav li{
    width: 16.66666666666667%;
}
.f_nav li a{
    display: block;
    padding:5px 0 5px 15px;
    font-size: 15px;
    color: #1a1a1a;
}
.f_nav li a:hover{
    color: #208f3f;
}
.foot_r{
    width: 21%;
    float: right;
}
.f_share{
    display: flex;
    align-items: center;
    height: 91px;
/*    flex-wrap: wrap;*/
}
.f_share li{
    position: relative;
    margin-right: 18px;
    width: 43px;
}
.f_share li .img1{
    position: absolute;
    left:50%;
    top:50px;
    width: 100px;
    margin-left: -50px;
    opacity: 0;
}
.f_share li:hover .img1{
    opacity: 1;
}
a.f_share_a{
    display: block;
    margin-left: 56px;
}
.f_contact{
    font-size: 18px;
    color: #1a1a1a;
}
.f_contact .cont{
    margin-bottom: 45px;
}
.f_contact p strong{
    font-size: 30px;
    color: #208f3f;
    line-height: 1.4;
}
.copyright{
    background-color:#343637;
    font-size: 15px;
    color: #ffffff;
    padding:25px 0;
}
.copyright a{
    font-size: 15px;
    color: #ffffff;    
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}

@media(max-width: 1600px){
    .foot{
        padding: 40px 70px 70px;
    }
    .foot_l{
        width: 65%;
    }
    .f_logo{
        max-width:500px;
    }
    a.f_dowload{
        width:170px;
        height:42px;
        font-size:16px;
    }
    a.f_dowload i{
        margin-right:10px;
        background-size:70%;
    }
    .foot h3 {
        margin-top: 40px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .f_nav li a{
        padding: 0px 0 0px 15px;
    }
    .foot_r{
        width:25%;
    }
    .f_share{
        height:78px;
    }
    a.f_share_a{
        margin-left:30px;
    }
    .f_contact{
        font-size:15px;
    }
    .f_contact .cont{
        margin-bottom:30px;
    }
    .f_contact p strong{
        font-size:26px;
    }
    .copyright{
        padding:10px 0;
        font-size:14px;
    }
    .copyright a{
        font-size:14px;
    }
}
@media(max-width: 1260px){
    .foot{
        padding: 25px 3% 50px;
    }  
    .foot_l{
        width:70%;
    }
    .f_logo{
        max-width:400px;
    }
    a.f_dowload{
        font-size:14px;
        margin-left:20px;
    }
    a.f_dowload i{
        margin-right:6px;
        width:25px;
        background-size:80%;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .foot_l{
        width:73%;
    }
    .foot h3 {
        margin-top: 18px;
        margin-bottom: 10px;
    } 
    .f_nav li{
        width:20%;
    }
    .f_nav li:nth-child(5n){
        display:none;
    }
    .f_nav li a{
        font-size:14px;
        padding:0;
    }
    .f_share{
        height:58px;
    }
    .f_contact p strong{
        font-size:22px;
    }
    .copyright_l{
        width:100%;
        text-align:center;
    }
    .copyright_r{
        width:100%;
        text-align:center;
    }
}
@media(max-width: 640px){
    .foot {
        padding: 15px 3%;
    }
    .foot_l,.f_share{
        display:none;
    }
    .foot_r{
        width:100%;
    }
    .foot h3 {
        margin-top: 0px;
    } 
    .f_contact p strong{
        font-size:20px;
    }
    .f_contact .cont {
        margin-bottom: 20px;
    }
}
@media(max-width: 460px){
    
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: none;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.banner_text1{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background-color:rgba(32,143,63,.5);

/*    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#208f3f,endColorStr=rgba(32,143,63,.1));
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#208f3f), to(#fff));
    background: -webkit-linear-gradient(left, #208f3f, rgba(32,143,63,.75), rgba(32,143,63,.5), rgba(32,143,63,.1));
    background: -o-linear-gradient(left,#208f3f, rgba(32,143,63,.75), rgba(32,143,63,.5), rgba(32,143,63,.1));
    background: -moz-linear-gradient(left,#208f3f, rgba(32,143,63,.75), rgba(32,143,63,.5), rgba(32,143,63,.1));
    background: -ms-linear-gradient(left,#208f3f, rgba(32,143,63,.75), rgba(32,143,63,.5), rgba(32,143,63,.1));*/
}
.banner_text1 h3{
    font-size: 60px;
    line-height: 1.6;
}
.banner_text1 p{
    font-size: 26px;
}
.n_bottom{
    padding:50px 0 100px;
}
.n_bottom ul{
    display: flex;
    justify-content: space-between;
}
.n_bottom ul li{
    width: 33.3333%;
}
.n_bottom ul li a{
    display: block;
    text-align: center;
}
.n_bottom ul li .img{

}
.n_bottom ul li .p1{
    font-size: 34px;
    color: #1a1a1a;
    font-weight: bold;
    padding:10px 0 0;
}
.n_bottom ul li .p2{
    font-size: 16px;
    color: #1a1a1a;
}
.n_bottom ul li:hover .p1,.n_bottom ul li:hover .p2{
    color: #208f3f;
}
.head2{
    background-color:#fff;
}
@media(max-width: 1600px){
    .banner_text1 h3{
        font-size:46px;
    }
    .banner_text1 p {
        font-size: 20px;
    }
    .n_bottom {
        padding: 60px 0;
    }
    .n_bottom ul li .p1{
        font-size: 26px;
    }
    .n_bottom ul li .p2{
        font-size: 15px;
    }
}
@media(max-width: 1260px){
    .banner_text1 h3{
        font-size:32px;
    }
    .banner_text1 p {
        font-size: 17px;
    }
    .n_bottom {
        padding: 50px 0;
    }
    .n_bottom ul li .p1{
        font-size: 22px;
    }
    .n_bottom ul li .p2{
        font-size: 14px;
    }     
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .banner_text1 h3{
        font-size:26px;
    }
    .banner_text1 p {
        font-size: 15px;
    }
    .n_bottom ul li .p1{
        font-size: 18px;
    } 
    .n_bottom ul li a .img img{
        max-height: 40px;
    } 
}
@media(max-width: 640px){
    .banner_text1 h3{
        font-size:22px;
    }
    .n_bottom{
        padding:30px 0;
    }
    .n_bottom ul li a .img img{
        max-height: 30px;
    }  
    .n_bottom ul li .p1{
        font-size: 16px;
    }    
}
@media(max-width: 460px){
    
}

#about1{
    padding:95px 0;
}
#about1 .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about1_text{
    width: calc(100% - 671px);
    padding-top:15px;
}
.about1_text h3{
    font-size: 34px;
    color: #208f3f;
    margin:60px 0 10px;
}
.about1_text p{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    max-width: 816px;
}
.about1_text2{
    width: 661px;
    height: 385px;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:url(../images/about1_bg1.png) no-repeat center;
    margin-right: 10px;
    position: relative;
    background-size: contain;
    margin-bottom: 100px;
}
.about1_text2 .img2{
    position: absolute;
    top: calc(100% + 20px);
    left:0;
    width: 100%;
    text-align: center;
    /*display: none;*/
}

/*.about1_text2:after{*/
/*    content: '厂房通风降温夏威宜更凉爽';*/
/*    position: absolute;*/
/*    top: calc(100% + 50px);*/
/*    left: 50%;*/
/*    margin-left: -270px;*/
/*    width: 540px;*/
/*    height: 45px;*/
/*    background: url(../images/about1_text.jpg) no-repeat center;*/
/*    font-size: 45px;*/
/*    color: #208f3f;*/
/*    line-height: 45px;*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    -webkit-animation: wave 5s infinite;*/
/*    animation: wave 5s infinite;*/
/*    font-weight: bold;*/
/*}*/
@-webkit-keyframes wave{
    0%{
        background-position:0 center;
    }
    /*50%{*/
    /*    background-position:100% center;*/
    /*}*/
    100%{
        background-position:100% center;
    }
}
@keyframes wave{
    0%{
        background-position:0% center;
    }
    /*50%{*/
    /*    background-position:100% center;*/
    /*}*/
    100%{
        background-position:100% center;
    }
}
.about1_text2 .img1{

}
.about1_text2 a{
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    margin: 55px auto 0;
    text-decoration: underline;
    cursor: pointer;
}
.about1_text2 a i{
    display: block;
    width: 62px;
    height: 61px;
    position: relative;
/*    background:url(../images/player2.png) no-repeat center;*/
    margin-right: 30px;
    z-index:7;
}
.about1_text2 a i img{
    position: relative;
    z-index:101;
}
.about1_text2 a i:after{
    content: '';
    position: absolute;
    flex: 0 0 86px;
    min-width: 86px;
    height: 86px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    /* border: 1px solid #31af9a; */
    animation: scalemap 2s linear infinite;
    -moz-animation: scalemap 2s linear infinite;
    -webkit-animation: scalemap 2s linear infinite;
    top: 50%;
    margin-top: -43px;
    left: 50%;
    margin-left: -43px;
    z-index: 100;
}
#about2{
    background-color:#f5f5f5;
    padding:110px 0 130px;
}
#about2 .index_t1{

}
.fzlc{
    margin-top: 115px;
    padding:0 115px;
    position: relative;
}
.fzlc:after{
    content:'';
    position: absolute;
    top:66px;
    left:55px;
    width: calc(100% - 110px);
    height: 1px;
    background-color:#cfcfcf;
}
#c-banner3{

}
.hc_l{
    position: absolute;   
    left:0;
    top:23px;
}
.hc_r{
    position: absolute;   
    right:0;
    top:23px;
}
#c-banner3 .swiper-slide{

}
#c-banner3 .swiper-slide h3{
    font-size: 40px;
    color: #208f3f;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}
#c-banner3 .swiper-slide h3:after{
    content:'';
    position: absolute;
    top:57px;
    left:50%;
    width: 18px;
    height: 19px;
    margin-left: -9px;
    background:url(../images/fz_icon1.png) no-repeat center;
}
#c-banner3 .swiper-slide h4{
    font-size: 20px;
    color: #333;
    text-align: center;
}
#c-banner3 .swiper-slide p{
    font-size: 16px;
    color: #666666;
    line-height: 1.8em;
    /*height: 9em;*/
}
#c-banner3 .swiper-slide .img1{
    border-radius: 32px 0 32px 0;
    overflow: hidden;
    display: none;
}
.fzlc .swiper-button-prev{
    width: 78px;
    height: 50px;
    background:url(../images/left1.png) no-repeat center;
    left:0;
    top:38px;
    margin-top:0;
    background-size: contain;
    outline: none;
    display: none;
}
.fzlc .swiper-button-next{
    width: 78px;
    height: 50px;
    background:url(../images/right1.png) no-repeat center;
    right:0;
    top:38px;
    margin-top:0;
    background-size: contain;
    outline: none;
    display: none;
}
#about3 .container{
    display: flex;
    flex-wrap: wrap;
}
#about3 .text{
    width: 46%;
    padding-right: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-end;
}
.qywh_list{
    display: flex;
    flex-wrap: wrap;
/*    margin-top:70px;*/
}
.qywh_list li{
    background:#f0f5f7;
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
    padding:40px 64px;
    height: 258px;
    /*color: #333333;*/
}
.qywh_list li a{
    color: #333;
}
.qywh_list li:nth-child(2n){
    margin-right: 0;
}
.qywh_list li:nth-child(3),.qywh_list li:nth-child(4){
    margin-bottom: 0;
}
.qywh_list li .img1{
    position: relative;
    width: 29px;
    height: 29px;
    overflow: hidden;
}
.qywh_list li .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    /*transition: all 0.3s ease-out;*/
}
.qywh_list li h3{
    font-size: 28px;
    padding:2px 0 10px;
}
.qywh_list li p{
    font-size: 16px;
    line-height: 1.6;
}
.qywh_list li:hover{
    
    background:#208f3f;
}
.qywh_list li:hover a{
    color: #fff;
}
.qywh_list li:hover .img1 img{
    top:-29px;
}
#about3 .img{
    width: 54%;
}
#about4,#about5{
    padding:140px 0 0;
}
#about4 .index_t1{
    margin-bottom: 78px;
}
#about4 .swiper-prev{
    width: 112px;
    height: 112px;
    background:url(../images/left1.png) no-repeat center;
    position: absolute;
    left:30px;
    top:50%;
    margin-top:-56px;
    /*opacity: 0;*/
    outline: none;
}
#about4 .swiper-prev:before,.index_banner .swiper-prev:after{
    display: none;
}
#about4 .swiper-next{
    width: 112px;
    height: 112px;
    background:url(../images/right1.png) no-repeat center;
    position: absolute;
    right:30px;
    top:50%;
    margin-top:-56px;
    /*opacity: 0;*/
    outline: none;
}
#about4 .swiper-next:before,.index_banner .swiper-next:after{
    display: none;
}
.maps2{
/*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction:row-reverse;*/
}
.maps2_cont{
    width: 62%;
    position: relative;
    float: right;
}

.map_tab{
    max-width: 522px;
    width: 32%;
    padding-top:25px;
    float: left;
    margin-right: 6%;
}
.map_text{
    margin-top:58px;
    box-shadow: 1px 2px 10px #afc7d9;
    padding:55px 16px 80px 40px;
    display: none;
    border-radius: 15px;
    background:#fff;
}
.map_text .txts{

}
.map_text .txts h3{
    font-size: 38px;
    color: #208f3f;
    line-height: 1;
}
.map_text .txts .txt{
    max-height: 425px;
    overflow-y: auto;
    padding-right: 54px;
}
.map_text .txts .txt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.map_text .txts .txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #208f3f;
}
.map_text .txts .txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.map_text .txts .txt p{
    padding:40px 0 12px;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.6;
    font-size: 20px;
    color: #808080;
}
#about6 {
  position: relative;
  background: url(../images/quali-bg.png) center bottom / 100% 118px no-repeat, linear-gradient(180deg, #ffffff 0%, #fff3e0 100%);
  margin-bottom:100px;
  padding-bottom: 60px;
  padding-top:100px;
}
#about6 .index_t1{
    float:left;
    margin-top:10px;
}
#about6 .text{
    font-size: 18px;
    color: #888888;
    float:right;
    max-width: 675px;
    position: relative;
    /*margin-right: 76px;*/
    padding-right: 10px;
    line-height: 1.8;
}
#about6 .text:before{
    content:'';
    position: absolute;
    right:0;
    top:5px;
    width: 5px;
    height: calc(100% - 10px);
    background:#208f3f;
}
#about6 .honner-swiper {
  position: relative;
  margin-top: 10px;
  padding-top:90px;
  height: 520px;
}
#about6 .honner-swiper .swiper-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#about6 .honner-swiper .swiper-container .swiper-wrapper {
  align-items: flex-end;
}
#about6 .honner-swiper .swiper-container .swiper-wrapper .swiper-slide{
    text-align: center;
}
#about6 .honner-swiper .swiper-container .swiper-wrapper .swiper-slide img {
  width: 200px;
  max-height: 200px;
  margin:0 auto;
}
#about6 .honner-swiper .swiper-container .swiper-wrapper .swiper-slide-active {
  margin-right: 20px !important;
}
#about6 .honner-swiper .swiper-container .swiper-wrapper .swiper-slide-active img {
  width: 360px;
  max-height: 450px;
}
#about6 .honner-swiper .swiper-button-prev,
#about6 .honner-swiper .swiper-button-next {
  top: 196px;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 2;
  color: #666;
  outline: none;
}
#about6 .honner-swiper .swiper-button-prev h3,
#about6 .honner-swiper .swiper-button-next h3 {
  font-size: 16px;
  color: #333;
}
#about6 .honner-swiper .swiper-button-prev {
  left: -40px;
  padding-left: 40px;
  background: url(../images/swiper-l.png) left center / 23px 40px no-repeat;
}
#about6 .honner-swiper .swiper-button-next {
  right: -40px;
  padding-right: 40px;
  background: url(../images/swiper-r.png) right center / 23px 40px no-repeat;
  text-align: right;
}


.map_tab2{
    display: none;
}
@media(max-width: 1600px){
    .about1_text h3{
        font-size: 28px;
        color: #208f3f;
        margin: 40px 0 0px;        
    }
    .about1_text p{
        font-size:15px;
    }
    .about1_text2 {
        width: 530px;
        height: 310px;
    }
    .about1_text2 .img1 img{
        max-width:220px;
    }
    .about1_text2 a{
        font-size:16px;
        margin: 40px auto 0;
    }
    .about1_text2 a i{
        margin-right:20px;
    }
    .about1_text2 a i img{
        width:50px;
    }
    .about1_text2 a i:after{
        flex: 0 0 70px;
        min-width: 70px;
        height: 70px;
        margin-top: -40px;
        margin-left: -35px;
    }
    .about1_text2:after{
        font-size:32px;
        top: calc(100% + 30px);
    }
    .fzlc{
        margin-top:70px;
        padding: 0 90px;
    }
    #about3 .text{
        padding-right:40px;
    }
    #c-banner3 .swiper-slide h3{
        font-size:30px;
    }
    #c-banner3 .swiper-slide p{
        font-size:14px;
    }
    .qywh_list li{
        padding: 25px 25px;
        height:200px;      
    }
    .qywh_list li h3{
        font-size:22px;
        padding: 2px 0 0px;
    }
    .qywh_list li p{
        font-size:15px;
    }
    .qywh_list li p br{
        display:none;
    }
    #about4, #about5{
        padding: 90px 0 0;
    }
    #about4 .index_t1{
        margin-bottom:50px;
    }
    .map_text{
        margin-top:45px;
        padding: 40px 16px;
    }
    .map_text .txts h3{
        font-size:24px;
    }
    .map_text .txts .txt{
        max-height: 320px;
        padding-right: 30px;
    }
    .map_text .txts .txt p {
        padding: 25px 0 10px;
        font-size: 16px;
    }
    #about6{
        margin-bottom: 60px;
        padding-bottom: 40px;
        padding-top: 90px;        
    }
    #about6 .text{
        font-size:15px;
        max-width:620px;
    }
    #about6 .honner-swiper .swiper-button-prev h3, #about6 .honner-swiper .swiper-button-next h3{
        font-size: 15px;
    }
    #about6 .honner-swiper {
      padding-top:50px;
      height: 470px;
    }

}
@media(max-width: 1260px){
    #about1,#about2{
        padding:70px 0;
    }
    .about1_text{
        width: calc(100% - 600px);
    }
    .about1_text h3 {
        font-size: 22px;
        margin: 30px 0 0px;
    }
    .about1_text p {
        font-size: 14px;
        line-height:1.8;
    }
    #c-banner3 .swiper-slide h3 {
        font-size: 26px;
        margin-bottom: 65px;
    }
    .qywh_list li {
        padding: 20px 15px;
    }
    .qywh_list li h3{
        font-size:18px;
        padding:5px 0 0px;
    }
    #about4, #about5{
        padding:70px 0 0;
    }
    #about4 .index_t1 {
        margin-bottom: 30px;
    }
    .map_tab {
        width: 35%;
        margin-right: 3%;
    }
    .map_text {
        margin-top: 30px;
        padding: 25px 16px;
    }
    .map_text .txts h3 {
        font-size: 20px;
        margin-bottom:10px;
    }
    .map_text .txts .txt {
        max-height: 260px;
        padding-right: 20px;
    }
    .map_text .txts .txt p {
        padding: 10px 0 10px;
        font-size: 14px;
    }


}
@media(max-width: 1024px){
    #about1 .container{
        justify-content:flex-start;
    }
    .about1_text {
        width: 100%;
        padding-top:0;
    }  
    .about1_text2{
        margin:20px auto 90px;
        /*margin-right:0;*/
    }
    .about1_text2:after{
        top: calc(100% + 15px);
    }    
    #about6 .text{
        font-size:14px;
        max-width:420px;
    }    
    #about6 .honner-swiper {
        margin-top: 20px;
        padding-top: 40px;
        height: 450px;
    } 
    #about6 .honner-swiper .swiper-button-prev{
        left: 0px;
    }   
    #about6 .honner-swiper .swiper-button-next{
        right: 0px;
    }    
}
@media(max-width: 820px){
    #about1,#about2{
        padding:50px 0;
    } 

    .about1_text h3 {
        font-size: 18px;
        margin: 15px 0 0px;
    }
    .about1_text2 {
        width: 320px;
        height: 190px;
        margin-bottom:30px;
    }
    .about1_text2:after{
        top: calc(100% + 5px);
        font-size:26px;
        line-height:30px;
        height:30px;
    } 
    .about1_text2 .img1 img {
        max-width: 160px;
    }
    .about1_text2 a {
        font-size: 15px;
        margin: 25px auto 0;
    }
    .about1_text2 a i{
        width:35px;
        height:35px;
    }
    .about1_text2 a i img {
        width: 35px;
    }
    .about1_text2 a i:after {
        flex: 0 0 50px;
        min-width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }
    .fzlc {
        margin-top: 50px;
        padding: 0 70px;
    }
    .fzlc:after{
        top:58px;
        width: calc(100% - 90px);
    }
    .fzlc .swiper-button-prev,.fzlc .swiper-button-next{
        width:60px;
        height:40px;
    }
    .hc_l{
        top:26px;
        width:100px;
    }
    .hc_r{
        top:26px;
        width:100px;
    }
    #c-banner3 .swiper-slide h3 {
        font-size: 22px;
        margin-bottom: 60px;
    }
    #c-banner3 .swiper-slide h3:after{
        top:49px;
    }
    #about3{

    }
    #about3 .text{
        width:100%;
        padding:50px 0 20px;
    }
    .qywh_list{
        margin-top:20px;
    }
    .qywh_list li{
        height:160px;
    }
    #about3 .img{
        width:100%;
    }
    .map_text {
        margin-top: 25px;
        padding: 20px 16px;
    }
    .map_text .txts .txt {
        max-height: 220px;
        padding-right: 15px;
    }
    .map_text .txts .txt p {
        padding: 6px 0;
    
    }
    #about4, #about5{
        padding:50px 0 0;
    }
    #about6{
        margin-bottom: 30px;
        padding-bottom: 30px;
        padding-top: 50px;        
    }
    #about6 .text{
        max-width:100%;
        width:100%;
        margin:20px 0;
    }
    #about6 .honner-swiper {
        margin-top: 20px;
        padding-top: 20px;
        height: 400px;
    }
    #about6 .honner-swiper .swiper-button-prev, #about6 .honner-swiper .swiper-button-next{
        top:100px;
    }
}
@media(max-width: 640px){
    #about1,#about2{
        padding:30px 0;
    } 
    .about1_text2:after{
        font-size:20px;
    } 
    .about1_text h3 {
        font-size: 16px;
        margin: 10px 0 0px;
    }
    .about1_text2{
        margin:15px auto 50px;
    }
    .about1_text2 .img2{
        top: calc(100% + 10px);
    }
    .fzlc {
        margin-top: 30px;
    }
    .hc_l{
        top:32px;
        width:70px;
    }
    .hc_r{
        top:32px;
        width:70px;
    }
    #c-banner3 .swiper-slide p {
        height: 7.5em;
    } 
    #about3 .text {
        padding: 30px 0 20px;
    }
    .qywh_list li{
        height:auto;
        padding: 15px 15px;
    }
    .qywh_list li h3{
        font-size:16px;
    }
    .qywh_list li p{
        font-size:14px;
    }
    #about4, #about5{
        padding:30px 0 0;
    }
    #about4 .index_t1 {
        margin-bottom: 20px;
    }
    .map_tab{
        width:100%;
        margin-right:0;
        /*display:none;*/
    }
    .map_text {
        margin-top: 15px;
        padding: 15px 12px;
    }
    .map_text .txts h3{
        font-size:16px;
    }
    .maps2_cont{
        width:100%;
    }
    .map_li .img2 img{
        width:30px;
    }
    #about6{
        margin-bottom: 0px;
        padding-bottom: 30px;
        padding-top: 30px;        
    }
    #about6 .text{
        width: 100%;
        margin:20px 0;
    }
    #about6 .honner-swiper .swiper-button-prev h3,#about6 .honner-swiper .swiper-button-next h3{
        opacity: 0;
    }
    .map_tab2{
        display: block;
    }
}
@media(max-width: 460px){
    #about6 .honner-swiper .swiper-button-prev, #about6 .honner-swiper .swiper-button-next{
        top:30px;
    }
    #about6 .honner-swiper{
        height:320px;
    }
    #about6 .honner-swiper .swiper-container .swiper-wrapper .swiper-slide img {
        width: 100%;
        max-height: 100%;
    }
    #about6 .honner-swiper .swiper-container .swiper-wrapper .swiper-slide-active {
      margin-right: 15px !important;
    }
    #about6 .honner-swiper .swiper-container .swiper-wrapper .swiper-slide-active img {
      width: 100%;
      max-height: 100%;
    }     
}

/*n_product*/
.n_product{
    padding:80px 0;
}
.prosuct_sorts{

}
.prosuct_sorts li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color:#edf2ef;
    padding:55px 140px;
    margin-bottom: 18px;
    justify-content: space-between;
}
.prosuct_sorts li .layer1{
    width: 60%;
}
.sort_t{
    display: flex;    
    margin-bottom: 15px;
}
.sort_t span{
    font-size: 36px;
    color: #1a1a1a;
    line-height: 1;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-left: 28px;
}
.prosuct_sorts li .layer1 .txt{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.8;
}
.prosuct_sorts li .layer1 h2{
    font-size: 20px;
    color: #1a1a1a;
    margin:20px 0 10px;
}
.product_list2{
    display: flex;
    flex-wrap: wrap;
}
.product_list2 a{
    display: flex;  
    justify-content: center;
    align-items: center;
    max-width: 220px;
    width: 30%; 
    margin-right: 5%;
    height: 62px;
    background-color:#208f3f;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
}
.product_list2 a i{
    display: block;
    width: 11px;
    height: 100%;
    background:url(../images/more2.png) no-repeat center;
    margin-left: 25px;
    transition: all 0.4s ease-out;
}
.product_list2 a:hover i{
    margin-left: 15px;    
}
.product_list2 a:nth-child(3n){
    margin-right: 0;
}
.prosuct_sorts li .imgs{
    width: 25%;
    text-align: center;
    /*overflow: hidden;*/
}
.prosuct_sorts li .imgs img{
    transition: all 0.5s ease-out;
}
.prosuct_sorts li:hover .imgs img{
    transform: scale(1.05);
}
.sitemp{
    height: 60px;
    border-top:1px solid #dbdbdb;
    padding:0 210px;
    margin-top:85px;
    background-color:#f6f6f7;
    display: flex;
    align-items: center;
    line-height: 1.6;
}
.site{
    padding-left: 22px;
    background:url(../images/home.png) no-repeat left center;
    font-size: 14px;
    color: #666666;
}
.site a{
    font-size: 14px;
    color: #666666;    
}
.site .cc{
    color: #333333;
}
.pd1{
    padding:85px 210px;
    display: flex;
    flex-wrap: wrap;
}
.pd1 .img{
    width: 55%;
    padding-right: 5%;
    text-align: center;
}
.pd1 .img p{
    display: none;
}
.pd1 .text{
    width: 45%;    
}
.pd1 .text .p1{
    font-size: 20px;
    color: #208f3f;
}
.pd1 .text h3{
    font-size: 60px;
    color: #333333;
    line-height: 1;
    border-bottom: 2px solid #333333;
    padding:10px 0 20px;
    margin-bottom: 30px;
}
.pd1 .text .txt{
    color: #4c4c4c;
    font-size: 16px;
    padding-right: 27px;
    height: 250px;
    overflow-y: scroll;
}
.pd1 .text .txt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.pd1 .text .txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #208f3f;
}
.pd1 .text .txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.pd_contact{
    margin-top:40px;
    padding:35px 40px 35px 26px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pd_tel{
    padding-left: 58px;
    background:url(../images/tel2.png) no-repeat left center;
    color: #208f3f;
    line-height: 1.4;
}
.pd_tel p:nth-child(1){
    font-size: 20px;
}
.pd_tel p:nth-child(2){
    font-size: 32px;
}
.page2{
    font-size: 16px;
    color: #208f3f;
    margin-top:15px;
}
.page2 a{
    color: #208f3f;
    font-size: 20px;
    font-weight: bold;
}
.pd2{
    padding:0 210px 90px;
}
.pd2 .index_t1{
    font-size: 30px;
    padding-left: 68px;
    float: left;
    line-height: 50px;
}
.p_tabli1{
    display: flex;
    flex-wrap: wrap;
    float: right;
}
.p_tabli1 p{
    padding:0 20px;
    border:2px solid #208f3f;
    border-radius: 10px;
    line-height: 46px;
    font-size: 16px;
    color: #208f3f;
    margin-right: 10px;
    cursor: pointer;
}
.p_tabli1 p:last-child{
    margin-right: 0;
}
.p_tabli1 p.cur{
    color: #fff;
    background-color:#208f3f;
}
.p_tab1{
    display: none;
    width: 100%;
    margin-top:30px;
            overflow-x: auto;
        -webkit-overflow-scrolling: touch;
}

.p_tab1 table{
    width: 100%;
    min-width: 1480px;
    text-align: center;
    white-space: nowrap;
}
.p_tab1 table tr{
    font-size: 14px;
    color: #333333;
    background-color:#fafafa;
}
.p_tab1 table tr:nth-child(1){
    background-color:#f2f2f2;
    font-size: 16px;
    color: #4c4c4c;
}
.p_tab1 table tr td{
    padding:10px 5px;
}
.pd3 video{
    display: block;
    width: 100%;
}
.pd4{
    background-color:#edf2ef;
    padding:95px 210px 100px;
}
.pd4 .index_t1{
    font-size: 30px;
    padding-left: 68px;
    margin-bottom: 48px;
}
.p_tabli2{
    display: flex;
    flex-wrap: wrap;
}
.p_tabli2 p{
    max-width: 300px;
    width: calc(20% - 3px);
    margin-right: 4px;
    font-size: 24px;
    color: #333333;
    background-color:#e0e0e0;
    text-align: center;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.p_tabli2 p:last-child{
    margin-right: 0;
}
.p_tabli2 p.cur{
    color: #fff;
    background-color:#208f3f;    
}
.p_tab2{
    display: none;
    background-color:#fff;
    padding:85px 105px;
}
.p_tab2.on{
    display: flex;
    flex-wrap: wrap;
}
.p_tab2 .img{
    width: 30%;
}
.p_tab2 .text{
    color: #333333;
    width: 70%;
    padding-left: 7%;
}
.p_tab2 .text h3{
    font-size: 36px;
    margin-bottom: 15px;
}
.p_tab2 .text p{
    font-size: 20px;
    line-height: 1.8;
}
.pd5{
    padding:80px 210px 50px;
}
.pd5 .index_t1{
    font-size: 30px;
    padding-left: 68px;
    margin-bottom: 45px;
}
.case_list1{
    display: flex;
    flex-wrap: wrap;
}
.case_list1 li{
    width: calc(33.3333% - 8px);
    margin-right: 12px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.case_list1 li:hover img{
    transform: scale(1.1);
}
.case_list1 li:nth-child(3n){
    margin-right: 0;
}
.case_list1 li p:nth-child(2) a{
    display: block;
    position: absolute;
    left:0;
    bottom:0;
    z-index:9;
    font-size: 16px;
    color: #ffffff;
    width: 60%;
    padding:0 14px;
    line-height: 35px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#208f3f,endColorStr=rgba(32,143,63,.1));
    background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#208f3f), to(#fff));
    background: -webkit-linear-gradient(left, #208f3f, rgba(32,143,63,.75), rgba(32,143,63,.5), rgba(32,143,63,.1));
    background: -o-linear-gradient(left,#208f3f, rgba(32,143,63,.75), rgba(32,143,63,.5), rgba(32,143,63,.1));
    background: -moz-linear-gradient(left,#208f3f, rgba(32,143,63,.75), rgba(32,143,63,.5), rgba(32,143,63,.1));
    background: -ms-linear-gradient(left,#208f3f, rgba(32,143,63,.75), rgba(32,143,63,.5), rgba(32,143,63,.1));
}
.case_more{
    margin:0 auto;
}
.case_parent{
    padding:30px 210px 50px;
}
.index_t2{
    font-size: 30px;
    padding-left: 68px;
    margin-bottom: 40px;
}
.parent_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.parent_list li{
    width: 15%;
    margin-right: 2%;
    padding: 30px 0;
}
.parent_list li:nth-child(6n){
    margin-right: 0;
}
.xg_product{
    padding:50px 210px;
    display: none;
}
.case_detail{
    padding:50px 210px;
}
.case_detail h1{
    font-size: 32px;
    color: #333;
}
@media(max-width: 1600px){
    .prosuct_sorts li{
        padding: 50px 90px;
    }
    .sort_t span{
        font-size:30px;
    }
    .prosuct_sorts li .layer1 .txt{
        font-size:15px;
    }
    .product_list2 a {
        max-width: 180px;
        height: 56px;
        font-size: 18px;
    }
    .sitemp{
        padding: 0 70px;
    }
    .pd1{
        padding:85px 70px;
    }
    .pd1 .img img{
        width:80%;
    }
    .pd1 .text h3{
        font-size:36px;
    }
    .pd1 .text .txt{
        font-size:15px;
    }
    .pd_contact {
        margin-top: 30px;
        padding: 30px 20px;
    }
    .pd_tel{
        padding-left:50px;
    }
    .pd_tel p:nth-child(1){
        font-size:16px;
    }
    .pd_tel p:nth-child(2){
        font-size:26px;
    }
    .pd2 {
        padding: 0 70px 90px;
    }
    .pd2 .index_t1{
        font-size:26px;
    }
    .p_tabli1 p {
        padding: 0 15px;
        line-height: 42px;
        font-size: 14px;
    }
    .p_tab1{
        margin-top:15px;
    }
    .p_tab1 table tr{
        font-size:14px;
    }
    .p_tab1 table tr td {
        padding: 7px 3px;
        line-height:1.6;
    }
    .p_tab1 table tr:nth-child(1){
        font-size:16px;
    }
    .pd4 {
        padding: 90px 70px;
    }
    .p_tabli2 p {
        font-size: 20px;
        height: 55px;
    }
    .p_tab2{
        padding: 50px 30px;
    }
    .p_tab2 .text h3 {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .p_tab2 .text p{
        font-size:15px;
    }
    .pd5 {
        padding: 80px 70px 50px;
    }
    .pd4 .index_t1,.pd5 .index_t1 {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .index_t2 {
        font-size: 26px;
        padding-left: 55px;
        margin-bottom: 30px;
    }    
    .parent_list li{
        padding:20px 0;
    }
}
@media(max-width: 1260px){
    .n_product{
        padding:70px 0;
    }
    .prosuct_sorts li{
        padding: 40px 50px;
    }
    .sort_t span{
        font-size:26px;
        margin-left: 20px;
    }
    .prosuct_sorts li .layer1 .txt{
        font-size:14px;
    }
    .product_list2 a {
        max-width: 150px;
        height: 50px;
        font-size: 16px;
    }
    .sitemp{
        padding: 0 3%;
    }
    .pd1{
        padding:70px 3%;
    }

    .pd1 .text .p1{
        font-size:18px;
    }
    .pd1 .text h3{
        font-size:30px;
    }
    .pd1 .text .txt{
        font-size:14px;
    }
    .pd_contact {
        margin-top: 20px;
        padding: 20px 10px;
    }
    .pd_tel p:nth-child(1){
        font-size:14px;
    }
    .pd_tel p:nth-child(2){
        font-size:22px;
    }
    .pd2 {
        padding: 0 3% 70px;
    }
    .p_tabli1 p {
        padding: 0 10px;
        font-size: 14px;
    }
    .pd4 {
        padding: 70px 3%;
    }
    .p_tabli2 p {
        font-size: 16px;
        height: 45px;
    }
    .p_tab2{
        padding: 30px 20px;
    }
    .p_tab2 .text h3 {
        font-size: 26px;
        margin-bottom: 0px;
    }
    .p_tab2 .text p{
        font-size:14px;
    }
    .pd5 {
        padding: 70px 3% 50px;
    }
    .pd4 .index_t1,.pd5 .index_t1 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .case_list1 li p:nth-child(2) a{
        width:80%;
    }
}
@media(max-width: 1070px){
    .pd2 .index_t1{
        float:none;
    }
    .p_tabli1{
        float:none;
        margin-top:10px;
    }
    .p_tabli1 p{
        margin-bottom:5px;
    }
}
@media(max-width: 820px){
    .n_product{
        padding:50px 0;
    }
    .prosuct_sorts li{
        padding: 30px 30px;
    }
    .sort_t span{
        font-size:22px;
        margin-left: 15px;
    }
    .product_list2 a {
        max-width: 120px;
        height: 42px;
        font-size: 15px;
    }  
    .product_list2 a i{
        margin-left:15px;
    }
    .product_list2 a:hover i{
        margin-left: 10px;    
    }
    .prosuct_sorts li .layer1 h2{
        margin:15px 0 10px;
    }
    .sitemp{
        margin-top:0;
        height:50px;
    }
    .pd1{
        padding:50px 3%;
    }
    .pd1 .img{
        padding-right:0;
    }
    .pd1 .img img{
        width:70%;
    }
    .pd1 .text .p1{
        font-size:16px;
    }
    .pd1 .text h3{
        font-size:26px;
        padding: 5px 0 12px;
        margin-bottom: 15px;
    }
    .pd1 .text .txt{
        height:200px;
    }
    .pd_contact {
        margin-top: 20px;
        padding: 15px 10px;
    }
    .pd_tel{
        width:100%;
        margin-bottom:10px;
    }
    .pd_tel p:nth-child(2){
        font-size:22px;
    }
    .pd2 {
        padding: 0 3% 50px;
    }
    .pd2 .index_t1 {
        font-size: 24px;
        padding-left: 55px;
        line-height: 46px;
    }
    .p_tab1{
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .p_tab1 table{
        width: 100%;
        white-space: nowrap;
    }
    .p_tabli1 p {
        padding: 0 12px;
        font-size: 14px;
        margin-bottom:5px;
    }
    .pd4 {
        padding: 50px 3%;
    }
    .p_tabli2 p {
        font-size: 15px;
        height: 42px;
    }
    .p_tab2{
        padding: 20px 15px;
    }
    .p_tab2 .text h3 {
        font-size: 24px;
    }
    .pd5 {
        padding: 50px 3% 0;
    }
    .pd4 .index_t1,.pd5 .index_t1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .case_list1 li p:nth-child(2) a{
        width:90%;
    }
    .index_t2 {
        font-size: 24px;
        padding-left: 50px;
        margin-bottom: 20px;
    } 
    .parent_list li{
        padding:12px 0;
        text-align:center;
    }
    .parent_list li a{
        display:block;
        text-align:center;
    }
}
@media(max-width: 640px){
    .n_product{
        padding:30px 0;
    }
    .prosuct_sorts li{
        padding: 20px 15px;
    }
    .prosuct_sorts li .layer1{
        width:100%;
        margin-bottom:20px;
    }
    .sort_t span{
        font-size:20px;
        /*margin-left: 15px;*/
    }
    .product_list2 a {
        max-width: 130px;
        height: 42px;
        font-size: 14px;
        width:45%;
        margin-bottom:5px;
    }  
    .product_list2 a i{
        margin-left:15px;
    }
    .product_list2 a:nth-child(3n){
        margin-right:5%;
    }
    .product_list2 a:nth-child(2n){
        margin-right:0;
    }
    .prosuct_sorts li .imgs{
        width:100%;
    }
    .prosuct_sorts li .imgs img{
        width:60%;
    }
    
    .pd1{
        padding:30px 3%;
    }
    .pd1 .img{
        width:100%;
    }
    .pd1 .text{
        width:100%;
        margin-top:20px;
    }
    .pd1 .text h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .pd2 .index_t1{
        float:none;
    }
    .p_tabli1{
        float:none;
        margin-top:15px;
    }
    .p_tabli1 p{
        padding: 0 12px;
        font-size: 14px;
        line-height: 36px;
    }
    .p_tab1 table tr{
        font-size:13px;
    }
    .p_tab1 table tr:nth-child(1){
        font-size:15px;
    }
    .pd4 {
        padding: 30px 3%;
    }
    .p_tabli2 p{
        width: calc(50% - 3px);
        margin-bottom:5px;
    }
    .p_tabli2 p:nth-child(2n){
        margin-right:0;
    }
    .p_tab2 .img{
        width:100%;
        text-align:center;
    }
    .p_tab2 .img img{
        max-width:70%;
    }
    .p_tab2 .text {
        width: 100%;
        padding-left: 0%;
    }
    .p_tab2 .text h3{
        font-size:20px;
    }
    .pd4 .index_t1, .pd5 .index_t1 {
        font-size: 22px;
        padding-left:40px;
    }
    .pd5 {
        padding: 30px 3% 0;
    }
    .case_list1 li {
        width: calc(50% - 6px);
    }
    .case_list1 li:nth-child(3n){
        margin-right: 12px;
    }
    .case_list1 li:nth-child(2n){
        margin-right: 0;
    }
    .case_list1 li p:nth-child(2) a {
        width: 100%;
        font-size: 14px;
        padding: 0 10px;
        white-space: nowrap; 
        text-overflow: ellipsis;
        overflow: hidden;
    }
}
@media(max-width: 460px){
    .case_list1 li {
        width:100%!important;
        margin-right:0!important;
    }    
    .p_tabli1 p{
        padding: 0 8px;
        margin-right: 7px;
        line-height: 32px;
        border: 1px solid #208f3f;
    }
}


.case_into{
    font-size: 26px;
    color: #333;
    max-width: 510px;
    margin:75px auto 0;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    background: url(../images/about1_text.jpg) no-repeat center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: wave 5s infinite;
    animation: wave 5s infinite;
}
/*.about1_text2:after{*/
/*    content: '厂房通风降温夏威宜更凉爽';*/
/*    position: absolute;*/
/*    top: calc(100% + 50px);*/
/*    left: 50%;*/
/*    margin-left: -270px;*/
/*    width: 540px;*/
/*    height: 45px;*/
/*    background: url(../images/about1_text.jpg) no-repeat center;*/
/*    font-size: 45px;*/
/*    color: #208f3f;*/
/*    line-height: 45px;*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    -webkit-animation: wave 5s infinite;*/
/*    animation: wave 5s infinite;*/
/*    font-weight: bold;*/
/*}*/
.sort2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:40px 350px 80px;
}
.sort2 li{
    padding-right: 22px;
    width: 20%;
}
.sort2 li a{
    display: block;
    width: 100%;
    background-color:#f2f7f4;
    border-radius: 10px;
    max-width: 220px;
    padding:25px 25px 20px;
}
.sort2 li a .img1{
    width: 69px;
    height: 51px;
    overflow: hidden;
    position: relative;
}
.sort2 li a .img1 img{
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
}
.sort2 li a p{
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
}
.sort2 li.cur a,.sort2 li a:hover{
    background: url(../images/case_bg.jpg) no-repeat top center;
    background-size: cover;
}
.sort2 li.cur a .img1 img,.sort2 li a:hover .img1 img{
    top:-51px;
}
.sort2 li.cur a p,.sort2 li a:hover p{
    color: #fff;
}
.case_list{
    padding:0 210px 50px 210px;
}
@media(max-width: 1600px){
    .case_into{
        font-size: 20px;
        margin: 60px auto 0; 
        padding:0 3%;
    }
    .sort2 {
        padding: 40px 70px 60px;
    }
    .sort2 li a{
        padding: 20px 15px;
    }
    .sort2 li a p{
        font-size:20px;
    }
    .case_list {
        padding: 0 70px 30px;
    }
    .case_parent {
        padding: 40px 70px 50px;
    }
    .xg_product {
        padding: 30px 70px;
    }
}
@media(max-width: 1260px){
    .case_into {
        font-size: 16px;
        margin: 50px auto 0;
    } 
    .sort2 {
        padding: 40px 3%;
    }
    .sort2 li {
        padding-right: 12px;
        width: 20%;
    }
.sort2 li a {
    padding: 15px 15px;
}
.sort2 li a p {
    font-size: 16px;
}
    .case_list {
        padding: 0 3% 30px;
    }
    .case_parent {
        padding: 40px 3%;
    }
    .xg_product {
        padding: 30px 3%;
    }
}
@media(max-width: 1024px){
    .parent_list li{
        width:23.5%;
        padding:10px;
    }
    .parent_list li:nth-child(6n) {
        margin-right: 2%;
    }
    .parent_list li:nth-child(4n) {
        margin-right: 0;
    }
}
@media(max-width: 820px){
    .case_into {
        font-size: 15px;
        margin: 30px auto 0;
    }    
}
@media(max-width: 767px){
    
    .sort2{
        justify-content:flex-start;
        padding:20px 3%;
    }
    .sort2 li{
        width:50%;
        padding-right:10px;
        margin-bottom:10px;
    }
    .sort2 li a {
        padding: 15px 10px;
        font-size:14px;
    }
}
@media(max-width: 640px){
    .parent_list li{
        width:32%;
    }
    .parent_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .parent_list li:nth-child(3n) {
        margin-right: 0;
    }    
}
@media(max-width: 460px){
    
}


.video_list{
    padding:75px 210px 25px;
    display: flex;
    flex-wrap: wrap;
}
.video_list li{
    width: 49%;
    margin-right: 2%;
}
.video_list li:nth-child(2n){
    margin-right: 0;
}
.video_list li a{
    display: block;
    cursor: pointer;
}
.video_list li a .img{
    position: relative;
}
.video_list li a .img:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 80px;
    height: 80px;
    background:url(../images/player3.png) no-repeat center;
    margin:-40px 0 0 -40px;
}
.video_list li a p{
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding:10px 0 45px;
}
.jscx_list{
    padding:75px 0;
}
.jscx_list li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding:26px 210px;
}
.jscx_list li:nth-child(2n){
    flex-direction: row;
}
.jscx_list li .img{
    width: 48%;
}
.jscx_list li .text{
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:15px 10% 15px 0;
}
.jscx_list li:nth-child(2n) .text{
    padding:15px 0 15px 10%;
}
.jscx_list li .text .index_t1{
    font-size: 40px;
    padding-left: 68px;
    margin-bottom: 30px;
}
.jscx_list li .text p{
    font-size: 18px;
    color: #333;
    padding-left: 68px;
}
@media(max-width: 1600px){
    .video_list{
        padding:75px 70px 25px;
    }
    .video_list li a p {
        font-size: 22px;
        padding: 5px 0 30px;
    }
    .jscx_list li{
        padding:25px 70px;
    }
    .jscx_list li .text{
        padding: 15px 5% 15px 0;
    }
    .jscx_list li .text .index_t1{
        font-size:30px;
        margin-bottom: 20px;
    }
    .jscx_list li .text p{
        font-size:15px;
    }
    .jscx_list li:nth-child(2n) .text {
        padding: 15px 0 15px 5%;
    }
}
@media(max-width: 1260px){
    .video_list{
        padding:60px 3% 25px;
    } 
    .video_list li a p {
        font-size: 18px;
        padding: 5px 0 20px;
    }
    .video_list li a .img:after {
        width: 50px;
        height: 50px;
        background: url(../images/player3.png) no-repeat center;
        background-size:contain;
        margin: -25px 0 0 -25px;
    }
    .jscx_list{
        padding:70px 0;
    }
    .jscx_list li{
        padding:20px 3%;
    }
    .jscx_list li .text{
        padding: 15px 3% 15px 0;
    }
    .jscx_list li .text .index_t1{
        font-size:26px;
        margin-bottom: 15px;
        padding-left:55px;
    }
    .jscx_list li .text p{
        font-size:14px;
        padding-left: 55px;
    }
    .jscx_list li:nth-child(2n) .text {
        padding: 15px 0 15px 3%;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .video_list{
        padding:50px 3% 25px;
    } 
    .video_list li a p {
        font-size: 16px;
    }
    .video_list li a .img:after {
        width: 36px;
        height: 36px;
        margin: -18px 0 0 -18px;
    }
    .jscx_list{
        padding:50px 0;
    }
    .jscx_list li{
        padding:15px 3%;
    }
    .jscx_list li .text{
        padding: 10px 3% 10px 0;
    }
    .jscx_list li .text .index_t1{
        font-size:24px;
        margin-bottom: 10px;
    }
    .jscx_list li:nth-child(2n) .text {
        padding: 10px 0 10px 3%;
    }
}
@media(max-width: 640px){
    .video_list{
        padding:30px 3% 25px;
    }   
    .video_list li a p {
        font-size: 15px;
        padding: 2px 0 12px;
    }
    .jscx_list{
        padding:20px 0;
    }
    .jscx_list li{
        padding:10px 3%;
    }
    .jscx_list li .img{
        width:100%;
    }
    .jscx_list li .text{
        width:100%;
        padding: 10px 0%;
    }
    .jscx_list li .text .index_t1{
        font-size:20px;
        padding-left:40px;
        margin-bottom:5px;
    }
    .jscx_list li .text p {
        padding-left: 40px;
        line-height:1.8;
    }
}
@media(max-width: 460px){
    
}


.n_news{
    padding:105px 110px 90px;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 72px;
}
.sort li{
    margin:0 10px;
}
.sort li a{
    display: block;
    font-size: 24px;
    color: #208f3f;
    line-height: 65px;
    border-radius: 10px;
    padding:0 65px;
    text-align: center;
    border:2px solid #208f3f;
}
.sort li:hover a,.sort li.cur a{
    background-color:#208f3f;
    color: #fff;
}
.news_list{
    display: flex;
    flex-wrap:wrap;
}
.news_list li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 60px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li a{
    display: block;
}
.news_list li a .img img{
    width: 100%;
}
.news_detail{
    max-width: 1300px;
    margin:0 auto;
}
.news_detail h1{
    font-size: 26px;
    color: #333;
    line-height: 1.6;
    font-weight: normal;
    text-align: center;    
}
.info_title {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 15px;
}
.news_detail .content {
    font-size: 16px;
    margin-bottom: 15px;
}
@media(max-width: 1600px){
    .n_news{
        padding: 90px 70px;
    }
    .sort{
        margin-bottom:50px;
    }
    .sort li a {
        font-size: 20px;
        line-height: 50px;
        padding: 0 35px;
        border: 1px solid #208f3f;
    }
    .news_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
    .news_list1 li a .text {
        padding: 20px 15px;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 1260px){
    .n_news{
        padding: 70px 3%;
    }
    .sort{
        margin-bottom:40px;
    }
    .sort li a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 20px;
    }
    .news_list li {
        margin-bottom: 20px;
    }
    .news_detail h1{
        font-size:24px;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .n_news{
        padding: 50px 3%;
    }
    .sort{
        margin-bottom:30px;
    }
    .sort li a {
        font-size: 16px;
        line-height: 40px;
        padding: 0 20px;
    }
    .news_list li {
        margin-bottom: 15px;
        width:49%;
    } 
    .news_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .news_list li:nth-child(2n) {
        margin-right: 0;
    }
    .news_detail h1{
        font-size:20px;
    }
}
@media(max-width: 640px){
    .n_news{
        padding: 30px 3%;
    }
    .sort{
        margin-bottom:20px;
    }
    .sort li a {
        font-size: 15px;
        line-height: 35px;
        padding: 0 15px;
    }
    .news_detail h1{
        font-size:17px;
    }    
}
@media(max-width: 460px){
    .news_list li {
        width:100%;
        margin-right:0!important;
    }  
    .sort li {
        margin: 0 5px;
    }
    .sort li a{
        padding:0 10px;
        font-size:14px;
    }
}



.download_list{
    display: flex;
    flex-wrap: wrap;
}
.download_list li{
    width: 48%;
    margin-right: 4%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 115px;
    border:1px solid #e0e0e0;
    margin-bottom: 32px;
}
.download_list li:nth-child(2n){
    margin-right: 0%;

}
.download_list li .img1{
    width: 116px;
    text-align: center;
}
.download_list li p{
    font-size: 20px;
    color: #1a1a1a;
    line-height: 1.6;
    width: calc(100% - 232px);
    padding:0 20px;
}
.download_list li a{
    width: 116px;  
    height: 100%;
    background-color:#208f3f;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.download_list li a .img2{
    text-align: center;
}
.download_list li a span{
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top:8px;
}
@media(max-width: 1600px){
    
    .download_list li{
        height:90px;
        margin-bottom:20px;
    }
    .download_list li .img1{
        width:100px;
    }
    .download_list li p{
        font-size:16px;
        padding: 0 15px;
        width: calc(100% - 200px);
    }
    .download_list li a{
        width:100px;
    }
    .download_list li a span{
        font-size:14px;
        margin-top:2px;
    }
}
@media(max-width: 1260px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .download_list li{
        width:100%;
        margin-right:0;
        margin-bottom: 15px;
    }
}
@media(max-width: 640px){
    .download_list li{
        height:70px;
    }
    .download_list li img{
        max-height:30px;
    }
    .download_list li .img1{
        width:60px;
    }
    .download_list li p{
        font-size:15px;
        padding: 0 12px 0 0;
        width: calc(100% - 130px);
    }
    .download_list li a{
        width:70px;
    }  
    .download_list li a span{
        margin-top:5px;
        line-height:1;
    }
}
@media(max-width: 460px){
    
}

.n_body2{
    padding: 105px 0px 90px;
}
.contact1{
    padding:45px 210px 105px;
}
.contact1 h2{
    font-size: 40px;
    color: #333;
    line-height: 1;
    margin-bottom: 45px;
}
.contact1_l{
    width: 36%;
    float: left;
}
.contact1_l .cont{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.contact1_l .cont .text{
    font-size: 16px;
    color: #666;    
}
.contact1_l .cont .text em{
    font-size: 26px;
    color: #333;
}
.contact1_l .cont .c_code{
    text-align: center;
    font-size: 16px;
    color: #666;
}
.contact1_l a{
    width: 230px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background:url(../images/contact_bg.png) no-repeat center;
}
.contact1_l a i{
    display: block;
    width: 19px;
    height: 100%;
    margin-right: 10px;
    background:url(../images/add.png) no-repeat center;
}

.contact1_r{
    float: right;
    width: 54%;
}
.message{
    max-width: 800px;
    margin:0 auto;
}
.message h2{

}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}
.message ul li:nth-child(2){
    margin-right: 0;
}
.message ul li:nth-child(3){
    margin-right: 0;
    width: 100%;
}
.message ul li input{
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    background-color: #f5f5f5;
    padding:0 20px;
    border:none;
    outline: none;
    width: 100%;
}
.message ul li textarea{
    display: block;
    line-height: 30px;
    height: 260px;
    font-size: 16px;
    color: #666;
    background-color: #f5f5f5;
    padding:10px 20px;
    border:none;
    outline: none;
    width: 100%;
    font-family: "微软雅黑";
}
.mess_tn input{
    display: block;
    border:none;
    width: 100%;
    font-size: 26px;
    color: #fff;
    background:#208f3f;
    text-align: center;
    outline: none;
    line-height: 60px;
    cursor: pointer;
}

#about5.contact1-2{
    background:#f1f5f3;
    padding: 95px 0;
}
.job1{
    padding:35px 210px 100px;
}
#c-banner6{

}
#c-banner6 .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
#c-banner6 .swiper-slide .img{
    width: 50%;
}
#c-banner6 .swiper-slide .text{
    background-color:#f1f5f3;
    width: 50%;
    padding:15px 95px 15px 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#c-banner6 .swiper-slide .text .index_t1{
    font-size: 40px;
    margin-bottom: 45px;
}
#c-banner6 .swiper-slide .text p{
    font-size: 16px;
    color: #6c6c6c;
}
#c-banner6 .swiper-button-prev{
    width: 67px;
    height: 67px;
    left:calc(50% - 67px);
    margin-top:-33.5px;
    background:url(../images/left3.jpg) no-repeat center;
    background-size: contain;
}
#c-banner6 .swiper-button-prev:hover{
    transform: rotate(-180deg);
    background:url(../images/right3.jpg) no-repeat center;
        background-size: contain;
}
#c-banner6 .swiper-button-next{
    width: 67px;
    height: 67px;
    right:calc(50% - 67px);
    margin-top:-33.5px;
    background:url(../images/left3.jpg) no-repeat center;    
    transform: rotate(-180deg);
        background-size: contain;
}
#c-banner6 .swiper-button-next:hover{
    transform: rotate(-0deg);
    background:url(../images/right3.jpg) no-repeat center;
        background-size: contain;
}
.job2{
    background-color:#f7f7f7;
    padding:95px 210px 110px;
}
.fuli{
    margin-top:135px;
    margin-bottom: 75px;
    display: flex;
    flex-wrap: wrap;
}
.fuli li{
    background-color:#fff;
    width: 23.5%;
    margin-right: 2%;
    padding:108px 35px 50px;
    position: relative;
}
.fuli li:nth-child(4n){
    margin-right: 0;
}
.fuli li .img1{
    position: absolute;
    top: -76px;
    left: 50%;
    margin-left: -76px;
}
.fuli li h3{
    font-size: 28px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1;
    padding-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 18px;
}
.fuli li p{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
#c-banner7 .swiper-slide{
    position: relative;
    padding-bottom: 26px;
}
#c-banner7 .swiper-slide:hover .img img{
    transform: scale(1.1);
}
#c-banner7 .swiper-slide p{
    position: absolute;
    width: 70%;
    height: 74px;
    bottom:0px;
    left:15%;
    z-index:9;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color:#208f3f;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
}
.index_t3{
    display: flex;
    justify-content: center;
}
.index_t3 span{
    display: flex;
    line-height: 1;
    font-size: 40px;
    color: #333;
    position: relative;
    padding-left: 67px;
}
.index_t3 span:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 42px;
    height: 4px;
    background-color:#208f3f;
}
.job3{
    padding:105px 0 50px;
}
.job_list{
    margin-top:70px;
    padding:0 210px;
}
.job_list li{
    background:#f1f5f3;
    margin-bottom: 15px;
    padding:0 60px;
/*    border: 1px solid #e0e0e0;*/
/*    border-radius: 15px;*/
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.j1{
   width: 160px;    
}
.j_name{
    font-size:18px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 24px 0;
    width: calc(100% - 309px);
}
.j_c p{
    font-size:15px;
    color: #999999;
    padding:0 19px;
    background:url(../images/line1.jpg) no-repeat right center;
}
.j_c p:first-child{
    padding-left: 0;
}
.j_c p:last-child{
    background:none;
    padding-right: 0;
}
.j_date{
    width: 135px;
    float: right;
    font-size:15px;
    color: #999999;
}
.j_date span{
    display: inline-block;
    margin-left: 5px;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

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


@media(max-width: 1600px){
    .contact1{
        padding:45px 70px 90px;
    }  
    .contact1_l .cont{
        margin-bottom:30px;
    }
    .contact1_l{
        width:38%;
    }
    .contact1 h2{
        font-size:30px;
        margin-bottom: 30px;
    }
    .contact1_l .cont .text em{
        font-size:22px;
    }
    .contact1_l .cont .text{
        font-size:15px;
    }
    .contact1_l a {
        width: 180px;
        height: 39px;
        font-size: 14px;
        background: url(../images/contact_bg.png) no-repeat center;
        background-size:contain;
    } 
    .contact1_l .cont .c_code{
        font-size:14px;
    } 
    .message ul li{
        margin-bottom:12px;
    }
    .message ul li input {
        line-height: 50px;
        font-size: 15px;
        padding: 0 15px;
    }
    .message ul li textarea {
        height: 200px;
        font-size: 15px;
        padding: 10px 15px;
    }
    .mess_tn input {
        font-size: 20px;
        line-height: 50px;
    }
    
    .n_body2 {
        padding: 90px 0px ;
    }
    .job1 {
        padding: 20px 70px 70px;
    }
    #c-banner6 .swiper-slide .text {
        padding: 15px 30px 15px 80px;
    }
    #c-banner6 .swiper-slide .text .index_t1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #c-banner6 .swiper-slide .text p{
        font-size:14px;
    }
    #c-banner6 .swiper-button-prev{
        width:50px;
        height:50px;
        left: calc(50% - 50px);
        margin-top: -25px;
    }
    #c-banner6 .swiper-button-next{
        width:50px;
        height:50px;
        right: calc(50% - 50px);
        margin-top: -25px;
    }
    .job2{
        padding:90px 70px;
    }
    .index_t3 span{
        font-size:30px;
        padding-left: 45px;
    }
    .index_t3 span:before{
        width:30px;
    }
    .fuli{
        margin-top: 120px;
        margin-bottom: 70px;        
    }
    .fuli li{
        padding:100px 15px 30px;
    }
    .fuli li h3{
        font-size:22px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .fuli li p{
        font-size:15px;
    }
    #c-banner7 .swiper-slide p {
        height: 55px;
        font-size: 18px;
    }
    .job3{
        padding:90px 0 50px;
    }
    .job_list{
        margin-top:50px;
        padding:0 70px;
    }
    .job_list li{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 0px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1260px){
    .contact1 {
        padding: 40px 3% 70px;
    }
    .contact1_l {
        width: 40%;
    }
    .contact1 h2{
        font-size:26px;
    }
    .contact1_l .cont {
        margin-bottom: 20px;
    }
    .message ul li input {
        line-height: 42px;
        font-size: 14px;
    }    
    .message ul li textarea {
        height: 160px;
        font-size: 14px;
    }   
    .mess_tn input {
        font-size: 16px;
        line-height: 45px;
    }
    #about5.contact1-2{
        padding:70px 0;
    }
    .n_body2 {
        padding: 70px 0px;
    }
    .job1 {
        padding: 20px 3% 70px;
    } 
    #c-banner6 .swiper-slide .text .index_t1 {
        font-size: 26px;
        padding-left: 45px;
    }
    .job2 {
        padding: 70px 3%;
    } 
    .index_t3 span{
        font-size:26px;
    }
    .job3{
        padding:70px 0 50px;
    }
    .job_list{
        margin-top:40px;
        padding:0 3%;
    }
    .job_list li{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }

    .job_list li .j_cont{
        padding:40px 0px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }

    .j_contact a{
        width: 120px;
    }    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .contact1 {
        padding: 30px 3% 50px;
    }    
    .contact1 h2 {
        font-size: 22px;
    }  
    .contact1_l {
        width: 100%;
    }
    .contact1_l .cont .text em {
        font-size: 18px;
    }
    .contact1_r{
        width:100%;
            margin-top: 30px;
    }
    #about5.contact1-2 {
        padding: 50px 0;
    }
    
    .n_body2 {
        padding: 50px 0px;
    }
    .job1 {
        padding: 10px 3% 50px;
    }
    #c-banner6 .swiper-slide .img{
        width:100%;
    }
    #c-banner6 .swiper-slide .text{
        width:100%;
        padding:20px 15px;
    }
    #c-banner6 .swiper-slide .text .index_t1{
        font-size:24px;
        padding-left: 40px;
        margin-bottom:15px;
    }
    #c-banner6 .swiper-button-prev,#c-banner6 .swiper-button-next{
        display:none;
    }
    .job2 {
        padding: 50px 3%;
    } 
    .index_t3 span{
        font-size:24px;
    }
    .fuli{
        margin-top: 90px;
        margin-bottom:10px;
    }
    .fuli li{
        width:49%;
        margin-bottom:60px;
        padding: 70px 15px 20px;
    }
    .fuli li:nth-child(2n){
        margin-right:0;
    }
    .fuli li .img1 {
        width:100px;
        top: -50px;
        margin-left: -50px;
    }
    .fuli li h3 {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    #c-banner7 .swiper-slide{
        padding-bottom:20px;
    }
    #c-banner7 .swiper-slide p {
        height: 42px;
        font-size: 16px;
    }    
    .job3{
        padding:50px 0 ;
    }
    .job_list{
        margin-top:30px;
    }
    .job_t {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list{
        margin-top:20px;
    }
    .job_list li .j_cont {
        padding: 30px 20px;
    }
    .j_contact a{
        width: 110px;
    }
}
@media(max-width: 767px){
    .contact1 {
        padding: 20px 3% 30px;
    }    
    .contact1 h2 {
        font-size: 18px;
        margin-bottom:15px;
    }  
    .contact1_l .cont {
        margin-bottom: 10px;
    }
    .contact1_l {
        width: 100%;
    }
    .contact1_l .cont .text{
        font-size:14px;
    }
    .contact1_l .cont .text em {
        font-size: 17px;
    }
    .c_code{
        max-width:120px;
    }
    .contact1_r{
        width:100%;
        margin-top:30px;
    }
    #about5.contact1-2 {
        padding: 50px 0;
    }    
}
@media(max-width: 640px){
    #about5.contact1-2 {
        padding: 30px 0;
    }
    .n_body2 {
        padding: 30px 0px;
    }
    .job1 {
        padding: 10px 3% 30px;
    }    
    #c-banner6 .swiper-slide .text .index_t1{
        font-size:22px;
    }
    .index_t3 span{
        font-size:22px;
    }
    .fuli {
        margin-top: 70px;
    }    
    .fuli li{
        width:100%;
        margin-right:0;
        margin-bottom:50px;
        padding: 55px 15px 20px;
    }
    .fuli li .img1 {
        width: 80px;
        top: -40px;
        margin-left: -40px;
    } 
    .job2 {
        padding: 30px 3%;
    }
    #c-banner7 .swiper-slide p {
        height: 32px;
        font-size: 14px;
    }
    .job3{
        padding:30px 0 ;
    }
    .job_list{
        margin-top:20px;
    }
    .job_list li{
        margin-bottom: 12px;
        padding:0 10px;
    }
    .job_t {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
    }
    .j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:12px 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }
}
@media(max-width: 460px){
    
}


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

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

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#208f3f;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #208f3f;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #208f3f;
    vertical-align: middle;
    border: 1px solid #208f3f; 
    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: #208f3f;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* 右侧浮窗 客服2 */

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

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

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

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

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

#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: #208f3f;
    background: #208f3f;
}

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

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

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