@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: #79282A;
	text-decoration: none;
}

a:visited {
	color: #79282A;
	text-decoration: none;
}

a:hover {
	color: #79282A;
	text-decoration: underline;
}

a:active {
	color: #79282A;
	text-decoration: underline;
}

/*------------------------------------------------------------
	布局
------------------------------------------------------------*/
body {
	min-width: 1250px;
	color: #79282A;
	text-align:center;
	line-height: 1.5;
}

#container{
	background-color: #fff;
	text-align: left;
}

#main {
	margin-bottom: 50px;
	margin-top: 20px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 47px 0 36px;
	width: 1000px;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -33px;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi li {
	float: left;
	padding: 0 24px 0 66px;
	font-size: 15px;
}

#gNavi li a:hover {
	color: #DE360F;
	text-decoration: none;
}

#gNavi .liStyle01 {
	padding-right: 147px;
}

#gNavi .liStyle02 {
	padding-right: 13px;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	padding: 30px 0;
	overflow: hidden;
	background: #7e3032;
}

#footer .fBox {
	margin: 0 auto;
	padding-left: 18px;
	width: 950px;
}

#footer .fBox .lBox {
	float: left;
	padding-top: 10px;
	width: 669px;
	border-right: 1px solid #ffffff;
}

#footer .fBox .lBox .fCode {
	float: left;
}

#footer .fBox .lBox ul {
	float: right;
	width: 500px;
}

#footer .fBox .lBox li {
	padding: 3px 0 15px;
	color: #fff;
	font-size: 14px;
}

#footer .fBox .lBox li a {
	color: #fff;
}

#footer .fBox .rBox {
	float: right;
	padding-top: 15px;
	width: 195px;
}

#footer .fBox .rBox p {
	color: #fff;
	font-size: 14px;
	line-height: 1.85;
	letter-spacing: -1px;
}

#footer .fBox .rBox p span {
	display: block;
	font-size: 25px;
}