* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	font-family:Microsoft YaHei UI;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #666666;
}
.clearFloat:after {
	display: block;
	content: "";
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#header{
	width:100%;
}
.header{
	
	height:100%;
	height: 116px;
	background: #0066cc;
}
.header_content{
	width:1200px;
	margin:0 auto;
}
.header:after {
	display: block;
	content: "";
	clear: both;
}
.header .logo{
	padding-top:22px;
}
.header .logo img{
	display: block;
}
.header .header_search{
	padding-top:8px;
}
.nowDtae{
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	letter-spacing: 1.4px;
	font-variant-caps: all-small-caps;
}
.header_search_box{
	margin-top:12px;
	width: 280px;
	height: 42px;
	border: 1px solid #ffffff;
	border-radius: 22px;
	padding-right:16px;
}
.header_search_box .search_input{
	width: 210px;
	background-color: transparent;
	outline: none;
	border: none;
	line-height: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #ffffff;
	line-height: 146px;
	letter-spacing: 0.7px;
	padding-left:10px;
	text-align: left;
}
.header_search_box .search_input::placeholder {
   color: #ffffff;
}
.header_search_box .search_text{
	vertical-align: middle;
}
.header_menu{
	width:1200px;
	margin:0 auto;
	height:70px;
	padding-left:40px;
	padding-right:18px;
	display: flex;
	justify-content: space-between;
}
.header_menu a{
	font-size: 22px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	text-align: center;
	color: #333333;
	line-height: 70px;
	letter-spacing: 1.1px;
}
/* 尾部 */
#footer{
	width:100%;
	height: 224px;
	background: #0066cc;
}
.footer_content{
	width:1200px;
	margin:0 auto;
	padding-top:31px;
}
.footer_content_left img{
	display: block;
	margin-bottom:30px;
}
.footer_content_left p{
	margin-bottom:20px;
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	color: #ffffff;
}
.footer_content_left p a{
	color: #ffffff;
}
.footer_content_right{
	width: 110px;
}
.footer_content_right img{
	display: block;
	width: 110px;
	height: 110px;
	margin-bottom:12px;
}
.footer_content_right p{
	font-size: 14px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 24px;
}
.page_part{
	margin-top: 30px;
}
/* 分页 */
.page{
	margin-top: 10px;
	text-align: center;
	margin-bottom: 40px;
}
.total{
	font-family: "microsoft yahei Regular";
	color: #333333;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.pageBox{
	display: inline-block;
	margin-left: 29px;
}
.page .prev,.page .next{
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	font-family: "microsoft yahei Regular";
	color: #aaaaaa;
	font-size: 14px;
	margin-right: 10px;
	padding: 0 5px;
}

.num,.page a{
	display: inline-block;
	width:auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	font-family: "microsoft yahei Regular";
	color: #aaaaaa;
	font-size: 14px;
	margin-right: 10px;
	padding: 0 5px;
}
.page a {
	height: 28px;
	line-height: 28px;
}
.page a.active{
	background: #0066cc;
	border: 1px solid #0066cc;
	color: #fff;
}
.currentPage{
	display: inline-block;
	font-size: 14px;
	color: #999;
}

