@charset "utf-8";
/*------------------------------------------------------------
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Microsoft YaHei", 微软雅黑;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a:link {
	color: #ddd;
	text-decoration: none;
}
a:visited {
	color: #ddd;
	text-decoration: none;
}
a:hover {
	color: #ddd;
}
a:active {
	color: #ddd;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	min-width: 1020px;
	text-align: center;
	color: #ffa79a;
	font-size: 14px;
	line-height: 1.5;
	background: #1C0F0E url(../img/index/bg01.jpg) no-repeat center top;
}
#container {
	position: relative;
	overflow: hidden;
	text-align: left;
}
img {
	vertical-align: top;
}
#main {
}
* html #main {
	zoom: 1;
}
*+html #main {
	zoom: 1;
}
#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
#header {
	padding: 13px 0 0;
	height: 100px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.6);
}
#header .hInner {
	margin: 0 auto;
	width: 1200px;
}
#header .hInner h1 {
	margin: 8px 0 0 0;
	float: left;
}
#header ul {
	margin: 16px -13px 0 0;
	float: right;
}
#header li {
	margin-left: 20px;
	width: 125px;
	float: left;
}
#header li a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	display: block;
}
#header li a:hover {
	color: #131324;
	background: url(../img/common/bg.png) no-repeat;
}
#header li a span {
	padding-left: 27px;
	display: inline-block;
	background: url(../img/common/g_img01.png) no-repeat left center;
}
#header li a:hover span {
	background-image: url(../img/common/g_img01_on.png);
}
#header li.li02 a span {
	background-image: url(../img/common/g_img02.png);
}
#header li.li02 a:hover span {
	background-image: url(../img/common/g_img02_on.png);
}
#header li.li03 a span {
	background-image: url(../img/common/g_img03.png);
}
#header li.li03 a:hover span {
	background-image: url(../img/common/g_img03_on.png);
}
#header li.li04 a span {
	background-image: url(../img/common/g_img04.png);
}
#header li.li04 a:hover span {
	background-image: url(../img/common/g_img04_on.png);
}
#header li.li05 a span {
	background-image: url(../img/common/g_img05.png);
}
#header li.li05 a:hover span {
	background-image: url(../img/common/g_img05_on.png);
}

/*------------------------------------------------------------
------------------------------------------------------------*/
#footer {
	overflow: hidden;
	background: #000;
}
#footer p {
	color: #c7c7c7;
	font-size: 14px;
	line-height: 60px;
	text-align: center;
}


