* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	overflow-x: hidden;
	background: #eae7e7 url(../img/bg01.jpg) no-repeat center 20px;
}
.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;}
/*---------------index--------------*/
#header {
	padding: 6px 0 14px;
	height: 106px;
	box-sizing: border-box;
	background: url(../img/h_bg.jpg) repeat-x center top;
}
#header .hBox {
	width: 1000px;
	margin: 0 auto;
}
#header .logo {
	float: left;
	margin: 4px 90px 0 0;
}
#header .hImg {
	float: left;
	margin: 18px 0 0;
}
#header .hWeb {
	float: right;
	margin: 8px 0 0 0;
}
#main {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0 20px;
}
#main .inner {
	float: right;
	width: 400px;
	margin: 0 0 0 0;
}
#main .inner .link {
	margin-bottom: 18px;
	text-align: center;
}
#main .inner .link a {
	width: 190px;
	height: 64px;
	line-height: 64px;
	display: block;
	float: left;
	color: #ffffff;
	font-size:20px;
	margin: 0 10px 10px 0;
	background: url(../img/link_bg.png) no-repeat center top;
	transition: all 0.3s;
}
#main .inner .link a:hover {
	transform: translateY(-5px);	
}
#main .inner .title {
	margin-bottom: 19px;
}
#main .downUl {
	text-align: center;
	width: 420px;
	margin: 0 0 8px 4px;
}
#main .downUl li {
	margin: 0 20px 0 0;
	float: left;
	width: 120px;
	text-align: center;
	background: url(../img/li_bg.png) no-repeat center top;
	height: 160px;
	box-sizing: border-box;
	padding: 10px;
}
#main .downUl li span {
	display: block;
	margin-top: 8px;
	color: #000000
}
#main .text {
	text-align: center;
}
#footer {
	background: url(../img/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: #edcba8;
	padding-right: 28px;
	background: url(../img/line01.png) no-repeat right center;
}
#footer .last a {
	background: none;
}
#footer li a:hover {
	color: #ffd053;
}















