@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.65s;
}
.header.scroll,
.header:hover {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.header.scroll .header__wrap,
.header:hover .header__wrap {
  padding: 0 5%;
}
.header.scroll .header__wrap .navs > li > a,
.header:hover .header__wrap .navs > li > a {
  color: #333333;
}
.header.scroll .header__wrap .edition span,
.header:hover .header__wrap .edition span {
  color: #333;
}
.header.scroll .header__wrap .edition span:before,
.header:hover .header__wrap .edition span:before {
  border-top: 5px solid #333;
}
.header__wrap {
  padding: 0 5%;
  transition: 0.5s;
}
.logo {
  display: block;
  float: left;
  margin-top: 26px;
}
.logo a {
  display: block;
  width: 242px;
  height: 28px;
  background: linear-gradient(135deg, #4772c4, #a678ad, #ed7d34, #a03b72) left center / 200% 200%;
  -webkit-mask-image: url(../images/logo.png);
  mask-image: url(../images/logo.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  animation: move 4s infinite;
  -webkit-animation: move 4s infinite;
  -moz-animation: move 4s infinite;
  -webkit-transform: translateZ(0);
}
@-webkit-keyframes move {
  0%,
  100% {
    background-position-x: left;
  }
  50% {
    background-position-x: right;
  }
}
@keyframes move {
  0%,
  100% {
    background-position-x: left;
  }
  50% {
    background-position-x: right;
  }
}
.header__right {
  float: right;
}
.edition {
  float: right;
  position: relative;
  line-height: 1;
}
.edition {
  position: relative;
  margin-top: 28px;
}
.edition span {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  line-height: 1.1;
  cursor: pointer;
  color: #fff;
  line-height: 21px;
  height: 21px;
  font-size: 14px;
}
.edition span img {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 12px;
}
.edition span:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
}
.edition span i {
  display: block;
  width: 51px;
  height: 27px;
  background: url(../images/edite.png) center no-repeat;
}
.edition:hover .edite__down {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: visible;
}
.edite__down {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 100%;
  width: 120px;
  padding-top: 14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.48s;
  pointer-events: none;
}
.edite__wrap {
  position: relative;
  padding: 16px 0;
  z-index: 5;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.edite__wrap:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}
.edite__wrap p {
  text-align: center;
  margin-bottom: 12px;
}
.edite__wrap p:last-child {
  margin-bottom: 0;
}
.edite__wrap p a {
  display: inline-block;
  color: #4872c4;
  font-size: 14px;
  min-width: 69px;
}
.edite__wrap p a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.edite__wrap p a:hover {
  color: #e97d3c;
}
.navs {
  float: left;
  margin-right: 60px;
}
.navs > li {
  float: left;
  position: relative;
  margin-left: 13px;
}
.navs > li.active a:before {
  width: 100%;
  margin-left: -50%;
}
.navs > li:first-child {
  margin-left: 0;
}
.navs > li:hover a {
  color: #333333;
}
.navs > li:hover a:before {
  width: 100%;
  margin-left: -50%;
}
.navs > li:hover .navs__down {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
  -webkit-transform: translateX(-50%) translateY(0px);
  pointer-events: visible;
}
.navs > li > a {
  display: inline-block;
  position: relative;
  padding: 30px 16px 32px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.navs > li > a:before {
  position: absolute;
  left: 50%;
  margin-left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #eb0d38;
  transition: 0.58s;
}
.navs__down {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 166px;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(28px);
  transition: 0.46s;
}
.navs__down li {
  border-bottom: 1px solid #e9ecec;
}
.navs__down li:last-child {
  border-bottom: none;
}
.navs__down li a {
  display: block;
  height: 70px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 10px;
  color: #999999;
  font-size: 16px;
  white-space: nowrap;
}
.navs__down li a:hover {
  background: #f3f3f3;
  color: #333333;
}
.menu__btn {
  float: left;
  margin-left: 38px;
  cursor: pointer;
  display: none;
}
.menu__btn small {
  display: block;
  float: left;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
  font-family: "Helvetica";
}
.menu__btn span {
  display: block;
  position: relative;
  float: left;
  margin-left: 22px;
  margin-top: 6px;
  width: 40px;
  height: 15px;
}
.menu__btn span:before,
.menu__btn span:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
}
.menu__btn span:before {
  top: 0;
}
.menu__btn span:after {
  bottom: 0;
}
.navs__pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #4064ab, #be6c6a);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navs__pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  transform: translateX(0);
}
.navs__top {
  position: absolute;
  left: 88px;
  right: 80px;
  top: 47px;
}
.navs__top .navs__logo {
  display: block;
  float: left;
  width: 238px;
  height: auto;
}
.navs__close {
  float: right;
  width: 153px;
  height: 62px;
  border-radius: 31px;
  box-sizing: border-box;
  padding: 0 30px;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.navs__close span {
  display: block;
  color: #000000;
  font-size: 20px;
}
.navs__close i {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  transition: 0.38s;
}
.navs__close:hover i {
  transform: rotate(180deg);
}
.navs__menu {
  position: absolute;
  left: 11.77%;
  right: 11.77%;
  top: 58%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  align-items: initial;
  -webkit-align-items: initial;
}
.navs__item {
  display: block;
}
.navs__item dt {
  display: block;
  margin-bottom: 45px;
}
.navs__item dt a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #fff;
  line-height: 1.4;
  font-size: 38px;
  font-weight: normal;
}
.navs__item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs__item dt a:hover,
.navs__item dt a.active {
  color: #fff;
}
.navs__item dt a:hover:before,
.navs__item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navs__item dd {
  display: block;
}
.navs__item dd p {
  margin-bottom: 16px;
}
.navs__item dd p a {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
}
.navs__item dd p a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navs__item dd p a:hover,
.navs__item dd p a.active {
  color: #fff;
}
.navs__item dd p a:hover:before,
.navs__item dd p a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.boxs {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-size: cover;
  z-index: 120;
}
.targegst {
  width: 100%;
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.maks__bg {
  height: 100%;
  background: url(../images/2.png) center no-repeat;
  background-size: 130% auto;
  background-repeat: no-repeat;
}
.svgs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.bx-top {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: inline-block;
  margin: auto;
  z-index: 5;
  transform-origin: center 48.8%;
}
.Circles {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none !important;
  z-index: 0;
}
.Circles-circle {
  display: block;
  position: absolute;
  will-change: transform;
  transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Circles-circle:nth-child(1) {
  width: 30vw;
  height: 30vw;
  top: -15vw;
  left: -15vw;
}
.Circles-circle:nth-child(2) {
  width: 60vw;
  height: 60vw;
  top: -30vw;
  left: -30vw;
  transition: 2.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Circles-circle:nth-child(3) {
  width: 90vw;
  height: 90vw;
  top: -45vw;
  left: -45vw;
  transition: 3.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Circles-dot {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.15;
}
.Circles-dot:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  border-radius: 50%;
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s;
  will-change: transform;
}
.banner-box {
  opacity: 1;
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 3;
  transform: scale(0);
}
.item {
  width: 100%;
  height: 100vh;
  transform-origin: right center;
  float: left;
  position: relative;
  overflow: hidden;
  opacity: 1 !important;
  -webkit-animation: hide 1.25s forwards ease-in-out;
  animation: hide 1.25s forwards ease-in-out;
  -moz-animation: hide 1.25s forwards ease-in-out;
  -o-animation: hide 1.25s forwards ease-in-out;
  z-index: 3 !important;
}
.bannerbg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
}
.col {
  width: 100%;
  height: 10%;
  overflow: hidden;
  transition: 0.5s;
}
.col-hide {
  overflow: hidden;
  transition: 0.58s;
}
.col img {
  position: relative;
  width: 1920px;
  height: auto;
  margin-left: 0;
  transition: 0.2s;
}
.col2 img {
  transform: translateY(-10%);
}
.col3 img {
  transform: translateY(-20%);
}
.col4 img {
  transform: translateY(-30%);
}
.col5 img {
  transform: translateY(-40%);
}
.col6 img {
  transform: translateY(-50%);
}
.col7 img {
  transform: translateY(-60%);
}
.col8 img {
  transform: translateY(-70%);
}
.col9 img {
  transform: translateY(-80%);
}
.col10 img {
  transform: translateY(-90%);
}
.blongt {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: scale(0);
  transition: 1.2s;
}
.blongt.show {
  transform: scale(1);
}
.blongt img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 35.937%;
  height: auto;
}
.box-text {
  position: absolute;
  left: 50%;
  margin-left: -37.9%;
  width: 75.8%;
  top: 50%;
  transform: translateY(-50%);
}
.box-text img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(0);
}
.banner {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
.banner__swiper,
.range__swiper {
  height: 100vh;
}
.banner__swiper .swiper-pagination,
.range__swiper .swiper-pagination {
  width: auto;
  left: 5%;
  bottom: 40px;
}
.banner__swiper .swiper-pagination .swiper-pagination-bullet,
.range__swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  opacity: 1;
  background: none;
  margin: 0;
  margin-right: 30px;
}
.banner__swiper .swiper-pagination .swiper-pagination-bullet:last-child,
.range__swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.range__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.banner__swiper .swiper-pagination .swiper-pagination-bullet:before,
.range__swiper .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(90deg);
  transition: 0.45s;
}
.banner__swiper .swiper-pagination .swiper-pagination-bullet:after,
.range__swiper .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  transform: scale(1.1, 1.1);
  transition: 1s linear 1s;
}
.banner-slide figure img {
  display: block;
  position: relative;
}
.banner-slide.swiper-slide-active figure {
  transition: 5s linear;
  transform: scale(1);
}
.mouse__down {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 52px;
  width: 30px;
  height: 52px;
  background: url(../images/mouse.png) center no-repeat;
  z-index: 10;
}
.mouse__down:before {
  content: "";
  width: 4px;
  height: 6px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 5px;
  animation: lineMove 1s infinite;
}
@-webkit-keyframes lineMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, 0px);
  }
}
@keyframes lineMove {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 10px, 0px);
  }
}
.banner__content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 36px;
  width: 409px;
  height: 124px;
  background: #a03b72;
}
.banner__numble {
  margin-bottom: 28px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.numble {
  margin-right: 62px;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-family: "Microsoft Yi Baiti";
  font-weight: bold;
}
.numble b {
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
  color: #fff;
  font-size: 47px;
  line-height: 0.8;
}
.banner__prev {
  position: relative;
  top: 5px;
  width: 87px;
}
.banner__prev span {
  display: block;
  float: left;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.35s;
  font-weight: bold;
}
.banner__prev span:last-child {
  float: right;
}
.banner__prev:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  content: "";
  width: 1px;
  height: 16px;
  background: #fff;
}
.btext {
  position: relative;
}
.btext p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.btext p.show {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.4s;
}
.home__introduct {
  position: relative;
  z-index: 0;
  padding: 132px 0 154px;
  overflow: hidden;
}
.home__introduct:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 200%;
  height: 178px;
  background: url(../images/introdbg.png) left bottom repeat-x;
  z-index: -2;
  animation: bg_move 15s linear infinite alternate;
}
.home__introduct:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 50%;
  height: 86.85%;
  background: url(../images/introduct.png) left top no-repeat;
  background-size: auto 100%;
}
@keyframes bg_move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: right 0;
  }
}
.commonPadding {
  padding: 0 10.4%;
}
.introduct__video {
  float: right;
  width: 53.94%;
}
.introduct__padd {
  position: relative;
  z-index: 3;
  padding-bottom: 96px;
  padding-right: 10.7%;
}
.introduct__padd:before {
  position: absolute;
  right: 0;
  top: 24.1%;
  bottom: 0;
  content: "";
  width: 51.2%;
  z-index: -1;
  background: #a03b72;
}
.intro__video {
  position: relative;
  height: 458px;
  overflow: hidden;
}
.intro__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduct__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -80px;
  margin-top: -80px;
  width: 160px;
  height: 160px;
  background: #a03b72;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}
