@charset "utf-8";
/* CSS Document */

.fullSlide {
	width:100%;
	position:relative;
	height:264px;
	background:#000;
}
#index .fullSlide{ height:400px;}
.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:264px;
	overflow:hidden;
	text-align:center;
}
#index .fullSlide .bd li{ height:400px;}
.fullSlide .bd li a {
	display:block;
	height:264px;
}
#index .fullSlide .bd li a{ height:400px;}
.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:12px;
	height:12px;
	margin:0 6px;
	overflow:hidden;
	background:#fff;
	border-radius:100%;
	font-size:0px;
}


/*.i_banner_box{position:relative; width:100%; height:400px; -moz-box-shadow:0px 2px 4px #c3c0c1; -webkit-box-shadow:0px 2px 4px #c3c0c1; box-shadow:0px 2px 4px #c3c0c1;}
.i_banner{width:100%; height:400px; margin:0 auto; overflow:hidden;}*/
/*.i_banner li{width:100%; height:400px;}
.i_banner li a{ display:block; width:100%; height:550px;}
.i_banner_p{position:absolute; width:100%; left:0; bottom:20px; text-align:center;}
.i_banner_p a{display:inline-block; margin:0 6px; width:12px; height:12px; text-align:center; overflow:hidden; background:#FFF; border-radius:100%;}
.i_banner_p a:hover{ background:#269691;}
.i_banner_p a.on{ background:#269691;}*/

.fullSlide .hd ul .on {
	background:#269691;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(/templates/images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none !important;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}