@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;
}

body,
table,
input, textarea, select, option {
	font-family: 微软雅黑,Arial,Helvetica,sans-serif;
}


a:link, a:visited, a:hover, a:active {
    outline: medium;
    text-decoration: none;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
a:link {
	color: #656363;
}

a:visited {
	color: #656363;
}

a:hover {
	color: #656363;
	text-decoration: underline;
}

a:active {
	color: #656363;
}
h2,
h2 a{
	font-weight: normal;
}

/*------------------------------------------------------------
	快捷样式
------------------------------------------------------------*/
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	为调整样式（不可多用）
------------------------------------------------------------*/
.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;
}

/*------------------------------------------------------------
	布局
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
	min-width: 1200px;
	color: #656363;
	background-color:#f1f1f1;
}

#container{
	min-width:1200px;
}

#main {
	margin: 0 auto;
	width:1100px;
	text-align: left;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#showimg{
	width:100%;
	height:310px;
	position:relative;
}
#showimg .tbg{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
}

#webim {
	top: 220px;
	position: absolute;
	left: 50%;
	margin-left: 510px;
}

/*------------------------------------------------------------
	头部
------------------------------------------------------------*/
#header {
	background:url('../../img/common/header_bg.png') repeat-x left bottom;
	height:100px;
}
#header .hInner{
	width:1100px;
	padding: 5px 0 10px 0;
	margin:0 auto;
}
#header .hInner h1{
	float:left;
	margin-right:50px;
}
#header .hInner ul{
	float:right;
	padding-top:30px;
}
#header .hInner ul li{
	float:left;
	border-right:1px solid #c1c1c1;
	padding:0px 30px;
}
#header .hInner ul li.last{
	border:0;
}
#header .hInner ul li a{
	font-size:20px;
}
#header .hInner ul li a.on,
#header .hInner ul li a:hover{
	color:#0D7CC4;
}

/*------------------------------------------------------------
	正文
------------------------------------------------------------*/
#conts {
	width: 760px;

	float: right;
}

#conts h2 {
	margin-bottom: 15px;
	color: #343434;
    font-size: 20px;
    font-weight: normal;
}

/*------------------------------------------------------------
	脚部
------------------------------------------------------------*/

#footer {
	margin:30px auto;
	border-top:1px solid #C3C3C3;
}


#footer .cinfo{
	font-size:12px;
	color:#848484;
}
#footer .morelink{
	text-align:center;
	margin:10px auto;
}

#footer .morelink a{
	text-align:center;
	border-right:1px solid #C3C3C3;
	padding: 0 5px;
	font-size:12px;
}
#footer .morelink a.last{
	border-right:0;
}
.pagecon{
	text-align;right;
}
.pagecon ul{
	overflow:hidden;
	zoom:1;
	text-align:right;
}
.pagecon ul li{
	display:inline-block;
	padding:0px 5px;
	margin-left:5px;
	border:1px solid #c1c1c1;
}

.pagecon ul li.pageOn{
	border:none;
}
