@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #0081b2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
}
::-webkit-scrollbar-track {
    background: #f5f5f5;
}
#top{
	background-image: url(../icon/top.png);
    display: none;
    cursor: pointer;
    width: 40px;
    border-radius: 3px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 888;
    background-color: #00aeef;
}
/*分享*/
	.share{
		position: fixed;
		height: 305px;
		width: 40px;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 20;
	}
	.share-box{
		height: 40px;
		display: block;
		margin-top: 1px;
		background: rgba(27,27,27,.3);
		border-radius: 5px;
		cursor: pointer;
		color:#fff;
		font-size:16px;
		text-align: center;
		line-height: 40px;
	}
	.social-share{display: none;}
	.social-share a{
		position: relative;
		height: 40px;
		display: block;
		margin-top: 1px;
		background: rgba(27,27,27,.3);
		border-radius: 5px;
		cursor: pointer;
		color:#fff;
		font-size:16px;
		text-align: center;
		line-height: 40px;
		font-family: 'Font Awesome 5 Brands';
	}
	.social-share a:first-child:hover{background:#7bc549}
	.social-share a:nth-child(2):hover{background:#db4437}
	.social-share a:nth-child(3):hover{background:#44619D}
	.social-share a:nth-child(4):hover{background:#0077B5}
	.social-share a:last-child:hover{background:#d52c2b}
	.social-share .icon-wechat{position:relative;}
	.social-share .icon-wechat .wechat-qrcode {
		display: none;
		border: 1px solid #eee;
		position: absolute;
		z-index: 9;
		top: -100px;
		right: 50px;
		width: 200px;
		height: 192px;
		color: #666;
		font-size: 12px;
		text-align: center;
		background-color: #fff;
		box-shadow: 0 2px 10px #aaa;
		transition: all 200ms;
		-webkit-tansition: all 350ms;
		-moz-transition: all 350ms;
	}
	.social-share .icon-wechat .wechat-qrcode h4 {
		font-weight: normal;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
		background-color: #f3f3f3;
		margin: 0;
		padding: 0;
		color: #777;
	}
	.social-share .icon-wechat .wechat-qrcode .qrcode {
		width: 105px;
		margin: 10px auto;
	}
	.social-share .icon-wechat .wechat-qrcode .help p {
		font-weight: normal;
		line-height: 16px;
		padding: 0;
		margin: 0;
		font-size:12px;
	}
	.social-share .icon-wechat:hover .wechat-qrcode {
		display: block;
	}
	.icon-wechat:before{content: "\f1d7"}
	.icon-google:before{content: "\f0d5";}
	.icon-facebook:before{content: "\f39e";}
	.icon-linkedin:before{content: "\f0e1";}
	.icon-weibo:before{content: "\f18a";}

/*内页导航*/
.nymenu {
    border-bottom: 1px #d9d9d9 solid;
}
.div1270 {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 79.375em;
}
.nymenu_mid ul li {
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/img17.jpg);
    float: left;
    width: 16.66666%;
    text-align: center;
}
.nymenu_mid ul li:nth-child(1) {
    background-image: none;
}
.nymenu_mid ul li a{
	padding: 1.2em 0;
	color:#121212;
    display: inline-block;
    font-size: 1.125em;
    position: relative;
}
.nymenu_mid ul li a:after {
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 50%;
    width: 0;
    bottom: 0em;
    height: 0.15em;
    background-color: #00aeef;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.nymenu_mid ul li a:hover:after, 
.nymenu_mid ul li a.active:after {
    width: 2.65em;
    opacity: 1;
    margin-left: -1.325em;
}


/****************************联盟*******************************/
.beijing{
	padding: 4em 0;
	background:url(../images/bg8.jpg) center no-repeat;
}
.beijing h2{
	font-size:2.25em;
	text-align: center;
	margin-bottom: 30px;
	color:#121212;
}
.beijing .txt-wrap p{
	font-size:1em;
	text-align: center;
	margin-bottom: 30px;
	color:#333;
	line-height: 1.875em;
}

.zongz{
	padding:3.125em;
	background:url(../images/bg9.jpg) center no-repeat;
	overflow: hidden;
	background-size: cover;
}
.zongz .right{
	width:50%;
	float:right;
	color:#fff;
}
.zongz .right h2{
	font-size: 2.25em;
}
.zongz .right h5{
	font-size:1em;
	margin-top: 0.5em;
	opacity: .6;
    font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1.5em;
}
.zongz .right p{
	color:inherit;
	font-size:1.125em;
}
.double{
	margin:3em 0;
}
.db-img{
	overflow: hidden;
}
.db-img img{
	width: 100%;
    transition: .5s;
}
.db-txt{
	padding:1em 0;
	font-size:1em;
}
.db-txt h2{
	font-size: 2.25em;
	color:#121212;
	margin-bottom:20px;
}
.db-txt h2 span{
	font-size:16px;
	padding-left: 10px;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
}
.double .item:hover .db-img img{
	transition: .5s;
    transform: scale3d(1.05, 1.05, 1);
}

.team{
	padding:3em 0;
	background:url(../images/mt-2123-home-bg3.jpg) center no-repeat;
}
.team-tits{margin-bottom: 3.125em;}
.team-tits h2{
	font-size: 2.25em;
	color:#121212;
}
.team-tits h5{
	font-size:1em;
	margin-top: 0.5em;
	opacity: .6;
    font-family: Arial, Helvetica, sans-serif;
}
.team-tits .tr{
	text-align: right;
}
.team-tits a{
	display: inline-block;
	padding-top:30px;
	margin: 8px 13px;
    font-size: .875em;
    line-height: 1.5;
    letter-spacing: 1px;
    font-style: normal;
}
.team .swiper-slide{
	background:#fff;
	padding:30px;
	border-radius: 5px;
	min-height: 382px;
}
.team .tit{
	background: url(../images/quote.jpg) left center no-repeat;
	padding-left: 75px;
}
.team .tit h2{
	font-size:1.5em;
	color:#121212;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.team .tit h5{
	font-size:1em;
	color:#333;
	margin-top: 5px;
}
.team .word p{
	font-size:.875em;
	text-align: justify;
	line-height: 1.5;
	margin-top: 30px;
}

.info h2{
	margin-top: 1.666666666666667em;
    font-size: 2.25em;
    color: #121212;
}
.info h5{
	font-size:1em;
	margin-top: 0.5em;
	opacity: .6;
    font-family: Arial, Helvetica, sans-serif;
}
.contact_1_3 {
    margin: 5em 0 7.3125em 0;
    position: relative;
}
.contact_1_3 ul li {
    padding: 1.4em 0;
    border-bottom: 1px #e0e0e0 solid;
}
.contact_1_3_left_1 {
    margin-bottom: 0.24em;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}
.contact_1_3_left_2 {
    font-size: 0.9375em;
    color: #000;
    line-height: 1.6;
}
.contact_1_3_left_3 {
    margin-top: 1em;
}
.contact_1_3_left_3_1 {
    font-size: 1.125em;
	color:#333;
}
.contact_1_3_left_3_2 {
    font-size: 0.9375em;
    margin-top: 0.5em;
	color:#333;
}
/************团队详情***********/
.alignc{text-align:center;}
.teams li .con{
	min-height: 300px;
	padding:30px;
    -webkit-box-shadow: 5px 10px 10px 0px rgb(0 0 0 / 6%);
    box-shadow: 5px 10px 10px 0px rgb(0 0 0 / 6%);
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	border:1px solid #ededed;
	margin-bottom: 30px;
}
.teams li .con:hover{
	box-shadow: none;
}
.teams .tit{
	background: url(../images/quote.jpg) left center no-repeat;
	padding-left: 75px;
}
.teams .tit h2{
	font-size:1.5em;
	color:#121212;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.teams .tit h5{
	font-size:1em;
	color:#333;
	margin-top: 5px;
}
.teams .word p{
	font-size:.875em;
	text-align: justify;
	line-height: 1.5;
	margin-top: 30px;
}

/**********************西奈山实验室********************/
.lab{
	padding:3.125em 0;
}
.lab .tit{
	font-size: 2.25em;
    line-height: 1;
    color: #121212;
    text-align: center;
    margin-bottom:20px;
}
.lab .tit span{
	display: inline-block;
    padding: 0px 40px 26px;
    position: relative;
    border-bottom: 1px solid #d3d8dc;
}
.lab .tit span:before{
	content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: #5fcdf7;
    left: 50%;
    margin-left: -30px;
    bottom: -1px;
    position: absolute;
}
.lab .Subtitle{
	font-size:1em;
	color:#666;
	text-align: center;
}
.lab .lab-word{
	margin-top:4em;
	padding:0 3.75em;
	margin-bottom: 100px;
}
.lab .lab-word p{
	font-size:1.125em;
	color:#333;
	line-height: 1.875;
	text-align: center;
	margin-bottom: 1em;
}
.lab-list li{
	position: relative;
    margin-bottom: 100px;
}
.lab-list .inbod li{
	margin-bottom: 5px;
}
.lab-list li .pic{
	width: 48.83%;
    float: left;
    overflow: hidden;
}
.lab-list li .pic img{
	transition: all 0.3s;
}
.lab-list li .caption {
    width: 58.39%;
    float: right;
    padding: 30px 40px 20px;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.lab-list li .caption .intit{
	font-size: 1.875em;
    color: #121212;
}
.lab-list li .caption .intit span{
	display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 18px;
    position: relative;
}
.lab-list li .caption .intit span:before{
	content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #5fcdf7;
    position: absolute;
    left: 0px;
    bottom: -1px;
}
.lab-list li .caption .inbod{
	padding:30px 0;
	font-size:1em;
	line-height: 1.875;
	color:#666;
}
.lab-list li:nth-child(even) .caption{
	left: 0px;
    padding-left: 0px;
} 
.lab-list li:nth-child(even) .pic{
	float:right;
} 

/******************实验室详情*****************/
.about_info_1{
	background-color: #f3f3f3;
    overflow: hidden;
}
.about_info_1_top {
    border-bottom: 1px #e4e7ed solid;
}
.about_info_1_mid {
    font-size: 0.9375em;
    padding: 1.2em 0;
}
.about_info_1_mid span {
    color: #5fcdf7;
}
.about_info_1_mid a{
	color:#333;
}
#article .container {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 100px;
}
#article .container .left {
    width: 110px;
}
#article .container .left li {
    background-color: #fff;
    margin-bottom: 6px;
	transition:all 1s cubic-bezier(.23,1,.32,1);
}
#article .container .left li a {
    display: block;
    height: 120px;
    text-align: center;
    overflow: hidden;
    color: #999;
}
#article .container .left li a i {
    display: block;
    font-style: normal;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin-top: 28px;
}
#article .container .left li a span {
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
#article .container .left li:hover{
	background:#00aeef;
}
#article .container .left li:hover i,
#article .container .left li:hover span{
	color:#fff;
}
#article .container .right {
    width: 1170px;
    background-color: #fff;
}
#article .container .right h3 {
    padding:50px 0 5px 0;
    line-height: 1.5;
    text-align: center;
    font-size: 2.25em;
	color:#121212;
}
#article .container .right h5{
    line-height: 1.5;
    text-align: center;
    font-size: 1.125em;
	color:#333;
	margin-bottom: 20px;
}
#article .container .right .articleLine {
    width: 1064px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}
