*{ margin:0; padding:0; }
li { list-style:none; }
a { text-decoration:none; }
img { border:none; vertical-align:top; }
input{ outline:none; }
.clear{
	clear: both;
}
body{
	background:#e0f9fe;
}
.top{
	height: 565px;
	max-width: 1920px;
	background: url(../img/top_bg.png) no-repeat center center;
	margin: 0 auto;    min-width: 1200px;
}
.top .center{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 565px;
}
.top .center .nav{
	position: absolute;
	width: 1200px;
	height: 80px;
	    bottom: 22px;
    left: 2px;
}
.top .center .nav ul>li{
	float: left;
	
	
	font-family: "方正胖娃简体";
	width: 116px;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
.top .center .nav ul>li a{
	color: #186ab8;
	    font-size: 24px;
    padding: 0 10px !important;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
	height: 0 !important;
}
.foot{
	max-width: 1920px;
	margin: 0 auto;
	height: 220px;
	background: url(../img/foot_bg.png) repeat-x 0 bottom;
	min-width: 1200px;
}
.foot .center{
	width: 1200px;
	margin: 0 auto;
	padding-top: 124px;
}
.foot .center p{
	height: 30px;
	line-height: 30px;
	text-align: center;


	font-size: 12px;
	font-family: "宋体";
}
.foot .center p a{
	color: white;
}