 /* 首页 */
.swiper-pagination-bullet{
    border-radius: 0 !important;
    width: 5%;
    height: 5px;
}
.swiper-pagination-bullet{
    background-color: #fff;
}
.swiper-pagination-bullet-active{
    background-color: #02b753
}
.pro{
    padding: 3% 0;
    
}
.pro>.title{
    width: 100%;
    text-align: center;
    font-size: 36px;
    color:#333;
}
.pro>.tit-desc{
    width: 100%;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 32px
}
.content{
    width: 85%;
    margin:0 auto;
    max-width: 1200px;
}

/* 应用中心 */
.app{
    display: flex;
    justify-content: space-around;
    padding-bottom: 12%;
}
.app h3{
    font-size: 16px;
    line-height: 38px;
    font-weight: bold;
    padding-top: 2.2%;
}
.app-item a:hover h3  {
    color: #02b753 !important;

}
.app-pic{
    -moz-box-shadow: 5px 5px 0px #fff; /* 老的 Firefox */
    box-shadow: 5px 5px 0px #fff;
}
.app-item a:hover .app-pic{
    -moz-box-shadow: 5px 5px 0px #02b753; /* 老的 Firefox */
    box-shadow: 5px 5px 0px #02b753;
}
.app-item a:hover .more{
    background-color: #02b753;
}
.app-item{
    width: 31%;
}
.k{
    font-size: 14px;
}
.top{
    padding-top: 30px;
}
.more{
    font-size: 14px;
    color: #fff;
    width: 88px;
    line-height: 28px;
    text-align: center;
    background-color: #999999;
    border-radius: 5px;
    margin-top: 2%;
}
.pro-slide{
    display: none;
    overflow: scroll;
    padding-top: 10px;
    
}
.pro-slide div{
    margin-left: 8%;
	flex-shrink: 0;
}
.pro-slide>div>img{
    width: 160px;
    
}
.sli-btn{
    font-size: 14px;
    width: 82%; height: 32px;
    line-height: 32px;
    background-color: #02b753;
    color: #fff;
    margin:8px auto;
    border-radius: 5px;
    margin-left: 20px
}
.sli-btn>a{
    color: #fff;
}
.pro-slide>div>p{
    padding-top: 10px;
}
@media (max-width: 767px){ 
    .pro{
        padding:0;
        margin-top: 0px;
        height: 68px;
    }
    .pro >.title{
        font-size: 18px !important;
        line-height: 15px;
    }
    .pro>.tit-desc{
        font-size: 12px !important;
        padding-bottom: 10px !important;    
    }
    .app{
        flex-direction: column;
    }
    .app-item{
        width: 100%;
        padding:10px;

    }
    .homeTab{
        display: none;
    }
    .pro-slide{
        text-align: center;
        display: block;
        display: flex;
    }
    .wall{
        display: none;
    }
    body{
        font-size: 14px;
    }
 }
 /* 首页 */

