@charset "utf-8";
@font-face{font-family:templateIcon;src:url(../fonts/font_973178_a2n6pacfhx.eot);src:url(../fonts/font_973178_a2n6pacfhx.eot) format('embedded-opentype'),url(../fonts/font_973178_a2n6pacfhx.woff2) format('woff2'),url(../fonts/font_973178_a2n6pacfhx.woff) format('woff'),url(../fonts/font_973178_a2n6pacfhx.ttf) format('truetype'),url(../fonts/font_973178_a2n6pacfhx.svg#iconfont) format('svg')}
.over{overflow:hidden}
._templateIcon{font-family:templateIcon;font-style:inherit}
body,html{width:100%;overflow-x:hidden}
._iconfont{font-family:iconfont;font-style:initial}
@font-face {
  font-family: montserrat;
  src: url("../fonts/montserrat-bold-webfont.woff2");
}
@font-face {
  font-family: iconfont;
  src: url("../fonts/font_1334554_s9gfj6ofc89.eot");
  src: url("../fonts/font_1334554_s9gfj6ofc89.eot") format('embedded-opentype'),url(../fonts/font_1334554_s9gfj6ofc89.woff2) format('woff2'),url(../fonts/font_1334554_s9gfj6ofc89.woff) format('woff'),url(../fonts/font_1334554_s9gfj6ofc89.ttf) format('truetype'),url(../fonts/font_1334554_s9gfj6ofc89.svg#iconfont) format('svg');
}
._slide {
  width: 171px;
  line-height: 42px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  position: relative;
  text-indent: 35px;
  height: 46px;
  margin: auto;
}

._slide i {
  position: absolute;
  right: 2px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  color: #3e3e3e;
  line-height: 32px;
  font-size: 16px;
  top: 5px;
  right: 4px;
  text-align: center;
  transition: ease 1s;
  z-index: 8;
  text-indent: 0;
}

._slide .tips {
  position: absolute;
  z-index: 1;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: ease 1s;
}

._slide .mask {
  position: absolute;
  z-index: 5;
  transition: ease 1s;
  width: 100%;
  height: 100%;
  left: 0;
}

._PlateText {
  font-family: LemonMilk;
  color: #f7f7f7;
  font-size: 150px;
  line-height: 1;
  z-index: 1;
  text-align: center;
}

.service {
  position: relative;
  background: #fff;
  z-index: 5;
/*   margin-top: 100vh; */
  padding-bottom: 10px;
  max-width: 1200px;
  margin:0 auto;
  overflow:hidden;
  max-height: 400px;
}

.service #service {
  padding-bottom: 40px;
  width: 100%;
  overflow: inherit;
}

.service #service .li {
  position: relative;
  height: 100%!important;
}

.service #service .li .serviceBox {
  background: #194199;
  position: relative;
}

.service #service .li .serviceBox::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: '';
  z-index: 10;
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .1s;
}

.service #service .li:nth-child(2) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .2s;
}

.service #service .li:nth-child(3) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .3s;
}

.service #service .li:nth-child(4) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .4s;
}

.service #service .li:nth-child(5) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .5s;
}

.service #service .li:nth-child(6) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .6s;
}

.service #service .li .serviceBox.animated::after {
  height: 0;
  bottom: 0;
}

#service .li .serviceBox.animated .img img {
  -webkit-transform: scale(1);
  visibility: visible;
}

#service .li .img img {
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 1.5s ease .1s;
}

#service .li:nth-child(2) .img img {
  -webkit-transition: all 1.5s ease .2s;
  -webkit-transform: scale(1.2);
}

#service .li:nth-child(3) .img img {
  -webkit-transition: all 1.5s ease .3s;
  -webkit-transform: scale(1.2);
}

#service .li:nth-child(4) .img img {
  -webkit-transition: all 1.5s ease .4s;
  -webkit-transform: scale(1.2);
}

#service .li:nth-child(5) .img img {
  -webkit-transition: all 1.5s ease .5s;
  -webkit-transform: scale(1.2);
}

