﻿/* slideBox样式  
--------------------------------------------------------------------*/
.slideBox_wrap {
	overflow: hidden;
	position: relative;
	height: 480px;
	width:100%;
}
.slideBox_row {
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
}
.slideBox {
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideBox .hd ul li {
	display: inline-block;
	*display:inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	line-height: 99px;
	overflow: hidden;
	background: url(../img/slider-btn.png) 0 -14px no-repeat;
	_background: url(../img/slider-btn.gif) 0 -14px no-repeat;
	margin: 0 5px;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.slideBox .hd ul li.on {
	background-position: 0 0;
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul li{
	width: 100%;
	height: 480px;
}
.slideBox .bd img {
	width: 100%;
	height: 480px;
	display: block;
}
/*page slideBox*/
.page_banner_wrap {
	width:100%;
	position:relative;
	height:250px;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
}
.page_banner {
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
	/*overflow: hidden;*/
}
.page_banner img {
	width:100%;

}
.page_banner .BMap_Marker img {
	width:auto;
	height:auto;
}/*百度地图兼容*/


#ditu{

height:350px;
}


#dituContent{

height:350px;
}




