html,
body {
  height: 100%;
}

/* ly_service start */
.ly_service {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-left: 68px;
}

.lyService_menu {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lyService_menu ul li {
  margin: 8px 0;
}

.lyService_menu ul li a {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0;
  border-radius: 50%;
}

.fp-viewing-SecondPage .lyService_menu ul li a,
.fp-viewing-FourthPage .lyService_menu ul li a,
.fp-viewing-SixthPage .lyService_menu ul li a,
.fp-viewing-EighthPage .lyService_menu ul li a {
  background-color: rgba(0, 0, 0, 0.2);
}

.lyService_menu ul li.active a {
  background-color: #ff6b03;
}

.section {
  overflow: hidden;
}

#section1 {
  background: url(../images/serv_bg07.jpg) center center no-repeat;
  background-size: cover;
}

#section2 {
  background: url(../images/serv_bg02.jpg) center center no-repeat;
  background-size: cover;
}

#section3 {
  background: url(../images/serv_bg03.jpg) center center no-repeat;
  background-size: cover;
}

#section4 {
  background: url(../images/serv_bg04.jpg) center center no-repeat;
  background-size: cover;
}

#section5 {
  background: url(../images/serv_bg05.jpg) center center no-repeat;
  background-size: cover;
}

#section6 {
  background: url(../images/serv_bg06.jpg) center center no-repeat;
  background-size: cover;
}

#section7 {
  background: url(../images/serv_bg07.jpg) center center no-repeat;
  background-size: cover;
}

#section8 {
  background: url(../images/serv_bg08.jpg) center center no-repeat;
  background-size: cover;
}

.lyService_con {
  width: 35%;
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

#section1 .lyService_con,
#section3 .lyService_con,
#section5 .lyService_con,
#section7 .lyService_con {
  left: -100%;
}

#section1.active .lyService_con,
#section3.active .lyService_con,
#section5.active .lyService_con,
#section7.active .lyService_con {
  left: 8%;
}

#section2 .lyService_con,
#section4 .lyService_con,
#section6 .lyService_con,
#section8 .lyService_con {
  right: -100%;
}

#section2.active .lyService_con,
#section4.active .lyService_con,
#section6.active .lyService_con,
#section8.active .lyService_con {
  right: 8%;
}

.lyService_con em {
  display: inline-block;
  line-height: 80px;
  font-size: 90px;
  word-break: normal;
  text-transform: uppercase;
  color: transparent;
  font-weight: bold;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.section.active .lyService_con em {
  top: -54px;
}

#section1 .lyService_con em,
#section3 .lyService_con em,
#section5 .lyService_con em,
#section7 .lyService_con em {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.03);
}

#section2 .lyService_con em,
#section4 .lyService_con em,
#section6 .lyService_con em,
#section8 .lyService_con em {
  -webkit-text-stroke: 1px #00000012;
}

.lyService_con span {
  display: block;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  font-weight: lighter;
}

.lyService_con a.lyService_name {
  display: block;
  line-height: 56px;
  color: #fff;
  font-size: 48px;
  margin: 10px 0 40px;
}

.lyService_con a.lyService_name:hover {
  color: #ff6b03;
}

.lyService_con p {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 18px;
  font-weight: lighter;
}

.lyService_con .lyService_btn {
  margin-top: 80px;
}

.lyService_con .lyService_btn a {
  display: inline-block;
  width: 160px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0 15px;
}

.lyService_con .lyService_btn a:first-child {
  margin-right: 36px;
}

.lyService_con .lyService_btn a:first-child,
.lyService_con .lyService_btn a:hover {
  border: 1px solid #ff6b03;
  background-color: #ff6b03;
}

.lyService_con .lyService_btn a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../images/arrowIco_right1.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.lyService_con .lyService_btn a:first-child i,
.lyService_con .lyService_btn a:hover i {
  background: url(../images/arrowIco_right.png) center center no-repeat;
  background-size: 100% 100%;
}

#section2 .lyService_con span,
#section2 .lyService_con p,
#section4 .lyService_con span,
#section4 .lyService_con p,
#section6 .lyService_con span,
#section6 .lyService_con p,
#section8 .lyService_con span,
#section8 .lyService_con p {
  color: #999;
}

#section2 .lyService_con a.lyService_name,
#section4 .lyService_con a.lyService_name,
#section6 .lyService_con a.lyService_name,
#section8 .lyService_con a.lyService_name {
  color: #222;
}

