/* banner部分 */
.banner-wrap {
	position: relative;
	width: 100%;
	height: 700px;
	background: url('../images/company/company-bg.png') no-repeat center;
	background-size: cover;
}

.banner-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
	opacity: 0.5;
	z-index: 5;
}

.banner-container {
	padding-left: 62px;
}

.banner-title {
	padding-top: 365px;
	font-size: 52px;
	font-weight: 600;
	color: rgba(255, 255, 255, 1);
}

/* about部分 */
.about-wrap {
	background-color: #fff;
	margin-bottom: -191px;
}

.about-box {
	position: relative;
	padding: 76px 0 80px;
	top: -191px;
	/*background: rgba(255,255,255,1);*/
	/*border: 1px solid rgba(230, 232, 245, 1);*/
	background: rgba(250, 250, 253, 0.9);
	border-radius: 2px;
}

.about-content {
	margin-top: 119px;
	width: 100%;
	padding: 0 62px;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 41px;
	text-indent: 2em;
	height: 328px;
	overflow: hidden;
}

.about-content-last {
	margin-bottom: 0;
}

.about-common-title {
	margin-top: 1rem;
	margin-bottom: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1rem;
}

.get_more_btn {
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	cursor: pointer;
	margin-top: 40px;
}
.ic_black_arrow_bottom{
	width: 16px;
	margin-left: 4px;
}

/* common标题部分 */
.common-title-left,
.common-title-right {
	width: 0.41rem;
}

.common-title-content {
	text-align: center;
}

.common-content-title {
	font-weight: 600;
	font-size: 28px;
	color: #000000;
	line-height: 40px;
	margin-bottom: 24px;
}

.common-content-desc {
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.5);
	line-height: 22px;
}

/* event部分 */
.about-event-wrap {
	padding: 80px 0;
}

.about-event {
	position: relative;
	overflow: hidden;
	height: 611px;
	padding: 40px 0;
	box-sizing: border-box;
	margin: 40px 0 80px;
}

.event-item-content {
	font-size: 18px;
	color: #333;
	margin-bottom: 32px;
}

.event-item-time {
	font-weight: 500;
	margin-right: 80px;
}

.year-events-box {
	height: 100%;
	padding: 60px 0;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

#year-events-container {
	width: 288px;
	height: 100%;

}

#year-events-container .swiper-slide {
	height: 168px;
	line-height: 1;
	transform: scale(0.834);
}

#year-events-container .swiper-slide-active {
	transform: scale(1);
	/* margin-top: -30px; */
	margin-bottom: 0px;
}

#year-events-container .swiper-slide {
	font-weight: 400;
	font-size: 100px;
	color: #E8E8E8;
	text-align: center;
}

#year-events-container .swiper-slide-active {
	font-weight: 500;
	font-size: 120px;
	color: #0059F9;
	/* line-height: 168px; */
}

.year-swiper-button-prev,
.year-swiper-button-next {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 32px;
	height: 32px;
}

.year-swiper-button-prev {
	top: 20px;
	background: url(../images/v20251030/common/ic_arrow_top.png) no-repeat;
	background-size: contain;
}

.year-swiper-button-next {
	bottom: 20px;
	background: url(../images/v20251030/common/ic_arrow_bottom.png) no-repeat;
	background-size: contain;
}

/* award部分 */
.award-event {
	display: flex;
	flex-wrap: wrap;
	background: rgba(249, 251, 255, 1);
	padding: 0.5rem 0.2rem;
}

.award-box-wrap {
	width: 20%;
}

.award-box-wrap-first {
	margin-bottom: 0.85rem;
}

.award-box {
	margin: 0 auto;
	width: 2.22rem;
}

.award-box-desc {
	font-size: 0.18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(52, 52, 52, 1);
}

/* partner部分 */
.pattern-box {
	background: #FAFAFD;
	padding: 80px 0;
}

.partner-event {
	margin-top: 40px;
}

.partner-box-wrap {
	width: 240px;
}

.partner-box {
	margin: 0 auto;
	position: relative;
	width: 240px;
	height: 140px;
}

.partner-box-img {
	position: absolute;
	max-width: 80%;
	max-height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}