/*头部导航*/
.nav{
	width:71.3%;position:absolute;
	top:2.1vh;left:50%;margin-left:-37.5%;z-index: 1000;
	display: flex;display: -webkit-flex;justify-content: space-between;
	-webkit-justify-content: space-between;align-items: center;
	-webkit-align-items: center;
}
.nav section{
	display: flex;display: -webkit-flex;justify-content: flex-end;
	-webkit-justify-content: flex-end;
}
.nav h5{
	font-size:0.9vw;;color:#ffffff;font-weight: 300;margin-left:2.2vw;
}
.nav div{
	width:17.8%;
}
.banner{
	width:100%;position:relative;
}
.banner .project-introduce{
    position:absolute;bottom:0;left:0;
    background-color:rgba(0,0,0,0.3);width:100%;
    padding:3.7vh 14.3%;box-sizing: border-box;
}
.banner .project-introduce h5{
	font-size:1.35vw;color:#FFFFFF;font-weight: 500;
}
.banner .project-introduce h6{
	font-size:0.8vw;color:#FFFFFF;font-weight:normal;
	margin-top:1.8vh;display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
#main{
	background-color:#f2f4f7;
}
.news-nav{
	position: absolute;width:100%;bottom:0;
	height:5.5vh;background-color: rgba(0,0,0,0.1);
}
.news-nav .news-nav-content{
	width:71.3%;margin-left:auto;margin-right: auto;display: flex;
	display: -webkit-flex;justify-content: space-between;
	-webkit-justify-content: space-between;height:100%;
	align-items: center;-webkit-align-items: center;
}
.news-nav .news-nav-content>h5{
	font-size:0.9vw;color:#FFFFFF;font-weight: normal;
}
.news-nav .news-nav-content section{
	display: flex;display: -webkit-flex;width:34.5%;
	height:100%;
}
.news-nav .news-nav-content section div{
	flex:1;cursor:pointer;
	-webkit-justify-content: center;height:100%;
}
.news-nav .news-nav-content section div h4{
	font-size:1vw;color:#FFFFFF;font-weight: 100;text-align: center;
	line-height:5.5vh;
}
.news-nav .news-nav-content section .active{
   background-color: #fac413;
}
.news-nav .news-nav-content section .active h4{
   color: #0a396f;
}
.research-institute-box{
	width:67%;margin-left:auto;margin-right:auto;padding-top:9vh;
	padding-bottom:12vh;
}
.research-institute-box>h3{
	font-size:2vw;color:#333333;font-weight: 550;
	text-align: center;line-height:2vw;
}
.research-institute-box .one-laboratory{
	display:flex;display: -webkit-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	align-items: center;-webkit-align-items: center;
	margin-top:2vh;
}
.research-institute-box .one-laboratory>div{
	width:34.2%;
}
.research-institute-box .one-laboratory section h5{
	font-size:1.25vw;color:#2f343c;font-weight: normal;
}
.research-institute-box .one-laboratory section h6{
	font-size:0.9vw;color:#2f343c;font-weight: normal;
	margin-top:4.3vh;
}
.research-institute-box .two-laboratory{
	display:flex;display: -webkit-flex;
	align-items: center;-webkit-align-items: center;
	margin-top:2vh;
}
.research-institute-box .two-laboratory>div{
	width:34.2%;
}
.research-institute-box .two-laboratory section h5{
	font-size:1.25vw;color:#2f343c;font-weight: normal;
}
.research-institute-box .two-laboratory section h6{
	font-size:0.9vw;color:#2f343c;font-weight: normal;
	margin-top:4.3vh;
}
/*新闻内容*/
.news-details{
	width:71.8%;margin-left:auto;margin-right:auto;padding-top:5.5vh;
	padding-bottom:9vh;
}
.news-details .news-title{
	font-size:2vw;color:#333333;font-weight: 550;text-align: center;
	line-height:2vw;
}
.news-details .details-title{
	position:relative;
}
.news-details .details-title>div{
	position:absolute;bottom:0;width:50%;
}
.news-details .details-title h5{
	font-size:1vw;color:#333333;font-weight:normal;
	margin-top:4.2vh;
}
.news-details p{
	font-size:0.9vw;color:#333333;
	line-height:3vh;margin-top:2.2vh;
}
.news-details>.datails-img{
	width:60%;margin-left: auto;margin-right:auto;
	margin-top:5.4vh;
}
.news-details>.datails-img img{
	width:100%;
}
/*合作伙伴*/
.all-partner{
	display: flex;display:-webkit-flex;
	justify-content: space-between;-webkit-justify-content: space-between;
	width:71.3%;margin-left:auto;margin-right:auto;flex-wrap: wrap;
	-webkit-flex-wrap: wrap;padding-top:4.3vh;padding-bottom:9.6vh;
}
.all-partner .one-partner{
	width:31.5%;background-color:#FFFFFF;margin-top:3.4vh;padding-top:6.5vh;
	padding-bottom:5.2vh;
}
.all-partner .one-partner>div{
	width:58%;margin-left:auto;margin-right:auto;
}
.all-partner .one-partner>h5{
	font-size:1.25vw;color:#333333;font-weight: 500;
	margin-top:2.6vh;text-align: center;
}
.all-partner .one-partner>p{
	width:82.5%;margin-left:auto;margin-right:auto;margin-top:3.1vh;
	font-size:0.9vw;color:#666666;line-height:2.9vh;
}
