﻿/*头部样式*/
header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index:999999;
    transition: all 0.3s ease-out;
    background:#fff;
    box-shadow: 0px 0px 10px #ccc;
}
.head{
    border-bottom: 1px solid rgba(255,255,255,.32);
    height: 88px;
    padding-top:10px;
}
.container{
    width: 92%;
    max-width: 1600px;
    margin: 0 auto;
}
.head .container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    float: left;
    width: 14%;
}
.logo .img2{
    display: none;
}
.head_r{
    display: flex;
}
.h_tel{
    padding-left: 30px;
    padding-right: 0px!important;
    color: #333;
    font-size: 18px;
    background:url(../images/tel1_h.png) no-repeat left center;
    margin-right: 25px;
    position: relative;
}
.h_tel:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    width: 1px;
    height:16px;
    background:rgba(255,255,255,.32);
    margin-top:-8px;
    display: none;
}
a.language_a{
    display: block;
    padding-left: 32px;
    color: #333333;
    font-size: 16px;
    background:url(../images/language.gif) no-repeat left center;
    background-size: 20px;
}
.nav{
    display: flex;
    width: 47.5%;
}
.nav li{
    width: 14.28%;
    position: relative;
    text-align: center;
}
.nav li a{
    display: inline-block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 78px;
    position: relative;
}
.nav li a:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 0%;
    height: 3px;
    background:#333;
    transition: all 0.3s ease-out;
}
.nav li a:hover:after{
    width: 100%;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}
header.on{
    background:none;
    box-shadow: none;
}
/*header.on .head{
    padding-top:10px;
}*/
header.on .logo .img1{
    display: none;
}
header.on .logo .img2{
    display: block;
}
header.on .nav li a:after{
    background:#fff;
}
header.on .nav li a,header.on .h_tel,header.on a.language_a{
    color: #fff;
}
header.on .h_tel{
    background:url(../images/tel1.png) no-repeat left center;
}
header.on a.language_a{
    background:url(../images/language_h.gif) no-repeat left center;
    background-size: 20px;
}
#c-banner1{
    height: 100vh;
}
#c-banner1 .swiper-slide img{
    width: 100%;
    height: 100vh;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
    display: none;
}
.banner_text p{
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 130px;
    font-family: "微软雅黑";
}
.banner_text p a{
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-top: 42px;
    margin-top:0;
}
#c-banner1 .swiper-slide .banner_text a img{
    width: auto;
    height: auto;
}
#c-banner1 .swiper-pagination{
    bottom: 40px;
}
#c-banner1 .swiper-pagination-bullet{
    width: 62px;
    height: 4px;
    background:#fff;
    opacity: .5;
    border-radius: 5px;
    margin:0 5px;
}
#c-banner1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.menu2{
    width: 50px;
    height: 50px;
    background:#009241;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    display: none;
}
.menu2 span{
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 0 auto 4px;
    position: relative;
    transition: all 0.4s linear;
}
.menu2 span:last-child{
    margin-bottom: 0;
}
.menu2.cur span{
    transform: rotate(-45deg);
    top: 5px;
    left: 0px;
}
.menu2.cur span:last-child{
    transform: rotate(45deg);
    top: 0px;
    left: 0px;
}
#main_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100vw;
    height: 100%;
    display: none;
    z-index: 1001;
}
#main_nav .nav_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #009241;
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.48s;
}
#main_nav .nav_centerLine {
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0;
    right: calc(408px + 18vw);
    margin-left: -.5px;
    opacity: 0;
}
#main_nav div.figure {
    width: 355px;
    top: 0;
    right: 0;
    position: absolute;
    opacity: .48;
}
#main_nav .nav_content {
    position: absolute;
    top: 52%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
#main_nav .nav_content li {
    position: relative;
    top: 10px;
    transition: all 0.48s;
}
#main_nav .nav_content li:nth-child(2) {
    transition-delay: 0.28s;
}
#main_nav .nav_content li:nth-child(3) {
    transition-delay: 0.48s;
}
#main_nav .nav_content li:nth-child(4) {
    transition-delay: 0.68s;
}
#main_nav .nav_content li:nth-child(5) {
    transition-delay: 0.88s;
}

#main_nav .nav_content>ul>li+li {
    margin-top: 1.3vw;
}
#main_nav .nav_content>ul>li>a {
    color: #fff;
    font-size: 44px;
/*    line-height: 1.2;*/
}

#main_nav.show .nav_centerLine {
    opacity: 0.12;
    height: 100%;
}
#main_nav.show .left li {
    top: 0px;
}

@media(max-width: 1600px){
    .head{
        padding-top:0;
        height:70px;
    }
    .banner_text p{
        font-size: 36px;
        margin-bottom:100px;
    }
    #main_nav .nav_content>ul>li>a{
        font-size: 32px;
    }
    .nav li a{
        line-height: 70px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .h_tel{
        display: none;
    }
    #main_nav .nav_content>ul>li>a{
        font-size: 26px;
    }
    #c-banner1,
    #c-banner1 .swiper-slide img{
        height: auto;
    }
    .banner_text p a{
        font-size:15px;
        padding-top:20px;
    }
}
@media(max-width: 1024px){
    .container{
        width: 94%;
    } 
    .logo{
        width: 18%;
    }
    .nav{
        width: 75%;
    }
    .head_r{
        display: none;
    } 
    .banner_text p{
        font-size: 30px;
        margin-bottom: 50px;
    }  
    #c-banner1 .swiper-slide .banner_text a img{
        width: 45px;
    }
    #c-banner1 .swiper-pagination{
        bottom: 15px;
    }
    #c-banner1 .swiper-pagination-bullet{
        width: 45px;
    }
}
@media(max-width: 820px){
    .head{
        background:#fff;
    }
    .logo{
        width: 25%;
    }
    .nav{
        display: none;
    }
    .menu2{
        display: flex;
    }
    .banner_text p{
        font-size: 24px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .banner_text p a{
        font-size:15px;
        padding-top:10px;
    }
}
@media(max-width: 640px){
    .h88,.h60{
        width: 100%;
        height: 60px;
    }
    .head{
        height: 60px;
    }
    .logo{
        width: 40%;
    /*float: none;*/
    }
    #main_nav .nav_content>ul>li>a{
        font-size: 22px;
    }
    .banner_text a{
        display: none;
    }
    .banner_text p{
        font-size: 20px;
        margin-bottom: 0;
    }
    #c-banner1 .swiper-pagination{
        bottom:10px;
    }
    .banner_text p a{
        font-size:14px;
        padding-top:0px;
    }
}



.index_about{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.index_about .text{
    width: 50%;
    background:url(../images/about_bg1.jpg) no-repeat center #f5f5f5;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 70px 0 8.3%;
}
h2.t1{
    position: relative;
    z-index:9;
    line-height: 78px;
}
h2.t1:after{
    content:"";
    position: absolute;
    top:-8px;
    left:0;
    z-index:7;
    font-size: 60px;
    color: #eee;
    line-height: 1;
    text-transform: uppercase;
}
h2.t1 span{
    position: relative;
    z-index:8;
    font-size: 36px;
    color: #333333;
    background:url(../images/line1.png) no-repeat bottom center;
    display: inline-block;
}
.index_about h2.t1:after{
    content:'About';
}
.index_about .text .txt{
    font-size: 16px;
    color: #666666;
    margin:42px 0 62px;
}
.index_about_bum{
    position: relative;
    height: 180px;
    margin-bottom: 75px;
}
.index_about_list{
    display: flex;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 99;
    background: #fff;
    height: 150px;
}
.index_about_list li{
    width: 260px;  
    position: relative;  
    color: #666666;
    padding:0 0 0 28px;
}
.index_about_list li:nth-child(2){
    padding:0 0 0 40px;
}
.index_about_list li:nth-child(3){
    padding:0 0 0 40px;
}
.index_about_list li:nth-child(4){
    padding:0 0 0 50px;
}
.index_about_list li:after{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    width: 2px;
    height: 90px;
    background:url(../images/line2.png) no-repeat center;
    margin-top:-45px;
}
.index_about_list li:last-child:after{
    display: none;
}
.index_about_list li .img1{
    position: absolute;
    right:25px;
    top:15px;
    z-index: 10;
    opacity: 0;
}
.index_about_list li .cont{
    position: relative;
    z-index:11;
}
.index_about_list li .p1{
    font-size: 18px;
    line-height: 1;
}
.index_about_list li .p1 span{
    font-size: 52px;
    font-family: "黑体";
    font-weight: bold;
}
.index_about_list li .p2{
    font-size: 16px;
    margin-top:3px;
}
.index_about_list li:before{
    content:'';
    position: absolute;
    top:-50px;
    left:0;
    width: 100%;
    height: 180px;
    z-index:8;
    background:url(../images/num_bg.png) no-repeat center;
    border-radius: 15px;
    opacity: 0;
}
.index_about_list li:hover{
    color: #fff;
}
.index_about_list li:hover:before{
    opacity: 1;
}
.index_about_list li:hover .img1{
    opacity: 1;
}
a.more2{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    width: 172px;
    height: 52px;
    background:#009241;
}
a.more2 i{
    display: block;
    width: 21px;
    height: 5px;
    background:url(../images/more2.png) no-repeat center;
    margin-left: 28px;
    transition: all 0.3s ease-out;
}
a.more2:hover i{
    margin-left: 20px;
}
.index_about .img{
    width: 50%;    
}
.index_about .img img{
    width: 100%;
    height:100%;
}


@media(max-width: 1600px){
    h2.t1{
        line-height: 65px;
    }
    h2.t1 span{
        font-size: 32px;
    }
    h2.t1:after{
        font-size: 52px;
    }
    .index_about .text{
        padding:0 50px 0 4%;
    }
    .index_about .text .txt {
        font-size: 14px;
        margin: 35px 0 40px;
    }
    .index_about_bum{
        margin-bottom: 50px;
        height:150px;
    }
    .index_about_list{
        height: 120px;
    }
    .index_about_list li{
        width: 220px;
    }
    .index_about_list li:before{
        height: 150px;
        top:-40px;
    }
    .index_about_list li .p1{
        font-size: 14px;
    }
    .index_about_list li .p1 span{
        font-size: 36px;
    }
    .index_about_list li:nth-child(2) {
        padding: 0 0 0 35px;
    }
    .index_about_list li:nth-child(3),.index_about_list li:nth-child(4){
        padding: 0 0 0 45px;
    }
    a.more2 {
        font-size: 15px;
        width: 150px;
        height: 46px;
    }
}
@media(max-width: 1260px){
    
}
@media(max-width: 1259px){
    html, body{
        overflow-y: auto!important;
    }
    h2.t1 {
        line-height: 55px;
    }
    h2.t1:after {
        font-size: 46px;
        top:-5px;
    }
    h2.t1 span {
        font-size: 26px;
    }
    .index_about .text{
        padding:40px 3%;
    }
    .index_about .text .txt {
        margin: 20px 0;
    }

    .index_about_bum{
        margin-bottom: 30px;
        height: 130px;
    }
    .index_about_list {
        height: 100px;
    }
    .index_about_list li:before{
        height: 130px;
        top:-35px;
    }
    .index_about_list li .p1 {
        font-size: 13px;
    }
    .index_about_list li .p1 span {
        font-size: 30px;
        margin-right: 3px;
    }
}
@media(max-width: 1024px){
    h2.t1:after{
        font-size: 40px;
    }
    .index_about_list li {
        width: 200px;
    }
}
@media(max-width: 820px){
    h2.t1 {
        line-height: 50px;
    }
    h2.t1:after {
        font-size: 32px;
        top:-5px;
    }
    h2.t1 span {
        font-size: 24px;
    }
    .index_about_list li {
        width: 180px;
    } 
    .index_about_list li:nth-child(2) {
        padding: 0 0 0 30px;
    } 
    .index_about_list li:nth-child(3), .index_about_list li:nth-child(4) {
        padding: 0 0 0 50px;
    }  
}
@media(max-width: 640px){
    h2.t1 {
        line-height: 45px;
    }
    h2.t1:after {
        font-size: 28px;
        top:-5px;
    }
    h2.t1 span {
        font-size: 22px;
    }
    .index_about .text {
        padding: 30px 3%;
        width: 100%;
    }
    .index_about .text .txt {
        margin: 15px 0;
    }
    .index_about_bum{
        display: none;
    }
    .index_about .img{
        width: 100%;
    }
    a.more2 {
        font-size: 14px;
        width: 120px;
        height: 36px;
    }
    a.more2 i{
        margin-left: 15px;
    }
}

.service-wrap3 {
    overflow: hidden;
    position: relative;
}
.service-wrap3:after{
    content:'';
    position: absolute;
    top:0;
    right:0;
    width: 30%;
    height: 100%;
    background:#ecf0f2;
    z-index:-1;
}
.index_product.container{
    max-width: 1410px;
    padding-top:120px;
    
}
.index_product h2.t1:after{
    content:'product';
}
.index_product_li{
    display: none;
}
.index_product_text{
    width: 48.5%;
    float:left;
}
.index_product_text .text h3{
    font-size: 24px;
    color:#8ec31f;
    border-bottom: 1px solid #e0e0e0;
    margin-top:50px;
    padding:15px 0;
}
.index_product_text .text h3 span{
    font-size: 20px;
    color: #333;
    display: block;
    line-height: 1;
    font-weight: normal;
}
.index_product_text .text .txt{
    font-size: 16px;
    color: #333333;
    margin:25px 0 65px;
}
a.more3{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 14px;
    width: 170px;
    height: 50px;
    background:#ffffff;
    border:1px solid #999999;
}
a.more3 i{
    display: block;
    width: 21px;
    height: 5px;
    background:url(../images/more3.png) no-repeat center;
    margin-left: 28px;
    transition: all 0.3s ease-out;
}
a.more3:hover{
    border:1px solid #009241;
    color: #fff;
    background:#009241;
}
a.more3:hover i{
    margin-left: 20px;
    background:url(../images/more2.png) no-repeat center;
}
.index_product_li .imgs{
    float:right;
    width: 38%;
    text-align: center;
}
.index_product_list{
    display: flex;
    padding:35px 50px 30px;
    box-shadow: 0px 0px 10px #c5c5c5;
    border-radius: 5px;
    margin-top:50px;
    background:#fff;
    overflow-x: auto;
}
.index_product_list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px;     
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
}
.index_product_list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #009241;
}
.index_product_list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.index_product_list li{
    width: 130px;
    margin-right: 66px;
    position: relative;
    cursor: pointer;
}
.index_product_list li:last-child{
    margin-right: 0;
}
.index_product_list li:last-child:after{
    display: none;
}
.index_product_list li:after{
    content:'';
    position: absolute;
    right:-45px;
    top:53.5px;
    width: 24px;
    height: 3px;
    background:#009241;
}
.index_product_list li .img2{
    width: 110px;
    height: 110px;
    text-align: center;
    border-radius: 50%;
    margin:0 auto;
    border:10px solid #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_product_list li .img2:before{
    content:'';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: #f3f3f3;
    z-index:8;
}
.index_product_list li .img2:after{
    content:'';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border:1px dashed #ccc;
    z-index:7;
}
.index_product_list li .img2 img{
    max-width: 65px;
    height:auto;
    position: relative;
    z-index:9;
}
.index_product_list li p{
    font-size: 13px;
    margin-top:16px;
}
.index_product_list li:hover .img2,.index_product_list li.cur .img2{
    border: 10px solid #009241;
}
.index_product_list li:hover .img2:before,.index_product_list li.cur .img2:before{
    background:#fff;
}
.index_product_list li:hover .img2:after,.index_product_list li.cur .img2:after{
    border:1px dashed #009241;
}
@media(max-width: 1600px){
    .index_product_text .text h3 {
        font-size: 22px;
        margin-top: 40px;
        padding: 5px 0;
    }
    .index_product_text .text h3 span{
        font-size:18px;
    }
    .index_product_text .text .txt {
        font-size: 14px;
        margin: 20px 0 50px;
    }
    a.more3{
        width: 150px;
        font-size: 15px;
        height: 46px;
    }
    .service-wrap3:after{
        width: 25%;
    }
    .index_product_li .imgs{
        width: 30%;
    }
    .index_product_list {
        padding: 25px 40px 20px;
        margin-top:35px;
    }
    .index_product_list li {
        margin-right: 50px;
    }
    .index_product_list li:after {
        right: -37px;
        top: 53px;
        width: 20px;
        height: 2px;
    }
    .index_product_list li p{
        font-size: 12px;
        margin-top: 10px;
    }
}
@media(max-width: 1440px){
    .index_product_list {
        padding: 25px 30px 20px;
    }    
}
@media(max-width: 1259px){
    .index_product.container{
        padding:70px 0 0;
    }
}
@media(max-width: 1024px){
  
}
@media(max-width: 820px){
    .index_product.container {
        padding: 50px 0 0;
    }
    .index_product_text .text h3 {
        font-size: 20px;
        margin-top: 25px;
    }
    .index_product_text .text h3 span{
        font-size:16px;
    }
    .index_product_text .text .txt {
        margin: 20px 0 30px;
    }
    .index_product_li .imgs {
        width: 35%;
    }    
}
@media(max-width: 640px){
    .service-wrap3:after{
        display: none;
    }
    .index_product.container {
        padding: 35px 0 0;
    } 
    .index_product_text{
        width: 100%;
    }
    .index_product_text .text h3 span{
        font-size:14px;
    }
    .index_product_text .text h3 {
        font-size: 16px;
        margin-top: 15px;
    }  
    .index_product_text .text .txt {
        margin: 12px 0 20px;
    } 
    .index_product_li .imgs{
        display: none;
    }
    .index_product_list {
        padding: 15px 10px;
        margin-top: 25px;
    }
}

