﻿/*头部样式*/
header{
    background:rgba(0,0,0,.7);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 9999;
}
.head{
    padding:32px 0 0;
}
.wrap{
    width: 88%;
    max-width: 1540px;
    margin: 0 auto;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
}
.logo{
    max-width: 30%;
    padding-top:6px;
}
.head_r{
    color: #fff;
    font-size:12px;
    line-height: 1.6;
    padding-top:15px;
}
.head_m{
    width: 41%;
}
.nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.nav li{
    position: relative;
/*    margin-right: 20px;*/
    transition:0.5s;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li a{
    display: block;
    font-size: 15px;
    color: #d7d7d8;
    text-align: center;
    line-height: 40px;
}
.nav li:hover a.a1{
    color: #008c64;
}
.nav li a.a1 span{
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}
.nav li a.a1 span:before{
    content:'';
    position: absolute;
    left:2px;
    top:50%;
    width:15px;
    height: 15px;
    margin-top:-7.5px;
    background: url(../images/h_lang.png) no-repeat center;
}
.nav li a.a1 span:after{
    content:'';
    position: absolute;
    right:10px;
    top:50%;
    width:8px;
    height: 5px;
    margin-top:-2.5px;
    background: url(../images/h_lang_arrow.png) no-repeat center;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:-26px;
    z-index: 999;
    background-color: rgba(0,0,0,.7);
    width: calc(100% + 52px);
}
.nav li .b_nav2{
    width: calc(100% + 160px);  
    left:-80px;  
}
.nav li .b_nav4{
    width: 100%;  
    left:0px;     
}
.nav li .b_nav a{
    font-size: 15px;
    color: #d7d7d8;  
    line-height: 36px;  
}
.nav li .b_nav a:hover{
    color: #008c64;
}
#c-header.c-head-hide{
    background:#000;
}
#c-header.c-head-hide.c-head-move{
    display: none;
}
@media(max-width: 1600px){
    .head{
        padding:15px 0 0;
    }
    .wrap{
        width: 90%;
    }
    .nav li{
        margin-right: 15px;
    }
    .head_m{
        width: 45%;
    }
}
@media(max-width: 1280px){
    .head {
        padding: 10px 0 0;
    }    
}
@media(max-width: 1199px){
    .head {
        padding: 10px 0 ;
    } 
    .head .wrap{
        align-items:center;
    }
    .logo img{
        max-height:52px;
    }
    .logo,.head_r{
        padding-top:0;
    }
    .wrap{
        width: 94%;
    }
    .head_m{
        width:45%;
    } 
}
@media(max-width: 1024px){
   
}
@media(max-width: 991px){
    .nav{
        display:none;
    }
}
@media(max-width: 820px){
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }

}
@media(max-width: 640px){
    .logo{
        max-width:70%;
    }
    .head_r{
        display:none;
    }
    .menu-button{
        top:25px;
    }

}

/*搜索*/
.search{
    position: relative;
    width: 100%;
    max-width: 538px;
    margin:0 auto 0;
    margin-bottom: 15px;
}
#formsearch{
    display: flex;
    width: 100%;
    border:1px solid #60727b;
    border-radius: 10px;
    overflow: hidden;
}
#keyword{
    width: calc(100% - 50px);
    line-height: 42px;
    outline: none;
    border:none;
    padding:0 18px;
    background:none;
    font-size:14px;
    color: #fff;
}
#s_btn{
    width: 50px;
    height: 42px;
    background: url(../images/ss.png) no-repeat center;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
    margin-bottom: 50px;
}
.search_a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:5px;
}
.search_a a{
    font-size:12px;
    color: rgba(255,255,255,.7);
}
.search_a a:hover{
    color: #008c64;
}
@media(max-width:1600px){
    .search{
        margin-bottom:8px;
    }
    #keyword{
        line-height:36px;
        /*font-size:;*/
    }
    #s_btn{
        height:36px;
    }
}
@media(max-width:1280px){
    .search{
        margin-bottom:5px;
    }
    #keyword{
        line-height:32px;
        font-size:13px;
    }
    #s_btn{
        height:32px;
    }
}
@media(max-width:1199px){
    .search{
        display:none;
    }
}
@media(max-width:991px){
    .search{
        margin-right:20px;
    }

}
@media(max-width:767px){
    .search{
        position: fixed;
        top:60px;
        z-index: 90;
        margin-right:0;
        width:100%;
        height:auto;
        margin-bottom:0;
        left:0%;
        padding:0px 4% 0 4%;
        /*background:#fff;*/
        border-top:1px solid #dbdbdb;
        /*box-shadow:0 0 10px #ccc inset;*/
        display: none;
    }
    #formsearch{
        width:100%;
    }
    #keyword{
        width:calc(100% - 50px);
    }
    .search_ts{
        top: 40px;
        left: 4%;
        width: 56%;
    }
}

.m_banner{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -9;
    opacity: 0;
}
#index_banner,#index_banner .swiper-slide img{
    height: 100vh;
}
#index_banner .swiper-slide img{
    opacity: 0;
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;

    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(5vw);
    transform: translateX(5vw);
}
#index_banner .swiper-slide-active .banner_text{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 100ms;
    transition-delay: 500ms;
}
.banner_text .wrap{
    padding-left: 45px;
}
.banner_text .text{
    padding-left: 33px;
    position: relative;
    margin-bottom: 38px;
}
.banner_text .text:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 2px;
    height: 100%;
    background:#60727b;
}
.banner_text .p1{
    font-size:18px;
    color: #d7d7d8;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    line-height: 1;
    letter-spacing: 2px;
    padding:5px 0 0;
}
.banner_text .p1 span{
    font-size:32px;
    margin-right: 15px;
    letter-spacing: 5px;
}
.banner_text .p1 i{
    display: block;
    font-style: normal;
    width: 100%;  
    margin-top:10px;
    font-size:32px;
}
.banner_text .p1 em{
    display: block;
    font-style: normal;
    width: 100%;
    font-size:24px;
    margin-top:10px;
}
.banner_text .p2{
    font-size:14px;
    color: #60727b;
    margin-top:15px;
    line-height: 1.4;
}   
a.more1{
    width: 105px;
    height: 45px;
    display: flex;
    align-items:center;
    justify-content: center;
    font-size:16px;
    color: #d7d7d8;
    border:1px solid #fff;
    border-radius: 5px;
}
a.more1:hover{
    background:#008c64;
    color: #fff;
    border:1px solid #008c64;
}
#index_banner .swiper-pagination{
    bottom:55px;
}
#index_banner .swiper-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 2px;
    background:#7f8186;
    border-radius: 0;
    margin:0 8px;
    opacity: 1;
}
#index_banner .swiper-pagination .swiper-pagination-bullet-active{
    background:#008c64;
}
#index_banner .swiper-button-prev,#index_banner .swiper-button-next{
    width: 29px;
    height: 59px;
    margin-top:-29.5px;
}
#index_banner .swiper-button-prev{
    background:url(../images/left1.png) no-repeat center; 
    left:112px;
}
#index_banner .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat center;
    transform:rotate(180deg);     
}
#index_banner .swiper-button-next{
    background:url(../images/left1.png) no-repeat center;
    transform:rotate(-180deg);  
    right:112px;  
}
#index_banner .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center;
    transform:rotate(0deg);     
}
@media(max-width: 1600px){
    #index_banner .swiper-button-prev{
        left:30px;
    }
    #index_banner .swiper-button-next{
        right:30px;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1199px){
    #index_banner .swiper-pagination{
        bottom:25px;
    }
    #index_banner .swiper-button-prev{
        left:15px;
    }
    #index_banner .swiper-button-next{
        right:15px;
    }
    .banner_text .wrap{
        width:90%;
    }
    a.more1 {
        width: 96px;
        height: 42px;
        font-size: 15px;
        border-radius: 5px;
    }
}
@media(max-width: 991px){
    .banner_text{
        justify-content:flex-start;
        padding-top:30%;
    }
    #index_banner .swiper-slide{
        background:none;
    }
    .m_banner{
        opacity:1;
    }
}
@media(max-width: 820px){
    
}
@media(max-width: 640px){
    #index_banner .swiper-button-prev,#index_banner .swiper-button-next{
        display:none;
    }
    .banner_text .wrap{
        padding-left:0;
    }
    .banner_text .text{
        padding-left:22px;
    }
    .banner_text .p1{
        flex-wrap:wrap;
    }
    .banner_text .p1 span{
        font-size:30px;
        letter-spacing:1px;
        line-height:1.1;
        margin-right:0;
    }
    .banner_text .p1 font{
        margin-top:12px;
    }
}
@media(max-width: 460px){
    .banner_text .p1 span{
        font-size:28px;
    }
    .banner_text .p2{
        color:rgba(255,255,255,.65);
    }
}


.index_product{
    padding:80px 0 0;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size:30px;
    color: #000202;
    line-height: 1;
}
.index_t1 h2 span{
    display: inline-block;
    position: relative;
    font-family: "sySC-Light";
}
.index_t1 h2 span:before,.index_t1 h2 span:after{
    content:'';
    position: absolute;
    top:50%;
    margin-top:-7.5px;
    width: 15px;
    height: 15px;
    background:url(../images/t1.png) no-repeat center;
}
.index_t1 h2 span:before{
    left:-35px;
}
.index_t1 h2 span:after{
    right:-35px;
}
.index_t1 p{
    font-size:12px;
    margin-top:10px;
    color: #000202;
}
.index_product_cont{
    display: flex;
    flex-wrap: wrap;
    min-height: 896px;
    border:1px solid #c2c2c3;
    border-radius: 15px;
    margin-top:38px;
    overflow: hidden;
}
.index_product_l{
    width: 21.5%;
    padding:42px 30px 42px 49px;
    border-right:1px solid #c2c2c3;
}
.index_sort{

}
.index_sort li{
    margin-bottom: 20px;
    line-height: 1;

}
.index_sort li:last-child{
    margin-bottom: 0;
}
.index_sort li a.a{
    display: inline-block;
    padding-left: 14px;
    position: relative;
    font-size:15px;
    color: #60727b;
    font-family: "sySC-Light";
    line-height: 1.4;
    cursor: pointer;
}
.index_sort li a.a:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 2px;
    height: 100%;
    background:#008c64;
}
.index_sort li:hover a.a,.index_sort li.cur a.a{
    color: #008c64;
}

.index_product_r{
    width: 78.5%;
    position: relative;
    background:#d7d7d8;
    padding-bottom: 50px;
}
.index_p_tab{
    position: absolute;
    top:0;
    left:0;
    z-index: -99;
    opacity: 0;
    width: 100%;
    padding:44px 48px 38px;
}
.index_p_tab.cur{
    opacity: 1;
    z-index: 99;
}
.index_p_tab .index_product_list{
    padding-bottom: 0px!important;
}
.index_product_list .swiper-slide a{
    display: block;
    text-align: center;
}
.index_product_list .swiper-slide a .img{
    border-radius: 10px;
}
.index_product_list .swiper-slide a p{
    font-size:13px;
    color: #000000;
    line-height: 1.6;
    margin-top:15px;
    padding:0 15px;
}
.index_product_list .swiper-slide a p span{
    display: block;
}
.index_product_list .swiper-slide a:hover p{
    color: #008c64;
    font-family: "sySC-Regular";
}

