.huawen {
	display: flex;
	justify-content: space-between;
	padding-bottom: 80px;
}

.hua {
	width: 550px;
}

.huahua {
	display: none;
}

.huahua:nth-child(1) {
	display: block;
}

.huahua {
	width: 550px;
	height: 550px;
}

.huahua img {
	width: 100%;
	height: 100%;
}

.hua2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.hua3 {
	width: 94px;
	height: 94px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hua3 img {
	width: 94px;
	height: 94px;
	object-fit: cover;
}

.hua4 {
	width: 94px;
}

.ac {
	border: 10px solid #CCCCCC;
	/* transition: all 0.2s; */
	width: 114px;
	height: 114px;
}

.wen {
	width: 479px;
}

.wen1 h1 {
	font-size: 26px;
	font-weight: bold;
	color: #1A1A1A;
	padding-bottom: 30px;
}

.wen2 p {
	font-size: 14px;
	font-weight: 400;
	color: #61110A;
	padding-bottom: 20px;
	border-bottom: 1px solid #61110A;
}

.wen3 p {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	padding-bottom: 20px;
}

.wen3 {
	padding-top: 25px;
}

.wen4 {
	padding-top: 10px;
}

.wen4 p {
	font-size: 16px;
	font-weight: 400;
	color: #61110A;
	/* line-height: 30px; */
	padding-top: 25px;
}

.hfenlei {
	background-color: #EBEBEB;
	padding-top: 78px;
	padding-bottom: 140px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;

}

.botu {
	overflow: hidden;
	position: relative;
	margin-bottom: 100px;
	padding-left: 30px;
	padding-right: 30px;
}

.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper-slide {
	/* text-align: center; */
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide a {
	display: block;
	width: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 15px 44px !important;
	background-position: center;
	background-repeat: no-repeat;
}

.baise {
	display: flex;
	justify-content: space-between;
}

.baise1 {
	width: 312px;
}

.baise2 {
	width: 312px;
	height: 324px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.baise1 p {
	font-size: 16px;
	font-weight: 400;
	color: #1A1A1A;
	margin-bottom: 18px;
	padding-left: 20px;
}

.f1 {
	width: 86px;
	height: 116px;
}

.f2 {
	width: 146px;
	height: 176px;
}

.f3 {
	width: 176px;
	height: 206px;
}

.hfenlei h1 {
	font-size: 36px;
	font-weight: bold;
	color: #1A1A1A;
	text-align: center;
	margin-bottom: 81px;
}

.zhanshi2 {
	position: relative;
}

.zhanshi .bar {
	overflow: initial;
}

.hui {
	width: 300%;
	height: 1215px;
	background-color: #EBEBEB;
	position: absolute;
	bottom: 0;
	left: -32px;
}

html,
body {
	overflow-x: hidden;
	background-color: #f7f7f7;
	width: 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 0 !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 0 !important;
}

@media screen and (max-width:1400px) {
	.hui {
		left: 0;
	}

	.yanse a {
		width: 35%;
		height: 16.5px;
		border-radius: 50px;
		margin-bottom: 10px;
	}

	.zhanshi2 {
		width: 85% !important;
	}

	.hua {
		width: 50%;
	}

	.wen {
		width: 43%;
	}

	.huahua {
		width: 100%;
	}

	.baise1 {
		width: 30%;
	}

	.baise2 {
		width: 100%;
	}

	.f1 {
		width: 50%;
		height: auto;
	}

	.f2 {
		width: 50%;
		height: auto;
	}

	.f3 {
		width: 50%;
		height: auto;
	}
}

