﻿@charset "utf-8";
/* CSS Document */

.fullSlide {
	width:100%;
	position:relative;
	height:400px;
}
#index .fullSlide{ height:600px;}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
	height: inherit;
}
.fullSlide .bd ul {
	width:100% !important;height:400px !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:400px;
	overflow:hidden;
	text-align:center;
}
#index .fullSlide .bd li{ height:600px;}
.fullSlide .bd li a {
	display:block;
	height:400px;
}
#index .fullSlide .bd li a{ height:600px;}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:15px;
	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:15px;
	height:15px;
	margin:0 5px;
	overflow:hidden;
	background:rgba(255,255,255,1);
	border-radius:100%;
	font-size:0px;
}


/*.i_banner li{width:100%; height:491px; }
.i_banner li a{ display:block; width:100%; height:491px; }
.i_banner_p{position:absolute; width:100%; left:0; bottom:20px; text-align:center;}
.i_banner_p a{display:inline-block; margin:0 5px; width:15px; height:15px; border-radius: 100%; text-align:center; overflow:hidden; background:rgba(255,255,255,1);}
.i_banner_p a:hover{ background:rgba(231,17,17,1);}
.i_banner_p a.on{ background:rgba(231,17,17,1);}*/

.fullSlide .hd ul .on {
	background:rgba(231,17,17,1);
}
.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;
}