#index1 .swiper-button-prev,#index1 .swiper-button-next{
    width: 29px;
    height: 59px;
    margin-top:-79.5px;
}
#index1 .swiper-button-prev{
    left:18px;
    background:url(../images/left1.png) no-repeat 0 center;
    opacity: 1!important;
}
#index1 .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat -10px center;
    transform:rotate(180deg);
}
#index1 .swiper-button-next{
    right:18px;
    background:url(../images/left1.png) no-repeat 0 center;
    transform:rotate(180deg);
    opacity: 1!important;
}
#index1 .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat -10px center;
    transform:rotate(0deg);
}
#index1 .swiper-pagination{
    bottom:0px;
    text-align: center;
    width: 100%;
    display: none;
}
#index1 .swiper-pagination .swiper-pagination-bullet {
    width: 31px;
    height: 2px;
    background:#7f8186;
    border-radius: 0;
    margin:0 8px;
    opacity: 1;
}
#index1 .swiper-pagination .swiper-pagination-bullet-active{
    background:#008c64;
}
.index_p_scroll_c{
    position: relative;
    height: calc(100% - 90px);
}
a.more2{
    border:1px solid #949ea3;
    color: #000000;
}
.index_product a.more2{
    margin:70px auto 0;
}
.index_dw{
    opacity: 0;
    position: relative;
    z-index: -9999999;
    visibility: hidden;
}
/*产品数量不够的*/
#index_product2 .swiper-slide,#index_product3 .swiper-slide,#index_product4 .swiper-slide,#index_product5 .swiper-slide,#index_product6 .swiper-slide,#index_product8 .swiper-slide,#index_product9 .swiper-slide,#index_product10 .swiper-slide,#index_product11 .swiper-slide,#index_product12 .swiper-slide,#index_product13 .swiper-slide,#index_product14 .swiper-slide,#index_product15 .swiper-slide{
    width: calc(25% - 18px);
    margin-right: 24px;
    margin-bottom: 24px;
}
#index_product2 .swiper-slide:nth-child(4n),#index_product3 .swiper-slide:nth-child(4n),#index_product4 .swiper-slide:nth-child(4n),#index_product5 .swiper-slide:nth-child(4n),#index_product6 .swiper-slide:nth-child(4n),#index_product8 .swiper-slide:nth-child(4n),#index_product9 .swiper-slide:nth-child(4n),#index_product10 .swiper-slide:nth-child(4n),#index_product11 .swiper-slide:nth-child(4n),#index_product12 .swiper-slide:nth-child(4n),#index_product13 .swiper-slide:nth-child(4n),#index_product14 .swiper-slide:nth-child(4n),#index_product15 .swiper-slide:nth-child(4n){
    margin-right: 0;
}
@media(max-width: 1600px){
    .index_product_cont{
        min-height:840px;
    }
    .index_product_l{
        padding:40px 30px 40px 40px;
    }
    .index_product_r{
        padding-bottom:30px;
    }
    .index_p_tab{
        padding:40px 48px 38px;
    }
    #index1 .swiper-button-prev, #index1 .swiper-button-next{
        height:36px;
        width:20px;
        margin-top:-72px;
    }
    .index_p_tab .index_product_list {
        padding-bottom: 30px;
    }
    .index_product a.more2 {
        margin: 50px auto 0;
    }
}
@media(max-width: 1280px){
    .index_product_l{
        padding:40px 30px;
    }
    .index_sort li a.a{
        font-size:14px;
    }
    .index_product_list .swiper-slide a p{
        margin-top:10px;
    }
    .index_p_scroll_c{
        height: calc(100% - 70px);
    }
    #index_product2 .swiper-wrapper,#index_product3 .swiper-wrapper,#index_product4 .swiper-wrapper,#index_product5 .swiper-wrapper,#index_product6 .swiper-wrapper,#index_product8 .swiper-wrapper,#index_product9 .swiper-wrapper,#index_product10 .swiper-wrapper,#index_product11 .swiper-wrapper,#index_product12 .swiper-wrapper,#index_product13 .swiper-wrapper,#index_product14 .swiper-wrapper,#index_product15 .swiper-wrapper{
        flex-wrap:wrap;
    }
    #index_product2 .swiper-slide,#index_product3 .swiper-slide,#index_product4 .swiper-slide,#index_product5 .swiper-slide,#index_product6 .swiper-slide,#index_product8 .swiper-slide,#index_product9 .swiper-slide,#index_product10 .swiper-slide,#index_product11 .swiper-slide,#index_product12 .swiper-slide,#index_product13 .swiper-slide,#index_product14 .swiper-slide,#index_product15 .swiper-slide{
        width: calc(100% / 3 - 13.4px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    #index_product2 .swiper-slide:nth-child(4n),#index_product3 .swiper-slide:nth-child(4n),#index_product4 .swiper-slide:nth-child(4n),#index_product5 .swiper-slide:nth-child(4n),#index_product6 .swiper-slide:nth-child(4n),#index_product8 .swiper-slide:nth-child(4n),#index_product9 .swiper-slide:nth-child(4n),#index_product10 .swiper-slide:nth-child(4n),#index_product11 .swiper-slide:nth-child(4n),#index_product12 .swiper-slide:nth-child(4n),#index_product13 .swiper-slide:nth-child(4n),#index_product14 .swiper-slide:nth-child(4n),#index_product15 .swiper-slide:nth-child(4n){
        margin-right: 20px;
    }
    #index_product2 .swiper-slide:nth-child(3n),#index_product3 .swiper-slide:nth-child(3n),#index_product4 .swiper-slide:nth-child(3n),#index_product5 .swiper-slide:nth-child(3n),#index_product6 .swiper-slide:nth-child(3n),#index_product8 .swiper-slide:nth-child(3n),#index_product9 .swiper-slide:nth-child(3n),#index_product10 .swiper-slide:nth-child(3n),#index_product11 .swiper-slide:nth-child(3n),#index_product12 .swiper-slide:nth-child(3n),#index_product13 .swiper-slide:nth-child(3n),#index_product14 .swiper-slide:nth-child(3n),#index_product15 .swiper-slide:nth-child(3n){
        margin-right: 0px;
    }
}
@media(max-width: 1199px){
    .index_product_cont{
        min-height:800px;
    }
    .index_product_l{
        padding:30px 10px 30px 20px;
    }
    .index_product_r{
        padding-bottom:20px;
    }
    .index_p_tab{
        padding:30px 48px 38px;
    }
    .index_product_list .swiper-slide a p{
        padding:0 10px;
    }
}
@media(max-width: 1024px){
    .index_product_cont{
        height:auto;
        min-height:auto;
    }
    .index_product_l{
        width: 100%;
        height:auto;
        border-right: none;
        border-bottom: 1px solid #c2c2c3;
        padding:25px 15px 15px;
    }
    .index_sort{
        display:flex;
        flex-wrap:wrap;
    }
    .index_sort li{
        margin-right:20px;
        margin-bottom:15px;
    }
    .index_product_r{
        width: 100%;
        /*min-height:850px;*/
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index_product{
        padding:55px 0 0;
    }
    .index_product_r{
        /*height:770px;*/
    }
}   
@media(max-width: 640px){
    .index_product{
        padding:35px 0 0;
    } 
    .index_product_cont{
        margin-top:25px;
    }
    .index_t1 h2{
        font-size:28px;
    }
    .index_t1 p{
        margin-top:6px;
    }
    .index_product_l {
        padding: 16px 15px 6px;
    }
    .index_sort li{
        margin-right:12px;
        margin-bottom:12px;
    }
    .index_sort li a.a{
        padding-left:10px;
    }
    .index_product_r {
        /*height: 700px;*/
        padding-bottom:35px;
    } 
    .index_p_tab{
        padding:20px 15px 25px;
    }
    #index1 .swiper-button-prev,#index1 .swiper-button-next{
        display:none;
    }
    .index_product_list .swiper-slide a p{
        font-size:12px;
        margin-top:6px;
        line-height:1.4;
    }
    .index_p_tab .index_product_list {
        padding-bottom: 35px;
    }
    #index_product2 .swiper-slide,#index_product3 .swiper-slide,#index_product4 .swiper-slide,#index_product5 .swiper-slide,#index_product6 .swiper-slide,#index_product8 .swiper-slide,#index_product9 .swiper-slide,#index_product10 .swiper-slide,#index_product11 .swiper-slide,#index_product12 .swiper-slide,#index_product14 .swiper-slide,#index_product15 .swiper-slide{
        width: calc(50% - 7.5px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    #index_product8 .swiper-slide:nth-child(3n),#index_product8 .swiper-slide:nth-child(4n),#index_product13 .swiper-slide:nth-child(3n),#index_product13 .swiper-slide:nth-child(4n){
        margin-right:unset;
    }
    #index_product2 .swiper-slide:nth-child(3n),#index_product3 .swiper-slide:nth-child(3n),#index_product4 .swiper-slide:nth-child(3n),#index_product5 .swiper-slide:nth-child(3n),#index_product6 .swiper-slide:nth-child(3n),#index_product9 .swiper-slide:nth-child(3n),#index_product10 .swiper-slide:nth-child(3n),#index_product11 .swiper-slide:nth-child(3n),#index_product12 .swiper-slide:nth-child(3n),#index_product14 .swiper-slide:nth-child(3n),#index_product15 .swiper-slide:nth-child(3n){
        margin-right: 15px;
    }
    #index_product2 .swiper-slide:nth-child(2n),#index_product3 .swiper-slide:nth-child(2n),#index_product4 .swiper-slide:nth-child(2n),#index_product5 .swiper-slide:nth-child(2n),#index_product6 .swiper-slide:nth-child(2n),#index_product9 .swiper-slide:nth-child(2n),#index_product10 .swiper-slide:nth-child(2n),#index_product11 .swiper-slide:nth-child(2n),#index_product12 .swiper-slide:nth-child(2n),#index_product14 .swiper-slide:nth-child(2n),#index_product15 .swiper-slide:nth-child(2n){
        margin-right: 0px;
    }
}
@media(max-width: 460px){
    .index_product_r {
        /*height: 610px;*/
        padding-bottom:30px;
    }   
    .index_p_tab{
        padding:20px 15px;
    }
}

.index_case{
    padding:100px 0 52px;
    background:#f3f3f6;
}
.index_case_cont{
    position: relative;
    padding:0 70px;
    margin-top:30px;
}
#index_case{
    padding:15px;
}
#index_case a{
    display: block;
    border-radius: 15px;
    box-shadow: 0 0 10px #ccc;
}
#index_case a .img{
    border-radius: 15px 15px 0 0;

}
#index_case a .text{
    background:#fff;
    padding:35px 22px ;
    height: 120px;
    border-radius: 0 0 15px 15px;
    color: #000000;
}
#index_case a .text .txt{
    position: relative;
    padding-left: 14px;
}
#index_case a .text .txt:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 2px;
    height: 100%;
    background:#008c64;
}
#index_case a .text .p1{
    font-size:16px;
    line-height: 1.1;
}
#index_case a .text .p2{
    font-size:12px;
    line-height: 1.1;
    margin-top:10px;
}
#index_case a:hover{
    box-shadow: 0 0 10px #999;    
}
#index_case a:hover .text .p1,#index_case a:hover .text .p2{
    color: #008c64;
}
.index_case .swiper-button-prev{
    left:0px;
    background:url(../images/left1.png) no-repeat center;
    opacity: 1!important;
}
.index_case .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat center;
    transform:rotate(180deg);
}
.index_case .swiper-button-next{
    right:0px;
    background:url(../images/left1.png) no-repeat center;
    transform:rotate(180deg);
    opacity: 1!important;
}
.index_case .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center;
    transform:rotate(0deg);
}
.index_case a.more2{
    margin:25px auto 0;
}