.service-wrap4 .fp-tableCell{
    vertical-align: bottom;
}
.index_case.container{
    max-width: 1174px;
}
.index_case h2.t1{
    text-align: center;
    margin-bottom: 80px;
    width: 100%;
}
.index_case h2.t1:after{
    content:'Application case';
    width: 100%;
    text-align: center;    
}
#c-banner2{
    overflow: visible;
}
#c-banner2 .swiper-slide{
    overflow: hidden;
    position: relative;
}
#c-banner2 .swiper-slide:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(8,64,90,.5);
    z-index:8;
    opacity: 1;
}
#c-banner2 .swiper-slide .img1{
    position: relative;
    z-index:7;
}
#c-banner2 .swiper-slide .img1 img{
    transition: all 0.5s ease-out;
}
#c-banner2 .swiper-slide:hover .img1 img{
    transform: scale(1.05);
}
#c-banner2 .swiper-slide .text{
    position: absolute;
    bottom:60px;
    left:0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    z-index:9;
    color: #fff;
    padding:0 120px 0 55px;
    opacity: 0;
}
#c-banner2 .swiper-slide .text p{
    font-size: 30px;
    width: calc(100% - 180px);
    line-height: 50px;
}
#c-banner2 .swiper-slide .text a.more3{
    color: #fff;
    border:1px solid #fff;
    background:none;
}
#c-banner2 .swiper-slide .text a.more3 i{
    background:url(../images/more2.png) no-repeat center;
}
#c-banner2 .swiper-slide .text a.more3:hover{
    background:#009241;
    border:1px solid #009241;
}
a.player1{
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index:9;
    opacity: 0;
}
#c-banner2 .swiper-slide-active:after,#c-banner2 .swiper-slide-active a.player1,#c-banner2 .swiper-slide-active .text{
    opacity: 1;
}
#c-banner2 .swiper-button-prev{
    left:-50px;
    width: 82px;
    height:82px;
    background:url(../images/left1.png) no-repeat center;
}
#c-banner2 .swiper-button-prev:hover{
    background:url(../images/left1_h.png) no-repeat center;    
}
#c-banner2 .swiper-button-next{
    right:-50px;
    width: 82px;
    height:82px;
    background:url(../images/right1.png) no-repeat center;
}
#c-banner2 .swiper-button-next:hover{
    background:url(../images/right1_h.png) no-repeat center;    
}
@media(max-width: 1600px){
    .index_case.container{
        max-width: 1100px;
    }
    .index_case h2.t1{
        margin-bottom: 50px;
    }
    a.player1{
        width: 70px;
        height: 70px;
    }
    #c-banner2 .swiper-slide .text p{
        font-size: 22px;
    }
}
@media(max-width: 1259px){
    .index_case.container{
        padding-top:70px;
    }
    a.player1{
        width: 55px;
        height: 55px;
    }
    #c-banner2 .swiper-slide .text{
        bottom:25px;
    }
    #c-banner2 .swiper-slide .text p {
        font-size: 18px;
    }    
}
@media(max-width: 1024px){
  
}
@media(max-width: 820px){
    .index_case.container {
        padding-top: 50px;
    }
    .index_case h2.t1 {
        margin-bottom: 35px;
    }   
    #c-banner2 .swiper-slide .text{
        padding: 0 35px;
    } 
    #c-banner2 .swiper-slide .text p{
        font-size: 16px;
    } 
}
@media(max-width: 640px){
    .index_case.container {
        padding-top: 40px;
        width: 100%;
    }  
    #c-banner2 .swiper-slide .text{
/*        flex-wrap: wrap;
        justify-content: flex-start;*/
        padding:0 10px;
        bottom:10px;
        height: 36px;
    }
    #c-banner2 .swiper-slide .text p{
        line-height: 34px;
        font-size: 15px;
        width:calc(100% - 140px);
    } 
    #c-banner2 .swiper-button-next,#c-banner2 .swiper-button-prev{
        display: none;
    }
    a.player1 {
        width: 50px;
        height: 50px;
        margin:-25px 0 0 -25px;
    }
    a.more3 {
        width: 120px;
        font-size: 14px;
        height: 36px;
    }
    a.more3 i{
        margin-left: 15px;
    }
}

