@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;
	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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
body {
	
	line-height: 1.5;
	color: #787878;
}
#container {
	background-color: #fff;
	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;
}
.floatL {
	float: left !important;
}
.floatR {
	float: right !important;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
#header {
	width: 1200px;
	margin: 0 auto;
	padding:19px 0 18px;
}
#header .logo {
	float: left;
	margin: 0 255px 0 0;
}
#header .searchBox {
	margin-top: 15px;
	width: 333px;
	float: left;
}
#header .searchBox input {
	width: 240px;
	float: left;
	font-size: 14px;
	padding-left: 10px;
	line-height: 33px;
	background-color: #E5E5E5;
	border: none;
}
#header .searchBox a {
	float: left;
	float: left;
	width: 80px;
	text-align: center;
	font-size: 14px;
	background-color: #105BAB;
	color: #fff;
	line-height: 35px;
}
#header .tel {
	float: right;
}
#header .tel img {
	float: left;
	margin: 15px 15px 0 0;
}
#header .tel p {
	margin: 5px 0 0;
	font-size: 17px;
	color:#000;
	float: left;
}
#header .tel span {
	display: block;
}

.gNaviBox {
	background-color: #105CAA;
}
.gNavi {
	width: 1200px;
	margin: 0 auto;
}
.gNavi li {
	width: 150px;
	text-align: center;
	float: left;
	font-size: 14px;
}
.gNavi li a {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 48px;
}
.gNavi li a:hover {
	color: #105cab;
	background-color: #FFF;
}
.pageBox {
	width: 1200px;
	margin: 0 auto;
}
.pageBox .pagePath li {
	display: inline;
	font-size: 14px;
	color: #787878;
}
.pageBox .pagePath li a {
	color: #787878;
}
#main {
	width: 1200px;
	margin: 0 auto 100px;
}
#conts {
	width: 880px;
	float: right;
}
#sideBar {
	width: 290px;
	float: left;
}
#sideBar .sNavi li {
	text-align: center;
	font-size: 14px;
	margin-bottom: 7px;
}
#sideBar .sNavi li a {
	display: block;
	background-color: #BFBFBF;
	border-bottom: 3px solid #BFBFBF;
	line-height: 47px;
	color: #323232;
	text-decoration: none;
}
#sideBar .sNavi li.on a,
#sideBar .sNavi li a:hover {
	background-color: #0F5CAB;
	border-bottom: 3px solid #F87217;
	color:#fff;
}
#footer {
	padding: 30px 0;
	text-align: center;
	background-color: #0F5CAB;
}
#footer .fNavi {
	margin-bottom: 15px;
	text-align: center;
}
#footer .fNavi li {
	display: inline-block;
	margin: 0 3px;
	color: #fff;
	font-size: 14px;
}
#footer .fNavi li a {
	margin: 0 20px;
	color: #fff;
}
#footer .copyright {
	text-align: center;
	color: #fff;
	line-height: 2;
	font-size: 14px;
}

