/*头部导航*/
.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;
}
#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:62.7%;
	height:100%;
}
.news-nav .news-nav-content section div{
	flex:1;display: flex;display: -webkit-flex;justify-content: center;cursor:pointer;
	-webkit-justify-content: center;align-items: center;-webkit-align-items: center;height:100%;
}
.news-nav .news-nav-content section div h4{
	font-size:1vw;color:#FFFFFF;font-weight: 100;
}
.news-nav .news-nav-content section .active{
	background-color:#FAC413;
}
.news-nav .news-nav-content section .active h4{
	color:#004688;
}
/*新闻内容*/
.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:3.6vh;
}
.news-details>.datails-img img{
	width:100%;
}
.news-details ul{
	margin-top:3.6vh;
}
.news-details li{
	font-size:0.9vw;color:#333333;font-weight: 300;
	margin-top:1.6vh;
}
/*领导团队*/
.team-box{
	width:58%;margin-left:auto;margin-right:auto;
	padding-top:2vh;
}
.team-content-one .one-leader{
	margin-top:6.7vh;display: flex;display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content: space-between;
	align-items: center;-webkit-align-items:center;
}
.team-content-one .one-leader>div{
	width:11%;
}
.team-content-one .one-leader p{
	font-size:0.9vw;color:#333333;font-weight:300;
	width:84.5%;line-height:2.5vh;
}
.team-content-two{
	display: flex;display: -webkit-flex;
	justify-content: space-between;-webkit-justify-content: space-between;
	flex-wrap: wrap;-webkit-flex-wrap: wrap;padding-bottom:8.8vh;
}
.team-content-two .one-team{
	width:46.3%;margin-top:6.9vh;
}
.team-content-two .one-team h5{
	font-size:1.2vw;color:#333333;font-weight: 500;
}
.team-content-two .one-team p{
	font-size:0.9vw;color:#333333;font-weight:300;
	line-height:2.7vh;margin-top:1.7vw;
}
/*招聘列表*/
.news-list{
	width:71.3%;margin-left:auto;margin-right:auto;
	padding-top:0.5vh;padding-bottom:9.2vh;
}
.one-list{
	display: flex;display: -webkit-flex;margin-top:5.4vh;
	justify-content: space-between;-webkit-justify-content: space-between;
}
.one-list>div{
	width:21%;
}
.one-list .news-content{
	width:75%;
}
.one-list .news-content>div{
	position:relative;margin-top:1.6vh;
}
.one-list .news-content>div>div{
	position:absolute;bottom:0;width:50%;opacity: 0;z-index: 2;
}
.one-list .news-content>div:hover>div{
	opacity: 1;
}
.one-list .news-content>div:hover>a{
	color:#213c60;position:relative;z-index: 21;
}
.one-list .news-content>div a{
	font-size:1.3vw;font-weight: 200;line-height:1.3vw;
	color:#333333;
}
.one-list .news-content>section{
	display: flex;display: -webkit-flex;margin-top:2vh;
}
.one-list .news-content>section h6{
	font-size:0.8vw;font-weight: 100;color:#666666;
	margin-right:4.6vw;
}
.one-list .news-content p{
	font-size:0.9vw;font-weight: 100;color:#666666;
	margin-top:2vh;line-height: 2.4vh;display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
/*联系方式*/
.contact-information{
	padding-top:5.4vh;background-color:#FFFFFF;padding-bottom:5.2vh;
}
.contact-information .contact-information-title{
	font-size:2vw;color:#333333;font-weight: 550;text-align: center;
	line-height:2vw;
}
.contact-information-content{
	width:71.3%;margin-left:auto;margin-right:auto;
}
.contact-information-content .details-title{
	position:relative;
}
.contact-information-content .details-title>div{
	position:absolute;bottom:0;width:50%;
}
.contact-information-content .details-title h5{
	font-size:1vw;color:#333333;font-weight:normal;
	margin-top:4.2vh;
}
.contact-information-content .relation-img{
	width:62.8%;margin-left:auto;margin-right:auto;
	margin-top:2.8vh;
}
.company-address{
	padding-top:1.2vh;width:71.3%;margin-left:auto;margin-right:auto;
	padding-bottom:9.2vh;
}
.company-address .details-title{
	position:relative;
}
.company-address .details-title>div{
	position:absolute;bottom:0;width:50%;
}
.company-address .details-title h5{
	font-size:1vw;color:#333333;font-weight:normal;
	margin-top:4.2vh;
}
.company-address .map{
	margin-top:4.2vh;margin-left:9.6%;width:44%;
}
