html{
	overflow-y:scroll;
	}

body, h1, h2, h3, h4, form, input, iframe, ul, li {
	padding:0;
	margin:0;
}
body {
	font-size: 12px;
	font-family:"微软雅黑","宋体",Arial;
	background:url(images/bg.jpg) repeat-x;
	background-color:#edfaff;
	line-height: 1.2em;
	margin:0;
	padding:0;
}
img{
	border:none;
	}
/* 定义页面的总宽度 */

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}

/* @group 全局链接样式 */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #003;
}
a:hover {
	text-decoration: none;
	color: #06F;
}
.jianju{
	line-height:1.4;
	}
/* @end */

/* @group 其他设置 */

/* 清除浮动 */
.clear {
	clear: both;
}

#header{
	height:122px;
	background:url(images/bg_top1.jpg) no-repeat;
	}
#nav{
	height:32px;
	background:url(images/bg_nav.jpg) repeat-x;
	padding-top:14px;
	padding-left:36px;
	font-size:14px;
	}
#banner{
	height:183px;
	background:url(images/banner-1.jpg) no-repeat;
	}
#main{
	padding-top:12px;
	background:url(images/bg_mainright.jpg);
	height:100%;
    overflow:hidden;
	}
#mainLeft{
	width:198px;
	background:#edeeee;
	height:300px;
	float:left;
	}
#mainLeft .tit{
	height:30px;
	background:url(images/bg_tit1.jpg);
	color:#fff;
	font-size:14px;
	padding:11px 0 0 35px;
	font-weight:bold;
	}
#mainLeft .bgSidebar{
	background: url(images/bg_sidebar1.jpg);
	height:140px;
	font-size:14px;
	}
#mainRight{
	width:748px;
	float:right;
	}
#aboutWrap{
	width:538px;
	float:left;
	}
#aboutWrap .tit{
	background: url(images/jianjie-db.jpg) no-repeat;
	height:40px;
	}
#aboutWrap .tit1{
	background: url(images/jianjie-xb.jpg) no-repeat;
	height:40px;
	}
#aboutWrap .aboutContent{
	padding:0px 20px 20px 50px;
	line-height:1.5;
	}
#sidebar{
	width:198px;
	height:300px;
	float:right;
	}
#sidebar .tit{
	height:30px;
	background:url(images/bg_tit2.jpg);
	color:#fff;
	font-size:14px;
	padding:11px 0 0 35px;
	font-weight:bold;
	}
#sidebar .bgSidebar{
	background: url(images/bg_sidebar2.jpg);
	height:200px;
	font-size:14px;
	}
#footer{
	height:100px;
	background:url(images/bg_bottom.jpg);
	line-height:1.3;
	color:#333;
	padding-left:220px;
	padding-top:22px;
	}
	
	
	
	
#slider{
	height:183px;
	background:url(images/bg_banner.jpg);
	float:right;
	position:relative;
	}
#slider img {
	vertical-align:top;
	position:absolute;
	right:0;
}



/*list页面样式*/

#listMain{
	padding-top:12px;
	height:100%;
    overflow:hidden;
	padding-bottom:30px;
	}
#listmainleft{
	width:198px;
	background:#edeeee;
	height:300px;
	float:left;
	}
#listmainleft .tit{
	height:30px;
	background:url(images/bg_tit1.jpg);
	color:#fff;
	font-size:14px;
	padding:11px 0 0 35px;
	font-weight:bold;
	}
#listcontent{
	padding-right:20px;
	padding-left:5px;
	}
.breadcrumb{
	height:27px;
	padding-top:13px;
	padding-left:40px;
	background:url(images/dot4.jpg) no-repeat;
	}
	
	
/*displayinfo页面样式*/

#dispArticle {
	font-size:14px;
	margin: 0 8px;
	margin-top: 6px;
	line-height: 22px;
}
#dispTit {
	font-size:15px;
	text-align: center;
	line-height: 30px;
	color: #c00;
	margin-top:20px;
	margin-bottom:10px;
	}
#dispInfo {
	font-size: 12px;
	height:38px;
	padding-top:6px;
	line-height: 28px;
	text-align: center;
	background:url(images/bg_breadCrumb1.jpg) no-repeat;
}
.wp_nav .nav-item a {padding-right: 61px;}