#article .container .right .bottom {
    display: flex;
    justify-content: space-between;
    width: 1064px;
    margin: 50px auto;
}
#article .container .right .bottom input {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #00aeef;
    outline: none;
    color: #00aeef;
    font-size: 18px;
}
#article .container .right .articleContent {
    margin: 50px;
    height: auto;
}
.modular h2{
	font-size:1.5em;
	color:#333;
	font-weight: bold;
	text-align: center;
}
.modular h4{
	font-size:1em;
	color:#00aeef;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	margin-bottom: 30px;
}


/*****************************中和抗体****************************/
.fl{float:left;}
.fr{float:right;}
.anti-title{
	padding:3em 0;
}
.anti-cn h2{
	line-height: 1.5;
    font-size: 1.875em;
	color:#121212;
}
.anti-cn p{
	font-size: 1em;
	color:#666;
}
.anti-en{
	font-size:1.875em;
	color:#e3e3e3;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
}
.anti-wrap{
	padding:50px 0;
	background: #f3f3f3;
}
.anti-wrap .anext a{
	display:block;
	width:180px;
	height:50px;
	line-height: 48px;
	text-align: center;
	background: #00aeef;
    color: #fff;
    border:1px solid #00aeef;
	font-size:16px;
	letter-spacing: 1px;
	transition: .3s all;
	margin:20px auto;
	font-weight: 600;
}
.anti-wrap .anext a:hover{
	background: rgba(255,255,255,0);
    color: #00aeef;
    border-color: #00aeef;
}
/***********************运营方案********************/
.nymenu_mid_s {
    text-align: center;
}
.nymenu_mid_s ul li {
    float: none;
    display: inline-block;
}
.clia{
	padding:50px 0;
	background: url(../images/img5.jpg) bottom center no-repeat;
}
.clia-title{
    text-align: center;
    margin:45px 0;
}
.clia-title h2 {
    font-size: 2.25em;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1.2;
	color:#121212;
}
.clia-title p{
    color: #666;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.clia table{
	margin:0 auto;
	max-width: 100%!important;
}
.clia .ser-lft{
	padding-right: 7.291vw;
	padding-left: 10.291vw;
	float:left;
	margin-top: 3%;
}
.clia .ser-lft li{
	font-size:1.5em;
	color:#333;
	line-height: 1.5;
	margin-bottom: 15px;
}
.ser-pic{
	float: right;
	width: 645px;
	width: 38%;
	position: relative;
	border-radius:0 3vw 0 3vw;
	overflow: hidden;
}
.ser-pic img{padding:0!important;}
.bar-main {
    margin: 22px 0 28px;
}
.bar.bar-big {
    height: 5px;
    width: 90px;
    background: #c9f0ff;
    margin: 20px auto;
    position: relative;
    border-radius: 30px;
}
.bar.bar-big::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #00aeef;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
}
.anext{text-align:right;}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
            transform: translateX(88px);
  }
}

