/*滚动图片*/
.slides{ width:1000px; height:350px; margin:0 auto; overflow:hidden; position: relative;}
.slides_container { 
	width:900px;
	overflow:hidden; 
    margin: 0px auto;
 }
.slide{width:900px; height:350px;float:left;overflow:hidden; display:block;}
.banner_nav{overflow: hidden; color:#333; height:auto;}
.banner_nav ul{ width:900px; overflow:hidden; margin:0 auto; list-style: none;}
.banner_nav ul li { float:left; margin: 5px 25px 5px 0px; width: 206px; background: #ffffff;}
.banner_nav ul li img{display: block; padding: 3px; width:200px; height: 108px;}
.banner_nav ul li a{ display:block;}
.banner_nav ul li a:hover{background: #ff0000;}
.banner_navhover{background: #ff0000;}

.banner_nav ul li:nth-child(4){
margin: 5px 0px 5px 0px;
}
.banner_nav ul li:nth-child(8){
margin: 5px 0px 5px 0px;
}
.slides .left{
position: absolute;
width: 20px;
height: 35px;
left: 0;
top: 150px;
cursor: pointer;
}
.slides .right{
position: absolute;
width: 20px;
height: 35px;
right: 0;
top: 150px;
cursor: pointer;
}
.slides > a{
display: none;
}
 
#goodcover {
    display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 100;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
/*弹出层样式*/
.zh_lightbox1{
    z-index:199;
    width: 854px;
    height: 480px;
    left:50%;/*FF IE7*/
    top: 50%;/*FF IE7*/
    margin-left:-427px!important;/*FF IE7 该值为本身宽的一半 */
    margin-top:-240px!important;/*FF IE7 该值为本身高的一半*/
    margin-top:0px;
    position:fixed!important;/*FF IE7*/
}
.zh_closebtn{
height: 40px;
}
.zh_closebtn a{
display: block;
float: right;
}
.zh_txtwrap{
width: 100%;
}