@media(max-width: 1600px){
    .index_case_cont{
        padding:0 55px;
    }
    #index_case a .text {
        padding: 25px 18px;
        height: 100px;
    }
    #index_case a .text .p1{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .index_case{
        padding:75px 0 52px;
    }
}
@media(max-width: 1199px){

}
@media(max-width: 991px){
    .index_case_cont{
        padding:0 40px;
    }
    #index_case {
        padding: 12px;
    }
}
@media(max-width: 820px){
    .index_case{
        padding:52px 0 ;
    }
    #index_case a .text .p1{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .index_case{
        padding:35px 0 ;
    }   
    .index_case_cont{
        margin-top:15px;
    }
    #index_case {
        padding: 9px;
    }
}


.index_news{
    background:#f3f3f6;
}
.index_news .wrap{
    padding:50px 0 170px;
    border-top:1px solid #cfcfd1;
}
.index_news .txt{
    font-size:16px;
    color: #788b95;
    line-height: 1.6;
    text-align: center;
    padding:20px 0 40px;
}
.index_news_cont{
    position: relative;
    padding:0 70px;
}
#index_news{
    padding:10px;
}
.index_news_list a{
    display: block;
    box-shadow: 0 0 10px #ccc;
    border-radius: 20px;
}
.index_news_list a:hover{
    box-shadow: 0 0 10px #999;    
}
.index_news_list .img{
    position: relative;
    border-radius: 20px 20px 0 0;
}
.index_news_list .img img{
    width: 100%;
    display: block;
}
.index_news_list a:hover .img img{
    transform:scale(1.1);
}
.news_t1{
    position: absolute;
    top:0;
    left:0;
    width: 130px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size:18px;
    color: #fff;
    background:#008c64;
    border-radius: 20px 0 20px 0;
}
.index_news_list .text{
    padding:20px 25px;
    border-radius: 0 0 20px 20px;
    background:#fff;
    overflow: hidden;
    border-top:3px solid #008c64;
}
.index_news_list .text h3{
    font-size:17px;
    color:#60727b;
    font-family: "sySC-Regular";
    line-height: 1.6em;
    height: 3.2em;
    font-weight: 500;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_news_list a:hover .text h3{
    color: #008c64;
}
.index_news_list .text p{
    font-size:14px;
    color:#788b95;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index_news_more{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
    margin-top:20px;
}
.index_news_more span{
    font-size:13px;
    color: #008c64;
}
.index_news_more font{
    font-size:16px;
    color: #000000;
}
.index_news_list a:hover .index_news_more font{
    color: #008c64;
}
.index_news .swiper-button-prev{
    left:0px;
    background:url(../images/left1.png) no-repeat center;
    opacity: 1!important;
}
.index_news .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat center;
    transform:rotate(180deg);
}
.index_news .swiper-button-next{
    right:0px;
    background:url(../images/left1.png) no-repeat center;
    transform:rotate(180deg);
    opacity: 1!important;
}
.index_news .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center;
    transform:rotate(0deg);
}
.index_news a.more1{
    margin:35px auto 0;
}
@media(max-width: 1600px){
    .index_news .wrap{
        padding:50px 0 120px;
    }
    .index_news_cont{
        padding:0 55px;
    }
    .index_news_list .text {
        padding: 15px 20px;
    }
    .index_news_list .text h3{
        font-size:16px;
        margin-bottom:8px;
    }
    .index_news_list .text p{
        font-size:13px;
    }
    .index_news_more{
        margin-top:15px;
    }
}
@media(max-width: 1280px){
    .index_news .wrap{
        padding:50px 0 75px;
    }
    .news_t1{
        width:110px;
        height:40px;
        font-size:16px;
    }
}
@media(max-width: 1199px){
    .index_news .txt{
        font-size:15px;
    }
}
@media(max-width: 991px){
    .index_news .txt {
        font-size: 14px;
        padding: 15px 0 20px;
    }
    .index_news_cont{
        padding:0 40px;
    }
}
@media(max-width: 820px){
    .index_news .wrap{
        padding:50px 0;
    }
    .index_news_more font{
        font-size:14px;
    }
}
@media(max-width: 640px){
    .index_news .wrap{
        padding:35px 0;
    } 
    .index_news_list .text{
        padding:12px 10px;
    }
    .index_news_list .text h3 {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .index_news a.more1 {
        margin: 20px auto 0;
    }
}


/*页面底部*/
footer{
    background:#60727b;
    padding:105px 0 75px;
}
.foot{
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
    font-size:13px;
    color: rgba(255,255,255,.45); 
}
.foot_l{
    max-width: 35%;
}
.f_logo{

}
.f_contact{
    line-height: 1.8;
}
.f_contact p:nth-child(1){
    margin:55px 0 18px;
}
.f_code{
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;    
}
.f_code img{
    max-width: 72px;
}
.f_code p:nth-child(2){
    margin-top:3px;
}
.f_nav{
    display: flex;
    justify-content: space-between;
}
.f_nav dl{
    margin-right: 70px;
}
.f_nav dl:last-child{
    margin-right: 0;
}
.f_nav dl dt{
    font-size:14px;
    color: #fff;
    margin-bottom: 25px;
}
.f_nav dl dd{

}
.f_nav dl dd a{
    display: block;
    font-size:14px;
    color: #fff;
    opacity: .45;
    margin-bottom: 5px;
}
.f_nav dl dd a:hover{
    opacity: 1;
}
.f_nav dl dd a:last-child{
    margin-bottom: 0;
}
.copyright {
    line-height: 24px;
    padding:22px 0 0;
    color: #999;
    border-top:1px solid rgba(255,255,255,.3);
    font-size:13px;
    color: rgba(255,255,255,.45); 
}
.copyright a{
    font-size:13px;
    color: rgba(255,255,255,.45);   
}
.copyright a:hover{
    color: #fff;
}
.r_fixed{
    position: fixed;
    top:50%;
    right:0;
    z-index: 999999;
    margin-top:-90px;
}
.r_fixed a{
    margin-bottom: 1px;
    display: block;
    position: relative;
}
.r_fixed a .p2,.r_fixed a .p3{
    display: none;
}
.r_fixed a .p2{
    position: absolute;
    top:0;
    left:0;
}
.r_fixed a .p3{
    align-items: center;
    color: #fff;
    background: #008c64;
    border-radius: 0 0 0 5px;
    width: 278px;
    position: absolute;
    top:0;
    left:-220px;
    height: 58px;
}
.r_fixed  a .p3 .txt{
    font-size: 12px;
    padding: 0 0 0 10px;
    width: 220px;
    line-height: 1.5;
}
.r_fixed a:hover .p1{
    visibility: hidden;    
}
.r_fixed a:hover .p2{
    display: block;
}
.r_fixed a:hover .p3{
    display: flex;
}
@media(max-width: 1600px){
    footer{
        padding:75px 0 50px;
    }
    .foot{
        padding-bottom:50px;
    }
    .f_nav dl dt{
        margin-bottom:15px;
    }
    .f_nav dl dd a{
        margin-bottom:2px;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1199px){
    footer{
        padding:50px 0 30px;
    }
    .foot{
        padding-bottom:30px;
    }
    .f_contact p:nth-child(1) {
        margin: 30px 0 18px;
    }
    .f_nav dl{
        margin-right:45px;
    }
    .foot_l{
        max-width:30%;
    }
    .r_fixed{
        display:none;
    }
}
@media(max-width: 991px){
    .f_code{
        display:none;
    }
}
@media(max-width: 820px){
    footer{
        padding:35px 0 20px;
    }
    .foot_l{
        max-width:100%;
    }
    .f_nav{
        display:none;
    }
    .copyright{
        padding: 15px 0 0;
    }
}
@media(max-width: 640px){
    footer{
        margin-bottom:56px;
        padding:25px 0 15px;
    } 
    .foot{
        padding-bottom:15px;
    }
    .copyright{
        padding: 10px 0 0;
    }
}




/*----- 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: 600px;
}
.n_banner_text{
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all .8s cubic-bezier(.69, .27, .45, .99);
    transition: all .8s cubic-bezier(.69, .27, .45, .99);
    -webkit-transition-delay: 100ms;
    transition-delay: 500ms;
    padding-top:75px;
}
.n_banner img{
    opacity: 0;
}

.sitemp {
    margin:50px 0 30px;
    display: none;
}
.sitemp .site {

}


.n_main{
    padding:75px 0 160px;
}
.n_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.n_sort li{
    margin:0 42px;    
}
.n_sort a{
    font-size:15px;
    color: #60727b;
    display: block;
}
.n_sort li.cur a.a,.n_sort a:hover{
    color: #008c64;
    font-family: "sySC-Regular";
}
.n_content{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #c2c2c3;
    border-radius: 15px;
    margin-top: 38px;
    overflow: hidden;
}
.left1{
    width: 21.5%;
    padding: 42px 30px 42px 49px;
    border-right: 1px solid #c2c2c3;
}
.left_sort li .list_item1{
    display: none;
}
.left_sort li .layer2{
    display: none;
}
.left_sort li.on .layer2{
    display: block!important;
}
.left_sort li .layer2 a{
    margin-bottom: 20px;
    display: inline-block;
    padding-left: 14px;
    position: relative;
    font-size:15px;
    color: #60727b;
    font-family: "sySC-Light";
    line-height: 1.4;
    cursor: pointer;
}
.left_sort li .layer2 p:last-child a{
    margin-bottom: 0;
}
.left_sort li .layer2 p a:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 2px;
    height: 100%;
    background:#008c64;
}
.left_sort .layer2 p a:hover,.left_sort .layer2 p a.cur{
    color: #008c64;
}

.right1{
    width: 78.5%;
    position: relative;
    background: #d7d7d8;
    padding:44px 48px;
}

@media(max-width: 1600px){
    .n_banner{
        height:500px;
    }
    .n_main{
        padding:75px 0 100px;
    }
    .left1{
        padding:40px 30px 40px 40px;
    }
    .right1{
        padding:40px 30px;
    }
    .n_content{
        margin-top:30px;
    }
}
@media(max-width: 1280px){
    .n_banner{
        height:450px;
    }
    .n_main{
        padding:75px 0;
    }
    .left1 {
        padding: 40px 30px;
    }
    .left_sort li a.a,.left_sort li .layer2 a{
        font-size:14px;
    }
}
@media(max-width: 1199px){
    .left1 {
        padding: 30px 10px 30px 20px;
    }
    .right1{
        padding:30px 20px;
    }
}
@media(max-width: 1024px){
    .n_banner_text h2{
        font-size:42px;
    } 
    .left1 {
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #c2c2c3;
        padding: 25px 15px 15px;
    }
    .left_sort li.on .layer2{
        display:flex!important;
        flex-wrap:wrap;
    }
    .left_sort p{
        margin-right:20px;
    }
    .left_sort p a{
        margin-bottom:15px;
    }
    .left_sort li .layer2 a{
        padding-left:10px;
        margin-bottom:15px;
    }
    .right1{
        width:100%;
        padding: 25px 15px;
    }
}
@media(max-width: 1024px){
    .left_sort li .layer2 a{
        margin-bottom:10px;
    }
}
@media(max-width: 991px){
    .n_banner{
        height:700px;
        background:none!important;
    }
    .n_banner_text{
        padding-top:25%;
    }
}
@media(max-width: 820px){
    .n_banner_text h2{
        font-size:36px;
        padding-top:0;
    } 
    .n_main{
        padding:55px 0;
    }

}
@media(max-width: 767px){
    .n_banner{
        height:380px;
    }
    .n_main{
        padding:35px 0;
    }
    .left1 {
        padding: 16px 15px 6px;
    }
    .left_sort p{
        margin-right:12px;
    }
    .left_sort p a{
        padding-left:10px;
        margin-bottom:12px;
    }
    .n_content{
        margin-top:20px;
    }

}


/*产品*/
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: calc(25% - 18px);
    margin-right: 24px;
    margin-bottom: 30px;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list a{
    display: block;
    text-align: center;
}
.product_list a .img{
    border-radius: 10px;
}
.product_list a p{
    font-size:13px;
    color: #000000;
    line-height: 1.6;
    margin-top:15px;
}
.product_list a p span{
    display: block;
}
.product_list a:hover p{
    color: #008c64;
    font-family: "sySC-Regular";
}

.product_detail .wrap{
    max-width: 1460px;
    overflow: hidden;
}
.product_detail1{
    padding:170px 0 160px;
}
.pd1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd1 .img{
    width: 26%;
    border-radius: 10px;
}
.pd1 .img img{
    width: 100%;
}
.pd1 .text{
    width: 74%;
    padding:15px 0 15px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pd1 .text h1{
    font-size:30px;
    color: #000000;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 30px;
}
.pd1 .text .txt{
    font-size:15px;
    color: #000000;
    max-width: 865px;
}
.pd1 .text .txt em{
    font-size:21px;
    font-style: normal;
}
/*Medium*/
.pd1 .text .txt strong em{
    font-family: "sySC-Medium";
}
.pd1_content{
    margin-top:80px;
}
.pd1_li{
    display: flex;
    flex-wrap: wrap;
    padding-bottom:30px;
    border-bottom:1px solid #949ea3;
}
.pd1_li li{
    padding:0 20px;
    display: flex;
    align-items:center;
    font-size:15px;
    color: #000000;
    border:1px solid #949ea3;
    height: 48px;
    border-radius: 5px;
    margin-right: 34px;
    cursor: pointer;
}
.pd1_li li:last-child{
    margin-right: 0;
}
.pd1_li li.cur,.pd1_li li:hover{
   color: #fff;
   background: #008c64;
   border:1px solid #008c64;
   font-family: "sySC-Regular"; 
}


/*试剂/耗材*/
.pd1_tab{
    /*display: none;*/
    width: 100%;
    visibility: hidden;
    height: 0;
    opacity: 0;
    position: relative;
    z-index: -9999;
}
.pd1_tab.cur{
    display: block;
    visibility: visible;
    margin-top:100px;
    opacity: 1;
    z-index: 9;
    height: auto;
}
.pd1_tab_c{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.pd1_tab_c h2{
    font-size:21px;
    color: #008c64;
    font-family: "sySC-Medium";
    width: 25%;
    line-height: 1;
    /*font-weight: normal;*/
    opacity: .85;
}
.pd1_tab_c .text{
    width: 75%;
}
.pd1_tab_c .text h3{
    font-size:21px;
    color: #000000;
    font-family: "sySC-ExtraLight";
    line-height: 1;
    margin-bottom: 40px;
    font-weight: normal;
}
.buy_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom:80px;
}
.buy_list li{
    width: 49%;
    margin-bottom: 40px;
    padding-left: 50px;
    position: relative;
    max-width: 504px;
}
.buy_list li:before{
    content:'';
    position: absolute;
    left:0;
    top:10px;
    width: 15px;
    height: 15px;
    background:url(../images/t1.png) no-repeat center;
}
.buy_list li p{
    font-size:16px;
    color: #000000;
}
.buy_list li p strong{
    font-family: "sySC-Medium";   
    font-weight: normal; 
}
.buy_list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.buy_list2 li{
    width: 49%;
}
.buy_list2 li .txt{
    font-size:16px;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}
.buy_list2 li .txt p{
    margin-right: 25px;
}
.buy_list2 li .txt p:last-child{
    margin-right: 0;
}
.pd1_tab_c2{
    margin-top:105px;
    font-size:16px;
    color: #000000;
}
.pd1_tab_c2 .text p:nth-child(2){
    /*margin-bottom: 40px;*/
}
.p_table1{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;   
    padding-bottom: 10px;
}
.p_table1::-webkit-scrollbar{
    width:6px;
    height:6px;
    background-color:#008c64;
}
.pd1_tab table{
    border-radius: 10px;
    overflow: hidden;
    min-width: 100%;
}
.pd1_tab table tr td{
    background:#d3d3d4;
    padding:3px 33px;
    height:42px;
    font-size:16px;
    color: #000000;
    line-height: 1.4;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.pd1_tab table tr td p,.pd1_tab table tr td span{
    background:none!important;
}
.pd1_tab table tr:nth-child(1) td{
    background:#60727b;
    font-weight: bold;
    color: #fff;
}
.pd1_tab_c3{
    margin-top:110px;
    font-size:16px;
    color: #000000;
}
.pd1_tab_c .text h4{
    font-size:16px;
    color: #000000;
    font-family: "sySC-ExtraLight";
    line-height: 1;
    margin-bottom: 20px;
}
.pd1_tab_c4{
    margin-top:110px;
    font-size:16px;
    color: #000000;
}
.pd1_tab_c4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pd1_tab_c4 ul li{
    width: 48.5%;
    max-width: 504px;
    margin-bottom: 40px;
    color: #000000;
}
.pd1_tab_c4 ul li .img img{
    /*border:1px solid #;*/
    border-radius: 4px;
}
.pd1_tab_c4 ul li .text2 h4{
    font-size:16px;
    margin:25px 0 10px;
}
.pd1_tab_c4 ul li .text2 p{
    font-size:13px;
}
/*使用说明书*/
.pd1_tab2_c ul{
    
}
.pd1_tab2_c ul li{
    display: flex;
    flex-wrap: wrap;
    padding:50px 0;
    border-bottom: 1px solid #d6d9dd;
}
.pd1_tab2_c ul li:nth-child(1){
    padding-top:0;
}
.pd1_tab2_c ul li:last-child{
    padding-bottom:0;
    border:none;
}
.pd1_tab2_c ul li .img{
    width: 184px;
}
.pd1_tab2_c ul li .text2{
    width: calc(100% - 254px);
    padding:25px 61px;
    color: #000000;
}
.pd1_tab2_c ul li .text2 p:nth-child(1){
    font-size:16px;
}
.pd1_tab2_c ul li:nth-child(1) .text2,
.pd1_tab2_c ul li:nth-child(1) .pd_more{
    padding-top:0;
}
.pd1_tab2_c ul li .text2 p:nth-child(2){
    font-size:21px;    
    line-height: 1.8;
}
.pd_more{
    width: 70px;
    display: flex;
    flex-direction: column;
    padding-top:25px;
}
.pd_more a{
    display: inline-block;
    padding-left: 38px;
    color: #008c64;
    font-size:16px;
}
.pd_more a:nth-child(1){
    background:url(../images/xiazai.png) no-repeat left center;
    margin-bottom: 25px;
}
.pd_more a:nth-child(2){
    background:url(../images/yulan.png) no-repeat 3px center;
}
.video_list{
    display: flex;
    flex-wrap: wrap;
}
.video_list li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 70px;
}
.video_list li:nth-child(3n){
    margin-right: 0;
}
.video_list li a{
    display: block;
}
.video_list li a.img{
    border-radius: 6px;
}
.video_list li:hover a.img img{
    transform:scale(1.05);
}
.pd1_tab .video_list li h3{
    margin:25px 0 10px;
}
.pd1_tab .video_list li h3,.video_list li h3 a{
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
}
.video_list li .text{
    width: 100%;
}
.video_list li p{
    font-size:13px;
    color: #000000;
}
.video_list li .txt{
    font-size:13px;
    color: #000000;
    margin-top:5px;
}
.pd1_tab4{
    font-size: 13px;
    color: #000000;    
}
.pd1_tab h5{
    font-size:16px;
    color: #000000;
    font-family: "sySC-Light";
    line-height: 1;
    margin-bottom: 20px;
    font-weight: normal;
}
.dy_list{
    margin-top:60px;
}
.dy_list li,.yyjj_list li{
    padding:11px 40px;
    border:1px solid #afadb1;
    border-radius: 10px;
    margin-bottom: 30px;
}
.dy_list li .dy_q,.yyjj_list li p{
    display: flex;
    justify-content: space-between;
    align-items:center;
    position: relative;
    cursor: pointer;
}
.dy_list li .dy_q strong,.yyjj_list li p a{
    display: block;
    font-size:16px;
    color: rgba(0,0,0,.85);
    line-height: 1.6;
    font-family: "sySC-Light";
    font-weight: normal;
    width: calc(100% - 50px);
}
.dy_list li .dy_q:after,.yyjj_list li p:after{
    content:'';
    width: 30px;
    height: 30px;
    background:url(../images/wt.png) no-repeat center;
    position: absolute;
    right:0px;
    top:50%;
    margin-top:-15px;
}
.dy_list li.on .dy_q:after{
    transform:rotate(-90deg);
}
.dy_list li .dy_a{
    font-size:13px;
    color: rgba(0,0,0,.85);
    display: none;
    padding: 20px 0 10px;
}
.dy_list li.on .dy_a{
/*    display: block;*/
}
.yyjj_list li p:after{
    background:url(../images/wt1.png) no-repeat center;
}
.yyjj_list li:hover p a{
    font-family: "sySC-Medium";
    color: #008c64;
}
.yyjj_list li:hover p:after{
    background:url(../images/wt_h.png) no-repeat center;
}
.pd1_tab6 p{
    margin-bottom: 12px;
    line-height: 1.6;
    font-size:13px;
    color: #000000;
}
@media(max-width: 1600px){
    .product_detail1{
        padding:100px 0;
    }
    .pd1 .text h1{
        font-size:24px;
        margin-bottom:20px;
    }
    .pd1 .text .txt{
        font-size:14px;
    }
    .pd1 .text .txt em{
        font-size:18px;
    }
    .pd1_li li{
        margin-right:20px;
    }
    .pd1_tab{
        margin-top:75px;
    }
    .buy_list{
        padding-bottom:50px;
    }
    .pd1_tab_c2,.pd1_tab_c3,.pd1_tab_c4{
        margin-top:90px;
        font-size:15px;
    }
    .pd1_tab table tr td{
        font-size:14px;
        padding:5px 10px;
    }
    .buy_list li p,.buy_list2 li .txt{
        font-size:15px;
    }
    .video_list li{
        width:32%;
        margin-right:2%;
        margin-bottom:50px;
    }
    .pd1_tab_c .text h3{
        font-size:18px;
    }
}
@media(max-width: 1280px){
    .product_detail1{
        padding:75px 0;
    }
    .pd1_tab_c2,.pd1_tab_c3,.pd1_tab_c4{
        margin-top:75px;
    }
    .pd1 .text{
        padding-left:50px;
    }
}
@media(max-width: 1099px){
    .pd1_tab_c h2{
        width:100%;
        margin-bottom:30px;
    }
    .pd1_tab_c .text{
        width:100%;
    }
}
@media(max-width: 991px){
    .pd1 .text{
        padding-left:30px;
    } 
    .pd1_content{
        margin-top:50px;
    }
    .dy_list li, .yyjj_list li{
        margin-bottom:20px;
        padding:11px 25px;
    }
}
@media(max-width: 820px){
    .product_detail1{
        padding:55px 0;
    }  
    .pd1_tab{
        margin-top:55px;
    }
    .buy_list{
        padding-bottom:30px;
    }
    .pd1_tab_c2,.pd1_tab_c3,.pd1_tab_c4{
        margin-top:55px;
        font-size:14px;
    }
    .pd1 .text h1{
        font-size:20px;
        margin-bottom:15px;
    }
    .pd1 .text .txt em{
        font-size:16px;
    }
    .buy_list li{
        margin-bottom:25px;
        padding-left:35px;
    }
    .buy_list li p,.buy_list2 li .txt{
        font-size:14px;
    }
    .buy_list2 li .txt p{
        margin-right:15px;
    }
    .dy_list{
        margin-top:35px;
    }
    .video_list li{
        margin-bottom:30px;
    }
    .pd1_tab2_c ul li{
        padding: 35px 0;
    }
    .pd1_tab2_c ul li .text2{
        padding:25px 50px;
    }
}
@media(max-width: 640px){
    .product_list li {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }
    .product_list a p {
        font-size: 12px;
        margin-top: 10px;
    } 
    .product_detail1{
        padding:35px 0;
    } 
    .pd1_tab,.pd1_content{
        margin-top:35px;
    }
    .pd1_tab_c2,.pd1_tab_c3,.pd1_tab_c4{
        margin-top:35px;
    }
    .pd1 .img{
        width:100%;
    }
    .pd1 .text{
        width:100%;
        padding:25px 0 0 0;
    }
    /*.pd1 .text h1{*/
    /*    font-size:18px;*/
    /*    margin-bottom:15px;*/
    /*}*/
    .pd1 .text .txt em{
        font-size:15px;
    }
    .pd1_li{
        padding-bottom:15px;
    }
    .pd1_li li{
        margin-bottom:10px;
        margin-right:12px;
        height:42px;
        padding:0 15px;
    }
    .pd1_tab_c .text h3{
        font-size:18px;
        margin-bottom:18px;
    }
    .buy_list li{
        width:100%;
        margin-bottom:15px;
        padding-left:30px;
    }
    .buy_list2 li{
        width:100%;
        margin-bottom:15px;
    }
    .buy_list2 li .txt{
        margin-top:10px;
    }
    /*.pd1_tab_c2 .text p:nth-child(2) {*/
    /*    margin-bottom: 20px;*/
    /*}*/
    .pd1_tab table tr td{
        text-align:center;
        font-size:13px;
    }
    .pd1_tab_c4 ul li .text2 h4 {
        font-size: 15px;
        margin: 15px 0 5px;
    }
    .pd1_tab_c4 ul li .text2 p{
        font-size:12px;
        line-height:1.6;
    }
    .dy_list li, .yyjj_list li{
        margin-bottom:15px;
        padding:11px 15px;
    }
    .dy_list li .dy_q strong, .yyjj_list li p a{
        font-size:15px;
    }
    .dy_list{
        margin-top:25px;
    }
    .video_list li{
        width:49%;
        margin-right:2%;
    }
    .video_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .video_list li:nth-child(2n) {
        margin-right: 0;
    }
    .video_list li{
        margin-bottom:20px;
    }
    .pd1_tab2_c ul li{
        padding: 25px 0;
    }
    .pd1_tab2_c ul li .img{
        width:110px;
    }
    .pd1_tab2_c ul li .text2 {
        padding: 20px 0 20px 20px;
        width: calc(100% - 110px);
    }
    .pd1_tab2_c ul li .text2 p:nth-child(1){
        font-size:15px;
    }
    .pd1_tab2_c ul li .text2 p:nth-child(2){
        font-size:18px;
    }
    .pd_more{
        width:100%;
        display:flex;
        flex-direction:row;
    }
    .pd_more a:nth-child(1){
        margin-bottom:0;
        margin-right:25px;
    }
}
@media(max-width: 460px){
    .product_list a p {
        margin-top: 6px;
    }
    .dy_list li .dy_q strong, .yyjj_list li p a{
        font-size:14px;
    }
    .video_list li{
        width:100%;
        margin-right:0%!important;
    }
}


/*解决方案*/
.product2_r{
    font-size: 13px;
    color: #000000;
}
.product2_r h3{
    font-size: 21px;
    color: #000000;
    font-family: "sySC-Light";
    font-weight: normal;
    margin-bottom: 25px;
    line-height: 1.5;
}
.product2_r p strong{
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}
.product2_r p em{
    font-style: normal;
}
.product2_r p em strong{
    font-weight: bold;
    color: #008764;
}
.p_table2{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    padding-bottom: 15px;
}
.p_table2::-webkit-scrollbar{
  /*滚动条整体样式*/
  /*高宽分别对应横竖滚动条的尺寸*/
    width:6px;
    height:2px;
    background-color:#999;
}

.p_table2::-webkit-scrollbar-track{
  /*滚动条里面轨道*/
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    /*border-radius:10px;*/
    background-color:#eee;
}

.p_table2::-webkit-scrollbar-thumb{
  /*滚动条里面小方块*/
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#999;
}
.p_table2 p{
    min-width: 1113px;
}
.product2_r table{
    border-radius: 5px;
    overflow: hidden;
    display: none;
}
.product2_r table tr{
    
}
.product2_r table tr td{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding:7px 15px 7px 30px;
    line-height: 1.5;
}
.product2_r table tr:nth-child(1) td{
    background: #60727b;
    color: #fff;
    font-weight: bold;
}
.product2_r table tr td:nth-child(1){
    /*padding:5px 12px;*/
    /*font-size: 15px;*/
    /*color: #008764;*/
}
@media(max-width:1600px){
    
}
@media(max-width:1280px){
    
}
@media(max-width:1099px){
    
}
@media(max-width:991px){

}
@media(max-width:820px){
    
}
@media(max-width:640px){
    .product2_r h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .product2_r p strong{
        font-size: 15px;
    }    
}


/*仪器/设备*/
.case_content{
    margin-top:0;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 28%;
    margin-right: 8%;
    margin-bottom: 35px;
}
.case_list li:nth-child(3n){
    margin-right: 0;
}
.case_list li a{
    display: block;
    background:#fff;
    height: 100%;
    border:1px solid #60727b;
    border-radius: 5px;
    overflow: hidden;
}
.case_list li a .img img{
    width: 100%;
}
.case_list li a .text{
    width: 100%;
    padding:30px;
    border-top:1px solid #60727b;
}
.case_list li a .text h3{
    font-size:16px;
    color: #000202;
    line-height: 1.5;
    font-family: "sySC-Regular";
}
.case_list li a .text h3 span{
    display: block;
}
.case_list li a .text .txt{
    font-size:13px;
    color: #000202;
    margin:15px 0 40px;
    height: 10em;
    line-height: 2em;
}
.case_more{
    text-align: right;
    font-size:16px;
    color: #008c64;
    font-family: "sySC-Normal";
}
.case_list li:hover a .img img{
    transform:scale(1.05);
}
.case_list li:hover a .text h3 {
    color: #008c64;
}
.case_detail{

}
.case_detail video{
    display: block;
    width: 100%;
    height: auto!important;
    margin:0;
}
.cd1{
    padding:112px 0;
    text-align: center;
    max-width: 1140px;
    margin:0 auto;
    font-size:16px;
    color: #000000;
    font-family: "sySC-ExtraLight";
}
.cd1_img{
    padding:112px 0;
    text-align: center;    
}
.cd1 strong{
    font-size:21px;
    font-family: "sySC-Medium";
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
    color: #000000;
}
.cd2{
    text-align: center;
}
.cd3{
    text-align: center;
    padding:115px 0 0;
}
.case_detail h3{
    font-size:21px;
    color: #000000;
    font-family: "sySC-Medium";
    margin-bottom: 15px;
    font-weight: normal;
    margin-bottom: 35px;
}
.case_detail h3 em{
    display: block;
    font-style: normal;
    font-size: 16px;
    color: #000000;
    font-family: "sySC-ExtraLight";
    padding-top:15px;
}
#case3{
    padding-bottom: 50px;
}
#case3 .img{
    border-radius: 5px;
    cursor: pointer;
}
#case3 .img:hover img{
    transform:scale(1.1);
}
#case3 .text{
    color: #000000;  
    padding:30px 15px 0;  
}
#case3 .text h4{
    font-size:16px;
    font-family: "sySC-Medium";
    margin-bottom: 8px;
    font-weight: normal;
    line-height: 1.4;
}
#case3 .text p{
    font-size:13px;
