@charset "UTF-8";
/* CSS Document */
/* index */
/*banner*/
.index-banner {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.index-banner .flexslider {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
}
.index-banner .slides{
    width: 100%;
    height: 100%;
}
.index-banner .slides li {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: block;
}
.index-banner .slides li a {
    display: block;
    height: 100%;
}
/*图片指示*/

.index-banner .flex-control-nav {
    position: absolute;
    top: 48%;
    z-index: 222;
    right: 50px;;
    text-align: center;
}
.index-banner .flex-control-nav li {
    zoom: 1;
    text-align: center;
}
.index-banner .flex-control-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: #ffffff;
    font-size: 0;
    border-radius: 50%;
}
.index-banner .flex-control-nav .flex-active {
    background: #079a3e;
}
/*----------------*/


.index-header{
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-header .logo{
    float: left;
    height: 51px;
}
.index-header .logo img{
    display: block;
    height: 100%;
}

.index-header .menu{
    float: right;
    width: 39px;
    height: 39px;
    cursor: pointer;
}
.index-header .menu .menu-on{
    width: 39px;
    height: 39px;
    background: url("../images/menu-icon.png") left top no-repeat;
    cursor: pointer;
}
.index-header .menu.active .menu-on{
    display: none!important;
}
.index-header .menu .menu-off{
    display: none;
    width: 39px;
    height: 39px;
    background: url("../images/menu-off.png") left top no-repeat;
    cursor: pointer;
}
.index-header .menu.active .menu-off{
    display: block!important;
}

.index-menu{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(15,44,85,0.9);
    text-align: center;
}
.index-menu ul{
    display: inline-block;
    padding-top: 200px;
}
.index-menu ul li{
    margin-bottom: 45px;
}
.index-menu ul li a{
    color: #ffffff;
    font-size: 20px;
}
.index-menu ul li:hover a{
    color: #079a3e;
}

.index-copyright{
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
}
.index-copyright .share{
    float: right;
    position: relative;
    z-index: 999999;
}
.share .social-share-icon{
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    color: #ffffff;
    border: 1px #ffffff solid;
}
.share .social-share-icon:hover{
    background: #0077B5;
}

.round-menu{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    width: 45%;
    height: 220px;
    text-align: center;
    background: transparent;
    margin: 0 auto;
}
.round-menu .video{
    display: inline-block;
    transition: none;
}

/* index end*/
/* basics-banner */
.basics-banner{
    height: 360px;
}
/* basics-banner end*/

/* sub-location */
.sub-location{
    height: 41px;
    border-bottom: 1px #ededed solid;
}
.sub-nav{
    float: left;
}
.sub-nav ul li{
    float: left;
    padding: 0 30px;
    background: url("../images/sub-nav-line.jpg") left center no-repeat;
}
.sub-nav ul li:first-child{
    background: none;
}
.sub-nav ul li a{
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #464646;
}
.sub-nav ul li.active a,.sub-nav ul li:hover a{
    color: #079a3e;
    border-bottom: 2px #079a3e solid;
}
.location{
    float: right;
    color: #818181;
    font-size: 12px;
    line-height: 41px;
    padding-left: 20px;
    background: url("../images/home.png") left center no-repeat;
}
.location a:hover{
    color: #079a3e;
}
/* sub-location end */

/* sub-section */
.basics-section{
    padding: 50px 0;
    min-height: 200px;
    font-size: 14px;
    line-height: 26px;
    color: #818181;
}

/* 公司简介 */
.basics-profile{}
.profile-title{
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}
.profile-title h6{
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
}
.profile-title h5{
    font-size: 20px;
    color: #868686;
    line-height: 36px;
}
.basics-profile .basics-article{

}

/* 公司简介 end*/
/* 联系方式 */
.basics-contact{}
.contact-list{}
.contact-list ul li{
    padding: 30px;
    border: 1px #e3e3e3 solid;
    margin-bottom: 20px;
}
.contact-list ul li .contact-info{
    float: left;
    width: 900px;
    font-size: 14px;
    line-height: 30px;
    color: #464646;
}
.contact-list ul li .contact-info span{
    margin-right: 15px;
}
.contact-info h2{
    color: #079a3e;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact-list ul li .contact-img{
    float: right;
    width: 195px;
}
.friendly-tips{
    padding: 30px;
    background: #f9f9f9;
    font-size: 14px;
    line-height: 30px;
    color: #464646;
}
.friendly-tips span{
    margin-right: 15px;
}

.companies{
    margin-top: 20px;
    width: 1200px;
    overflow: hidden;
}
.companies ul{
    width: 1250px;
}
.companies ul li{
    float: left;
    width: 334px;
    height: 150px;
    padding: 20px 25px;
    border: 1px #ededed solid;
    margin-right: 20px;
    margin-bottom: 20px;
}
.companies ul li h6{
    font-size: 16px;
    color: #079a3e;
    font-weight: bold;
    margin-bottom: 5px;
}
.companies ul li .company-info{
    height: 120px;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #818181;
}
/* 联系方式 end */

/* 企业动态 */
.basics-dynamic{}
.basics-dynamic .new-news{}
.basics-dynamic .new-news img{
    display: block;
    float: left;
    width: 500px;
    height: 236px;
}
.basics-dynamic .new-news .nnews-info{
    float: right;
    width: 666px;
}
.nnews-info h6 a{
    display: block;
    color: #272636;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}
.nnews-info h6 a:hover{
    color: #079a3e;
}
.nnews-info span{
    font-family: DaunPenh;
    display: block;
    color: #272636;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.nnews-info p{
    font-size: 12px;
    color: #8b8b8b;
    line-height: 20px;
    margin-bottom: 10px;
}
.nnews-info .more{
    display: block;
    width: 102px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: simhei;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 30px;
    background: #079a3e;
    color: #ffffff;
    margin-top: 30px;
}

.basics-news{
    margin-top: 30px;
}
.news-title{
    border-bottom: 1px #ededed solid;
    margin-bottom: 30px;
}
.news-title h6{
    display: inline-block;
    border-bottom: 3px #079a3e solid;
    text-transform: uppercase;
    font-family: simhei;
    font-size: 12px;
    font-weight: bold;
    color: #079a3e;
}
.news-list{
    width: 1200px;
    overflow: hidden;
}
.news-list ul{
    width: 1230px;
}
.news-list ul li{
    float: left;
    width: 585px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.news-list .time{
    float: left;
    width: 44px;
    height: 88px;
    border: 2px #dfdfdf solid;
    text-align: center;
}
.news-list .time h6{
    line-height: 52px;
    background: #dfdfdf;
    font-family: Impact;
    font-size: 30px;
    color: #272636;
}
.news-list .time p{
    line-height: 36px;
    font-size: 14px;
    color: #272636;
}
.news-list .time-info{
    float: right;
    width: 520px;
}
.news-list .time-info h6{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #272636;
    margin-bottom: 5px;
    font-weight: bold;
}
.news-list .time-info p{
    font-size: 12px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #969696;
}
.news-list ul li:hover .time-info h6,.news-list ul li:hover .time p{
    color: #079a3e;
}
.news-list ul li:hover .time{
    color: #ffffff;
    border: 2px #079a3e solid;
}
.news-list ul li:hover .time h6{
    color: #ffffff;
    background: #079a3e;
}

/* 企业动态 end*/

/* 企业文化 */
.basics-culture{}
.basics-culture .culture-detail{
    float: left;
    width: 600px;
    font-size: 14px;
    line-height: 22px;
    color: #464646;
}
.culture-detail h6{
    margin-bottom: 20px;
}
.basics-culture .culture-img{
    float: right;
}

/* 企业文化 end*/

/* 企业招聘 */
.basics-recruit{}
.recruit-txt{
    text-align: center;
    font-size: 12px;
    color: #717171;
    line-height: 36px;
}
.recruit-txt h6{
    font-size: 16px;
    color: #333344;
    font-weight: bold;
}
.recruit-table{
    margin-top: 36px;
}
.recruit-table table{
    width: 1200px;
    text-align: center;
    border: 1px #ededed solid;
    color: #454545;
}
.recruit-table table tr th{
    border: 1px #ededed solid;
    text-align: center;
    background: #ededed;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
.recruit-table table tr td{
    border: 1px #ededed solid;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #242424;
}
.recruit-table .li-style{
    display: inline-block;
    padding-left: 20px;
    background: url("../images/r-li.png") left center no-repeat;
}
/* 企业招聘 end*/

/* 荣誉资质 */
.basics-honor{
    width: 1200px;
    overflow: hidden;
}
.basics-honor ul{
    width: 1220px;
}
.basics-honor ul li{
    float: left;
    width: 273px;
    height: 220px;
    border: 1px #ededed solid;
    margin-right: 16px;
    padding: 6px;
    margin-bottom: 24px;
}
.basics-honor ul li .honor-img{
    width: 273px;
    height: 166px;
    position: relative;
}
.basics-honor ul li .honor-img img{
    display: block;
    width: 273px;
    height: 166px;
}
.basics-honor ul li .honor-img .shade{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 273px;
    height: 166px;
    background: url("../images/shade.png") left top no-repeat;
}
.basics-honor ul li .honor-name{
    width: 273px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    color: #444444;
}
.basics-honor ul li:hover .honor-name{
    color: #079a3e;
}
.basics-honor ul li:hover .shade{
    display: block;
}
/* 荣誉资质 end*/


/*核心平台*/
.hxpt{}
.hxpt .con03{padding-bottom:30px;}
.hxpt .con01 .txt,.hxpt .con02 .txt,.jzys .con01 .txt{width:660px;}
.hxpt .con03 .txt{width:565px;}
.hxpt .con01 .txt,.hxpt .con03 .txt,.hxpt .con02 .img{float:left;}
.hxpt .con01 .img,.hxpt .con03 .img,.hxpt .con02 .txt{float:right;}
.hxpt .con01 .txt h1,.hxpt .con02 .txt h1,.hxpt .con03 .txt h1{font-weight:bold;padding-bottom:15px;font-weight:bold;padding-top:30px;}
.hxpt .con01 .txt p,.hxpt .con02 .txt p,.hxpt .con03 .txt p{font-size:14px;line-height:26px;}

.jzys{}
.jzys .con01{padding-bottom:55px;}
.jzys .con02{padding-bottom:85px;}
.jzys .con01 .txt,.jzys .con02 .img{float:left;}
.jzys .con02 .txt,.jzys .con01 .img{float:right;}
.jzys .con01 .txt{width:600px;}
.jzys .con02 .txt{width:580px;}
.jzys .con02 .img{width:595px;}
.jzys .con01 .txt h1,.jzys .con02 .txt h1{font-weight:bold;padding-bottom:15px;font-weight:bold;padding-top:30px;}
.jzys .con01 .txt p,.jzys .con02 .txt p{font-size:14px;line-height:23px;}

/*企业荣誉*/
.honorlist{overflow:hidden;padding-top:20px;padding-bottom:40px;}
.honorlist ul{margin-right:-18px;}
.honorlist ul li{float:left;width:282px;border:solid 1px #e6e6e6;text-align:center;display:inline-block;margin-right:18px;margin-top:15px;}
.honorlist ul li a{display:block;padding:5px 0;color:#666;}
.honorlist ul li p{font-size:14px;height:40px;line-height:40px;}
.honorlist ul li a:hover{color:#079a3e;}

.alist{}
.alist ul{}
.alist ul li{float:left;width:25%;font-size:16px;height:40px;line-height:40px;}
/*动态*/
.newsimglist .new-news{}
.newsimglist ul li{padding-top:35px; padding-bottom:35px;border-bottom:solid 1px #d8d8d8;}
.newsimglist .new-news img{
    display: block;
    float: left;
    width: 500px;
    height: 236px;
}
.newsimglist .new-news .nnews-info{
    float: right;
    width: 666px;
}
/* 3-2 合作伙伴 */
.partner{
    width: 1200px;
    overflow: hidden;
    margin-top: 20px;
}
.partner ul {
    width: 1200px;
}
.partner ul li{
    float: left;
    width: 220px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 10px;
}
.partner ul li img{
    max-width: 100%;
    max-height: 70px;
    vertical-align: middle;
}
/* 3-2 合作伙伴 end*/
/* 4-1关于我们 */
.section{
    padding-top: 10px;
    margin-bottom: 20px;
}
.bluec{
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    color: #079a3e;
    margin-bottom: 10px;
}
.alist{}
.alist li{
    float: left;
    width: 290px;
    padding-left: 10px;
    background: url("../images/r-li02.png") left center no-repeat;
    font-size: 16px;
    color: #282828;
    line-height: 24px;
    margin-bottom: 20px;
}
.terrace-list01{}
.terrace-list01 ul li{
    float: left;
    width: 460px;
    margin-right: 20px;
    font-size: 16px;
    line-height: 24px;
}
.terrace-list01 ul li:nth-child(3n+3){
    width: 230px;
    margin-right: 0;
}

.terrace-list02{}
.terrace-list02 ul li{
    float: left;
    width: 460px;
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
}
.terrace-list02 ul li:nth-child(3n+3){
    width: 230px;
    margin-right: 0;
}
/* 4-1关于我们 end*/

/* 4-2威斯腾文化 */
.wst-culture{
    padding-top: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    background: url("../images/wc-bg.jpg") right top no-repeat;
}
.wst-culture .wc-title{
    margin-bottom: 20px;
}
.wc-run{
    width: 1200px; height: 224px;  position: relative; margin-top: 20px; margin-bottom: 20px;
}
.wc-run .run-btn{
    position: absolute; cursor: pointer; z-index: 999;
}
.wc-run .prev{
    left: 0;  top: 100px;
}
.wc-run .next{
    right: 0;  top: 100px;
}
.wc-run .run{
    width: 1172px!important;  height: 224px;  position: relative;  overflow: hidden;  margin: 0 auto;
}
.wc-run .run ul{
    position: absolute;
}
.wc-run .run ul li{
    float: left;  width: 385px; height: 224px;   margin-right: 8px;
}
/* 4-2威斯腾文化 end*/

/* wst-病理诊断中心 */
.wst-diagnostic{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-top: 60px;
}
/* wst-病理诊断中心 end*/
/* wst-PDX */
.wst-pdx{
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    padding-top: 40px;
}
/* wst-PDX */

/* 转化医学研究院 */
.yjy-section{
    margin-bottom: 70px;
}
.yjy-section .yjy-title{
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}
.yjy-img,.pt-img,.hz-img{
    width: 1200px;
    overflow: hidden;
}
.yjy-img ul{
    width: 1210px;
}
.yjy-img ul li{
    float: left;
    width: 398px;
    height: 265px;
    margin-bottom: 3px;
    margin-right: 3px;
}
.yjy-img ul li img{
    display: block;
    width: 398px;
    height: 265px;
}

.pt-img ul{
    width: 1210px;
}
.pt-img ul li{
    float: left;
    width: 392px;
    height: 294px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.pt-img ul li img{
    display: block;
    width: 392px;
    height: 294px;
}

.hz-img ul{
    width: 1220px;
}
.hz-img ul li{
    float: left;
    width: 290px;
    height: 174px;
    margin-bottom: 10px;
    margin-right: 14px;
}
.hz-img ul li img{
    display: block;
    width: 290px;
    height: 174px;
}
/* 转化医学研究院 end*/

/* sub-section end*/




/*.float-box{
    position: fixed;
    right: 0;
    top: 40%;
}
.float-box .online{
    width: 86px;
    background: #2a702b;
    padding-top: 1px;
}
.float-box .online ul li{
}
.float-box .online ul li.img{
    width: 84px;
    height: 84px;
    background: #ffffff;
    text-align: center;
    margin: 2px auto;
    padding-top: 2px;
}
.float-box .online ul li.img img{
    width: 80px;
    height: 80px;
}
.float-box .online ul li p{
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.backTop{
    position: fixed;
    right: 10px;
    top: 80%;
}
.backTop a{
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/backTop.png") left top no-repeat;
}*/
/*footer end*/

/* sub-section */

/*------- page -------*/
.m-page{
    text-align: center;
    /*margin-top: 50px;*/
    line-height: 80px;
}
.m-page a{
    display: inline-block;
    padding: 0 12px;
    margin: 0 4px;
    line-height: 35px;
    color: #999999;
    font-size: 14px;
    background: #efefef;
}
.m-page a.z-crt{
    color: #FFFFFF;
    background: #079a3e;
}
.m-page a.pageprv,.m-page a.pagenxt{
    color: #999999;
    background: #efefef;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #079a3e ;
}
/*------- page end -------*/



/* sub-section  end*/

.fixed{ position: fixed;bottom: 0; left: 0; right: 0; margin: auto; width: 400px; height: 220px; z-index: 999999999999;  }
.clcl{ position: absolute; right: 0; left: 0; bottom: 0; margin: auto; width: 96px; height: 54px; cursor: pointer;}
.fxname{ display: none; font-size: 12px; text-align: center; color: #fff; margin-top: 30px;}

.Aibox{ position: absolute; bottom: -35px; width: 50px; height: 50px; padding: 5px; border-radius: 50%; margin: auto; left: 175px;transition: 0.3s;  cursor: pointer; box-sizing: border-box;}
.Aibox::after{ content: ''; position: absolute; left: 0; top: 0; width: 100% ; height:100%; background: rgba(255,255,255,0.1); opacity: 0; border-radius: 50%;}
.Aibox *{ transition: 0.3s;  }
.Aibox i{ display: none;}
.Aibox span{ display: table-cell; box-sizing: border-box; vertical-align: middle;  width: 40px; height: 40px; border-radius: 50%; border: 1px solid #fff; text-align: center; overflow: hidden; }
.Aibox span img{ max-width: 26px;}
.Aibox.Ai4 span img{ margin-top: 4px; margin-left: -2px;}
.Aibox:hover::after { opacity: 1;}
.Aibox:hover span{ background: #00bf2b; border-color: #00bf2b;  }

.Aibox.Ai1.on{  bottom: 25px; left: 58px; }
.Aibox.Ai2.on{  bottom: 71px; left: 95px;  }
.Aibox.Ai3.on{ bottom: 97px; left: 147px; }
.Aibox.Ai4.on{ bottom: 97px; left: 203px;  }
.Aibox.Ai5.on{ bottom: 71px; left: 255px;  }
.Aibox.Ai6.on{ bottom: 25px; left: 292px;  }


.search { float: right; margin-top: 5px; margin-right: 10px;}
.search input{ color: #fff; display: block; width: 120px; height: 30px; border-radius: 300px; background: rgba(255,255,255,0.3) url(../images/sec.png) no-repeat right 10px center; padding: 0 35px 0 10px; border: 0; }

.search.aa{ margin-top: 20px; margin: 25px 0 0 5px;}
.search.aa input{ background-color: #eee; color: #888; }



/* 2020.8.5xin   footer */
.index-foot {
  background: #e0eee6;
  border-top: 3px solid #009a3e;
}
.index-foot .top {
  padding: 70px 0;
  display: flex;
}
.index-foot .top .list {
  display: flex;
  flex-direction: column;
  width: 140px;
  margin-right: 10px;
}
.index-foot .top .list dt {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}
.index-foot .top .list dd {
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.index-foot .top .list dd a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
.index-foot .top .logo {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  letter-spacing: 6px;
  font-size: 16px;
  color: #666;
}
.index-foot .top .logo img {
  width: 220px;
  margin-bottom: 20px;
}
.index-foot .bottom {
  height: 100px;
  border-top: 1px solid #ccdad0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-foot .bottom .lt a {
  margin-right: 30px;
  font-size: 12px;
  color: #666666;
}
.index-foot .bottom .rt a {
  margin-left: 30px;
}
.index-foot .bottom .rt img {
  height: 22px;
  object-fit: contain;
}































