@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"MicroSoft YaHei";
}
a{
	text-decoration:none;
}
ul{
	list-style:none;
}
img{
	border:0;
}
.ht10{
	height:10px;
	overflow:hidden;
	clear:both;
}
.wrap_bg{
	background:url(../images/wrap_BG.jpg) no-repeat;
	height:487px;
	width:960px;
	margin:0 auto;
	position:relative;
}
.img_list{
	width:600px;
	position:absolute;
	left:300px;
	top:110px;
}
.img_list ul li{
	display:block;
	float:left;
	width:120px;
	height:120px;
	overflow:hidden;
	position:relative;
}
.img_list ul li img{
	width:118px;
	height:118px;
	border:1px solid #FFF;
	z-index:-2;
}
.img_list li a { display:block; width:120px; height:120px; cursor:pointer }
.img_list li a span{ display:none; position:absolute; left:0; top:0; z-index:10 }
.img_list li a p{ padding:5px;display:none; position:absolute; left:0; top:40px; z-index:20;font-family:"MicroSoft YaHei";}
.img_list li a:hover { text-decoration:none; overflow:hidden }
.img_list li a:hover span { display:inline-block; width:120px; height:120px; background:#323232; opacity:0.3; filter:alpha(opacity=30); -moz-opacity:0.3;}
.img_list li a:hover p{ display:block;width:110px; color:#fff; font-size:14px;text-align:center;  }
.img_list li a:hover b.name{ font-size:28px; font-weight:normal}

.wrap{
	width:960px;
	margin:0 auto;
}
.header{
	background:#464646;
	height:280px;
}
.header_middle{
	width:960px;
	margin:0 auto;
	height:280px;
	position:relative;
}
.header_middle .next{
	position:absolute;
	right:-48px;
	bottom:0;
	font-size:0;
}
.header_middle .back{
	position:absolute;
	left:-48px;
	bottom:0;
	font-size:0;
}

.header_middle .describe{
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	height:68px;
	line-height:68px;
	width:940px;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	padding:0 10px;
}
.header_middle .describe a{
	padding:5px 10px;
	background:#F00;
	color:#FFF;
	margin-left:10px;
}
.main{
	background:#FFF;
	height:500px;
	position:relative;
}
.main_col01 dl{
	padding:20px 0;
}
.main_col01 dl dt{
	float:left;
	width:150px;
	text-align:center;
}
.main_col01 dl dd{
	float:right;
	padding-right:20px;
	width:790px;
}
.main_col01 dl dd p{
	text-indent:2em;
	font-size:14px;
	line-height:26px;
}




.topbox{
	line-height:30px;
	height:30px;
	background:#e7e7e7;
}
.topbox_list{
	width:960px;
	margin:0 auto;
}
.topbox_list a{
	color:#333;
}
.bottom {
	text-align:center;
	line-height:24px;
	margin-top:10px;
	margin-bottom:20px;
	font-size:12px;
}
.bottom p, .bottom a{
	font-size:12px;
	font-family:"微软雅黑";
	color:#333;
}