/* 关于我们 */
.company{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #f2f2f2;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.company>ul{
    display: flex;
    justify-content: center;
    
}
.company>ul>li>a{
    display: block;
    width: 110px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.company>ul>li>span{
    display: block;
    width: 16px; 
    height: 10px;
    margin-left: 46%;
    
}
.act-1,.company>ul>li:hover span{
    background-image: url(../imgs/jt.png)
}
.company>ul>li>a:nth-child(1){
    border-right: 0;
}
.act,.company>ul>li:hover a{
    display:block;
    width: 110px;
    background-color: #02b753;
    color: #fff;
}
.companyname{
    font-size: 24px;
    text-align: center;
    height: 100px;
    line-height: 100px;
}
.company-summary>span{
    font-weight: bold;
}
.company-summary{
    line-height: 28px;
}
.CompanyCore{
    margin-top: 3%;
    width: 100%;
    padding-bottom: 8%;
    background-color: #f8f8f8;
}
/* 公司运营 */
.operations{
    font-size: 30px;
    text-align: center;
    height: 190px;
    line-height: 190px;
}

@media (max-width: 1200){  }
@media (max-width: 980px){ 
    .operations{
        font-size: 24px;
        text-align: center;
        height: 150px;
        line-height: 150px;
    }
   
 }
@media (max-width: 767px){ 
    .title{
        font-size: 22px !important;
    }
    .top{
        padding-top: 25px;
    }
    .operations{
        font-size: 18px;
        text-align: center;
        height: 78px;
        line-height:80px;
    }
    .threeCore>div>p{
        font-size: 14px !important;
    }
    .companyname{
        height: 46px;
        line-height: 55px;
        font-size: 20px !important;
    }
    
 }

.threeCore{
    width: 85%;
    max-width: 1200px;
    margin:0 auto;
    display: flex;
}
.threeCore .core-item{
    width: 33%;
    text-align: center;
}

.yfzx>img{
    max-width: 100%;
}
.threeCore>div>p{
    margin-top: 2%;
    font-size: 22px;
}
@media(max-width:767px){
    .threeCore{
        width: 94%;
    }
    .sm-cm{
        height: 46px !important;
        margin-top: 14px;
    }
}
/* 关于我们>公司新闻 */
.news-zy{
    padding-top: 8%;
}
.news-pic{
    float: left;
    width: 40%;
}
@media (max-width: 767px){ 
    .news-pic{
        width: 100%;
        padding-bottom: 12px;
    }
    .importainnews{
        padding-left: 0% !important;
    }
    .importainnews>h1>a{
        padding-top: 20px;
    }
}
.news-pic>img{
    max-width: 91%;
    
}
.importainnews{
    font-size: 14px;
    line-height: 26px;
    padding-left: 40%;
}
@media(max-width:1300px){
    .importainnews{
        padding-left: 43%
    }
}
.importainnews>h1{
    font-size: 18px;
    font-weight: bold;
}
.importainnews>span{
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 14px;
    color: #999999;
}
.more-two{
    margin-top: 4%;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    background-color: #02b753;
    border-radius: 5px; 
    color: #fff;
    text-align: center;
}
.more-two>a{
    color: #fff
}
.line{
    width: 100%;
    height: 1px;
    background-color: #999999;
}
.news-list{
    padding-top: 5%;
    width: 100%;
}
.list-item{
    display: flex;
    padding:2% 0;
    border-bottom:1px solid #e3e3e3;
}
.time{
    width:90px;
    height: 104px;
    border:1px solid #aaa;
}
.time>span:nth-child(1){
    display: block;
    font-size: 30px;
    color: #aaa;
    font-weight: bold;
    text-align: center;
    width: 90px;
    line-height: 72px;
}
.time>span:nth-child(2){
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #aaa;
    font-size: 14px;
    color: #fff
}
.list-desc{
    font-size: 14px;
    line-height: 26px;
    margin-left: 2%;
}
.list-desc h1{
    font-size: 16px;
    line-height: 46px;
}
.list-item:hover>.time{
    border:1px solid #02b753;
}
.list-item:hover>.time>span:nth-child(1){
    color: #02b753;
}
.list-item:hover>.time>span:nth-child(2){
    background-color: #02b753;
}
.list-item:hover>.list-desc>a>h1{
    color: #02b753;
}
@media (max-width: 767px){ 
    .time{
        display: none;  
    }
    
}
.news-ys{
    margin-bottom: 3%;
    display: flex;
    height: 250px;
    align-items: center;
    justify-content: center;
	    text-align: center;
}
.news-ys>a{
    display: inline-block;
    width: 50px; height: 50px;
    border: 1px solid #999999;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin:0 5px;
}
.news-ys>a:hover, .news-ys>a:hover a{
    background-color: #02b753;
    border:0;
    color: #fff;
}
.curr{
	color: red;
	}
@media(max-width:767px){
    .news-ys>ul>li{
        width: 30px; height: 30px;
        font-size: 14px; line-height: 30px;
        margin:0 3px;
    }
    .news-ys>ul{
        height: 66px !important;
        margin-bottom: 5%;
    }
}

/* 产品中心 */

.btn-products{
    display: none;
   
}
.btn-products>.active-1{
    background-color: #02b753;
    height: 26px;
    color: #fff;
    
    
}
.btn-products>.active-1>a{
    color: #fff;line-height: 26px;
}
.btn-products>div{
   width: 30%;
   font-size: 12px;
   background-color: #ccc;
   border-radius: 5px;
   text-align: center;
   margin:1%;
   line-height: 26px;
}

.products{
    display: flex;
    flex-wrap: wrap;  
}
.pro-list{
    width: 29%;
    background-color: #f4f4f4;
    margin:2%;
    padding-bottom: 2.5%;
}
@media (max-width: 767px){ 
    .pro-list{
        width: 48%;
        margin:1%;
    }
    .pro-list>h1{
        line-height: 24px !important;
        max-height: 64px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: wrap;
        font-size: 14px;
    }
}
.pro-pic{
    background-color: #fff;
    width: 94%;
    margin-left: 3%;
    margin-top: 3%;
	height:0px;
	padding-bottom:60%;
	overflow:hidden;
}
.pro-pic img{
    max-width: 100%;
}
.pro-list>h1{
    margin-left:4%; 
    line-height: 55px;
    
}

.pro-list>span{
    display: block;
    width: 110px;
    background-color: #999999;
    line-height: 32px;
    text-align: center;
    border-radius: 5px; 
    margin-left:4%; 
}
.pro-list:hover { background-color: #02b753; box-shadow: 2px 2px 4px #ccc}
.pro-list:hover>h1{
    color: #fff;
}
.pro-list:hover>span{
    
    background-color: #fff;
} 
@media(max-width:767px){
    .pro-list>span{
       margin-top: 8px;
        width: 92%;
        font-size: 14px;
        line-height: 28px;
    }
}
/* //应用详情也页 */

.content>.apptitle>h1{
    padding-top: 3%;
    font-size: 30px;
    line-height: 30px;
}
@media(max-width:767px){
    .content>.apptitle>h1{
        font-size: 18px;  
        line-height: 18px;
    }
}
.content>.apptitle{
    width: 100%;
    text-align: center;
}
.content>.apptitle>span{
    margin: 0 auto;
    width: 85%;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #999999;
    border-bottom: 1px solid #ccc;
}
.app-img{
    width: 60%;
    margin: 0 auto;
    padding: 2% 0; 
}
@media(max-width:767px){
    .app-img{
        width: 85%;
    }
    .content>.apptitle>h1{
        font-size: 16px;
    }
    .content>.apptitle>span{
        height: 30px;
        line-height: 25px;
    }
}
.app-img>img{
    width: 100%;
}
.app-footer{
    border-top:1px solid #ccc;
    padding-left: 1%;
    margin-top:2%;
    padding-top: 1%; 
    position: relative;
}
.app-footer>p>a{
    font-size: 12px;
    color: #999999;
    width: 90%;

}
.app-footer>.return{
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    width: 100px;
    position: absolute;
    top: 28%;
    right: 1%;color: #999999;
}
.app-footer>.return>span{
    display: block;
    width: 24px; height: 24px;
    margin-top:3px; 
    margin-left:6px; 
    background-image: url(../imgs/re.png);
    float: left;
    background-size:100%; 
}
.app-wb span{
    font-weight: bold;
}
.app-wb span a{
    padding-right: 1%;
    line-height: 32px;
    text-decoration: underline;
}

/* 技术中心页面 */
.skill-list{
    padding-top:5%;
}
.skill-list>li{
    border-bottom: 1px dashed #ccc;
    line-height: 42px;
    padding-top: 1%;
    position: relative;
    cursor: pointer;
    padding-left: 1%;
}
.skill-list>li>span{
    position: absolute; right: 1%;
}
.skill-list>li:hover,.skill-list>li:hover a{
    color: #02b753
}
/* 技术中心  常见问题 */
.question{
    display: flex;
    flex-wrap: wrap;
    padding-top: 5%;
}
.ques-item{
    width: 44%;
    border:1px solid #e8e8e8;
    margin:1.5% 3%;
    font-size: 12px;
    line-height: 22px;
   
}
.ques-item>a{
    color: #999999
}
.ques-pic{
    display: flex;
    padding-top: 2%;
    padding-left: 2%;
}
.ques-pic>div{
   width: 50%
}
.ques-pic>div>img{
    width: 100%;
}
.ques-pic h1{
    font-size: 14px;
    color: #333;
    line-height: 40px;
}
.ques-pic>div:nth-child(2){
    padding:4% 3%;
}
.ques-item:hover{
    background-color: #02b753;
}
.ques-item:hover a, .ques-item:hover h1{
    color: #fff;
}
@media(max-width:767px){
    .ques-item{
        width:100%;
    }
    .ques-pic{
        flex-direction: column;
    }
    .ques-pic>div{
        width: 97%
     }
}
/* 加入我们 */
.join-title{
    padding: 7% 0 5% 0;
    width: 100%;
    text-align: center;
}
.join-title>h1{
    font-size: 30px;
    
}
.join-title>p{
    color: #666666;
    line-height: 32px;
}
.job{
    font-size: 24px;
    border-bottom: 1px dashed #ccc;
    line-height: 50px;
    padding-top: 3%;
    cursor: pointer;
}
.join-info{
    padding-top: 1%;
    display: flex;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
}
.join-info>div{
    width: 47%;
    line-height: 32px;
}
.join-info>div:nth-child(2){
    margin-left:6%;
    
}
.join-info>div>span{
    font-size: 18px;
    line-height: 50px;
}
@media(max-width:767px){
    .join-info{
        flex-direction: column
    }
    .join-info>div{
        width: 100%;
    }
    .join-info>div>span{
        font-size: 16px;
        line-height: 35px;
    }
    .join-info>div:nth-child(2){
        margin-left: 0;
    }
    .job{
        padding-top:1%; 
        font-size: 16px;
        line-height: 32px;
    }
}
.join-foot{
    font-weight: bold;
    border-top: 1px dashed #ccc;
    margin-top: 4%;
    line-height: 64px;
    font-size: 24px;
}
.join-foot-sm{
    display: none;
}
@media(max-width:767px){
    .join-foot{
        display: none
    }
    .join-foot-sm{
        font-weight: bold;
        display: block;
        line-height: 28px;
        border-top: 1px dashed #ccc;
    }
}

/* 产品中心>试剂 */
.reagent{
    display: flex;
    padding-top: 5%;
}
.rea-pic{
    width:25%;
}
.rea-pic>img{
    max-width: 100%;
}
.rea-name{
    color: #333;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    border-bottom: 1px solid #02b753;
    width: 100%;
    display: block;
    margin-bottom: 2%;
}
@media (max-width:767px){
    .reagent{
        flex-direction: column;}
    .rea-pic{
        width:100%; 
       
    }
}
.bg-rea{
    width: 100%; background-color: #f5f5f5; height: 80px; margin-top: 3%
}
.rea-title{
    width: 85%; max-width: 1200px; line-height: 80px; font-size: 20px; margin: 0 auto;padding-left: 1%;
}
@media(max-width:767px){
    .rea-title{
        width:95%;
        font-size: 16px;
        line-height: 60px;
        font-weight: bold;
    }
    .bg-rea{
        height: 60px;
    }
    .skill-list>li{
        line-height: 30px;
    }
}
/* 试剂详情页面 */
.explain{
    font-size: 14px; margin-left: 4%; width: 75%
}
.explain>.rea-name{
    border-bottom: 1px dashed #ccc;
}
.dropdown{
    margin-top: 6%;
    padding-top: 2%;
    border-top:1px dashed #ccc
}
.dropdown>a>span{
    background-image: url(../imgs/down.png);
    width: 24px;
    height: 24px;
    background-size: 100%;
    display: block;
    float: left;
}
.readetail-title{
    background-color: #f5f5f5;
    margin-top: 3%;
    line-height: 32px;
    font-weight: bold;
}
.readetail-title::before{
    display: block;
    float: left;
    content: " ";
    width: 12px;
    height: 32px;
    background-color: #02b753;
    margin-right: 12px;
}
.principle{
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    padding-top: 1%;
    padding-bottom: 1%
}
.readetail-info{
    display: flex;
    color: #666666;
    font-size: 14px;
}
.readetail-info>div{
    width: 50%;
}
.readetail-info h1{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-top: 3%;
    line-height: 35px;
    
}
@media(max-width:767px){
    .explain{
        width: 100%;
        margin-left:0
    }
    .readetail-info{
        flex-direction: column;
    }
    .readetail-info>div{
        width: 100%
    }
    .readetail-info h1{
        font-weight: normal;
    }
    .rea-name{
        font-size: 16px;
        line-height: 32px;
    }
    
}
/* 仪器特点 */
.inline{
    width: 85%;
    max-width: 1200px;
    margin:0 auto;
    display: flex;
}
.inline>li{
    text-align: center;
    line-height: 75px;
    padding:0 2%;
}
.inline>li:nth-child(2),.inline>li:nth-child(4){
    background-color: #fff
}
.content>.title{
    padding-top: 10px;
    font-size: 28px; text-align: center; color: #02b753;
    line-height: 150px;
   font-weight: bold
}
.products-tb{
    display: flex;
    font-size: 20px;
    margin-top: 8%;
    
}
.products-tb>div{
    width: 48%;
    color: #333;
    text-align: center;
    margin-right: 5%
}
.products-tb>div:nth-child(2){
    margin-right: 0 !important;
}
.inline-yellow{
    
    margin-top: 8%;
}
.products-tb>div:nth-child(1){
    background-color: #eee;
}
.products-tb>div>h1{
    font-size: 28px;
    line-height: 92px;
    border-bottom: 2px solid #02b753;
    width: 100%;
    margin-left: 0
}

.products-tb>div>p{
    line-height: 32px;
    margin-top: 5%
}
.products-tb>div>p:nth-child(1){
  
}
.tb-list{

}
.tb-list>ul>li{
    background-color: #eee;
    height: 60px;
    line-height: 60px;
    margin:6px 0;
    padding-left: 5%;
    
}
.tb-list>ul>li:nth-child(1){
    margin:0
}

.gn-items{
    display: flex;
    margin-top: 2%
}
.gn-items>div{
    width: 48%;
    background-color: #eee;
    text-align: center;
    font-size: 20px;
    margin-top: 6%;
    line-height: 32px;
    color: #333;
    height: 0;
    padding-bottom: 30%;
}
.gn-items>div>h1{
    font-size: 28px;
    line-height: 92px;
    border-bottom: 2px solid #02b753;
    width: 100%;
    margin-left: 0;
}
.gn-items>div>p{
    margin-top: 4%
}
.gn-items>div:nth-child(1){
    margin-right: 5%
}
.more-4{
    margin-left: 1%;
    margin-top: 3%;
    width: 110px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    background-color: #eee;    
}
.more-4>a{
    color: #333
}
.more-4:hover{
    background-color: #02b753; 
}
.more-4:hover a{
    color: #fff;
}
@media(max-width:767px){
    .gn-items{
        display: flex;
        flex-direction: column;
        margin-top: 2%
    }
    .gn-items>div{
        width: 100%;
        height: 300px;
        font-size: 16px;
        line-height: 28px;
    }
    .gn-items>div>h1{
        font-size: 18px;
        line-height: 52px;
        
    }
}
.qxt{
    display: flex;
    text-align: center;
    color: #999;
   
}
.qxt>div{
    margin-right: 3%;
}
.qxt>div:nth-child(3){
    margin-right: 0;
}
.qxt-bro{
    box-shadow: 0px 0px 5px #ccc;
    margin-right: 4%;
    margin-bottom: 4%;
    width: 100%;
}
.qxt-bro>img{
    max-width: 100%;
}
.yyal{
    background-color: #f5f5f5;
    line-height: 32px;
    padding:4% 2%;
}
.underline{
    width: 100%;
    height: 1px;
    background-color: #666;
    margin:3% 0;
}
@media(max-width:1200px){
    .products-tb{
        font-size: 18px
    }
    .products-tb>div>h1{
        font-size: 26px;
    line-height: 100px;

    }
}
@media(max-width:767px){
    .inline>li{
        line-height: 38px;
        font-size: 14px
    }
    .content>.title{
        padding-top: 3px;
        line-height: 64px;
        font-size: 20px !important;
    }
    .products-tb {
        flex-direction: column;
        font-size: 16px;
    }
    .products-tb>div{
        width: 100%;
    }
    .products-tb>div:nth-child(2){
        padding-left: 0;
    }
    .products-tb>div>p{
        line-height: 40px;
    }
    .products-tb>div>h1{
        font-size: 20px;
    line-height: 50px;
    }
    .qxt{
        font-size: 14px;
    }
    .btn-products{
        margin-top: 10px;
        margin-bottom: 5px
    }
    .bgtitle-sm{
        display: none;
    }
    .tb-list>ul>li{
        padding-left: 3%;
    }
    .tb-list>ul>li:nth-child(1){
        margin-top: 2%;
    }
}
/* 联系我们 */
.address{
    display: flex
}
.com-name{
    font-size: 24px; 
    font-weight: bold;
    line-height: 82px;
    border-bottom: 1px solid #ccc; 
}
.con-info{
    padding-top: 2%;
}
.con-info>li>span{
    margin-right: 8px;
}
.con-info>li{
    line-height:42px;
}
.map{
    width: 42%;
    margin-left: 10%
}
@media(max-width:767px){
    .com-name{
        font-size: 16px;
        line-height: 40px;
    }
    .join-title{
        padding-bottom: 0;
        padding-top: 4%;
    }
    .join-title>h1{
        font-size: 16px;
    }
    .join-title>p{
        font-size: 12px;
        line-height: 24px;
    }
    .address{
        flex-direction: column
    }
    .map{
        display: none;
      
    }
}
.zxly{
    padding-top: 5%;
    line-height: 40px;
    height: 40px;
}
.bod>form{
	margin:1%;
	}
	
form{
    margin-top: 5%
}
input{
    padding-left: 8px
}
#username, #telphone{
    width: 23%;
    height: 32px;
    background-color: #fafafa;
    border:1px solid #ccc;
    outline: none; 
    
}
#telphone{
    margin-left:3%
}
#address{
    width: 47%;
    height: 32px;
    background-color: #fafafa;
    border:1px solid #ccc;
    outline: none; 
    margin-left: 3%;
}
#message{
    padding-left: 8px;
    width: 100%;
    height: 200px;
    background-color: #fafafa;
    border:1px solid #ccc;
    outline: none; 
    margin-top:20px;
}
#sumbit{

    font-size: 18px;
    margin-top: 20px;
    width: 100%;
    height: 42px;
    background-color: #02a24a;
}
@media(max-width:767px){
    #username, #telphone{
        width: 47.5%;
    }
    #address{
        margin-left: 0;
        margin-top: 3%;
        width:100%
    }
}
/* 浮动 */
.fudo{
    z-index: 999;
    position: fixed;
    top: 40%; right: 0;
}
.fudo>ul>li{
    text-align: center;
    border-radius: 5px;
    width:60px; height: 60px; line-height: 60px;
    box-shadow: 0px 0px 10px rgb(105, 104, 104);
    background-color: #fff;
    margin-top: 8px;
    cursor: pointer;
    
}
.fudo>ul>li>img{
    width: 100%;
}
.fudo>ul>li:nth-child(3){
    font-size: 32px;
}
.fudo>ul>li>a{
    color: #797979
}
.dh{
    width: 70%;
    height: 40px;
    margin: 0 auto;
    display: block;
    background-image: url(../imgs/bg-dh.png);
    background-size:100%; 
}
#fudo{
    display: none;
}
.fudo>ul>li:nth-child(4)>a{
    display: block;
    color: #fff;
    background-color: #02b753;
    line-height: 20px;
    font-size: 14px;
    height: 60px;
    border-radius: 5px;
}
.fudo>ul>li:nth-child(4)>a>span{
    display: block;
}
.hov-tel{
    position: absolute;
    top: 0; right: -150px;
    width: 150px;
    background-color: #02b753;
    border-radius: 5px;
    color: #fff;
    z-index: -222;
}
.fudo>ul>li:nth-child(2):hover{
    background-color: #02b753;
    box-shadow: 0 0 0px #02b753;

}
.fudo>ul>li:nth-child(2):hover span{
    background-image: url(../imgs/dh.png)
}
.fudo>ul>li:nth-child(2):hover .hov-tel{
    right: 50px;
    transition: all 1.5s
}
.pro-sm{
    display: none;
}
@media(max-width:767px){
    .pro-sm{
        display: block
    }
    .zxly{
        height: 30px;
        line-height: 1px;
    }
    .zxly>img{
        width: 20px;
    }
    .zxly>span{
        font-size: 16px !important;
    }
}

