@charset "UTF-8";

/* sub header */
.header{
    width: 100%;
    height: 3rem;
    padding: 0.733rem 3% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header .logo{
    float: left;
    height: 1.444rem;
}
.header .logo img{
    width: auto;
    height: 100%;
}
.header .menu-on{
    float: right;
    width: 1.444rem;
    height: 1.444rem;
}
.header .menu-on .sub-switch{
    display: block;
    width: 1.444rem;
    height: 1.444rem;
    background: url("../images/nav-menu02.png") left top no-repeat;
    background-size: 100% 100%;
}
.header .menu-on .menu{
    display: none;
    position: absolute;
    right: 3%;
    top: 2.177rem;
    border: 1px #01b243 solid;
    padding: 0 1.6rem;
    background: #ffffff;
    z-index: 9999;
}
.header .menu ul{
    padding-top: 1rem;
}
.header .menu ul li{
    text-align: center;
    margin-bottom: 1rem;
}
.header .menu ul li a{
    font-size: 0.667rem;
    color: #696969;
}

/* sub header end*/

/* sub banner */
.sub-banner{
    width: 100%;
}
.sub-banner img{
    width: 100%;
    height: auto;
}
/* sub banner end*/

/* index */
.banner{
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner .header{
    position: absolute;
    top: 1.3rem;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 1.444rem;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner .logo{
    float: left;
    height: 1.444rem;
}
.banner .logo img{
    width: auto;
    height: 100%;
}
.banner .menu-on{
    float: right;
    width: 1.444rem;
    height: 1.444rem;
}
.banner .menu-on .switch{
    display: block;
    width: 1.444rem;
    height: 1.444rem;
    background: url("../images/nav-menu01.png") left top no-repeat;
    background-size: 100% 100%;
}
.banner .menu-on .menus{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.78);
}
.banner .menus ul{
    padding-top: 3rem;
}
.banner .menus ul li{
    text-align: center;
    padding: 0.5rem 0;
}
.banner .menus ul li a.link{
    line-height: 1rem;
}
@media (max-width: 320px) {
    .banner .menus ul li{
    }
}
.banner .menus ul li>a{
    color: #ffffff;
    font-size: 0.667rem;
}
.sec-menu{
    display: none;
}
.sec-menu dl dt{
    margin-top: 0.2rem;
}
.sec-menu dl dt a{
    font-size: 0.577rem;
    line-height: 1rem;
    color: #888888;
}

.banner .menus .close{
    display: block;
    width: 1.733rem;
    height: 1.733rem;
    background: url("../images/close-icon.png") left top no-repeat;
    background-size: 100% 100%;
    margin: 1rem auto 0;
}
.hwslider{}
.hwslider ul{
    height: 100%;
}
.hwslider ul li{

    height: 100%;
}


.six-nav{
    position: absolute;
    bottom: 0.5rem;
    left: 3%;
    z-index: 88;
    width: 94%;
    padding-bottom: 1.8rem;
    /*background: url('../images/up.png') center bottom no-repeat ;*/
    background-size: 8% auto;
}
.six-nav ul li{
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 0.5rem;
}
.six-nav ul li p{
    font-size: 0.533rem;
    color: #ffffff;
}
.six-nav ul li i{
    display: inline-block;
    width: 2.555rem;
    height: 2.555rem;
    background-size: 2.355rem 2.355rem !important;
}
.six-nav ul li .icon01{  background: url("../images/six01.png") center no-repeat; }
.six-nav ul li .icon02{  background: url("../images/six04.png") center no-repeat; }
.six-nav ul li .icon03{  background: url("../images/six02.png") center no-repeat; }
.six-nav ul li .icon04{  background: url("../images/six03.png") center no-repeat; }
.six-nav ul li .icon05{  background: url("../images/six05.png") center no-repeat; }
.six-nav ul li .icon06{  background: url("../images/six06.png") center no-repeat; }

.six-nav ul li:active i{
    background-size: 2.555rem 2.555rem !important;
}
.six-nav ul li:active .icon01{  background: url("../images/six11.png") center no-repeat; }
.six-nav ul li:active .icon02{  background: url("../images/six44.png") center no-repeat; }
.six-nav ul li:active .icon03{  background: url("../images/six22.png") center no-repeat; }
.six-nav ul li:active .icon04{  background: url("../images/six33.png") center no-repeat; }
.six-nav ul li:active .icon05{  background: url("../images/six55.png") center no-repeat; }
.six-nav ul li:active .icon06{  background: url("../images/six66.png") center no-repeat; }


/* index end*/
/* footer */
.free-tel{
    height: 3.733rem;
    background: url("../images/free-tel.jpg") center top no-repeat;
    background-size: 100% 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.free-tel h6{
    display: inline-block;
    padding-left: 2.3rem;
    line-height: 1.84rem;
    background: url("../images/free-tel-icon.png") left center no-repeat;
    background-size: 1.84rem 1.84rem;
    margin-top: 0.9465rem;
    color: #079a3e;
    font-family: simhei;
}
.footer{
    padding: 0.5rem 3%;
    background: #242424;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer .copyright{
    float: left;
    font-size: 0.444rem;
    color: rgba(255,255,255,0.7);
    font-family: simhei;
    padding-top: 0.4rem;
    line-height: 0.677rem;
}
.footer .code{
    float: right;
}
.footer .code img{
    display: block;
    width: 2.578rem;
    height: 2.578rem;
    border: 3px #ffffff solid;
    border-radius: 5px;
}
/* footer end*/
/* sub section */
.sub-section{
    padding: 0.5rem 3%;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.533rem;
    line-height: 0.88rem;
    color: #282828;
}

.article{
    padding-top: 0.3rem;
}
/* 2-1公司简介 */
.sub-section .common-title{
    font-size: 0.622rem;
    color: #079a3e;
    padding-top: 0.333rem;
    margin-bottom: 0.677rem;
}
.sub-section .common-title01{
    font-size: 0.622rem;
    color: #01b243;
    padding-top: 0.5rem;
    margin-bottom: 0.677rem;
    text-align: center;
    text-transform: uppercase;
}
.kinds{}
.kinds:after{
    display: block;
    content: '';
    clear: both;
}
.kinds li{
    float: left;
    width: 47%;
    padding-left: 0.4rem;
    background: url("../images/li-style01.png") left 0.333rem no-repeat;
    background-size: 0.26rem 0.26rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}
.kinds li:nth-child(2n){
    float: right;
    width: 53%;
}
.hr{
    height: 1px;
    background: #dddddd!important;
    margin-bottom: 0.3rem;
}
/* 2-1公司简介 end*/

/* 2-2企业动态 */
.sec-nav{
    margin-bottom: 0.5rem;
    /*border: 1px #01b243 solid;*/
}
.sec-nav ul li{
    text-align: center;
    height: 1.544rem;
    border-bottom: 1px #01b243 solid;
}

.sec-nav ul li.active{}
.sec-nav ul li a{
    display: block;
    height: 100%;
    line-height: 1.544rem;
    font-size: 0.577rem;
    color: #555555;
    /*border-left: 1px #01b243 solid;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
}
.sec-nav ul li:first-child a{
    border-left: none;
}
.sec-nav ul li.active a{
    background: #01b243;
    color: #ffffff;
}
.sec-nav .swiper-button-prev{
    position: absolute;
    top: 1.1rem;
    left: 0.5rem;
    width: 1.344rem;
    height: 1.344rem;
    background:url("../images/left.png") center no-repeat;
    background-size: 100%;
    opacity: 0.8;
}
.sec-nav .swiper-button-next{
    position: absolute;
    top: 1.1rem;
    right: 0.5rem;
    width: 1.344rem;
    height: 1.344rem;
    background:url("../images/right.png") center no-repeat;
    background-size: 100%;
    opacity: 0.8;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0!important;
}


.third-nav{

}
.third-nav ul li{
    width: 100%;
    margin-bottom: 0.3rem;
    border-bottom: 1px #e6e6e6 solid;
}
.third-nav ul li a{
    display: block;
    line-height: 1.244rem;
    font-size: 0.577rem;
    color: #555555;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.third-nav ul li.active a{
    color: #01b243;
}


.now-site{
    padding: 0 0 0.5rem;
    font-size: 0.488rem;
    text-align: right;
}
.now-site a:active{ color: #01b243; }

.dynamic{}
.dynamic ul li{
    margin-bottom: 0.5rem;
}
.dynamic ul li img{
    float: left;
    display: block;
    width: 50%;
    height: 3.456rem;
}
.dynamic ul li .dynamic-info{
    float: right;
    width: 48%;
    color: #8b8b8b;
    line-height: 0.8rem;
    font-size: 0.488rem;
}
.dynamic-info h6{
    font-size: 0.622rem;
    color: #079a3e;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.dynamic-info p{
    height: 1.6rem;
    overflow: hidden;
}
.dynamic-info span{
    display: block;
    font-weight: bold;
    font-size: 0.577rem;
    color: #01b243;
    margin-top: 0.1rem;
}

/*------- page -------*/
.m-page{
    text-align: center;
    margin-top: 1rem;
}
.m-page a{
    display: inline-block;
    padding: 0 0.3rem;
    margin: 0 4px;
    line-height: 1rem;
    color: #666;
    font-size: 0.444rem;
    background: #d6d6d6;
}
.m-page a.z-crt{
    color: #FFFFFF;
    background: #01b243;
}
.m-page a.pageprv,.m-page a.pagenxt{
    color: #FFFFFF;
    background: #01b243;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #01b243 ;
}
/*------- page end -------*/

/* 2-2企业动态 end */

/* 2-3企业文化 */
.culture{
    margin: 0.3rem 0;
}
.culture ul li{
    margin-right: 0.1rem;
}

/* 2-3企业文化 end*/

/* 2-4荣誉资质 */
.honors{}
.honors ul li{
    float: left;
    width: 48%;
    padding: 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #e6e6e6 solid;
    margin-bottom: 0.5rem;
    text-align: center;
}
.honors ul li:nth-child(2n){
    float: right;
    width: 48%;
}
.honors ul li img{
    width: 6.711rem;
    height: 5.778rem;
}
.honors ul li p{
    color: #079a3e;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.88rem;
    font-size: 0.533rem;
}
/* 2-4荣誉资质 end*/

/* 2-8合作伙伴 */
.partner{}
.partner ul li{
    float: left;
    height: 2rem;
    margin-bottom: 0.5rem;
    text-align: center;
}
.partner ul li img{
    max-width: 90%;
    max-height: 2rem;
}
/* 2-8合作伙伴 end*/
/* 2-9企业招聘 */
.finds{
    text-align: center;
    line-height: 1rem;
    color: #717171;
    font-size: 0.533rem;
}
.finds h6{
    font-size: 0.577rem;
    color: #333333;
}

.recruit-table{}
.recruit-table table{
    width: 100%;
    margin-top: 0.8rem;
}
.recruit-table table tr{
    text-align: center;
    font-size: 0.533rem;
    line-height: 1.488rem;
    border-bottom: 1px;
}
.recruit-table table th{
    background: #e7e7e7;
    font-weight: bold;
    color: #333344;
    width: 33.33%;
}
.recruit-table table tbody tr{
    border-bottom: 1px #dddddd solid;
}
/* 2-9企业招聘 end*/

/* 转化医学研究院 */
.jd-img{}
.jd-img ul li{
    float: left;
    width: 49.5%;
}
.jd-img ul li:nth-child(2n){
    float: right;
}
.jd-img ul li img{
    width: 100%;
    height: 4.844rem;
}
.pt-img{}
.pt-img ul li{
    float: left;
    width: 32%;
    margin-right: 1.33%;
}
.pt-img ul li img{
    height: 3.6rem;
}
.hz-img{}
.hz-img ul li{
    float: left;
    width: 48%;
    margin-bottom: 0.5rem;
}
.hz-img ul li:nth-child(2n){
    float: right;
}
.hz-img ul li img{
    display: block;
    height: 4.155rem;
}
/* 转化医学研究院 end*/

/* 知识产权评估 */
.zscq{}
.zscq ul li{}
.zscq ul li span{
    float: left;
    width: 20%;
}
.zscq ul li p{
    display: inline-block;
    width: 80%;
}
/* 知识产权评估 end*/
/* sub section end*/

/*公司新闻详情页*/
.new-title{
    text-align: center;
    margin-top: 30px;
}
.new-title h6{
    font-size: 20px;
    color: #363636;
    height: 55px;
}
.new-title span{
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}
.new-title p{
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    border-top: 1px #dddddd solid;
    padding-top: 15px;
}
.news-article{
    font-size: 12px;
    color: #666666;
    line-height: 24px;
}
.next-next{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
.next-next ul{
    display: inline-block;
}
.next-next ul li{
    float: left;
    padding: 0 20px;
    height: 26px;
    border-radius: 15px;
    border: 1px #dddddd solid;
    margin: 0 5px;
}
.next-next ul li a{
    display: block;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #666666;
}
.ncont-right{
    width: 1200px;
    text-align: right;
    margin: 5px auto;
}

/*公司新闻详情页 end*/



.index1-foot {
    /**height: 1.28rem;**/
    padding: 0.42666666rem 0;
    background: #e0eee6;
    border-top: 0.064rem solid #009a3e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.index1-foot p {
    font-size: 0.384rem;
    color: #666;
}
.index1-foot .step {
    font-size: 0.512rem;
    color: #009a44;
}

.foot_cate ul{
	    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 14rem;
    align-items: center;
    align-content: flex-end;
    font-size: 0.6rem;
    /**font-weight: 800;**/
    padding-bottom: 0.4rem;
	
}
.foot_cate ul a{
	color:#000
}



























