﻿.banner_box {
    width:1002px; 
	height:312px;  
	padding:0px;  
	margin:0px auto;
	overflow:hidden;
}

#slidebg {
    height:312px;
	overflow:hidden;
	width:100%;
	clear:both;
	margin:0px;
	padding:0px;
}

.slide_box {
    width:100%;
    height:312px;
	clear:both;
}

#slide {
	height:312px;
	overflow:hidden;
	margin:0px auto;
	clear:both;
	position:relative;
}

.slide_img {
  /*padding-left:110px;*/
}

.slide a {
    width:1002px;
	height:312px;
	display:block;
}

.slide img {
    width:1002px;
	height:312px;
}

.slide_bar {
margin-right:20px;
    width:auto;
	height:50px;
	z-index:99;
	overflow:hidden;
	position:absolute;
	padding-top:11px!important;
	padding-top:10px;
	
	bottom:0px;
	right:0px;
	text-align:center;
}

.slide_bar .dq {
    width:30px;
	height:30px;
	line-height:30px;
	color:#ffffff;
	text-align:center;
	float:left;
	background:url(../images/qh1.png) no-repeat;
    display:block;
	margin-left:5px;
	cursor:pointer;
	overflow:hidden;
	display:inline;
}

.slide_bar .no {
    width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	background:url(../images/qh0.png) no-repeat;
    display:block;
	margin-left:5px;
	cursor:pointer;
	overflow:hidden;
	display:inline;
}