/*    font-family: "sySC-ExtraLight";*/
}
#case3 .swiper-button-prev,#case3 .swiper-button-next{
    width: 29px;
    height: 59px;
    margin-top:-95px;
}
#case3 .swiper-button-prev{
    background:url(../images/left1.png) no-repeat center;
    left:16px;
}
#case3 .swiper-button-prev:hover{
    background:url(../images/right2.png) no-repeat center;
    transform:rotate(180deg); 
}
#case3 .swiper-button-next{
    background:url(../images/left1.png) no-repeat center;
    transform:rotate(180deg);
    right:16px;    
}
#case3 .swiper-button-next:hover{
    background:url(../images/right2.png) no-repeat center;
    transform:rotate(0deg); 
}
#case3 .swiper-pagination{
    bottom:0;
}
#case3 .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 2px;
    background:#bcc4ca;
    margin:0 5px;
    opacity: 1;
    border-radius: 0;
}
#case3 .swiper-pagination .swiper-pagination-bullet-active{
    background:#008c64;
}
.cd4{
    text-align: center;  
    padding:115px 0 0;
}
.case4{
    padding:0 74px;
    position: relative;
    margin-top:40px;
}
.case4 .swiper-container{
    padding-bottom: 55px;
}
.case4 .swiper-container{
    display: flex;
}
.case4 .swiper-container .swiper-slide{
    padding: 0 46px;
    /*border-right: 1px solid #aaaaac;*/
    color: #000000;
    position: relative;
}
.case4 .swiper-container .swiper-slide:after{
    content:'';
    position: absolute;
    right:-2px;
    top:0;
    width: 1px;
    height: 100%;
    background: #aaaaac;
}
.case4 .swiper-container .swiper-slide-prev:after{
    display: none;
}
.case4 .swiper-container .swiper-slide.swiper-slide-duplicate-prev{
    border:none;
}
.case4 .swiper-container .swiper-slide .img img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
.case4 .swiper-container .swiper-slide h4{
    font-size:16px;
    line-height: 1.6;
    margin:25px 0 10px;
}
.case4 .swiper-container .swiper-slide p{
    font-size:13px;
}
.case4 .swiper-button-prev,.case4 .swiper-button-next{
    width: 29px;
    height: 59px;
    margin-top:-52px;
}
.case4 .swiper-button-prev{
    background:url(../images/left1.png) no-repeat center;
    left:16px;
}
.case4 .swiper-button-prev:hover{
    background:url(../images/right1.png) no-repeat center;
    transform:rotate(180deg); 
}
.case4 .swiper-button-next{
    background:url(../images/left1.png) no-repeat center;
    transform:rotate(180deg);
    right:16px;    
}
.case4 .swiper-button-next:hover{
    background:url(../images/right1.png) no-repeat center;
    transform:rotate(0deg); 
}
.case4 .swiper-container .swiper-pagination{
    bottom:0;
}
.case4 .swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 2px;
    background:#bcc4ca;
    margin:0 5px;
    opacity: 1;
    border-radius: 0;
}
.case4 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background:#008c64;
}
.cd5{
    margin:140px 0 120px;
    padding:0 30px;
    border:1px solid #aaaaac;
    border-radius: 5px;
}
.cd5 h4{
    position: relative;
    cursor: pointer;
}
.cd5 h4 strong{
    display: block;
    line-height: 46px;
    font-size:16px;
    color: #000000;
    font-family: "sySC-Regular";
    font-weight: normal;
    width: calc(100% - 50px);
}
.cd5 h4:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../images/wt.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
}
.cd5.on h4:after{
    transform:rotate(-90deg);
}

