body,h1,h2,h3,h4,h5,h6,p,ul,li{
	margin:0;
	padding:0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: black;
}
a:hover{
	text-decoration: none;
}
/**自定义字体**/
/**
@font-face{
	font-family: 'siyuan';
	src:url(../images/SourceHanSansCN-Normal.otf);
}***/
body{
	width: 100%;
	height: 100%;
	background: #ffffff;
	font-size: 1rem;
	font-family: 'Open Sans',sans-serif;
}
#headerBox{
	width: 100%;
	background: #FFFFFF;
	position: fixed;
	z-index: 99;
}
#headerBox .header{
	width: 70%;
	height: 110px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*font-size: 0.78rem;*/
	margin: 0 auto;
}
#headerBox .logoBox{
	width: 169px;
	height: 62px;
}
#headerBox .nav{
	width: 500px;
	color: #3f4465;
	display: flex;
	justify-content:flex-end;
}	
#headerBox .nav li{
	/*width: 25%;*/
	margin: 0 5%;
	position: relative;
	text-align: center;
	font-size: 1rem;
}
#headerBox .nav li .select{
	color: #2955b1;
}
footer{
	padding: 1% 0;
	background:#eff4f7;
}
footer .huima{
	font-size: 0.8rem;
	text-align: center;
	color: gray;
	margin: 15px 0;
}

@media screen and (max-width: 1200px){
	#headerBox .header{
		width: 85%;
	}

}

