@charset "utf-8";
*{padding:0;margin:0;}
body{font-family:verdana,arial,tahoma;font-size:14px;color:#333;}
img{border:0;}

/* 焦点图 */
.focus{width:100%;height:520px;position:relative; float:center;}
.f426x240{width:100%;height:520px;overflow:hidden;}
.f426x240 img{width:100%;height:520px;}

.rslides{width:100%;position:relative;list-style:none;padding:0;}
.rslides_nav{height:51px;width:31px;position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);top:50%;left:0;opacity:0.5;text-indent:-9999px;overflow:hidden;text-decoration:none;background:url(i.jpg) no-repeat 0 0px;margin-top:-38px;}
.rslides_nav:active{opacity:1.0;}
.rslides_nav.next{left:auto;background-position:-31px 0px;right:0;}
.rslides_tabs{ position: absolute; left:45%;margin:-40px auto 0px auto;clear:both;text-align:center;}
.rslides_tabs li{display:inline;float:none;_float:left;*float:left;margin-right:5px ;}
.rslides_tabs a{text-indent:-9999px;overflow:hidden;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background:rgba(0,0,0, .2);/*background:#ddd;*/ background:url(dot1.jpg) no-repeat;display:inline-block;_display:block;*display:block;width:30px;height:5px;}
.rslides_tabs .rslides_here a{background:rgba(0,0,0, .6);/*background:#92050a*/ background:url(dot2.jpg) no-repeat;}


.fullSlide {
	width: 100%;
	position: relative;
	height: 520px;
	background: #000;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 520px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 520px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 13px;
	margin: 1px;
	overflow: hidden;
	background: #000;

	background: url(../images/yuan.png) no-repeat;
	line-height: 999px;
}

.fullSlide .hd ul .on {
	background: url(../images/dianyuan.png) no-repeat;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 3%;
	z-index: 1;
	width: 39px;
	height: 75px;
	cursor: pointer;
	filter: alpha(opacity=50);


}

.fullSlide .prev {
	background: url(../images/prehover.png) no-repeat;
}



.fullSlide .next {
	left: auto;
	right: 3%;
	background: url(../images/nexthover.png) no-repeat;

}