.c_table{
    padding:38px 0 80px;
    display: none;
}
.c_table table{

}
.c_table table tr{
    border-bottom:1px solid #aaaaac;
}
.c_table table tr td{
    padding:10px 0;
    font-size:13px;
    color: #000000;
    line-height: 1.5;
}
.c_table table tr td span,.c_table table tr td p{
    font-size:13px;
    color: #000000;
    line-height: 1.5;    
}
.cd5.on .c_table{
    display: block;
}
.case_bottom{
    background:#008c64;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 150px;
    padding:32px;
    display: flex;
    justify-content: center;
    align-items:center;
}
.case_bottom .text{
    padding-left: 48px;
}
.case_bottom .text .p1{
    font-size:21px;
    line-height: 1.6;
}
.case_bottom .text .p2{
    font-size:13px;
    line-height: 1.6;
    margin-top:8px;
}
.cd6{
    padding:0 0 110px;
    text-align: center;
}

.gzh_list{
    display: flex;
    flex-wrap: wrap;
}
.gzh_list li{
    width: calc(25% - 30px);
    margin-right: 40px;
}
.gzh_list li:nth-child(4n){
    margin-right: 0;
}
.gzh_list li .img{
    border-radius: 5px;
    border:1px solid #b2b2b2;
}
.gzh_list li p:last-child a{
    font-size: 13px;
    color: #000000;
    margin-top:24px;
    display: block;
    text-align: left;
}
.gzh_list li p:last-child a:hover{
    color: #008764;
}
@media(max-width: 1600px){
    .case_list li{
        width:32%;
        margin-right:2%;
        margin-bottom:20px;
    }
    .case_list li a .text{
        padding:20px 15px;
    }
    .case_list li a .text h3,.case_more{
        font-size:15px;
    }
    .case_list li a .text .txt{
        margin:15px 0 25px;
    }
    .cd1{
        padding:90px 0;
        font-size:15px;
    }
    .cd3,.cd4{
        padding:90px 0 0;
    }
    .case4{
        padding:0 55px;
    }
    .case4 .swiper-button-prev, .case4 .swiper-button-next{
        height:36px;
    }
    .case4 .swiper-container .swiper-slide{
        padding:0 30px;
    }
    .cd5{
        margin:90px 0;
    }
    .c_table {
        padding: 30px 0 50px;
    }
    .cd6{
        padding:0 0 90px;
    }
    .gzh_list li{
        width: calc(25% - 15px);
        margin-right: 20px;
    }
    .gzh_list li p:last-child a{
        margin-top:15px;
    }
    .case_detail h3 em{
        font-size:15px;
        padding-top:5px;
    }
}
@media(max-width: 1280px){
    .cd1{
        padding:75px 0;
        font-size:14px;
    }  
    .cd1 strong{
        font-size:18px;
        margin-bottom:10px;
    }
    .cd3,.cd4{
        padding:75px 0 0;
    }
    .cd5{
        margin:75px 0;
    }
    .cd6{
        padding:0 0 75px;
    }
    .case_detail h3 em{
        font-size:14px;
        padding-top:0px;
    }
}
@media(max-width: 1099px){
    
}
@media(max-width: 991px){
    #case3 .text{
        padding: 20px 10px 0;
    }
    .case4 .swiper-container .swiper-slide{
        padding:0 25px;
    }
    .case4 .swiper-container .swiper-slide-next{
        border-right:none;
    }
    .c_table {
        padding: 20px 0 30px;
    }
}
@media(max-width: 820px){
    .case_list li{
        width:49%;
    }
    .case_list li:nth-child(3n){
        margin-right:2%;
    }
    .case_list li:nth-child(2n){
        margin-right:0;
    }
    .cd1{
        padding:55px 0;
    } 
    .cd3,.cd4{
        padding:55px 0 0;
    }
    .cd5{
        margin:55px 0;
    }
    .cd6{
        padding:0 0 55px;
    }
    .gzh_list li{
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom:15px;
    }
    .gzh_list li:nth-child(2n){
        margin-right:0;
    }
    .gzh_list li p:last-child a{
        margin-top:12px;
    }
    .case_detail h3{
        margin-bottom:25px;
    }
}
@media(max-width: 640px){
    .cd1{
        padding:35px 0;
    } 
    .cd3,.cd4{
        padding:35px 0 0;
    }
    .cd5{
        margin:35px 0;
    }
    .case_bottom{
        padding:22px 12px;
        margin-bottom:35px;
    }
    .case_bottom .text{
        padding-left:15px;
    }
    .case_bottom .text .p1{
        font-size:15px;
    }
    .cd6{
        padding:0 0 35px;
    }
    .case_detail h3{
        margin-bottom:20px;
    }
    .gzh_list li{
        width: calc(50% - 7.5px);
        margin-right: 15px;
    }
    .gzh_list li p:last-child a{
        margin-top:10px;
        font-size:12px;
    }
}
@media(max-width: 460px){
    .case4 .swiper-container .swiper-slide{
        border-right:none;
        padding:0;
    }
    .case4 .swiper-container .swiper-slide:after{
        display:none;
    }
}
@media(max-width: 360px){
    .case_list li{
        width:100%;
        margin-right:0!important;
    }   
}