/*****************合作伙伴****************/
.logo-box .list_cont li {
    float: left;
    width: 25%;
    height: 240px;
    margin-bottom: 40px;
	padding: 10px;
}
.logo-box .list_cont li a {
	position: relative;
    display: block;
    width: 100%;
    height: 200px;
    box-shadow: 0 0 20px #eee;
}
.logo-box .list_cont li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.logo-box .list_cont li p{
	text-align:center;
	padding:10px 0;
	font-size:1em;
	color:#333;
}
/********************新闻*********************/
.news .container{
	padding:3em 0;
}
.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 36px;
}
.news .item{
	border:1px solid #e5e5e5;
}
.news .item .img-box{
	overflow: hidden;
}
.news .item .img-box img{
	width: 100%;
	transition: .5s;
}
.news .item:hover .img-box img{
	transition: .5s;
    transform: scale3d(1.05, 1.05, 1);
}
.news .item .blog-con{
	padding:30px ;
}
.news .item .blog-con h6{
	font-size: 14px;
    color: #666666;
	line-height: 30px;
}
.news .item .blog-con .news_sec1_title{
	margin-right: 20px;
    padding: 5px 15px;
    line-height: 20px;
    display: inline-block;
    background-color: #00aeef;
    color: #F5F5F5;
}
.news .item .blog-con h3{
	font-size: 1em;
    color: #333333;
    font-weight: 700;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	line-height: 1.5;
}


