﻿/* slideBox样式  
--------------------------------------------------------------------*/
.slideBox_wrap {
	overflow:hidden;
	position: relative;
	height: 432px;
	top:-10px;
}
.slideBox_row {
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
	height:432px;
}
.slideBox {
	width:1920px;
	height:432px;
}
.slideBox .hd {
	background:url(../img/hb_bg.png) no-repeat;
	width:170px;
	overflow: hidden;
	position:absolute;
	bottom:30px;
	right:850px;
	*z-index:99999999999999999;
}
.slideBox .hd ul {
	width:140px;
	margin-top:20px;
	position:relative;
	overflow: hidden;
	zoom:1;
	z-index:1;
}
.slideBox .hd ul li {
	display:inline-block;
	margin-right: 5px;
	width: 20px;
	height: 5px;
	line-height: 14px;
	cursor: pointer;
	background:url(../img/banner_qh.jpg) no-repeat;
	z-index:9999999999;
	*float:left;
}
.slideBox .hd ul li.on{
	width:20px;
	height:5px;
	background:url(../img/banner_qh_hover.jpg) no-repeat;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul li{
	width: 1920px;
	height: 430px;
}
.slideBox .bd img {
	width: 1920px;
	height: 432px;
	display: block;
}
/*page slideBox*/
.page_banner_wrap {
	width:100%;
	position:relative;
	height:250px;
	overflow:hidden;
	top:-10px;
}
.page_banner {
	width:100%;
	height:250px;
	margin-top:-10px;
}
.page_banner img {
	width:100%;
	height:250px;
}


.page_banner .BMap_Marker img {
	width:auto;
height:auto;
}/*百度地图兼容*/





