@charset "utf-8";

/*全局样式*/

a {
	color: #2b2b2b;
	text-decoration: none;
}

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


/*页面主体盒子*/

.mainBox {
	width: 1000px;
	margin: 0 auto;
	top:10px;
	padding-top:0px;
	clear: both;
}
.mainBox_dibu {
	width: 1000px;
	top:10px;
	padding-top:30px;
	clear: both;
	font-size:12px;
}

.mainBox960 {
	width: 960px;
	margin: 0 auto;
	clear: both;
}

.mainBox980 {
	width: 980px;
	margin: 0 auto;
	clear: both;
}

#wrap {
	background: url(../images/bg.gif) 0 0 repeat-x
}

#top_bar {
	height: 28px;
	line-height: 28px;
}

#top_bar a {
	margin: 0 5px;
}

#guid {
	background: url(../images/guid.gif) 0 0 repeat-x;
	height: 40px;
	line-height: 40px;
	padding-right: 10px
}

#guid ul li {
	width: 120px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 8px;
}

#guid ul li a {
	height: 40px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

#guid ul li a:hover {
	text-decoration: none
}

#guid ul li.hover {
	background: url(../images/guid-hov.gif) 0 0 no-repeat
}

#guid ul li.hover a {
	color: #fff
}

#guid ul li.hover a:hover {
	text-decoration: none
}

#guid ul #dht4 {
	width: 130px;
}

#guid ul #dht4.hover {
	background: url(../images/guid-hov4.gif) 0 0 no-repeat
}

.zhuti {
	background: #fff;
	padding: 0 5px;
}

.ccc {
	background: #fff;
}

#footer {
	background: url(../images/footer.gif) 0 0 repeat-x;
	padding-top: 11px;
	/*text-align: center;*/
	line-height: 24px;
        height: 75px;
        position: relative;
}

#footer p {
    width: 47%;
    margin-left: 100px;
    float: left;
}
