﻿/* slideBox样式  
--------------------------------------------------------------------*/
.slideBox_wrap {
	overflow: hidden;
	position: relative;
	height: 500px;
    min-width: 1200px;
}
.slideBox_row {
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
}
.slideBox {
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	height: 21px;
	overflow: hidden;
	position: absolute;
	bottom: 10px;
	left:48%;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	
}
.slideBox .hd ul li {
	display:inline-block;
	margin-right: 10px;
	width: 8px;
	height: 8px;
	text-align: center;
	cursor: pointer;
	float:left;
	background: #1e89e5;
	_background:#1e89e5;
}
.slideBox .hd ul li.on {
	color: #fff;
	width: 6px;
	height: 6px;
	border:1px solid #1e89e5;
	background:none;
	_background:none;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul li{
	width: 1920px;
	height: 500px;
}
.slideBox .bd img {
	width: 1920px;
	height: 500px;
	display: block;
}
/*page slideBox*/
.page_banner_wrap {
	width:100%;
    min-width: 1200px;
	position:relative;
	height:270px;
	overflow:hidden;
	background: url(../img/path.jpg)  left center repeat-x;
}
.page_banner {
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
}
.page_banner img {
}