/* 操作视频 */
.video-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
    overflow: hidden;
}
.video-pic>img{
    max-width: 100%;
}
.video-list>div{
    width: 31%;
    margin: 3% 1%;
}

.video-list p{
    font-size: 18px;
    font-weight: bold;
    line-height: 42px;
}
.video-pic{
    background-color: #333;
    position: relative;
    overflow: hidden;
}
.video-pic span{
    display: block;
    width: 16%;
    position: absolute;
    top: 38%;
    left: 42%;
    opacity: 0;
}
.video-list>div:hover .video-pic>span {
    opacity: 1;
    transition:all 0.5s
}
.video-list>div:hover .video-pic>img{
    opacity: 0.7;
   
}
.video-iframe{
    width: 70%;
    margin: 3% auto;
    text-align: center;
}
.video-iframe iframe{
    width: 650px;
    height: 500px;
}
@media(max-width:767px){
    .video-iframe{
        width: 90%;}
    .video-iframe iframe{
        width: 280px;
        height: 178px;
    }
    .video-list>div{
        width: 48%;
    }
    .video-list p{
        font-size: 16px;
        line-height: 28px;
    }
}
.video-desc h1{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
/* 下载 */
.dropdown-2{
    height: 500px;
    margin-top: 5%;
    display: flex;
    border: 1px solid #ccc;
}
#tab_right{
    width: 20%;
    background-color: #02b753;
}
#tab_right ul>li{
    width: 100%;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    border-radius: 1px;
}
.selected{
    background-color: #fff;
    color:#02b753 !important;
}
#tab_content{
    width: 74%;
}
.dom{
    margin-top: 2%;
    width: 100%;
    display: none;
    margin-left: 4%;
}

