@charset "utf-8";
* {
	font-family: "微软雅黑";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li,
ul,
ol,
dl,
dt,
dd {
	list-style: outside none;
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.clear {
	clear: both;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #434343;
}

a:hover {
	color: #ad0000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	margin: 0px;
	padding: 0px;
}

.w12 {
	width: 1200px;
	margin: 0px auto;
}


/*nav*/

.navbar {
	height: 50px;
	width: 100%;
	min-width: 1200px;
	line-height: 50px;
	background: #00479d;
	position: relative;
	z-index: 1;
}

.nav a {
	color: #FFFFFF;
}

.nav .nLi {
	float: left;
	margin: 0px 0px;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 60px;
	font-size: 16px;
	text-align: center;
}

.nav .sub {
	display: none;
	background: url(../images/nav-bg.png) repeat;
	left: 0;
	top: 52px;
	position: absolute;
	line-height: 36px;
	color: #FFFFFF;
}

.nav .sub li {
	zoom: 1;
	font-size: 14px;
	width: 178px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dotted #666;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}

.nav .sub a {
	display: block;
	color: #FFFFFF;
}

.nav .sub a:hover {
	color: #ff7800;
}

.nav .on h3 a {
	background: #003473;
	color: #FFFFFF;
}


/*nav*/


/*header*/

.header {
	width: 100%;
	    background-size: 100% 100%;
	background: url(topbg.jpg) no-repeat  center top ;
	min-width: 1200px;
	height: 141px;
}

.header ul {
	width: 1200px;
	margin: 0px auto;
}

.header ul li {
	width: 795px;
	height: 71px;
	display: block;
}

.header ul li a {
	display: block;
	width: 795px;
	height: 71px;
}


/*footer*/

.footer {
	width: 100%;
	background: #063456;
	height: 164px;
	
	min-width: 1200px;
}

.footer ul {
	font-size: 14px;
	color: #ffffff;
	width: 1200px;
	margin: 0px auto;
}

.footer ul .link {
	padding-top: 5px;
	width: 200px;
	margin: 50px auto 0px auto;
	
}

.footer ul .link ul {
	width: 200px;
	margin: 0px auto 0px auto;
}

.footer ul .link ul li {
	float: left;
	width: 80px;
	margin-right: 15px;
}

.footer ul .copyright {
	width: 900px;
	margin: 20px auto 0px auto;
	padding-top: 25px;
	text-align: left;
	line-height: 25px;
}