﻿@charset "utf-8";
/* CSS Document */

.fullSlide {
	width:100%;
	position:relative;
	height:300px;
	background:#FFF;
}
#index .fullSlide { height:470px;}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	height:300px; overflow:hidden;
	z-index:0;
	overflow:hidden;
}
#index .fullSlide .bd { height:470px;}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:300px;
	overflow:hidden;
	text-align:center;
    background-color: #FFF !important;
}
#index .fullSlide .bd li{ height:470px;}
.fullSlide .bd li a {
	display:block;
	height:300px;
}
#index .fullSlide .bd li a{ height:470px;}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:10px;
	left:0;
    display: none;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	display:inline-block; margin:0 6px; width:12px; height:12px; overflow:hidden;  border-radius:100%; font-size:0px; background:#000;
}
.fullSlide .hd ul .on {
	background:#18479d;
}

/*.i_banner{width:100%; height:470px; margin:0 auto; overflow:hidden;}
.i_banner li{width:100%; height:470px;}
.i_banner li a{ display:block; width:100%; height:470px;}
.i_banner_p{position:absolute; width:100%; left:0; bottom:10px; text-align:center;}
.i_banner_p a{display:inline-block; margin:0 6px; width:12px; height:12px; text-align:center; overflow:hidden; background:#000; border-radius:100%;}
.i_banner_p a:hover{ background:#18479d;}
.i_banner_p a.on{ background:#18479d;}*/



.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;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
	display:none;
}