.fullSlide {
	width:100%;
	position:relative;
	height:800px;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide ul::selection {
    background-color:transparent;
}
.fullSlide ul::-moz-selection {
    background-color:transparent;
}
.fullSlide ul::-webkit-selection {
    background-color:transparent;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:800px;
	overflow:hidden;
	text-align:center;
    background-repeat:no-repeat;
    background-position:center top;
}
.fullSlide .bd li a {
	display:block;
	height:800px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:50px;
	line-height:50px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	font-family:Tahoma;
    font-size:30px;
    color:#818382;
    display:inline-block;
    margin-right:5px;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.fullSlide .hd ul .on {
	color:#013D9F;
	filter:alpha(opacity=100);
	opacity:1;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:580px;
	left:calc((100% - 1400px) / 2 + 60px);
	z-index:1;
	width:46px;
	height:46px;
	background:url(../images/jian_z.png)no-repeat;
	cursor:pointer;
}
	.fullSlide .prev:hover { background: url(../images/jian_z_a.png)no-repeat; }
.fullSlide .next {
	top:650px;
	background:url(../images/jian_y.png)no-repeat;
}
	.fullSlide .next:hover { background: url(../images/jian_y_a.png)no-repeat; }

.fullSlide .num {
	position:absolute;
	z-index:1;
	top:720px;
	left:calc((100% - 1400px) / 2 + 60px);
	z-index:1;
	width:100px;
	color:#ccc;
	font-size:14px;
	font-weight:bold;
}
	.fullSlide .num b { color: #fff; font-size: 20px; }