@charset "utf-8";

/* CSS Document */

body,
nav,
span,
p,
var,
em,
strong,
a,
h1,
h2,
h3,
h4,
h5,
input,
textarea,
ul,
ol,
li,
img {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

var,
em {
	font-style: normal;
}

ul,
ol {
	list-style-type: none;
}

.slideBox {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
}

.slideBox .hd {
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	/* IE 9 */
	-moz-transform: translateX(-50%);
	/* Firefox */
	-webkit-transform: translateX(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateX(-50%);
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	cursor: pointer;
	width: 3em;
	height: 6px;
	background: #c7e2fe;
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
	float: left;
	margin: 0 .5em;
}

.slideBox .hd ul li.on {
	background: #499bff !important;
	/*opacity: 1;
	filter: alpha(opacity=100);*/
}

.slideBox .bd {
	height: 300px;
	width: 100%;
	z-index: 0;
}

.slideBox .bd ul li {
	overflow: hidden;
	width: 100%;
	height: 300px;
	position: relative;
}

.slideBox .bd li a {
	display: block;
	width: 990px;
	height: 300px;
	margin: 0 auto;
	position: relative;
}


.slideBox  .pos_tlt {
	position: absolute;
	top: 36%;
	z-index: 9999;
	left: 18%;
}


.slideBox_bottom {
	width: 100%;
	height: 530px;
	overflow: hidden;
	position: relative;
	min-width: 920px;
	margin-top: 50px;
}

.slideBox_bottom .hd {
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	/* IE 9 */
	-moz-transform: translateX(-50%);
	/* Firefox */
	-webkit-transform: translateX(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateX(-50%);
	bottom: 5px;
	z-index: 1;
}

.slideBox_bottom .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox_bottom .hd ul li {
	cursor: pointer;
	width: 3em;
	height: 8px;
	background: #c7e2fe;
	float: left;
	margin: 0 .5em;
}

.slideBox_bottom .hd ul li.on {
	background: #499bff !important;
	width: 6em;
	/*opacity: 1;
	filter: alpha(opacity=100);*/
}

.slideBox_bottom .bd {
	height: 530px;
	width: 100%;
	z-index: 0;
}

.slideBox_bottom .bd ul li {
	overflow: hidden;
	width: 100%;
	height: 530px;
	position: relative;
	background-size: 100%;
	background-position: center bottom;
}

/*.slideBox_bottom  .pos_tlt1 {
	position: absolute;
	top: 0;
	z-index: 9999;
	left: 18%;
}*/


