.service {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* z-index: -3; */
}
.service.bg1 {
  background: url(/static/web_new/img/service/service_bg1.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.service.bg2 {
  background: url(/static/web_new/img/service/service_bg2.png) no-repeat;
  background-position: top;
  background-size: cover;
}
.service.bg3 {
  background: url(/static/web_new/img/service/service_bg3.png) no-repeat;
  background-position: left;
  background-size: 68.25% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .service.bg1 img.serviceleftbg { */
.service.bg1 > video {
  position: absolute;
  left: 8.33%;
  top: 17.59%;
  width: 47.14%;
  height: 58.505%;
  z-index: 2;
}
.service.bg1 img.leftslice {
  position: absolute;
  left: 5.21%;
  top: 14.81%;
  width: 332px;
  height: 195px;
  z-index: 1;
}
.service.bg1 img.rightslice {
  position: absolute;
  bottom: -10%;
  right: -6%;
  width: 332px;
  height: 135px;
  z-index: 1;
}
.service_body1 {
  position: absolute;
  width: 54.01%;
  background: #f2f2f2;
  top: 80px;
  right: 8.33%;
  z-index: 1;
  padding: 4.1% 4.2% 4.1% 20%;
}
.service_body1 .bodytop {
  width: 100%;
  padding-bottom: 48px;
}
/* .service_body1 .bodytop .cntitle {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 6px;
} */
.service_body1 .bodytop .cntitle span:first-of-type {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  color: #595757;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 3px;
}
.service_body1 .bodytop .cntitle span:last-of-type {
  font-family: "Helvetica Neue Thin";
  /* font-weight: 300; */
  color: rgba(89, 87, 87, 0.8);
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 3px;
}
.service_body1 .bodytop .line {
  width: 100%;
  height: 1px;
  background: rgba(89, 87, 87, 0.8);
  margin: 10px 0;
}
.service_body1 .bodytop .entitle {
  width: 100%;
  text-align: right;
  font-family: "Helvetica Neue Thin";
  font-weight: 300;
  font-size: 20px;
  color: rgba(89, 87, 87, 0.8);
  line-height: 20px;
  letter-spacing: 4px;
}
.service_body1 .bodybot .box .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service_body1 .bodybot .box {
  border-bottom: 1px dashed #595757;
  padding-bottom: 40px;
  margin-bottom: 40px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: all 1s;
  height: auto;
}
.service_body1 .bodybot .box:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.service_body1 .bodybot .box .title div:first-of-type {
  font-family: "FZLanTingHeiS-EB-GB";
  font-weight: 400;
  font-size: 14px;
  color: #d0b88a;
  line-height: 14px;
  letter-spacing: 1px;
  width: auto;
  border-radius: 4px 4px 4px 4px;
}
.service_body1 .bodybot .box div.icon {
  width: 18px;
  height: 18px;
  background: url(/static/web_new/img/about/about_icon.png) no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 1s;
}
.service_body1 .bodybot .box.on div.icon {
  background: url(/static/web_new/img/about/about_icon1.png) no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 1s;
}
.service_body1 .bodybot .box div.text {
  font-family: "FZLanTingHeiS-EL-GB";
  font-weight: 400;
  font-size: 14px;
  color: #595757;
  line-height: 20px;
  letter-spacing: 1px;
  padding-top: 10px;
  /* display: none; */
  transition: all 1s;
  position: absolute;
  top: 50px;
}
.service_body1 .bodybot .box.on {
  height: 90px;
}
/* .service_body1 .bodybot .box:nth-child(3).on {
  height: 90px;
} */
/* .service_body1 .bodybot .box:last-of-type.on {
  height: 100px;
} */
.service_body1 .bodybot .box.on div.text {
  color: #595757;
  /* display: block; */
  transition: all 1s;
  top: 20px;
}

.service.bg3 .left,
.service.bg2 .left {
  width: 40.36%;
}
.service.bg2 .left {
  position: absolute;
  left: 0;
  bottom: 6rem;
}
.service.bg2 .left div:first-of-type,
.service.bg3 .left div:first-of-type {
  text-align: right;
}
.service.bg2 .left div:first-of-type span:first-of-type,
.service.bg3 .left div:first-of-type span:first-of-type {
  font-family: "Helvetica Neue Thin";
  font-weight: 300;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  letter-spacing: 6px;
}
.service.bg2 .left div:first-of-type span:last-of-type,
.service.bg3 .left div:first-of-type span:last-of-type {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 6px;
  margin-right: -6px;
}
.service.bg2 .left div:last-of-type,
.service.bg3 .left div:last-of-type {
  padding-left: 30.97%;
  font-family: "Helvetica Neue Thin";
  font-weight: 300;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
  letter-spacing: 4px;
}
.service.bg2 .left .line,
.service.bg3 .left .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin: 10px 0;
}
.service.bg3 .right > * {
  transition: all 0.3s !important;
}
.service.bg3 .right {
  width: 46.82%;
  padding-right: 8.33%;
}
.service.bg3 .service_body3 {
  background: rgba(249, 249, 249, 1);
  border-radius: 8px 8px 8px 8px;
  position: relative;
}
.service.bg3 .service_body3 .box {
  padding: 20px 11.13% 20px 40px;
  cursor: pointer;
  transition: all 1s;
}
.service.bg3 .service_body3 .box.on {
  width: 90%;
  background: #d0b88a;
  box-shadow: 2px 6px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px 8px 8px 8px;
  padding: 20px;
  margin-left: -40px;
  transition: all 1s;
}
.service.bg3 .service_body3 .box.on .text,
.service.bg3 .service_body3 .box.on .title .title_text div:first-of-type {
  /* color: #fff; */
  /* transition: all 1s; */
}
.service.bg3 .service_body3 .box .title {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.service.bg3 .service_body3 .box .title .title_text {
  /* width: 50%; */
  display: flex;
  align-items: center;
}
.service.bg3 .service_body3 .box .title .title_text div:first-of-type {
  font-family: "FZLanTingHeiS-EB-GB";
  font-weight: 400;
  font-size: 14px;
  color: #595757;
  line-height: 20px;
  letter-spacing: 1px;
  /* margin-right: 10px; */
  white-space: nowrap;
}
.service.bg3 .service_body3 .box .title .icon {
  width: 76px;
  height: 19px;
  background: url(/static/web_new/img/service/service_arrow3.png) no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 10px;
  transition: all 1s;
}
.service.bg3 .service_body3 .box .title .line {
  border-top: 1px dashed rgba(0, 0, 0, 0.4);
  width: 100%;
  margin-left: 10px;
  transition: all 1s;
}
.service.bg3 .service_body3 .box .text {
  font-family: "FZLanTingHeiS-EL-GB";
  font-weight: 400;
  font-size: 14px;
  color: #595757;
  line-height: 20px;
  letter-spacing: 1px;
}
.service .service_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.service .service_bottom .line {
  width: 50%;
  height: 1px;
  background: rgba(239, 239, 239, 0.4);
}
.service .service_bottom .text {
  font-family: "Helvetica Neue X";
  font-weight: 200;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  letter-spacing: 3px;
  text-align: center;
  padding: 8px 0;
  opacity: 0.6;
}

.scrollTop {
  position: fixed;
  background: url("/static/web_new/img/index/scrollTop.png");
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  bottom: 60px;
  right: 12.5%;
  cursor: pointer;
  display: none;
  /* opacity: 0; */
  transition: opacity 0.3s ease-in-out;
}
.scrollTop:hover {
  background: url("/static/web_new/img/index/scrollTop1.png");
  background-size: cover;
  background-position: center;
  transition: all 1s;
}
.show {
  display: block !important;
  opacity: 1 !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #fff; /*这里设置的是活动导航的颜色*/
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff !important; /*这里设置的是非活动导航的颜色*/
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
}

.service.bg3 .right .service_body3 {
  position: relative;
}
.service.bg3 .right .service_body3 > img {
  position: absolute;
  top: -116px;
  right: -58px;
  width: 252px;
  height: 182px;
  object-fit: contain;
  z-index: -1;
}
.service.bg2 .service_carousel {
  display: block;
}
.service.bg2 .service_body2 {
  display: none;
}
.service.bg3 .right .service_body3 .box:first-of-type img,
.service.bg3 .right .service_body3 .box:last-of-type img {
  display: none;
}
.service .service_bottom .line:last-of-type {
  display: none;
}
.service .service_bottom img {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .service.bg1 {
    background: url(/static/web_new/img/service/service_bg5.png) no-repeat;
    background-position: top;
    background-size: cover;
    padding: 238px 20px 20px 20px;
    height: auto;
  }
  .service.bg2 {
    background: url(/static/web_new/img/service/service_bg6.png) no-repeat;
    background-position: top;
    background-size: cover;
    padding: 241px 20px 20px 20px;
    /* height: 605px; */
    height: auto;
  }
  .service.bg3 {
    background: url(/static/web_new/img/service/service_bg7.png) no-repeat;
    background-position: top;
    background-size: cover;
    display: flex;
    padding: 237px 0 20px 0;
    height: auto;
    flex-direction: column;
    align-items: flex-end;
  }
  .service.bg1 > video {
    display: none;
  }
  .service.bg2 .service_carousel {
    display: none;
  }
  .service.bg2 .service_body2 {
    display: block;
  }
  .service_body1 {
    position: relative;
    width: 100%;
    background: none;
    top: 0;
    right: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .service_body1 .bodybot {
    padding: 10px;
    background: #dadada;
    border-radius: 8px 8px 8px 8px;
    /* margin: 0 20px; */
    width: 100%;
  }
  .service.bg1 .service_body1 .bodybot img.leftslice {
    position: absolute;
    left: -20px;
    bottom: -19px;
    width: 75px;
    height: 47px;
    z-index: 1;
    top: auto;
  }
  .service.bg1 .service_body1 .bodybot img.rightslice {
    position: absolute;
    top: 60px;
    right: -20px;
    width: 65px;
    height: 41px;
    z-index: 1;
  }
  .service_body1 .bodytop .cntitle span:first-of-type {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .service_body1 .bodytop .cntitle span:last-of-type {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .service_body1 .bodytop .entitle {
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
    /* padding-right: 20px; */
  }

  .service_body1 .bodytop {
    width: 258px;
    padding-bottom: 33px;
  }
  .service_body1 .bodytop .line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    margin: 4px 0;
  }
  .service_body1 .bodytop .line::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    right: -20px;
    margin: auto;
    background: rgba(255, 255, 255, 0.4);
  }
  .service.bg2 .left .line {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
  }
  .service.bg2 .left .line::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    left: -20px;
    margin: auto;
    background: rgba(255, 255, 255, 0.4);
  }
  .service_body1 .bodybot .box div.icon {
    display: none;
  }
  .service_body1 .bodybot .box.on div.text {
    top: 0;
  }
  .service_body1 .bodybot .box div.text {
    font-size: 12px;
    line-height: 17px;
    /* padding-top: 10px; */
    position: relative;
    top: 0;
  }
  .service_body1 .bodybot .box.on {
    height: auto;
  }
  .service_body1 .bodybot .box {
    border-bottom: 1px dashed #595757;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    transition: all 1s;
    height: auto;
  }

  .service.bg3 .right {
    width: 100%;
    padding: 0 20px;
  }
  .service.bg3 .service_body3 {
    background: none;
  }
  .service.bg3 .service_body3 .box,
  .service.bg2 .service_body2 .box {
    padding: 10px 0;
  }
  .service.bg3 .service_body3 .box.on {
    width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
    margin-left: 0;
  }
  .service.bg3 .service_body3 .box .title div:first-of-type,
  .service.bg2 .service_body2 .box .title div:first-of-type {
    font-size: 14px;
    color: #d0b88a !important;
    line-height: 14px;
    font-family: "FZLanTingHeiS-EB-GB";
    white-space: nowrap;
  }
  .service.bg3 .service_body3 .box .title .icon {
    width: 28px;
    height: 14px;
    background: url(/static/web_new/img/service/service_arrow7.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 8px;
  }
  .service.bg2 .service_body2 .box .title .icon {
    width: 46px;
    height: 11px;
    background: url(/static/web_new/img/service/service_arrow6.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 8px;
  }
  .service.bg3 .service_body3 .box .title,
  .service.bg2 .service_body2 .box .title {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .service.bg3 .service_body3 .box .title .line,
  .service.bg2 .service_body2 .box .title .line {
    border-top: 1px dashed rgba(208, 184, 138, 0.4);
    margin-left: 8px;
    height: 1px;
    width: 100%;
  }
  .service.bg3 .service_body3 .box .text,
  .service.bg2 .service_body2 .box .text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 17px;
  }
  .service.bg2 .service_body2 .box .text {
    padding: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.6);
    border-radius: 8px 8px 8px 8px;
  }
  .service.bg3 .left {
    width: 278px;
  }
  .service.bg2 .left {
    width: 258px;
    margin-bottom: 20px;
  }
  .service.bg3 .left {
    padding-bottom: 35px;
  }
  .service.bg2 .left div:last-of-type,
  .service.bg3 .left div:last-of-type {
    padding-left: 0;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    padding-right: 20px;
  }
  .service.bg2 .left div:last-of-type,
  .service.bg3 .left div:first-of-type {
    text-align: left;
  }
  /* .service.bg2 .left div:last-of-type,
  .service.bg2 .left div:first-of-type {
    text-align: left;
  } */
  .service.bg2 .left div:last-of-type {
    padding-left: 0px !important;
  }
  .service.bg3 .left div:last-of-type,
  .service.bg2 .left div:first-of-type {
    text-align: right;
  }
  .service.bg2 .left div:first-of-type span:first-of-type,
  .service.bg3 .left div:first-of-type span:first-of-type {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    padding-left: 0px;
    padding-right: 4px;
  }
  .service.bg2 .left div:first-of-type span:last-of-type,
  .service.bg3 .left div:first-of-type span:last-of-type {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-right: 0;
  }

  .service .service_bottom {
    position: relative;
    padding: 0;
  }
  .service.bg1 .service_bottom {
    margin-top: 40px;
  }
  .service.bg2 .service_bottom {
    margin-top: 20px;
  }
  .service.bg3 .service_bottom {
    margin-top: 27px;
    padding: 0 20px;
  }
  .service .service_bottom .text {
    background: url(/static/web_new/img/service/service_slice10.png) no-repeat;
    background-size: 171px 14px;
    background-position: center;
    font-size: 10px;
    color: #000;
    line-height: 10px;
    letter-spacing: 0px;
    text-align: center;
    padding: 8px 2px;
    opacity: 1;
  }
  .service .service_bottom .line {
    width: 50%;
    height: 1px;
    background: #bea472;
  }
  .service .service_bottom .line:first-of-type {
    position: absolute;
    top: 6px;
    left: -20px;
  }
  .service .service_bottom .line:last-of-type {
    position: absolute;
    bottom: 6px;
    right: -20px;
    display: block;
  }
  .service .service_bottom img {
    width: 18px;
    height: 12px;
    object-fit: cover;
    display: block;
  }
  .service .service_bottom img:first-of-type {
    position: absolute;
    top: 10px;
    left: 67px;
  }
  .service .service_bottom img:last-of-type {
    position: absolute;
    bottom: 10px;
    right: 67px;
  }
  .service.bg3 .service_bottom img:first-of-type {
    position: absolute;
    top: 10px;
    left: 87px !important;
  }
  .service.bg3 .service_bottom img:last-of-type {
    position: absolute;
    bottom: 10px;
    right: 87px !important;
  }

  .service_body1 .bodybot .box .title div:first-of-type {
    color: #aa9265;
  }
  .service.bg3 .right .service_body3 .box:first-of-type,
  .service.bg3 .right .service_body3 .box:last-of-type {
    position: relative;
  }
  .service.bg3 .right .service_body3 .box:first-of-type img {
    position: absolute;
    left: -20px;
    top: -15px;
    display: block;
    width: 75px;
    height: 69px;
  }
  .service.bg3 .right .service_body3 .box:last-of-type img {
    position: absolute;
    right: -20px;
    top: 10px;
    display: block;
    width: 89px;
    height: 84px;
  }
}
