﻿/* slideBox样式  
--------------------------------------------------------------------*/

/*媒体查询*/
@media only screen and (max-width: 1400px){
	body{
		width: 1400px;
	}
}

.slideBox_wrap {
	overflow: hidden;
	position: relative;
	height: 580px;
}
.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: 20px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideBox .hd ul li {
	display:inline-block;
	margin-right: 2px;
	width: 18px;
	height: 18px;
	line-height: 140px;
	text-align: center;
	background: #fff;
	/*border:solid 1px #1b5eb1;*/
	cursor: pointer;
	background:url(../img/slide.png) no-repeat;
	_background:url(../img/slide.png) no-repeat;
}
.slideBox .hd ul li.on {
	/*background: #1b5eb1;
	border:solid 1px #1b5eb1;*/
	color: #fff;
	background: url(../img/slide_on.png) no-repeat;
	_background: url(../img/slide_on.png) no-repeat;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul li{
	width: 1920px;
	height: 580px;
}
.slideBox .bd img {
	width: 1920px;
	height: 580px;
	display: block;
}
/*page slideBox*/
.page_banner_wrap {
	width:100%;
	position:relative;
	height:300px;
	overflow:hidden;
}
.page_banner {
	position:relative;
	width:1920px;
	height:300px;
	overflow: hidden;
	background:#000;
}
.page_banner img {
	width:100%;
	height:300px;
}
