.banner {
	height: 580px;
	background: url("../img/about/banner.jpg") no-repeat;
	width: 100%;
	overflow: hidden;
	background-size: cover;
}

.guanyu {
	padding-top: 50px;
	padding-bottom: 57px;
}

.section_title {
	font-size: 36px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #6B6B6B;
	line-height: 42px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.section_subtitle {
	font-size: 28px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: rgba(202, 202, 202, 0.35);
	line-height: 33px;
	position: relative;
	top: -20px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.guanyu_inner {
	display: flex;
	justify-content: space-between;
}

.guanyu_inner div {
	width: 956px;
	height: 231px;
	font-size: 20px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #6B6B6B;
	line-height: 32px;
}

.carousel {
	width: 100%;
	height: 504px;
	/* background-color: #F1F2F6; */
	background: url('../img/about/carouselbg.png') no-repeat #F1F2F6;
	box-sizing: border-box;
	padding: 94px 0 94px 241px;
	display: flex;
	justify-content: space-between;
	background-size: cover;
	margin-bottom: 50px;
}

.carousel_left {
	position: relative;
	/* width: 626px; */
	width: 326px;
	height: 300px;

}

.carousel_left_text {
	padding-left: 37px;
	padding-top: 14px;
	position: relative;
	z-index: 1;
}

.carousel_left_icon {
	position: absolute;
	left: 0;
	top: 0;
}

.text1 {
	font-size: 20px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #6B6B6B;
	line-height: 23px;
}

.text2 {
	width: 205px;
	height: 100px;
	font-size: 40px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #000000;
	line-height: 47px;
	letter-spacing: 1px;
	position: relative;
	margin-top: 10px;
}

.text2 i {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #F18A01;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 8px;
}

.wenhua_inner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

.wenhua_inner_left {
	width: 532px;
	height: 484px;
	background: url('../img/about/Frame 2657.png') no-repeat;
	display: flex;
	align-items: center;
	padding-left: 40px;
}

.block .title {
	font-size: 24px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 28px;
}

.block i {
	display: block;
	width: 58px;
	height: 3px;
	background: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

.block .subtitle {
	font-size: 18px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 21px;
}

.wenhua_inner_right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.wenhua_inner_right .item {
	width: 638px;
	height: 142px;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}

.bg1 {
	background: url('../img/about/Frame 2658.png');
}

.bg2 {
	background: url('../img/about/Frame 2660.png');
}

.bg3 {
	background: url('../img/about/Frame 2659.png');
}



.swiper {
	width: 1035px;
	height: 300px;
	margin: 0 !important;
}

.swiper-pagination {
	width: 245px !important;
}

.swiper-slide {
	display: flex;
	justify-content: space-between;
}

.swiper-pagination-bullet {
	/* --swiper-theme-color: #ff6600; */
	/* --swiper-pagination-color: #00ff33;/* 两种都可以 */
}

.swiper-pagination-bullet {
	width: 32px !important;
	height: 32px !important;
	background-color: transparent !important;
	position: relative;
	opacity: 1 !important;
}

.swiper-pagination-bullet::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #000 !important;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;


}

.swiper-pagination-bullet-active {
	width: 32px !important;
	height: 32px !important;
	background: url('../img/about/Ellipse 203.png') no-repeat center transparent !important;
}