﻿/*轮播图开始*/
.yaowenright{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.yaowenright .hd {
    position: absolute;
    bottom:6%;
    left:50%;
    z-index: 8;
    transform: translateX(-50%);
    overflow: hidden;
}

.yaowenright .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.yaowenright .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 6px;
    background: #c2c3be;
}

.yaowenright .hd ul li.on {
    background: #fff;
}

.yaowenright .bd ul {
    width: 100%;
    overflow: hidden;
}

.yaowenright .bd ul li {
    width: 100%;
    display: block;
}

.yaowenright .bd ul li a{
    width: 100%;
    display: block;
}

.yaowenright .bd ul li a img{
    width: 100%;
    vertical-align: middle;
}
/*研发优势、业务主线、特色服务*/
.yanfaul{
    width: 100%;
    margin-top: 40px;
}
.yanfaul li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.yanfaul li a{
    position: relative;
    width: 100%;
}
.yanfaul li a img{
    width: 100%;
    vertical-align: middle;
}
.yanfaul li:last-child{
    margin-right: 0;
}
.yanfaul li a span{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg4.png") repeat center center;
}

.yanfaul li a i{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color:#fff;
}
.yanfaul li:hover a span{
    display: none;
}


/*推荐产品*/
.mien-big {
    width: 100%;
    position: relative;
}
.mien-big .hd{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 100%;
}
.mien-big .hd>a{
    width: 14px;
    height:25px;
    cursor: pointer;
}
.mien-big .hd .next {
    left:0;
    margin-left:-40px;
    background: url("../images/lleft.png") no-repeat center center;
}
.mien-big .hd .next:hover{
    background: url("../images/left.png") no-repeat center center;
}

.mien-big .hd .prev {
    right: 0;
    margin-right:-40px;
    background: url("../images/rright.png") no-repeat center center;
}
.mien-big .hd .prev:hover{
    background: url("../images/right.png") no-repeat center center;
}

.mien-big .bd {
    width: 100%;
}

.mien-big .bd ul {
    width: 100%;
    overflow: hidden;
}

.vipfengcaiul li{
    position: relative;
    float: left;
    width: 23%;
    height: 348px;
    background: #f6f6f6;
    _display: inline;
    overflow: hidden;
    margin-right: 30px;
}
.vipfengcaiul li .tuipa{
    display: none;
    position: absolute;
    top:0;
    left:0;
    padding-top: 116px;
    width: 100%;
    height: 100%;
    background: url("../images/bg4.png") repeat center center;
}
.vipfengcaiul li:hover .tuipa{
    display: block;
}
.tuipa>a{
    display: block;
    width: 210px;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    margin: 0 auto 10px;
}
.bg-blue{
    background: #1583b4;
}
.bg-green{
    background: #99c257;
}
.tuijbig{
    padding-bottom: 80px;
    width: 100%;
}
.tleh1{
    padding: 65px 0 40px;
    font-size: 30px;
    color:#333;
    font-weight: 400;
    text-align: center;
}
.huaximg{
    width: 180px;
    text-align: center;
    margin: 40px auto 30px;
}
.huaximg img{
    display: block;
}
.huact{
    text-align: center;
}
.fs16{
    font-size: 16px;
}
.fs14{
    font-size: 14px;
}

.huact p{
    line-height: 35px;
    color:#333;
}

/*产品中心*/
.prowrap{
    padding-bottom: 30px;
    background: #f3f3f3;
}
.proul{
    width: 100%;
}
.proul li{
    float: left;
    width: 22%;
    margin-right: 2%;
    margin-bottom: 25px;
    overflow: hidden;
    padding-top: 0;
}
.proul li:nth-child(3n){
    margin-right: 0;
}
.proul li .proimg{
    position: relative;
    width: 100%;
}
.proul li .propabg{
    position: absolute;
    top:-100%;
    left:0;
    width: 100%;
    height: 100%;
    background: url("../images/bg4.png") repeat center center;
    transition: all .3s;
}
.propabg a{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.proul li .proimg img{
    width: 100%;
    vertical-align: middle;
}
.proul li p{
    padding: 24px 0;
    font-size: 18px;
    color:#333;
    text-align: center;
}

.proul li:hover .propabg{
    top: 0;
}
/*试剂*/
.shijiwrap{
    padding: 170px 0 160px;
    background: url("../images/i-bg.png") no-repeat center center;
}
.shijict{
    width:52.5%;
}
.shijict h1{
    font-size: 30px;
    color:#fff;
    font-weight: 400;
}
.shijict p{
    padding: 20px 0;
    line-height: 25px;
    font-size: 14px;
    color:#fff;
}
.shijict a{
    width: 40px;
}
.shijict a img{
    width: 100%;
}

/*促销活动*/
.cuxiaowrap{
    padding-bottom: 80px;
    width: 100%;
    background: #f3f3f3;
}
.cuxioaul{
    width: 100%;
}
.cuxioaul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 25px;
    overflow: hidden;
    cursor: pointer;
}
.cuxioaul li:nth-child(3n){
    margin-right: 0;
}
.cuxioaul li .cuimg{
    width: 100%;
    overflow: hidden;
}
.cuxioaul li .cuimg img{
    width: 100%;
    vertical-align: middle;
    transition: all .3s;
}
.cuxioaul li .cucont{
    padding: 40px 35px 0;
    height: 240px;
    background: #fff;
}
.cuxioaul li .cucont h6{
    font-size: 18px;
    color:#333;
    font-weight: 400;
}
.cuxioaul li .cucont p{
    margin: 20px 0 25px;
    line-height: 25px;
    font-size: 14px;
    color:#999;
}
.cuxioaul li .cucont>a{
    font-size: 14px;
    color:#333;
    text-decoration: underline;
}
.cuxioaul li:hover .cuimg img{
    transform: scale(1.1);
}

.cuxioaul li:hover h6{
    color:#219ed9;
}

/*合作伙伴*/
.cooperation-big{
    width: 100%;
    position: relative;
}
.cooperation-big .hd{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 100%;
}

.cooperation-big .hd>a{
    width: 14px;
    height: 25px;
    cursor: pointer;
}
.cooperation-big .hd .next {
    left:0;
    margin-left:-40px;
    background: url("../images/lleft.png") no-repeat center center;
}

.cooperation-big .hd .next:hover{
    background: url("../images/lleft.png") no-repeat center center;
}

.cooperation-big .hd .prev {
    right: 0;
    margin-right:-40px;
    background: url("../images/rright.png") no-repeat center center;
}
.cooperation-big .hd .prev:hover{
    background: url("../images/right.png") no-repeat center center;
}

.cooperation-big .bd {
    width: 100%;
}

.cooperation-big .bd ul {
    width: 100%;
    overflow: hidden;
}
.cooperation-big .bd ul li{
    width: 20%;
    /*margin: 0 6px;*/
}
.cooperation-big .bd ul li a{
    display: block;
    width:65%;
    margin: 0 auto;
}
.cooperation-big .bd ul li a img{
    width: 100%;
}
.mobile{
    display: none;
}