#section2 .lyService_con a.lyService_name:hover,
#section4 .lyService_con a.lyService_name:hover,
#section6 .lyService_con a.lyService_name:hover,
#section8 .lyService_con a.lyService_name:hover {
  color: #ff6b03;
}

#section2 .lyService_con .lyService_btn a,
#section4 .lyService_con .lyService_btn a,
#section6 .lyService_con .lyService_btn a,
#section8 .lyService_con .lyService_btn a {
  color: #222;
  border: 1px solid #d1dff4;
}

#section2 .lyService_con .lyService_btn a:first-child,
#section4 .lyService_con .lyService_btn a:first-child,
#section6 .lyService_con .lyService_btn a:first-child,
#section8 .lyService_con .lyService_btn a:first-child,
#section2 .lyService_con .lyService_btn a:hover,
#section4 .lyService_con .lyService_btn a:hover,
#section6 .lyService_con .lyService_btn a:hover,
#section8 .lyService_con .lyService_btn a:hover {
  color: #fff;
  border: 1px solid #ff6b03;
  background-color: #ff6b03;
}

.lyService_img {
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

.lyService_img img,
.lyService_img51 img,
.lyService_img52 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

#section1 .lyService_img,
#section3 .lyService_img,
#section5 .lyService_img,
#section7 .lyService_img {
  right: -100%;
}

#section2 .lyService_img,
#section4 .lyService_img,
#section6 .lyService_img,
#section8 .lyService_img {
  left: -100%;
}

#section1 .lyService_img {
  width: 1060px;
}

#section2 .lyService_img {
  width: 903px;
}

#section3 .lyService_img {
  width: 910px;
}

#section4 .lyService_img {
  width: 911px;
}

#section5 .lyService_img {
  width: 710px;
}

#section5 .lyService_img51,
#section5 .lyService_img52 {
  width: 400px;
  position: absolute;
  z-index: 9;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
}

#section5 .lyService_img51 {
  right: 30%;
  top: -100%;
}

#section5 .lyService_img52 {
  right: 5%;
  bottom: -100%;
}

#section5.active .lyService_img51 {
  top: 0;
}

#section5.active .lyService_img52 {
  bottom: 0;
}

#section6 .lyService_img {
  width: 745px;
}

#section7 .lyService_img {
  width: 704px;
}

#section8 .lyService_img {
  width: 906px;
}

#section1.active .lyService_img {
  right: -60px;
}

#section2.active .lyService_img {
  left: 0;
}

#section3.active .lyService_img {
  right: 6%;
}

#section4.active .lyService_img {
  left: 4%;
}

#section5.active .lyService_img {
  right: 6%;
}

#section6.active .lyService_img {
  left: 8%;
}

#section7.active .lyService_img {
  right: 10%;
}

#section8.active .lyService_img {
  left: 4%;
}


.ly_service .roll-down {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 9;
}

.ly_service .roll-down i {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  background: url(../images/swiperDown_ico.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  animation: downico 1.5s ease-out infinite;
}

.fp-viewing-SecondPage .ly_service .roll-down,
.fp-viewing-FourthPage .ly_service .roll-down,
.fp-viewing-SixthPage .ly_service .roll-down,
.fp-viewing-EighthPage .ly_service .roll-down {
  border: 1px solid rgba(255, 107, 3, 0.5);
}

.fp-viewing-SecondPage .ly_service .roll-down i,
.fp-viewing-FourthPage .ly_service .roll-down i,
.fp-viewing-SixthPage .ly_service .roll-down i,
.fp-viewing-EighthPage .ly_service .roll-down i {
  background: url(../images/swiperDown_ico1.png) center center no-repeat;
}

@keyframes downico {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  35% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }

  65% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

/* ly_service end */


@media (max-width:1680px) {
  .lyService_con em {
    line-height: 72px;
    font-size: 80px;
  }

  .section.active .lyService_con em {
    top: -48px;
  }

  .lyService_con {
    width: 36%;
  }

  #section1.active .lyService_con,
  #section3.active .lyService_con,
  #section5.active .lyService_con,
  #section7.active .lyService_con {
    left: 6%;
  }

  #section2.active .lyService_con,
  #section4.active .lyService_con,
  #section6.active .lyService_con,
  #section8.active .lyService_con {
    right: 6%;
  }

  .lyService_con a.lyService_name {
    line-height: 48px;
    font-size: 40px;
    margin: 10px 0 30px;
  }

  .lyService_con p {
    line-height: 32px;
    font-size: 16px;
  }

  .lyService_con .lyService_btn {
    margin-top: 60px;
  }

  #section1 .lyService_img {
    width: 960px;
  }

  #section2 .lyService_img {
    width: 820px;
  }

  #section3 .lyService_img {
    width: 800px;
  }

  #section3.active .lyService_img {
    right: 6%;
  }

  #section4 .lyService_img {
    width: 520px;
  }

  #section4.active .lyService_img {
    left: 10%;
  }

  #section5 .lyService_img {
    width: 600px;
  }

  #section5.active .lyService_img {
    right: 8%;
  }

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 350px;
  }

  #section5 .lyService_img51 {
    right: 30%;
  }

  #section5 .lyService_img52 {
    right: 4%;
  }

  #section6 .lyService_img {
    width: 700px;
  }

  #section6.active .lyService_img {
    left: 6%;
  }

  #section7 .lyService_img {
    width: 640px;
  }

  #section7.active .lyService_img {
    right: 11%;
  }

  #section8 .lyService_img {
    width: 800px;
  }

  #section8.active .lyService_img {
    left: 4%;
  }
}