/*产品应用*/
.yy_search{
    padding:70px 0 30px;
    position: relative;
}
.yy_search .wrap{
    padding:0 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.yy_sort{
    display: flex;
    flex-wrap: wrap;
}
.yy_sort li{
    margin-right: 50px;
}
.yy_sort li:last-child{
    margin-right: 0;
}
.yy_sort li a{
    font-size: 18px;
    color: #607279;
}
.yy_sort li:hover a,.yy_sort li.cur a{
    color: #008c64;
}
#formsearch2{
    width: 380px;
    height: 40px;
    border:1px solid #cfcfcf;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-left: 300px;
}
#keyword2{
    padding:0 20px;
    width: 335px;
    font-size: 14px;
    color: #cfcfcf;
    border:none;
    outline: none;
    background: none;
}
#s_btn2{
    width: 45px;
    border:none;
    outline: none;
    background: url(../images/ss.png) no-repeat center;
    cursor: pointer;
}
.search_result{
    padding-bottom: 175px;
}
.search_result .wrap{
    padding:30px 80px 60px;
    border:1px solid #cfcfcf;
    border-radius: 35px;
}
.yy_sort2{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.yy_sort2 a{
    font-size: 15px;
    color: #607279;
    margin-right: 50px;
}
.yy_sort2 a:hover,.yy_sort2 a.cur{
    color: #008c64;
}
.album_list{
    display: flex;
    flex-wrap: wrap;
}
.album_list li{
    margin-bottom: 70px;
    width: 31%;
    margin-right: 3.5%;
}
.album_list li:nth-child(3n){
    margin-right: 0;
}
.album_list li .img{
    border-radius: 15px;
}
.album_list li .p1{
    font-size: 16px;
    color: #010101;
    font-weight: bold;
    margin-top:20px;
    margin-bottom: 6px;
}
.album_list li .p2{
    font-size: 13px;
    color: #607279;
}
.album_list li:hover .img img{
    transform: scale(1.1);
}
.album_list li:hover .p1,.album_list li:hover .p2{
    color: #008c64;
}
.yy_sort.hide{
    opacity: 0;
    position: relative;
    z-index: -9;
}
.album_list1.hide{
    display: none;
}
.yy_sort2.hide{
    display: none;
}
.yy_t{
    font-size: 15px;
    color: #607279;
    text-align: center;
    margin-bottom: 30px;
    font-family: "sySC-Regular";
}

.yy_detail{
    padding:120px 0 160px;
}
.yy_detail .wrap{
    display: flex;
    flex-wrap: wrap;
}
.yy_detail h2{    
    font-size: 21px;
    color: #008764;
    line-height: 1;
    font-family: "sySC-Medium";
    width: 32%;
    font-weight: 500;
}
.yy_detail .content{
    width: 68%;
    max-width: 970px;    
}
.yy_video{
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 5px;
}
.yy_video video{
    width: 100%;
}
.yy_detail .content .p1{
    font-size: 14px;
    color: #607279;
    line-height: 1;
}
.yy_detail .content .p2{
    font-size: 16px;
    color: #008764;
    font-family: "sySC-Normal";
    margin:16px 0 30px;
}
.yy_detail .content .text{
    font-size: 13px;
    color: #607279;
}
.yy_detail .content .text p{
    line-height: 1.6;
    margin-bottom: 12px;
}
.yy_detail .content .text p:last-child{
    margin-bottom: 0;
}
.yy_detail .content .text p,.yy_detail .content .text p span {
    text-wrap: unset !important;
}
.h160{
    height: 160px;
    width: 100%;
}
@media(max-width:1600px){
    .h160{
        height: 130px;
    }  
    .yy_detail{
        padding:90px 0;
    }
}
@media(max-width:1280px){
    .h160{
        height: 120px;
    } 
    .yy_detail{
        padding:75px 0;
    }
}
@media(max-width:1199px){
    .h160{
        height: 72px;
    }    
}
@media(max-width:1099px){
    .yy_detail h2 {
        width: 100%;
        font-size: 18px;
    } 
    .yy_detail .content {
        width: 100%;
        margin-top: 25px;
    }
    .yy_detail .content .p2 {
        margin: 10px 0 20px;
    }
    .yy_video{
        margin-bottom: 35px;
    }
}
@media(max-width:820px){
    .yy_detail{
        padding:55px 0;
    }    
}
@media(max-width:640px){
    .yy_video{
        margin-bottom: 25px;
    }
    .yy_detail{
        padding:40px 0;
    }
    .yy_detail .content .p2 {
        margin: 10px 0 15px;
    }
}

/*市场活动*/
.n_news_img{
    padding:0 80px 100px;
    margin-bottom: 100px;
    margin-top:45px;
    border-top:1px solid #cfcfcf;
    border-bottom:1px solid #cfcfcf;
}
.news_list{
    display: flex;
    flex-wrap: wrap;
    padding:0 90px;
}
.news_list li{
    width: calc(100% / 3 - 30px);
    margin-right: 45px;
    margin-bottom: 45px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_detail1{
    padding:120px 0 160px;    
}
.news_detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_detail h2{
    font-size:21px;
    color: #000000;
    line-height: 1;
    font-family: "sySC-Medium";
    width: 32%;
    font-weight:400;
}
.news_detail .content{
    width: 68%;
    max-width: 970px;
}
.news_detail1 .content h1{
    font-size:24px;
    color: #000202;
    font-family: "sySC-Bold";
    line-height: 1.3;
}
.info_title{
    font-size: 13px;
    color: rgba(0,0,0,.65);
    margin:20px 0 40px;
}
.news_detail1 .content .text{
    font-size:13px;
    color: rgba(0,0,0,.85);
    font-weight: normal;
}
.news_detail1 .content .text strong{
    font-size:28px;
/*    line-height: 1;*/
    font-family: "sySC-Medium";
    color: rgba(0,0,0,1);
}
.news_detail1 .content .text a strong{
    font-size:13px;
    color: rgba(0,0,0,.85);
    font-weight: normal;
}
.news_detail1 .content .text p,.news_detail1 .content .text p span{
    text-wrap: unset!important;
}
.page{  
    margin-top:65px; 
    font-size: 13px;
    color: #000000;  
}
.page a{
    font-size: 13px;
    color: #000000;    
    display: block;
    position: absolute;
    top:0;
    left:0px;
    padding-left: 46px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;
}
.page a:hover{
    color: #008c64;
    font-family: "sySC-Regular";
}
.page a:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 26px;
    height: 12px;
}
.page_prev{
    height: 26px;
    position: relative;
    padding-left: 46px;
    background:url(../images/prev1.png) no-repeat left center;    
}
.page_prev:hover{
    background:url(../images/prev1_h.png) no-repeat left center;    
}
.page_next{
    height: 26px;
    position: relative;
    margin-top:12px;
    padding-left: 46px;
    background:url(../images/next1.png) no-repeat left center;
}
.page_next:hover{
    background:url(../images/next1_h.png) no-repeat left center;    
}


.news_d1{
    padding:120px 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_video{
    width: 46%;
}
.news_video video{
    width: 100%;
    background:#000;
    height: auto;
    display: block;
}
.news_text{
    width: 49%;
    padding-top:45px;
}
.news_text h1{
    font-size:30px;
    color: #000000;
    line-height: 1.4;
    font-family: "sySC-Light";
    font-weight: 300;
}
.news_text .info_title{
    margin:38px 0 30px;
}
.news_text .txt{
    font-size:15px;
    color: #000000;
}
.news_detail2{
    padding:100px 0 160px;
    border-top:1px solid #949ea3;
}
.news_detail2 .content .text{
    font-size:13px;
    color: rgba(0,0,0,.85);
    font-weight: normal;
}
.news_detail2 .content .text strong{
    font-size:16px;
    font-family: "sySC-Light";
    color: rgba(0,0,0,.85);
    margin-bottom: 10px;
    display: inline-block;
}
.news_detail2 .content .text a strong{
    font-size:13px;
    color: rgba(0,0,0,.85);
    font-weight: normal;
    margin-bottom: 0;
}
@media(max-width: 1600px){
    .n_news_img {
        padding: 0 55px 75px;
        margin-bottom: 75px;
        margin-top: 40px;
    }
    .news_list{
        padding:0 55px;
    }
    .news_list li {
        width: calc(100% / 3 - 20px);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .news_detail1{
        padding:100px 0;
    }
    .news_detail1 .content .text strong{
        font-size:24px;
    }
    .page{
        margin-top:50px;
    }
    .news_d1{
        padding:80px 0;
    }
    .news_text {
        padding-top: 15px;
    }
    .news_text h1{
        font-size:24px;
    }
    .news_text .info_title{
        margin:20px 0 20px;
    }
    .news_detail2{
        padding:100px 0;
    }
}
@media(max-width: 1280px){
    .n_news_img {
        padding: 0 35px 50px;
        margin-bottom: 50px;
        margin-top: 30px;
    }  
    .news_list{
        padding:0 35px;
    }
    .news_list li {
        width: calc(100% / 3 - 14px);
        margin-right: 21px;
        margin-bottom: 25px;
    }
    .news_detail1,.news_detail2{
        padding:75px 0;
    }
    .news_text h1{
        font-size:20px;
    }
}
@media(max-width: 1099px){
    .n_news_img {
        padding: 0 0px 35px;
        margin-bottom: 35px;
        margin-top: 25px;
    }
    .news_list{
        padding:0 0px;
    }
    .news_detail h2{
        width:100%;
        font-size:18px;
    }
    .news_detail .content{
        width:100%;
        margin-top:25px;
    }
    .news_detail1 .content h1{
        font-size:20px;
    }
}
@media(max-width: 991px){
    .news_d1 {
        padding: 55px 0;
    }
    .news_video{
        width:100%;
    }
    .news_text{
        width:100%;
        margin-top:10px;
    }
}
@media(max-width: 820px){
    .news_detail1,.news_detail2{
        padding:55px 0;
    }
    .info_title {
        margin: 15px 0 20px;
    }
    .news_detail1 .content .text strong{
        font-size:20px;
    }
    .page{
        margin-top:30px;
    }
}
@media(max-width: 640px){
    .n_news_img {
        padding: 0 0px 20px;
        margin-bottom: 20px;
    } 
    .news_list li {
        width: calc(100% / 2 - 10px);
        margin-right: 20px;
    } 
    .news_list li:nth-child(3n){
        margin-right: 20px;
    }
    .news_list li:nth-child(2n){
        margin-right: 0;
    }
    .news_detail1,.news_detail2{
        padding:35px 0;
    }
    .news_detail1 .content .text strong{
        font-size:18px;
    }
    .news_d1{
        padding:35px 0;
    }
    .news_text h1{
        font-size:18px;
    }
    .news_text .info_title{
        margin:15px 0 15px;
    }
}
@media(max-width: 460px){
    .news_list li {
        width: 100%;
        margin-right: 0px!important;
    }     
}

/*市场活动*/
.schd{

}
.n_meesgae{
    padding:117px 0;
}
.n_meesgae .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mess_text{
    width: 47%;
    border-radius: 5px;
}
.mess_text img{
    border-radius: 5px;    
}
.message{
    width: 50%;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.message ul li{
    width: 100%;
    margin-bottom: 24px;
}
.message ul li input{
    width: 100%;
    background:#fff;
    border:1px solid #b3b3b3;
    border-radius: 5px;
    outline: none;
    padding:0 28px;
    line-height: 52px;
    font-size:16px;
    color: #000000;
}
.message ul li:nth-child(1),.message ul li:nth-child(2){
    width: 48%;
}
#sn1{
    width: 100%;
    height: 55px;
    border:none;
    outline: none;
    font-size:16px;
    color:#fff;
    font-family: "sySC-Regular";
    background:#008c64;
    border-radius: 5px;
    cursor: pointer;
}
.message p{
    font-size:13px;
    color:rgba(0,0,0,.85);
    margin-top:15px;
}
@media(max-width: 1600px){
    .n_meesgae{
        padding:90px 0;
    }
    .message ul li{
        margin-bottom: 12px;
    }
    .message ul li input{
        font-size:15px;
        padding: 0 20px;
        line-height: 46px;
    }
}
@media(max-width: 1280px){
    .n_meesgae{
        padding:75px 0;
    }    
}
@media(max-width: 1099px){
    
}
@media(max-width: 991px){
    .n_meesgae{
        padding:55px 0;
    }
    .message ul li input{
        font-size:14px;
        padding: 0 15px;
        line-height: 40px;
    }
}
@media(max-width: 820px){
    .mess_text{
        width:100%;
        text-align:center;
    }
    .message{
        width:100%;
        margin-top:25px;
    }
}
@media(max-width: 640px){
    .n_meesgae{
        padding:35px 0;
    }    
}


/*关于*/
.about_sort li{
    margin:0 20px;
}
.n_about{
    padding:75px 0 205px;
}
.about_c{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.ding{
    position: absolute;
    top:-120px;
    left:0;
    width: 100%;
}
h2.t1{
    font-size: 21px;
    color: #000000;
    font-family: "sySC-Medium";
    width: 25%;
    line-height: 1;
    font-weight: normal;
    opacity: .85;
}
.about_c .content{
    width: 75%;
    max-width: 1099px;
}
.about1{
    padding:80px 0 0;
}
.t2{
    font-size: 21px;
    color: #000000;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 25px;
}
.about1 .txt{
    font-size:14px;
    color: #000000;
    margin-bottom: 75px;
}
.about1 .txt p{
    margin-bottom: 12px;
}
.about1 .txt2{
    margin:50px 0 80px;
}
.about1 .txt3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:center;
}
.txt3_l{
    width: 45%;
}
.txt3_l p{
    font-size:13px;
    color: #000000;
    margin-bottom: 12px;
}
.txt3_l .p1{
    font-size: 21px;
    color: #000000;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 15px;
}
.txt3_l .p2{
    font-size: 13px;
    color: #000000;
    font-family: "sySC-Medium";
    line-height: 1;
    margin-bottom: 36px;   
}
.txt3_r{
    width: 48%;
    text-align: center;
}
.about1 .txt4{
    margin-top:80px;
}
.about1 .txt4 .p1{
    font-size: 21px;
    color: #000000;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 18px;
}
.about1 .txt4 .p2{
    font-size: 13px;
    color: #000000;
    font-family: "sySC-Medium";
    line-height: 1;
    margin-bottom: 50px;  
    opacity: .85; 
}
.about1_list{
    display: flex;
    flex-wrap: wrap;
}
.about1_list li{
    width: calc(25% - 15px);
    border:1px solid #afadaf;
    border-radius: 5px;
    margin-right: 20px;
    padding:40px 20px;
}
.about1_list li:nth-child(4n){
    margin-right: 0;
}
.about1_list li .img{
    text-align: center;
    line-height: 69px;
    margin-bottom: 26px;
}
.about_txt1{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: center;
}
.about_txt1 p:nth-child(1){
    font-size:13px;
    color: rgba(0,0,0,.85);
    width: 44%;
    line-height: 1.4;
    padding-right: 10px;
    border-right: 1px solid #afadaf;
}
.about_txt1 p:nth-child(2){
    font-size:32px;
    color: rgba(0,0,0,.85);
    width: 56%;
    line-height: 1.2;
    padding-left: 10px;

}
.about_txt2{
    font-size:13px;
    color: rgba(0,0,0,.85);    
}

.about2{
    padding:120px 0 0;
}
.about2 .content{
    background:url(../images/about2.jpg) no-repeat center;
    background-size: cover;
    padding:115px 160px;
    color: #fff;
}
.about2 .content dl{
    margin-bottom: 40px;
}
.about2 .content dl:last-child{
    margin-bottom: 0;
}
.about2 .content dl dt{
    font-size:21px;
    line-height: 1.8;
}
.about2 .content dl dd{
    font-size:14px;
}

.about3{
    padding:120px 0 0;
}
.ab3_txt1{
    margin-bottom: 70px;
}
.ab3_txt1 p:nth-child(2){
    font-size:16px;
    color: #000000;
    margin-top:20px;
}
.about3_list{
    background:#fff;
    padding:50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about3_list li{
    width: 49%;
}
.about3_list li .img{
    width: 180px;
    border-radius: 50%;
}
.about3_list li .tet{

}
.about3_list li .tet h3{
    font-size:21px;
    color: #000000;
    font-weight: bold;
    line-height: 1.6;
    margin:20px 0;
}
.td_txt1{
    font-size:16px;
    color: #000000;
    opacity: .85;
}
.td_txt2{
    font-size:13px;
    color: #000000;
    opacity: .85;
}
.td_txt2 h4{
    font-size:16px;
    color: #000000;
    margin-top:15px;
}

.about4{
    padding:120px 0 0;
}
.about4 .text{
    display: flex;
    flex-wrap: wrap;
    margin:50px 0 70px;
}
.about4 .t2{
    width: 100%;
}
.about4 .img1 p{
    width: 100%;
}
.about4 p{
    width: 32%;
    margin-right: 2%;
    font-size:13px;
    color: #000000;
}
.about4 p:nth-child(3n + 1){
    margin-right: 0;
}
.cd_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cd_list dl{
    width: 48%;
    padding-left: 39px;
    background:url(../images/t1.png) no-repeat 0 7px;
    margin-bottom: 35px;
}
.cd_list dl dt{
    font-size:16px;
    color: #008764;
    font-family: "sySC-Medium";
    line-height: 1.8;
}
.cd_list dl dt span{
    display: block;
    font-family: "sySC-Light";
}
.cd_list dl dd{
    font-size:13px;
    color: rgba(0,0,0,.65);
    line-height: 1.8;
    margin-top:8px;
}
.about5{
    padding:110px 0 0;
}
.about5 .content{
    padding:35px 40px;
    background:url(../images/about5.jpg) no-repeat right center #008a64;
    background-size: cover;
    color:#fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
.about_code{
    display: flex;
    flex-wrap: wrap;
}
.about_code li{
    margin-right: 30px;
    text-align: center;
}
.about_code li:last-child{
    margin-right: 0;
}
.about_code li p{
    font-size:13px;
}
.a_contact{
    padding-left: 94px;
    font-size:13px;
    line-height: 1.8;
}
.a_contact .p1{
    font-size:21px;
    line-height: 1.1;
    margin-bottom: 20px;
}
@media(max-width: 1600px){
    .about_sort li{
        margin:0 20px;
    }
    .n_about{
        padding:75px 0 100px;
    }
    .n_sort li{
        margin:0 30px;
    }
    .about1_list li{
        padding:25px 15px;
    }
    .about_txt1 p:nth-child(1){
        width:48%;
    }
    .about_txt1 p:nth-child(2){
        font-size:24px;
        width:52%;
    }
    .about2,.about3,.about4,.about5{
        padding:90px 0 0;
    }
    .about2 .content{
        padding:90px 120px;
    }
    .about3_list li .tet h3{
        font-size:18px;
    }
    .td_txt1{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .n_about{
        padding:75px 0;
    } 
    .about1_list li{
        padding:15px 12px;
    }
    .about_txt1 p:nth-child(1){
        width:50%;
        font-size:12px;
    }
    .about_txt1 p:nth-child(2){
        font-size:20px;
        width:50%;
    }
    .about2,.about3,.about4,.about5{
        padding:75px 0 0;
    }
}
@media(max-width: 1024px){
    h2.t1{
        width:100%;
    }
    .about_c .content{
        width:100%;
        margin-top:25px;
    }
    .about1 .m_hide{
        display:none;
    }
    .about1 .txt{
        margin-bottom:50px;
    }
    .txt3_l p{
        margin-bottom:7px;
    }

    .about2 .content{
        padding:75px 90px;
    }
    .about2 .content dl{
        margin-bottom:30px;
    }

    .ab3_txt1{
        margin-bottom:50px;
    }
    .ab3_txt1 p:nth-child(2) {
        font-size: 15px;
        margin-top: 10px;
    }
}
@media(max-width: 991px){
    .n_sort li{
        margin:0 20px;
    }   
    .about2 .content {
        padding: 75px 50px;
    }
    .about3_list{
        padding:30px 20px;
    }
}
@media(max-width: 820px){
    .n_about,.about1{
        padding:55px 0;
    }  
    .about1 .txt{
        margin-bottom:35px;
    }
    .about1 .txt2{
        margin: 30px 0 50px;
    }
    .txt3_l p{
        margin-bottom:5px;
    }
    .about1 .txt4{
        margin-top:55px;
    }
    .about2,.about3,.about4,.about5{
        padding:55px 0 0;
    }
    .about1_list li .img{
        line-height:50px;
        height:50px;
        margin-bottom:15px;
    }
    .about1_list li .img img{
        max-height:50px;
    }
    .about_txt1 p:nth-child(1){
        width:100%;
        border-right:0;
        padding-right:0;
    }
    .about_txt1 p:nth-child(2){
        width:100%;
        padding-left:0;
        margin-top:5px;
        font-size:18px;
    }
    .about3_list li .img{
        width:150px;
    }
}
@media(max-width: 640px){
    .n_about,.about1{
        padding:35px 0;
    } 
    .n_sort li{
        margin:0 10px 0 0;
    }
    .n_sort li:last-child{
        margin-right:0;
    }
    .about1 .txt2{
        margin: 0px 0 35px;
    }
    .txt3_l{
        width:100%;
    }
    .txt3_l .p2{
        margin-bottom:25px;
    }
    .txt3_r{
        width:100%;
        margin-top:15px;
    }
    .txt3_l p{
        margin-bottom:3px;
    }
    .about1 .txt4{
        margin-top:35px;
    }
    .about1 .txt4 .p2{
        margin-bottom:30px;
    }
    .about1_list li .img{
        line-height:40px;
        height:40px;
        margin-bottom:12px;
    }
    .about2,.about3,.about4,.about5{
        padding:35px 0 0;
    }
    .ding{
        top:-90px;
    }
    .about1_list li{
        width:calc(50% - 10px);
    }
    .about1_list li:nth-child(2n){
        margin-right:0;
    }
    .about2 .content{
        background: url(../images/about2.jpg) no-repeat 0 center;
        background-size: cover;
        padding: 50px 25px;
    }
    .about2 .content dl {
        margin-bottom: 20px;
    }
    .about3_list{
        padding:20px 15px;
    }
    .about3_list li{
        width:100%;
        margin-bottom:35px;
    }
    .about3_list li:last-child{
        margin-bottom:0;
    }
    .about4 p{
        width:49%;
    }
    .about4 p:nth-child(3n + 1){
        margin-right: 2%;
    }
    .about4 p:nth-child(2n + 1){
        margin-right: 0;
    }
    .about3_list li .img{
        width:120px;
        margin:0 auto;
    }
    .about3_list li h3{
        text-align:center;
    }
    .cd_list dl{
        width:100%;
        margin-bottom:20px;
    }
    .cd_list dl:last-child{
        margin-bottom:0;
    }
    .about_code{
        width:100%;
    }
    .a_contact{
        padding-left:0;
        margin-top:25px;
    }
    .about2 .about_c .content{
        padding:25px 20px;
    }
    .about2 .content dl dt{
        font-size:18px;
    }
    .cd_list dl{
        padding-left:30px;
    }
    .cd_list dl dt{
        font-size:15px;
    }
    .a_contact .p1 {
        font-size: 18px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
}
@media(max-width:460px){
    .about4 p{
        width:100%;
        margin-right:0!important;
    }    
    
}


#job3{
    background:#f1f1f1;
    padding:100px 0 130px;
}
#job3 h2{
    text-align: center;
    font-size:44px;
    color: #333333;
    line-height: 1;
    margin-bottom: 42px;
}
.job_list{

}
.job_list li{
    background:#ffffff;
    margin-bottom: 10px;
}
.job_top{
    padding:0 60px;    
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.job_list li.on .job_t{
    border-bottom:1px solid #e0e0e0;
}
.j1{
   width: 31%;    
}
.j_name{
    font-size:20px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 0;
    width: 45%;
}
.j_c p{
    font-size:16px;
    color: #999999;
    padding-left: 24px;
}
.j_c p:nth-child(1){
    background:url(../images/job_ico1.png) no-repeat left center;
}
.j_c p:nth-child(2){
    background:url(../images/job_ico2.png) no-repeat left center;
}
.j_c p:nth-child(3){
    background:url(../images/job_ico3.png) no-repeat left center;
}
.j_c p:nth-child(4){
    background:url(../images/job_ico4.png) no-repeat left center;
}
.j_date{
    width: 24%;
    float: right;
    font-size:16px;
    color: #999999;
    text-align: right;
}
.j_date span{
    display: inline-block;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 60px;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
    width: 95px;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 95px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #f2f2f2;
    color: #5b5b5b;
    border-radius: 6px;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-size:14px;
    color: #5b5b5b;
    font-family: "微软雅黑";
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#4d4d4d;
    font-size:18px;
    color: #fff;
    font-family: "puhui85";
    text-align:center;
    border-radius: 6px;
}
.job_list li.on .j_cont{
    display: block;
}
.job_list li.on .j_date img{
    transform:rotate(-180deg);
}


@media(max-width: 1600px){
    #job3 h2{
        font-size:36px;
    }

    .job_top{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 40px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1280px){
    #job3 h2{
        font-size:32px;
    }
    .job_top{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 30px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }    
}
@media(max-width: 1024px){
    #job3 h2{
        font-size:28px;
    }

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

    #job3{
        padding:75px 0;
    }
    .job_top {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }    
}
@media(max-width: 767px){
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
        font-size: 22px;
    }
    .job_list li{
        margin-bottom: 12px;
    }
    .job_top {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
        width: 76%;
    }
    .j_c,.j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:15px 0 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }    
}













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

.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 180px;
    left:-185px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
@media(max-width: 1600px){
    .online-server{
        right:5px;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#000;
    margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{
    /* background-color:#FFF; */
    vertical-align:middle;
    /* border:#efefef 1px solid; */
    color: #000;
    /* padding:5px 8px; */
    margin-right: 15px;
    margin-left: 15px;
    font-size: 13px;
}
.pageController a:hover{
    color:#008c64; 
    text-decoration:none;
    /*background-color:#008c64;*/
    /*border:#008c64 1px solid;*/
}
.pageController .currPage {
    color:#008c64;
    /*background-color: #008c64;*/
    /*border:#008c64 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: #008c64; */
    vertical-align: middle;
    /* border: 1px solid #008c64; */
    color: #008c64;
    /* padding: 5px 8px; */
    margin-right: 15px;
    margin-left: 15px;
    /* width: 39px; */
    font-size: 13px;
}
.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: #008c64;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* 右侧浮窗 客服2 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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