.inner{
	width: 4.70rem;
	margin: 0 auto;
}
.service_container{
	background: url(/../img/service/centerbg_sp.png), url(/../img/service/topbg_sp.png), url(/../img/service/bottombg_sp.png);
	background-position: top 6.70rem right, top 0 right, bottom;
  	background-repeat: no-repeat;
	background-size: 100% auto;
}
.decription{
	padding: .80rem 0 0rem 0;
}
.decription .list .row{
	padding: .50rem 0 .50rem 0;
}
.decription .list .row .serviceContent{
    width: 4.70rem;
	margin: 0 auto;
}
.decription .list .row .title{
	width: 100%;
	float: left;
	padding-bottom: .30rem;
	text-align: center;
}
.decription .list .row .detail{
	width: 100%;
	text-align: left;
}
.decription .list .row .detail img{
	width: 1.3rem;
	/*height: .58rem;*/
	padding-bottom: .30rem;
}
.decription .list .row .detail p{
	font-size: .24rem;
	font-family: 'Roboto-Regular';
	line-height: .40rem;
}
.decription .list .row:nth-child(even) .title{
	float: right;
}
.decription .list .row:nth-child(odd) .detail{
	text-align: right;
}
.decription .list .row:nth-child(even){
	background: rgba(250,250,250,.9);
}
.decription .list .row .title h3{
	text-align: center;
	line-height: .40rem;
	font-size: .35rem;
	color: #303030;
	font-family: Roboto-Thin;
	text-transform: uppercase;
}
.getInTouch .inner .buttonTouch{
  text-align: center;
  padding:.15rem 1.00rem;
  font-family:'Roboto-Thin';
  font-size: .24rem;
  color: #303030;
  border: .01rem solid #909090;
  /*width: 191rem;*/
  margin: 0 auto;
  border-radius: .10rem;
  background: white;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}
.getInTouch .inner a{
   cursor: pointer;
}
.getInTouch .inner .buttonTouch:hover{
  color: #fff;
}
.getInTouch{
  padding: .95rem 0;
  background: rgba(255,255,255,0.7);
}
.getInTouch .touch{
  text-align: center;
}