@charset "utf-8";
/* CSS Document */

/*kv/banner图片切换*/
.kv_container {
	position:relative;
	height:415px;
	width:100%;
	text-align:center;
	overflow:hidden;
	padding-bottom:0px;
}
.kv_container .kv_hold {
	background:url(../images/index/banner1.jpg) no-repeat center;
	height:415px;
}
.kv_container .kv1 {
	background:url(../images/index/banner2.jpg) no-repeat center;
	height:415px;
}
.kv_container .kv2 {
	background:url(../images/index/banner3.jpg) no-repeat center;
	height:415px;
}
.kv_container .kv3 {
	background:url(../images/index/banner4.jpg) no-repeat center;
	height:415px;
}
.kv_container .kv4 {
	background:url(../images/index/banner5.jpg) no-repeat center;
	height:415px;
}
.kv_container .kv5 {
	background:url(../images/index/banner6.jpg) no-repeat center;
	height:415px;
}
.kv_container #arror {
	width:950px;
	margin:0 auto;
	background-color:#060;
	top:-260px;
	text-align:center;
	position:relative;
	text-align:center;
	display:none;
	cursor:pointer;
}
.kv_container #arror a {
	display:block;
	width:60px;
	height:60px;
}
.kv_container #btn_prev {
	position:absolute;
	left:0px;
	top:0px;
}
.kv_container #btn_next {
	position:absolute;
	right:0px;
	top:0px;
}
.kv_container #btn_prev {
	background:url(../images/index/arror_prev.png) no-repeat;
}
.kv_container #btn_next {
	background:url(../images/index/arror_next.png) no-repeat;
}
*html .kv_container #btn_prev {
	background:none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/index/arror_prev.png");
}
*html .kv_container #btn_next {
	background:none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/index/arror_next.png");
}
.kv_container #mythumb {
	position:absolute;
	left:49%;
	bottom:20px;
	height:9px;
}
.kv_container #mythumb ul {
	list-style-type:none;
	display:block;
	padding-top:1px;
}
.kv_container #mythumb ul li {
	float:left;
	display:block;
}
.kv_container #mythumb ul li a {
	width:9px;
	height:9px;
	float:left;
	background:url(../images/index/icon_dot1.png) no-repeat;
	margin-right:5px;
	_margin-right:3px;
	display:block;
	cursor:pointer;
}
.kv_container #mythumb ul li a.current {
	background:url(../images/index/icon_dot2.png) no-repeat;
}
*html .kv_container #mythumb ul li a {
	background:none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="/images/index/icon_dot1.png");
}
*html .kv_container #mythumb ul li a.current {
	background:none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src="/images/index/icon_dot2.png");
}
