* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑",sans-serif;
	font-size: 14px;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}

body{
	background: #efefef;
}


.mingzi{
	width: 1200px;
	height: auto;
	text-align: center;
	font-size: 46px;
	margin: 0px auto;
	padding-top: 20px;
	font-weight: 600;
	letter-spacing: 20px;
	font-family: "楷体";
}


.box {
	width: 1200px;
	height: 500px;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}

.box-1 ul {}

.box-1 ul li {
	width: 1200px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.box-1 ul li img {
	display: block;
	width: 1200px;
	height: 500px;
}

.box-1 ul li h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: 100%;
	background: rgba(125, 125, 125, 0.5);
	text-indent: 2em;
	font-size: 16px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite
}

.box-2 {
	position: absolute;
	right: 10px;
	bottom: 14px;
}

.box-2 ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
	text-indent: 100px;
	cursor: pointer;
}

.box-2 ul .on {
	background: rgba(255, 255, 255, 0.6);
}

.box-3 span {
	position: absolute;
	color: white;
	background: rgba(125, 125, 120, .3);
	width: 50px;
	height: 80px;
	top: 50%;
	font-family: "microsoft yahei";
	line-height: 80px;
	font-size: 60px;
	margin-top: -40px;
	text-align: center;
	cursor: pointer;
}

.box-3 .prev {
	left: 10px;
}

.box-3 .next {
	right: 10px;
}

.box-3 span::selection {
	background: transparent;
}

.box-3 span:hover {
	background: rgba(125, 125, 120, .8);
}


.kaiti{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.logo_ft{
	width: 1200px;
	height: auto;
	text-align: center;
	margin: 20px auto;
}