.dom>ul>li{
    line-height: 42px;
    font-size: 18px; 
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.dom>ul>li>a>span{
    display: inline-block;
    position: absolute;
    right: 5%;
}
.dom>ul>li:hover a{
    color: #02b753;
}
@media(max-width:767px){
    #tab_right{
        width: 33%;
    }
    #tab_right>ul>li{
        font-size: 12px;
    }
    #tab_right>ul>li:nth-child(5){
        line-height: 24px;
    }
    #tab_right>ul>li:nth-child(6){
        line-height: 24px;
    }
    #tab_content{
        width: 65%;
    }
    .dom>ul>li{
        height: 66px;
        line-height: 26px;
    }
    .dom>ul>li>a{
        font-size: 14px;
    }
    .dom>ul>li>a>span{
        font-size: 12px;
        bottom: 0;
    }
    .dropdown-2{
        height: 400px;
        border:none;
    }
}

/* 下载 */
.dropdown-2{
    height: 500px;
    margin-top: 5%;
    display: flex;
  
}
#tab_right{
    width: 20%;
    background-color: #02b753;
    
}
#tab_right ul>li{
    width: 100%;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    border-radius: 1px;
}
#tab_right ul>li>a{
    color: #fff;
}
.selected{
    background-color: #fff;
    
}
.selected>a{
    color:#02b753 !important;
}
#tab_content{
    width: 74%;
}
.dom{
    margin-top: 2%;
    width: 100%;
    display: none;
    margin-left: 4%;
}

