*{
margin: 0;
padding: 0;
}
body {
	min-width: 1200px;
}

/*头部*/
.top {
	width: 100%;
	background-color: white;
}
.top_logo_title {
	width: 1200px;
	background-color: white;
	margin: 0 auto;
	overflow: hidden;
}

.top_logo_title .top_logo {
	/*width: 20%;*/
	float: left;
	background-color: white;
}


.top_logo_title .top_logo img {
	width: 100%;
	padding: 10px 0px 10px 0px;
	
}


.top_logo_title .top_title {
	width: 50%;
	float: left;
	background-color: white;
	margin: 5px 0px 0px 50px;
}
.top_logo_title .top_title h2 {
	color: #184c97;
}
.top_logo_title .top_title p {
	color: #9D9D9D;
	font-size: 20px;
}
/*导航*/
.mav {
	width: 100%;
	background-color: #154c95;
}
.mav_list {
	width: 1200px;
	margin: 0 auto;
}
.mav_list ul {
	overflow: hidden;
}
.mav_list ul li {
	list-style: none;
	float: left;
	padding: 0 30px;
	text-align: center;
    line-height: 50px;
}
.mav_list ul li a {
	font-size: 18px;
	color: white;
	text-decoration: none;
}
/*尾部*/
.footer {
	width: 100%;
	background-color: #184c97;
	margin-top: 15px;
}
.footer_box {
	width: 1200px;
	height: 240px;
	margin: 0 auto;
	padding-top: 2%;
}
.footer_box ul {
	overflow: hidden;
}
.footer_box ul li {
color: white;
	list-style: none;
	float: left;
	padding: 0px 5px 5px 25px;
}
.footer_box ul li a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}
.navfoot li a{font-size: 18px !important;}
.copyright {margin-top:30px !important}