﻿/* slideBox样式  
--------------------------------------------------------------------*/
.slideBox_wrap {
	overflow: hidden;
	position: relative;
	height: 570px;
	width:100%;
}
.slideBox_row {
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
}
.slideBox {
	overflow: hidden;
	position: relative;
}
.slideBox .hd {
	display:none;
	height: 33px;
	overflow: hidden;
	position: absolute;
	bottom:130px;
	/*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: 12px;
	height: 12px;
	line-height: 10px;
	text-align: center;
	/*border:solid 1px #eb6500;*/
	cursor: pointer;
	background:url("b_btn2.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/b_btn2.png*/ no-repeat 0 0;
	_background:url("b_btn2.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/b_btn2.png*/ no-repeat 0 0;
}
.slideBox .hd ul li.on {
	/*background: #eb6500;
	border:solid 1px #eb6500;*/
	color: #fff;
	background:url("b_btn1.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/b_btn1.png*/ no-repeat 0 0;
	_background:url("b_btn1.png")/*tpa=http://www.jskjuv.cn/templates/cn2014/images/b_btn1.png*/ no-repeat 0 0;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul li{
	width: 1920px;
	height: 570px;
}
.slideBox .bd img {
	width: 1920px;
	height: 570px;
	display: block;
}
/*page slideBox*/
.page_banner_wrap {
	width:100%;
	position:relative;
	height:300px;
	overflow:hidden;
}
.page_banner {
	position:absolute;
	/*left:50%;
	margin-left:-960px;*/
	width:100%;
}
.page_banner img {
	height:300px;
	width:100%;

}
