*{
	padding: 0;
	margin: 0;
}
div,dl,dt,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{
	border:0;
}

body{
	font-family:arial,'Microsoft YaHei',"黑体";
	font-size:14px;
	text-align: center;
	background: #FFF;
	color: #000;
}
html{
	overflow-y:scroll;
	overflow-x: scroll;
}
ul,ol{
	list-style-type: none;
}
a:link,a:visited{
	text-decoration: none;
}
a:hover,a:active{
	text-decoration: none;
}

a:link {color: #000000} /* 未访问的链接 */
a:visited {color: #000000} /* 已访问的链接 */
a:hover {color: #ff0000} /* 鼠标移动到链接上 */

header{
	width: 100%;
	height: 40px;
	background-color: #e2e2e3;
}
.header{
	width: 1200px;
	height: 40px;
	background-color: #E2E2E3;
	margin: auto;
}
.header-left{
	float: left;
}
.header-right{
	float: right;
}
.header-left p{
	line-height: 40px;
}
.header-right p{
	line-height: 40px;
}

.header-right p a{
	margin-left: 20px;
	margin-right: 20px;
	color: #333333;
}
.banner{ width:100%; height:300px; background:url(../img/b1.jpg) no-repeat center;}
.logo-home{
	width: 100%;
	height: 90px;
	background-color: #FFFFFF;
}
.logo{
	width: 1200px;
	height: 90px;
	background-color: #FFFFFF;
	margin: auto;
}
.logo-left{
	width:540px;
	float:left;
}
.logo-left img{
	float:left;
}

.logo-right{
	width:600px;
	text-align:right;
	line-height: 80px;
	margin-left:540px;
	margin-top:20px;	
}

nav{
	width: 100%;
	height: 65px;
	background-color: #2387da;
}
.nav{
	width: 1200px;
	height: 65px;
	background-color: #2387da;
	margin: auto;
	
}
.nav ul li{
	float: left;
	height: 65px;
	color: #FFFFFF;
	line-height: 65px;
	font-size: 16px;
	font-weight: 600;
	padding-left: 40px;
	padding-right: 40px;
}
.nav ul li:hover{
	float: left;
	height: 65px;
	color: #FFFFFF;
	background-color: #4162EA;
	
	line-height: 65px;
	font-size: 16px;
	font-weight: 600;
	padding-left: 40px;
	padding-right: 40px;
}





.fot-top-home{
	width: 100%;
	height: 60px;
	background-color: #E2E2E3;
}
.fot-top{
	width: 1200px;
	height: 60px;
	background-color: #E2E2E3;
	margin: auto;
	
}
.fot-top p{
	line-height: 60px;
	font-weight: 900;
	color: #2387da;
	text-align: left;
}
.fot-top p a{
	color: #2387da;
	margin-right: 40px;
	
}
footer{
	width: 100%;
	height: 130px;
	background-color: #2387da;
}
.footer{
	width: 1200px;
	height: 80px;
	background-color:#2387da;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer p{
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
}
