@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: "微软雅黑";
	color: #333333;
}
.cl {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	width: 100%;
}
h3 {
	color: #373737;
	font-size: 26px;
	text-align: center;
}
a {
	font-size: 15px;
	color: #373737;
	text-decoration: none;
}
a:hover {
	color: #e64236;
	text-decoration: none;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.content {
	width: 1200px;
	margin: 0 auto;
}

.top{ background:#11245c; height:90px; padding:10px 0 0 0;}
.logo{ width:430px; float:left;}
.topr{ width:340px; float:right; color:#fff;}
.topr img{ float:left;}
.topr .pinzhi{ border:1px solid #fff; width:180px; float:right; text-align:center; font-size:18px; line-height:30px; margin-top:15px;}
.topr p{ width:180px; float:right; line-height:30px; margin:0; padding:0;font-size:20px; text-align:center;}

.menu{ height:50px;}
.menu ul{ margin:0; padding:0}
.menu li{ list-style:none; float:left; padding:0 35px 0 40px;}
.menu li a{ font-size:18px; line-height:50px;}

.foot{ background:#005db9; padding:10px 0;}
.foot .footlogo{ width:375px; float:left;}
.foot .footright{ width:660px; float:right; color:#fff; line-height:70px;}