@media (max-width:1600px) {
  .lyService_con em {
    line-height: 64px;
    font-size: 72px;
  }

  .section.active .lyService_con em {
    top: -40px;
  }

  .lyService_con {
    width: 38%;
  }

  #section1 .lyService_img {
    width: 880px;
  }

  #section1.active .lyService_img {
    right: -60px;
  }

  #section2 .lyService_img {
    width: 760px;
  }

  #section3 .lyService_img {
    width: 740px;
  }

  #section4 .lyService_img {
    width: 480px;
  }

  #section4.active .lyService_img {
    left: 12%;
  }

  #section5 .lyService_img {
    width: 580px;
  }

  #section5.active .lyService_img {
    right: 10%;
  }

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 340px;
  }

  #section6 .lyService_img {
    width: 600px;
  }

  #section6.active .lyService_img {
    left: 8%;
  }

  #section7 .lyService_img {
    width: 620px;
  }

  #section7.active .lyService_img {
    right: 8%;
  }

  #section8 .lyService_img {
    width: 600px;
  }

  #section8.active .lyService_img {
    left: 8%;
  }
}

@media (max-width:1560px) {
  #section1 .lyService_img {
    width: 860px;
  }

  #section2 .lyService_img {
    width: 740px;
  }

  #section3 .lyService_img {
    width: 720px;
  }

  #section3.active .lyService_img {
    right: 5%;
  }

  #section4 .lyService_img {
    width: 460px;
  }

  #section4.active .lyService_img {
    left: 10%;
  }

  #section5 .lyService_img {
    width: 540px;
  }

  #section5.active .lyService_img {
    right: 10%;
  }

  #section7 .lyService_img {
    width: 600px;
  }

  #section8 .lyService_img {
    width: 560px;
  }

  #section8.active .lyService_img {
    left: 10%;
  }
}

@media (max-width:1440px) {
  .lyService_con em {
    line-height: 54px;
    font-size: 64px;
  }

  #section1.active .lyService_con,
  #section3.active .lyService_con,
  #section5.active .lyService_con,
  #section7.active .lyService_con {
    left: 4%;
  }

  #section2.active .lyService_con,
  #section4.active .lyService_con,
  #section6.active .lyService_con,
  #section8.active .lyService_con {
    right: 4%;
  }

  .lyService_con span {
    line-height: 22px;
    font-size: 14px;
  }

  .lyService_con a.lyService_name {
    line-height: 44px;
    font-size: 36px;
    margin: 10px 0 30px;
  }

  .lyService_con p {
    line-height: 28px;
    font-size: 14px;
  }

  .lyService_con .lyService_btn a:first-child {
    margin-right: 30px;
  }

  #section1 .lyService_img {
    width: 820px;
  }

  #section2 .lyService_img {
    width: 700px;
  }

  #section3 .lyService_img {
    width: 680px;
  }

  #section4 .lyService_img {
    width: 460px;
  }

  #section4.active .lyService_img {
    left: 12%;
  }

  #section5 .lyService_img {
    width: 500px;
  }

  #section5.active .lyService_img {
    right: 10%;
  }

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 300px;
  }

  #section6 .lyService_img {
    width: 580px;
  }

  #section6.active .lyService_img {
    left: 8%;
  }

  #section7 .lyService_img {
    width: 560px;
  }

  #section8 .lyService_img {
    width: 540px;
  }

  #section8.active .lyService_img {
    left: 8%;
  }

  .ly_service .roll-down {
    width: 40px;
    height: 40px;
    margin-left: -20px;
  }
}