#service .li:nth-child(6) .img img {
  -webkit-transition: all 1.5s ease .6s;
  -webkit-transform: scale(1.2);
}

.service #service .li .icon {
  position: absolute;
  top: 20%;
  color: #fff;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: ease .5s;
  display: none;
}

.service #service .li .icon:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,.7);
  top: 120%;
  left: 50%;
}

.service #service .li .icon i {
  font-size: 70px;
}

.service #service .li ._slide {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  opacity: 0;
  transition: ease .6s;
}

.service .swiper-wrapper .li .img {
  width: 100%;
  transition: ease .7s;
  position: relative;
  overflow: hidden;
}

.service .swiper-wrapper .li.s a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service .swiper-wrapper .li.s .thum {
  width: 100px;
  height: 85px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  text-align: center;
  font-size: 14px;
}

.service .swiper-wrapper .li.s .thum b {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  background: url("../images/plus_icon.png") no-repeat;
  background-size: cover;
}

.service .swiper-wrapper .li.s .thum p {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  color: #fff;
}

.service .swiper-wrapper .li .text {
  position: absolute;
  text-align: center;
  color: #fff;
  transition: .7s all ease;
  width: 100%;
  bottom: 10%;
  font-weight: bold;
}

.service .swiper-wrapper .li p:nth-child(1) {
  font-size: 18px;
  line-height: 26px;
}

.service .swiper-wrapper .li p:nth-child(2) {
  color: rgba(255,255,255,.6);
  font-size: 12px;
  font-family: Exo2;
  line-height: 1.7;
  padding: 0 5%;
}


.cursor {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  pointer-events: none;
}

.cursor.active .cursor__path_right {
  -webkit-transform: translate3d(25px,0,1px);
  -moz-transform: translate3d(25px,0,1px);
  transform: translate3d(25px,0,1px);
}

.cursor.active .cursor__path_left {
  -webkit-transform: translate3d(-25px,0,1px);
  -moz-transform: translate3d(-25px,0,1px);
  transform: translate3d(-25px,0,1px);
}

.cursor .cursor__path {
  -webkit-transition: all .6s cubic-bezier(.23,1.08,.62,.95);
  -o-transition: all .6s cubic-bezier(.23,1.08,.62,.95);
  -moz-transition: all .6s cubic-bezier(.23,1.08,.62,.95);
  transition: all .6s cubic-bezier(.23,1.08,.62,.95);
}

.cursor svg,
.cursor.show-pointer svg {
  stroke-dasharray: 200;
  transition: all .6s cubic-bezier(.23,1.08,.62,.95);
}

.cursor svg {
  stroke-dashoffset: 200;
  stroke-width: 2;
}

.cursor.show-pointer svg {
  stroke-dashoffset: 0;
}

.cursor path {
  fill: transparent;
  transition: all .25s cubic-bezier(.23,1.08,.62,.95);
}

.cursor.active path {
  fill: #fff;
}

@media screen and (min-width:1200px) {
  .service .swiper-wrapper .li:hover .text {
    transform: translateY(-180px);
  }
  .service #service .li:hover ._slide {
    opacity: 1;
    bottom: 18%;
  }
  .service #service .li:hover .icon {
    opacity: 1;
  }
  .service .swiper-wrapper .li:hover .img {
    background-size: cover;
    width: 100%;
    opacity: 0;
  }
  ._slide:hover i {
    transform: translateX(-400%) rotate(-1440deg);
  }

  ._slide:hover .tips {
    width: 20%;
  }

}
@media screen and (max-width:1920px) {  
  .service {
    margin-top: 20px;
  }

}
@media screen and (max-width:1600px) {
  .service {
    margin-top: 20px;
  }
}

@media screen and (max-width:1366px) {
  .service {
    margin-top: 20px;
  }
}
@media screen and (max-width:1023px) {
  .service {
    /*margin-top: 60vh;*/
    padding-bottom: 20px;
  }

  .service .swiper-wrapper .li p:nth-child(1) {
    font-size: 16px;
  }

  .service .swiper-wrapper .li p:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .service {
    margin: 5px;
    padding-bottom: 10px;
  }
}