.index_advantage{
    position: relative;
}
.index_advantage h2.t1{
    text-align: center;
    margin-bottom: 80px;
    width: 100%;
    position: absolute;
    top:195px;
    left:0;
    z-index:9;
}
.index_advantage h2.t1 span{
    color: #fff;
}
.index_advantage h2.t1:after{
    content: 'Service advantage';
    width: 100%;
    text-align: center;  
    color: #fff;
    opacity: .1;  
}
.index_advantage .swiper-container{
    width: 100%;
    height: 100vh;
}
.index_advantage .imgBg{
    width: 100%;
    height: 100%;
}
.index_advantage .imgBg img{
    height: 100%;
    min-width: 100%;
}
.index_advantage .alltitle{
    width: 100%;
    position: absolute;
    top:12%;
    left:0;
    z-index: 2;
}
.index_advantage .text{
    position: absolute;
    width: 100%;
    top: 38%;
    left:0;
}
.index_advantage .hangye-left{
    width: 45%;
    color:#fff;
    padding-left: 3%;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.index_advantage .swiper-slide-active .hangye-left{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.index_advantage .hangye-left .fir{
    font-size:40px;
    position: relative;
}
.index_advantage .hangye-left .sec{
    font-size:14px;
    margin:3% 0 5% 0;
}
.index_advantage .hangye-left .thr{
    font-size:18px;
    line-height: 30px;
    margin-top: 5%;
}
/*.index_advantage .hangye-left .fir:before{
    content:"";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url("../images/hangye-title-icon.png") no-repeat center;
    background-size: contain;
    left: -14px;
    top: -7px;
}*/
.index_advantage .hangye-but{
    position: absolute;
    width: 600px;
    right:13%;
    top:41%;
    z-index: 2;
}
.index_advantage .hangye-but ul{
    width: 100%;
}
.index_advantage .hangye-but ul li{
    width: 20%;
    height: 146px;
    float: left;
    position: relative;
    left:0;
}
.index_advantage .hangye-but ul li:nth-child(1){
    top:70px;
}
.index_advantage .hangye-but ul li:nth-child(2){
    top:-160px;
}
.index_advantage .hangye-but ul li:nth-child(3){
    top:80px;
}
.index_advantage .hangye-but ul li:nth-child(4){
    top:-30px;
}
.index_advantage .hangye-but ul li:nth-child(6){
    top:20px;    
}
.index_advantage .hangye-but ul li .img{
    width: 156px;
    height: 100%;
    background: url("../images/hangye-img.png") no-repeat center;
    background-size: auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
}
.index_advantage .hangye-but ul li .img img{
    opacity: 0.5;
}
.index_advantage .hangye-but ul li .img-inner{
    width: 100%;
    text-align:center;
}
.index_advantage .hangye-but ul li .img .icon{
    width: 100%;
    height: 45px;
    position: relative;
    margin-bottom: 8px;
}
.index_advantage .hangye-but ul li .img .title{
    text-align:center;
    color:#fff;
    font-size:14px;
    color:rgba(255,255,255,0.5);
}
.index_advantage .hangye-but ul li .img:hover{
    background: url("../images/hangye-img1.png") no-repeat center;
}
.index_advantage .hangye-but ul li .img:hover img{
    opacity: 1;
}
.index_advantage .hangye-but ul li .img:hover .title{
    color:rgba(255,255,255,1);
}
.index_advantage .hangye-but ul li .img.active{
    background: url("../images/hangye-img1.png") no-repeat center;
}
.index_advantage .hangye-but ul li .img.active img{
    opacity: 1;
}
.index_advantage .hangye-but ul li .img.active .title{
    color:rgba(255,255,255,1);
}
.index_advantage .hangye-jiaodian{
    position: absolute;
    left:10.5%;
    bottom:10%;
    z-index: 3;
}
.index_advantage .hangye-jiaodian span{
    display: block;
    float: left;
    width: 16px;
    margin-right: 10px;
    text-align:center;
    cursor: pointer;
}
.index_advantage .hangye-jiaodian span s{
    display: block;
    width: 10px;
    height: 10px;
    border:1px solid #fff;
    background: transparent;
    border-radius: 100%;
    margin:0 auto;
}
.index_advantage .hangye-jiaodian span.active s{
    background: #fff;
}
.index_advantage .hangye-jiaodian span div{
    display: block;
    width: 1px;
    height:0;
    margin:10px auto;
    background: #fff;
    position: relative;
}
.index_advantage .hangye-jiaodian span.active div{
    height: 20px;
}
.index_advantage .hangye-jiaodian span p{
    font-size:12px;
    color:#fff;
    opacity: 0;
}
.index_advantage .hangye-jiaodian span.active p{
    opacity: 1;
}
.index_advantage .hangye-jiaodian *{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hangye-but-sm{
    display: none;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 13%;
    z-index: 1;
    width: 100%;
    padding: 0 10px;
}
.hangye-but-sm .list{
    width: 75px;
    height: 65px;
    border-radius: 13px;
    position: relative;
    border:1px solid rgba(255,255,255,0.35);
    text-align:center;
    background: rgba(255,255,255,0.05);
}
.hangye-but-sm .list.active{
    border:1px solid #fff;
}
.hangye-but-sm .list .imgbox{
    width: 100%;
    height: 24px;
    position: relative;
    margin-top: 7px;
}
.hangye-but-sm .list .imgbox img{
    opacity: 0.5;
    height: 24px;
}
.hangye-but-sm .list.active .imgbox img{
    opacity: 1;
}
.hangye-but-sm .list .title{
    font-size:12px;
    color: rgba(255,255,255,0.5);
    line-height: 30px;
}
.hangye-but-sm .list.active .title{
    color:#fff;
}
@media(max-width: 1600px){
    .index_advantage h2.t1{
        top:120px;
    }
    .index_advantage .hangye-left .fir{
        font-size: 30px;
    }
    .index_advantage .hangye-left .thr{
        font-size: 15px;
        line-height: 1.8;
    }
}
@media(max-width: 1259px){
/*    .index_advantage{
        padding:70px 0 0;
    }*/
    .index_advantage h2.t1 {
/*        position: relative;*/
        top: 70px;
        margin-bottom: 50px;
    }   
/*    .index_advantage h2.t1 span{
        color: #333;
    }
    .index_advantage h2.t1:after{
        color: #eee;
        opacity: 1;
    } */
/*    .index_advantage .swiper-container{
        height:auto;
    }*/
}
@media (max-width: 1200px){
    .index_advantage{
        height: 615px;
    }
   .index_advantage .hangye-left{
        width: 56%;
    }
    .index_advantage .hangye-but{
        width: 451px;
        right: 7%;
    }
    .index_advantage .swiper-container{
        height: 100%;
    }

}
@media(max-width: 1024px){

}
@media(max-width: 820px){
    .index_advantage .hangye-left{
        width: 59%;
    }
    .index_advantage .hangye-left .thr{
        margin-top:10px;
    }
    .index_advantage .hangye-but {
        width: 284px;
        right: 1%;
    } 
    .index_advantage .hangye-but ul li:nth-child(1){
        top:inherit;
    }
    .index_advantage .hangye-but ul li:nth-child(2){
        top:inherit;
    }
    .index_advantage .hangye-but ul li:nth-child(3){
        top:inherit;
    }
    .index_advantage .hangye-but ul li:nth-child(4){
        top:inherit;
    }
    .index_advantage .hangye-but ul li{
        width: 50%;
        height:100px;
    } 
    .index_advantage .hangye-but ul li .img{
        width: 100px;
        background: url(../images/hangye-img.png) no-repeat center;
        background-size: 100%;
    }  
    .index_advantage .hangye-but ul li .img .icon {
        height: 27px;
    }
    .index_advantage .hangye-but ul li .img .icon img{
        height: 100%;
    }
}
@media(max-width: 768px){
    .index_advantage{
        height: 494px;
    }
    .index_advantage .hangye-jiaodian {
        left: 5.5%;
        bottom: 38%;
        display: none;
    }
    .index_advantage .hangye-left .thr{
        font-size: 14px;
        line-height: 23px;
    }
    .hangye-but-sm {
        display: flex;
    }
    .index_advantage .hangye-but{
        width: 284px;
        right: 1%;
        top: 54%;
        display: none;
    }
    .index_advantage .text {
        top: 30%;
    }
    .index_advantage .hangye-left .fir {
        font-size: 22px;
    }
    .index_advantage .hangye-left {
        width: 100%;
    }
}
@media(max-width: 640px){
    .index_advantage h2.t1{
        margin-bottom: 30px;
    }
    .hangye-but-sm{
        flex-wrap:wrap;
        bottom:5%;
    }
    .hangye-but-sm .list{
        width:32%;
        margin-right:2%;
        height:80px;
        margin-bottom:10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }
    .hangye-but-sm .list:nth-child(3n){
        margin-right:0;
    }
}

.index_news{
    padding-top:80px;
}
.index_news h2.t1:after{
    content: 'news';
}
.news_list1{
    display: flex;
    flex-wrap: wrap;
    margin-top:55px;
}
.news_list1 li{
    width: 31%;
    margin-right: 3.5%;
}
.news_list1 li:nth-child(3n){
    margin-right: 0;
}
.news_list1 li a{
    display: block;
    border:1px solid #f0f0f0;
}
.news_list1 li a .img{
    width: 100%;
    overflow: hidden;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 190px;
    /*padding-bottom: 59.52%;*/
}
.news_list1 li a .img img {
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);*/
    /*display: block;*/
    /*width: calc(100% - 72px);*/
    /*height: calc(100% - 72px);*/
    transition: all .4s;
}
.news_list1 li a .text{
    padding:25px 35px;
    border-top:1px solid #f0f0f0;    
}
.news_list1 li a .text .p1{
    font-size: 14px;
    color: #009241;
}
.news_list1 li a .text h3{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    margin:10px 0;
}
.news_list1 li a .text .txt{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.6;
}
.news_list1 li a .text span{
    font-size: 14px;
    color: #999999;
}
.news_list1 li:hover a .img img{
    /*width:100%;*/
    /*height:100%;*/
    transform: scale(1.2);
}
.news_list1 li:hover a .text{
    background:url(../images/news_bg.jpg) no-repeat center;
    border-top:1px solid #009241;
}
.news_list1 li:hover a .text .p1,
.news_list1 li:hover a .text h3,
.news_list1 li:hover a .text .txt,
.news_list1 li:hover a .text span{
    color:#fff;
}
@media(max-width: 1600px){
    .news_list1{
        margin-top:40px;
    }
    .news_list1 li a .img{
        height:170px;
    }
    /*.news_list1 li a .img img {*/
    /*    width: calc(100% - 52px);*/
    /*    height: calc(100% - 52px);*/
    /*}*/
    .news_list1 li a .text {
        padding: 20px 25px;
    }
    .news_list1 li a .text h3{
        font-size: 16px;
        margin: 5px 0;
    }
}
@media(max-width: 1280px){
    .index_news {
        padding: 70px 0;
    }  
    /*.news_list1 li a .img img {*/
    /*    width: calc(100% - 32px);*/
    /*    height: calc(100% - 32px);*/
    /*} */
    .news_list1 li a .text {
        padding: 15px 15px;
    } 
    /*.news_list1 li a .img{*/
    /*    height:140px;*/
    /*}*/
}
@media(max-width: 1024px){
    .news_list1 li a .img{
        height:140px;
    }  
}
@media(max-width: 820px){
    .index_news {
        padding: 50px 0;
    } 
    .news_list1 {
        margin-top: 30px;
    }  
    .news_list1 li a .img{
        height:100px;
    }
}
@media(max-width: 640px){
    .index_news {
        padding: 30px 0;
    } 
    .news_list1 {
        margin-top: 20px;
    }  
    .news_list1 li{
        width: 100%;
        margin-right: 0;
    }
    .news_list1 li a .img{
        height:140px;
    }
}



/*友情链接*/
.f_link {
    display: none;
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    background-color: #ececec;
    text-indent: 20px;
}
.service-wrap7 .fp-tableCell {
    vertical-align: bottom;
}
.f_message{
    background:url(../images/message_bg.jpg) no-repeat center;
    background-size: cover;
    padding:60px 0 80px;
/*    margin-top:88px;*/
}
.f_message h2{
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
}
.f_message ul{
    display: flex;
    flex-wrap: wrap;
}
.f_message ul li{
    width: 25%;
    margin-right: 2.9%;
    color: #fff;
    position: relative;
}
.f_message ul li input{
    border:1px solid #fff;
    color: #fff;
    line-height: 56px;
    font-size: 16px;
    background:none;
    width: 100%;
    outline: none;
    text-indent: 48px;
}
.f_message ul li:before{
    content:'';
    position: absolute;
    top:50%;
    left:23px;    
}
.f_message ul li:nth-child(1):before{
    width: 18px;
    height: 21px;
    margin-top:-10.5px;
    background:url(../images/mess1.png) no-repeat center;
}
.f_message ul li:nth-child(2):before{
    width: 14px;
    height: 19px;
    margin-top:-9.5px;
    background:url(../images/mess2.png) no-repeat center;
}
.f_message ul li:nth-child(3):before{
    width: 22px;
    height: 18px;
    margin-top:-9px;
    background:url(../images/mess3.png) no-repeat center;
}
.f_message ul li input::-webkit-input-placeholder{
    /*Webkit browsers*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input:-moz-placeholder{
    /*Mozilla Firefox 4 to 8*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input::moz-placeholder{
    /*Mozilla Firefox 19+*/
    color:#fff;
    font-size:16px;
}
.f_message ul li input:-ms-input-placeholder{
    /*Internet Explorer 10+*/
    color:#fff;
    font-size:16px;
}
.f_message ul .mess_tn{
    width: 16.25%;
}
.f_message ul .mess_tn input{
    display: block;
    width: 100%;
    background:#009241;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border:none;
    outline: none;
    line-height: 58px;
    cursor: pointer;
}

/*页面底部*/
#footer{
    background:#666666;
}
.f_top{
    display: flex;
    justify-content: space-between;
    padding:50px 0 15px;
}
.f_shop{
    display: flex;
    align-items: center;
}
.f_shop a{
    display: block;
    margin-right: 90px;
    font-size: 16px;
    color: #ffffff;
}
.f_shop a i{
    display: inline-block;
    margin-right: 15px;
}
.f_shop a:last-child{
    margin-right: 0;
}
.f_bottom{
    padding:30px 0 40px;
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: space-between;
    border-top:1px solid #888888;
    border-bottom:1px solid #888888;
}
.f_contact{
    width: 15%;
    max-width: 230px;
}
.f_contact p{
    font-size: 13px;
    color: #bdbdbd;
    line-height: 1.6;
    margin-bottom: 9px;
}
.f_contact p strong{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding-bottom: 4px;
    padding-top: 15px;
}
.f_contact p:nth-child(1) strong{
    padding-top:0;
}
.f_nav{
    display: flex;
    flex-wrap: wrap;
}
.f_nav li{
    margin-left: 115px;
}
.f_nav li:first-child{
    margin-right: 0;
}
.f_nav li .p1 a{
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.f_nav li .txt a{
    display: block;
    font-size: 13px;
    color: #bdbdbd;
    line-height: 30px;
}
.f_code{
    display: flex;
/*    flex-wrap: wrap;*/
    margin-left: 120px;
}
.f_code li{
    max-width: 110px;
    text-align: center;
}
.f_code li:last-child{
    margin-left: 38px;
}
.f_code li p{
    color: #fff;
    font-size: 13px;
}
.copyright {
    text-align: center;
    line-height: 24px;
    padding:12px 0;
    color: #fff;
}
.copyright a{
    color: #fff;
}

@media(max-width: 1600px){
    .f_message{
        padding:60px 0 60px;
    }
    .f_message h2{
        font-size: 30px;
    }
    .f_message ul li input {
        line-height: 46px;
        font-size: 15px;
    }
    .f_message ul .mess_tn input {
        font-size: 15px;
        line-height: 46px;
    }
    .f_top {
        padding: 35px 0 10px;
    }
    .f_shop a{
        font-size: 15px;
    }
    .f_bottom {
        padding: 20px 0 25px;
    }
    .f_contact{
        width: 20%;
    }
    .f_contact p{
        margin-bottom: 5px;
    }
    .f_contact p strong{
        padding-top:10px;
        padding-bottom:2px;
    }
    .f_nav li {
        margin-left: 70px;
    }
    .f_nav li .txt a{
        line-height: 28px;
    }
    .f_code{
        margin-left: 70px;
    }
    .f_code li:last-child {
        margin-left: 20px;
    }
}
@media(max-width: 1360px){
    .f_top {
        padding: 25px 0 10px;
    }
    .f_message h2{
        font-size: 26px;
        margin-bottom: 25px;
    }
    .f_bottom {
        padding: 15px 0 15px;
    }
    .f_contact p{
        margin-bottom: 3px;
    }
    .f_contact p strong{
        padding-top:8px;
        padding-bottom:0px;
    }
    .f_nav li {
        margin-left: 45px;
    }
    .f_code {
        margin-left: 50px;
    }
    .copyright{
        padding:7px 0;
    }
}
@media(max-width: 1260px){
    
}
@media(max-width: 1024px){
  
}
@media(max-width: 820px){
    .f_shop a{
        margin-right: 30px;
    }
}
@media(max-width: 640px){
    .f_message {
        padding: 50px 0;
    }
    .f_message h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .f_message ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .f_message ul .mess_tn{
        width: 35%;
        margin:0 auto;
    }
    .f_top,.f_bottom{
        display: none;
    }    
}


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

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 350px;
}
.n_banner img {
    width: 100%;
    margin: 0 auto;
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;  
}
.n_banner_text h2{
    font-size: 40px;  
    color: #fff;   
}


@media(max-width: 1600px){
    .n_banner{
        height:300px;
    }
    .n_banner_text h2{
        font-size: 36px;
    }
}
@media(max-width: 1280px){
    .nav{
        width: 60%;
    }

}
@media(max-width: 992px){
    .n_banner_text h2{
        font-size: 32px;
    }
    .nav{
        width: 70%;
    }
}
@media(max-width: 820px){
    .n_banner{
        height:260px;
    }
    .n_banner_text h2{
        font-size: 26px;
    }
}
@media(max-width: 640px){
    .n_banner{
        height:160px;
    }
    .n_banner_text h2{
        font-size: 22px;
    }
}


#about1{
    background:url(../images/a_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:105px 0 120px;
}
.container2{
    max-width: 1552px;
}
h2.t2{

}
h2.t2 span{
    display: block;
    position: relative;
    font-size: 36px;
    color: #000000;
    line-height: 1;
    padding-bottom: 25px;
    padding-top:22px;
    text-align: center;
}
h2.t2 span:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    font-size: 46px;
    color: #333333;
    line-height: 1;
    width: 100%;
    text-transform: uppercase;
    opacity: .1;
}
h2.t2 span:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 62px;
    height: 4px;
    background:#009241;
    left:50%;
    margin-left: -31px;
}
#about1 h2.t2 span{
    text-align: left;
}
#about1 h2.t2 span:after{
    left:0%;
    margin-left: 0px;
}
#about1 h2.t2 span:before{
    content:'introduction';
}
#about1 .text{
    width: 45%;
}
#about1 .text .txt{
    font-size: 14px;
    color: #404040;
    margin-top:40px;
}
#about1 .text .txt h3{
    font-size: 24px;
    color: #009241;
    margin-bottom: 12px;
}
.num_list{
    display: flex;
    justify-content: space-between;
    margin-top:90px;
}
.num_list li{
    font-family: "微软雅黑";
}
.num_list li .p1{
    font-size: 48px;
    color: #009241;
    font-weight: bold;
    line-height: 1;
}
.num_list li .p2{
    font-size: 14px;
    color: #333333;
    margin-top:15px;
}
#about1 .text .img{
    display: none;
}
#about2{
    padding:72px 0 120px;
    background:url(../images/a_bg2.png) no-repeat bottom center;
}
#about2 h2.t2{
    text-align: center;
}
#about2 h2.t2 span:before{
    content:'qualification';
}
#about2 h2.t2 span:after{

}
.about_honner{
    position: relative;
    margin-top:105px;
}

