*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
}
.publicHeader{
	width: 100%;
}
.header_top{
	height: 160px;
	padding-top: 37.5px;
    background-color: #8f000b;
	position: relative;
}
.ceshi{
	position: absolute;
	right: 0px;
	top: 0px;
	background: #00439a;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 4px;
}
.menuicon{
	width: 20px;
	position: absolute;
	left: 15px;
	top: 23px;
	display: none;
}
.headerBox{
	width: 1200px;
	margin: 0 auto;
}
.headerBox:after{
	display: block;
	content: "";
	clear: both;
}
.headerBoxLeft{
	width: 812px;
	float: left;
}
.logo1{
	float: left;
}
.education{
	float: right;
	margin-top: 21px;
	color: #ffffff;
	font-size: 34px;
	font-family: "microsoft yahei";
}
.search{
	width: 214px;
	height: 40px;
	float: right;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 20px;
	padding-left: 13px;
	padding-top: 5px;
	margin-top: 10px;
}
.search input{
	height: 32px;
	line-height: 32px;
	border: 0;
	outline: 0;
	color: #fff; 
	background-color: transparent;
	vertical-align: top;
	width: 80%;
}

input::-webkit-input-placeholder { 
	color: #fff; 
	font-weight: bold;
} 
input:-moz-placeholder { 
	color: #fff; 
	font-weight: bold;
} 
input::-moz-placeholder { 
	color: #fff; 
	font-weight: bold;
} 
input:-ms-input-placeholder { 
	color: #fff; 
	font-weight: bold;
}
.search .searchIcon{
	margin-top: 4px;
}　
.searchIcon{
	padding-top: 5px;
}
.navBox{
	width: 100%;
	height: 60px;
}
.navBox ul{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.navBox ul:after{
	display: block;
	content: "";
	clear: both;
}
.navBox ul li{
	float: left;
	margin-right:94px;
	color: #8f000b;
	line-height: 60px;
}
.navBox ul li:nth-child(6){
	margin-right: 0px;
}
.navBox ul li a{
	color: #8f000b;
	font-size: 18px;
}
.mobilemenu{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0px;
	display: none;
	transition: display 0.3s;
	z-index: 10;
}
.mask{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
}
.mobilemenu ul{
	width: 115px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #8f000b;
	z-index: 12;
	padding-top: 34px;
}
.mobilemenu ul li{
	color: #fff;
	text-align: center;
	height: 42px;
	line-height: 42px;
}
.mobilemenu ul li a{
	color: #fff;
	font-size: 14px;
}
.mobilesearch{
	width: 100%;
	padding: 15px;
}
.mobilesearch_box{
	width: 100%;
	height: 40px;
	float: right;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 20px;
	padding: 5px;
	padding-left: 20px;
}
.mobilesearch_box input{
	width: 89%;
	height: 32px;
	line-height: 32px;
	border: 0;
	outline: 0;
	background-color: transparent;
	vertical-align: top;
}
.mobilesearch_box .searchIcon{
	padding-top: 3px;
}
@media screen and (min-width: 320px) {
	.header_top{
		height: 59px;
		padding-top: 17.5px;
		padding-left: 51px;
		padding-right: 15px;
	}
	.headerBox{
		width: 100%;
	}
	.headerBoxLeft{
		width: 100%;
	}
	.logo1{
		width: 223px;
	}
	.education{
		width: 71px;
		margin-top: 5px;
		font-size: 15px;
	}
	.header_top .menuicon{
		display: block;
	}
	.navBox{
		display: none;
	}
	.header_top .menuicon{
		display: block;
	}
	.search{
		display: none;
	}
	.mobilesearch{
		display: block;
		height: 73px;
		background: #8f000b;
	}
}
@media screen and (min-width: 768px) {
	.header_top{
		height: 120px;
		padding-top: 37.5px;
		padding-left: 15px;
	}
	.headerBoxLeft{
		width: 490px;
	}
	.logo1{
		width: 350px;
	}
	.education{
		width: 100px;
		margin-top: 9px;
		font-size: 24px;
	}
	.search{
		display: block;
	}
	.mobilesearch{
		display: none;
	}
	.header_top  .menuicon{
		display: none;
	}
	.navBox{
		display: block;
		padding: 0 15px;
	}
	.navBox ul{
		width: 100%;
	}
	.navBox ul li{
		margin-right: 73px;
	}
}
@media screen and (min-width: 1000px) {
	.header_top{
		height: 160px;
		padding-top: 37.5px;
		padding-left: 0px;
		padding-right: 0px;
		background-repeat: no-repeat;
	    background-size: cover;
		position: relative;
	}
	.headerBox{
		width: 1200px;
		margin: 0 auto;
	}
	.headerBoxLeft {
	    width: 812px;
	    float: left;
	}
	.logo1{
		width: auto;
	}
	.education {
		width: auto;
	    float: right;
	    margin-top: 21px;
	}
	.header_top .menuicon{
		display: none;
	}
	.navBox{
		display: block;
		padding: 0;
	}
	.navBox ul{
		width: 1200px;
	}
	.navBox ul li{
		margin-right:94px;
	}
	.search{
		display: block;
	}
	.mobilesearch{
		display: none;
	}
}