* {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1200px !important;
	background-color: #fff;
	font:14px 'Helvetica',tahoma,arial,sans-serif;
	color: #333;
	box-sizing: border-box;
	background-color: #fff;
}
li {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: middle;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
}
a {
	color: #333;
	text-decoration: none;
}
button,input {
	font-family: 'Helvetica',tahoma,arial,sans-serif;
	border: none;
}
.clearfix {
	clear: both;
}
.header_wrap {
	width:100%;
	background-color: #005dd5;
}
.header {
	width: 1200px;
	height: 120px;
	line-height: 120px;
	margin: 0 auto;
	position: relative;
}
.logo {
	float: left;
}
.logo img {
	width: 100%;
	height: 100%;
}
.right {
	float: right;
	width: 600px;
	height: 100px;
	position: relative;
}
.right .mainpage {
	height: 40px;
	line-height: 40px;
	text-align: right;
}
.right .mainpage a {
	color: #fff;
	font-size: 14px;
}
.right .search {
	position: absolute;
	height: 60px;
	line-height: 60px;
	font-size: 0;
	right: 0px;
}
.text {
	height:30px;
	line-height: 30px;
	width:140px;
	padding-left: 10px;
	vertical-align: middle;
	color: #333;
	outline: none;
	background-color: #eee;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.btn {
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	font-size: 14px;
	outline: none;
	border: none;
	color: #333;
	background-color: #bbb;
}
.nav-wrap {
	height: 40px;
	line-height: 40px;
	background-color: #005dd5;
}
.nav {
	width: 1200px;
	margin: 0 auto;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav ul li {
	display: block;
	float: left;
	text-align: center;
	margin: 0;
	font-size: 16px;
	height: 40px;
	width: 113px;
	line-height: 40px;
	color: #fff;
	position: relative;
}
.nav ul li.first  {
	display: block;
	text-align: center;
	margin: 0;
	font-size: 16px;
	height: 40px;
	width: 70px;
	line-height: 40px;
	color: #fff;
}
.nav ul li a,.nav ul li a:visited{
	display: block;
	text-align: center;
	text-decoration: none;
	height: 40px;
	width: 113px;
	line-height: 40px;
	color: #fff;
}
.nav ul li.first a {
	display: block;
	text-align: center;
	text-decoration: none;
	height: 40px;
	width: 70px;
	line-height: 40px;
	color: #fff;
}
.nav ul .first {
	display: block;
	background: #406dcd;
}
.nav ul li:hover {
	background-color: #005dd5;
	color: #fff;
}
.nav ul li:hover a{
	background-color: #005dd5;
	color: #fff;
}
.nav ul li ul {
	display: none;
}
.nav ul li:hover ul {
	display: block;
	position: absolute;
	top:40px;
	left:0px;
	width:113px;
	z-index: 10;
}
.nav ul li:hover ul li a {
	display: block;
	background:#fff;
	color: #333;
}
.nav ul li:hover ul li a:hover {
	background: #005dd5;
	color: #fff;
}
.footer_wrap {
	width: 100%;
	background: #005dd5;
}
.footer {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}
.footer_content {
	height: 60px;
	padding-top: 20px;
}
.footer_content p {
	height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
 