.banner-wrap {
	height: 7rem;
	background: url('../images/company/company-bg.png') no-repeat center;
	background-size: cover;
}
.banner-title {
	position: absolute;
	top: 3rem;
	width: 100%;
	font-size: 0.44rem;
	font-family: Source Han Serif CN;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-align: left;
	margin-left: 0.8rem;
}
.company-wrap {
	background: rgba(255, 255, 255, 1);
}
.company-box {
	position: relative;
	margin: 0 auto;
	width: 6.7rem;
	background: rgba(255,255,255,1);
	/* border: 1px solid rgba(230, 232, 245, 1); */
	border-radius: 2px;
	opacity: 0.94;
	top: -1.8rem;
	margin-bottom: -1.8rem;
	padding-bottom: 0.6rem;
}
.company-title-box {
	padding-top: 0.6rem;
	height: 1.8rem;
}
.company-title {
	margin-bottom: 0.2rem;
	font-size: 0.32rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(31,31,31,1);
	text-align: center;
}
.company-desc {
	margin-bottom: 0.8rem;
	font-size: 0.24rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(102,102,102,1);
	opacity: 0.8;
	text-align: center;
}
.company-content {
	margin-top: 0.2rem;
	padding: 0 0.4rem;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(51,51,51,1);
	line-height: 0.48rem;
	text-indent: 0.48rem;
}
.company-common-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
    margin-bottom: 0.6rem;
}
.common-title-left, .common-title-right {
	width: 0.4rem;
}
.common-title-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
}
.common-content-title {
	margin-bottom: 0.1rem;
	font-size: 0.32rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(31,31,31,1);
}
.common-content-desc {
	font-size: 0.24rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(101,101,101,1);
	opacity: 0.8;	
}
/* award部分 */
.award-event {
	display: flex;
	flex-wrap: wrap;
	background: rgba(249,251,255,1);
	padding: 0.4rem 0.2rem;
	font-size: 0.24rem;
}
.award-box-wrap {
	width: 50%;
	margin-bottom: 0.4rem;
}
.award-box-wrap.last {
	margin-bottom: 0;
}	
.award-box {
	margin: 0 auto;
	width: 2.5rem;
}
.award-box-desc {
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(52,52,52,1);
}
/* partner部分 */
.partner-event {
	display: flex;
	flex-wrap: wrap;
	padding: 0.4rem 0.2rem;
	background: rgba(249,251,255,1);
}
.partner-box-wrap {
	width: 33.33%;
	margin-bottom: 0.3rem;
}
.partner-box-wrap.last {
	margin-bottom: 0;	
}
.partner-box {
	margin: 0 auto;
	position: relative;
	font-size: 0;
	/* width: 1.4rem;
	height: 1.4rem;
	background: rgba(255,255,255,1);
	box-shadow: 0 0.15rem 0.18rem 0.02rem rgba(31,35,41,0.05);
	border-radius: 50%; */
	width: 100%;
}
.partner-box-img {
	width: 100%;
	/* position: absolute;
	max-width: 80%;
	max-height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
}
.about-event {
	position: relative;
	height:36.2rem;
	background: rgba(249,251,255,1);
	overflow: hidden;
}
.about-split {
	position: absolute;
	left: 50%;
	top: 0rem;
	width: 2px;
	height: 36rem;
	transform: translateX(-50%);
	background: rgba(218,216,219,1);
}
.about-year-wrap {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1rem;
	height: 1rem;	
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(249,251,255,1);
	z-index: 5;
	cursor: pointer;
	user-select: none;
	transition: all 0.5s linear;
}
.about-year {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.8rem;
	height: 0.8rem;
	background: rgba(255,255,255,1);
	box-shadow: 0 0.15rem 0.18rem 0.02rem rgba(31,35,41,0.05);
	border-radius: 50%;
	font-size: 0.24rem;
	font-family: Arial;
	font-weight: bold;
	color: rgba(96,74,82,.55);	
	transition: all 0.5s linear;
}
.about-year.active {
	width: 1rem;
	height: 1rem;	
}
.about-content-box {
	position: absolute;
	display: flex;
	align-items: center;
	padding: 0 0.2rem;
	background: rgba(22,120,255,1);
	opacity: .2;
	font-size: 0.24rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: rgba(255,255,255,1);
	line-height: 0.32rem;
	transition: all 0.5s linear;
	border-radius: 2px;
	cursor: pointer;
	user-select: none;
	z-index: 2;
}
.about-content-box.active {
	opacity: 1;
}
.about-line {
	position: absolute;
	background: rgba(218,216,219,1);
	z-index: 1;
}

/* 公司介绍展开收起样式 */
.company-content-more {
    display: none;
    transition: all 0.3s ease;
}

.get_more_btn {
    margin: 0.533rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.get-more-content {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: #333;
    gap: 0.133rem;
}

.ic_black_arrow_bottom {
    width: 0.267rem;
    height: 0.267rem;
    transition: transform 0.3s ease;
}

.get_more_btn.expanded .ic_black_arrow_bottom {
    transform: rotate(180deg);
}

/* 隐藏荣誉资质模块 */
.certificate {
    display: none;
}