* {
	margin: 0;
	padding: 0;
}

#top {
	position: relative;
}

#top img {
	width: 100%;
}

.for-logo {
	position: absolute;
	top: 3%;
	left: 3%;
	width: 21%;
}

#body {
	position: relative;
	width: 1292px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#body .for-haibao {
	position: absolute;
	top: 820px;
	left: 117px;
	width: 1065px;
	height: 290px;
}

.swiper-button-prev {
	width: 3% !important;
	height: 21% !important;
	left: -4% !important;
	background: url(../img/prev.png) !important;
	background-size: 100% 100% !important;
}

.swiper-button-next {
	width: 3% !important;
	height: 21% !important;
	right: -4% !important;
	background: url(../img/next.png) !important;
	background-size: 100% 100% !important;
}

.for-bp {
	z-index: 999;
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 18%;
	width: 100%;
	text-align: center;
}

.for-bp>img {
	margin: 0 auto;
	width: 1000px !important;
}

.for-cys {
	position: absolute;
	top: 3509px;
	left: 871px;
}

.for-bottom{
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #6fcafc;
	color: #FFFFFF;
}