* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	overflow-x: hidden;
	background: #0F0000 url(../images/index/bg01.jpg) no-repeat center top;
}
.w1000 {
	width: 1000px;
	margin: 0 auto
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
img { vertical-align: top; border:0px;}
/*---------------index--------------*/
#header {
	padding: 6px 0 14px;
	height: 106px;
	box-sizing: border-box;
	background: url(../images/index/h_bg.jpg) no-repeat center top;
}
#header .hBox {
	width: 1000px;
	margin: 0 auto;
}
#header .logo {
	float: left;
	margin: 0 60px 0 0;
}
#header .hImg {
	float: left;
	margin: 8px 0 0;
}
#header .hWeb {
	float: right;
	margin: 25px 0 0 0;
}
#main {
	width: 900px;
	margin: 0 auto;
	padding: 90px 0 150px;
}
#main .inner {
	float: right;
	width: 400px;
	margin: 70px 560px 0 0;
}
#main .inner .link {
	margin-bottom: 22px;
	text-align: center;
}
#main .inner .link a {
	display: inline-block;
	margin-right: 15px;
}
#main .inner .link a:last-child {
	margin-right: 0;
}
#main .inner .title {
	margin-bottom: 19px;
}
#main .downUl {
	text-align: center;
	width: 420px;
	margin: 0 -20px 20px 4px;
}
#main .downUl li {
	margin: 0 30px 0 0;
	float: left;
	width: 180px;
	text-align: center;
	 
	height: 173px;
	box-sizing: border-box;
	padding: 10px;
}
#main .downUl li span {
	display: block;
	margin-top: 18px;
}
#main .text {
	text-align: center;
	margin-top: 79px;
}
#footer {
	background: url(../images/index/f_bg.png) no-repeat center top;
	height: 50px;
	text-align: center;
	padding: 12px 0;
	color: #6f625e;
	font-size: 12px;
	line-height: 1.6;
	position:fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}
#footer .fNavi {
	margin-left: 22px;
}
#footer li {
	display: inline;
	margin: 0 11px;
	font-size: 14px;
}
#footer li a {
	color: #c8c8c8;
	padding-right: 28px;
	background: url(../images/index/line01.png) no-repeat right center;
}
#footer .last a {
	background: none;
}
#footer li a:hover {
	color: #ffeb8a;
}















