body {
	margin: 0;
	font-size: 12px;
	text-align: center;
	background-color: #181A15;
}

a {
	COLOR: #000000;
	TEXT-DECORATION: none;
}
img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}
a:hover img {
	filter:alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-image: none;
	list-style-type: none;
}


h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}
.kkm {
	width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.lf {
	float: left;
}

.maxdiv{
	height: 30px;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFF;
}

.maxdiv ul {
	width: 1002px;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.maxdiv ul li{
	font-size: 12px;
	line-height: 30px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.maxdiv ul li a{
	color: #333;
}

.logo {
  background:url("/images/logo.png");
  background-repeat:no-repeat;
  /*background-position:-25px -374px;*/
  height:135px;
  width:1002px;
} 
  
.nav {
	background-color: #263238; /*导航背景色*/
	height: 46px;
    margin: 0 auto;/*局中*/
	width: 1002px;/*导航宽度*/
}
.nav ul {
	float: left;
	width: 1002px;
	height: 46px;
	padding: 0px;
	margin: 0px;
}
.nav ul li {
	font-size: 13px;
	line-height: 46px;
	float: left;
	height: 46px;
	width: 125px;
	font-weight: bold;
	float: left;
}
.nav ul li a {
	color: #FFE;
	text-decoration: none;
	float: left;
	height: 46px;
	width: 125px;
}

.nav ul li:hover {
	width: 125px;
	float: left;
	height: 46px;
	background-color: #DD2C00; /* 导航点燃色 */
}
.navtt {
	background-color: #FF6D00;  /* 导航选中色 */
}
 .article{
	float: none;
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF; /*文章内容背景颜色*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
}
.article h1{
	font-size: 20px;
	font-family: \5fae\8f6f\96c5\9ed1;
	font-weight: bold;
	color: #BF360C; /*文章标题颜色*/
	text-align: center;
	line-height: 10px; /*文章标题高度*/
		background-color: #E8F5E9; /*文章标题背景颜色*/
	clear: both;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
.article_a{
	float: none;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px; /*底部最少间隔高度*/
	border: 1px double #FFCDD2; /*文章内容边框颜色*/
	margin-top: 5px;
    }
.article_b{
	font-family: "Arial", "\5b8b\4f53";
	font-size: 14px;
	line-height: 1.9
	}
.article_b a{
	text-decoration: none;
	color: #05a;
}
.article_b a:hover{
	text-decoration: underline;
	}

.info{
	height: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	color: #8E806C;
	margin-top: 30;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #FFCDD2; /* 文章信息分割条背景色 */
}

.col-01{
	position: absolute;
	left: 130px;
	width: 11em;
	height: 30px
}
.col-02{
	position: absolute;
	left: 33%;
	width: 11em;
	height: 30px;
	overflow: hidden
}
.col-03{
	position: absolute;
	right: 308px;
	height: 30px;
	width: 11em;
	overflow: hidden;
}
.col-04{
	position: absolute;
	height: 30px;
	width: 11em;
	overflow: hidden;
	right: 130px;
}
.content{
	color: #2b2b2b;
	width: 95%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
}
.content p{
	padding-bottom: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.content strong{
	font-weight: bold;
}
.uyan{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	}
	
.footer{
	width: 1002px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.footer1{
	width: 1002px;
	margin-top: 50px;
	font-size: 13px;
	color: #CCC;
	float: left;
	}

.footer1 a{
	color: #ccc;
}