@charset "gb2312";
/* CSS Document */
div, p, ul {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover, a:active {
	color: #f00;
}
.clearFloat:after {
	content: '';
	display: block;
	clear: both;
}
.clearFloat {
	zoom: 1;
}
body {
	background-color: #edece8;
	font-family: "微软雅黑";
}
/*顶部区域*/
.top {
	width: 100%;
	background-color: #f2f2f2;
}
#top {
	width: 1100px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
#top .left, #top li {
	float: left;
	padding:0 10px;
	font-size: 13px;
}
#top .right {
	float: right;
	padding-right:10px;
}
#top .dot {
	padding: 0;
}
#top .fgx {
	padding: 0;
}
/*banner区域*/
.banner-box{
	width:100%;
	height:149px;
	background:url(banner_01.jpg);
	background-repeat:repeat-x;
}
.banner{
	width:1100px;
	height:149px;
	margin: 0 auto;
	background:url(banner-box_02.jpg);
}
#banner {
	width: 1100px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}
#banner .search {
	position: absolute;
	top: 64px;
	left: 802px;
	width: 289px;
	height: 37px;
}
.search .text_search {
	float: left;
	width: 228px;
	height: 37px;
	line-height: 37px;
	padding-left: 10px;
	background: url(text_search_bg_03.gif) no-repeat;
	border: none;
	outline: none;
	font-size: 15px;
}
.search .btn_search {
	float: left;
	width: 61px;
	height: 37px;
}
/*主导航*/
.logo-box{
	height:42px;
	width:100%;
	border-bottom:2px solid #3b88d7;
	background-color:white;
}
.logo{
	height:42px;
	width:1100px;
	margin: 0 auto;
}
#nav {
	width: 1100px;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
	overflow: hidden;
	margin: 0 auto;
}
#nav ul {
	float: left;
	position: relative;
	left: 50%;
}
#nav li {
	float: left;
	position: relative;
	left: -50%;
	margin-right: 27px;
}
#nav .nomar {
	margin-right: 0px;
}
#nav a {
	display: block;
	padding: 0 30px;
}
#nav a:link, #nav a:visited {
	color: #fff;
}
#nav a:hover, #nav a:active {
	color: #fff;
	background-color: #368ee9;
}
/*底部信息*/
.banquan{
	height:110px;
	width:100%;
	background:#545454;
}
.banquan-box{
	width:1100px;
	height:110px;
	position:relative;
}
.banquan-box1{
	width:1100px;
	height:108px;
	margin:0 auto;

}
.p-box{
	width:1100px;
	float:left;
	height:80px;
	margin-top:30px;
}
.p1{
	font-size:13px;
	text-align:center;
	color:#ededed;
	font-family:'Microsoft YaHei';
}

.banquan-logo{
	position:absolute;
	width:43px;
	height:51px;
	top:28px;
	right:113px;
	background:url(banquan_03.jpg);
}