/*$${"color":[{"val":"#26334c","title":"栏目标题颜色"},{"val":"#666e80","title":"简介文字颜色"},{"val":"#ffffff","title":"按钮上文字颜色"},{"val":"#666e80","title":"统计区域标题颜色"}],"background":[{"val":"#6160ea","title":"按钮背景颜色"},{"val":"#ffffff","title":"统计区域背景颜色"}],"border":[{"val":"#efefef","title":"统计区域边框"}]}$$*/
#about_147{
	background: #f2f4f7;
	width: 100%;
	margin-top: 140px;
	padding-bottom: 115px;
}
#about_147 .aboutCon{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	display: flex;
}
#about_147 .aboutL{
	width: 50%;
	float: left;
	padding: 40px 60px 190px 0;
	position: relative;
}
#about_147 .aboutR{
	width: 50%;
	float: left;
	overflow: hidden;
}
#about_147 .aboutR img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#about_147 .className{
	width: 100%;
	position: relative;
	color: rgba(25, 67, 59, 1);
}
#about_147 .className .title-1{
	font-size: 35px;
	line-height: 50px;
	padding-left: 30px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}
#about_147 .className .title-1 i{
	display: block;
	width: 25px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 14px;
	background: url(/static/images/about_01_02.png) no-repeat;
}
#about_147 .className .title-2{
	padding-left: 30px;
	font-size: 24px;
	line-height: 50px;
}
#about_147 .intrs{
	font-size: 14px;
	color: rgba(85, 85, 85, 1);
	line-height: 36px;
	padding-top: 30px;
}
#about_147 .intrs p{
	width: 100%;
}
#about_147 .btnMore{
	background: rgba(34, 102, 89, 1);
	padding-right: 80px;
	text-align: center;
	line-height: 55px;
	width: 200px;
	height: 55px;
	display: block;
	color: #ffffff;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top:50px;
	position: relative;
	
}
#about_147 .btnMore::after{
	position: absolute;
	left:142px;
	top:50%;
	content: '';
	transform: translateY(-50%);
	width: 26px;
	height: 14px;
	background: url(/static/images/about_01_01.png) no-repeat;
	background-size: 26px 14px;
}
#about_147 .statistics{
	width: 700px;
	height: 110px;
	background: #ffffff;
	position: absolute;
	bottom:30px;
	z-index:100;
}
#about_147 .statistics ul{
	height: 100%;
	width: auto;
}
#about_147 .statistics ul li{
	border-right: #efefef solid 1px;
	float: left;
	width: 195px;
	float: left;
	height: 100%;
	padding-top: 22px;
}
#about_147 .statistics .nr{
	width: 110px;
	padding-left: 15px;
}
#about_147 .statistics .nr .num{
	color: rgba(25, 67, 59, 1);
	font-size: 33px;
}
#about_147 .statistics .nr .tit{
	color: rgba(85, 85, 85, 1);
	font-size: 14px;
	line-height: 50px;
}
#about_147 .statistics .logoBox{
	width: 110px;
	text-align: center;
	justify-content: center;
	align-items: center;
	float: left;
	display: flex;
	height: 100%;
	position: absolute;
	right:0;
	top:0;
}

@media screen and (max-width:1200px) {
	#about_147 .aboutCon{
		width: 100%;
	}
	#about_147{
		margin-top:60px;
	}
	#about_147 .aboutL{
		padding: 40px 40px 190px 2%;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#about_147{
		padding-bottom: 0;
		margin-top:50px;
	}
	#about_147 .aboutCon{
		width: 100%;
		display: block;
	}
	#about_147 .aboutL{
		width: 100%;
		padding: 40px 5%;
	}
	#about_147 .aboutR{
		width: 100%;
		margin-top: 200px;
	}
	#about_147 .aboutR img{
		height: 360px;
		object-fit: cover;
		width: 100%;
	}
	#about_147 .intrs{
		line-height: 28px;
	}
	#about_147 .btnMore{
		margin-top: 30px;
	}
	#about_147 .statistics{
		width: 90%;
		height: 120px;
		bottom: -170px;
	}
	#about_147 .statistics ul li{
		width: 25%;
		text-align: center;
		padding-top: 10px;
		height: 100%;
		
	}
	#about_147 .statistics .nr{
		padding: 0;
		text-align: center;
		width: 100%;
	}
	#about_147 .statistics .nr .num{
		font-size: 28px;
	}
	#about_147 .statistics ul li img{
		width: 40%;
		margin: 0 30%;
	}
	#about_147 .statistics .logoBox{
		width: 25%;
		position: absolute;
		right:0;
		top:0;
	}
	#about_147 .statistics .nr .tit{
		line-height: 40px;
	}
}