.introduct__btn:hover:before {
  top: 16px;
  transform: rotate(20deg);
}
.introduct__btn:hover i {
  transform: scale(1.3);
}
.introduct__btn:before {
  position: absolute;
  left: 25px;
  top: 14px;
  content: "";
  width: 120px;
  height: 121px;
  background: url(../images/video__cle.png) center no-repeat;
  transition: 0.4s;
}
.introduct__btn i {
  display: block;
  line-height: 160px;
  color: #fff;
  font-size: 32px;
  font-style: normal;
  text-align: center;
  transition: 0.44s;
}
.salient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 49%;
}
.salient img {
  display: block;
  margin-left: 3%;
  width: 94.5%;
  height: auto;
}
.introduct__more {
  position: absolute;
  right: 14.84%;
  bottom: 34px;
}
.introduct__more a {
  display: block;
  position: relative;
  padding-right: 122px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.introduct__more a:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 104px;
  height: 1px;
  background: #fff;
  transition: 0.36s;
}
.introduct__more a:hover:before {
  width: 92px;
}
.introduct__content {
  float: left;
  width: 39.47%;
}
.introduct__title {
  padding-top: 5px;
  margin-bottom: 42px;
}
.introduct__title strong {
  display: block;
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
  background-image: linear-gradient(90deg, #4064ab, #a678ad, #ed7d34);
  -webkit-background-clip: text;
  color: transparent;
}
.introduct__title span {
  display: inline-block;
  margin-top: 15px;
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(90deg, #4064ab, #a678ad, #ed7d34);
}
.introduct__text {
  max-height: 420px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.introduct__text p {
  color: #333333;
  font-size: 16px;
}
.company__business {
  position: relative;
  padding: 54px 0 0;
  z-index: 2;
  background: #a03b72;
}
.company__business:before {
  position: absolute;
  left: 0;
  top: -85px;
  content: "";
  width: 100%;
  height: 85px;
  background: url(../images/businessbg.png) left center repeat-x;
}
.business__top {
  position: relative;
  z-index: 2;
  padding-bottom: 36px;
  text-align: center;
}
.business__top small {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  display: block;
  line-height: 0.7;
  color: #fff;
  opacity: 0.02;
  font-size: 160px;
  text-transform: uppercase;
  letter-spacing: 40px;
  font-weight: bold;
  font-family: "微軟正黑體";
  text-align: center;
  z-index: -1;
}
.business__top strong {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  padding: 0 36px;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
}
.business__top strong:before,
.business__top strong:after {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  content: "";
  width: 4px;
  height: 32px;
  background: #fff;
}
.business__top strong:before {
  left: 0;
}
.business__top strong:after {
  right: 0;
}
.business__top p {
  margin-top: 16px;
  color: #ffffff;
  opacity: 0.55;
  font-size: 18px;
}
.business__li li {
  float: left;
  position: relative;
  width: 20%;
}
.business__li li figure {
  position: relative;
  display: block;
  padding-bottom: 198.7%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.business__li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.business__li li figure img {
  transition: 0.78s;
}
.business__li li:hover figure img {
  transform: scale(1.06);
}
.business__li li:hover .business__contents {
  background: rgba(160, 59, 114, 0.8);
}
.business__li li:hover .business__contents:before,
.business__li li:hover .business__contents:after {
  transform: scaleX(1);
}
.business__li li:hover .business__contents .buisnes__line:before,
.business__li li:hover .business__contents .buisnes__line:after {
  transform: scaleY(1);
}
.business__contents {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.78s;
}
.business__contents:before,
.business__contents:after {
  content: "";
  width: 90%;
  position: absolute;
  left: 5%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform: scaleX(0);
  transition: 0.65s;
}
.business__contents:before {
  top: 2.62%;
}
.business__contents:after {
  bottom: 2.62%;
}
.buisnes__line {
  display: block;
  position: absolute;
  left: 5%;
  top: 2.62%;
  width: 90%;
  height: 94.76%;
}
.buisnes__line:before,
.buisnes__line:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
  transform: scaleY(0);
  transition: 0.8s;
}
.buisnes__line:before {
  left: 0;
}
.buisnes__line:after {
  right: 0;
}
.business__wr {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -125px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.business__wr b {
  display: block;
  position: relative;
  margin: auto;
  width: 88px;
  height: 79px;
}
.business__wr b img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.business__wr strong {
  display: block;
  margin-top: 43px;
  position: relative;
  padding-bottom: 28px;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
}
.business__wr strong:before {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
}
.business__btn {
  margin: auto;
  position: relative;
  margin-top: 30px;
  text-align: left;
  width: 130px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  transition: 0.5s;
}
.business__btn:hover {
  background: #fff;
  color: #a03b72;
}
.business__btn:hover i {
  background: #a03b72;
  color: #fff;
}
.business__btn span {
  display: block;
  margin-left: 28px;
  line-height: 34px;
}
.business__btn i {
  display: block;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  background: #fff;
  font-size: 12px;
  border-radius: 50%;
  transition: 0.4s;
}
.home__flex {
  position: relative;
  background: url(../images/flex.png) center no-repeat;
  background-size: 55.72% auto;
  background-attachment: fixed;
  overflow: hidden;
}
.achievements {
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.achievements:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: url(../images/achievementsleft.png) left center no-repeat;
  background-size: auto 100%;
  pointer-events: none;
  z-index: 10;
}
.snowbg {
  width: 70%;
  height: 100%;
  clear: both;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 4;
  pointer-events: none;
}
.snow {
  position: absolute;
  top: 0;
  line-height: 1;
  color: #67c1d3;
}
.achievements__content {
  margin-right: 4.1666%;
  padding-top: 200px;
  width: 748px;
}
.common__title small {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 52px;
  line-height: 1;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #4064ab, #a678ad, #ed7d34);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Mohave-Bold";
}
.common__title strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 32px;
  font-weight: normal;
}
.case {
  margin-top: 40px;
  position: relative;
}
.case__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
}
.case__text.show {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.68s;
}
.case__text strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #333333;
  font-size: 26px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case__text p {
  color: #333333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flexbox;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case__text span {
  display: inline-block;
  position: relative;
  margin-top: 34px;
  z-index: 3;
  color: #333333;
  font-size: 16px;
}
.case__text span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #333;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.case__text span:hover,
.case__text span.active {
  color: #fff;
}
.case__text span:hover:before,
.case__text span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.case__text span:hover {
  color: #333;
}
.case-imgs {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom: 30px;
}
.case-imgs-info {
  width: 48.25%;
}
.case-imgs-info figure {
  position: relative;
  display: block;
  padding-bottom: 78.61%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.case-imgs-info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.case-imgs-info figure img {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: auto;
  height: 100%;
}
.achievements__list {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 26.45%;
  padding: 154px 5% 124px 3.02%;
  background-image: linear-gradient(135deg, #4064ab, #be6c6a);
}
.achievements__list:before {
  position: absolute;
  left: 33px;
  right: 0;
  bottom: 0;
  height: 100%;
  content: "";
  background: url(../images/achievements.png) right bottom no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.achievements__scroll {
  padding-right: 28px;
  height: 680px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.achievements__scroll::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.achievements__scroll::-webkit-scrollbar-track {
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
}
.achievements__scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  width: 100%;
  background-color: #fff;
}
.achievements__li li {
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.achievements__li li:first-child {
  padding-top: 0;
}
.achievements__li li time {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}
.achievements__li li time b {
  display: inline-block;
  margin-right: 8px;
  font-size: 36px;
  font-weight: normal;
}
.achievements__li li strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1.3;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.achievements__li li p {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flexbox;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news__center {
  position: relative;
  z-index: 3;
  padding: 70px 0 182px;
  overflow: hidden;
}
.news__center:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 200%;
  height: 178px;
  background: url(../images/introdbg.png) left bottom repeat-x;
  z-index: 0;
  animation: bg_move 15s linear infinite alternate;
  pointer-events: none;
}
.news__center:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  width: 100%;
  height: 135px;
  background: url(../images/newsbg.png) left center repeat-x;
  pointer-events: none;
}
.news__top {
  margin-bottom: 44px;
}
.news__top .common__title {
  float: left;
}
.news__menu {
  float: right;
  padding-top: 44px;
}
.news__menu li {
  float: left;
  margin-left: 50px;
}
.news__menu li:hover a,
.news__menu li.active a {
  color: #4872c4;
}
.news__menu li:hover a:before,
.news__menu li.active a:before {
  width: 100%;
  right: auto;
  left: 0;
}
.news__menu li a {
  display: block;
  position: relative;
  padding-bottom: 8px;
  color: #333333;
  font-size: 18px;
}
.news__menu li a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #4772c4, #a678ad, #ed7d34);
  transition: 0.44s;
}
.news__list li {
  position: relative;
  float: left;
  margin-right: 1.76%;
  width: 23.68%;
  overflow: hidden;
}
.news__list li:nth-child(4n+4) {
  margin-right: 0;
}
.news__list li figure {
  display: block;
  background-size: cover;
  background-position: center;
  height: 480px;
  transition: 0.68s;
}
.news__list li:hover figure {
  transform: scale(1.05);
}
.news__list li:hover .news__content {
  background: rgba(160, 59, 114, 0.9);
}
.news__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.65s;
}
.news__wraps {
  position: absolute;
  left: 28px;
  top: 50px;
  right: 26px;
  bottom: 46px;
}
.news__wraps b {
  display: block;
  margin-bottom: 60px;
  line-height: 1;
  color: #fff;
  font-size: 42px;
  font-family: "Helvetica";
}
.news__wraps strong {
  display: block;
  line-height: 1.5;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flexbox;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}
.news__wraps time {
  display: block;
  margin-top: 32px;
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.news__wraps p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flexbox;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}
.news__wraps span {
  display: block;
  padding-right: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  transition: 0.38s;
}
.news__wraps span:hover {
  padding-right: 52px;
}
.news__wraps span i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.news__wraps span i:before {
  position: absolute;
  right: 6px;
  top: 50%;
  content: "";
  width: 27px;
  height: 1px;
  background: #fff;
}
.footer {
  position: relative;
}
.footer__contact {
  padding: 52px 0 70px;
  background: #a03b72;
}
.footer__contact__wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.contact__us:first-child {
  padding-right: 30px;
}
.contact__us h4 {
  margin-bottom: 38px;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
}
.contact__text p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.contact__eq {
  margin-top: 18px;
}
.contact__eq img {
  display: block;
  width: 132px;
  height: auto;
}
.links {
  position: relative;
  z-index: 3;
  background: url(../img/footerbg.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}
.links__wrap {
  padding: 45px 10.4% 44px;
  background: url(../images/flex1.png) center bottom no-repeat;
  background-size: 55.72% auto;
  background-attachment: fixed;
}
.links__title {
  display: inline-block;
  position: relative;
  padding: 0 109px;
  margin-bottom: 40px;
}
.links__title h3 {
  color: #fff;
  line-height: 1;
  font-size: 32px;
}
.links__title i {
  position: absolute;
  top: 50%;
  display: block;
  width: 75px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.links__title i.lineleft {
  left: 0;
}
.links__title i.lineleft:before {
  right: 0;
}
.links__title i.lineright {
  right: 0;
}
.links__title i.lineright:before {
  left: 0;
}
.links__title i:before {
  position: absolute;
  top: -1px;
  content: "";
  width: 16px;
  height: 3px;
  background: #a03b72;
}
.links__list {
  margin-left: -10px;
  margin-right: -10px;
}
.links__list li {
  float: left;
  width: 15%;
  margin-bottom: 20px;
}
.links__list li:hover figure img {
  transform: scale(1.1);
}
.links__list li a {
  display: block;
  margin: 0 20px;
}
.links__list li figure {
  position: relative;
  display: block;
  padding-bottom: 44.73%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  transition: 0.4s;
}
.links__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.footer__navs {
  padding: 28px 0 18px;
  background: #0b0b0d;
}
.footer__navs__list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-bottom: 10px;
}
.footer__navs__list li {
  position: relative;
  padding-right: 36px;
}
.footer__navs__list li:last-child {
  padding-right: 0;
}
.footer__navs__list li:last-child:before {
  display: none;
}
.footer__navs__list li:before {
  position: absolute;
  right: 14px;
  top: 1px;
  content: "/";
  color: #ffffff;
  opacity: 0.6;
  line-height: 1;
  font-size: 16px;
}
.footer__navs__list li a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  opacity: 0.6;
}
.footer__navs__list li a:hover {
  opacity: 1;
}
.footer__copy {
  text-align: center;
}
.footer__copy p,
.footer__copy a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.6;
}
.footer__copy p {
  margin-right: 12px;
}
.footer__copy a:hover {
  opacity: 1;
}
.slidetop.article-block,
.list-animate.article-block > li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.slidetop.articleShow,
.list-animate.articleShow > li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block > li:nth-child(2),
.list-animate.article-block > div:nth-child(2) {
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block > li:nth-child(3),
.list-animate.article-block > div:nth-child(3) {
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block > li:nth-child(4),
.list-animate.article-block > div:nth-child(4) {
  transition-delay: 0.6s;
}
.slidetop.detay4.article-block,
.list-animate.article-block > li:nth-child(5),
.list-animate.article-block > div:nth-child(5) {
  transition-delay: 0.8s;
}
.slidetop.detay5.article-block,
.list-animate.article-block > li:nth-child(6),
.list-animate.article-block > div:nth-child(6) {
  transition-delay: 1s;
}
.slidetop.detay6.article-block,
.list-animate.article-block > li:nth-child(7),
.list-animate.article-block > div:nth-child(7) {
  transition-delay: 1.2s;
}
.slidetop.detay7.article-block,
.list-animate.article-block > li:nth-child(8),
.list-animate.article-block > div:nth-child(8) {
  transition-delay: 1.4s;
}
.slidetop.detay8.article-block,
.list-animate.article-block > li:nth-child(9),
.list-animate.article-block > div:nth-child(9) {
  transition-delay: 1.6s;
}
.slidetop.detay9.article-block,
.list-animate.article-block > li:nth-child(10),
.list-animate.article-block > div:nth-child(10) {
  transition-delay: 1.8s;
}
.introduct__padd.article-block:before {
  transform: scaleY(0);
  transform-origin: center top;
  transition: 0.88s 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.introduct__padd.articleShow:before {
  transform: scaleY(1);
}
.achievements.article-block:before {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.achievements.articleShow:before {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.loader {
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(250px);
  transition: transform 0s 1s;
  pointer-events: none;
}
.loader.hide .loader__wave-group {
  transform: translateY(calc(100% + 250px));
}
.loader__wave-group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  padding-top: 200px;
  transition: transform 1.5s;
  transform: translateY(-250px);
}
.loader__wave {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: calc(100% + 150px);
  color: #fb7956;
  background: currentColor;
}
.loader__wave:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: 150px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150'%3E%3Cpath fill='%23fb7956' d='M1702.392 125.652c-101.137 0-110.868-42.03-331.322-42.03s-201.319 60.259-504.729 60.259S539.682 4.596 334 4.596 0 81.568 0 81.568v-.25s-116.472 44.334-217.608 44.334-110.868-42.03-331.322-42.03-201.319 60.259-504.729 60.259S-1380.318 4.596-1586 4.596s-334 76.972-334 76.972V151h3840V81.318s-116.472 44.334-217.608 44.334z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: repeat-x;
}
.loader__wave--1 {
  transform: translateY(-100px);
  opacity: 0.5;
}
.loader__wave--1:before {
  background-position-x: 30vw;
}
.loader__wave:before {
  background-size: 1920px 100%;
}
.loader__wave--2 {
  opacity: 0.75;
  transform: translateY(-50px);
}
.loader__wave--2:before {
  background-position-x: 15vw;
}
.loader__wave--3 {
  color: #fefefe;
}
.loader__wave--3:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='150'%3E%3Cpath fill='%23fff' d='M1702.392 125.652c-101.137 0-110.868-42.03-331.322-42.03s-201.319 60.259-504.729 60.259S539.682 4.596 334 4.596 0 81.568 0 81.568v-.25s-116.472 44.334-217.608 44.334-110.868-42.03-331.322-42.03-201.319 60.259-504.729 60.259S-1380.318 4.596-1586 4.596s-334 76.972-334 76.972V151h3840V81.318s-116.472 44.334-217.608 44.334z'/%3E%3C/svg%3E");
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  display: block;
  line-height: 1;
}
.pbanner figure img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.pbanner__text {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pbanner__text strong {
  display: block;
  margin-bottom: 25px;
  line-height: 1.2;
  color: #ffffff;
  font-size: 72px;
  overflow: hidden;
}
.pbanner__text strong b {
  color: #a03b72;
}
.pbanner__text small {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 85px;
  font-family: "Mohave-Bold";
  text-transform: uppercase;
  font-weight: lighter;
}
.nMore {
  position: relative;
  width: 2.86458vw;
  height: 2.86458vw;
  background-color: #a03b72;
  margin-top: 62px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.nMore::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  background-color: #a03b72;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: bannerNext 3s infinite;
}
.nMore div {
  width: 12px;
  height: 75px;
  background-image: url(../images/bannerArr.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  transition: 1s;
}
.nMore:hover div {
  height: 85px;
}
@keyframes bannerNext {
  0% {
    background-color: rgba(160, 59, 114, 0.9);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    background-color: rgba(160, 59, 114, 0.4);
    transform: translate(-50%, -50%) scale(2);
  }
  100% {
    background-color: rgba(160, 59, 114, 0.9);
    transform: translate(-50%, -50%) scale(1);
  }
}
.leval__menu {
  background: #a03b72;
}
.menu__posite {
  float: right;
  max-width: 32%;
  padding: 20px 0;
}
.menu__posite a,
.menu__posite b {
  display: block;
  float: left;
  color: #fff;
  font-size: 16px;
}
.menu__posite b {
  margin: 0 8px;
}
.menu__list {
  float: left;
  width: 65%;
  padding: 23px 0;
}
.menu__list li {
  float: left;
  margin-right: 58px;
}
.menu__list li:last-child {
  margin-right: 0;
}
.menu__list li:hover a,
.menu__list li.active a {
  font-weight: bold;
}
.menu__list li a {
  display: block;
  color: #fff;
  font-size: 16px;
}
.salient-box {
  padding: 46px 0 118px;
  overflow: hidden;
}
.into__salient {
  float: left;
  padding-top: 60px;
  width: 43.75%;
}
.into__salient__top {
  margin-bottom: 82px;
}
.into__salient__top small {
  display: inline-block;
  line-height: 1;
  font-size: 52px;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, #4064ab, #a678ad, #ed7d34);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Mohave-Bold";
}
.into__salient__top strong {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1;
  color: #333333;
  font-size: 32px;
  font-weight: normal;
}
.into__salient__top span {
  display: block;
  margin-top: 20px;
  width: 192px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  background-image: linear-gradient(90deg, #4064ab, #a678ad, #ed7d34);
}
.salient__fix {
  padding-right: 10px;
  height: 27vw;
  overflow-y: auto;
}
.salient__fix p {
  color: #333333;
  font-size: 16px;
}
.earth {
  float: right;
  margin-right: -74px;
  width: 54.55%;
  position: relative;
}
.earth figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.earth figure img {
  display: block;
  width: 100%;
  height: auto;
}
.earth__item {
  position: absolute;
}
.earth__item.earth__item1 {
  left: 55.13%;
  top: 35.32%;
}
.earth__item i {
  display: block;
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(84, 130, 53, 0.45);
  animation: p-ani-7 3.1s linear infinite;
}
.earth__item i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #548235;
  border-radius: 50%;
}
.earth__item span {
  display: block;
  float: left;
  margin-left: 11px;
  line-height: 20px;
  color: #548235;
  font-size: 16px;
  font-weight: bold;
}
@keyframes p-ani-7 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.earth__item2 {
  left: 44.86%;
  top: 39.85%;
}
.earth__item2 i {
  background: rgba(205, 110, 0, 0.45);
  animation-delay: 0.3s;
}
.earth__item2 i:before {
  background: #cd6e00;
}
.earth__item2 span {
  color: #cd6e00;
}
.earth__item3 {
  left: 46.53%;
  top: 43.198%;
}
.earth__item3 i {
  background: rgba(169, 78, 128, 0.45);
}
.earth__item3 i:before {
  background: #a03b72;
}
.earth__item3 span {
  color: #a03b72;
}
.earth__item4 {
  right: 60%;
  top: 39.47%;
}
.earth__item4 i {
  background: rgba(53, 143, 229, 0.45);
  animation-delay: 0.3s;
}
.earth__item4 i:before {
  background: #358fe5;
}
.earth__item4 span {
  position: absolute;
  right: 32px;
  top: 0;
  white-space: nowrap;
  color: #358fe5;
}
.logo__box {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.logo__box:before {
  position: absolute;
  left: 0;
  top: -85px;
  content: "";
  width: 100%;
  height: 85px;
  background: url(../images/businessbg.png) left bottom repeat-x;
}
.logo__content {
  position: relative;
}
.logo__max {
  position: relative;
  z-index: 3;
  width: 516px;
  height: 516px;
  margin: auto;
  border-radius: 50%;
}
.logo__max__item.swiper-slide-active figure img {
  transform: scale(1);
  transition: 3s 0s;
}
.logo__max__item {
  float: left;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-bottom: 100%;
}
.logo__max__item:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  animation: fscale 4s infinite;
}
.logo__max__item figure {
  position: absolute;
  left: 6.4%;
  top: 6.4%;
  height: 87.2%;
  width: 87.2%;
  background: #fff;
  border-radius: 50%;
}
.logo__max__item figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 80%;
  max-height: 80%;
  transform: scale(1.1, 1.1);
  transition: 0.6s linear 1s;
}
@keyframes fscale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.87);
  }
  100% {
    transform: scale(1);
  }
}
.logo__min {
  position: absolute;
  left: 10.4%;
  top: 50%;
  transform: translateY(-50%);
  width: 375px;
}
.logo__text strong {
  display: block;
  margin-bottom: 36px;
  line-height: 1.3;
  color: #fff;
  font-size: 30px;
}
.logo__text p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.logo__prev {
  margin-top: 46px;
}
.logo__prev span {
  display: block;
  float: left;
  margin-right: 16px;
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 24px;
  transition: 0.36s;
  border-radius: 50%;
  font-weight: lighter;
  cursor: pointer;
}
.logo__prev span.swiper-button-disabled {
  opacity: 0.2;
}
.logo__prev span:hover {
  background: #fff;
  color: #a03b72;
}
.logo__prev span:last-child {
  margin-right: 0;
}
.logo__hide {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 200px 0 240px;
}
.logo__cricle {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 81.25vw;
  height: 81.25vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-sizing: border-box;
}
.logo__cricle2 {
  width: 62.5vw;
  height: 62.5vw;
}
.logo__cricle3 {
  width: 41.56vw;
  height: 41.56vw;
}
.bosswell__item {
  position: absolute;
  z-index: 8;
  cursor: pointer;
}
.bosswell__item.active figure,
.bosswell__item:hover figure {
  transform: scale(1.1);
}
.bosswell__item figure {
  display: block;
  margin: auto;
  position: relative;
  text-align: center;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  background: #fff;
  transition: 0.4s;
}
.bosswell__item figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 70%;
}
.bosswell__item span {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 22px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 100%;
  padding-top: 12px;
  white-space: nowrap;
}
.bosswell__item--top span {
  top: -35px;
  padding-top: 0;
}
.logo__text {
  overflow: hidden;
}
.logo__hi {
  overflow: hidden;
}
.bosswell__item1 {
  top: 15%;
  right: 25.36%;
}
.bosswell__item2 {
  right: 14.94%;
  top: 42.7%;
}
.bosswell__item3 {
  right: 37.62%;
  bottom: 7.583%;
}
.bosswell__item4 {
  left: 21.77%;
  bottom: 12.08%;
}
.bosswell__item5 {
  left: 22.656%;
  top: 20.2%;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes spin-reverse {
  from {
    transform: rotate(1turn);
  }
}
@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn);
  }
}
@keyframes anim {
  0% {
    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
    transform: rotate(0) translate(1%, 0) rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
    transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
    transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
  }
}
@-webkit-keyframes anim {
  0% {
    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
    transform: rotate(0) translate(1%, 0) rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
    transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
    transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
  }
}
@-ms-keyframes anim {
  0% {
    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
    transform: rotate(0) translate(1%, 0) rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
    transform: rotate(180deg) translate(1%, 0.3%) rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
    transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
  }
}
@keyframes anim2 {
  0% {
    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
    transform: rotate(0) translate(1%, 0) rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg) translate(1%, 0.3%) rotate(180deg);
    transform: rotate(-180deg) translate(1%, 0.3%) rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
    transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
  }
}
@-webkit-keyframes anim2 {
  0% {
    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
    transform: rotate(0) translate(1%, 0) rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg) translate(1%, 1%) rotate(180deg);
    transform: rotate(-180deg) translate(1%, 1%) rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
    transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
  }
}
.company__honor {
  position: relative;
  padding: 100px 0 120px;
  z-index: 3;
  overflow: hidden;
}
.company__honor:before {
  position: absolute;
  left: 12px;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 23.95%;
  height: 430px;
  background: url(../img/honor.png) center bottom no-repeat;
  background-size: 100% auto;
}
#particles-js {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.honor__left {
  padding-left: 10.4%;
}
.honor__lefts {
  float: left;
  width: 28.9%;
  padding-top: 30px;
}
.honor__icon span {
  display: block;
  margin-bottom: 1px;
  padding-left: 10.4vw;
  height: 74px;
  line-height: 74px;
  color: #333333;
  font-size: 18px;
  transition: 0.38s;
  cursor: pointer;
}
.honor__icon span:hover,
.honor__icon span.active {
  background: #a03b72;
  color: #fff;
}
.nMore1 {
  margin-left: 10.4vw;
  margin-top: 118px;
}
.nMore1 i {
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -3px;
  display: block;
  width: 51px;
  height: 6px;
  background: url(../images/more1.png) center no-repeat;
  z-index: 3;
}
.honor__tab {
  position: relative;
  width: 65%;
  float: right;
}
.honor__tab__item {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  padding-top: 96px;
  margin-top: -96px;
  padding-left: 12px;
}
.honor__tab__item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.6s;
}
.honor__year {
  position: relative;
  padding-left: 12px;
  right: -30px;
  padding-right: 30px;
}
.honor-slide {
  padding-top: 12px;
}
.honor-slide span {
  display: block;
  margin-top: 25px;
  padding-left: 30px;
  color: #333333;
  font-size: 26px;
  line-height: 1;
  font-family: "Helvetica";
}
.multiple {
  padding: 80px 7.7% 96px;
  box-shadow: 0 0 12px rgba(150, 150, 150, 0.3);
}
.multiple-img {
  float: right;
  margin-right: 70px;
  width: 47%;
}
.multiple-img img {
  display: block;
  width: 100%;
  height: auto;
}
.multiple-contents {
  width: 37.6%;
  padding-right: 20px;
  height: 22.6vw;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.multiple-in {
  position: relative;
  padding-left: 32px;
  margin-bottom: 46px;
}
.multiple-in:last-child {
  margin-bottom: 0;
}
.multiple-in:before {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  width: 5px;
  height: 5px;
  background: #333333;
  border-radius: 50%;
}
.multiple-in p {
  color: #333333;
  font-size: 18px;
  line-height: 2;
}
.honor__imgs {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 12px rgba(150, 150, 150, 0.3);
}
.honor__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 130.4%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.honor__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.commons__prev {
  position: absolute;
  right: 10.4vw;
  top: 0;
}
.commons__prev span {
  display: block;
  float: left;
  margin-left: 18px;
  width: 58px;
  height: 58px;
  border: 1px solid #a03b72;
  color: #a03b72;
  font-size: 24px;
  line-height: 58px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.38s;
}
.commons__prev span:hover {
  background: #a03b72;
  color: #fff;
}
.development {
  position: relative;
  z-index: 3;
  padding: 110px 0 150px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.develop__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.devalopbg-slide {
  position: relative;
  height: 100% !important;
}
.devalopbg-slide figure {
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.development__wrap {
  margin-left: 10.4vw;
}
.develop__title small {
  color: #fff;
  background: none;
}
.develop__title strong {
  color: #fff;
}
.develop__swiper {
  position: relative;
  margin-top: 115px;
  padding-right: 34vw;
}
.devalop-slide figure {
  float: left;
  line-height: 1;
  display: block;
  width: 47%;
}
.devalop-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.develop__text {
  float: right;
  width: 45%;
}
.develop__text strong {
  display: block;
  padding-top: 15px;
  margin-bottom: 28px;
  line-height: 1.2;
  color: #fff;
  font-size: 28px;
}
.develop__text p {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  max-height: 330px;
  overflow-y: auto;
}
.develop__year {
  margin-right: 10.4vw;
  margin-top: 98px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.develop__list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.develop__list li {
  position: relative;
  min-width: 190px;
  padding-bottom: 22px;
  line-height: 1;
  cursor: pointer;
  transition: 0.45s;
}
.develop__list li:hover:before,
.develop__list li.active:before,
.develop__list li:hover:after,
.develop__list li.active:after {
  background: #ffa339;
}
.develop__list li:hover span,
.develop__list li.active span {
  color: #ffa339;
}
.develop__list li:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.38s;
}
.develop__list li:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 1px;
  height: 11px;
  background: #fff;
  transition: 0.38s;
}
.develop__list li span {
  display: block;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-family: "Proxima Nova Regular";
  transition: 0.4s;
}
.development__prevs {
  right: 22vw;
  top: 98px;
  z-index: 10;
}
.development__prevs span {
  color: #fff;
  border-color: #fff;
}
.development__prevs span:hover {
  background: #fff;
  color: #ffa339;
}
.organizate {
  position: relative;
  z-index: 3;
  padding: 92px 0 265px;
}
.organizate__text {
  position: relative;
  z-index: 2;
  margin-top: 46px;
  text-align: center;
}
.organizate__text img {
  display: block;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.org {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.innerFooter .footer__contact {
  background: #a03b72 url(../images/flex1.png) center bottom no-repeat;
  background-size: 55.72% auto;
  background-attachment: fixed;
}
.innerFooter .footer__navs {
  background: url(../img/footerbg.jpg) center no-repeat;
  background-size: cover;
}
.contact__lfex .contact__eq {
  float: left;
  margin-top: 0;
}
.contact__lfex .eq__text {
  float: left;
  margin-left: 23px;
  padding-top: 8px;
}
.contact__lfex .eq__text p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}
.news__boxs {
  padding: 82px 10.4vw 60px;
}
.news__boxs .news__list li {
  margin-bottom: 40px;
}
.news__item {
  display: none;
}
.news__item:first-child {
  display: block;
}
.news-view {
  position: relative;
  padding: 102px 10.4vw 70px;
  font-size: 0;
  background: url(../images/newsbgs.png) left bottom no-repeat;
  background-size: 26.875% auto;
}
.news-view-flex {
  display: inline-block;
  vertical-align: top;
  position: sticky;
  top: 88px;
  width: 25%;
  padding-top: 10px;
}
.view__title {
  margin-bottom: 90px;
}
.view__title strong {
  display: block;
  line-height: 1.5;
  color: #333333;
  font-size: 38px;
  font-weight: bold;
}
.views__time {
  margin-top: 52px;
}
.views__time p {
  color: #666666;
  font-size: 16px;
}
.views__time p i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  color: #bdbdbd;
  font-size: 20px;
  font-style: normal;
}
.share {
  margin-top: 36px;
}
.share a {
  display: block;
  float: left;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-right: 14px !important;
  text-align: center;
  line-height: 36px !important;
  border-radius: 50%;
  color: #fff;
  background: #bfbfbf !important;
  font-size: 20px !important;
}
.share a:hover {
  background: #a03b72 !important;
  color: #fff !important;
}
.view__back__item {
  margin-bottom: 44px;
}
.view__back__item a {
  display: flex;
  display: -webkit-flex;
}
.view__back__item a:hover span {
  color: #a03b72;
}
.view__back__item:last-child {
  margin-bottom: 0;
}
.view__back__item i {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  border-radius: 50%;
  background: #a03b72;
  color: #fff;
  font-weight: lighter;
}
.view__back__item span {
  display: block;
  margin-left: 10px;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
  transition: 0.36s;
}
.news__view__text {
  display: inline-block;
  vertical-align: top;
  margin-left: 12.5%;
  width: 62.5%;
  color: #333333;
  font-size: 16px;
}
.news__view__text img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
.business__swiper {
  position: relative;
  height: 100vh;
}
.business__swiper .mouse__down {
  position: fixed;
}
.business-slide {
  overflow: hidden;
}
.business__item {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  z-index: 3;
}
.business__item:before {
  position: absolute;
  right: 15%;
  margin-right: 30px;
  top: 0;
  content: "";
  width: 43.312%;
  height: 100%;
  background: url(../images/line2.png) center right no-repeat;
  background-size: 100% 100%;
}
.business__fix {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: 4s;
  transform: scale(1.2);
}
.business-slide.swiper-slide-active .business__fix {
  transition: 5s linear;
  transform: scale(1);
}
.business-slide.swiper-slide-active .business__text {
  margin-top: 0;
  opacity: 1;
}
.business__text {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 414px;
  margin-top: 100px;
  transition: 0.88s 0.56s;
  opacity: 0;
}
.business__text b {
  display: block;
  position: relative;
  width: 88px;
  height: 79px;
}
.business__text b img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.business__text strong {
  display: block;
  margin-top: 32px;
  margin-bottom: 34px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
}
.business__text p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.business__text span {
  position: relative;
  margin-top: 29px;
  z-index: 3;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}
.business__text span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.business__text span:hover,
.business__text span.active {
  color: #fff;
}
.business__text span:hover:before,
.business__text span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.business__item--left:before {
  position: absolute;
  right: auto;
  left: 15%;
  margin-left: 4.375%;
  top: 0;
  content: "";
  width: 23.76%;
  height: 100%;
  background: url(../images/line1.png) center right no-repeat;
  background-size: auto 100%;
}
.business__item--left .business__text {
  right: 0;
  left: 15%;
}
.business__item--first:before {
  width: 41.32%;
  background: url(../images/line3.png) center bottom no-repeat;
  background-size: 100% auto;
}
.range {
  position: relative;
}
.range__banner {
  position: relative;
  float: left;
  width: 70%;
  height: auto;
}
.range__swiper {
  height: auto;
}
.range-slide {
  overflow: hidden;
}
.range-slide figure {
  display: block;
  line-height: 1;
}
.range-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.range__swiper {
  height: auto;
}
.range__swiper .swiper-pagination {
  bottom: 36px;
}
.range__swiper .swiper-pagination .swiper-pagination-bullet {
  margin-right: 16px;
}
.range__swiper .swiper-pagination .swiper-pagination-bullet:before {
  border: 1px dotted #fff;
}
.range .banner__numble {
  position: absolute;
  right: 40px;
  bottom: 42px;
  margin-bottom: 0;
  z-index: 10;
}
.range__fix {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 30%;
  height: 100%;
  background-image: linear-gradient(135deg, #4064ab, #be6c6a);
}
.range__fix:before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/rangebg.png) right bottom no-repeat;
  background-size: auto 100%;
}
.range__text {
  margin-left: 12.15%;
  padding-top: 102px;
  width: 414px;
  max-width: 80%;
  height: 90%;
  box-sizing: border-box;
  overflow-y: auto;
}
.range__text strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.range__text p {
  color: #fff;
  font-size: 16px;
  line-height: 2.2;
}
.case__box {
  padding: 0 10.4vw 244px;
}
.cases__list {
  position: relative;
  padding-top: 106px;
  padding-bottom: 30px;
  z-index: 3;
}
.cases__list:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 2px;
  background: #a03b72;
}
.cases__list li {
  position: relative;
  padding-bottom: 70px;
}
.cases__list li:before {
  position: absolute;
  right: 0;
  bottom: 70px;
  content: "";
  color: #a03b72;
  font-size: 14px;
  font-family: "宋体";
  line-height: 1;
  width: 43.75%;
  height: 9px;
  background: url(../images/arrow.png) left center repeat-x;
}
.cases__list li:nth-child(2n+2):before {
  right: auto;
  left: 0;
  background: url(../images/arrow1.png) left center repeat-x;
}
.cases__list li:nth-child(2n+2) .case__imgs {
  float: right;
}
.cases__list li:nth-child(2n+2) .case__content {
  float: left;
}
.cases__list li a:hover figure img {
  transform: scale(1.05);
}
.cases__list li a:hover .case__content span i:before {
  animation: spin 1s linear infinite ;
}
.cases__list li b {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 11px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(160, 59, 114, 0.2);
}
.cases__list li b:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #a03b72;
}
.case__imgs {
  float: left;
  line-height: 1;
  width: 43.75%;
}
.case__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 75.14%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.case__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.case__imgs figure img {
  transition: 0.68s;
}
.case__content {
  float: right;
  padding-top: 16px;
  width: 43.75%;
  padding-bottom: 20px;
}
.case__content strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
  color: #000000;
  font-size: 30px;
  font-weight: normal;
}
.case__content p {
  min-height: 216px;
  color: #666666;
  font-size: 18px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flexbox;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.case__content span {
  margin-top: 32px;
  display: inline-block;
  line-height: 68px;
  color: #a03b72;
  font-size: 16px;
}
.case__content span i {
  vertical-align: middle;
  margin-left: 63px;
  position: relative;
  display: inline-block;
  width: 71px;
  height: 68px;
}
.case__content span i:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/case1.png) center repeat-x;
}
.case__content span i:after {
  position: absolute;
  left: -35px;
  top: 50%;
  content: "";
  width: 78px;
  height: 1px;
  background: #a03b72;
}
.case__views {
  padding: 6.51% 10.4vw 10.41vw;
  background: url(../images/casebg.png) center top no-repeat;
  background-size: 100% auto;
}
.case__video {
  float: right;
  width: 50%;
}
.case__fix {
  float: left;
  margin-left: 6.25%;
  padding-top: 80px;
  width: 36.2%;
}
.case__fix strong {
  display: block;
  margin-bottom: 28px;
  line-height: 1.2;
  color: #000000;
  font-size: 30px;
  font-weight: normal;
}
.case__fix p {
  color: #666666;
  font-size: 18px;
  line-height: 2;
}
.case-wr {
  padding: 110px 10.4vw 68px;
}
.case__wr__list li {
  float: left;
  margin-right: 2.6666%;
  margin-bottom: 44px;
  width: 23%;
}
.case__wr__list li:nth-child(4n+4) {
  margin-right: 0;
}
.case__wr__list li figure {
  position: relative;
  display: block;
  padding-bottom: 75.42%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.case__wr__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.case__wr__list li figure img {
  transition: 0.68s;
}
.case__wr__list li:hover figure img {
  transform: scale(1.1);
}
.contact__item {
  position: relative;
  z-index: 3;
  padding: 70px 10.4vw 44px;
}
.contact__item:nth-child(2n+2) {
  background: #f5f5f5;
}
.contact__top {
  margin-bottom: 60px;
}
.contact__top strong {
  display: block;
  float: left;
  line-height: 46px;
  color: #333333;
  font-size: 30px;
}
.contact__top a {
  display: block;
  position: relative;
  float: right;
  text-align: center;
  width: 145px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  background: #a03b72;
  border-radius: 0 8px 0 8px;
  cursor: pointer;
}
.contact__top a:hover {
  background: #eb7d37;
}
.contact__top a input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.contact__i {
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  width: 50%;
}
.contact__i strong {
  display: block;
  margin-bottom: 36px;
  line-height: 1.2;
  color: #333333;
  font-size: 16px;
}
.contact__i p {
  color: #999999;
  font-size: 16px;
  line-height: 2;
}
.map {
  height: 738px;
}
.BMap_bubble_title {
  color: #a03b72 !important;
  font-size: 16px !important;
}
.messages {
  padding: 88px 10.4vw 96px;
}
.message__in {
  margin-top: 58px;
}
.anchorBL {
  display: none !important;
}
.message__text {
  float: left;
  margin-right: 1.25%;
  margin-bottom: 20px;
  width: 32.5%;
}
.message__text:last-child {
  margin-right: 0;
}
.message__text span {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
}
.message__text .texts {
  box-sizing: border-box;
  width: 100%;
  padding-left: 12px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #d9d9d9;
  color: #333333;
  font-size: 14px;
  transition: 0.4s;
}
.message__text .texts:focus {
  border-color: #a03b72;
}
.message__area .message__text {
  float: none;
  width: 100%;
}
.message__area .message__text .texts {
  padding: 12px;
  line-height: 1.6;
  min-height: 136px;
  resize: none;
  font-family: "微软雅黑";
}
.message__sub .message__text {
  width: 382px;
}
.message__yz {
  float: left;
  margin-left: 30px;
  margin-top: 30px;
}
.message__yz img {
  display: block;
  float: left;
  width: 130px;
  height: auto;
}
.message__yz span {
  display: block;
  float: left;
  margin-left: 28px;
  margin-top: 5px;
  width: 46px;
  height: 37px;
  background: url(../images/sx.png) center no-repeat;
  transition: 0.4s;
  cursor: pointer;
}
.message__yz span:hover {
  transform: rotate(180deg);
}
.message__resers {
  float: right;
  margin-top: 30px;
}
.message__resers input {
  display: block;
  float: left;
  margin-left: 20px;
  width: 150px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border: none;
  background: #a7a7a7;
  font-size: 16px;
  transition: 0.45s;
  cursor: pointer;
}
.message__resers input:hover {
  background: #a03b72;
}
.message__resers input:first-child {
  background: #a03b72;
}
.index-heart-box {
  pointer-events: none;
}
.index-heart-box .index-heart-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-heart-box .index-heart-bg .bubble {
  position: absolute;
}
.index-heart-box .index-heart-bg .bubble .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.index-heart-box .index-heart-bg .left-bg .bubble .circle,
.index-heart-box .index-heart-bg .right-bg .bubble .circle {
  animation: spin 6s infinite linear;
  transform-origin: 50% 40%;
}
.index-heart-box .index-heart-bg .left-bg .sm-bubble .circle,
.index-heart-box .index-heart-bg .right-bg .sm-bubble .circle {
  transform-origin: 30% 30px;
}
.index-heart-box .index-heart-bg .left-bg .bubble:nth-child(2n) .circle,
.index-heart-box .index-heart-bg .right-bg .bubble:nth-child(2n) .circle {
  animation: spin2 6s infinite linear;
}
.index-heart-box .index-heart-bg .bubble .circle img {
  animation: spin-reverse 6s infinite linear;
}
.index-heart-box .index-heart-bg .bubble:nth-child(2n) .circle img {
  animation: spin-reverse2 6s infinite linear;
}
.index-heart-box .index-heart-bg .bubble .circle img {
  width: 100%;
  border-radius: 100%;
}
.index-heart-box .index-heart-bg .bg-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-heart-box .index-heart-bg .bg-box .bubble {
  transform-origin: 50% 40%;
  animation: spin 6s infinite linear;
}
.index-heart-box .index-heart-bg .bg-box .bubble:nth-child(2n) {
  animation: spin2 6s infinite linear;
}
.index-heart-box .index-heart-bg .bg-box .bubble .circle {
  animation: spin-reverse 6s infinite linear;
}
.index-heart-box .index-heart-bg .bg-box .bubble:nth-child(2n) .circle {
  animation: spin-reverse2 6s infinite linear;
}
.index-heart-box .index-heart-bg .bg-box .bubble1 {
  width: 12%;
  padding-top: 12%;
  border-radius: 100%;
  left: -4.48%;
  top: 9.58%;
  z-index: 3;
}
.index-heart-box .index-heart-bg .bg-box .bubble1 .circle {
  background-color: #fff;
  opacity: 0.1;
}
.index-heart-box .index-heart-bg .bg-box .bubble2 {
  width: 20.57%;
  padding-top: 20.57%;
  border-radius: 100%;
  right: -10%;
  bottom: -20%;
}
.index-heart-box .index-heart-bg .bg-box .bubble2 .circle {
  background: #fff;
  opacity: 0.1;
}
.index-heart-box .index-heart-bg .bg-box .bubble3 {
  width: 45%;
  padding-top: 45%;
  border-radius: 100%;
  left: -10.9375%;
  top: 58.33%;
}
.index-heart-box .index-heart-bg .bg-box .bubble3 .circle {
  background: -webkit-linear-gradient(45deg, #f7f7f7, #fff 40%, #fff 60%, #f7f7f7 100%);
  background: -ms-linear-gradient(45deg, #f7f7f7, #fff 40%, #fff 60%, #f7f7f7 100%);
  background: linear-gradient(45deg, #f7f7f7, #fff 40%, #fff 60%, #f7f7f7 100%);
}
.index-heart-box .index-heart-bg .bg-box .bubble4 {
  width: 20.3125%;
  padding-top: 20.3125%;
  left: 85.2%;
  top: 17.78%;
}
.index-heart-box .index-heart-bg .bg-box .bubble4 .circle {
  background: -webkit-linear-gradient(135deg, #f7f7f7, #fff 55%, #fff 65%, #f7f7f7 100%);
  background: -ms-linear-gradient(135deg, #f7f7f7, #fff 55%, #fff 65%, #f7f7f7 100%);
  background: linear-gradient(135deg, #f7f7f7, #fff 55%, #fff 65%, #f7f7f7 100%);
}
.index-heart-box .index-heart-bg .bg-box .bubble5 {
  width: 30.73%;
  padding-top: 30.73%;
  left: 74.479%;
  top: 61%;
}
.index-heart-box .index-heart-bg .bg-box .bubble5 .circle {
  background: -webkit-linear-gradient(135deg, #fdf3f4, #fff 55%, #fff 65%, #fdf3f4 100%);
  background: -ms-linear-gradient(135deg, #fdf3f4, #fff 55%, #fff 65%, #fdf3f4 100%);
  background: linear-gradient(135deg, #fdf3f4, #fff 55%, #fff 65%, #fdf3f4 100%);
}
.index-heart-box .index-heart-bg .left-bg .bubble1 {
  width: 10px;
  padding-top: 10px;
  left: 25%;
  top: 64.79%;
}
.index-heart-box .index-heart-bg .left-bg .bubble1 .circle {
  background-color: #fff;
  opacity: 0.5;
}
.index-heart-box .index-heart-bg .left-bg .bubble2 {
  width: 15px;
  padding-top: 15px;
  left: 6.77%;
  top: 25.52%;
}
.index-heart-box .index-heart-bg .left-bg .bubble2 .circle {
  background-color: #fff;
  opacity: 0.5;
}
.index-heart-box .index-heart-bg .left-bg .bubble3 {
  width: 6px;
  padding-top: 6px;
  left: 8.175%;
  top: 19.57%;
}
.index-heart-box .index-heart-bg .left-bg .bubble3 .circle {
  background-color: #fff;
  opacity: 0.5;
}
.index-heart-box .index-heart-bg .left-bg .bubble4 {
  width: 35px;
  padding-top: 35px;
  left: 31.25%;
  top: 66.97%;
}
.index-heart-box .index-heart-bg .left-bg .bubble4 .circle {
  background-color: #fff;
  opacity: 0.5;
}
.index-heart-box .index-heart-bg .left-bg .bubble5 {
  width: 58px;
  padding-top: 58px;
  left: 3.54%;
  bottom: 21.04%;
}
.index-heart-box .index-heart-bg .left-bg .bubble5 .circle {
  background-color: #fff;
}
.index-heart-box .index-heart-bg .left-bg .bubble6 {
  width: 36px;
  padding-top: 36px;
  left: 10%;
  top: 10px;
}
.index-heart-box .index-heart-bg .left-bg .bubble6 .circle {
  background-color: #fff;
  opacity: 0.5;
}
.index-heart-box .index-heart-bg .left-bg .bubble7 {
  width: 60px;
  padding-top: 60px;
  left: 37.39%;
  top: 18.22%;
}
.index-heart-box .index-heart-bg .left-bg .bubble7 .circle {
  background-color: #ffecee;
  opacity: 0.2;
}
.index-heart-box .index-heart-bg .left-bg .bubble8 {
  width: 20px;
  padding-top: 20px;
  left: 30.88%;
  top: 6.25%;
}
.index-heart-box .index-heart-bg .left-bg .bubble8 .circle {
  background-color: #ffecee;
  opacity: 0.1;
}
.index-heart-box .index-heart-bg .left-bg .bubble10 {
  width: 80px;
  padding-top: 80px;
  left: 19%;
  top: 33.33%;
}
.index-heart-box .index-heart-bg .left-bg .bubble10 .circle {
  border: 2px solid #d80c25;
}
.index-heart-box .index-heart-bg .right-bg .bubble1 {
  width: 6px;
  padding-top: 6px;
  left: 62.5%;
  top: 33.95%;
}
.index-heart-box .index-heart-bg .right-bg .bubble1 .circle {
  background-color: #fff;
}
.index-heart-box .index-heart-bg .right-bg .bubble2 {
  width: 6px;
  padding-top: 6px;
  left: 66.45%;
  top: 49.58%;
}
.index-heart-box .index-heart-bg .right-bg .bubble2 .circle {
  background-color: #fff;
  opacity: 0.5;
}
.index-heart-box .index-heart-bg .right-bg .bubble3 {
  width: 15px;
  padding-top: 15px;
  left: 65.1%;
  top: 55.2%;
}
.index-heart-box .index-heart-bg .right-bg .bubble3 .circle {
  background-color: #fff;
  opacity: 0.5;
}
.index-heart-box .index-heart-bg .right-bg .bubble4 {
  width: 20px;
  padding-top: 20px;
  left: 66.97%;
  top: 68.75%;
}
.index-heart-box .index-heart-bg .right-bg .bubble4 .circle {
  background-color: #fff;
}
.index-heart-box .index-heart-bg .right-bg .bubble5 {
  width: 10px;
  padding-top: 10px;
  left: 74.89%;
  top: 56.97%;
}
.index-heart-box .index-heart-bg .right-bg .bubble5 .circle {
  background-color: #fff;
  opacity: 0.5;
}
.index-heart-box .index-heart-bg .right-bg .bubble6 {
  width: 10px;
  padding-top: 10px;
  left: 56.6%;
  top: 43.4375%;
}
.index-heart-box .index-heart-bg .right-bg .bubble6 .circle {
  background-color: #fff;
  opacity: 0.5;
}
.index-heart-box .index-heart-bg .right-bg .bubble7 {
  width: 36px;
  padding-top: 36px;
  right: 7.81%;
  bottom: 20.8%;
}
.index-heart-box .index-heart-bg .right-bg .bubble7 .circle {
  background: #fff;
  opacity: 0.5;
}
.index-heart-box .index-heart-bg .right-bg .bubble8 {
  width: 80px;
  padding-top: 80px;
  right: 5.52%;
  top: 10.83%;
}
.index-heart-box .index-heart-bg .right-bg .bubble8 .circle {
  background-color: #fff;
  opacity: 0.6;
}
.index-heart-box .index-heart-bg .right-bg .bubble9 {
  width: 10px;
  padding-top: 10px;
  right: 19.27%;
  top: 40.2%;
}
.index-heart-box .index-heart-bg .right-bg .bubble9 .circle {
  background-color: #fff;
  opacity: 0.5;
}
.index-heart-box .index-heart-bg .right-bg .bubble10 {
  width: 30px;
  padding-top: 30px;
  left: 52.7%;
  top: 41.1458%;
}
.index-heart-box .text-inner {
  overflow: hidden;
}
.index-heart-box .text-inner p {
  transform: translateY(100%);
}
.index-heart-box .text1 {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
  text-align: center;
  font-size: 1.75rem;
  color: #333;
  line-height: 2.2rem;
  transform-origin: top center;
}
.index-heart-box .text1 span {
  font-size: 2.5rem;
  font-family: "gilroy-regular";
}
.index-heart-box .text2 {
  position: absolute;
  left: 0;
  bottom: 32%;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.index-heart-box .text2 span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-size: 0.5rem;
  line-height: 0.6rem;
  color: #dc102e;
  padding-right: 0.7rem;
  position: relative;
  transform: translateY(100%);
}
.index-heart-box .text2 span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  background-color: #d80c25;
  border-radius: 100%;
  margin-top: -0.225rem;
  background-image: url('../img/index-heart-more.png');
  background-size: 0.45rem;
  background-position: center;
  background-repeat: no-repeat;
}
.index-heart-box .cup-group-box {
  position: absolute;
  left: 0;
  top: 42%;
  width: 100%;
}
.index-heart-box .heart-cup-box {
  width: 2.15rem;
  margin: 0 auto;
  position: relative;
}
.index-heart-box .heart-cup {
  display: block;
  width: 2.15rem;
  position: relative;
  opacity: 0;
  transform: scale(1.7);
  transform-origin: 50% 80%;
}
.index-heart-box .heart-cup img {
  width: 100%;
}
.index-heart-box .heart-cup .bubble {
  position: absolute;
  border-radius: 100%;
}
.index-heart-box .heart-cup .bubble1 {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  left: 78.8%;
  top: 29.54%;
}
.index-heart-box .heart-cup .bubble1 {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  left: 21.378%;
  top: 54.421%;
}
.index-heart-box .heart-cup .bubble2 {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #fff;
  left: 51.7647%;
  top: 62.5%;
}
.index-heart-box .heart-cup .bubble3 {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #fff;
  left: 72.473%;
  top: 61.4693%;
}
.index-heart-box .heart-cup .bubble4 {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #fff;
  left: 25.543%;
  top: 63.17%;
}
.index-heart-box .heart-cup .bubble5 {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #fff;
  left: 66.24%;
  top: 91%;
}
.index-heart-box .heart-cup .bubble6 {
  width: 0.2rem;
  height: 0.2rem;
  border: 1px solid #fff;
  left: 51.1244%;
  top: 73.295%;
}
.index-heart-box .heart-cup .bubble7 {
  width: 0.375rem;
  height: 0.375rem;
  border: 1px solid #fff;
  left: 24.5%;
  top: 76.42%;
}
.index-heart-box .heart-cup .bubble8 {
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #fff;
  left: 48%;
  top: 80%;
}
.index-heart-box .heart-cup .bubble9 {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  left: 74%;
  top: 53%;
}
.index-heart-box .heart-cup .bubble10 {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #f07f8d;
  left: 44%;
  top: 56%;
}
.index-heart-box .heart-cup .bubble11 {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #f07f8d;
  left: 70%;
  top: 71%;
}
.index-heart-box .heart-cup .bubble12 {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #f07f8d;
  left: 38%;
  top: 68%;
}
.index-heart-box .heart-cup .bubble13 {
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #fff;
  left: 23%;
  top: 70.9693%;
}
.index-heart-box .heart-cup .bubble14 {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  left: 43%;
  top: 85%;
}
.index-heart-box .heart-cup .bubble15 {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #f07f8d;
  left: 70%;
  top: 82.386%;
}
.index-heart-box .heart-cup .bubble16 {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #fff;
  left: 63%;
  top: 78.85284%;
}
.index-heart-box .heart-cup .bubble17 {
  width: 0.25rem;
  height: 0.25rem;
  background-color: #f07f8d;
  left: 28%;
  top: 90.636%;
}
.index-heart-box .cup-bubbles .bubble {
  position: absolute;
  border-radius: 100%;
  left: 92%;
  top: -1%;
  transform: scale(0);
}
.index-heart-box .cup-bubbles .bubble .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
}
.index-heart-box .cup-bubbles .bubble1 {
  width: 4.45rem;
  height: 4.45rem;
  margin: -2.225rem 0 0 -2.225rem;
  /* left:-205.263%;
	top:-267%; */
}
.index-heart-box .cup-bubbles .bubble2 {
  width: 7.25rem;
  height: 7.25rem;
  margin: -3.625rem 0 0 -3.625rem;
  /* left:57.8947%;
	top:-352.27%; */
  background-color: #fdf3f4;
}
.index-heart-box .cup-bubbles .bubble3 {
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  /* left:282.895%;
	top:-184%; */
  border: 2px solid #d80c25;
}
.index-heart-box .cup-bubbles .bubble4 {
  width: 2.35rem;
  height: 2.35rem;
  margin: -1.175rem 0 0 -1.175rem;
  /* left:138.16%;
	top:-173.86%; */
  background-color: #eee;
}
.index-heart-box .cup-bubbles .bubble5 {
  width: 1.65rem;
  height: 1.65rem;
  margin: -0.875rem 0 0 -0.875rem;
  /* left:21%;
	top:-170.45%; */
  border: 1px solid #d80c25;
}
.index-heart-box .cup-bubbles .bubble6 {
  width: 0.75rem;
  height: 0.75rem;
  margin: -0.375rem 0 0 -0.375rem;
  /* left:-42%;
	top:-156.8%; */
  background-color: #d80c25;
  opacity: 0.1;
}
.index-heart-box .cup-bubbles .bubble7 {
  width: 0.7rem;
  height: 0.7rem;
  margin: -0.35rem 0 0 -0.35rem;
  /* left:-56.578%;
	top:-129.54%; */
  background-color: #d80c25;
}
.index-heart-box .cup-bubbles .bubble8 {
  width: 0.7rem;
  height: 0.7rem;
  margin: -0.35rem 0 0 -0.35rem;
  /* left:223.684%;
	top:-113.63%; */
  background-color: #d80c25;
}
.index-heart-box .cup-bubbles .bubble9 {
  width: 3.25rem;
  height: 3.25rem;
  margin: -1.625rem 0 0 -1.625rem;
  /* left:5.26%;
	top:-114.77%; */
}
.index-heart-box .cup-bubbles .bubble10 {
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  /* left:203.947%;
	top:-69.3%; */
  background-color: #d80c25;
}
.index-heart-box .cup-bubbles .bubble11 {
  width: 0.35rem;
  height: 0.35rem;
  margin: -0.175rem 0 0 -0.175rem;
  /* left:0;
	top:-42%; */
  border: 1px solid #d80c25;
}
.index-heart-box .cup-bubbles .bubble12 {
  width: 0.5rem;
  height: 0.5rem;
  margin: -0.25rem 0 0 -0.25rem;
  /* left:92.1%;
	top:-31.25%; */
  border: 1px solid #d80c25;
}
.index-heart-box .cup-bubbles .bubble13 {
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  /* left:102.63%;
	top:-10.2%; */
  background-color: #d80c25;
}
.index-heart-box .heart-line {
  position: absolute;
  left: 190%;
  top: -20%;
  width: 986%;
  overflow: hidden;
}
.index-heart-box .heart-line img {
  width: 100%;
  opacity: 0;
}
.index-heart-box .heart-line .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.index-heart-box .heart-line .m-line {
  display: none;
}
.index-heart-box .index-heart-bg .left-bg .sm-bubble .circle,
.index-heart-box .index-heart-bg .right-bg .sm-bubble .circle {
  transform-origin: 30% 30px;
}
