/* banner部分 */
.banner-wrap {
	position: relative;
	width: 100%;
	height: 7rem;
	background: url('../images/company/company-bg.png') no-repeat center;
	background-size: cover;
}
.banner-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3rem;
	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: 0.58rem;	
}
.banner-title {
	padding-top: 3.75rem;
	font-size: 0.5rem;
	font-family: Arial;
	font-weight: bold;
	color: rgba(255,255,255,1);
}
/* about部分 */
.about-box {
	position: relative;
	padding-top: 0.8rem;
	top: -1.9rem;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(230, 232, 245, 1);
	opacity: 0.94;
	margin-bottom: -1.9rem;
	padding-bottom: 0.4rem;
	border-radius: 2px;
}
.about-title {
	margin-bottom: 0.2rem;
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(31,31,31,1);
	line-height: 0.32rem;
	text-align: center;
}
.about-desc {
	margin-bottom: 1.2rem;
	font-size: 0.16rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(102,102,102,1);
	line-height: 0.18rem;
	opacity: 0.8;
	text-align: center;
}
.about-content {
	margin-bottom: 0.1rem;
	padding: 0 0.6rem;
	font-size: 0.18rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(51,51,51,1);
	line-height: 0.4rem;
	text-indent: 0.4rem;
}
.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;
}
/* common标题部分 */
.common-title-left, .common-title-right {
	width: 0.41rem;
}
.common-title-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 2rem;
}
.common-content-title {
	margin-bottom: 0.1rem;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(31,31,31,1);
	line-height: 0.32rem;
}
.common-content-desc {
	font-size: 0.16rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(101,101,101,1);
	line-height: 0.18rem;
	opacity: 0.8;	
}
/* event部分 */
.about-event {
	position: relative;
	height: 6.2rem;
	background: rgba(249,251,255,1);
	overflow: hidden;
}
.about-event-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 6.2rem;
	background: rgba(249,251,255,1);
	transition: all 0.5s linear;
}
.about-split {
	position: absolute;
	top: 50%;
	left: 0;
	width: 27.46rem;
	height: 2px;
	transform: translateY(-50%);
	background: rgba(218,216,219,1);
}
.about-year-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8rem;
	height: 0.8rem;	
	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 {
	width: 0.6rem;
	height: 0.6rem;
	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.2rem;
	font-family: Arial;
	font-weight: bold;
	color: rgba(96,74,82,.55);	
	text-align: center;
	line-height: 0.6rem;
}
.about-year.active {
	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.1);
	border-radius: 50%;
	font-size: 0.24rem;
	font-family: Arial;
	font-weight: bold;
	color: rgba(22,120,255,1);
	line-height: 0.8rem;
}
.about-line {
	position: absolute;
	border-right: 2px dashed rgba(22,120,255,.2);
	transition: all 0.5s linear;
	z-index: 1;
}
.about-line.active {
	border-right: 2px dashed rgba(22,120,255,1);
}
.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.16rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: rgba(255,255,255,1);
	line-height: 0.22rem;
	transition: all 0.5s linear;
	border-radius: 2px;
	cursor: pointer;
	user-select: none;
	z-index: 2;
}
.about-content-box:hover {
	opacity: 1;
}
.about-content-box.active {
	opacity: 1;
}
.about-triangle-top {
	position: absolute;
   	width: 0;
    height: 0;
    border: 0.1rem solid transparent;
    border-top-color: rgba(22,120,255,1);
}
.about-triangle-right {
	position: absolute;
   	width: 0;
    height: 0;
    border: 0.1rem solid transparent;
    border-right-color: rgba(22,120,255,1);
}
.about-triangle-bottom {
	position: absolute;
   	width: 0;
    height: 0;
    border: 0.1rem solid transparent;
    border-bottom-color: rgba(22,120,255,1);
}
.about-triangle-left {
	position: absolute;
   	width: 0;
    height: 0;
    border: 0.1rem solid transparent;
    border-left-color: rgba(22,120,255,1);
}
.about-content-box.active .about-triangle-top {
	border-top-color: rgba(22,120,255,1);
}
.about-content-box.active .about-triangle-right {
	border-right-color: rgba(22,120,255,1);
}
.about-content-box.active .about-triangle-bottom {
	border-bottom-color: rgba(22,120,255,1);
}
.about-content-box.active .about-triangle-left {
	border-left-color: rgba(22,120,255,1);
}
/* 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部分 */
.partner-event {
	display: flex;
	flex-wrap: wrap;
	padding: 0.6rem 1.3rem;
	background: rgba(249,251,255,1);
}
.partner-box-wrap {
	width: 20%;
	margin-bottom: 0.3rem;
}
.partner-box {
	margin: 0 auto;
	position: relative;
	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%;
}
.partner-box-img {
	position: absolute;
	max-width: 80%;
	max-height: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}