/*******新闻详情******/
.news-info-box {
    width: 100%;
    background: #fff;
    padding: 102px 0 125px;
}
.news-info-box .left {
    width: 75%;
    padding: 0 5.7%;
    background: #fff;
    float: left;
}
.news-info-box .left h2 {
    font-size:1.25em;
    color: #000;
    line-height: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    padding-right: 85px;
    position: relative;
    margin-bottom: 30px;
}
.news-info-box .left .time {
    font-size: 14px;
    color: rgba(51, 51, 51, .5);
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
.info-page {
    width: 100%;
    float: left;
    padding: 17px 3.6%;
    background: #fff;
    margin-top: 29px;
    text-align: center;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.info-page a {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    transition: color .3s;
}
.info-page a.prev {
    float: left;
	max-width:240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info-page a.return {
    padding: 0 15px 0 45px;
    background: url(../icon/news11.png) no-repeat 15px center;
    transition: background .3s, color .3s;
}
.info-page a.next {
    float: right;
	max-width:240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info-page a:hover {
    color: #00aeef;
}
.info-page a.return:hover {
    background: #00aeef url(../icon/news11_h.png) no-repeat 15px center;
    color: #fff;
}
.news-info-box .right {
    width: 22.8%;
    float: right;
    padding: 0 2%;
}
.news-info-box .right h2 {
    font-size: 22px;
    color: #333;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
.news-info-box .right a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    padding: 7px 0 7px 12%;
    background: url(../images/case23.png) no-repeat left 17px;
    transition: background .3s, color .3s;
}
.news-info-box .right a:hover {
    background: url(../images/case23_h.png) no-repeat left 17px;
    color: #00aeef;
}

/************会员申请*************/
.application .text-box{
    padding: 80px 0 40px;
    text-align: center;
}
.application .text-box > h4{
    font-size: 28px;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 40px;
}
.application .text-box > h5{
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    margin-top: 16px;
}
.app-form{
    margin-bottom: 104px;
	border: 1px solid #eeeeee;
    border-radius: 8px;
    display: flex;
}
.app-form .img-box{
    width: 36%;
    height: 635px;
    background: red;
    background: url(../images/member_bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 8px 0 0 8px;
}
.app-form .form-box{
    width: 64%;
    height: 635px;
    padding: 80px 80px 64px 80px;
}
.app-form .form-box .el-form .input-box{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.app-form .form-box .el-form .input-box .el-form-item__content{
    width:49%;
	margin-right:2%;
	margin-bottom: 20px;
}
.app-form .form-box .el-form .input-box .el-form-item__content:nth-child(2n){
	margin-right:0;
}
.app-form .form-box .el-form .input-box .el-input__inner {
	width:100%;
    height: 48px;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    color: #333;
    line-height: 22px;
	border-radius: 3px;
	padding: 0 15px;
}
.form-box .textarea-box{
    width: 100%;
	margin-bottom: 20px;
}
.el-textarea__inner {
	padding:15px;
	width: 100%;
    height: 112px;
	border-radius: 3px;
    border: 1px solid #d8d8d8;
    resize: none;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    font-family: 'segoe ui', 'PingFang SC', 'Arial', 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
}

.submit{
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.tag{
	position: relative;
	margin-bottom: 15px;
	line-height: 30px;
	padding-left: 15px;
}
.tag:before{
	position: absolute;
	content:'';
	display: block;
	width:10px;
	height:10px;
	background: #00aeef;
	left: 0;
	top:10px;
}
.submit .el-button {
    width: 170px;
    height: 52px;
    background: #00aeef;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

/********************常见问题******************/
.faq{
	 padding: 80px 0 40px;
}
.pub-list-news li .box{
    margin-bottom: 1.7858%;
    border: solid 1px #d2edfa;
    position: relative;
    top: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
	padding: 30px;
}
.pub-list-news li .box::before {
	display: block;
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: #d2edfa;
    right: 0;
    top: 0;
    -webkit-transform: translate(50%, -50%) rotate(-45deg);
    -moz-transform: translate(50%, -50%) rotate(-45deg);
    -ms-transform: translate(50%, -50%) rotate(-45deg);
    transform: translate(50%, -50%) rotate(-45deg);
}
.pub-list-news li .title {
    font-size: 18px;
    color: #4c4c4c;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    padding-bottom: 26px;
    border-bottom: 1px solid #d2edfa;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pub-list-news li .te {
    margin: 24px 0 20px;
    line-height: 30px;
    font-size: 1em;
    height: 150px;
    overflow: auto;
    color: #666666;
}
body * ::-webkit-scrollbar-thumb {
    background: #0081b2;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: none;
}
body * ::-webkit-scrollbar {
    width: 2px;
}

/************************文献下载***********************/
.down{
	padding:4em 0;
}
.grid-cols-4{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;
}
.down .item{
	background:#f7f7f7;
}
.down .item .data-img{
	height:220px;
    margin: 0 auto 15px;
	text-align: center;
	padding:25px 0;
}
.down .item .data-img img{
	width: 120px;
    height: auto;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
}
.down .item .dd-word h3{
	padding:0 15px;
	margin: 5px 0;
    color: #1a1a1a;
    font-size: .875em;
	font-weight: bold;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.down-read{
	border-top:1px solid #eee;
	line-height: 44px;
	position: relative;
}
.down-read:before{
	position: absolute;
	display: block;
	content:'';
	width:1px;
	height:44px;
	background: #eee;
	left:50%;
	top:0;
}
.down-read a{
	display:block;
	width:50%;
	float:left;
	text-align: center;
	color:#666;
	font-size:.875em;
}
.down-read a.download-url{
	color:#00aeef;
	font-weight: bold;
}

/**********文献下载详情*********/
.dd{
	padding:4em 0;
}
.dd-title-box{
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
	padding:30px;
}
.dd-title-box .dd-title{
	font-size:1.5em;
	color:#121212;
	line-height: 2;
	font-weight: bold;
}
.where-box .st{
	display: inline-block;
	font-size:1em;
	color:#666;
	padding-right: 5%;
}
.where-box .st:nth-child(2){
	font-style: italic;
}
.where-box .st:nth-child(2) .t{
	font-style:normal;
}
.dd .content{
	display: table;
    table-layout: fixed;
    width: 100%;
}
.dd .content .left{
	padding-right: 20px;
    margin: 0 0 15px;
    margin-right: 20px;
    vertical-align: top;
    clear: inherit;
	width: 265px;
	float:left;
}
.dd .content .right{
   float:right;
	width:calc(100% - 325px)
}
.dd .content .right h3{
	font-size:1.125em;
	color:#121212;
	margin-bottom: 30px;
	font-weight: bold;
}
.dynamic-content__figure{
	border:1px solid #e6e6e6;
	text-align: center;
}
.button-blue-background{
	display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1em;
	font-weight: bold;
    line-height: 24px;
    clear: both;
	border-color: #008dc9;
    background-color: #008dc9;
    color: #fff;
	border-radius: 3px;
}
.button-blue-background a {
    display: block;
    padding: 10px 30px;
    color: inherit;
    line-height: 16px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.np-box{
	padding-top:50px;
	border-top:1px solid #e6e6e6;
	position: relative;
}
.np-btn .item{
	display: block;
	font-size: 16px;
    line-height: 36px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.np-btn .item span{
	color: #808080;
}
.np-box .backbtn {
	display: block;
    width: 140px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 2px #d2edfa;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    right: 0;
    top: 50px;
    position: absolute;
}
.np-box .backbtn:hover{
	border:2px solid #00aeef;
}
/************文章内容***************/
.intro{
	background:url(../images/coop.jpg) center no-repeat;

    height: 330px;
    overflow: hidden;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
	margin:50px 0;
}
.intro .text {
    width: 80%;
    margin:0 auto;
	padding:50px 0;
}
.intro .text h2{
	text-align: center;
	color:#fff;
	font-size:1.875em;
	line-height: 1.5;
	padding-bottom: 30px;
	font-weight: bold;
}
.intro .text p{
	text-align: center;
	color:#fff;
	font-size:1em;
	line-height: 1.5;
}
#article .articleContent h4,
.anti-wrap h4{
	font-size:20px;
	color:#333;
}
#article .articleContent img,
.anti-wrap img,
.clia-wrap img{
	padding:15px 0;
	max-width: 100%!important;
	display: block;
	width:760px;
	height: auto;
	margin:0 auto;
}
.clia-wrap img{width:850px}
.contact_1_3 .ditu{
	margin-left: 8.3%;
	overflow: hidden;
	border: 5px #e0e0e0 solid;
	padding:0;
}
#dituContent {
    width: 100%;
    height: 100%;
}
.articleContent .modular{
	background: url(../images/line.png) center no-repeat;
	height:70px;
	background-size:cover;
	margin:30px 0;
}

.sumri{
	width:70%;
	margin:0 auto;
	background:#00aeef;
    border-radius: 20px 0 20px 0;
	text-align: center;
    padding: 10px 0;
	color:#fff;
	margin-bottom: 30px;
}

/****************搜索结果***************/
.resultbox{
	box-sizing: border-box;
    background: #eaeaeb;
	padding:10vh 0;
}
.resultbox .tit {
    width: 100%;
    padding: 10px 0 10px 57px;
    background: #00aeef;
    font-size: 18px;
    color: #fff;
    margin-bottom: 4px;
    box-sizing: border-box;
}
.resultbox ul{width:100%;}
.resultbox ul li {
    width: 100%;
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    color: #333;
    background: #fff;
    padding: 15px 22px;
    line-height: 26px;
}
.resultbox ul li a {
    width: 100%;
	display: block;
    overflow: hidden;
}
.resultbox ul li h2 {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    float: left;
    width: 80%;
    height: 36px;
    overflow: hidden;
    transition: color .3s;
}
.resultbox ul li span {
    float: right;
    line-height: 36px;
    font-size: 12px;
    color: #808080;
    transition: color .3s;
	font-family: "Source Han Sans CN","Microsoft YaHei","Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
}


