﻿/* slideBox样式  
--------------------------------------------------------------------*/
.slideBox_wrap {
	width:100%;
	overflow: hidden;
	position: relative;
	height: 420px;
}
.slideBox_row {
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
}
.slideBox {
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 33px;
	overflow: hidden;
	position: absolute;
	bottom:0px;
	/*right: 10px;*/
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideBox .hd ul li {
	margin-top:10px;
	display:inline-block;
	margin-right: 2px;
	width: 13px;
	height: 13px;
	line-height: 11px;
	text-align: center;
	background: #fff;
	/*border:solid 1px #1b5eb1;*/
	cursor: pointer;
	background:url(../img/banner_btn1.png) no-repeat 0 0;
	_background:url(../banner_btn1.png) no-repeat 0 0;
}
.slideBox .hd ul li.on {
	/*background: #1b5eb1;
	border:solid 1px #1b5eb1;*/
	color: #fff;
	background:url(../img/banner_btn2.png) no-repeat 1px top;
	_background:url(../img/banner_btn2.png) no-repeat -18px top;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul li{
	width: 1920px;
	height: 420px;
}
.slideBox .bd img {
	width: 1920px;
	height: 420px;
	display: block;
}
/*page slideBox*/
.page_banner_wrap {
	z-index:-999;
	margin-top:-30px;
	width:100%;
	position:relative;
	height:300px;
	overflow:hidden;
}
.page_banner {
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
}
.page_banner img {
	height:250px;
	width:1920px;

}

.page_banner .BMap_Marker img {
	width:auto;
	height:auto;
}/*百度地图兼容*/