.dom>ul>li{
    line-height: 42px;
    font-size: 18px; 
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.dom>ul>li>a>span{
    display: inline-block;
    position: absolute;
    right: 5%;
}
.dom>ul>li:hover a{
    color: #02b753;
}
@media(max-width:767px){
    #tab_right{
        width: 33%;
    }
    #tab_right>ul>li{
        font-size: 12px;
    }
    #tab_right>ul>li:nth-child(1){
        line-height: 24px;
    }
    #tab_right>ul>li:nth-child(3){
        line-height: 24px;
    }
    #tab_content{
        width: 65%;
    }
    .dom>ul>li{
        height: 66px;
        line-height: 26px;
    }
    .dom>ul>li>a{
        font-size: 14px;
    }
    .dom>ul>li>a>span{
        font-size: 12px;
        bottom: 0;
    }
    .dropdown-2{
        height: 400px;
        border:none;
    }
}

/* 搜索 */
.search-2{
    margin-top: 2%;
    padding-bottom: 2%;
    border-bottom: 1px dashed #ccc;
}
.search-2>a>h1{
    font-size: 16px;
    font-weight: bold;  
}
.search-2>a>span{
    font-size: 12px;
    color: #999;
    line-height: 31px;
}
.search-desc{
    font-size: 14px;
    line-height: 24px;
    height: 69px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    
}
.curr,.num,.prev,.next{
	display: inline-block;
    width: 70px;
    height: 50px;
    line-height:50px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
	color:#333 !important;
	font-size:18px;
}
.prev:hover,.next:hover,.curr:hover,.num:hover{
	background-color:green;
	color:#fff !important;
	border:none;
}
.curr{
	color:red	!important;
}