*{
	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-image: url(/static/www.sxhkxy.com/images/topBg.png);
	background-repeat: no-repeat;
	background-size: cover;
	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: #00439a;
	font-size: 34px;
	font-family: "microsoft yahei";
}
.search{
	width: 214px;
	height: 40px;
	float: right;
	border: 1px solid #00439a;
	border-radius: 20px;
	padding-left: 13px;
	padding-top: 5px;
	margin-top: 10px;
}
.search input{
	height: 32px;
	line-height: 32px;
	border: 0;
	outline: 0;
	background-color: transparent;
	vertical-align: top;
}　
 .searchIcon{
	padding-top: 5px;
}
.search .searchBtn{
	background-color: transparent;
	border: 0;
}　
.navBox{
	width: 100%;
	height: 60px;
	background-color: #00439a;
}
.navBox ul{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.navBox ul:after{
	display: block;
	content: "";
	clear: both;
}
.navBox ul li{
	float: left;
	color: #fff;
	line-height: 60px;
	min-width: 10%;
	position: relative;
}
.menuItem{
	position: absolute;
	top: 59px;
	left: 0;
	/* width: 100%; */
	padding: 0 10px;
	white-space: nowrap;
	height: auto;
	background-color: rgba(0,67,154,.7);
	z-index: 10;
	min-width: 100%;
	display: none;
	transition: display 2s;
	-moz-transition: display 2s; /* Firefox 4 */
	-webkit-transition: display 2s; /* Safari 和 Chrome */
	-o-transition: display 2s; /* Opera */
}
.navBox ul li .menuItem a{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.navBox ul li:hover .menuItem{
	display: block;
}	
.navBox ul li a{
	color: #fff;
	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: #00439a;
	z-index: 12;
	padding-top: 34px;
}
.mobilemenu ul li{
	color: #fff;
	text-align: center;
	height: 42px;
	line-height: 42px;
	position: relative;
}
.mobilemenu ul li a{
	color: #fff;
	font-size: 14px;
}
.mobilemenu ul li .menuItem{
	display: block;
	position: initial;
}
.mobilemenu ul li .menuItem a{
	font-size: 12px;
	text-indent: 2em;
	height: 35px;
	line-height: 35px;
}
.mobilesearch{
	width: 100%;
	padding: 15px;
}
.mobilesearch_box{
	width: 100%;
	height: 40px;
	float: right;
	border: 1px solid #00439a;
	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 .searchBtn{
	background-color: transparent;
	border: 0;
}
.mobilesearch_box .searchIcon{
	padding-top: 3px;
}
input::-webkit-input-placeholder { 
	color: #00439a; 
	font-weight: bold;
} 
input:-moz-placeholder { 
	color: #00439a; 
	font-weight: bold;
} 
input::-moz-placeholder { 
	color: #00439a; 
	font-weight: bold;
} 
input:-ms-input-placeholder { 
	color: #00439a; 
	font-weight: bold;
}
@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: 182px;
	}
	.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;
	}
}
@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 5px;
		background-color: #00439a;
	}
	.navBox ul{
		width: 100%;
	}
	.navBox ul li a{
		font-size: 16px;
	}
}
@media screen and (min-width: 1000px) {
	.header_top{
		height: 160px;
		padding-top: 37.5px;
		padding-left: 0px;
		padding-right: 0px;
		background-image: url(/static/www.sxhkxy.com/images/topBg.png);
		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;
		width: 100%;
		height: 60px;
		background-color: #00439a;
	}
	.navBox ul{
		width: 1200px;
	}
	.navBox ul li a{
		font-size: 18px;
	}
	.search{
		display: block;
	}
	.mobilesearch{
		display: none;
	}
}