@media (max-width:1366px) {
  .lyService_con a.lyService_name {
    line-height: 40px;
    font-size: 32px;
    margin: 10px 0 20px;
  }

  .lyService_con .lyService_btn {
    margin-top: 40px;
  }

  .lyService_con .lyService_btn a {
    width: 140px;
    height: 44px;
    line-height: 42px;
    font-size: 16px;
  }

  .lyService_con .lyService_btn a:first-child {
    margin-right: 20px;
  }

  #section1 .lyService_img {
    width: 780px;
  }

  #section2 .lyService_img {
    width: 660px;
  }

  #section3 .lyService_img {
    width: 660px;
  }

  #section4 .lyService_img {
    width: 440px;
  }

  #section4.active .lyService_img {
    left: 10%;
  }

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 280px;
  }

  #section6 .lyService_img {
    width: 560px;
  }

  #section7 .lyService_img {
    width: 540px;
  }

  #section8 .lyService_img {
    width: 520px;
  }

  #section8.active .lyService_img {
    left: 10%;
  }
}

@media (max-width:1280px) {
  .lyService_con em {
    line-height: 50px;
    font-size: 60px;
  }

  #section1 .lyService_img {
    width: 740px;
  }

  #section2 .lyService_img {
    width: 600px;
  }

  #section3 .lyService_img {
    width: 620px;
  }

  #section4 .lyService_img {
    width: 400px;
  }

  #section4.active .lyService_img {
    left: 12%;
  }

  #section5 .lyService_img {
    width: 460px;
  }

  #section5.active .lyService_img {
    right: 10%;
  }

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 260px;
  }

  #section6 .lyService_img {
    width: 540px;
  }

  #section7 .lyService_img {
    width: 500px;
  }

  #section7.active .lyService_img {
    right: 10%;
  }

  #section8 .lyService_img {
    width: 490px;
  }
}

@media (max-width:1200px) {

  .lyService_con a.lyService_name {
    line-height: 36px;
    font-size: 30px;
    margin: 10px 0 20px;
  }

  .lyService_con .lyService_btn a {
    width: 130px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
  }

  #section1 .lyService_img {
    width: 700px;
  }

  #section2 .lyService_img {
    width: 580px;
  }

  #section3 .lyService_img {
    width: 580px;
  }

  #section3.active .lyService_img {
    right: 4%;
  }

  #section4 .lyService_img {
    width: 400px;
  }

  #section5 .lyService_img {
    width: 440px;
  }

  #section5.active .lyService_img {
    right: 10%;
  }

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 250px;
  }

  #section5 .lyService_img51 {
    right: 30%;
  }

  #section6 .lyService_img {
    width: 520px;
  }

  #section7 .lyService_img {
    width: 480px;
  }

  #section8 .lyService_img {
    width: 480px;
  }
}

@media (max-width:1080px) {
  .lyService_con em {
    line-height: 40px;
    font-size: 44px;
  }

  .lyService_con {
    width: 40%;
  }

  .lyService_con a.lyService_name {
    line-height: 34px;
    font-size: 28px;
  }

  .lyService_con p {
    line-height: 24px;
    font-size: 14px;
  }

  #section1 .lyService_img {
    width: 640px;
  }

  #section1.active .lyService_img {
    right: -70px;
  }

  #section2 .lyService_img {
    width: 530px;
  }

  #section3 .lyService_img {
    width: 520px;
  }

  #section4 .lyService_img {
    width: 400px;
  }

  #section4.active .lyService_img {
    left: 7%;
  }

  #section5 .lyService_img {
    width: 420px;
  }

  #section5.active .lyService_img {
    right: 8%;
  }

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 230px;
  }

  #section6 .lyService_img {
    width: 490px;
  }

  #section6.active .lyService_img {
    left: 4%;
  }

  #section7 .lyService_img {
    width: 420px;
  }

  #section7.active .lyService_img {
    right: 8%;
  }

  #section8 .lyService_img {
    width: 450px;
  }

  #section8.active .lyService_img {
    left: 6%;
  }


}

