.servicelist{
	margin-top: 1.76rem;
	margin-bottom: 1.98rem;
}
.servicelist ul{
	padding: 0.4rem;
	margin-bottom: 0.4rem;
	font-size: 0.6rem;
	color:#333;
	line-height: 1.5rem;
	overflow: hidden;
	background: url(../img/arrow.png) 96% center no-repeat;
	background-size: auto 25%;
	background-color: white;
}
.servicelist ul li{
	float: left;
}
.servicelist ul li:first-child{
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.4rem;
	overflow: hidden;
}
.servicelist ul li:first-child img{
	width: 100%;
}

/*服务详情*/
.box,.box2{
	padding:0.4rem;
	margin-top: 1.76rem;
	font-size: 0.56rem;
	line-height: 1.8;
	color:#333;
	box-sizing: border-box;
}
.box p{
	margin: 0.4rem auto;
	text-align: justify;
	text-indent: 1.12rem;
}
.box2 p{
	margin: 0.4rem auto;
	text-align: justify;
}
.box p span,.box p span{
	color:#3598dc;
	font-size: 0.6rem;
	padding-right: 0.2rem;
}
.box2 h1{
	font-size: 0.6rem;
	font-weight: bold;
	color: #646464;
	padding-left: 0.6rem;
	border-left: 2px solid #3598DC;
	background-color: #e5e5e5;
	margin: 0.4rem auto;
	line-height: 2;
}
.box img,.box2 img{
	width: 100%;
}