* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "microsoft yahei";
	font-size: 14px;
	/* background-color: #1F1F1F; */
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

#boxhdp {
	width: 1920px;
	height: 700px;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}

#img>li {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	display: none;
}

#img>.current {
	display: block;
}

#li {
	position: absolute;
	left: 7%;
	top: 423px;
	margin-top: 50px;
	margin-left: -35px;
	display: flex;
	justify-content: space-around;
	width: 1200px;
    height: 320px;


}

#li>li {
	width: 100px;
	height: 110px;
	border-radius: 50%;
	margin-right: 5px;
	float: left;
	cursor: pointer;
}

/* #li>.on{ background-color: #f50;} */
#an {
	display: none;
}

#an a {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-color: white;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-family: "宋体";
	font-weight: 600;
	font-size: 1.2em;
}

#an a:hover {
	background-color: white;
}

#an .an-a2 {
	right: 0;
}