@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
a {
	margin: 0;
	padding: 0;
}

body {
	font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, 微软雅黑, STHeitiSC-Light, simsun, 宋体, WenQuanYi Zen Hei, WenQuanYi Micro Hei, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

input,
textarea,
select,
button {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll;
}


.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.fl {
	float: left;
}


.fr {
	float: right;
}

.dis {
	display: block;
}

.area1 {
	display: block;
	width: 100%;
	height: auto;
}

.area2 {
	display: block;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.bgImg img{
	width: 100%;
}

.title{
	text-align: center;
}

.dis{
	display: block;
}

.fontOvflow{
	overflow: hidden;
	white-space: nowrap;
}

.margBox{
	margin: 0 auto;
}

.maTop60{
	margin-top: 60px;
}

.maTop40{
	margin-top: 40px;
}

.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .bd {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.slideBox .bd ul {
	width: 100%;
	height: 100%;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: relative;
}

.slideBox .bd li .pic a {
	display: block;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
}

.slideBox .bd li .pic a  img{
	width: 100%;
	height: 100%;
}

.slideBox .bd li .word {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,0.7);
	z-index: 10;
}

.slideBox .bd li .word a {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ffffff;
	line-height: 18px;
	margin-top: 20px;
	text-indent: 21px;
}

.slideBox .bd li .word p {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(190, 190, 190, 1);
	line-height: 22px;
	margin-top: 15px;
}

.slideBox .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 26px;
	bottom: 20px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	text-align: center;
	background: rgba(255,255,255,1);
	cursor: pointer;
	margin-left: 15px;
}

.slideBox .hd ul li.on {
	background: #FFEF3C;
}