.topTitle .en {
	color: #05c700;
	font-size: 46px;
	font-weight: 700;
	line-height: 45px;
}
.topTitle .cn {
	font-size: 34px;
}

/* 关于我们 */
#about {
	padding: 80px 0;
}
#about .container-fluid {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#about .left{
	width:52%;
}
#about .left .desc{
	padding:35px 0;
	font-size:16px;
	line-height: 32px;
}
#about .left .count{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
#about .left .count .num{
	font-size:56px;
}
#about .left .count .unit{
	font-size:15px;
}
#about .left .count .name{
	font-size:18px;
}

#about .right{
	width:48%;
	overflow: hidden;
	position: relative;
	left:100px;
	border-radius: 50px 0 0 0;
}
#about .right img{
	display: block;
	max-width: 100%;
}

/* 希世环保全球业务网络 */
.network{
	padding:30px 0 50px 0;
}
.network .topTitle{
	text-align:center;
}
.network .imgbox{
	padding:30px 0;
}
.network .imgbox img{
	display:block;
	margin:0 auto;
	width:100%;
	max-width:1400px;
}

.network .text{
	text-align:center;
	font-size:24px;
}

@media screen and (max-width:768px){
	
}