@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-size:14px;
	font-family:"黑体";
}
ul{
	list-style:none;
}
a{
	color:#333;
	text-decoration:none;
}
.clear{
	clear:both;
	font-size:0;
}
.ht10{
	clear:both;
	height:10px;
	font-size:0;
	overflow:hidden;
}
body{
	background:url(../images/wrapBg.png);
}
.wrap{
	width:960px;
	margin:auto;
}
.topbox{
	line-height:30px;
	height:30px;
	background:#e7e7e7;
}
.topbox_list{
	width:960px;
	margin:0 auto;
}
.header{
	background:url(../images/header.jpg) no-repeat;
	height:135px;
	text-indent:-999em;
}
.top{
	background:url(../images/lineBg.png) repeat-x 0 -121px;
	height:99px;
	line-height:33px;
	border-top:3px solid #000;
	font-size:20px;
	font-family:"微软雅黑";
	text-align:center;
}
.intro{
	background:url(../images/h2.jpg) no-repeat;
	height:340px;
	position:relative;
}
.intro .intro_text{
	width:530px;
	height:200px;
	position:absolute;
	top:55px;
	left:30px;
}
.intro .intro_text p{
	text-indent:2em;
	color:#e5e5e5;
	line-height:24px;
}


.col_l{
	float:left;
	width:208px;
	height:auto;
	border-right:1px solid #c7c7c7;
}
.col_l ul li{
	background:url(../images/lineBg.png) repeat-x 0 -41px;
	height:30px;
	line-height:30px;
	text-align:right;
	margin-top:10px;
	width:150px;
	padding-right:40px;
	cursor:pointer;
}
.col_l ul .hover{
	background:url(../images/lineBg.png) repeat-x 0 -8px;
}
.col_r{
	float:right;
	width:730px;
	padding:10px;
	border-left:1px solid #FFF;
}
.col_r .col_box{
	display:none;
}
.col_r .hover{
	display:block;
}
.col_box h2{
	border-top:3px solid #c7ad00;
	background:url(../images/lineBg.png) repeat-x 0 30px;
	height:34px;
	line-height:34px;
	color:#333;
	font-size:18px;
	padding-left:10px;
}
.col_box ul{
	padding:10px;
}
.col_box ul li{
	text-indent:2em;
	line-height:24px;
	color:#666;
}
.col_box ul li strong{
	font-size:16px;
	color:#333;
}
.col_box ul li span{
	font-weight:bold;
}
.wrap .bottom {
	text-align:center;
	line-height:24px;
	margin-top:10px;
	margin-bottom:20px;
	font-size:12px;
}
.wrap .bottom p, .wrap .bottom a{
	font-size:12px;
	font-family:"微软雅黑";
}

.online ul li{
	line-height:40px;
	height:40px;
}
.online span{
	display:inline-block;
	width:110px;
	text-align:right;
}
.online input{
	width:200px;
}
.online .submit_bmlx{
	width:100px;
	cursor:pointer;
	float:right;
}