﻿@charset "utf-8";
/* CSS Document */

.fullSlide {
	width:100%;
	position:relative;
	height:780px;
	background:#000;
}
#index .fullSlide { height:780px;}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	height:780px; overflow:hidden;
	z-index:0;
	overflow:hidden;
}
#index .fullSlide .bd { height:780px;}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:780px;
	overflow:hidden;
	text-align:center;
}
#index .fullSlide .bd li{ height:780px;}
.fullSlide .bd li a {
	display:block;
	height:780px;
}
#index .fullSlide .bd li a{ height:780px;}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:15px;
	left:0;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	display:inline-block; margin:0 5px; width:12px; height:12px; border-radius:100%; overflow:hidden; font-size:0px; border:1px solid #006636; background:#fafafa;
}
.fullSlide .hd ul .on {border:1px solid #006636; background:#006636;
}

/*.p_banner li{width:100%; height:300px;}
.p_banner li a{ display:block; width:100%; height:300px;}
.p_banner_p{position:absolute; width:100%; left:0; bottom:10px; text-align:center; z-index:9000;}
.p_banner_p a{display:inline-block; margin:0 7px; width:16px; height:16px; overflow:hidden; border:2px solid #959595; border-radius:100%;}
.p_banner_p a:hover{ border:1px solid #bc2931; background:#bc2931;}
.p_banner_p a.on{ border:1px solid #bc2931; background:#bc2931;}*/



.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:99999;
	top:50%;
	margin-top:-30px;
	left:15%;
	width:27px;
	height:47px;
	background: url(../Images/rol.png) no-repeat center center;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5; display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background: url(../Images/ror.png) no-repeat center center;
}

/*#index .fullSlide{height:469px;}
#index .fullSlide .bd{height:469px;}
#index .fullSlide .bd li{height:469px;}
#index .fullSlide .bd li a{height:469px;}*/