* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}

.main {
	width: 980px;
	margin: 0 auto;
}

.top {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 40px 0 20px;
}

.top img {}

.top span {
	color: #595959;
	font-size: 14px;
	padding: 10px 0 15px;
}

.sec2 {
	width: 100%;
	display: flex;
	margin-bottom: 60px;
}

.sec2 img {
	max-width: 100%;
}

.anniu {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	margin-bottom: 40px;
}

.anniu .xia {
	width: 80%;
	display: inline-block;
	background: #fc4848;
	color: #ffffff;
	padding: 18px 0;
	text-decoration: none;
	border-radius: 8px;
	font-weight: bold;
	font-size: 1.1em;
	box-shadow: 0 3px 10px rgba(249, 212, 35, 0.3);
	border: 1px solid #f0c14b;
	transition: all 0.2s;
	margin-bottom: 30px;
	cursor: pointer;
}

.anniu .xiaq a {
	color: #ffffff;
}

.anquan {
	color: #595959;
	font-size: 14px;
	padding: 30px 0 15px;
	display: flex;
	width: 100%;
	text-align: center;
	justify-content: center;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tanchuang {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #00000082;
	z-index: 99999;
	display: none;
}

.tc_se {
	width: 360px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -180px;
	padding: 35px 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 5px;
	justify-content: space-around;
	height: 250px;
	margin-top: -125px;
}

.tc_se a {
	background: #fc4848;
	color: #ffffff;
	padding: 15px;
	border-radius: 8px;
	font-size: 16px;
	transition: all 0.2s;
	width: 100%;
	text-align: center;
}

.close {
	position: absolute;
	left: 50%;
	bottom: -65px;
	background: #fff;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: -25px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media screen and (max-width:980px) {
	.main {
		width: 98%;
	}
}