/**
 * @name	:HTML标签重定义
 * @author	:wenzi(email:shiyewenzi@126.com)
 * @version	:1.0
 * @type	:公共规则
 * @explain	:无
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquoteth, td {
	font-family:"微软雅黑";
	width: 100%;
	margin:0px auto;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
}
ul , ol {
	list-style:none;
}
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;
}
ol, ul {
	list-style:none;
}
capation, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:''
}
abbr, acronym {
	border:0;
}

/* 以下样式根据不同的网站可能需要改写 */
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
	color:#C30;
}
/* 须改写样式结束*/
/**
 * @name	:常用原子类
 * @author	:wenzi(email:shiyewenzi@126.com)
 * @version	:1.0
 * @type	:公共规则
 * @explain	:无
 */
/*字体排版*/
.f1{font-size:1px;}
.fb{font-weight:bold;}
.fn{font-weight:normal;}
.lh1{line-height:1%}
.lh150{line-height:150%}
.lh180{line-height:180%}
.lh200{line-height:200%}

/*定位*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:auto;margin-right:auto;}
.fl{float:left;display:inline;}/*display:inline;用于解决IE6下浮动双外边距问题*/
.fr{float:right;display:inline;}/*同上*/
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
/*如果一个块级对象内部包含浮动对象，应该给该块级对象使用clearfix*/
.clearfix:after{content:'';display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block;}
*html .clearfix{height:1%}
.clearfix{display:block;}
.va-c{vertical-align:center;}
.pr{position:relative;}
.pa{position:absolute;}
.abs-right{position:absolute;right:0;}
.zoom{zoom:1}
.hidden{visibility:hidden;}
.none{display:none;}
 
/*长度高度*/
.w9{width:9px;}
.w10{width:10px;}
.w{width:100%}
.h{height:100%}
.h10{height:10px;}

/*边距*/
.m5{margin:5px;}
.m10{margin:10px;}
.p5{padding:5px;}
.p10{padding:10px;}

.header_bg {
	height: 80px;
	width: 100%;
	background:#FBFAFA;
	margin:0px auto;
	overflow:hidden;
}
.header_bg .header { width:1024px; margin:0px auto;}
.header .header_logo {
	height: 80px;
	width: 271px;
	float: left;
	padding-top:15px;
}


.header .nav {
	float: right;
	height: 60px;
	width: 750px;
	color: #000000;
	padding-top: 35px;
	font-size: 15px;
}
.nav ul li{
	width:90px;
	height:20px;
	line-height:20px;
	display:inline;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-align: center;

}
.nav ul li a { color:#000; text-decoration:none;margin:0 auto;
	
}
.banner {
	height: 1340px;
	width: 100%;
    margin:0px auto;
    position:relative; 
	overflow:hidden;
}
.banner img{
	position:absolute; 
	left:50%;
	margin-left:-960px; 
	top:0px; 
	z-index:11;
	width:1920px; 
	height:1340px;
}

.nr {
	height: 1123px;
	width:100%; 
	position:relative; 
	overflow:hidden;
}
.nr img{
	position:absolute; left:50%; margin-left:-960px; top:0px; z-index:11; width:1920px; height:1123px;
	
	}
.footer {
	height: 179px;
	width: 100%;
	position:relative; overflow:hidden;
}
.footer img {
	position:absolute;
	 left:50%; 
	 margin-left:-960px; 
	 top:0px; z-index:11;
	  width:1920px;
	   height:179px;
}
.footer1 {
	height: 160px;
	width: 100%;
	margin:0px auto;
    overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}

.footer1_bj { 
    width:1024px; 
    margin:0px auto;
}

.footer1_left {
	height: 160px;
	width: 448px;
	float: left;
}

.footer1_r {
	height: 120px;
	width: 560px;
	font-size: 14px;
	line-height: 24px;
	float:right;
	padding-top: 40px;
}