#c-banner4{
    /*padding-top:60px;*/
}
#c-banner4 .swiper-wrapper{
    display: flex;
    align-items: flex-end;
}
#c-banner4 .swiper-slide{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#c-banner4 .swiper-slide img{
    height: 340px;
}
#c-banner4 .swiper-slide.swiper-slide-active img{
    height: auto;
}

.honner_btn{
    position: absolute;
    top:0;
    right:0;
    width: 78%;
    display: none;
}
.honner_btn_c{
    position: relative;
}
.honner_btn_c:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: calc(100% - 200px);
    height: 1px;
    background:#dbdbdb;
}
.honner_btn .swiper-pagination{
    position: relative;
    font-size: 14px;
    color: #999999;
    text-align: right;
    padding-right: 58px;
    height: 48px;
    padding-top: 8px;
}
.honner_btn .swiper-pagination .swiper-pagination-current{
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}
.honner_btn .swiper-button-prev{
    width: 14px;
    height: 24px;
    background:url(../images/left2.png) no-repeat center;
    margin-top:-12px;
    left:calc(100% - 145px);
}
.honner_btn .swiper-button-next{
    width: 14px;
    height: 24px;
    background:url(../images/left2.png) no-repeat center;
    margin-top:-12px;
    transform: rotate(-180deg);
}

#about3{
    background:url(../images/a_bg3.jpg) no-repeat center center/cover;
    color: #fff;
    padding:75px 0 115px;
    width: 100%;
    overflow: hidden;
}
#about3 .container{
    max-width: 1340px;
}
#about3 h2{
    font-size: 40px;
    font-weight: normal;
}
#about3 .text{
    max-width: 1318px;
    margin-top:50px;
    margin-bottom: 130px;
}
#about3 .txt{font-size: 40px; padding-bottom: 80px; position: relative; z-index: 1; }
#about3 dl{padding-top: 20px;}
#about3 dt{
    line-height: 31px;
    font-size: 24px; font-family: 'DIN-REGULAR'; position: relative; overflow: hidden; cursor: pointer;}
#about3 dt::before{content: ""; position: absolute; right: 4%; top: 50%; width: 68%; height: 2px; margin-top: -1px; background: rgba(255,255,255,0.4);}
#about3 dd{
    line-height: 2em; 
    width: 568px; padding-top: 40px; 
    opacity: 0; visibility: hidden;text-align: justify;
    min-height: 145px;
}
#about3 .swiper-slide-active1 dl,
#about3 .swiper-slide-active dl{padding-top: 0}
#about3 .swiper-slide-active1 dt,
#about3 .swiper-slide-active dt{font-size: 60px; line-height: 60px}
#about3 .swiper-slide-active1 dt::before,
#about3 .swiper-slide-active dt::before{width: 32%; margin-top: 4px; }
#about3 .swiper-slide-active dd{ opacity: 1; visibility: inherit;}
#about3 .arrow{padding-top: 80px;}
#about3 .arrow div{ 
    width: 50px; 
    height: 50px; 
    border-radius: 50%; 
    cursor: pointer; 
    float: left;
    margin-right: 18px; 
/*    transition: 0.5s;*/
    margin-top:0;
}
#about3 .arrow-left{
    background: url(../images/left2.png)no-repeat center #fff; 
}
#about3 .arrow-left:hover{
    background: url(../images/right2.png)no-repeat center #fff; 
    transform: rotate(-180deg);
}
#about3 .arrow-right{ 
    background: url(../images/left2.png)no-repeat center #fff;
    transform: rotate(-180deg);
}
#about3 .arrow-right:hover{
    background: url(../images/right2.png)no-repeat center #fff; 
    transform: rotate(0deg);
}
#about3 .arrow div:hover{background-color: #ccc}
#about3 .swiper-wrap{position: relative; }
#about3 .swiper-box{overflow: hidden;}
#about3 .swiper-wrap::before,
#about3 .swiper-wrap::after{content: ""; position: absolute; top: 34px; width: 50%; height: 2px; background: rgba(255,255,255,0.4);}
#about3 .swiper-wrap::before{ left: -50%; }
#about3 .swiper-wrap::after{ right: -50%; }
#about3 .swiper-container{margin-right: -5%}

#about4{
    padding:80px 0 0;
}
#about4 h2.t2 span:before{
    content:'Factory environment';
}
#c-banner4 .swiper-wrapper,
#c-banner5 .swiper-wrapper,
#c-banner5 .swiper-slide,
#c-banner6 .swiper-wrapper{
    height:auto;
}
#c-banner6{
    margin-top:70px;
    cursor: pointer;
}
#c-banner6 .swiper-slide:hover .img img{
    transform: scale(1.1);
}
#c-banner6 p{
    width: 70%;
    max-width: 250px;
    line-height: 62px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#009241,endColorStr=#4aa14d);
    background: -webkit-gradient(linear, 0% 30%, 60% 100%, from(#009241), to(#4aa14d));
    background: -webkit-linear-gradient(left, #009241, #009241, #4aa14d, #4aa14d);
    background: -o-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -moz-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -ms-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    margin:-31px auto 0;
    position: relative;
    z-index:9;
}
#about5{
    padding:100px 0;
}
#about5 h2.t2 span:before{
    content:'Cooperative partner';
}
.partner_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.partner_list li{
    width: 13%;
    margin-right: 1.5%;
    margin-bottom: 16px;
    box-shadow: 0px 0px 10px #ccc;
}
.partner_list li:nth-child(7n){
    margin-right: 0;
}
.n_bottom{
    background:url(../images/mess_bg.jpg) no-repeat center center/cover;
    padding:80px 0 95px;
}
.n_bottom h2{
    font-size: 40px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 22px;
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}
.n_bottom h2:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -31px;
    bottom:0;
    width: 62px;
    height: 4px;
    background:#fff;
}
.n_bottom_c{
    display: flex;
    justify-content: space-between;
}
.bottom_l{
    width: 62%;
    background:#fff;
    padding:42px 65px 52px;
}
.mess_t{
    margin-bottom: 20px;
}
.mess_t h3{
    font-size: 24px;
    color: #009241;
    line-height: 1.4;
}
.mess_t p{
    font-size: 14px;
    color: #999999;
}
.message2 ul{
    display: flex;
    flex-wrap: wrap;
}
.message2 ul li{
    width: 49%;
    margin-bottom: 16px;
}
.message2 ul li:nth-child(2n){
    margin-left: 2%;
}
.message2 ul li:nth-child(3){
    width: 100%;
    margin-bottom: 30px;
}
.message2 ul li input{
    font-size: 14px;
    color: #999999;
    line-height: 40px;
    display: block;
    width: 100%;
    outline: none;
    border:1px solid #e5e5e5;
    padding:0 15px;
}
.message2 ul li textarea{
    font-size: 14px;
    color: #999999;
    line-height: 40px;
    height: 100px;
    display: block;
    width: 100%;
    outline: none;
    border:1px solid #e5e5e5;
    padding:0 15px;
    font-family: "微软雅黑";
}
.mess_tn input{
    display: block;
    width: 160px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border:none;
    outline: none;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#009241,endColorStr=#4aa14d);
    background: -webkit-gradient(linear, 0% 30%, 60% 100%, from(#009241), to(#4aa14d));
    background: -webkit-linear-gradient(left, #009241, #009241, #4aa14d, #4aa14d);
    background: -o-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -moz-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -ms-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
}
.bottom_r{
    width: 35%;
    background:#fff;
    padding:50px 70px 25px;
}
.bottom_r h3{
    font-size: 24px;
    color: #009241;
    line-height: 1.4;
}
.f_c1{
    padding:14px 0;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.bottom_r .txt{
    font-size: 14px;
    color: #666666;
}
.bottom_r .txt p:nth-child(1){
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
}
.f_contact2_c_l{
    float:left;
    width: 50%;
}
.f_c3{
    margin-top:15px;
}
.f_contact2_c_r{
    float:right;
    width: 50%;
    text-align: center;
    padding-top:7px;
}
@media(max-width: 1600px){
    #about1,#about5{
        padding:90px 0;
    }
    h2.t2 span{
        font-size: 32px;
    }
    h2.t2 span:before{
        font-size: 42px;
    }
    #about1 .text .txt h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .num_list{
        margin-top:60px;
    }
    .num_list li .p1{
        font-size: 36px;
    }
    .num_list li .p2{
        margin-top:10px;
    }
    #about2{
        padding:72px 0 90px;
    }
    .about_honner{
        margin-top:70px;
    }
    .honner_btn{
        width: 72%;
    }
    #about3 h2{
        font-size: 32px;
    }
    #about3 .swiper-slide-active1 dt, #about3 .swiper-slide-active dt{
        font-size: 52px;
    }
    #about3 .swiper-slide-active1 dt::before, #about3 .swiper-slide-active dt::before{
        width: 35%;
    }
    #about3 .text{
        margin-top: 40px;
        margin-bottom: 80px;
    }
    #c-banner6 {
        margin-top: 50px;
    }
    #c-banner6 p{
        line-height: 52px;
        font-size: 17px;
        margin: -26px auto 0;
    }
    .n_bottom{
        padding: 80px 0;
    }
    .n_bottom h2{
        font-size: 32px;
    }
    .bottom_l{
        padding:35px 50px 40px;
    }
    .bottom_r {
        padding: 35px 50px 25px;
    }
}
@media(max-width: 1280px){
    #about1,#about2,#about5{
        padding:60px 0;
    }
    h2.t2 span{
        font-size: 28px;
        padding-bottom: 20px;
        padding-top: 16px;
    }
    h2.t2 span:before{
        font-size: 36px;
    }
    #about1 .text .txt{
        margin-top:30px;
    }
    #about1 .text .txt h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .num_list {
        margin-top: 40px;
    }
    .num_list li .p1 {
        font-size: 32px;
    }
    .about_honner {
        margin-top: 50px;
    }
    #about3{
        padding:75px 0;
    }
    #about3 h2{
        font-size: 28px;
    }
    #about3 .swiper-slide-active1 dt, #about3 .swiper-slide-active dt{
        font-size: 40px;
    }
    #about3 .swiper-slide-active1 dt::before, #about3 .swiper-slide-active dt::before {
        width: 55%;
    }
    #about3 .text {
        margin-top: 25px;
        margin-bottom: 50px;
    }
    #about3 dd{
        padding-top:30px;
    }
    #about3 .arrow {
        padding-top: 60px;
    }
    #about4{
        padding:60px 0 0;
    }
    #c-banner4 .swiper-slide img {
        height: 280px;
    }
    .n_bottom{
        padding: 60px 0;
    }
    .n_bottom h2{
        font-size: 28px;
    }
}
@media(max-width: 1024px){
    #about1 .text{
        width: 55%;
    }
    #c-banner4 .swiper-slide img {
        height: 250px;
    }
}
@media(max-width: 820px){
    h2.t2 span{
        font-size: 26px;
    }
    h2.t2 span:before{
        font-size: 32px;
    }
    #about1{
        /*background:;*/
    }
    #about1 .text{
        width: 100%;
    }
    #about1 .text .txt h3{
        font-size: 16px;
    }
    .num_list li .p1{
        font-size: 26px;
    }
    #about1 .text .img{
        display: block;
        margin-top:20px;
    }
    .about_honner {
        margin-top: 30px;
    }
    .honner_btn {
        width: 62%;
    }
    #about3 {
        padding: 55px 0;
    }
    #about3 h2 {
        font-size: 24px;
    }
    #about3 .text {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #about3 dd {
        padding-top: 15px;
    }
    #about3 .arrow {
        padding-top: 40px;
    }
    #c-banner6 {
        margin-top: 30px;
    }
    .partner_list{
        margin-top:30px;
    }
    .partner_list li {
        width: 18.4%;
        margin-right: 2%;
    }
    .partner_list li:nth-child(7n){
        margin-right: 2%;
    }
    .partner_list li:nth-child(5n){
        margin-right: 0;
    }
    .n_bottom h2{
        font-size: 26px;
        padding-bottom: 16px;
        margin-bottom: 30px;
    }
    .n_bottom_c{
        flex-wrap: wrap;
    }
    .bottom_l{
        padding:20px 35px 30px;
        width: 100%;
    }
    .bottom_r {
        padding: 20px 35px 25px;
        width: 100%;
    }
}
@media(max-width: 640px){
    #about1{
        background:#fff;
    }
    #about1,#about2,#about5{
        padding:30px 0;
    }
    h2.t2 span{
        font-size: 22px;
        padding-bottom: 16px;
        padding-top: 15px;
    }
    h2.t2 span:before{
        font-size: 26px;
    }
    #about1 .text .txt {
        margin-top: 20px;
    }
    .num_list {
        margin-top: 25px;
    }
    .num_list li .p1 {
        font-size: 22px;
    }
    .num_list li .p2 {
        margin-top: 5px;
        font-size: 13px;
    }
    .about_honner {
        margin-top: 25px;
    }
    .honner_btn{
        display: none;
    }
    #about3 {
        padding: 35px 0;
    }
    #about3 h2 {
        font-size: 22px;
    }
    #about3 .text {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    #about3 .swiper-slide-active1 dt, #about3 .swiper-slide-active dt {
        font-size: 32px;
    }
    #about3 .swiper-slide-active1 dt::before, #about3 .swiper-slide-active dt::before {
        width: 75%;
    }
    #about3 dd {
        padding-top: 5px;
        width:320px;
    }
    #about3 .arrow {
        padding-top: 30px;
    }
    #about3 .arrow div {
        width: 40px;
        height: 40px;
    }
    #about4 {
        padding: 35px 0 0;
    }
    #c-banner6 {
        margin-top: 25px;
    }
    #c-banner6 p {
        line-height: 46px;
        font-size: 16px;
        margin: -23px auto 0;
    }
    .partner_list{
        margin-top:25px;
    }
    .partner_list li {
        width: 23.5%;
        margin-right: 2%;
    }
    .partner_list li:nth-child(5n){
        margin-right: 2%;
    }
    .partner_list li:nth-child(4n){
        margin-right: 0;
    }

    .n_bottom{
        padding: 35px 0;
    }
    .n_bottom h2{
        font-size: 22px;
        margin-bottom: 25px;
    }
    .bottom_l{
        padding:20px 20px;
    }
    .mess_t h3{
        font-size: 20px;
    }
    .message2 ul li{
        width: 100%;
        margin-left: 0!important;
        margin-bottom: 12px;
    }
    .message2 ul li:nth-child(3){
        margin-bottom: 20px;
    }
    .mess_tn input{
        width: 100px;
        line-height: 36px;
    }
    .bottom_r {
        padding:20px 20px;
    }
    .bottom_r h3{
        font-size: 20px;
    }
    .bottom_r .txt p:nth-child(1){
        margin-bottom: 0;
    }
}
@media(max-width: 460px){
    .partner_list li{
        width: 32%;
        margin-bottom: 12px;
    }
    .partner_list li:nth-child(4n){
        margin-right: 2%;
    }
    .partner_list li:nth-child(3n){
        margin-right: 0;
    }
}


