.serviceBlockTitle {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.serviceStepTitleWrapper {
  margin-top: 40px;
}
.serviceStepTitleWrapper .left {
  position: relative;
  float: left;
  width: 320px;
  height: 205px;
  background-color: #DD1721;
  line-height: 205px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-left: 70px;
}
.serviceStepTitleWrapper .left .tag1 {
  position: absolute;
  top: 20px;
  left: 50px;
}
.serviceStepTitleWrapper .right {
  float: right;
  width: 880px;
  height: 205px;
  text-align: center;
  line-height: 205px;
  font-size: 22px;
  color: #fff;
}
.serviceStepTitleWrapper .titleR1 {
  background-image: url('img/stepTitle1.png');
}
.serviceStepTitleWrapper .titleR2 {
  background-image: url('img/stepTitle2.png');
}
.serviceStepTitleWrapper .titleR3 {
  font-size: 20px;
  line-height: 40px;
  padding: 40px 30px;
  background-image: url('img/stepTitle3.png');
}
.serviceStepTitleWrapper .titleR4 {
  font-size: 20px;
  line-height: 40px;
  padding: 40px 30px;
  background-image: url('img/stepTitle4.png');
}
.step1Container {
  margin-top: 10px;
  padding: 0 30px;
  width: 100%;
  height: 385px;
  text-align: center;
}
.step1Container .detail {
  position: relative;
  width: 375px;
  height: 190px;
  float: left;
  background-color: #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
}
.step1Container .detail .text {
  z-index: 999;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  text-align: center;
  letter-spacing: 10px;
  font-size: 28px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 70px 90px;
}
.step1Container .detail .text:hover {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: default;
}
.step1Container .detail1 {
  background-image: url('img/s1p1.png');
}
.step1Container .detail2 {
  background-image: url('img/s1p2.png');
}
.step1Container .detail3 {
  background-image: url('img/s1p3.png');
}
.step1Container .detail4 {
  background-image: url('img/s1p4.png');
}
.step1Container .detail5 {
  background-image: url('img/s1p5.png');
}
.step1Container .detail6 {
  background-image: url('img/s1p6.png');
}
.picScroll {
  margin: 20px 30px 20px 30px;
  width: 1135px;
  position: relative;
}
.picScroll .hd {
  overflow: hidden;
  height: 30px;
  padding: 0 10px;
}
.picScroll .hd .prev,
.picScroll .hd .next {
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  cursor: pointer;
}
.picScroll .hd .prev {
  background-image: url('img/n-right.png');
  top: 70px;
  left: -15px;
}
.picScroll .hd .next {
  background-image: url('img/n-left.png');
  top: 70px;
  right: -15px;
}
.picScroll .hd ul {
  width: 45px;
  text-align: center;
  overflow: hidden;
  zoom: 1;
  margin: 10px auto;
}
.picScroll .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("/templates/default/ray/aboutService/js/images/icoCircle.png") 0 -9px no-repeat;
}
.picScroll .hd ul li.on {
  background-position: 0 0;
}
.picScroll .bd {
  padding: 10px 10px 0 10px;
}
.picScroll .bd .tempWrap {
  width: 1116px !important;
  overflow: hidden;
}
.picScroll .bd ul {
  overflow: hidden;
  zoom: 1;
}
.picScroll .bd ul li {
  width: 263px !important;
  margin: 0 8px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.picScroll .bd ul li .pic {
  text-align: center;
}
.picScroll .bd ul li .pic img {
  zoom: 0.99;
  width: 265px;
  height: 200px;
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
}
.picScroll .bd ul li .pic img:hover {
  border-color: #999;
}
.picScroll .bd ul li .title {
  line-height: 24px;
}
.step3Container {
  margin-top: 20px;
}
.step3InfoTitle {
  text-align: center;
  float: left;
  margin-left: 30px;
  height: 43px;
  width: 270px;
  line-height: 43px;
  font-size: 20px;
  background-color: #DD1721;
  color: #fff;
}
.step3Info {
  position: relative;
  width: 1140px;
  height: 355px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 10px #999;
  margin: 0 30px 30px 30px;
}
.step3Info .title {
  position: absolute;
  left: 67px;
  width: 250px;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background-image: url("img/infoTitleBG.png");
}
.step3Info .title1 {
  top: 54px;
}
.step3Info .title2 {
  top: 154px;
}
.step3Info .title3 {
  top: 254px;
}
.step3Info .text {
  position: absolute;
  left: 360px;
  width: 723px;
  height: 81px;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.step3Info .text1 {
  top: 44px;
}
.step3Info .text2 {
  top: 146px;
  padding-top: 18px;
}
.step3Info .text3 {
  top: 250px;
  border-bottom: none;
}
