/* 关于我们 */
.about-us{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.3rem;
	padding-top: 0.6rem;
	margin-bottom: 0.6rem;
}
.about-us .title-box{
	background-color: #ffffff;
	margin-bottom: 0.6rem;
}
.about-us .bgi{
	width: 100%;
}
.about-us .title{
	font-size: 0.22rem/* 22px */;
	color: #f16622;
	line-height: 0.6rem;
}
.about-us .textd{
	width: 100%;
	font-size: 0.18rem/* 18px */;
}


.advantage {
	background-color: #f2f2f2;
	margin-bottom: 0.3rem/* 72px */;
}
.advantage{
	padding-top: 0.57rem/* 57px */;
}
.advantage .title-box{
	background-color: #f2f2f2;
}
.advantage .adv-item{
	width: 100%;
	margin-top: 0.44rem/* 44px */;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.advantage .adv-item .adv-box{
	width: 6.7rem/* 582px */;
	height: 1.8rem/* 180px */;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 0.32rem/* 28px */;
}
.advantage .adv-item .adv-box .adv-top-pint{
	width: 0.54rem/* 54px */;
	height: 0.54rem/* 54px */;
	font-size: 0.18rem/* 18px */;
	font-weight: bold;
	color: #ffffff;
	background-color: #f16622;
	border-radius: 0.54rem/* 54px */;
	text-align: center;
	line-height: 0.54rem/* 54px */;
	top: -0.1rem/* 10px */;
	left: -0.1rem/* 10px */;
	position: absolute;
}
.advantage .adv-item .adv-box .title{
	text-align: center;
	margin-top: 0.2rem/* 28px */;
	font-size: 0.24rem/* 18px */;
	font-weight: bold;
	color: #f16622;
}
.advantage .adv-item .adv-box .detail{
	width: 100%;
	margin-top: 0.1rem/* 20px */;
	box-sizing: border-box;
	padding: 0 0.3rem/* 30px */;
	font-size: 0.18rem/* 18px */;
}



.service-process{
	box-sizing: border-box;
	padding-top: 0.2rem/* 20px */;
	margin-bottom: 0.6rem;
}
.service-process .title-box{
	background-color: #ffffff;
}

.service-process .service-item{
	width: 100%;
	margin-top: 0.5rem/* 50px */;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.service-process .service-list{
	width: 2.8rem/* 280px */;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	margin-bottom: 0.5rem;
}
.service-process .service-list img{
	height: 0.6rem; 
}
.service-process .service-list .ser-title{
	font-size: 0.2rem/* 18px */;
	margin-top: 0.26rem/* 26px */;
	margin-bottom: 0.18rem/* 18px */;
}
.service-process .service-list .ser-detail{
	font-size: 0.18rem/* 18px */;
}
.service-process .service-list .ser-detail{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.3rem/* 30px */;
}



.introduction{
	background-color: #f2f2f2;
	margin-bottom: 0.8rem/* 80px */;
	box-sizing: border-box;
	padding: 0.3rem;
}
.introduction .left-img{
	width: 100%;
	overflow: hidden;
}
.introduction .left-img img{
	width: 100%;
}

.introduction .right-box{
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	height: 100%;
}
.right-item{
	margin-top: 0.4rem;
	margin-bottom: 0.2rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.right-item img{
	margin-right: 0.32rem/* 32px */;
	width: 0.63rem/* 63px */;
}
.right-title{
	font-size: 0.2rem/* 18px */;
	color: #f16622;
	font-weight: bold;
	line-height: 0.3rem;
	margin-bottom: 0.1rem/* 10px */;
}
.right-detail{
	font-size: 0.18rem/* 18px */;
}