#p_container{
    display: flex;
    flex-wrap: wrap;
    font-family: "苹方";
}
.n_left2{
    width: 310px;
    padding-left: 10px;
}
.p_sort{
    border-top:1px solid #dbdbdb;
    border-left:1px solid #dbdbdb;
}
.p_sort li{

}
.p_sort li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    color: #000000;

    position: relative;
    border-bottom:1px solid #dbdbdb;
    border-right:1px solid #dbdbdb;
    padding:0 38px;
    height: 70px;
    line-height: 1.6;
}
.p_sort li a:before{
    content:'';
    position: absolute;
    top:0;
    left:-10px;
    width: 10px;
    height: 100%;
    background:#000000;
}
.p_sort li a:hover,.p_sort li.on a{
    color: #009241;
}
.p_sort li a:hover:before,.p_sort li.on a:before{
    background: linear-gradient(#009241,#4aa14d);
    background-image: linear-gradient(0deg, #009241, #4aa14d);
}
.n_right2{
    width: calc(100% - 310px);
    padding-left: 95px;
    padding-bottom:135px;
}
.n_right2 h2{
    font-size: 30px;
    color: #000000;
    line-height: 1;
    margin-bottom: 45px;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
    padding-bottom:70px;
}
.product_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 45px;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li a{
    font-size: 20px;
}
.product_list li a .img{
    max-width: 238px;
    margin:0 auto;
}
.product_list li a .text1{
    background:url(../images/p_bg1.png) no-repeat center;
    background-size: cover;
    padding:38px 26px;
    height: 395px;
}
.product_list li a .text1 .txt{
    font-weight: bold;
    line-height: 1.6;
    margin-top:15px;
}
.product_list li a .text1 .txt .p1{
    color: #009241;
}
.product_list li a .text1 .txt .p2{
    color: #000000;
}
.product_list li a .text2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 74px;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#009241,endColorStr=#000);
    background: -webkit-gradient(linear, 0% 30%, 60% 100%, from(#009241), to(#000));
    background: -webkit-linear-gradient(left, #009241, #009241, #333, #000);
    background: -o-linear-gradient(left,#009241, #009241, #333, #000);
    background: -moz-linear-gradient(left,#009241, #009241, #333, #000);
    background: -ms-linear-gradient(left,#009241, #009241, #333, #000);
}
/*.product_list li a:hover .text2{*/
/*    background:#009241;*/
/*}*/

.product_detail1{
    background:#eeeeee;
    padding:85px 3% 145px;
    text-align: center;
}
.product_detail2{
    text-align: center;
    max-width: 1300px;
    width: 100%;
    margin:-68px auto 0;
    background:#fff;
    border-radius: 35px 35px 0 0;
    padding:45px 0 60px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
    z-index:9;
}
.product_detail2 h2{
    font-size: 36px;
    color: #101010;
}
.product_detail2 .text{
    font-size: 18px;
    color: #5a5a5a;
    padding-top:20px;
    max-width: 890px;
    margin:0 auto;
    line-height: 1.8;
}
.product_detail3{
    
}
.product_detail3 h2{
    padding:55px 0;
    font-size: 36px;
    color: #101010;
    text-align: center;
}
.product_detail3 ul{

}
.product_detail3 ul li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.product_detail3 ul li .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:15px 90px 15px 16%;
}
.product_detail3 ul li .text h3{
    font-size: 26px;
    color: #101010;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 35px;
    position: relative;
}
.product_detail3 ul li .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 62px;
    height: 3px;
    background:#009241;
}
.product_detail3 ul li .text .txt{
    max-width: 650px;
    font-size: 18px;
    color: #404040;
    margin-bottom: 60px;
}
.product_detail3 ul li .text a{
    display: block;
    width: 162px;
    line-height: 52px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#009241,endColorStr=#4aa14d);
    background: -webkit-gradient(linear, 0% 30%, 60% 100%, from(#009241), to(#4aa14d));
    background: -webkit-linear-gradient(left, #009241, #009241, #4aa14d, #4aa14d);
    background: -o-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -moz-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -ms-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
}
.product_detail3 ul li .text a em{
    font-style: normal;
    margin-left: 16px;
}
.product_detail3 ul li .text a:hover{
    background:#009241;
}
.product_detail3 ul li .img{
    width: 50%;    
}
.product_detail3 ul li .img:hover img{
    transform: scale(1.1);
}
.product_detail3 ul li:nth-child(2n){
    flex-direction: row;
}
.product_detail3 ul li:nth-child(2n) .text{
    padding: 15px 16% 15px 90px;
}
.product_detail4{
    padding:75px 0 85px;
    background:#f1f2f3;
}
.product_detail4 h2{
    font-size: 36px;
    color: #101010; 
    text-align: center;   
}
.p_tabli{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:45px 0 60px;
}
.p_tabli li{
    font-size: 18px;
    color: #000000;
    padding:0 12px 18px 12px;
    margin-right: 15px;
    line-height: 1;
    position: relative;
    font-weight: bold;
    cursor: pointer;
}
.p_tabli li:last-child{
    margin-right: 0;
}
.p_tabli li:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 4px;
    background:#dbdbdb;
}
/*.p_tabli li:hover,.p_tabli li.cur{
    color: #009241;
}*/
.p_tabli li:hover:after,.p_tabli li.cur:after{
        filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#009241,endColorStr=#4aa14d);
    background: -webkit-gradient(linear, 0% 30%, 60% 100%, from(#009241), to(#4aa14d));
    background: -webkit-linear-gradient(left, #009241, #009241, #4aa14d, #4aa14d);
    background: -o-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -moz-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -ms-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
}
.pd4_cont{
    background:#fff;
    width: 94%;
    max-width: 1200px;
    padding:58px 90px 80px;
    box-shadow: 0px 0px 10px #ccc;
    margin:0 auto;
    border-radius: 10px;
}
.p_tab{
    display: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.p_tab table{
    border-top:1px solid #009241;
    border-left:1px solid #009241;
    min-width: 1000px;
    margin:0 auto;
}
.p_tab table tr{
    border-bottom:1px solid #009241;

}
.p_tab table tr:nth-child(1){
    background:#f3f3f3;
}
.p_tab table tr:nth-child(1) td{
    font-size: 18px;
    color: #009241;
    font-weight: bold;
}
.p_tab table tr{
    font-size: 16px;
    color: #101010;
}
.p_tab table tr td{
    font-size: 16px;
    color: #333333;
    border-right:1px solid #009241;
    text-align: center;
    padding:5px;
    width: 250px;
}
/*.p_tab1 table tr td:last-child{*/
/*    min-width: 500px;*/
/*}*/
/*.p_tab2 table tr td:last-child{*/
/*    min-width: 18.4%;*/
/*    width: 222px;*/
/*}*/
@media(max-width: 1600px){
    .n_left2{
        width: 280px;
    }
    .p_sort li a{
        font-size: 18px;
    }
    .n_right2 {
        width: calc(100% - 280px);
        padding-left: 70px;
        padding-bottom: 90px;
    }
    .n_right2 h2{
        font-size: 24px;
        margin-bottom: 35px;
    }
    .product_list{
        padding-bottom:50px;
    }
    .product_list li{
        margin-bottom: 30px;
    }
    .product_list li a{
        font-size: 18px;
    }
    .product_list li a .text1{
        padding:30px 25px;
        height: 370px;
    }
    .product_list li a .text2{
        font-size: 18px;
        height: 60px;
    }
    .product_detail1 {
        padding: 80px 3% 100px;
    }
    .product_detail2 h2,.product_detail3 h2{
        font-size: 32px;
    }
    .product_detail2 .text{
        font-size: 15px;
    }
    .product_detail3 ul li .text h3{
        font-size: 22px;
    }
    .product_detail3 ul li .text {
        padding: 15px 70px 15px 5%;
    }
    .product_detail3 ul li .text .txt {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .product_detail3 ul li:nth-child(2n) .text {
        padding: 15px 5% 15px 70px;
    }
    .product_detail3 ul li .text a{
        width: 150px;
        line-height: 46px;
    }
    .product_detail4 h2 {
        font-size: 32px;
    }
    .p_tabli {
        padding: 35px 0 40px;
    }
    .p_tabli li {
        font-size: 16px;
        padding: 0 10px 18px 10px;
    }
    .p_tabli li:after{
        height: 3px;
    }
    .pd4_cont{
        padding:50px 70px 60px;
    }
}
@media(max-width: 1280px){
    .n_left2{
        width: 250px;
    }
    .p_sort li a{
        font-size: 17px;
        padding: 0 25px;
        height: 60px;
    }
    .n_right2 {
        width: calc(100% - 250px);
        padding-bottom: 60px;
    }
    .n_right2 h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .product_list{
        padding-bottom:30px;
    }
    .product_list li{
        margin-bottom: 25px;
    }
    .product_list li a{
        font-size: 16px;
    }
    .product_list li a .text1{
        padding:25px 20px;
        height: 350px;
    }
    .product_list li a .text2{
        font-size: 16px;
        height: 50px;
    }
    .product_detail1 {
        padding: 60px 3% 80px;
    }
    .product_detail2 h2,.product_detail3 h2{
        font-size: 26px;
    }
    .product_detail3 ul li .text h3{
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .product_detail3 ul li .text .txt {
        margin-bottom: 20px;
    }
    .product_detail3 ul li .text a {
        width: 120px;
        line-height: 40px;
    }
    .product_detail4{
        padding:60px 0;
    }
    .product_detail4{
        padding:60px 0;
    }
    .product_detail4 h2 {
        font-size: 28px;
    }
    .p_tabli {
        padding: 30px 0;
    }
    .pd4_cont{
        padding:35px 50px;
    }
}
@media(max-width: 1024px){
    .n_right2{
        padding-left: 50px;
    }
    .product_list li a .text1{
        padding:20px 20px;
        height: 280px;
    }
    .product_detail3 ul li .text {
        padding: 15px 20px 15px 3%;
    }
    .product_detail3 ul li .text h3 {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
    .product_detail3 ul li .text .txt {
        margin-bottom: 15px;
    }
    .product_detail3 ul li:nth-child(2n) .text {
        padding: 15px 3% 15px 20px;
    }
}
@media(max-width: 820px){
    .n_left2{
        width: 220px;
    }
    .p_sort li a{
        font-size: 16px;
        padding: 0 15px;
        height: 50px;
    }
    .n_right2 {
        width: calc(100% - 220px);
        padding-bottom: 60px;
    }
    .product_list li{
        width: 49%;
        margin-bottom: 15px;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .product_list li a .text1{
        height: auto;
/*        300px*/
    }
    .product_detail2{
        margin: -30px auto 0;
        background: #fff;
        border-radius: 25px 25px 0 0;
        padding: 25px 0 30px;
    }
    .product_detail2 h2,.product_detail3 h2{
        font-size: 24px;
    }
    .product_detail2 .text{
        font-size: 14px;
        padding: 10px 3% 0;
    }
    .product_detail3 h2{
        padding:30px 0;
    }
    .product_detail4 h2 {
        font-size: 24px;
    }
    .p_tabli {
        padding: 20px 0 25px;
    }
    .pd4_cont{
        padding:25px 30px;
    }
    .p_tab table tr{
        font-size: 14px;
    }
    .p_tab table tr:nth-child(1) td{
        font-size: 16px;
    }
}
@media(max-width: 640px){
    .n_left2{
        width: 100%;
    }
    .n_right2{
        margin-top:30px;
        width: 100%;
        padding-left: 0;
        padding-bottom:30px;
    }
    .n_right2 h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .product_list li a{
        font-size: 14px;
    }
    .product_list li a .text1{
        padding:18px 15px;
    }
    .product_list li a .text2{
        font-size: 15px;
        height: 42px;
    }
    .product_detail1 {
        padding: 30px 10% 50px;
    }
    .product_detail2 h2{
        font-size: 20px;
    }
    .product_detail3 h2{
        padding:30px 0 25px;
        font-size: 22px;
    }
    .product_detail3 ul li .text{
        width: 100%;
        padding:20px 3%;
    }
    .product_detail3 ul li .img{
        width: 100%;
    }
    .product_detail4{
        padding:30px 0;
    }
    .product_detail4 h2 {
        font-size: 22px;
    }
    .pd4_cont{
        padding:25px 20px;
    }
    .p_tab table tr{
        font-size: 13px;
    }
    .p_tab table tr:nth-child(1) td{
        font-size: 15px;
    }
}



.p_d1{
    background: url(../images/p_bg2.jpg) no-repeat center;
    background-size: cover;
    padding:115px 0;
}
.container2{
    max-width: 1250px;
    width: 90%;
    margin:0 auto;
}
.p_d1 .container2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p_d1 .text{
    width: 55%;
}
.p_d1 .text h2{
    font-size: 36px;
    color: #009241;
}
.p_d1 .text .txt{
    max-width: 665px;
    padding:35px 0 95px;
}
.p_d1 .text .txt p{
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
}
.p_d1 .text .txt p:last-child{
    margin-bottom: 0;
}
.p_d1 .text .txt p strong{
    font-size: 20px;
    color: #009241;
    font-weight: normal;
}
.p_d1 .text a{
    display: block;
    width: 160px;
    line-height: 52px;
    background: #009241;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
.p_d1 .text a:hover{
    text-decoration: underline;
}
.p_d1 .img{
    max-width: 45%;
    margin-right: -35px;
}
.p_d2{
    padding:90px 0;    
}
.p_t1{
    line-height: 1;
    font-size: 30px;
    line-height: 32px;
    color: #009241;
    padding-left: 46px;
    font-weight: bold;
}
.p_d2 .p_t1{
    background: url(../images/t1.png) no-repeat left center;
    margin-bottom: 40px;
}
.p_d2 ul li {
    width: 100%;
    position: relative;
    padding: 4px 0;
    overflow: hidden;
}
.p_d2 ul li em {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    display: inline-block;
    width: 44px;
    position: relative;
    float: left;
    font-style:normal;
    margin-right: 10px;
}
.p_d2 ul li em::before {
    position: absolute;
    top: 12px;
    right: 0;
    /*transform: translateY(-50%);*/
    content: "";
    width: 25px;
    height: 7px;
    background: url(../images/p_line.png) no-repeat center center/100%;
}
.p_d2 ul li p {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    float: left;

    /*padding-left: 10px;*/
    display: flex;
}
.p_d2 ul li p strong{
    font-weight: normal;
    display: block;
    width: calc(100% - 44px);
}

.p_d3{
    background: #f5f5f5;
    padding:100px 0;   
}
.p_d3 .p_t1{
    background: url(../images/t2.png) no-repeat left center;
    margin-bottom: 50px;
}
.p_d3 .txt{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.p_d3 table{
    background: #ebeef1;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    min-width: 1250px;
}
.p_d3 table tr td{
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;   
    height: 58px;
    line-height: 1.4;
    text-align: center;
/*}*/
/*.p_d3 table tr td:nth-child(1){*/
    font-size: 18px;
    color: #404040;
}
.p_d3 table tr td:nth-child(1){
    color: #009241;
}
/*.p_d3 table tr td:last-child{*/
/*    color: #404040;*/
/*}*/
.p_d4{
    padding:105px 0 125px;     
}
.p_d4 .p_t1{
    background: url(../images/t3.png) no-repeat left center;
    margin-bottom: 60px;
}
.p_d4 .txt{
    display: flex;
    flex-wrap: wrap;
}
.p_d4 .txt p{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 15px;
}
.p_d4 .txt p:nth-child(3n){
    margin-right: 0;
}


@media(max-width:1600px){
    .p_d1,.p_d3,.p_d4{
        padding:90px 0;
    }
    .p_d1 .text h2{
        font-size:32px;
    }
    .p_d1 .text .txt{
        padding:30px 0 60px;
    }
    .p_d1 .text .txt p{
        font-size: 14px;
    }
    .p_d1 .text .txt p strong{
        font-size: 16px;
    }
    .p_d1 .text a{
        width: 140px;
        line-height: 46px;
    }
    .p_t1{
        font-size:26px;
    }
    .p_d2 .p_t1{
        margin-bottom:30px;
    }
    .p_d2 ul li p{
        font-size:15px;
    }
    .p_d3 .p_t1{
        margin-bottom:35px;
    }
    .p_d3 table tr td{
        height:50px;
        font-size:15px;
    }
    .p_d4 .p_t1{
        margin-bottom:50px;
    }
}
@media(max-width:1280px){
    .container2{
        width:94%;
    }
    .p_d1,.p_d2,.p_d3,.p_d4{
        padding:60px 0;
    }
    .p_t1 {
        font-size: 24px;
    }
    .p_d1 .text h2{
        font-size:28px;
    }
    .p_d1 .text .txt{
        padding:20px 0 40px;
    }
    .p_d1 .img {
        margin-right: -0px;
    }
    .p_d2 .p_t1,.p_d3 .p_t1 {
        margin-bottom: 22px;
    }
    .p_d2 ul li p{
        font-size:14px;
    }
    .p_d4 .p_t1{
        margin-bottom:40px;
    }    
}
@media(max-width:992px){
    
}
@media(max-width:820px){
    .p_d1 .text h2{
        font-size:24px;
    }
    .p_d1 .text a{
        width:120px;
    }
    .p_d4 .p_t1{
        margin-bottom:30px;
    }
}
@media(max-width:640px){
    .p_d1,.p_d2,.p_d3,.p_d4{
        padding:30px 0;
    }
    .p_t1 {
        font-size: 22px;
        /*padding-left:40px;*/
        /*line-height:28px;*/
    }
    .p_d1 .text{
        width:100%;
    }
    .p_d1 .text h2{
        font-size:22px;
    }
    .p_d1 .text .txt{
        padding:15px 0 30px;
    } 
    .p_d1 .img {
        max-width:100%;
        width:100%;
        text-align:center;
        margin-top:20px;
        padding:0 15%;
    }
    /*.p_d2 .p_t1 {*/
    /*    background: url(../images/t1.png) no-repeat left center;*/
    /*    background-size:contain;*/
    /*}*/
}


.c_sort{
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: center;
    padding:0px 3% 68px;
}
.c_sort li{
    width: 180px;
    height: 188px;
    margin-right: 50px;
}
.c_sort li:last-child{
    margin-right: 0;
}
.c_sort li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background:#f5f5f5;
    border-radius: 0 35px 0 0;
}
.c_sort li a .img1{
    width: 59px;
    height: 48px;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}
.c_sort li a .img1 img{
    position: absolute;
    top:0;
    left:0;
}
.c_sort li a p{
    font-size: 18px;
    color: #333333;
    margin-top:10px;
    text-align: center;
}
.c_sort li a:hover,.c_sort li a.on{
    background:url(../images/al_bg1.jpg) no-repeat center;
}
.c_sort li a:hover .img1 img,.c_sort li a.on .img1 img{
    top:-48px;
}
.c_sort li a:hover p,.c_sort li a.on p{
    color: #fff;
}


.case1{

}
.case1 .container{
    max-width: 1750px;
    display: flex;
    flex-wrap: wrap;
}
.case1 .text {
    width: 50%;
    background:#f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px 120px 20px 85px;
}
.case1 .text h3{
    font-size: 36px;
    color: #333333;
    line-height: 1;
    padding-bottom:25px;
    position: relative;
}
.case1 .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 62px;
    height: 4px;
    background:#009241;
}
.case1 .text .txt{
    font-size: 18px;
    color: #404040;
    padding:56px 0 80px;
}
.case1 .text .txt2 p{
    position: relative;
    /*padding: 4px 0;*/
    overflow: hidden;
}
.case1 .text .txt2 p em {
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    display: inline-block;
    width: 50px;
    position: relative;
    float: left;
    font-style:normal;
    margin-right: 10px;
}
.case1 .text .txt2 p em::before {
    position: absolute;
    top: 12px;
    right: 0;
    content: "";
    width: 25px;
    height: 7px;
    background: url(../images/p_line1.png) no-repeat center center/100%;
}
/*.p_d2 ul li p {*/
/*    font-size: 18px;*/
/*    color: #333333;*/
/*    line-height: 32px;*/
/*    float: left;*/

    /*padding-left: 10px;*/
/*    display: flex;*/
/*}*/
.case1 .text .txt2 p strong{
    font-weight: normal;
    display: block;
    width: calc(100% - 50px);
}


a.more4{
    display: block;
    text-align: center;
    width: 186px;
    line-height: 62px;
    font-size: 16px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#009241,endColorStr=#4aa14d);
    background: -webkit-gradient(linear, 0% 30%, 60% 100%, from(#009241), to(#4aa14d));
    background: -webkit-linear-gradient(left, #009241, #009241, #4aa14d, #4aa14d);
    background: -o-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -moz-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -ms-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
}
a.more4 i{
    margin-left: 26px;
    font-style: normal;
}
a.more4:hover{
    background:#009241;
}
.case1 .img{
    width: 50%;    
}
.case2{
    padding:115px 0 170px;
}
.case2 h2.t2 span:before{
    content:'Video case';
}
.case_list{
    display: flex;
    flex-wrap: wrap;
    padding:68px 0 80px;
}
.case_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 36px;
}
.case_list li:nth-child(4n){
    margin-right: 0;
}
.case_list li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.case_list li a .img{
    max-height: 260px;
}
.case_list li a .img img{
    width: 100%;
}
.case_list li a .text{
    position: absolute;
    top: 200%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;   
    background:rgba(8,64,90,.64);
    z-index:-9;
}
.case_list li a .text p{
    color: #fff;
    font-size: 26px;
}
.case_list li a .text p.p2{
    font-size: 18px;
}
.case_list li a .text .img2{
    margin-top: 35px;    
}
.case_list li a:hover .img img{
    transform: scale(1.1);
}
.case_list li a:hover .text{
    top:0;
    z-index:9;
}
.case_list .text1{
    display: none;
    visibility: hidden;
}
.n_case_list li{
    background: #f5f5f5;    
}
.case_list .text2{
    text-align: center;
    padding:20px;
}
.case_list .text2 h4{
    font-size: 20px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 10px;
}
.case_list .text2 p{
    font-size: 16px;
}
.case_detail{
    padding:70px 0px;
    /*max-width: 1300px;*/
    margin:0 auto;
}
.case_detail .container{
    max-width: 1260px;
}
.case_detail table{
    width: 100%;
}
.case_detail1{
    padding-bottom: 50px;
}
.case_detail1 h1{
    text-align: center;
    font-size: 32px;
    color: #333;
}
.case_detail1_txt{
    text-align: center;
    font-size: 18px;
}
.case_detail2{
    padding:70px 0px;
    /*background: #f7f7f7;*/
    /*border-top:1px solid #dbdbdb;*/
}
.case_t2{
    font-size: 32px;
    color: #333;
    text-align: center;
    font-family: "puhui85";
    font-weight: bold;
    margin-bottom: 80px;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
}
.case_t2:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 60px;
    height: 3px;
    background: #009241;
    margin-left: -30px;
}
.case_detail2 .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 10px rgba(0,146,65,.3);
}
.case_detail2 .img{
    width: 400px;
    height: 400px;
}
.case_detail2 .img p{
    width: 100%;
    height: 100%;
}
.case_detail2 .img img{
    min-height: 100%;
    width: 100%;
}
.case_detail2 .text{
    width: calc(100% - 400px); 
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:30px 95px;
}
.case_detail3{
    padding:70px 0px;
    /*border-top:1px solid #dbdbdb;*/
}
.case_detail3 .cont{
    font-size: 18px;
    box-shadow: 0px 0px 10px rgba(0,146,65,.3);
    padding:80px 115px 115px;
}
.case_detail4{
    padding:70px 0px;
    /*background: #f7f7f7;*/
    /*border-top:1px solid #dbdbdb;*/
}
.case_detail4 .cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 0px 10px rgba(0,146,65,.3);
}
.case_detail4 .img{
    width: 400px;
    /*height: 400px;*/
}
.case_detail4 .img p{
    width: 100%;
    height: 100%;
}
.case_detail4 .img img{
    min-height: 100%;
    width: 100%;
}
.case_detail4 .text{
    width: calc(100% - 400px); 
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:30px 95px;
}
@media(max-width: 1600px){
    .c_sort{
        padding:0 3% 50px;
    }
    .c_sort li{
        width: 160px;
        height: 166px;
        margin-right: 20px;
    }
    .case1 .text{
        padding: 20px 70px 20px 60px;
    }
    .case1 .text h3{
        font-size: 32px;
    }
    .case1 .text .txt {
        font-size: 15px;
        padding: 30px 0 50px;
    }
    a.more4 {
        width: 165px;
        line-height: 52px;
        font-size: 15px;
    }
    .case2{
        padding:90px 0;
    }
    .case_list{
        padding: 50px 0;
    }
    .case_list li{
        margin-bottom: 25px;
        width:32%;
    }
    .case_list li:nth-child(4n){
        margin-right: 2%;
    }
    .case_list li:nth-child(3n){
        margin-right: 0;
    }
    .case_list li a .text p{
        font-size: 22px;
    }
    .case_list li a .text p.p2{
        font-size: 16px;
    }
    .case_list li a .text .img2{
        margin-top: 25px;
    }
    .case_detail1 h1{
        font-size:26px;
    }
    .case_detail1_txt{
        font-size:15px;
    }
    .case_t2{
        font-size:26px;
        margin-bottom: 50px;
    }
    .case_detail2 .text,.case_detail4 .text{
        padding:30px 70px;
        font-size:16px;
    }
    .case_detail3{
        padding:50px 0;
    }
    .case_detail3 .cont {
        font-size: 16px;
        padding: 50px 70px ;
    }
    .case_list .text2 h4{
        font-size: 18px;
    }
    .case_list .text2 p{
        font-size: 15px;
    }  
    .case_detail2 .img {
        width: 350px;
        height: 350px;
    }
    .case_detail4 .img{
        width:350px;
    }
    .case_detail2 .text,.case_detail4 .text {
        width: calc(100% - 350px);
    }
}
@media(max-width: 1280px){
    .c_sort li{
        width: 140px;
        height: 144px;
        margin-right: 30px;
    }
    .c_sort li a p{
        font-size: 16px;
    }
    .case1 .text{
        padding: 20px 40px;
    }
    .case1 .text h3{
        font-size: 28px;
        padding-bottom: 20px;
    }
    .case1 .text .txt {
        font-size: 14px;
        padding: 20px 0 30px;
    }
    a.more4 {
        width: 150px;
        line-height: 42px;
        font-size: 14px;
    }
    a.more4 i{
        margin-left: 20px;
    }
    .case2{
        padding:60px 0;
    }
    .case_list{
        padding: 40px 0;
    }
    .case_list li{
        margin-bottom: 20px;
    }
    .case_list li a .img{
        max-height:220px;
    }
    .case_list li a .text p{
        font-size: 20px;
    }
    .case_list li a .text p.p2{
        font-size: 15px;
    }
    .case_list li a .text .img2{
        margin-top: 20px;
    }
    .case_detail1 h1{
        font-size:24px;
    }
    .case_t2{
        font-size:24px;
        margin-bottom: 30px;
    }
    .case_detail2 .img{
        width: 300px;
        height: 300px;
    }
    .case_detail4 .img{
        width:300px;
    }
    .case_detail2 .text,.case_detail4 .text {
        width: calc(100% - 300px);
    }
}
@media(max-width: 1024px){
    .c_sort li{
        width: 120px;
        height: 122px;
        margin-right:15px;
    }
    .case_detail{
        padding:50px 0;
    }
    .case_detail2 .text,.case_detail4 .text{
        padding:30px 50px;
    }
    .case_detail3 .cont {
        font-size: 15px;
        padding: 30px 50px ;
    }
    .case_list li a .img{
        max-height:200px;
    }
    .case_detail2 .img{
        width: 260px;
        height: 260px;
    }
    .case_detail4 .img{
        width:260px;
    }
    .case_detail2 .text,.case_detail4 .text {
        width: calc(100% - 260px);
    }
}
@media(max-width: 820px){
    .c_sort{
        padding:0 3% 30px;
    }
    .c_sort li {
        width: 100px;
        height: 100px;
    }
    .c_sort li a .img1{
        width: 40px;
        height: 32.5px;
    }
    .c_sort li a .img1 img{
        width: 40px;
    }
    .c_sort li a:hover .img1 img,.c_sort li a.on .img1 img{
        top:-32.5px;
    }
    .c_sort li a p{
        font-size: 15px;
    }
    .case1 .text{
        padding: 20px 20px;
    }
    .case1 .text h3{
        font-size: 24px;
        padding-bottom: 20px;
    }
    .case1 .text .txt {
        padding: 15px 0 20px;
    }
    .case_list{
        padding: 30px 0;
    }
    .case_detail1 h1{
        font-size:20px;
    }
    .case_detail2,.case_detail4{
        padding:50px 0;
    }
    .case_t2{
        font-size:20px;
    }
    .case_detail3{
        padding:30px 0;
    }
    .case_list .text2{
        padding:20px 15px;
    }
    .case_list .text2 h4{
        font-size: 16px;
    }
    .case_list .text2 p{
        font-size: 14px;
    }
    .case_list li a .img{
        max-height:150px;
    }
    .case_detail2 .img{
        width: 220px;
        height: 220px;
    }
    .case_detail4 .img{
        width:220px;
    }
    .case_detail2 .text,.case_detail4 .text {
        width: calc(100% - 220px);
    }
}
@media(max-width: 640px){
    .c_sort{
        flex-wrap: wrap;
        padding: 0 3% 20px;
    }
    .c_sort li {
        width: 95px;
        height: 82px;
        margin-bottom: 10px;
        margin-right: 12px;
    }
    .c_sort li a{
        border-radius: 0 20px 0 0;
    }
    .c_sort li a .img1{
        width: 32px;
        height: 26px;
    }
    .c_sort li a .img1 img{
        width: 32px;
    }
    .c_sort li a:hover .img1 img,.c_sort li a.on .img1 img{
        top:-26px;
    }
    .c_sort li a p{
        font-size: 14px;
        margin-top:5px;
    }
    .case1 .text{
        width: 100%;
    }
    .case1 .text h3{
        font-size: 18px;
        padding-bottom: 15px;
    }
    .case1 .img{
        width: 100%;
    }
    .case2{
        padding:30px 0;
    }
    .case_list{
        padding: 25px 0;
    }
    .case_list li{
        width: 48%;
        margin-right: 4%;
    }
    .case_list li:nth-child(3n){
        margin-right: 4%;
    }
    .case_list li:nth-child(2n){
        margin-right: 0;
    }
    .case_detail{
        padding:35px 0;
    }
    .case_detail1{
        padding-bottom:20px;
    }
    .case_detail1 h1{
        font-size:18px;
    }
    .case_detail1_txt{
        font-size:14px;
    }
    .case_detail2,.case_detail4{
        padding:30px 0;
    }
    .case_t2{
        font-size:17px;
        padding-bottom:15px;
    }
    .case_t2:after{
        width:40px;
        margin-left:-20px;
        height:2px;
    }
    .case_detail2 .img,.case_detail4 .img{
        width:100%;
        height:auto;
    }
    .case_detail2 .text,.case_detail4 .text{
        padding:20px 20px;
        font-size:15px;
        width:100%;
    }
    .case_detail3 .cont {
        font-size: 14px;
        padding: 20px 20px ;
    }
    .case_list li a .img {
        max-height: 110px;
    }
    .case_list .text2{
        padding:15px;
    }
    .case_list .text2 h4{
        font-size:15px;
    }
    
}
@media(max-width:460px){
    .case_list li{
        width: 100%;
        margin-right: 0!important;
    }
    .case_list li a .img{
        /*height:auto;*/
        max-height:220px;
    }
}


/*行业应用*/
.hy_intro{
    padding:70px 0;
    /*background: #f0f0f0;*/
    /*margin-top:50px;*/
}
.hy_intro .text{
    margin-top:50px;
    font-size: 16px;
}
.hy_intro .text strong{
    font-size: 16px;
    color: #333;
}
.case1 .img{
    text-align: center;
}
.case1 .text2{
    background: none;
}
.case1 .text2 h3{
    font-size: 24px;
    padding-bottom: 0;
}
.case1 .text h3:after{
    display: none;
}
.hy_p2{
    background: #f3f3f3;
    padding:35px 0;
}
.hy_p2 .container{
    flex-direction: row-reverse;
}
.hy_p2 h2{
    margin-bottom: 50px;
}
.case_list li h3{
    background: #f0f0f0;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding:10px;
    line-height: 1.4;
    font-weight: normal;
}
.case_list li:hover h3{
    background: #009241;
    color: #fff;
}

@media(max-width:1600px){
    
}
@media(max-width:1280px){
    
}
@media(max-width:1024px){
    
}
@media(max-width:820px){
    
}
@media(max-width:640px){
    
}


.ys1{
    background:#f8f8f8;
}
.ys1 .container{
    max-width: 1750px;
}
.ys1_cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0px 0 110px;
}
.ys1 .container .text{
    width: 47%;
    max-width: 655px;
}
.ys1 .container .text h2{
    font-size: 40px;
    color: #000000;
    font-weight: normal;
    margin:50px 0 40px;
    line-height: 1;
    padding-bottom:26px;
    position: relative;
}
.ys1 .container .text h2:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 72px;
    height: 4px;
    background:#009241;
}
.ys1 .container .txt p{
    font-size: 16px;
    color: #202020;
}
.ys1 .container .txt p strong{
    font-size: 20px;
    color:#000000;
    font-weight: normal;
    display: block;
    padding:22px 0 12px;
}
.ys1 .container .img{
    width: 50%;    
}
.ys2{
    padding:90px 0 120px;
}
.ys2 h2.t2 span:before {
    content: 'Enterprise advantage';
}
.ys2_content{
    margin-top:78px;
    position: relative;    
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.ys2_l{
    width: 24%;
    border-right: 1px dashed #009241;
    position: relative;
    padding-left: 6.5%;
}
.ys2_l_cont{
    padding-top:185px;    
}
.ys2_l .gallery-thumbs{
    overflow: visible;
    height: 60px;
}
.ys2_l .swiper-slide{
    font-size: 30px;
    color:#dbdbdb;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
/*    max-height: 50px;*/
}
.ys2_l .swiper-slide-thumb-active{
    color: #009241;
}
.ys2_l .swiper-button-prev{
    position: absolute;
    top:7px;
    left:calc(100% - 58px);
    width: 20px;
    height: 12px;
    background:url(../images/jt-top.png) no-repeat center;
    margin-top:0;
}
.ys2_l .swiper-button-next{
    position: absolute;
    top:calc(100% - 19px);
    right:38px;
    width: 20px;
    height: 12px;
    background:url(../images/jt-bottom.png) no-repeat center;
    margin-top:0;
}
.ys2_l .icon{
    position: absolute;
    right:-56px;
    top:150px;
}


.ys2_r{
    width: 68.5%;
/*    padding-left: 150px;*/
/*    display: flex;
    justify-content: space-between;  */  
}
.ys2_r .swiper-slide{
    padding-left: 10px;
}
.ys2_r .swiper-slide .text{
    position: absolute;
    top: 50%;
    left: 10px;
/*    width: 100%;*/
    height: 400px;
    margin-top:-200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:#fff;
    padding:50px 80px 50px 50px;
    box-shadow: 0 0 10px #ccc;
    max-width: 680px;
    width: 60%;
}
.ys2_r .swiper-slide .text h3{
    font-size: 24px;
    color: #009241;
    border-bottom: 1px solid #009241;
    padding-bottom:12px;
    margin-bottom: 40px;
}
.ys2_r .swiper-slide .text .txt{
    font-size: 15px;
    color: #666666;
}
.ys2_r .swiper-slide .text .txt p{
    position: relative;
    padding-left: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.ys2_r .swiper-slide .text .txt p:before{
    content:'';
    position: absolute;
    top:10px;
    left:0;
    width: 6px;
    height: 6px;
    background:#a0a0a0;
    border-radius: 50%;
}
.ys2_r .swiper-slide .img{
/*    position: absolute;
    right:0;
    top:0;
    z-index:8;*/
    text-align: right;
    width: 65%;
    float: right
}

.ys3{
    padding:105px 0 75px;
    background:#f8f8f8;
}
.ys3 .container{
    max-width: 1550px;
}
.ys3 h2.t2 span:before {
    content: 'Quality commitment';
}
.ys3_list{
    margin-top:90px;
}
.ys3_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.ys3_list li:nth-child(2n){
    flex-direction: row-reverse;
}
.ys3_list li .text{
    width: 50%;
    background:#009241;
    color: #fff;
    padding:85px 75px;
}
.ys3_list li .text h3{
    font-size: 36px;
    color: #ffffff;
    font-weight: normal;
    line-height: 1;
    padding-bottom:;
    position: relative;
    padding-bottom:25px;
}
.ys3_list li .text h3:after{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 62px;
    height: 3px;
    background:#fff;
}
.ys3_list li .text .txt{
    font-size: 16px;
    padding:40px 0 60px;
}
.ys3_list li .text .txt p{
    margin-bottom: 12px;
    max-width: 575px;
}
.ys3_list li .text .txt p:last-child{
    margin-bottom: 0;
}
.ys3_list li .text a{
    display: block;
    width: 160px;
    line-height: 52px;
    background:#fff;
    font-size: 14px;
    color: #009241;
    text-align: center;
    border-radius: 10px;
}
.ys3_list li .text a:hover{
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#009241,endColorStr=#4aa14d);
    background: -webkit-gradient(linear, 0% 30%, 60% 100%, from(#009241), to(#4aa14d));
    background: -webkit-linear-gradient(left, #009241, #009241, #4aa14d, #4aa14d);
    background: -o-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -moz-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -ms-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
}
.ys3_list li .img{
    width: 50%;    
}
@media(max-width: 1600px){
    .ys1_cont{
        padding:0 0 90px;
    }
    .ys1 .container .text h2{
        font-size: 32px;
    }
    .ys1 .container .txt p{
        font-size: 15px;
    }
    .ys1 .container .txt p strong{
        font-size: 18px;
        padding: 5px 0 2px;
    }
    .ys2 {
        padding: 90px 0;
    }
    .ys2_content,.ys3_list{
        margin-top:50px;
    }
    .ys2_l{
        padding-left: 4%;
        width: 29%;
    }
    .ys2_l .swiper-slide{
        font-size: 26px;
    }
    .ys2_r{
        width: 62.5%;
    }
    .ys2_r .swiper-slide .text{
        padding:30px 50px;
        height: 280px;
        margin-top:-140px;
    }
    .ys2_r .swiper-slide .text h3 {
        font-size: 20px;
        padding-bottom: 6px;
        margin-bottom: 20px;
    }
    .ys2_r .swiper-slide .text .txt p{
        margin-bottom: 6px;
    }
    .ys3{
        padding:90px 0 75px;
    }
    .ys3_list li{
        margin-bottom: 35px;
    }
    .ys3_list li .text{
        padding: 50px 70px;
    }
    .ys3_list li .text h3{
        font-size: 32px;
    }
    .ys3_list li .text .txt {
        font-size: 15px;
        padding: 40px 0;
    }
}
@media(max-width: 1280px){
    .ys1_cont{
        padding:0 0 60px;
    }
    .ys1 .container .text h2{
        font-size: 26px;
    }
    .ys2,.ys3{
        padding: 60px 0;
    }
    .ys2_l .icon{
        top:145px;
    }
    .ys3_list li{
        margin-bottom: 20px;
    }
    .ys3_list li .text{
        padding: 30px 50px;
    }
    .ys3_list li .text h3{
        font-size: 28px;
    }
    .ys3_list li .text .txt {
        padding: 20px 0;
    }    
    .ys3_list li .text .txt p{
        margin-bottom: 0;
    }
    .ys3_list li .text a {
        width: 120px;
        line-height: 46px;
    }
}
@media(max-width: 1024px){
    .ys2_l{
        display: none;
    }
    .ys2_r{
        width: 100%;
    }
}
@media(max-width: 820px){
    .ys1 .container .text h2{
        font-size: 24px;
        margin: 30px 0 20px;
        padding-bottom:20px;
    }
    .ys1 .container .text h2:before{
        width: 60px;
        height: 3px;
    }
    .ys2_content,.ys3_list{
        margin-top: 30px;
    }
    .ys3_list li{
        margin-bottom: 15px;
    }
    .ys3_list li .text{
        padding: 20px 35px;
    }
    .ys3_list li .text h3{
        font-size: 22px;
        padding-bottom: 20px;
    }
}
@media(max-width: 640px){
    .ys1_cont{
        padding:0 0 30px;
    }
    .ys1 .container .text{
        width: 100%;
    }
    .ys1 .container .text h2{
        font-size: 18px;
        margin: 10px 0 10px;
        padding-bottom:16px;
    }
    .ys1 .container .txt p{
        font-size: 14px;
    }
    .ys1 .container .txt p strong{
        font-size: 16px;

    }
    .ys1 .container .img{
        width: 100%;
        margin-top:20px;
    }
    .ys2,.ys3{
        padding: 30px 0;
    }
    .ys2_content,.ys3_list{
        margin-top: 25px;
    }
    .ys2_r .swiper-slide{
        padding:10px 10px 0;
    }
    .ys2_r .swiper-slide .text{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin-top:0;
        padding: 15px;
    }
    .ys2_r .swiper-slide .text h3 {
        font-size: 16px;
        padding-bottom: 4px;
        margin-bottom: 12px;
    }
    .ys2_r .swiper-slide .text .txt{
        font-size: 14px;
    }
    .ys2_r .swiper-slide .img{
        width: 100%;
        text-align: center;
        margin-top:15px;
    }
    .ys3_list li .text{
        padding: 20px 15px;
        width: 100%;
    }
    .ys3_list li .text h3{
        font-size: 18px;
        padding-bottom: 15px;
    }
    .ys3_list li .text .txt {
        padding: 15px 0 20px;
    }
    .ys3_list li .text a {
        width: 100px;
        line-height: 38px;
    }
    .ys3_list li .img{
        width: 100%;
    }
}


.h60{
    height: 88px;
    width: 100%;
}
.n_sort{
    height: 88px;
    background:#eeeeee;
}
.sort{
    display: flex;
    padding:24px 0;
}
.sort li a{
    font-size: 18px;
    color: #000000;
    margin-right: 70px;
    line-height: 40px;
}
.sort li a:hover,.sort li.on a{
    color: #009241;
}
.sitemp{
    font-size: 16px;
    color: #666666;
    padding: 40px 0px 65px;
}
.sitemp.sitemp2 .container{
    padding:0 60px;
}
.sitemp a{
    font-size: 16px;
    color: #666666;
}
.n_container{
    padding:0 60px 120px;
}
.n_left{
    max-width: 803px;
    width: 60%;
    float: left;
}
.news_list{

}
.news_list li{
    margin-bottom: 70px;
}
.news_list li a{
    display: block;
}
.news_list li a h3{
    font-size: 30px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
}
.news_list li a .img{
    max-height: 310px;
}
.news_list li a .img img{
    width: 100%;
}
.news_list li a .n_info{
    font-size: 14px;
    color:#999999;
    margin:15px 0;
}
.news_list li a .n_info span:last-child{
    margin-left: 30px;
}
.news_list li a .text{
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin:14px 0 10px;
}
.news_list li a .more2 span{
    font-size: 16px;
    color: #009241;
}
.news_list li a:hover h3{
    color: #009241;    
}
.news_list li a:hover .img img{
    transform: scale(1.1);
}
.n_right{
    width: 35%;
    max-width: 500px;
    float: right;
    position: sticky;
    top: 100px;
}
.n_right h3{
    font-size: 18px;
    color: #808080;
    margin-bottom: 25px;
}
.news_list2{

}
.news_list2 li{
    margin-bottom: 15px;
}
.news_list2 li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news_list2 li a .img{
    max-width: 200px;
    width: 40%;
}
.news_list2 li a p{
    font-size: 16px;
    color: #404040;
    width: 60%;
    padding-left: 25px;
    line-height: 1.6;
}
.news_list2 li a:hover .img img{
    transform: scale(1.1);
}
.news_list2 li a:hover p{
    color: #009241;
}
.news_detail{

}
.news_detail h1{
    font-size: 32px;
    color: #333;
    font-weight: normal;
}
.info_title{
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 10px;
}
.info_title span:last-child{
    margin-left: 15px;
}
.news_detail .content{
    font-size: 15px;
    margin-bottom: 15px;
}
@media(max-width: 1600px){
    .h60{
        height: 70px;
    }
    .n_sort{
        height: 80px;
    }
    .sort{
        padding:20px 0;
    }
    .sitemp{
        padding: 30px 0px 50px;
    }
    .n_container{
        padding:0 60px 90px;
    }
    .news_list li{
        margin-bottom: 50px;
    }
    .news_list li a h3{
        font-size: 22px;
    }
    .news_detail h1{
        font-size: 24px;
    }
}
@media(max-width: 1280px){
    .sitemp.sitemp2 .container{
        padding:0;
    }
    .n_container{
        padding:0 0px 60px;
    }
    .news_detail h1{
        font-size: 20px;
        line-height: 1.6;
    }
}
@media(max-width: 992px){

}
@media(max-width: 820px){
    .sitemp {
        padding: 30px 0px 30px;
    }
    .sort li a{
        margin-right: 35px;
    }
    .news_list li{
        margin-bottom: 30px;
    }
    .news_list li a h3{
        font-size: 18px;
    }
    .news_list2 li a p{
        font-size: 14px;
    }
    .news_detail h1{
        font-size: 18px;
    }
}
@media(max-width: 640px){
    .h60{
        height: 60px;
    }
    .sitemp {
        padding: 20px 0px;
    }
    .n_container{
        padding:0 0px 30px;
    }
    .n_sort {
        height: 60px;
    }
    .sort {
        padding: 10px 0;
    }
    .sort li a{
        margin-right: 20px;
        font-size: 16px;
    }
    .news_list li{
        margin-bottom: 20px;
    }
    .n_left{
        width: 100%;
    }
    .n_right{
        width: 100%;
        padding-top:20px;
        position:relative;
        top:0;
    }
    .n_right h3{
        margin-bottom: 15px;
    }
}




.contact1{
    padding:95px 0 88px;
}
.contact1 .container{
    max-width: 1590px;
}
.contact1_l{
    width: 50%;
    float: left;
}
.contact1_l p.p1{
    font-size: 31px;
    color: #101010;
    line-height: 1.2;
}
.contact1_l p.p2{
    font-size: 36px;
    color: #101010;
}
.c_tab{
    margin:50px 0 55px;
}
.c_tab li{
    display: none;
}
.c_tab li p{
    padding-left: 40px;
    font-size: 18px;
    color: #999999;
    margin-bottom: 15px;
}
.c_tab li p:nth-child(1){
    background:url(../images/c_01.png) no-repeat 2px 12px;
}
.c_tab li p:nth-child(2){
    background:url(../images/c_02.png) no-repeat left 12px;
}
.c_tab li p:nth-child(3){
    background:url(../images/c_03.png) no-repeat left 12px;
}
.c_tab li p:nth-child(4){
    background:url(../images/c_04.png) no-repeat 2px 9px;
    margin-bottom: 0;
}
.c_tab_li{
    display: flex;
}
.c_tab_li li{
    cursor: pointer;
    font-size: 18px;
    color: #999999;
    border:1px solid #ebebeb;
    border-radius: 35px;
    line-height: 50px;
    padding:0 36px;
    margin-right: 35px;
}
.c_tab_li li:last-child{
    margin-right: 0;
}
.c_tab_li li:hover,.c_tab_li li.cur{
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#009241,endColorStr=#4aa14d);
    background: -webkit-gradient(linear, 0% 30%, 60% 100%, from(#009241), to(#4aa14d));
    background: -webkit-linear-gradient(left, #009241, #009241, #4aa14d, #4aa14d);
    background: -o-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -moz-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);
    background: -ms-linear-gradient(left,#009241, #009241, #4aa14d, #4aa14d);  
    color: #fff;  
}
.contact1_r{
    width: 50%;
    float: left;
    padding-left: 85px;
}
.message3{
    
}
.message3 h3{
    color: #101010;
    font-size: 40px;
    line-height: 1;
    font-weight: normal;
}
.message3 ul{
    margin-top:65px;
    display: flex;
    flex-wrap: wrap;
}
.message3 ul li{
    width: 100%;
    margin-bottom: 22px;
    position: relative;
}
.message3 ul li:nth-child(1){
    width: 48%;
    margin-right: 4%;
}
.message3 ul li:nth-child(2){
    width: 48%;
}
.message3 ul li:before{
    content:'';
    position: absolute;
    left:18px;
    top:50%;
    width: 20px;
    height: 22px;
    margin-top:-11px;
}
.message3 ul li:nth-child(1):before{
    background:url(../images/m1.png) no-repeat center;
}
.message3 ul li:nth-child(2) input{
    padding-left: 52px;
}
.message3 ul li:nth-child(2):before{
    background:url(../images/m2.png) no-repeat center;
    width: 25px;
    height: 24px;
    margin-top:-12px;
    left:17px;
}
.message3 ul li:nth-child(3):before{
    background:url(../images/m3.png) no-repeat center;
    width: 18px;
    height: 26px;
    margin-top:-13px;
}
.message3 ul li:nth-child(4):before{
    background:url(../images/m4.png) no-repeat center;
    top:20px;
    margin-top:0;
}
.message3 ul li input{
    background:#f5f6fa;
    border:none;
    outline: none;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    color: #999999;
    padding:0 15px 0 48px;
}
.message3 ul li textarea{
    background:#f5f6fa;
    border:none;
    outline: none;
    font-family: "微软雅黑";
    width: 100%;
    line-height: 60px;
    height:120px;
    font-size: 16px;
    color: #999999;
    padding:0 15px 0 48px;
    display: block;
}
.message3 .mess_tn input{
    width: 198px;
    line-height: 60px;
    font-size: 16px;
    margin-top:20px;
}
.mess_tn input:hover{
    background:#009241;
}
.f1_map {
    width: 100%;
    overflow: hidden;
    height: 600px;
}
#allmap {
    width: 100% !important;
    height: 100% !important;
}
@media(max-width: 1600px){
    .contact1_l p.p1{
        font-size: 26px;
    }
    .contact1_l p.p2 {
        font-size: 32px;
    }
    .c_tab {
        margin: 30px 0 50px;
    }
    .c_tab li p {
        padding-left: 35px;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .c_tab li p:nth-child(1) {
        background: url(../images/c_01.png) no-repeat 2px 6px;
    }
    .c_tab li p:nth-child(2) {
        background: url(../images/c_02.png) no-repeat 0px 6px;
    }
    .c_tab li p:nth-child(3) {
        background: url(../images/c_03.png) no-repeat 0px 6px;
    }
    .c_tab li p:nth-child(4) {
        background: url(../images/c_04.png) no-repeat 0px 6px;
    }
    .contact1_r{
        padding-left: 60px;
    }
    .message3 h3{
        font-size: 32px;
    }
    .message3 ul{
        margin-top:50px;
    }
    .message3 ul li input{
        line-height: 50px;
        font-size: 15px;
    }
    .message3 ul li textarea{
        line-height: 50px;
        height:100px;
        font-size: 15px;
    }
    .message3 ul li:nth-child(4):before {
        top: 15px;
    }
    .message3 .mess_tn input {
        width: 170px;
        line-height: 50px;
        font-size: 15px;
        margin-top: 15px;
    }
    .f1_map{
        height:400px;
    }
}
@media(max-width: 1280px){
    .contact1{
        padding:60px 0;
    }
    .contact1_l p.p1{
        font-size: 22px;
    }
    .contact1_l p.p2 {
        font-size: 28px;
    }
    .c_tab_li li{
        padding:0 25px;
        margin-right: 20px;
    }
    .contact1_r{
        padding-left: 40px;
    }
    .message3 h3{
        font-size: 28px;
    }
}
@media(max-width: 992px){

}
@media(max-width: 820px){
    .contact1_l p.p1{
        font-size: 20px;
    }
    .contact1_l p.p2 {
        font-size: 24px;
    }
    .message3 h3{
        font-size: 26px;
    }
    .f1_map{
        height:320px;
    }
}
@media(max-width: 767px){
    .contact1{
        padding:30px 0;
    }
    .contact1_l{
        width: 100%;
    }
    .contact1_l p.p1{
        font-size: 16px;
    }
    .contact1_l p.p2 {
        font-size: 20px;
    }
    .c_tab {
        margin: 25px 0 30px;
    }
    .c_tab li p{
        margin-bottom: 5px;
        font-size: 14px;
    }
    .c_tab_li li {
        padding: 0 20px;
        margin-right: 15px;
        font-size: 15px;
        border-radius: 25px;
        line-height: 40px;
    }
    .contact1_r{
        width: 100%;
        padding-left: 0px;
        margin-top:30px;
    }
    .message3 h3{
        font-size: 22px;
    }
    .message3 ul {
        margin-top: 25px;
    }
    .message3 ul li{
        margin-bottom: 12px;
    }
    .message3 ul li:nth-child(1){
        width: 100%;
        margin-right: 0;
    }
    .message3 ul li:nth-child(2){
        width: 100%;
    }
    .f1_map{
        height:240px;
    }
}







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;
}
h3.tag a:hover{
    color: #009241
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}
.page a:hover{
    color: #009241
}
@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:#009241;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #009241;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: #009241;
    vertical-align: middle;
    border: 1px solid #009241; 
    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: #009241;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 15px;
    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;
    bottom: 10%;
    right: 5px;
    z-index: 905;
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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