@charset "utf-8";
* {
	font-family: "微软雅黑";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
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;
}

.wraper {
	background: #9b2424;
	min-width: 1200px;
	height: 146px;
}


/*nav*/

.navbar {
	height: 50px;
	width: 100%;
	min-width: 1200px;
	line-height: 50px;
	background: #efefef;
	position: relative;
	z-index: 2;
}

.nav a {
	color: #434343;
}

.nav .nLi {
	float: left;
	
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 56px;
	font-size: 16px;
	text-align: center;
}

.nav .sub {
	display: none;
	background: url(../images/nav-bg.png) repeat;
	left: 0;
	top: 50px;
	position: absolute;
	line-height: 36px;
	color: #FFFFFF;
}

.nav .sub li {
	zoom: 1;
	font-size: 14px;
	width: 132px;
text-align:center;
	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: #9b2424;
	color: #fff;
}


/*nav*/


/*header*/

.header {
	width: 100%;
	min-width: 1200px;
	height: 152px;
}

.header ul {
	width: 1200px;
	margin: 0px auto;
}

.header ul li {
	width:612px;
	height: 70px;
	display: block;
}

.header ul li a {
	display: block;
	width: 612px;
	height: 70px;
}


.header ul li+li{ float: right; width: 250px; background: no-repeat; }
.header ul li+li .topLink{ width: 250px; height: 33px; margin-top: 30px; }
.header ul li+li .topLink ul{width: 250px; background: none; height: 33px; margin: 0;}
.header ul li+li .topLink ul li{ float: left; text-align: center;  height: 33px;font-size: 14px; color: #FFFFFF; width: 90px;  margin: 0px; background: none;}
.header ul li+li .topLink ul li+li{width: 10px;}
.header ul li+li .topLink ul li+li+li{width: 90px;}
.header ul li+li .topLink ul li a{color: #FFFFFF; width: 90px; display: block; margin: 0px; height: 33px;}
.header ul li+li .topLink ul li a:hover{color:#FFC400;}

/*footer*/

.footer {
	width: 100%;
	background: #9b2424;
	height: 120px;
	min-width: 1200px;
	line-height: 35px;
	font-size: 15px;
	color: #FFF;	
	padding-top: 30px;
	text-align: center;
}
.link{padding:0px;text-align:left ;width:500px;}
.link ul li{font-size:15px; float:left; line-height:30px;width:160px;}
.link ul li a{color:#fff;}