/*服务流程 开始*/
.procedure-custom {
	text-align: center;
	color: #333;
}

.procedure-custom .row div:after {
	content: url(../img/p2_point.png);
	position: absolute;
  margin-top: -60%;
  margin-left: 42%;
}

.procedure-custom  .row div:last-child:after {
	content: '';
}

.procedure-custom img {
	margin-top: .8rem;
	margin-bottom: .3rem;
	width: auto;
}

.procedure-custom h3 {
	margin-bottom: .6rem;
}
/*服务流程 结束*/

/*服务介绍 开始*/
.introduce-custom {
	margin-top: .6rem;
}

.bg-custom .col-md-6 {
	margin-bottom: .14rem;
}

.service-bg1,
.service-bg2,
.service-bg3,
.service-bg4 {
	width: 49.4%;
	height: 2.48rem;
}

.service-bg1 {
	margin-right: .14rem;
	background: url(../img/block_bg1.png) no-repeat 0;
	background-size: cover;
}

.service-bg2 {
	background: url(../img/block_bg2.png) no-repeat 0;
	background-size: cover;
}

.service-bg3 {
	margin-right: .14rem;
	background: url(../img/block_bg3.png) no-repeat 0;
	background-size: cover;
}

.service-bg4 {
	background: url(../img/block_bg4.png) no-repeat 0;
	background-size: cover;
}

.bg-custom h3 {
	margin-top: .64rem;
	color: #333;
}

.bg-custom p {
	margin-top: .32rem;
	color: #999;
	line-height: 2;
}
/*服务介绍 结束*/

/*服务项目 开始*/
.item-custom {
	margin-top: .6rem;
}

.item-custom .row div{
	text-align: center;
}

.item-custom p {
  margin-left: 29%;
	margin-bottom: .32rem;
	padding-bottom: .08rem;
	border-bottom: .04rem solid #999;
	text-align: left;
	font-size: .22rem;
	color: #999;
}

.item-custom img {
	width: auto;
	margin-right: .16rem;
}

.item-custom ul {
	margin-bottom: .34rem;
	text-align: left;
}

.item-custom li {
	margin-left: 23%;
	margin-bottom: .24rem;
	list-style-position: inside;
	font-size: .2rem;
	color: #333;
}
/*服务项目 结束*/

/*服务分类 开始*/
.bg-padding {
	padding-bottom: 0;
}

.category-custom {
	margin-top: .46rem;
}

.category-custom h3 {
	margin-top: .28rem;
	margin-bottom: .34rem;
}

.category-custom img{
	width: 100%;
}
/*服务分类 结束*/