@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",微软雅黑;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #2c3742;
	text-decoration: none;
}

a:visited {
	color: #2c3742;
	text-decoration: none;
}

a:hover {
	color: #2c3742;
	text-decoration: underline;
}

a:active {
	color: #2c3742;
	text-decoration: underline;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	color: #000;
	text-align:center;
	line-height: 1.5;
	min-width: 1100px;
}

#container {
	text-align: left;
}

#main {
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.vaTop { vertical-align: top !important; }
.vaMiddle { vertical-align: middle !important; }
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mr0 { margin-right: 0 !important; }

/*------------------------------------------------------------
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
img {
	vertical-align: top;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
#gHeader {
	background: url(../img/common/header_bg.jpg) repeat-y center top;
}
#gHeader .hBox {
	padding:3px 0 4px;
	width: 940px;
	margin: 0 auto;
}
#gHeader h1 {
	float: left;
	font-size: 16px;
	font-weight:normal;
	color: #fff;
}
#gHeader a {
	color: #fff;
}
#gHeader .hTitle {
	float: right;
	font-size: 16px;
	color: #fff;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
#footer {
	padding: 30px 0 40px;
	background: url(../img/common/footer_bg.jpg) repeat-y center bottom;
}
#footer .fBox {
	width: 860px;
	margin: 0 auto;
}
#footer .fInner {
	width: 570px;
	float: left;
	text-align: center;
}
#footer .fNavi li {
	display: inline;
	color: #fff;
	font-size: 15px;
}
#footer .fNavi a {
	margin: 0 4px 0 2px;
	color: #fff;
}
#footer .copyright {
	margin-bottom: 20px;
	color: #fff;
	letter-spacing: -1px;
	font-size: 15px;
}
#footer .fLink {
	float: right;
}
#footer .fLink li {
	margin-right: 11px;
	width: 130px;
	float: left;
	text-align: center;
}
#footer .fLink li span {
	display: block;
	margin-top: 3px;
	color: #fff;
	font-size: 16px;
}
#footer .menuUl li {
	display: inline;
	color: #fff;
	font-size: 18px;
}
#footer .menuUl li a {
	margin: 0 4px 0 2px;
	color: #fff;
}




