﻿/* slideBox样式  
--------------------------------------------------------------------*/

.slideBox_wrap{
   height:480px;
   overflow:hidden;
   width:100%;  
   position:relative;
   padding-top:0px;
 
}
.slideBox_row{
     width:1920px;
	 height:480px;
	 margin:0 auto;	 
	 left:50%;
     margin-left:-960px;
	 position:absolute;
	 
}


.slideBox {
	overflow: hidden;
	position: relative;  
	width: 100%;
	height: 450px;
}
.slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	z-index: 1;
	left: 48%;
	width:980px;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideBox .hd ul li {
	display:inline-block;
	margin-right:5px;
	width:40px;
	height:4px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor: pointer;
	*line-height:20px;
	*display:inline;
	*height:0px;
	*padding-left:4px;
	*padding-top:0px;
	*padding-bottom:0px;
}
.slideBox .hd ul li.on {
	background: #215513;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul li{
	width: 100%;
	height: 450px;
}
.slideBox .bd img {
	width: 100%;
	height: 450px;
	display: block;
}
/*page slideBox*/
.page_banner_wrap {
	width: 100%;
	position: relative;
	height: 220px;
	overflow: hidden;
	background: #ccc;
	}
.page_banner {
	overflow: hidden;  
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 220px;
	}
.page_banner img {
	width:100%;
	}
.page_banner .BMap_Marker img {
	width:auto;
	height:auto;
	}/*百度地图兼容*/

