﻿/* slideBox样式  
--------------------------------------------------------------------*/
.slideBox_wrap {
	overflow:hidden;
	position: relative;
	height: 550px;
}
.slideBox_row {
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
	height:550px;
}
.slideBox {
	width:1920px;
	height:550px;
}
.slideBox .hd {
	background:url(../img/hb_bg.png) no-repeat;
	width:170px;
	overflow: hidden;
	position:absolute;
	bottom:20px;
	right:850px;
	*z-index:99999999999999999;
}
.slideBox .hd ul {
	width:140px;
	margin-top:20px;
	position:relative;
	overflow: hidden;
	zoom:1;
	z-index:1;
}
.slideBox .hd ul li {
	display:inline-block;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	line-height: 14px;
	cursor: pointer;
	background:url(../img/banner_qh.png) no-repeat;
	z-index:9999999999;
	*float:left;
}
.slideBox .hd ul li.on{
	width:18px;
	height:	18px;
	background:url(../img/banner_qh_hover.png) no-repeat;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd ul li{
	width: 1920px;
	height: 430px;
}
.slideBox .bd img {
	width: 1920px;
	height: 550px;
	display: block;
}
/*page slideBox*/
.page_banner_wrap {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	position: relative;
}
.page_banner {
	width:760px;
	height:185px;
	float:right;
}
.page_banner img {
	width:759px;
	height:184px;
}

.page_banner_wrap .page_banner{
	width:1000px;
	height:220px;
float:left;

}
.page_banner_wrap .page_banner img{
	width:1000px;
	height:220px;

}

.color_1{ color:#000;}