@media (max-width:1024px) {
  #section1 .lyService_img {
    width: 600px;
  }

  #section1.active .lyService_img {
    right: -60px;
  }

  #section2 .lyService_img {
    width: 500px;
  }

  #section3 .lyService_img {
    width: 480px;
  }

  #section4 .lyService_img {
    width: 380px;
  }

  #section5 .lyService_img {
    width: 380px;
  }

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 220px;
  }

  #section6 .lyService_img {
    width: 440px;
  }

  #section7 .lyService_img {
    width: 420px;
  }

  #section8 .lyService_img {
    width: 440px;
  }
}

@media (max-width:920px) {

  .ly_service {
    height: auto;
    padding-left: 0;
    padding-top: 68px;
  }

  .lyService_menu {
    display: none;
  }

  #fullpage {
    height: auto !important;
  }

  #fullpage .section {
    height: 500px !important;
    min-height: inherit !important;
    position: relative;
  }

  .lyService_con span {
    line-height: 21px;
    font-size: 13px;
  }

  .lyService_con a.lyService_name {
    line-height: 32px;
    font-size: 26px;
  }

  .lyService_con p {
    line-height: 26px;
    font-size: 13px;
  }

  .lyService_con .lyService_btn {
    margin-top: 30px;
  }

  #section1 .lyService_img {
    width: 540px;
  }

  #section2 .lyService_img {
    width: 480px;
  }

  #section3 .lyService_img {
    width: 470px;
  }

  #section4 .lyService_img {
    width: 340px;
  }

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 200px;
  }

  #section6 .lyService_img {
    width: 400px;
  }

  #section7 .lyService_img {
    width: 380px;
  }

  #section8 .lyService_img {
    width: 420px;
  }

  .ly_service .roll-down {
    display: none;
  }

}

@media (max-width:820px) {
  .ly_service {
    padding-top: 60px;
  }

  #fullpage .section {
    height: 440px !important;
    min-height: inherit !important;
    position: relative;
  }

  .section.active .lyService_con em {
    top: -30px;
  }

  .lyService_con span {
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
  }

  .lyService_con a.lyService_name {
    line-height: 32px;
    font-size: 24px;
    margin: 5px 0 15px;
  }

  .lyService_con p {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
  }

  .lyService_con .lyService_btn {
    margin-top: 20px;
  }

  #section1 .lyService_img {
    width: 480px;
  }

  #section1.active .lyService_img {
    right: -50px;
  }

  #section2 .lyService_img {
    width: 400px;
  }

  #section3 .lyService_img {
    width: 400px;
  }

  #section4 .lyService_img {
    width: 300px;
  }

  #section4.active .lyService_img {
    left: 8%;
  }

  #section5 .lyService_img {
    width: 360px;
  }

  #section5.active .lyService_img {
    right: 5%;
  }

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 180px;
  }

  #section6 .lyService_img {
    width: 380px;
  }

  #section7 .lyService_img {
    width: 340px;
  }

  #section8 .lyService_img {
    width: 380px;
  }
}

@media (max-width:767px) {
  #fullpage .section {
    height: auto !important;
    min-height: inherit !important;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
  }

  .section em {
    width: 94%;
    line-height: 30px;
    font-size: 28px;
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
  }

  .lyService_con {
    width: 94%;
    margin: 0 auto 20px;
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    -webkit-transform: inherit;
  }

  .lyService_con .lyService_btn {
    margin-top: 20px;
  }

  #section1 .lyService_img,
  #section2 .lyService_img,
  #section3 .lyService_img,
  #section4 .lyService_img,
  #section5 .lyService_img,
  #section6 .lyService_img,
  #section7 .lyService_img,
  #section8 .lyService_img {
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    -webkit-transform: inherit;
  }

  #section2 .lyService_img {
    margin: 0;
  }

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 188px;
    overflow: hidden;
    position: inherit !important;
    left: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    -webkit-transform: inherit;
  }

  #section5 .lyService_img51 {
    float: left;
    padding-left: 3%;
  }

  #section5 .lyService_img52 {
    float: right;
    padding-right: 3%;
  }

  .lyService_con .lyService_btn a {
    font-weight: normal;
  }

}

@media (max-width:390px) {

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 180px;
  }
}

@media (max-width:320px) {

  #section5 .lyService_img51,
  #section5 .lyService_img52 {
    width: 156px;
  }
}