* {
	margin: 0;
	padding: 0;
}





.body1_top{
	margin-top: 0.8rem;
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: space-between;
}
.body1_top .body1_fl{
	width: 6.2rem;
	height: auto;
}
.body1_top .body1_fl .body1_en{
	font-family: Anton-Regular;
    font-weight: 400;
    font-size: 0.63rem;
    color: rgba(51,51,51,0);
	line-height: 0.88rem;
    text-stroke: 0.01rem rgba(35,69,41,0.33);
    -webkit-text-stroke: 0.01rem rgba(35,69,41,0.33);
    -moz-text-stroke: 0.01rem rgba(35,69,41,0.33);
    -o-text-stroke: 0.01rem rgba(35,69,41,0.33);
    position: relative;
    text-transform: uppercase;
}
.body1_top .body1_fl .body1_cn{
	font-family: AlibabaPuHuiTi-Medium;
	font-weight: normal;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.33rem;
	margin-bottom: 0.3rem;
}
.body1_top .body1_fl .body1_cont,
.body1_top .body1_fl .body1_cont p{
	font-family: AlibabaPuHuiTi-Regular;
	font-weight: normal;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}
.body1_top .body1_fr{
	width: 8.4rem;
	height: 5rem;
	overflow: hidden;
}
.body1_top .body1_fr img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.body1_bottom{
	width: 100%;
	height: 1.8rem;
	background: url(../img/about_bg.jpg);
	background-size: cover;	
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.body1_bottom .stat_icon{
	width: 0.01rem;
	height: 0.96rem;
	background: url(../img/about_icon1.png) center no-repeat;
	background-size: cover;
}
.body1_bottom .stat-item .stat-value,
.body1_bottom .stat-item .stat-value .scroll_num{
	font-family: Anton-Regular;
	font-weight: 400;
	font-size: 0.48rem;
	color: #D19918;
	line-height: 0.67rem;
}
.body1_bottom .stat-item .stat-value .stat-unit{
	font-family: AlibabaPuHuiTi-Regular;
	font-weight: normal;
	font-size: 0.16rem;
	color: #D19918;
}
.body1_bottom .stat-item .stat-title{
	font-family: AlibabaPuHuiTi-Regular;
	font-weight: normal;
	font-size: 0.2rem;
	color: #FFFFFF;
	line-height: 0.28rem;
}



/* 公司架构 */
.body2_cont{
	width: 100%;
	height: auto;
	margin-bottom: 1.4rem;
}





