/* 关于我们 */
.about_us {
	width: 1200px;
	margin: 0 auto;
	padding-top: 78px;
	padding-bottom: 50px;
}

.about_us .title {
	text-align: center;
	font-size: 32px;
	color: #0D0D0D;
	line-height: 30px;
}

.about_us .en_title {
	text-align: center;
	margin-top: 22px;
	font-size: 20px;
	color: #767676;
	line-height: 20px;
}

.about_us .content {
	text-indent: 2rem;
	font-size: 14px;
	margin-top: 71px;
}

/* 统计 */
.statistics {
	width: 1200px;
	margin: 35px auto 0;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}

.statistics .item {
	text-align: center;
}

.statistics .item .top {
	font-size: 14px;
	color: #0D0D0D;
}

.statistics .item .top span {
	font-size: 32px;
	color: #FF9228;
}

.statistics .item .bottom {
	margin-top: 20px;
	font-size: 20px;
}

/* 优势 */
.card {
	width: 1200px;
	margin: 30px auto 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 50px;
	padding-bottom: 83px;
}

.card .item {
	box-shadow: 0px 0px 18px 0px rgba(177, 179, 204, 0.2);
	padding: 70px 40px;
	min-height: 465px;
	display: flex;
	flex-direction: column;
	align-items: center;

}

.card .item img {
	width: 54px;
	height: 50px;
	display: block;
}

.card .item .name {
	margin-top: 39px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.card .item .name::after {
	content: '';
	display: block;
	width: 22px;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: calc(50% - 11px);
	bottom: -10px;
}

.card .item .content {
	margin-top: 64px;
	text-indent: 2rem;
	line-height: 28px;
}

.agent {
	width: 1200px;
	margin: 83px auto 0;
	padding-bottom: 60px;
	background-image: url('../img/about_bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.agent .title {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #0D0D0D;
}

.agent .title2 {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.agent .content {
	font-size: 14px;
	line-height: 28px;
	text-indent: 2rem;
	width: 900px;
	margin: 54px auto 0;
}

.agent .box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 32px;
	margin-top: 76px;
}

.agent .box .item {
	background-color: #fff;
	box-shadow: 0px 0px 18px 0px rgba(177, 179, 204, 0.2);
	padding: 28px;
}

.agent .box .item .name {
	padding-left: 28px;
	font-size: 20px;
	color: #0D0D0D;
}

.agent .box .item .line {
	font-size: 16px;
	color: #0D0D0D;
	margin-top: 16px;
}

.agent .box .item img{
	width: 15px;
	height: 15px;
	margin-right: 15px;
}
