/* banner部分 */
.banner-wrap {
	position: relative;
	width: 100%;
	height: 7rem;
	background: url('../images/about/about-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-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-img {
	border-radius: 0.04rem;
	padding: 0 0.4rem;
}
.about-img img {
	width: 100%;
}
