
.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;
}
.lead_page {
  width: 100%;
  height: 100%;
  background: url("../image/bg.jpg") center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  -o-background-size: cover;
  background-size: cover;
}
.lead_logo {
  width: 428px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -214px;
  margin-top: -100px;
  background: url(../image/logo3.png) center bottom no-repeat;
}
.lead_logo.ani span:before {
  opacity: 1;
  visibility: visible;
}
.lead_logo span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  mask-image: url(../image/logo4.png);
  -webkit-mask-image: url(../image/logo4.png);
  mask-position: center bottom;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  z-index: 2;
}
.lead_logo span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../image/uFpLbYt.png);
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  -webkit-animation: wave-animation 1.2s 0.4s infinite linear, loading-animation 6s 0.4s infinite linear;
  -moz-animation: wave-animation 1.2s 0.4s infinite linear, loading-animation 6s 0.4s infinite linear;
  -o-animation: wave-animation 1.2s 0.4s infinite linear, loading-animation 6s 0.4s infinite linear;
  animation: wave-animation 1.2s 0.4s infinite linear, loading-animation 6s 0.4s infinite linear;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes wave-animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 100% bottom;
  }
}
@-moz-keyframes wave-animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 100% bottom;
  }
}
@-o-keyframes wave-animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 100% bottom;
  }
}
@keyframes wave-animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 100% bottom;
  }
}
@-webkit-keyframes loading-animation {
  0% {
    background-size: 100% 0px;
  }
  100% {
    background-size: 100% 150%;
  }
}
@-moz-keyframes loading-animation {
  0% {
    background-size: 100% 0px;
  }
  100% {
    background-size: 100% 150%;
  }
}
@-o-keyframes loading-animation {
  0% {
    -o-background-size: 100% 0px;
    background-size: 100% 0px;
  }
  100% {
    -o-background-size: 100% 150%;
    background-size: 100% 150%;
  }
}
@keyframes loading-animation {
  0% {
    -o-background-size: 100% 0px;
    background-size: 100% 0px;
  }
  100% {
    -o-background-size: 100% 150%;
    background-size: 100% 150%;
  }
}
.lead_progress {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}
.lead_water {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  /* // opacity: 0; */
  width: 5800px;
  margin-left: -2900px;
  height: 9400px;
  margin-top: -4700px;
  transform: scale(0);
  visibility: hidden;
  transition: 5s;
  pointer-events: none;
}
.lead_page.loaded .lead_water {
  transform: scale(1);
  visibility: visible;
  pointer-events: visible;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  padding: 0 7.295%;
  width: 100%;
  z-index: 99;
  height: 99px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
.header:hover,
.header.active,
.header.innerbg {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.06);
}
.header:hover .logo img.show,
.header.active .logo img.show,
.header.innerbg .logo img.show {
  opacity: 0;
  visibility: hidden;
}
.header:hover .logo img.hide,
.header.active .logo img.hide,
.header.innerbg .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header:hover .header-navs > li:before,
.header.active .header-navs > li:before,
.header.innerbg .header-navs > li:before {
  background: url(../image/ds2.png) center no-repeat;
}
.header:hover .header-navs > li > a,
.header.active .header-navs > li > a,
.header.innerbg .header-navs > li > a {
  color: #333333;
}
.header:hover .search span,
.header.active .search span,
.header.innerbg .search span {
  color: #7e7e7e;
}
.header:hover .en a,
.header.active .en a,
.header.innerbg .en a {
  color: #939393;
}
.header:hover .en a:hover,
.header.active .en a:hover,
.header.innerbg .en a:hover {
  color: #b22e30;
}
.logo {
  display: block;
  position: relative;
  width: 236px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.44s;
  -o-transition: 0.44s;
  -moz-transition: 0.44s;
  transition: 0.44s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header-ri {
  position: relative;
  z-index: 3;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navs > li {
  position: relative;
  padding: 0 30px;
}
.header-navs > li:hover .navs-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: visible;
}
.header-navs > li:hover:before,
.header-navs > li.active:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.header-navs > li:before {
  position: absolute;
  left: 50%;
  margin-left: -48px;
  bottom: 15px;
  content: "";
  width: 97px;
  height: 50px;
  background: url(../image/ds1.png) left center no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.header-navs > li > a {
  display: block;
  position: relative;
  z-index: 3;
  line-height: 99px;
  color: #fff;
  font-size: 18px;
}
.navs-menu {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 100%;
  padding: 15px 0;
  z-index: 5;
  width: 120px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  pointer-events: none;
  transition: 0.48s;
}
.navs-menu:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -7px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #fff;
}
.navs-menu li {
  margin-bottom: 10px;
  text-align: center;
}
.navs-menu li:last-child {
  margin-bottom: 0;
}
.navs-menu li a {
  display: inline-block;
  color: #333333;
  font-size: 15px;
}
.navs-menu li a:hover {
  color: #b22e30;
}
.header-edite {
  position: relative;
  z-index: 4;
  margin-left: 6px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search {
  position: relative;
}
.search span {
  display: block;
  padding: 0 10px;
  color: #fff;
  line-height: 99px;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.search:hover .search-down {
  opacity: 1;
  visibility: visible;
  top: 80%;
  pointer-events: visible;
}
.search-down {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}
.search-down .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  width: 280px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  border: none;
  outline: none;
  color: #333333;
  font-size: 14px;
}
.search-down .sub {
  position: absolute;
  right: 18px;
  top: 0;
  color: #333;
  font-size: 20px;
  border: none;
  line-height: 40px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  background: none;
}
.search-down .sub:hover {
  color: #b22e30;
}
.en {
  margin-left: 13px;
}
.en a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.en a:hover {
  color: #b22e30;
}
.navs__down {
  position: fixed;
  left: 0;
  top: 99px;
  width: 100%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 7px 7px inset rgba(0, 0, 0, 0.06);
}
.header-bg {
  position: fixed;
  left: 0;
  top: 99px;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: none;
}
.navs-item-wr {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.navs-item-left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 55px 48px 45px 0;
  width: 28.64%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #eeeeee;
}
.navs-leval-wrap {
  width: 262px;
}
.navs-tab {
  min-height: 150px;
}
.navs-leval {
  display: none;
  margin-left: 37px;
  padding-bottom: 28px;
}
.navs-leval:first-child {
  display: block;
}
.navs-leval li {
  margin-bottom: 14px;
}
.navs-leval li a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
}
.navs-leval li a:hover {
  color: #b22e30;
}
.navs-shopping {
  padding-top: 29px;
  border-top: 1px solid #bebebe;
}
.navs__menu {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.78s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 0.78s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: 0.78s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.78s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0 0 15px inset rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.navs__menu.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.navs__menu__list {
  width: 100%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 20px;
}
.navs__menu__list > li {
  text-align: center;
}
.navs__menu__list > li:last-child {
  margin-bottom: 0;
}
.navs__menu__list > li > a {
  display: inline-block;
  margin: auto;
  line-height: 48px;
  font-size: 18px;
  color: #b22e30;
}
.navs__menu__li {
  padding: 10px 0;
  width: 100%;
  background: #eeeeee;
  display: none;
}
.navs__menu__li li {
  margin-bottom: 10px;
}
.navs__menu__li li:last-child {
  margin-bottom: 0;
}
.navs__menu__li li a {
  display: inline-block;
  color: #333;
  font-size: 15px;
}
.tels {
  margin-bottom: 23px;
}
.tels a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tels a i {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../image/tel.png) center no-repeat;
}
.tel-text span {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #b22e30;
  font-size: 14px;
}
.tel-text b {
  display: block;
  line-height: 1;
  color: #b22e30;
  font-size: 30px;
  font-family: "思源黑体 CN";
}
.navs-href {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shoping {
  padding-left: 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.shoping a {
  margin-right: 28px;
  display: block;
  line-height: 1;
  color: #a9a9a9;
  font-size: 22px;
  font-weight: lighter;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.shoping a.jd {
  width: 61px;
  height: 23px;
  background: url(../image/jd.png) center no-repeat;
}
.shoping a.jd:hover {
  background: url(../image/jd1.png) center no-repeat;
}
.shoping a.tm {
  width: 51px;
  height: 24px;
  background: url(../image/tm.png) center no-repeat;
}
.shoping a.tm:hover {
  background: url(../image/tm1.png) center no-repeat;
}
.header-share {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.header-share a {
  display: block;
  line-height: 1;
  width: 27px;
  height: 27px;
  border: 2px solid #b6b6b6;
  color: #b6b6b6;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  color: #a9a9a9;
  font-size: 22px;
}
.header-share a:first-child {
  margin-right: 19px;
}
.header-share a:hover {
  color: #b22e30;
}
.header-share a:hover {
  border-color: #b22e30;
  color: #b22e30;
}
.navs-info {
  width: 81.36%;
  background: #fff;
  background-position: right center;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.navs-info a {
  display: inline-block;
  margin-left: 80px;
  margin-top: 47px;
  width: 445px;
}
.navs-info a strong {
  display: block;
  margin-bottom: 42px;
  line-height: 1.2;
  color: #333333;
  font-size: 28px;
  font-weight: normal;
}
.navs-info a p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.navs-info a span {
  display: block;
  margin-top: 46px;
  width: 150px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #b22e30;
}
.navs-info a span:hover i {
  left: 4px;
}
.navs-info a span i {
  position: relative;
  top: -1px;
  left: 0;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.banner {
  position: relative;
  height: 100vh;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide.swiper-slide-active figure img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 4s linear;
  -o-transition: 4s linear;
  -moz-transition: 4s linear;
  transition: 4s linear;
}
.banner-slide.swiper-slide-active .btext img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.banner-slide a {
  position: relative;
  display: block;
  transition: 0s;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.banner-slide figure img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 1s 1s linear;
  -o-transition: 1s 1s linear;
  -moz-transition: 1s 1s linear;
  transition: 1s 1s linear;
}
.banner-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.btext {
  position: absolute;
  left: 34.8%;
  bottom: 12.3%;
  width: 27.86%;
}
.btext img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 1s 0.6s;
  -o-transition: 1s 0.6s;
  -moz-transition: 1s 0.6s;
  transition: 1s 0.6s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.numble {
  position: absolute;
  right: 90px;
  bottom: 52px;
  line-height: 1;
  z-index: 10;
}
.numble:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -13px;
  content: "";
  width: 19px;
  height: 26px;
  background: url(../image/line1.png) center no-repeat;
}
.numble-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.numble-item:first-child {
  margin-bottom: 6px;
}
.numble-item b {
  display: block;
  margin-right: 20px;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  cursor: pointer;
  opacity: 0.43;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.numble-item b:hover {
  opacity: 1;
}
.numble-item span {
  display: block;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
}
.numble-item-b {
  padding-left: 84px;
}
.numble-item-b span {
  opacity: 0.43;
}
.numble-item-b b {
  margin-right: 0;
  margin-left: 20px;
}
.real-time {
  position: relative;
  height: 100vh;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.real-wrap {
  position: absolute;
  left: 50%;
  margin-left: -37.5%;
  top: 20%;
  width: 75%;
}
.real-top {
  margin-bottom: 3.854vw;
  text-align: center;
}
.real-top strong {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 44px;
  font-weight: normal;
  margin-bottom: 36px;
}
.real-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.real-btn li {
  position: relative;
  z-index: 3;
  margin-right: 18px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.real-btn li:before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 0;
  height: 100%;
  background: #b22e30;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.real-btn li:hover,
.real-btn li.active {
  color: #fff;
}
.real-btn li:hover:before,
.real-btn li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.real-btn li:last-child {
  margin-right: 0;
}
.real-tab {
  position: relative;
}
.real-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.real-item.show {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.real-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.real-list li {
  margin-right: 3.125%;
  width: 31.25%;
}
.real-list li:nth-child(3n+3) {
  margin-right: 0;
}
.real-list li a:hover strong {
  color: #b22e30;
}
.real-list li a:hover figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.real-list li a:hover .real-down span {
  color: #b22e30;
}
.real-list li strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #333333;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.real-list li p {
  color: #666666;
  font-size: 16px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.real-list li figure {
  margin-top: 26px;
  position: relative;
  display: block;
  padding-bottom: 42.55%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.real-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.real-down {
  margin-top: 26px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.real-down time {
  display: block;
  color: #333333;
  font-size: 16px;
}
.real-down span {
  display: block;
  color: #333333;
  font-size: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.product-line {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.product-swiper {
  height: 100%;
}
.pro-slide {
  overflow: hidden;
}
.pro-slide.swiper-slide-active figure img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  -moz-transition: 5s linear;
  transition: 5s linear;
}
.pro-slide.swiper-slide-active .product-pg img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pro-slide.swiper-slide-active .pro-text h4 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pro-slide.swiper-slide-active .pro-text strong,
.pro-slide.swiper-slide-active .pro-text p,
.pro-slide.swiper-slide-active .pro-text span {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.pro-slide.swiper-slide-active .pro-text p {
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.pro-slide.swiper-slide-active .pro-text span {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.pro-slide a {
  display: block;
}
.pro-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.pro-slide figure img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: 1.8s 1s;
  -o-transition: 1.8s 1s;
  -moz-transition: 1.8s 1s;
  transition: 1.8s 1s;
}
.pro-text {
  position: absolute;
  left: 12.5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pro-text h4 {
  display: block;
  position: relative;
  padding-bottom: 42px;
  line-height: 1;
  color: #fff;
  font-size: 58px;
  font-weight: normal;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;
}
.pro-text h4:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
}
.pro-text strong {
  display: block;
  margin-top: 38px;
  margin-bottom: 40px;
  line-height: 1.2;
  color: #fff;
  font-size: 38px;
  font-weight: normal;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1s;
  transition: -webkit-clip-path 1s;
  -o-transition: clip-path 1s;
  -moz-transition: clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
}
.pro-text p {
  color: #fff;
  font-size: 18px;
  width: 500px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1s;
  transition: -webkit-clip-path 1s;
  -o-transition: clip-path 1s;
  -moz-transition: clip-path 1s;
  transition: clip-path 1s;
  transition: clip-path 1s, -webkit-clip-path 1s;
}
.pro-text p b {
  font-weight: bold;
}
.pro-text span {
  position: relative;
  z-index: 3;
  margin-top: 42px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.5s;
  transition: -webkit-clip-path 0.5s;
  -o-transition: clip-path 0.5s;
  -moz-transition: clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
.pro-text span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.pro-text span:hover,
.pro-text span.active {
  color: #fff;
}
.pro-text span:hover:before,
.pro-text span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.product-pg {
  position: absolute;
  right: 14.58%;
  top: 0;
  height: 100%;
}
.product-pg img {
  display: block;
  height: 100%;
  width: auto;
  -webkit-transition: 2s;
  -o-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.product-tab-btn {
  position: absolute;
  left: 0;
  bottom: 66px;
  z-index: 10;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12.5%;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.product-tab-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.product-tab-list li {
  position: relative;
  cursor: pointer;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-tab-list li:hover i:before,
.product-tab-list li.active i:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product-tab-list li .product-wr {
  display: inline-block;
}
.product-tab-list li.active:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 2s 1.5s linear transform;
  -o-transition: 2s 1.5s linear transform;
  -moz-transition: 2s 1.5s linear transform;
  transition: 2s 1.5s linear transform;
}
.product-tab-list li:first-child:before {
  left: 0;
  width: -webkit-calc(130%);
  width: -moz-calc(130%);
  width: calc(100% + 30px);
}
.product-tab-list li:first-child .product-wr {
  text-align: left;
}
.product-tab-list li:first-child .product-wr i {
  margin-left: 0;
}
.product-tab-list li:first-child .product-wr span {
  text-align: left;
}
.product-tab-list li:nth-child(5):before {
  width: -webkit-calc(94%);
  width: -moz-calc(94%);
  width: calc(94%);
}
.product-tab-list li:last-child {
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.product-tab-list li:last-child:before {
  width: 14vw;
  left: 17px;
}
.product-tab-list li:before {
  position: absolute;
  left: 33px;
  top: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 2s 0s linear transform;
  -o-transition: 2s 0s linear transform;
  -moz-transition: 2s 0s linear transform;
  transition: 2s 0s linear transform;
}
.product-tab-list li i {
  display: block;
  position: relative;
  margin: auto;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.product-tab-list li i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  content: "";
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.45s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.product-tab-list li span {
  display: block;
  text-align: center;
  margin-top: 20px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.pro-numble {
  position: absolute;
  left: 12.5%;
  bottom: 140px;
  line-height: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-family: "Times New Roman";
  z-index: 10;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pro-numble b {
  position: relative;
  top: 2px;
  margin-right: 4px;
  font-size: 36px;
  font-weight: normal;
}
.pro-numble span {
  margin-left: 4px;
}
.indexBanner {
  position: relative;
  width: 100%;
  height: -webkit-calc(100vh);
  height: -moz-calc(100vh);
  height: calc(100vh);
  overflow: hidden;
}
.indexBanner .banner-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.indexBanner .banner-box .slide-wrapper {
  opacity: 0;
}
.indexBanner .banner-box canvas {
  position: absolute;
  z-index: 10;
}
.indexBanner .banner-box:after {
  content: "";
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.indexBanner #clock {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-left: 13vw;
  z-index: 30;
  width: 27vw;
  height: 27vw;
}
.indexBanner #clock > img {
  height: 100%;
  position: absolute;
  z-index: 3;
}
.indexBanner #clock .time-box {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.indexBanner #clock .time-box > ul {
  width: 0;
  position: absolute;
}
.indexBanner #clock .time-box > ul.time-num {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  bottom: 55%;
  left: 50%;
  height: 50%;
  color: #ffffff;
}
.indexBanner #clock .time-box > ul.time-num > li > i {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.indexBanner #clock .time-box > ul.time-num > li.on > i {
  opacity: 1;
}
.indexBanner #clock .time-box > ul > li {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.indexBanner #clock .time-box > ul > li i {
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 26px;
  font-style: normal;
  line-height: 1;
}
.indexBanner #clock .time-box > ul > li:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(1) i {
  -webkit-transform: translateX(-50%) rotate(-180deg);
  -moz-transform: translateX(-50%) rotate(-180deg);
  -ms-transform: translateX(-50%) rotate(-180deg);
  -o-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(2) {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(2) i {
  -webkit-transform: translateX(-50%) rotate(-240deg);
  -moz-transform: translateX(-50%) rotate(-240deg);
  -ms-transform: translateX(-50%) rotate(-240deg);
  -o-transform: translateX(-50%) rotate(-240deg);
  transform: translateX(-50%) rotate(-240deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(3) {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(3) i {
  -webkit-transform: translateX(-50%) rotate(-300deg);
  -moz-transform: translateX(-50%) rotate(-300deg);
  -ms-transform: translateX(-50%) rotate(-300deg);
  -o-transform: translateX(-50%) rotate(-300deg);
  transform: translateX(-50%) rotate(-300deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(4) {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(4) i {
  -webkit-transform: translateX(-50%) rotate(-360deg);
  -moz-transform: translateX(-50%) rotate(-360deg);
  -ms-transform: translateX(-50%) rotate(-360deg);
  -o-transform: translateX(-50%) rotate(-360deg);
  transform: translateX(-50%) rotate(-360deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(5) {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(5) i {
  -webkit-transform: translateX(-50%) rotate(-60deg);
  -moz-transform: translateX(-50%) rotate(-60deg);
  -ms-transform: translateX(-50%) rotate(-60deg);
  -o-transform: translateX(-50%) rotate(-60deg);
  transform: translateX(-50%) rotate(-60deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(6) {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.indexBanner #clock .time-box > ul > li:nth-of-type(6) i {
  -webkit-transform: translateX(-50%) rotate(-120deg);
  -moz-transform: translateX(-50%) rotate(-120deg);
  -ms-transform: translateX(-50%) rotate(-120deg);
  -o-transform: translateX(-50%) rotate(-120deg);
  transform: translateX(-50%) rotate(-120deg);
}
.indexBanner #clock .time-box > ul.time-cir {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
  bottom: 50.4%;
  left: 50%;
  height: 50%;
}
.indexBanner #clock .time-box > ul.time-cir > li > i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0.8;
  cursor: pointer;
  pointer-events: auto;
}
.indexBanner #clock .time-box > ul.time-cir > li > i > span {
  position: absolute;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  left: -1px;
  top: -1px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  text-indent: -2px;
}
.indexBanner #clock .time-box > ul.time-cir > li.on {
  pointer-events: none;
}
.indexBanner #clock .time-box > ul.time-cir > li.on > i {
  opacity: 1;
  pointer-events: none;
}
.indexBanner #clock .time-box > ul.time-cir > li.on > i > span {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 1;
  pointer-events: none;
}
.indexBanner #clock .time-box .time-el {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.indexBanner #clock .time-box .time-el .fen {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 12%;
  -webkit-transform-origin: 50% 76%;
  -moz-transform-origin: 50% 76%;
  -ms-transform-origin: 50% 76%;
  -o-transform-origin: 50% 76%;
  transform-origin: 50% 76%;
  height: 50%;
  width: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-timing-function: cubic-bezier(0.59, 0, 0.42, 0.99);
  -moz-animation-timing-function: cubic-bezier(0.59, 0, 0.42, 0.99);
  -o-animation-timing-function: cubic-bezier(0.59, 0, 0.42, 0.99);
  animation-timing-function: cubic-bezier(0.59, 0, 0.42, 0.99);
}
.indexBanner #clock .time-box .time-el .fen.on {
  -webkit-animation-name: gorotate;
  -moz-animation-name: gorotate;
  -o-animation-name: gorotate;
  animation-name: gorotate;
}
.indexBanner #clock .time-box .time-el .shi {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45%;
  -webkit-transform-origin: 50% 12.5%;
  -moz-transform-origin: 50% 12.5%;
  -ms-transform-origin: 50% 12.5%;
  -o-transform-origin: 50% 12.5%;
  transform-origin: 50% 12.5%;
  height: 40%;
  width: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-transition: all 1.6s ease-in-out;
  -o-transition: all 1.6s ease-in-out;
  -moz-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
}
.indexBanner #clock .time-box .time-el .shi.on {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
.indexBanner #clock .time-move {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.indexBanner #clock .time-move canvas {
  width: 100% !important;
  height: 100% !important;
}
.indexBanner .msg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.indexBanner .msg-box > ul {
  position: relative;
  height: 100%;
}
.indexBanner .msg-box > ul > li {
  height: 100%;
  width: 100%;
  position: relative;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(1) {
  position: absolute;
  right: 16.87%;
  top: 55%;
  margin-top: -229px;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li {
  display: none;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li h3,
.indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li h5 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li.on {
  display: block;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li {
  display: none;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a i {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: inline-block;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a:hover {
  color: #ffffff;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  color: #ffffff;
}
.indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li.on {
  display: block;
}
.msg_1_box {
  width: 460px;
}
.msg_1 {
  color: #ffffff;
}
.msg_1 li {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 1600ms ease 0s;
  -o-transition: all 1600ms ease 0s;
  -moz-transition: all 1600ms ease 0s;
  transition: all 1600ms ease 0s;
  -webkit-transform: translateX(25%);
  -moz-transform: translateX(25%);
  -ms-transform: translateX(25%);
  -o-transform: translateX(25%);
  transform: translateX(25%);
  line-height: 1;
}
.msg_1 li.on {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
  height: auto;
}
.msg_my .mm1 {
  font-size: 48px;
  padding-bottom: 50px;
}
.msg_my .mm2 {
  padding-bottom: 30px;
}
.msg_my .mm3 {
  padding-bottom: 50px;
  font-size: 26px;
}
.msg_my .mm4 {
  padding-bottom: 70px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 26px;
}
.msg_my a {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 122px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  border-radius: 38px;
  border: 1px solid #fff;
  overflow: hidden;
}
.msg_my a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.msg_my a:hover,
.msg_my a.active {
  color: #fff;
}
.msg_my a:hover:before,
.msg_my a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.msg_my a:hover {
  color: #b22e30;
}
.service-centre {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100vh;
}
.service-item {
  position: relative;
  width: 33.3333%;
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 0.8s 0.4s;
  transition: -webkit-clip-path 0.8s 0.4s;
  -o-transition: clip-path 0.8s 0.4s;
  -moz-transition: clip-path 0.8s 0.4s;
  transition: clip-path 0.8s 0.4s;
  transition: clip-path 0.8s 0.4s, -webkit-clip-path 0.8s 0.4s;
}
.service-item:hover .service-bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.home-slide.swiper-slide-active .service-item {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.home-slide.swiper-slide-active .service-item:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.home-slide.swiper-slide-active .service-item:nth-child(3) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.service-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  -webkit-transition: 0.88s;
  -o-transition: 0.88s;
  -moz-transition: 0.88s;
  transition: 0.88s;
}
.service-texts {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -79px;
  text-align: center;
}
.service-texts strong {
  display: block;
  margin-bottom: 40px;
  line-height: 1;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
}
.service-texts p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.support {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.support li {
  margin-right: 46px;
}
.support li:last-child {
  margin-right: 0;
}
.support li a {
  display: block;
  line-height: 2;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
.support li a:hover {
  color: #b22e30;
  border-color: #b22e30;
}
.service-line b {
  margin-top: 10px;
  color: #ffffff;
  font-size: 30px;
}
.footer {
  padding: 75px 12.5% 42px;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.footer-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-navs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-navs-item {
  display: block;
  width: 8.3333vw;
}
.footer-navs-item:last-child {
  width: auto;
}
.footer-navs-item dt {
  display: block;
  margin-bottom: 20px;
}
.footer-navs-item dt a {
  display: inline-block;
  position: relative;
  z-index: 2;
  line-height: 1.2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.footer-navs-item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.44s;
  z-index: -1;
}
.footer-navs-item dt a:hover,
.footer-navs-item dt a.active {
  color: #fff;
}
.footer-navs-item dt a:hover:before,
.footer-navs-item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer-navs-item dd {
  display: block;
}
.footer-navs-item dd p {
  margin-bottom: 6px;
}
.footer-navs-item dd p a {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-size: 14px;
  opacity: 0.5;
}
.footer-navs-item dd p a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.44s;
  z-index: -1;
}
.footer-navs-item dd p a:hover,
.footer-navs-item dd p a.active {
  color: #fff;
}
.footer-navs-item dd p a:hover:before,
.footer-navs-item dd p a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer-navs-item dd p a:hover {
  color: #fff;
  opacity: 1;
}
.footer-right {
  padding-top: 15px;
  width: 22.95%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.links {
  position: relative;
  z-index: 5;
  width: 258px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.links span {
  display: block;
  padding-left: 12px;
  position: relative;
  z-index: 3;
  border: 1px solid #cacaca;
  height: 42px;
  line-height: 42px;
  color: #333333;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
}
.links span:before {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b8b8b8;
}
.links:hover .link-down {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: visible;
}
.link-down {
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  pointer-events: none;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.link-down li {
  border-bottom: 1px solid #cacaca;
}
.link-down li a {
  display: inline-block;
  padding-left: 12px;
  height: 44px;
  line-height: 44px;
  color: #333333;
  font-size: 14px;
}
.link-down li a:hover {
  color: #b22e30;
}
.subscripte {
  margin-top: 22px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 258px;
  max-width: 100%;
}
.subscripte-imgs {
  width: 116px;
}
.subscripte-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.subscripte-info {
  padding-top: 14px;
  width: 116px;
}
.subscripte-info p {
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 16px;
}
.subscripte-in {
  margin-top: 15px;
}
.subscripte-in span {
  position: relative;
  display: block;
  margin-bottom: 4px;
  text-align: center;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  background: #fff;
  color: #b22e30;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.subscripte-in span:hover,
.subscripte-in span.active {
  background: #b22e30;
  color: #fff;
}
.subscripte-in span:hover:before,
.subscripte-in span.active:before {
  opacity: 1;
  visibility: visible;
}
.subscripte-in span:before {
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -6px;
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #b22e30;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.footer-menus {
  width: 100%;
  margin-top: 88px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-menu-item {
  text-align: center;
}
.footer-menu-item:hover b {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.footer-menu-item b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.footer-menu-item span {
  display: block;
  margin-top: 12px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.footer-search {
  position: relative;
  margin-top: 30px;
  width: 100%;
}
.footer-search i {
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  line-height: 49px;
  color: #999999;
  font-size: 14px;
  font-style: normal;
}
.footer-search .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 0;
  padding-left: 36px;
  border-left: 1px solid #7c8596;
  color: #999999;
  font-size: 14px;
  line-height: 49px;
  background: #fff;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer-search-wr {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-search-wr .sub {
  border: none;
  padding: 0;
  width: 110px;
  height: 49px;
  line-height: 49px;
  color: #fff;
  font-size: 16px;
  font-family: "微软雅黑";
  background: #b22e30;
  cursor: pointer;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.footer-search-wr .sub:hover {
  background: #872324;
}
.footer-bott {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.footer-address p {
  color: #fefefe;
  font-size: 16px;
  line-height: 2;
  opacity: 0.5;
}
.footer-address a {
  margin-left: 10px;
  color: #fefefe;
}
.footer-address a:hover {
  opacity: 1;
}
.footer-design {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-design a {
  color: #fefefe;
  font-size: 16px;
  line-height: 2;
  opacity: 0.5;
}
.footer-design a:hover {
  opacity: 1;
}
.home-swiper {
  height: 100vh;
}
.home-slide {
  overflow: hidden;
  opacity: 0.3;
  -webkit-transition: opacity 1s 0ms;
  -o-transition: opacity 1s 0ms;
  -moz-transition: opacity 1s 0ms;
  transition: opacity 1s 0ms;
}
.home-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.suspension {
  position: fixed;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}
.suspension-list li {
  margin-bottom: 4px;
}
.suspension-list li:last-child {
  margin-bottom: 0;
}
.suspension-list li a {
  display: block;
  z-index: 3;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.suspension-list li a:before {
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.suspension-list li a:hover,
.suspension-list li a.active {
  color: #fff;
}
.suspension-list li a:hover:before,
.suspension-list li a.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.suspension-list li a:hover i {
  color: #b22e30;
}
.suspension-list li a:hover span {
  color: #b22e30;
}
.suspension-list li a:hover span:before {
  top: -2px;
  border-bottom: 5px solid #b22e30;
}
.suspension-list li a i {
  display: block;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.suspension-list li a span {
  position: relative;
  top: 12px;
  padding-top: 10px;
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.suspension-list li a span:before {
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid #fff;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.suspension-list li:nth-child(3) a:hover i {
  color: #55b837;
}
.mtop {
  height: 99px;
}
.posite {
  position: relative;
  padding: 0 7.295%;
  background: #f5f5f5;
  height: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}
.posite-locate {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.posite-locate span,
.posite-locate a,
.posite-locate b {
  display: inline-block;
  color: #333333;
  font-size: 16px;
}
.posite-locate span {
  margin-right: 10px;
}
.posite-locate b {
  margin: 0 8px;
  font-weight: normal;
}
.posite-locate a:hover {
  color: #b22e30;
}
.leval-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.leval-menu li {
  margin-left: 80px;
}
.leval-menu li:first-child {
  margin-left: 0;
}
.leval-menu li:hover a,
.leval-menu li.active a {
  color: #b22e30;
  font-weight: bold;
}
.leval-menu li a {
  display: inline-block;
  color: #333333;
  font-size: 16px;
}
.company-profile {
  padding: 92px 10% 170px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -o-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.profile {
  width: 54.55%;
}
.about-title strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #333333;
  font-size: 50px;
  font-weight: normal;
}
.about-title small {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 30px;
  text-transform: uppercase;
}
.profile-text {
  padding-right: 40px;
  margin-top: 52px;
  height: 396px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.profile-text::-webkit-scrollbar {
  width: 4px;
}
.profile-text p {
  color: #333333;
  font-size: 16px;
}
.profile-data {
  margin-top: 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-data-item {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.profile-data-item:last-child {
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.profile-data-item p {
  color: #b22e30;
  font-size: 16px;
  line-height: 1;
}
.profile-data-item p b {
  display: inline-block;
  margin-right: 8px;
  font-size: 60px;
  font-family: "Impact";
  font-weight: normal;
}
.profile-data-item span {
  display: block;
  margin-top: 24px;
  color: #333333;
  font-size: 18px;
  line-height: 1;
}
.structure {
  text-align: center;
  padding: 120px 0;
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.about-title-center {
  margin: auto;
  text-align: center;
  display: inline-block;
}
.structure-imgs {
  margin: auto;
  margin-top: 90px;
  width: 1216px;
  max-width: 90%;
}
.structure-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.speed {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.speed-imgs {
  width: 50%;
}
.speed-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 73.958%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.speed-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.speed-fix {
  margin-right: 10%;
  width: 30.5%;
}
.speed-text {
  margin-top: 40px;
  padding-right: 48px;
  height: 282px;
  overflow-y: auto;
}
.speed-text p {
  color: #333333;
  font-size: 16px;
}
.speed-cm {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 46px;
  margin-top: 42px;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.speed-cm-item {
  display: flex;
  align-items: center;
}
.speed-cm-item p {
  text-align: right;
  margin-right: 15px;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
}
.speed-cm-item img {
  display: block;
  width: auto;
  height: 69px;
}
.high-level {
  position: relative;
  padding: 145px 0 154px;
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.high-top {
  padding: 0 10%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.high-top .about-title strong,
.high-top .about-title small {
  color: #fff;
}
.high-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.high-btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 58px;
  height: 58px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 58px;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 35px;
  overflow: hidden;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.high-btn span:before {
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.high-btn span:hover,
.high-btn span.active {
  color: #fff;
}
.high-btn span:hover:before,
.high-btn span.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.high-btn span:hover {
  color: #b22e30;
}
.high-btn span.prev {
  text-indent: -4px;
}
.high-btn span.next {
  text-indent: 4px;
}
.high-swiper {
  padding-left: 10%;
  margin-top: 80px;
}
.high-slide {
  margin-right: 48px;
  width: 288px;
  cursor: pointer;
}
.high-slide:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.high-slide figure {
  position: relative;
  display: block;
  padding-bottom: 133.42%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.high-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.high-text {
  margin-top: 22px;
}
.high-text strong {
  display: block;
  margin-bottom: 9px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.high-text p {
  color: #999999;
  font-size: 16px;
}
.high-pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 199;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.high-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.high-pop.show .high-pop-text {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.high-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.high-pop-text {
  position: absolute;
  left: 50%;
  margin-left: -40%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 100px;
  -webkit-transition: 0.78s;
  -o-transition: 0.78s;
  -moz-transition: 0.78s;
  transition: 0.78s;
}
.high-close {
  display: block;
  position: absolute;
  right: 0;
  top: -92px;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.high-close:Hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.high-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 66px 70px;
}
.high-imgs {
  width: 30%;
}
.high-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 133.42%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.high-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.high-content {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 6.543%;
}
.high-con-top {
  margin-bottom: 52px;
}
.high-con-top strong {
  display: block;
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 32px;
  line-height: 1;
  color: #333333;
  font-size: 38px;
}
.high-con-top strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 34px;
  height: 4px;
  background: #b22e30;
}
.high-con-top p {
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}
.high-hidden {
  height: 215px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.high-hidden p {
  color: #999999;
  font-size: 16px;
  line-height: 2;
}
.slidetop.article-block,
.list-animate.article-block li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}
.slidetop.articleShow,
.list-animate.articleShow li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block li:nth-child(2),
.list-animate.article-block div:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block li:nth-child(3),
.list-animate.article-block div:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(4),
.list-animate.article-block div:nth-child(4) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.slidetop.detay4.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(5) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.slidetop.detay6.article-block,
.list-animate.article-block li:nth-child(6),
.list-animate.article-block div:nth-child(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.about-title.article-block,
.concept-title.article-block {
  display: inline-block;
}
.about-title.article-block strong,
.concept-title.article-block strong,
.about-title.article-block small,
.concept-title.article-block small {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 2.5s;
  transition: -webkit-clip-path 2.5s;
  -o-transition: clip-path 2.5s;
  -moz-transition: clip-path 2.5s;
  transition: clip-path 2.5s;
  transition: clip-path 2.5s, -webkit-clip-path 2.5s;
}
.about-title.articleShow strong,
.about-title.articleShow small {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-title.articleShow small {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.concept-title.articleShow strong,
.concept-title.articleShow small {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.concept-title.articleShow strong {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pbanner {
  position: relative;
  overflow: hidden;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 18.54%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.pbanner figure img {
  -webkit-transition: 0s;
  -o-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}
.posite1 {
  background: #b22e30;
}
.posite1 .posite-locate span,
.posite1 .posite-locate b,
.posite1 .posite-locate a {
  color: #fff;
}
.posite1 .leval-menu li {
  position: relative;
  height: 60px;
}
.posite1 .leval-menu li:hover:before,
.posite1 .leval-menu li.active:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.posite1 .leval-menu li:before {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: 0;
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.posite1 .leval-menu li a {
  line-height: 60px;
  color: #fff;
}
.brand-history {
  padding: 78px 0 136px;
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.history-title {
  position: relative;
  padding-bottom: 88px;
}
.history-title:before {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: 0;
  content: "";
  width: 4px;
  height: 40px;
  background: #b22e30;
}
.history-title strong {
  color: #b22e30;
  font-size: 38px;
}
.history-title small {
  color: #999999;
  font-size: 28px;
  font-weight: lighter;
}
.brand-history-swiper {
  position: relative;
  margin-top: 48px;
}
.historty-tt {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.historty-tt time {
  display: block;
  margin-bottom: 48px;
  color: #b22e30;
  font-size: 100px;
  line-height: 1;
  font-family: "Helvetica";
}
.historty-tt strong {
  display: block;
  line-height: 1;
  color: #b22e30;
  font-size: 44px;
  font-weight: normal;
}
.history-text {
  margin: auto;
  height: 280px;
  width: 37%;
}
.history-text p {
  color: #333333;
  font-size: 18px;
  line-height: 2.4;
}
.history-years {
  position: relative;
  z-index: 3;
  margin-top: 44px;
  padding: 0 10%;
  overflow: hidden;
}
.history-years:before {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.history-btn {
  position: absolute;
  z-index: 10;
  top: 61%;
  margin-top: -31px;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  border: 1px solid #b7b6b6;
  color: #939393;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.history-btn:before {
  content: "";
  width: 100%;
  height: 0;
  background: #b22e30;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.history-btn:hover,
.history-btn.active {
  color: #b22e30;
}
.history-btn:hover:before,
.history-btn.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.history-btn.prev {
  left: 10%;
}
.history-btn.next {
  right: 10%;
}
.history-btn:hover {
  border-color: #b22e30;
  color: #fff;
}
.year-swiper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.year-slide {
  float: left;
  text-align: center;
}
.year-slide.slick-current .year-wrap i:before {
  background: #b22e30;
}
.year-slide.slick-current .year-wrap i:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.year-slide.slick-current .year-wrap span {
  color: #b22e30;
}
.history-slide {
  float: left;
  width: 100%;
}
.year-wrap {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.year-wrap:hover i:before {
  background: #b22e30;
}
.year-wrap:hover i:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.year-wrap:hover span {
  color: #b22e30;
}
.year-wrap i {
  display: block;
  margin: auto;
  width: 21px;
  height: 21px;
  position: relative;
}
.year-wrap i:before {
  position: absolute;
  left: 6px;
  top: 6px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #dcdcdc;
  z-index: 2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.year-wrap i:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(178, 46, 48, 0.5);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.year-wrap span {
  display: block;
  margin-top: 15px;
  line-height: 1;
  color: #000000;
  font-size: 18px;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.year-wrap span b {
  display: inline-block;
  font-size: 30px;
  margin-right: 7px;
  font-weight: normal;
  font-family: "Helvetica";
}
.honor-boxs {
  padding: 78px 0 80px;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.honor-title {
  display: inline-block;
}
.honor-title strong {
  color: #b22e30;
}
.honor-title small {
  color: #999999;
  font-weight: lighter;
}
.honor-hidden {
  margin: auto;
  margin-top: 74px;
  position: relative;
  width: 80%;
}
.honor-swiper {
  position: relative;
  margin: 0 87px;
}
.honor-slide {
  width: 33.3333%;
}
.honor-slide.swiper-slide-active figure {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.honor-slide.swiper-slide-active span,
.honor-slide.swiper-slide-active .honor-texts {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.honor-slide.swiper-slide-active .honor-texts {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.honor-slide figure {
  position: relative;
  display: block;
  padding-bottom: 67.73%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;
}
.honor-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.honor-slide figure img {
  -o-object-fit: contain;
  object-fit: contain;
}
.honor-slide span {
  display: block;
  margin-top: 32px;
  line-height: 1;
  color: #362e2e;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.honor-texts {
  position: relative;
  margin-top: 138px;
  width: 920px;
  left: 50%;
  margin-left: -460px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.honor-texts p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.honor-btn {
  position: absolute;
  top: 6.927vw;
  width: 48px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 12px;
  background: #bfbfbf;
  border-radius: 16px 0 0 16px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.honor-btn:hover {
  background: #b22e30;
}
.honor-btn.prev {
  left: 0;
}
.honor-btn.next {
  right: 0;
  border-radius: 0 16px 16px 0;
}
.honor-year {
  padding: 110px 10% 80px;
}
.honor-y-swiper {
  position: relative;
  z-index: 2;
  width: 1110px;
  margin: auto;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
}
.honor-y-swiper:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 15px;
  z-index: -1;
  border-top: 1px dashed #c1c1c1;
}
.time-slide {
  position: relative;
  float: left;
  width: 14.28%;
  text-align: center;
  cursor: pointer;
}
.time-slide:hover time,
.time-slide.slick-current time {
  color: #b22e30;
}
.time-slide:hover time:before,
.time-slide.slick-current time:before {
  border-color: #b22e30;
  background: #b22e30;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.time-slide.slick-current time {
  font-size: 40px;
}
.time-slide time {
  display: block;
  padding-top: 40px;
  text-align: center;
  line-height: 1;
  color: #999999;
  font-size: 16px;
  font-family: "Helvetica";
  font-weight: bold;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s;
}
.time-slide time:before {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 8px;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #999999;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.honor-pres {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #9f9b9b;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.honor-pres:hover {
  color: #b22e30;
}
.honor-pres:hover:before {
  border-color: #b22e30;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.honor-pres:before {
  content: "";
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #9f9b9b;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.honor-pres.prev {
  left: 0;
}
.honor-pres.next {
  right: 0;
}
.honor-tabs {
  margin-top: 99px;
}
.honor-item {
  display: none;
}
.honor-item:first-child {
  display: block;
}
.honor-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.honor-list li {
  margin-right: 3.82%;
  margin-bottom: 46px;
  width: 22.135%;
  cursor: pointer;
}
.honor-list li:nth-child(4n+4) {
  margin-right: 0;
}
.honor-list li:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.honor-list li figure {
  display: block;
  position: relative;
  text-align: center;
  border-radius: 6px;
  padding-bottom: 75%;
  background: #202020;
}
.honor-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  max-height: 80%;
  max-width: 80%;
}
.honor-info {
  margin-top: 15px;
}
.honor-info strong {
  display: block;
  line-height: 1.6;
  color: #333333;
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor-info p {
  display: none;
}
.honor-imgs {
  width: 53.57%;
}
.honor-imgs figure {
  position: relative;
  text-align: center;
  padding-bottom: 74.666%;
  background: #202020;
  border-radius: 6px;
}
.honor-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 80%;
  max-height: 80%;
}
.honor-contents {
  width: 39.28%;
  margin-right: 32px;
  padding-top: 10px;
}
.honor-contents strong {
  display: block;
  margin-bottom: 26px;
  color: #333333;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor-contents p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
  text-indent: 38px;
}
.honor-wrps {
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.idea {
  padding: 116px 0 110px;
  width: 1344px;
  max-width: 90%;
  margin: auto;
}
.idea-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.idea-list li {
  text-align: center;
}
.idea-list li strong {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 22px;
  line-height: 1;
  color: #333333;
  font-size: 20px;
}
.idea-list li strong:before {
  position: absolute;
  left: 50%;
  margin-left: -13px;
  bottom: 0;
  content: "";
  width: 27px;
  height: 2px;
  background: #b22e30;
}
.idea-list li p {
  color: #666666;
  font-size: 16px;
}
.idea-list li:hover figure img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.idea-imgs {
  width: 190px;
  position: relative;
  margin: auto;
  margin-bottom: 42px;
}
.idea-imgs:before {
  position: absolute;
  left: 0%;
  top: 0%;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(178, 46, 48, 0.2);
  -webkit-animation: rotate 6s linear infinite alternate;
  -moz-animation: rotate 6s linear infinite alternate;
  -o-animation: rotate 6s linear infinite alternate;
  animation: rotate 6s linear infinite alternate;
}
.idea-imgs:after {
  position: absolute;
  left: 0%;
  top: 0%;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(178, 46, 48, 0.2);
  animation: rotate1 6s linear infinite alternate-reverse;
}
.idea-imgs figure {
  z-index: 2;
  border-radius: 50%;
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.idea-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
@-webkit-keyframes rotate {
  50% {
    border-radius: 38%;
    -webkit-transform: translate(-2%, 8%) rotate(180deg);
    transform: translate(-2%, 8%) rotate(180deg);
  }
  100% {
    border-radius: 50%;
    -webkit-transform: translate(-7%, 0%) rotate(360deg);
    transform: translate(-7%, 0%) rotate(360deg);
  }
}
@-moz-keyframes rotate {
  50% {
    border-radius: 38%;
    -moz-transform: translate(-2%, 8%) rotate(180deg);
    transform: translate(-2%, 8%) rotate(180deg);
  }
  100% {
    border-radius: 50%;
    -moz-transform: translate(-7%, 0%) rotate(360deg);
    transform: translate(-7%, 0%) rotate(360deg);
  }
}
@-o-keyframes rotate {
  50% {
    border-radius: 38%;
    -o-transform: translate(-2%, 8%) rotate(180deg);
    transform: translate(-2%, 8%) rotate(180deg);
  }
  100% {
    border-radius: 50%;
    -o-transform: translate(-7%, 0%) rotate(360deg);
    transform: translate(-7%, 0%) rotate(360deg);
  }
}
@keyframes rotate {
  50% {
    border-radius: 38%;
    -webkit-transform: translate(-2%, 8%) rotate(180deg);
    -moz-transform: translate(-2%, 8%) rotate(180deg);
    -o-transform: translate(-2%, 8%) rotate(180deg);
    transform: translate(-2%, 8%) rotate(180deg);
  }
  100% {
    border-radius: 50%;
    -webkit-transform: translate(-7%, 0%) rotate(360deg);
    -moz-transform: translate(-7%, 0%) rotate(360deg);
    -o-transform: translate(-7%, 0%) rotate(360deg);
    transform: translate(-7%, 0%) rotate(360deg);
  }
}
@-webkit-keyframes rotate1 {
  50% {
    border-radius: 38%;
    -webkit-transform: translate(2%, -8%) rotate(180deg);
    transform: translate(2%, -8%) rotate(180deg);
  }
  100% {
    border-radius: 50%;
    -webkit-transform: translate(7%, 0%) rotate(360deg);
    transform: translate(7%, 0%) rotate(360deg);
  }
}
@-moz-keyframes rotate1 {
  50% {
    border-radius: 38%;
    -moz-transform: translate(2%, -8%) rotate(180deg);
    transform: translate(2%, -8%) rotate(180deg);
  }
  100% {
    border-radius: 50%;
    -moz-transform: translate(7%, 0%) rotate(360deg);
    transform: translate(7%, 0%) rotate(360deg);
  }
}
@-o-keyframes rotate1 {
  50% {
    border-radius: 38%;
    -o-transform: translate(2%, -8%) rotate(180deg);
    transform: translate(2%, -8%) rotate(180deg);
  }
  100% {
    border-radius: 50%;
    -o-transform: translate(7%, 0%) rotate(360deg);
    transform: translate(7%, 0%) rotate(360deg);
  }
}
@keyframes rotate1 {
  50% {
    border-radius: 38%;
    -webkit-transform: translate(2%, -8%) rotate(180deg);
    -moz-transform: translate(2%, -8%) rotate(180deg);
    -o-transform: translate(2%, -8%) rotate(180deg);
    transform: translate(2%, -8%) rotate(180deg);
  }
  100% {
    border-radius: 50%;
    -webkit-transform: translate(7%, 0%) rotate(360deg);
    -moz-transform: translate(7%, 0%) rotate(360deg);
    -o-transform: translate(7%, 0%) rotate(360deg);
    transform: translate(7%, 0%) rotate(360deg);
  }
}
.concept {
  padding: 112px 0 108px;
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.concept-title {
  position: relative;
  padding-bottom: 32px;
}
.concept-title:before {
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: 0;
  content: "";
  width: 45px;
  height: 3px;
  background: #fff;
}
.concept-title small {
  display: block;
  margin-bottom: 28px;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "DroidSerif";
}
.concept-title strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 40px;
}
.concept-info {
  margin: auto;
  margin-top: 44px;
  width: 880px;
  text-align: center;
  color: #fff;
}
.concept-info strong {
  display: block;
  margin-bottom: 32px;
  font-size: 38px;
  font-weight: normal;
}
.concept-info p {
  font-size: 16px;
  line-height: 2;
}
.concept-arrow {
  margin: auto;
  margin-top: 110px;
  width: 47px;
  height: 75px;
  line-height: 75px;
  color: #fff;
  font-size: 14px;
  border: 3px solid #fff;
  font-weight: bold;
}
.concept-arrow i {
  display: block;
  font-style: normal;
  -webkit-animation: move2 2s infinite;
  -moz-animation: move2 2s infinite;
  -o-animation: move2 2s infinite;
  animation: move2 2s infinite;
}
@-webkit-keyframes move2 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0.2;
  }
}
@-moz-keyframes move2 {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0.2;
  }
}
@-o-keyframes move2 {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -o-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0.2;
  }
}
@keyframes move2 {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0.2;
  }
}
.missin {
  padding: 89px 0 130px;
  width: 1344px;
  margin: auto;
  max-width: 90%;
}
.missin-list li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.missin-list li:nth-child(2n+2) {
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.missin-list li:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.missin-imgs {
  width: 50%;
}
.missin-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.missin-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.missin-context {
  padding: 0 48px;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.missin-title {
  position: relative;
  padding-bottom: 28px;
}
.missin-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 27px;
  height: 2px;
  background: #b22e30;
}
.missin-title small {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  color: #333333;
  font-size: 30px;
  font-family: "DroidSerif";
}
.missin-title strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.missin-text {
  margin-top: 24px;
}
.missin-text p {
  color: #333333;
  font-size: 18px;
  line-height: 2;
}
.lazy {
  background: url(../image/loading.gif) center no-repeat;
}
.video-box {
  padding: 0 10% 100px;
}
.video-swiper {
  position: relative;
  z-index: 3;
}
.video-swiper .swiper-pagination {
  left: auto;
  right: 0;
  bottom: auto;
  top: 24px;
  line-height: 1;
  z-index: 20;
  width: auto;
}
.video-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-left: 28px;
  width: 12px;
  height: 12px;
  background: #f0d5d6;
  opacity: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.video-swiper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.video-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b22e30;
}
.video-info {
  padding: 95px 0 88px;
  border-bottom: 1px solid #d1d1d1;
}
.video-title {
  margin-bottom: 60px;
}
.video-title strong {
  display: block;
  line-height: 1;
  margin-bottom: 22px;
  font-size: 44px;
}
.video-title p {
  color: #333333;
  font-size: 20px;
}
.video-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.video-imgs {
  width: 50%;
  position: relative;
}
.video-imgs video {
  width: 100%;
  height: 433px;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-imgs video::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
.video-imgs video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.vbtn {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -31px;
  margin-top: -31px;
  width: 62px;
  height: 62px;
  background: url(../image/stop.png) center no-repeat;
  -o-background-size: cover !important;
  background-size: cover !important;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.vbtn:hover {
  opacity: 0.8;
}
.vbtn.play {
  background: url(../image/play.png) center no-repeat;
}
.video-fix {
  padding-top: 15px;
  width: 44.666%;
}
.video-fix strong {
  display: block;
  margin-bottom: 52px;
  position: relative;
  padding-bottom: 50px;
  line-height: 1;
  color: #333333;
  font-size: 40px;
  font-weight: normal;
}
.video-fix strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 68px;
  height: 2px;
  background: #b22e30;
}
.video-fix p {
  color: #333333;
  font-size: 20px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.video-btns {
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: 10;
  width: 44.666%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.video-btns span {
  display: block;
  position: relative;
  z-index: 3;
  margin-right: 8px;
  width: 60px;
  height: 60px;
  border: 1px solid #b7b6b6;
  line-height: 60px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.video-btns span:before {
  content: "";
  width: 100%;
  height: 0;
  background: #b22e30;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.video-btns span:hover,
.video-btns span.active {
  color: #b22e30;
}
.video-btns span:hover:before,
.video-btns span.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.video-btns span:hover {
  color: #fff;
  border-color: #b22e30;
}
.video-li {
  margin-top: 96px;
  margin-bottom: 10px;
  overflow: hidden;
}
.video-li li {
  float: left;
  margin-bottom: 68px;
  width: 47.26%;
  cursor: pointer;
}
.video-li li:nth-child(2n+2) {
  float: right;
}
.video-li li.play .videobtns {
  background: url(../image/play1.png) center no-repeat;
}
.video-li li:hover .video-bg img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.video-li li:hover .video-bg .videobtns {
  opacity: 0.7;
}
.video-li li:hover .video-texts strong {
  color: #b22e30;
}
.video-bg {
  position: relative;
  display: block;
  padding-bottom: 56.333%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.video-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.video-bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}
.video-bg video::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
.video-bg video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.videobtns {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -43px;
  margin-top: -43px;
  width: 86px;
  height: 87px;
  z-index: 10;
  background: url(../image/stop1.png) center no-repeat;
  -o-background-size: 100% auto !important;
  background-size: 100% auto !important;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.video-texts {
  padding: 24px 0 26px;
  border-bottom: 1px solid #d7d7d7;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-texts strong {
  display: block;
  color: #333333;
  font-size: 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.video-texts time {
  display: block;
  color: #999999;
  font-size: 15px;
}
.pageList ul{
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pageList li {
  margin: 3px 8px;
}
.pageList a {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #e0e0e0;
  color: #999999;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  border-radius: 50%;
} 
.pageList a:hover {
  color: #b22e30;
  border-color: #b22e30;
}
.pageList a.selected {
  border-color: #b22e30;
  background: #b22e30;
  color: #fff;
}
.skill-banner {
  position: relative;
  z-index: 3;
  padding: 70px 0 86px;
  text-align: center;
  overflow: hidden;
}
.skill-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.skill-texts b {
  display: block;
  margin: auto;
  width: 134px;
  height: 184px;
  background: url(../image/skill.png) center no-repeat;
}
.skill-texts strong {
  margin-top: 42px;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
  color: #b22e30;
  font-size: 38px;
}
.skill-texts small {
  display: block;
  color: #b22e30;
  font-size: 14px;
  font-family: "DroidSerif";
  text-transform: uppercase;
}
.skill-request li {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.skill-request li.active {
  background: #f7f8f9;
}
.skill-request li.active .skill-btn {
  padding-bottom: 30px;
}
.skill-request li.active .skill-btn strong i {
  background: #b22e30;
}
.skill-request li.active .skill-btn strong i:before {
  border-top: 8px solid #b22e30;
}
.skill-request li.active .skill-btn b {
  background: #b22e30;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.skill-re-wr {
  margin: auto;
  width: 1280px;
  max-width: 90%;
  border-bottom: 1px solid #f0f0f0;
}
.skill-btn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 46px 0;
  cursor: pointer;
}
.skill-btn:hover strong i {
  background: #b22e30;
}
.skill-btn:hover strong i:before {
  border-top: 8px solid #b22e30;
}
.skill-btn:hover b {
  background: #b22e30;
}
.skill-btn strong {
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.skill-btn strong i {
  display: inline-block;
  margin-right: 22px;
  position: relative;
  margin-bottom: 8px;
  width: 45px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  border-radius: 3px 3px 3px 0;
  background: #999999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.skill-btn strong i:before {
  position: absolute;
  left: 0;
  bottom: -8px;
  content: "";
  border-right: 9px solid transparent;
  border-top: 8px solid #999999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.skill-btn b {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  background: #999999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.request-text {
  padding-bottom: 55px;
  padding-left: 66px;
  padding-right: 72px;
  display: none;
}
.request-text p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.request-more {
  padding: 70px 0 135px;
  text-align: center;
}
.request-more a {
  display: block;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
  background: #b22e30;
}
.request-more a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.request-more a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.request-more a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
@-webkit-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    -moz-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes anim-moema-2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.xc-first {
  position: relative;
  padding: 107px 0 102px;
  z-index: 3;
  overflow: hidden;
}
.xc-first-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 130%;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.xc-first-text {
  margin: auto;
  width: 878px;
  text-align: center;
}
.xc-first-text strong {
  display: inline-block;
  margin-bottom: 24px;
  line-height: 1;
  color: #b22e30;
  font-size: 38px;
}
.xc-first-text p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.bosom {
  max-width: 90%;
  margin: auto;
  padding: 106px 0 92px;
  width: 1280px;
}
.bosom .xc-first-text {
  width: 100%;
}
.skill-texts.article-block b {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1.5s;
  transition: -webkit-clip-path 1.5s;
  -o-transition: clip-path 1.5s;
  -moz-transition: clip-path 1.5s;
  transition: clip-path 1.5s;
  transition: clip-path 1.5s, -webkit-clip-path 1.5s;
}
.skill-texts.articleShow b {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path 1.5s;
  transition: -webkit-clip-path 1.5s;
  -o-transition: clip-path 1.5s;
  -moz-transition: clip-path 1.5s;
  transition: clip-path 1.5s;
  transition: clip-path 1.5s, -webkit-clip-path 1.5s;
}
.xc-first-text.article-block strong {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1.5s;
  transition: -webkit-clip-path 1.5s;
  -o-transition: clip-path 1.5s;
  -moz-transition: clip-path 1.5s;
  transition: clip-path 1.5s;
  transition: clip-path 1.5s, -webkit-clip-path 1.5s;
}
.xc-first-text.articleShow strong {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path 1.5s;
  transition: -webkit-clip-path 1.5s;
  -o-transition: clip-path 1.5s;
  -moz-transition: clip-path 1.5s;
  transition: clip-path 1.5s;
  transition: clip-path 1.5s, -webkit-clip-path 1.5s;
}
.skill-slide {
  position: relative;
  margin-top: -1px;
  z-index: 2;
  overflow: hidden;
}
.skill-slide figure {
  display: block;
}
.skill-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.skill-slide figure img.select1 {
  opacity: 0;
  visibility: hidden;
}
.skill-swiper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
.skill-swiper > .swiper-wrapper {
  display: block;
}
.shill-hide {
  position: relative;
}
#waterBgOv {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1176px;
  z-index: 1;
  overflow: hidden;
}
#waterBgOv {
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(https://www.forgood.com.cn/public/css/img/pg1.png);
}
#waterBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(https://www.forgood.com.cn/public/css/img/pg2.png);
}
.skill-item {
  position: absolute;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
.skill-item:hover .skill-in {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.skill-slide.swiper-slide-active .skill-item {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.skill-slide.swiper-slide-active .skill-item:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.skill-slide.swiper-slide-active .skill-item:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes upDown {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes upDown {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.skill-ico {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.skill-ico i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b22e30;
}
.skill-ico i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -1px;
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fff;
}
.skill-ico i:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -7px;
  content: "";
  width: 2px;
  height: 14px;
  background-color: #fff;
}
.skill-in {
  margin-left: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-family: "SourceHanSansCN-Regular";
}
.skill-in p {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 38px;
}
.skill-in span {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 1.6;
}
.skill-item1 {
  left: 48.9%;
  top: 51.45%;
}
.skill-item1 i {
  background: #c39c13;
}
.skill-item2 {
  left: 34.166%;
  top: 41.04%;
}
.skill-item3 {
  left: 33.02%;
  top: 38.54%;
}
.skill-item3 i {
  background: #477d9d;
}
.wheat {
  position: absolute;
  right: -9.291%;
  top: 40.75%;
  z-index: 2;
  width: 42.812%;
  display: none;
}
.wheat img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: shake 5s linear infinite alternate;
  -moz-animation: shake 5s linear infinite alternate;
  -o-animation: shake 5s linear infinite alternate;
  animation: shake 5s linear infinite alternate;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}
.skill-item8 {
  left: 45.312%;
  top: 42.09%;
}
.arrow-next {
  position: absolute;
  left: 50%;
  margin-left: -21px;
  bottom: 66px;
  z-index: 10;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-transform: center;
  color: #fff;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  font-weight: lighter;
  perspective: 500px;
}
.arrow-next:before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -12px;
  content: "";
  width: 25px;
  height: 6px;
  background: url(../image/borde.png) center bottom no-repeat;
  -webkit-animation: arrows1 2s infinite;
  -moz-animation: arrows1 2s infinite;
  -o-animation: arrows1 2s infinite;
  animation: arrows1 2s infinite;
}
@-webkit-keyframes arrows1 {
  0% {
    height: 0;
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    height: 6px;
  }
}
@-moz-keyframes arrows1 {
  0% {
    height: 0;
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    height: 6px;
  }
}
@-o-keyframes arrows1 {
  0% {
    height: 0;
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    height: 6px;
  }
}
@keyframes arrows1 {
  0% {
    height: 0;
    opacity: 0.2;
  }
  100% {
    opacity: 1;
    height: 6px;
  }
}
.arrow-next1 {
  bottom: 17.52%;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}
.skill-item4 {
  left: 25.8333%;
  top: 48.22%;
}
.skill-item5 {
  left: 70.15%;
  top: 27.22%;
  cursor: pointer;
}
.skill-item6 {
  left: 62.34%;
  top: 33.83%;
}
.skill-gy {
  margin-top: -50px;
  z-index: 0;
}
.skill-item7 {
  left: 26.77%;
  top: 52.544%;
}
.mtop1 {
  height: 167px;
}
.craftsman {
  padding: 100px 10% 140px;
  position: relative;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.craftsman .high-btn2 {
  padding-right: 0;
}
.craftsman .high-btn2 span {
  border-color: #b7b6b6;
  color: #939393;
}
.craftsman .high-btn2 span:before {
  background: #b22e30;
}
.craftsman .high-btn2 span:hover {
  color: #fff;
  border-color: #b22e30;
}
.craftsman-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.craftsman-imgs {
  width: 50%;
}
.craftsman-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 75.13%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.craftsman-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.craftsman-info {
  width: 41.536%;
}
.craftsman-title {
  margin-bottom: 42px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.craftsman-title strong {
  display: block;
  color: #b22e30;
  font-size: 44px;
  line-height: 1;
}
.craftsman-title p {
  margin-left: 12px;
  color: #333333;
  font-size: 18px;
}
.craftsman-in {
  margin-bottom: 45px;
}
.craftsman-in p {
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.craftsman-text p {
  color: #666666;
  font-size: 16px;
}
.craftsman-min {
  position: relative;
  padding: 60px 10% 66px;
}
.craft-swiper .swiper-scrollbar {
  left: 128px;
  right: 128px;
  height: 6px;
  background: #e5e5e5;
  border-radius: 3px;
}
.craft-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #b22e30;
}
.craft-slide {
  position: relative;
  width: 204px;
}
.craft-slide.swiper-slide-active figure:before {
  width: 100%;
}
.craft-slide.swiper-slide-active figure:after {
  height: 100%;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.craft-slide.swiper-slide-active figure i:before {
  width: 100%;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.craft-slide.swiper-slide-active figure i:after {
  height: 100%;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.craft-slide:hover figure img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.craft-slide figure {
  position: relative;
  display: block;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.craft-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.craft-slide figure:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #b22e30;
  z-index: 3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.craft-slide figure:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 2px;
  height: 0;
  background: #b22e30;
  z-index: 3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.craft-slide figure i:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #b22e30;
  z-index: 3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.craft-slide figure i:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 2px;
  height: 0;
  background: #b22e30;
  z-index: 3;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.science {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.science li {
  position: relative;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.science li figure {
  position: relative;
  display: block;
  padding-bottom: 138.59%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.science li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.science li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  width: 100%;
  height: 100%;
  /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);*/
}
.science li figure img {
  -webkit-transition: 3s;
  -o-transition: 3s;
  -moz-transition: 3s;
  transition: 3s;
}
.science li:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.science-text {
  position: absolute;
  left: 8.75%;
  right: 8.75%;
  bottom: 54px;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.science-text strong {
  display: block;
  margin-bottom: 0 !important;
  line-height: 1;
  color: #fff;
  font-size: 40px;
}
.science-text p {
  color: #ffffff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 56px;
}
.science-text i {
  display: block;
  position: relative;
  z-index: 3;
  width: 42px;
  height: 42px;
  margin-top: 0 !important;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background: #b22e30;
  font-style: normal;
}
.science-text i:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.science-text i:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.science-text i:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.science-text i:before {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.science.article-block li {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1.5s;
  transition: -webkit-clip-path 1.5s;
  -o-transition: clip-path 1.5s;
  -moz-transition: clip-path 1.5s;
  transition: clip-path 1.5s;
  transition: clip-path 1.5s, -webkit-clip-path 1.5s;
}
.science.article-block li:nth-child(2) {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.science.article-block li:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.science.article-block li:nth-child(4) {
  -webkit-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.science.articleShow li {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.backlist a {
  display: block;
  position: relative;
  z-index: 3;
  padding-left: 30px;
  color: #333333;
  font-size: 16px;
}
.backlist a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #b22e30;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.backlist a:hover,
.backlist a.active {
  color: #fff;
}
.backlist a:hover:before,
.backlist a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.backlist a:hover {
  color: #b22e30;
}
.backlist a:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  content: "";
  width: 20px;
  height: 21px;
  background: url(../image/back.png) center no-repeat;
}
.committee {
  padding: 134px 0 128px 10%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.committee-left {
  width: 21.76%;
  position: relative;
}
.committee-content {
  position: relative;
}
.committee-content .committee-item {
  padding-top: 75px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.committee-content .committee-item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.68s;
  -o-transition: 0.68s;
  -moz-transition: 0.68s;
  transition: 0.68s;
}
.committee-content .committee-item figure {
  display: none;
}
.committee-content .committee-item strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  color: #b22e30;
  font-size: 44px;
}
.committee-content .committee-item span {
  display: block;
  margin-top: 22px;
  margin-bottom: 52px;
  line-height: 1;
  color: #333333;
  font-size: 22px;
}
.committee-content .committee-item p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.committee-content .committee-item b {
  position: relative;
  margin-top: 50px;
  z-index: 2;
  display: inline-block;
  color: #999;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.committee-content .committee-item b:before {
  content: "";
  width: 0;
  height: 1px;
  background: #b22e30;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.44s;
  z-index: -1;
}
.committee-content .committee-item b:hover,
.committee-content .committee-item b.active {
  color: #fff;
}
.committee-content .committee-item b:hover:before,
.committee-content .committee-item b.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.committee-content .committee-item b:hover {
  color: #b22e30;
}
.committee-swiper {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 84px;
}
.committee-swiper .swiper-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.committee-slide {
  margin-right: 22px;
  width: 25.156vw;
}
.committee-slide:last-child {
  margin-right: none;
}
.committee-slide figure {
  position: relative;
  display: block;
  padding-bottom: 133.12%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.committee-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.committee-imgd {
  background: none;
}
.committee-imgd figure {
  background: none;
}
.committee-imgd figure img {
  max-width: 100%;
  max-height: 100%;
}
.committee-wrap {
  width: 1280px;
  margin-left: -640px;
}
.committee-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.committee-btn span {
  display: block;
  position: relative;
  z-index: 3;
  margin-right: 1px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #e5e5e5;
  color: #b22e30;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.committee-btn span:hover {
  background: #b22e30;
  color: #fff;
}
.platform {
  position: relative;
}
.platform-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.platform-list {
  position: absolute;
  left: 50%;
  margin-left: -640px;
  top: 95px;
  width: 1280px;
}
.platform-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.platform-li li {
  text-align: center;
  -webkit-animation: upDown 3s linear infinite alternate;
  -moz-animation: upDown 3s linear infinite alternate;
  -o-animation: upDown 3s linear infinite alternate;
  animation: upDown 3s linear infinite alternate;
}
.platform-li li:nth-child(1) {
  margin-top: 28px;
}
.platform-li li:nth-child(3) {
  margin-top: 54px;
}
.platform-li li:nth-child(4) {
  margin-top: 22px;
}
.platform-li li:nth-child(5) {
  margin-top: 60px;
}
.platform-li li:nth-child(2n+2) {
  animation: upDown 3s 0.6s linear infinite alternate-reverse;
}
.platform-li li:hover a:before,
.platform-li li.active a:before {
  height: 83px;
}
.platform-li li:hover a b:before,
.platform-li li.active a b:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(180deg);
  -moz-transform: scale(1) rotate(180deg);
  -ms-transform: scale(1) rotate(180deg);
  -o-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
}
.platform-li li a {
  display: block;
  position: relative;
  text-align: center;
}
.platform-li li a:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 12px;
  content: "";
  width: 1px;
  height: 83px;
  height: 0;
  background: url(../image/line2.png) center top no-repeat;
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;
}
.platform-li li a span {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 16px;
}
.platform-li li a b {
  display: block;
  position: relative;
  margin: auto;
  margin-top: 36px;
  width: 51px;
  height: 58px;
  background: url(../image/detail.png) center no-repeat;
}
.platform-li li a b:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -40px;
  content: "";
  width: 70px;
  height: 79px;
  background: url(../image/detail1.png) center no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technology-center {
  padding: 84px 0 104px;
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.technology-wr {
  margin: auto;
  width: 1200px;
  max-width: 90%;
}
.technology-tops {
  width: 865px;
  margin: auto;
  max-width: 100%;
  margin-bottom: 72px;
  text-align: center;
}
.technology-tops strong {
  display: block;
  margin-bottom: 53px;
  line-height: 1.2;
  color: #333333;
  font-size: 40px;
}
.technology-tops span {
  display: block;
  color: #333333;
  font-size: 24px;
}
.technology-tops p {
  color: #333333;
  font-size: 20px;
  font-weight: lighter;
}
.technology-texts {
  color: #333333;
  font-size: 16px;
}
.technology-texts {
  color: #333333;
  font-size: 16px;
  font-weight: lighter;
}
.technology-texts img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.equipment {
  padding: 98px 0 90px;
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.equipment-wrap {
  margin: auto;
  max-width: 90%;
  width: 1280px;
}
.equipment-wrap strong {
  display: block;
  margin-bottom: 98px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  text-align: center;
}
.equipment-list li {
  float: left;
  margin-right: 3.125%;
  margin-bottom: 38px;
  width: 31.25%;
}
.equipment-list li:nth-child(3n+3) {
  margin-right: 0;
}
.equipment-list li:hover figure img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.equipment-list li figure {
  position: relative;
  display: block;
  padding-bottom: 62.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.equipment-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.equipment-list li span {
  display: block;
  margin-top: 25px;
  line-height: 1.2;
  color: #fff;
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leader {
  position: relative;
  z-index: 3;
  padding: 100px 0 140px;
}
.leader-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 548px;
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.leader-wrap {
  max-width: 90%;
  width: 1280px;
  margin: auto;
}
.leader-title {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
.leader-fix {
  position: relative;
  margin-top: 120px;
}
.leader-texts {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 52.343%;
  padding: 34px 12.5% 54px 38px;
  background: #b22e30;
}
.leader-texts p {
  color: #fff;
  font-size: #fffefe;
  font-size: 18px;
  line-height: 1.9;
}
.leader-imgs {
  position: absolute;
  right: 0;
  top: 90px;
  width: 58.281%;
}
.leader-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.leader-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.leader-imgs span {
  display: block;
  position: absolute;
  left: 46px;
  bottom: 38px;
  line-height: 1;
  color: #fff;
  font-size: 40px;
}
.leader-info {
  margin-top: 190px;
}
.leader-info p {
  text-align: center;
  color: #000000;
  font-size: 16px;
}
.team-box {
  padding: 90px 0 116px;
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.team-wr {
  margin: auto;
  max-width: 90%;
  width: 1280px;
}
.team-title {
  display: block;
  margin-bottom: 66px;
  line-height: 1;
  color: #333333;
  font-size: 40px;
  font-weight: normal;
}
.team-tabs {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.team-swiper {
  position: relative;
  width: 53.51%;
  margin: 0;
}
.team-slide {
  float: left;
  position: relative;
}
.team-hide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team-imgs {
  width: 46.47%;
  position: relative;
}
.team-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 133.3333%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.team-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.team-btnsd {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 47.05%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.team-btnsd span {
  display: block;
  margin-right: 14px;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  background: #dcdcdc;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.team-btnsd span:hover {
  background: #b22e30;
}
.team-info {
  width: 47.05%;
}
.team-info strong {
  display: block;
  margin-bottom: 24px;
  color: #333333;
  font-size: 26px;
  line-height: 1;
  font-weight: normal;
}
.team-info p {
  color: #666666;
  font-size: 16px;
}
.team-sd {
  margin-right: -20px;
  width: 43.75%;
  overflow: hidden;
}
.team-min-swiper {
  width: 150%;
  margin-left: -50%;
}
.team-min-slide {
  float: left;
  width: 50%;
  position: relative;
  margin: 0 20px;
  cursor: pointer;
}
.team-min-slide figure {
  position: relative;
  display: block;
  padding-bottom: 133.3333%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.team-min-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.team-min-slide span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.equipment1 strong {
  color: #333333;
}
.equipment1 .equipment-list li span {
  color: #333333;
}
.cooperates {
  margin-top: -40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cooperates li {
  margin-right: 2.0933%;
  margin-bottom: 46px;
  width: 23.43%;
}
.cooperates li:nth-child(4n+4) {
  margin-right: 0;
}
.cooperates li:hover figure {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.cooperates li figure {
  display: block;
  height: 142px;
  background: #fff;
  border: 1px solid #c8c8c8;
  position: relative;
  text-align: center;
  -webkit-transition: 0.48s;
  -o-transition: 0.48s;
  -moz-transition: 0.48s;
  transition: 0.48s;
}
.cooperates li figure img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 80%;
  max-height: 80%;
}
.cooperates li span {
  display: block;
  margin-top: 15px;
  text-align: center;
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.resultes {
  padding: 70px 0 78px;
  background-position: center top;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.resultes-wrap {
  text-align: center;
  width: 1280px;
  margin: auto;
  max-width: 90%;
}
.resultes-btn {
  margin-top: 42px;
  margin-bottom: 48px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.resultes-btn span {
  display: block;
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin: 0 11px;
  width: 126px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.resultes-btn span:before {
  content: "";
  width: 0;
  height: 100%;
  background: #b22e30;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.resultes-btn span:hover,
.resultes-btn span.active {
  color: #fff;
}
.resultes-btn span:hover:before,
.resultes-btn span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.resultes-item {
  display: none;
}
.resultes-item:first-child {
  display: block;
}
.resultes-list li {
  margin-bottom: 18px;
}
.resultes-list li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f5;
  height: 60px;
  padding-right: 20px;
  padding-left: 22px;
  text-align: left;
}
.resultes-list li a:hover {
  background: #b22e30;
}
.resultes-list li a:hover b {
  color: #fff;
  border-color: #fff;
}
.resultes-list li a:hover span {
  color: #fff;
}
.resultes-list li a b {
  display: block;
  padding-right: 16px;
  line-height: 16px;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  border-right: 1px solid #c4c4c4;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.resultes-list li a span {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 60px;
  color: #333333;
  font-size: 16px;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.researchs-list {
  margin-top: 40px;
}
.researchs-list li {
  position: relative;
}
.researchs-list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  content: "";
  width: 4px;
  height: 22px;
  background: #b22e30;
}
.researchs-list li a {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  padding-right: 0px;
}
.researchs-list li a:hover {
  background: #f5f5f5;
}
.researchs-list li a:hover span {
  color: #333333;
}
.researchs-list li a:hover em {
  background: #b22e30;
}
.researchs-list li a:hover b {
  color: #333333;
  border-color: #c4c4c4;
}
.researchs-list li a span {
  color: #333;
}
.researchs-list li a em {
  display: block;
  width: 120px;
  height: 60px;
  line-height: 60px;
  background: #c9c9c9;
  color: #fff;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  font-style: normal;
  text-align: center;
  transition: 0.4s;
}
.researchs-le {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.research-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
  pointer-events: visible;
}
.research-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.research-pop.show .research-texts {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.research-pop .pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.research-texts {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
  width: 1344px;
  max-width: 90%;
  background: #fff;
  box-sizing: border-box;
  padding: 80px 84px 30px;
  min-height: 450px;
}
.research-texts .research-close {
  position: absolute;
  right: 0;
  top: -90px;
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  cursor: pointer;
  transition: 0.4s;
}
.research-texts .research-close:hover {
  transform: rotate(180deg);
}
.research-texts strong {
  display: block;
  margin-bottom: 56px;
  line-height: 1.2;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
}
.research-texts p {
  color: #333333;
  font-size: 16px;
}
.products {
  padding: 13.958vw 0 5.468%;
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.product-wrap {
  margin: auto;
  width: 1344px;
}
.product-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-list li {
  position: relative;
}
.product-list li a {
  display: block;
  transition: 0.5s;
}
.product-list li figure img {
  display: block;
  max-width: 159px;
  max-height: 404px;
  transition: 0.5s;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
.product-list li a:hover {
  transform: scale(1.1);
}
.product-list li a:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.product-list li span {
  position: absolute;
  right: -2px;
  top: 8px;
  display: block;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 10;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.68s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: 0.68s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: 0.68s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.68s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.product-list li span i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #b22e30;
}
.product-list li span i:before {
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 14px;
  height: 2px;
  background: #fff;
}
.product-list li span i:after {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -7px;
  content: "";
  width: 2px;
  height: 14px;
  background: #fff;
}
@-webkit-keyframes shake1 {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
  }
  20%,
  60% {
    -webkit-transform: rotate(-5deg);
  }
  40%,
  80% {
    -webkit-transform: rotate(5deg);
  }
}
@-moz-keyframes shake1 {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
  }
  20%,
  60% {
    -webkit-transform: rotate(-5deg);
  }
  40%,
  80% {
    -webkit-transform: rotate(5deg);
  }
}
@-o-keyframes shake1 {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
  }
  20%,
  60% {
    -webkit-transform: rotate(-5deg);
  }
  40%,
  80% {
    -webkit-transform: rotate(5deg);
  }
}
@keyframes shake1 {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
  }
  20%,
  60% {
    -webkit-transform: rotate(-5deg);
  }
  40%,
  80% {
    -webkit-transform: rotate(5deg);
  }
}
.product-li li {
  float: left;
  width: 50%;
}
.product-li li:nth-child(n + 3) .product-ico-text a {
  width: 50%;
}
.product-li li:nth-child(even) {
  background: #edecec;
}
.product-li li:nth-child(4n+4) {
  background: #fff;
}
.product-li li:nth-child(4n-1) {
  background: #edecec;
}
.product-li li .product-wraps {
  position: relative;
  display: block;
  padding: 94px 10vw 60px;
  background: url(../image/probg.png) right bottom no-repeat;
  -o-background-size: 50.41%;
  background-size: 50.41%;
}
.product-li li .product-wraps:hover .product-title strong {
  color: #b22e30;
}
.product-title {
  margin-bottom: 66px;
}
.product-title strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1;
  color: #000000;
  font-size: 50px;
  font-weight: normal;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.product-title small {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 24px;
  font-weight: lighter;
  text-transform: uppercase;
}
.product-ico-text {
  box-sizing: border-box;
}
.products-li {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  height: 106px;
}
.products-li a {
  display: inline-block;
  margin-bottom: 10px;
  width: 50%;
  color: #000000;
  font-size: 18px;
  line-height: 1.2;
}
.products-li a:hover {
  color: #b22e30;
}
.morebtn {
  display: block;
  margin-top: 28px;
  position: relative;
  z-index: 3;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  background: #b22e30;
  font-style: normal;
  cursor: pointer;
}
.product-list.article-block li figure {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.product-list.article-block li:nth-child(2) figure {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-list.article-block li:nth-child(3) figure {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.product-list.article-block li:nth-child(4) figure {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.product-list.article-block li:nth-child(5) figure {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.product-list.articleShow li figure {
  opacity: 1;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.product-info {
  position: relative;
  height: -webkit-calc(1vh);
  height: -moz-calc(1vh);
  height: calc(100vh - 99px);
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
}
.product-each {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: none;
}
.product-each img,
.product-each video {
  position: relative;
  height: 80%;
  width: auto;
  left: 50%;
  top: 50%;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-logo {
  position: absolute;
  right: 10%;
  top: 50%;
  height: 54.49%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-logo img {
  width: auto;
  height: 100%;
}
.prolist {
  position: absolute;
  left: 10%;
  top: 50%;
  padding: 22px 0;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 80px;
}
.proinfos li {
  margin-bottom: 10px;
  text-align: center;
}
.proinfos li:last-child {
  margin-bottom: 0;
}
.proinfos li figure {
  display: block;
  line-height: 1;
  position: relative;
  text-align: center;
}
.proinfos li figure img {
  max-height: 56px;
  width: auto;
  margin: auto;
}
.proinfos li span {
  display: block;
  margin-top: 8px;
  line-height: 1;
  color: #333333;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.proinfos li:hover span {
  color: #b22e30;
}
.product-introduct {
  padding: 82px 10% 70px;
}
.prointroduct {
  margin-bottom: 75px;
}
.pro-title {
  margin-bottom: 66px;
}
.pro-title strong {
  display: block;
  margin-bottom: 32px;
  line-height: 1;
  color: #b22e30;
  font-size: 40px;
}
.pro-title span {
  display: block;
  margin-bottom: 36px;
  line-height: 1.2;
  color: #333333;
  font-size: 28px;
}
.pro-title p {
  margin-bottom: 8px;
  color: #666666;
  font-size: 16px;
}
.proinfo {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.proinfo a {
  display: block;
  position: relative;
  z-index: 3;
  width: 162px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  background: #b22e30;
  font-size: 16px;
}
.proinfo a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.proinfo a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.proinfo a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.proinfo a:before {
  border-radius: 0px;
}
.product-in {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.product-in p {
  color: #666666;
  font-size: 16px;
}
.product-tro {
  margin-bottom: 86px;
}
.product-tro strong {
  display: block;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 39px;
  line-height: 1;
  color: #b22e30;
  font-size: 28px;
  background: url(../image/line3.png) left bottom repeat-x;
}
.product-tro strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 122px;
  height: 4px;
  background: #b22e30;
}
.product-tro p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.product-prev {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 59px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.product-prev a {
  display: block;
  color: #333333;
  font-size: 16px;
}
.product-prev a:hover {
  color: #b22e30;
}
.product-logo.article-block img {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.product-logo.articleShow img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.product-banner {
  position: relative;
}
.product-banner figure {
  position: relative;
  display: block;
  padding-bottom: 30.119%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.product-banner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.equipmentfix {
  position: relative;
}
.equipment-swiper {
  position: relative;
  z-index: 3;
  width: 470px;
  margin: auto;
  overflow: visible;
  -webkit-perspective: 1400px;
  -moz-perspective: 1400px;
  perspective: 1400px;
}
.equipment-swiper:before {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: -1;
  content: "";
  width: 300px;
  height: 340px;
  background: url(../image/loicon.png) center no-repeat;
  background-size: cover;
  opacity: 0.1;
}
.equipment-items.swiper-slide-prev {
  opacity: 1;
}
.equipment-items.swiper-slide-prev .equit-wr {
  -webkit-animation: rotate3DSlideOutLeft 0.8s forwards;
  -moz-animation: rotate3DSlideOutLeft 0.8s forwards;
  -o-animation: rotate3DSlideOutLeft 0.8s forwards;
  animation: rotate3DSlideOutLeft 0.8s forwards;
}
.equipment-items.prev.slick-current .equit-wr {
  -webkit-animation: rotate3DSlideInRight 0.8s 0.1s forwards;
  -moz-animation: rotate3DSlideInRight 0.8s 0.1s forwards;
  -o-animation: rotate3DSlideInRight 0.8s 0.1s forwards;
  animation: rotate3DSlideInRight 0.8s 0.1s forwards;
}
.equipment-items.navOutPrev .equit-wr {
  -webkit-animation: rotate3DSlideOutRight 0.8s forwards;
  -moz-animation: rotate3DSlideOutRight 0.8s forwards;
  -o-animation: rotate3DSlideOutRight 0.8s forwards;
  animation: rotate3DSlideOutRight 0.8s forwards;
}
.equipment-items.next.slick-current .equit-wr {
  -webkit-animation: rotate3DSlideInLeft 0.8s 0.1s forwards;
  -moz-animation: rotate3DSlideInLeft 0.8s 0.1s forwards;
  -o-animation: rotate3DSlideInLeft 0.8s 0.1s forwards;
  animation: rotate3DSlideInLeft 0.8s 0.1s forwards;
}
.equit-wrap .slick-list {
  overflow: visible;
}
.equipment-items {
  position: absolute;
  text-align: center;
  float: left;
}
.equipment-items figure {
  display: block;
  width: 100%;
  height: 400px;
  line-height: 1;
  overflow: hidden;
  text-align: center;
}
.equipment-items figure img {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.equipment-items a {
  display: block;
  width: 136px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 16px;
  border: 1px solid #bbbbbb;
  border-radius: 21px;
  margin: auto;
}
.equipment-items a:hover {
  background: #b22e30;
  border-color: #b22e30;
  color: #fff;
}
.equipment-prev {
  width: 30.1%;
  height: 264px;
  background: #f6f6f7;
  position: absolute;
  top: 50%;
  margin-top: -132px;
  z-index: 10;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.equipment-prev a {
  display: block;
  height: 100%;
}
.equipment-prev.prev {
  left: 0;
  border-radius: 0 132px 132px 0;
}
.equipment-prev.prev .equipment-bt {
  left: 24.3%;
}
.equipment-prev.next {
  right: 0;
  border-radius: 132px 0 0 132px;
}
.equipment-prev.next .equipment-bt {
  right: 24.3%;
}
.equipment-prev.next .equip-li {
  right: auto;
  left: 19.9%;
}
.equipment-prev .equipment-bt {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background: #e9e9e9;
  cursor: pointer;
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
  color: #909090;
  font-size: 18px;
  font-weight: bold;
}
.equipment-prev .equipment-bt:hover {
  background: #b22e30;
  color: #fff;
}
.equip-li {
  position: absolute;
  right: 19.9%;
  width: 120px;
  bottom: 40px;
}
.equip-li li {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: none;
}
.equip-li li.on {
  display: block;
  -webkit-animation: roll_11 0.6s ease-in-out;
  -moz-animation: roll_11 0.6s ease-in-out;
  -o-animation: roll_11 0.6s ease-in-out;
  animation: roll_11 0.6s ease-in-out;
}
.equip-li li figure {
  display: block;
  line-height: 1;
  text-align: center;
}
.equip-li li figure img {
  margin: auto;
  height: 160px;
  width: auto;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.equip-li li strong {
  display: block;
  margin-top: 2px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@-webkit-keyframes roll_11 {
  0% {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@-moz-keyframes roll_11 {
  0% {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@-o-keyframes roll_11 {
  0% {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@keyframes roll_11 {
  0% {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.equite-boxs {
  padding: 78px 0 0;
  overflow: hidden;
}
.equite-title {
  display: block;
  text-align: center;
  margin-bottom: 118px;
  line-height: 1;
  color: #333333;
  font-size: 48px;
  font-weight: normal;
}
@-webkit-keyframes rotate3DSlideOutLeft {
  to {
    -webkit-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes rotate3DSlideOutLeft {
  to {
    -moz-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-o-keyframes rotate3DSlideOutLeft {
  to {
    transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    opacity: 0;
  }
}
@keyframes rotate3DSlideOutLeft {
  to {
    -webkit-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    -moz-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes rotate3DSlideInRight {
  from {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes rotate3DSlideInRight {
  from {
    -moz-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
  }
  to {
    -moz-transform: translateX(0) rotateY(0deg) translateZ(0);
    transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-o-keyframes rotate3DSlideInRight {
  from {
    transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
  }
  to {
    transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@keyframes rotate3DSlideInRight {
  from {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    -moz-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg) translateZ(0);
    -moz-transform: translateX(0) rotateY(0deg) translateZ(0);
    transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotate3DSlideOutRight {
  to {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-moz-keyframes rotate3DSlideOutRight {
  to {
    -moz-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-o-keyframes rotate3DSlideOutRight {
  to {
    transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    opacity: 0;
  }
}
@keyframes rotate3DSlideOutRight {
  to {
    -webkit-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    -moz-transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    transform: translateX(40%) rotateY(-45deg) translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes rotate3DSlideInLeft {
  from {
    -webkit-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-moz-keyframes rotate3DSlideInLeft {
  from {
    -moz-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
  }
  to {
    -moz-transform: translateX(0) rotateY(0deg) translateZ(0);
    transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@-o-keyframes rotate3DSlideInLeft {
  from {
    transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
  }
  to {
    transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
@keyframes rotate3DSlideInLeft {
  from {
    -webkit-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    -moz-transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
    transform: translateX(-40%) rotateY(45deg) translateZ(-300px);
  }
  to {
    -webkit-transform: translateX(0) rotateY(0deg) translateZ(0);
    -moz-transform: translateX(0) rotateY(0deg) translateZ(0);
    transform: translateX(0) rotateY(0deg) translateZ(0);
    opacity: 1;
  }
}
.product-banner.article-block figure img {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  -moz-transition: 1.4s;
  transition: 1.4s;
}
.product-banner.articleShow figure img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.news-boxs {
  padding: 84px 10% 94px;
}
.news-li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-li li {
  margin-right: 3.125%;
  margin-bottom: 56px;
  width: 31.25%;
}
.news-li li:nth-child(3n+3) {
  margin-right: 0;
}
.news-li li figure {
  border-radius: 9px;
  position: relative;
  display: block;
  padding-bottom: 42.555%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news-li li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.news-li li a:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news-li li a:hover .news-text strong {
  color: #b22e30;
}
.news-text {
  margin-top: 23px;
}
.news-text strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333333;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.58s;
  -o-transition: 0.58s;
  -moz-transition: 0.58s;
  transition: 0.58s;
}
.news-text p {
  color: #666666;
  font-size: 16px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-time {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}
.news-time time {
  display: block;
  color: #999999;
  font-size: 16px;
}
.news-time span {
  display: block;
  color: #999999;
  font-size: 16px;
}
.news-view {
  position: relative;
  z-index: 3;
  padding: 0 10% 104px;
}
.news-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.news-top {
  position: relative;
  padding: 107px 96px 64px 0;
}
.news-top strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}
.news-top p span {
  display: inline-block;
  margin: 0 9px;
  color: #fff;
  font-size: 16px;
}
.news-backs {
  position: absolute;
  right: 0;
  top: 103px;
}
.news-backs a {
  display: block;
  padding: 12px 0 17px;
  text-align: center;
  border-radius: 8px;
  width: 86px;
  background: #b22e30;
}
.news-backs a:hover i {
  transform: translateY(-4px);
}
.news-backs a i {
  display: block;
  margin: auto;
  width: 26px;
  height: 28px;
  background: url(../image/back3.png) center no-repeat;
  transition: 0.3s;
}
.news-backs a span {
  display: block;
  margin-top: 12px;
  line-height: 1;
  color: #fff;
  font-size: 16px;
}
.news-info {
  padding: 64px 60px 58px;
  background: #fff;
  border-radius: 10px;
}
.news-v {
  margin: auto;
  width: 700px;
  max-width: 100%;
  padding-bottom: 82px;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.news-v img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.news-pages {
  position: relative;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-pages a.pagen {
  display: block;
  color: #666666;
  font-size: 16px;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-pages a.pagen:hover {
  color: #b22e30;
}
.pback {
  width: 68px;
  height: 70px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background: url(../image/back1.png) center no-repeat;
}
.pback:hover {
  background: url(../image/back2.png) center no-repeat;
}
.loader-center {
  padding: 78px 10% 116px;
  text-align: center;
}
.loader-search {
  margin: 40px auto;
  position: relative;
  width: 940px;
  max-width: 100%;
}
.loader-search .text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 26px;
  height: 48px;
  line-height: 48px;
  border-radius: 24px;
  color: #999999;
  font-size: 16px;
  background: #fff;
  border: none;
  margin: 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
.loader-search .sub {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 26px;
  color: #000000;
  font-size: 22px;
  line-height: 48px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border: none;
  margin: auto;
  cursor: pointer;
  background: none;
}
.loader-search .sub:hover {
  color: #b22e30;
}
.loader-bth {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader-bth a {
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-right: 20px;
  width: 126px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #333333;
  font-size: 15px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.38s;
  -o-transition: 0.38s;
  -moz-transition: 0.38s;
  transition: 0.38s;
}
.loader-bth a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #b22e30;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.loader-bth a:hover,
.loader-bth a.active {
  color: #fff;
}
.loader-bth a:hover:before,
.loader-bth a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.loader-bth a:last-child {
  margin-right: 0;
}
.series {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 84px 0 126px;
}
.series a {
  display: inline-block;
  margin-right: 78px;
  color: #333333;
  font-size: 16px;
}
.series a:last-child {
  margin-right: 0;
}
.series a:hover,
.series a.active {
  color: #b22e30;
  font-weight: bold;
}
.series-fix {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.series-left {
  position: relative;
  width: 314px;
  height: 540px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
}
.series-left::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
  background-color: #e2e2e2;
}
.series-title {
  display: block;
  line-height: 1;
  color: #b22e30;
  font-size: 30px;
  font-weight: normal;
  background: #fff;
}
.series-list {
  margin-top: 45px;
}
.series-list li {
  margin-bottom: 20px;
  color: #666666;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.series-list li:hover,
.series-list li.active {
  color: #b22e30;
  font-weight: bold;
}
.series-tab {
  margin-right: 0;
  width: 62.28%;
  position: relative;
}
.series-items {
  position: relative;
}
.series-wraps {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.series-imgs {
  width: 392px;
}
.series-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 137.34%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.series-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.series-info {
  width: 300px;
  text-align: left;
}
.series-info strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1;
  color: #b22e30;
  font-size: 30px;
  font-weight: normal;
}
.series-info span {
  display: block;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 38px;
  line-height: 1;
  color: #b22e30;
  font-size: 18px;
}
.series-info span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 60px;
  height: 1px;
  background: #b22e30;
}
.series-info p {
  color: #666666;
  font-size: 16px;
  margin-bottom: 10px;
}
.series-info a {
  display: block;
  position: relative;
  z-index: 2;
  margin-top: 44px;
  width: 153px;
  height: 41px;
  line-height: 41px;
  background: #b22e30;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.series-info a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.series-info a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.series-info a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.video-load {
  margin-top: 80px;
  padding-bottom: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video-load li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 70px;
  text-align: left;
}
.video-load li:nth-child(3n+3) {
  margin-right: 0;
}
.video-load li:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.video-load li figure {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.video-load li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.video-load li figure b {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: url(../image/stop2.png) center no-repeat;
  cursor: pointer;
}
.video-down {
  position: relative;
  margin-top: 23px;
}
.video-down strong {
  display: block;
  margin-bottom: 26px;
  line-height: 1.1;
  color: #333333;
  font-size: 16px;
  font: normal;
}
.video-down p {
  color: #999999;
  font-size: 16px;
  line-height: 1;
}
.video-down a {
  display: block;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 113px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background: #b22e30;
  font-size: 14px;
}
.video-down a:hover {
  animation: anim-moema-1 0.4s forwards;
  -webkit-animation: anim-moema-1 0.4s forwards;
}
.video-down a:hover:before {
  animation: anim-moema-2 0.4s 0.4s forwards;
  -webkit-animation: anim-moema-2 0.4s 0.4s forwards;
}
.video-down a:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.video-down a:before {
  border-radius: 0px;
  visibility: hidden;
}
.video-down a:hover:before {
  visibility: visible;
}
.video-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.78s;
  -o-transition: 0.78s;
  -moz-transition: 0.78s;
  transition: 0.78s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.video-pop.show {
  pointer-events: visible;
  opacity: 1;
  visibility: visible;
}
.video-wraps {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1024px;
  height: 576px;
}
.video-wraps video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-wraps .video-close {
  display: block;
  position: absolute;
  right: 0;
  top: -45px;
  line-height: 1;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}
.video-wraps .video-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.soft-load {
  margin-top: 68px;
  padding-bottom: 60px;
}
.soft-load li {
  margin-bottom: 20px;
}
.soft-load a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 17px;
  padding-right: 22px;
  height: 60px;
  background: #f5f5f5;
}
.soft-load a:hover strong {
  color: #b22e30;
}
.soft-load a strong {
  display: block;
  max-width: 80%;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: 0.45s;
  -o-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.soft-load a strong i {
  display: inline-block;
  top: -1px;
  vertical-align: middle;
  margin-right: 22px;
  width: 28px;
  height: 28px;
  background: url(../image/pdf.png) center no-repeat;
}
.soft-load a time {
  display: block;
  color: #666666;
  font-size: 16px;
}
.after-sales {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.after-imgs {
  position: relative;
  width: 50%;
}
.after-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 91.145%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.after-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.after-texts {
  position: relative;
  width: 50%;
  background: #fff url(../image/129.png) center bottom no-repeat;
}
.after-lines {
  position: absolute;
  left: 16.14%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64.85%;
}
.after-item a {
  display: block;
  padding: 68px 0 62px;
  background: url(../image/line3.png) left bottom repeat-x;
}
.after-item a span {
  display: block;
  margin-bottom: 22px;
  color: #3b4048;
  font-size: 26px;
}
.after-item a span i {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 18px;
  color: #d8dadd;
  font-style: normal;
  font-size: 28px;
}
.after-item a b {
  display: block;
  margin-left: 40px;
  line-height: 1;
  color: #3b4048;
  font-size: 50px;
  font-weight: normal;
  font-family: "Swiss721BTBlackCondensed";
}
.contact-map {
  padding: 102px 10% 85px;
  overflow: hidden;
}
.maps {
  float: left;
  width: 62.5%;
}
.contact-check {
  float: right;
  width: 29%;
  max-width: 445px;
}
.contact-top {
  margin-bottom: 12px;
}
.contact-top strong {
  display: block;
  margin-bottom: 30px;
  padding-top: 10px;
  line-height: 1;
  color: #333333;
  font-weight: normal;
  font-size: 24px;
}
.contact-sele {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.city {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  width: 48.53%;
  height: 50px;
  line-height: 50px;
  background: #f2f2f2 url(../image/arrow1.png) 90% center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333333;
  font-size: 16px;
  border: none;
  outline: none;
}
.city optgroup {
  height: 200px;
  overflow-y: auto;
}
.city-hidden {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 660px;
}
.city-list li {
  margin-bottom: 20px;
  padding: 30px 20px 28px;
  background: #f2f2f2;
}
.city-list li:last-child {
  margin-bottom: 0;
}
.city-list li strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
}
.city-list li p {
  color: #999999;
  font-size: 16px;
}
.city-hidden::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
  background-color: #e3e3e3;
}
.city-hidden::-webkit-scrollbar-track {
  border-radius: 6px;
  border-radius: 3px;
  background-color: #e3e3e3;
}
.city-hidden::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #555555;
}
#container {
  width: 100%;
  height: 40.625vw;
}
.guarantee {
  padding: 70px 10% 100px;
}
.guarantee-tt {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.guarantee-tt strong {
  display: inline-block;
  position: relative;
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
  color: #333333;
  font-size: 34px;
  font-weight: normal;
}
.guarantee-tt strong:before {
  position: absolute;
  left: 50%;
  margin-left: -27px;
  bottom: -2px;
  content: "";
  width: 55px;
  height: 3px;
  background: #b22e30;
}
.guarantee-text {
  text-align: center;
}
.guarantee-text p {
  color: #333333;
  font-size: 16px;
  line-height: 2.2;
}
.recuite {
  padding: 80px 10% 105px;
  background: #f5f5f5;
}
.recuite .contact-sele .city {
  width: 49.34%;
  background: #fff url(../image/arrow1.png) 96% center no-repeat;
}
.recuite-tt {
  display: block;
  margin-bottom: 58px;
  text-align: center;
  line-height: 1;
  color: #333333;
  font-size: 34px;
  font-weight: normal;
}
.recuite-span {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-bottom: 2px solid #f5f5f5;
  margin-top: 30px;
  padding: 0 46px 0 40px;
  height: 100px;
}
.recuite-span span {
  display: block;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #060102;
  font-size: 18px;
}
.recuite-list li {
  border-bottom: 2px solid #f5f5f5;
}
.recuite-tops {
  position: relative;
  padding: 0 46px 0 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.recuite-tops:hover,
.recuite-tops.active {
  background: #b22e30;
}
.recuite-tops:hover span,
.recuite-tops.active span {
  color: #fff;
}
.recuite-tops:hover b,
.recuite-tops.active b {
  color: #fff;
}
.recuite-tops.active b {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.recuite-tops span {
  display: block;
  color: #060102;
  font-size: 16px;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.recuite-tops b {
  display: block;
  position: absolute;
  right: 33px;
  top: 50%;
  margin-top: -8px;
  line-height: 1;
  color: #000000;
  font-size: 16px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.recuite-text {
  padding: 32px 40px 54px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.recuite-text p {
  color: #333333;
  font-size: 16px;
  line-height: 2.2;
}
.recuite-btns {
  margin-top: 16px;
}
.recuite-btns span {
  display: block;
  color: #b22e30;
  font-size: 16px;
}
.recuite-btns a {
  display: block;
  margin-top: 22px;
  width: 154px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #b22e30;
  font-size: 16px;
}
.online-message {
  padding: 120px 10% 30vw;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-position: center bottom;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.online-top {
  margin-bottom: 55px;
}
.online-top small {
  display: block;
  margin-bottom: 32px;
  line-height: 1.2;
  color: #3f3f3f;
  font-size: 44px;
  text-transform: uppercase;
  font-family: "DroidSerif";
}
.online-top strong {
  display: block;
  color: #b22e30;
  font-size: 38px;
  line-height: 1;
  font-weight: normal;
}
.online-text {
  margin-bottom: 104px;
}
.online-text p {
  color: #333333;
  font-size: 16px;
  width: 384px;
}
.serviline strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #3f3f3f;
  font-size: 24px;
  font-weight: normal;
}
.serviline b {
  display: block;
  line-height: 1;
  color: #b22e30;
  font-size: 40px;
  font-family: "Swiss721BTBlackCondensed";
  font-weight: normal;
}
.messages {
  width: 57.94%;
}
.message-item {
  margin-bottom: 44px;
}
.message-item span {
  display: block;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.message-item .text1 {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  line-height: 1.1;
  padding: 16px 0 10px;
  border-bottom: 1px solid #e3e3e3;
  color: #a8a8a8;
  font-size: 14px;
  background: none;
}
.message-item .text1::-webkit-input-placeholder {
  color: #a8a8a8;
}
.message-item .text1:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.message-sub input {
  width: 154px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  background: #b22e30;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0;
  font-size: 16px;
}
.mapd {
  height: 41.14vw;
}
.BMap_bubble_title {
  margin-bottom: 12px !important;
  color: #b22e30 !important;
  font-size: 18px;
}
.contact {
  padding: 82px 10% 120px;
}
.contact-title {
  display: block;
  margin-bottom: 78px;
  line-height: 1.2;
  color: #333333;
  font-size: 34px;
  font-weight: lighter;
  text-align: center;
}
.contact-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-list li {
  text-align: center;
}
.contact-list li:nth-child(3) b {
  background: #b22e30 url(../image/icoo2.png) center no-repeat;
}
.contact-list li b {
  display: block;
  margin: auto;
  text-align: center;
  line-height: 66px;
  color: #fff;
  font-size: 26px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #b22e30;
  font-weight: normal;
}
.contact-list li strong {
  display: block;
  margin: 28px 0 15px;
  line-height: 1;
  color: #b1b1b1;
  font-size: 20px;
  font-weight: normal;
}
.contact-list li p {
  color: #333333;
  font-size: 16px;
}
.pig {
  width: 50px;
  height: 50px;
  background-color: #b22e30;
  border-radius: 50%;
  opacity: 0;
  position: fixed;
  left: 100%;
  top: 100%;
  z-index: 10;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s linear, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s linear, transform 0.5s ease-in-out;
  transition: opacity 0.4s linear, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.pig.show {
  opacity: 1;
}
.pig:active,
.pig.active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.pig s {
  width: 14px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  margin-top: -10px;
  top: 50%;
  z-index: 2;
  border-radius: 7px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pig s.i1 {
  left: 8px;
  background-image: url('../image/lt4-pig.png');
}
.pig s.i2 {
  right: 8px;
  background-image: url('../image/gt4-pig.png');
}
.pig:active s.i1,
.pig.active s.i1 {
  left: 0px;
}
.pig:active s.i2,
.pig.active s.i2 {
  right: 0px;
}
.desk {
  width: 1000px;
  height: 560px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.desk .playbtn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 15;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff url('../image/play.png') 60% center no-repeat;
  display: none;
}
.desk .playbtn.on {
  background-image: url('https://www.forgood.com.cn/public/images/pause.png');
}
.desk i.load {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 32px;
  height: 32px;
  background: url('../image/load1.png') center no-repeat;
  margin-left: -16px;
  margin-top: -16px;
  -webkit-animation: rotate360 2s linear infinite;
  animation: rotate360 2s linear infinite;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.microorganism {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  cursor: none;
  display: none;
}
.microorganism.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.m-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  overflow: hidden;
}
.m-bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.m-bg .pic.navOutNext {
  -webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.m-bg .pic.navInNext {
  -webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.m-bg .mask-box {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
}
.m-bg .mask-box .mask-con {
  position: absolute;
  opacity: 0.92;
  width: 1332px;
  left: 0;
  top: 0vw;
  height: 976px;
}
.m-bg .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1200;
  pointer-events: none;
  mix-blend-mode: color-dodge;
}
.m-bg .m-mask {
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition-delay: 1s;
}
#look-dot {
  position: absolute;
  opacity: 0.92;
  width: 1332px;
  left: 0;
  top: 0vw;
  height: 976px;
}
.mask-con .m-mask {
  position: absolute;
  width: 5172px;
  left: -1920px;
  top: -1010px;
}
.mask-con .other {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.mouser {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 2vmin;
  height: 2vmin;
  border-radius: 50%;
  background: #FFF;
  z-index: 999;
  -webkit-transform: translate(calc(1px * var(--mouse-x, 50vw)), calc(1px * var(--mouse-y, 50vh))) translate(-50%, -50%);
  transform: translate(calc(1px * var(--mouse-x, 50vw)), calc(1px * var(--mouse-y, 50vh))) translate(-50%, -50%);
}
#look-dot {
  -webkit-transform: translate(calc(1px * var(--mouse-x, 50vw)), calc(1px * var(--mouse-y, 50vh))) translate(-50%, -50%);
  transform: translate(calc(1px * var(--mouse-x, 50vw)), calc(1px * var(--mouse-y, 50vh))) translate(-50%, -50%);
}
.mouser {
  width: 3.4vw;
  height: 3.4vw;
  position: absolute;
  background-color: transparent;
}
.mouser > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.microorganism-swiper {
  position: absolute;
  padding-bottom: 74px;
  left: 20.73%;
  top: 50%;
  margin-top: -167px;
  z-index: 20;
  width: 350px;
}
.microorganism-swiper .swiper-pagination {
  width: auto;
  left: 0;
}
.microorganism-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  margin: 0;
  margin-right: 18px;
  transition: 0.58s;
}
.microorganism-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
}
.microorganism-swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.microorganism-title {
  margin-bottom: 36px;
}
.microorganism-title strong {
  display: block;
  color: #fff;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.5;
}
.microorganism-title strong b {
  color: #b22e30;
  font-weight: normal;
}
.microorganism-text p {
  color: #fff;
  font-size: 16px;
}
.mi-close {
  position: absolute;
  right: 39px;
  top: 39px;
  z-index: 20;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.4s;
  cursor: pointer;
  line-height: 1;
}
.mi-close:hover {
  transform: rotate(180deg);
}
.micoo-data {
  display: flex;
  margin-bottom: 66px;
}
.micoo-item {
  flex: 1;
}
.micoo-item p {
  margin-bottom: 22px;
  color: #b22e30;
  font-size: 26px;
  line-height: 1;
  font-family: "";
}
.micoo-item p b {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  font-size: 55px;
  font-weight: normal;
  font-family: "Impact";
}
.micoo-item span {
  display: block;
  line-height: 1;
  color: #b22e30;
  font-size: 16px;
}
.network .map {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.network .mapImg {
  margin: auto;
  text-align: center;
  margin-top: 65px;
  width: 792px;
  height: 669px;
  position: relative;
}
.mapList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mapList li {
  width: 23px;
  height: 33px;
  position: absolute;
  top: 477px;
  left: 455px;
}
.mapList li .bg-y {
  width: auto;
  height: auto;
  position: absolute;
  font-size: 0px;
  display: none;
  z-index: 8;
}
.mapList li .mapText {
  width: 70px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  z-index: 10;
  left: 50%;
  margin-left: -35px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mapList li.cur .mapText {
  color: #fff;
}
.mapList li.cur .bg-y {
  display: block;
}
/*.mapList li.cur .bg-y2{ display: none;}*/
.mapList li:hover .mapText {
  color: #fff;
}
.mapList li:hover .bg-y {
  display: block;
}
.mapList li.on .mapText {
  color: #fff;
}
.mapList li.on .bg-y {
  display: block;
}
/*.mapList li.on .bg-y2 {display: block;}*/
.mapList li.on .bg-y {
  -webkit-animation: scaleout 1s infinite ease-in-out alternate;
  animation: scaleout 1s infinite ease-in-out alternate;
}
.mapList li.SX {
  top: 340px;
  left: 475px;
}
.mapList li.SX .bg-y {
  top: -75px;
  left: -34px;
}
.mapList li.NX {
  top: 275px;
  left: 432px;
}
.mapList li.NX .bg-y {
  top: -4px;
  left: -12px;
}
.mapList li.GS {
  top: 320px;
  left: 410px;
}
.mapList li.GS .bg-y {
  top: -124px;
  left: -151px;
}
.mapList li.SC {
  top: 390px;
  left: 392px;
}
.mapList li.SC .bg-y {
  top: -28px;
  left: -77px;
}
.mapList li.ZQ {
  top: 413px;
  left: 445px;
}
.mapList li.ZQ .bg-y {
  top: -12px;
  left: -9px;
}
.mapList li.SXX {
  left: 520px;
  top: 286px;
}
.mapList li.SXX .bg-y {
  top: -42px;
  left: -13px;
}
.mapList li.XJ {
  left: 168px;
  top: 173px;
}
.mapList li.XJ .bg-y {
  top: -109px;
  left: -168px;
}
.mapList li.YN {
  left: 354px;
  top: 514px;
}
.mapList li.YN .bg-y {
  top: -59px;
  left: -47px;
}
.mapList li.GX {
  left: 483px;
  top: 530px;
}
.mapList li.GX .bg-y {
  top: -15px;
  left: -60px;
}
.mapList li.HN {
  left: 502px;
  top: 614px;
}
.mapList li.HN .bg-y {
  top: 17px;
  left: -15px;
}
.mapList li.GD {
  left: 554px;
  top: 514px;
}
.mapList li.GD .bg-y {
  top: 14px;
  left: -52px;
}
.mapList li.HNN {
  left: 543px;
  top: 449px;
}
.mapList li.HNN .bg-y {
  top: -9px;
  left: -54px;
}
.mapList li.HB {
  left: 538px;
  top: 401px;
}
.mapList li.HB .bg-y {
  top: -17px;
  left: -55px;
}
.mapList li.HNNN {
  left: 551px;
  top: 338px;
}
.mapList li.HNNN .bg-y {
  top: -15px;
  left: -40px;
}
.mapList li.FJ {
  left: 645px;
  top: 475px;
}
.mapList li.FJ .bg-y {
  top: -6px;
  left: -37px;
}
.mapList li.JX {
  left: 591px;
  top: 446px;
}
.mapList li.JX .bg-y {
  top: -9px;
  left: -25px;
}
.mapList li.ZJ {
  left: 655px;
  top: 413px;
}
.mapList li.ZJ .bg-y {
  top: 14px;
  left: -22px;
}
.mapList li.AH {
  left: 606px;
  top: 383px;
}
.mapList li.AH .bg-y {
  top: -32px;
  left: -26px;
}
.mapList li.JS {
  left: 645px;
  top: 356px;
}
.mapList li.JS .bg-y {
  top: -16px;
  left: -46px;
}
.mapList li.SD {
  left: 595px;
  top: 300px;
}
.mapList li.SD .bg-y {
  top: -14px;
  left: -18px;
}
.mapList li.TJ {
  left: 592px;
  top: 233px;
}
.mapList li.TJ .bg-y {
  top: 1px;
  left: -19px;
}
.mapList li.LN {
  left: 668px;
  top: 179px;
}
.mapList li.LN .bg-y {
  top: 1px;
  left: -49px;
}
.mapList li.HBB {
  left: 562px;
  top: 261px;
}
.mapList li.HBB .bg-y {
  top: -59px;
  left: -12px;
}
.mapList li.GZ {
  left: 445px;
  top: 470px;
}
.mapList li.GZ .bg-y {
  top: -15px;
  left: -38px;
}
.mapList li.HLJ {
  top: 66px;
  left: initial;
  right: 70px;
}
.mapList li.HLJ .bg-y {
  top: -66px;
  right: -66px;
}
.mapList li.XZ {
  top: 330px;
  left: 125px;
}
.mapList li.XZ .bg-y {
  top: -42px;
  left: -95px;
}
.mapList li.QH {
  top: 280px;
  left: 271px;
}
.mapList li.QH .bg-y {
  top: -24px;
  left: -68px;
}
.mapList li.NMG {
  top: 190px;
  left: 480px;
}
.mapList li.NMG .bg-y {
  top: -184px;
  left: -151px;
}
.mapList li.JL {
  top: 125px;
  left: 688px;
}
.mapList li.JL .bg-y {
  top: 1px;
  left: -54px;
}
.mapList li.TW {
  top: 531px;
  left: 675px;
}
.mapList li.BJ {
  top: 200px;
  left: 565px;
}
.mapList li.BJ .bg-y {
  top: 30px;
  left: 15px;
}
.mapList li.SH {
  top: 371px;
  left: 670px;
}
.mapList li.SH .bg-y {
  top: 40px;
  left: 0px;
}
.mapList li.XG {
  top: 530px;
  left: 580px;
}
.mapList li.XG .bg-y {
  top: 40px;
  left: -8px;
}
.mapList li.AM {
  top: 542px;
  left: 534px;
}
.mapList li.AM .bg-y {
  top: 31px;
  left: 23px;
}
.mapList li.SD .mapText {
  bottom: 0;
  margin-left: -20px;
}
.mapList li.HB .mapText {
  bottom: -5px;
}
.mapList li.JS .mapText {
  bottom: 0;
}
.mapList li.HNN .mapText {
  margin-left: -55px;
}
.mapList li.AH .mapText {
  bottom: 0;
}
.mapList li.SX .mapText {
  bottom: 0;
}
.mapList li.ZQ .mapText {
  bottom: -5px;
  margin-left: -30px;
}
.mapList li.SXX .mapText {
  bottom: 0;
}
.mapList li.TJ .mapText {
  bottom: -10px;
  margin-left: -20px;
}
.mapList li.BJ .mapText {
  bottom: -10px;
  margin-left: -20px;
}
.mapList li.HBB .mapText {
  bottom: -5px;
}
.source {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1360px;
  max-width: 90%;
  background: #fff;
  margin-left: 0;
}
.source-close {
  position: absolute;
  right: 0;
  top: -90px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 20px;
  transition: 0.4s;
}
.source-close:hover {
  transform: rotate(180deg);
}
.source-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 5.44%;
}
.source-imgs {
  width: 57.96%;
}
.source-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 62.46%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.source-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.source-fix {
  width: 34.32%;
}
.source-fix .source-ico {
  display: block;
  width: 98px;
  height: auto;
}
.source-fix strong {
  display: block;
  position: relative;
  margin-top: 42px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  line-height: 1;
  color: #333333;
  font-weight: normal;
  font-size: 42px;
}
.source-fix strong:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #333;
}
.source-fix span {
  display: block;
  margin-bottom: 32px;
  line-height: 1.2;
  color: #333;
  font-size: 26px;
}
.source-fix p {
  margin-right: -28px;
  padding-right: 28px;
  height: 112px;
  overflow-y: auto;
  color: #333;
  font-size: 16px;
}
.source-fix p::-webkit-scrollbar {
  width: 1px;
  border-radius: 3px;
  background-color: #e2e2e2;
}
.objects {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  opacity: 0;
  visibility: visible;
  transition: 0.88s;
  pointer-events: none;
}
.objects.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.objects.show .object-fix {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.skill-item {
  cursor: pointer;
}
.object-fix {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  width: 620px;
  opacity: 0;
  visibility: hidden;
  transition: 0.7s;
  margin-top: 100px;
}
.object-fix figure {
  border-radius: 50%;
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.object-fix figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.58s;
}
.objects-text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 25px;
  bottom: 25px;
  text-align: center;
}
.objects-text .obe-ico {
  display: block;
  margin: auto;
  width: 98px;
  height: auto;
}
.objects-text strong {
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-top: 46px;
  line-height: 1;
  color: #fff;
  font-size: 42px;
  font-weight: normal;
}
.objects-text strong:before {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
}
.objects-text span {
  display: block;
  margin-top: 54px;
  margin-bottom: 34px;
  line-height: 1.2;
  color: #fff;
  font-size: 26px;
}
.objects-text p {
  padding: 0 20px;
  height: 125px;
  overflow-y: auto;
  margin: auto;
  max-width: 80%;
  width: 426px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.objects-text p::-webkit-scrollbar {
  width: 1px;
}
.objects-text b {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  bottom: 25px;
  z-index: 3;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  background: #75848f;
  font-weight: normal;
  transition: 0.4s;
}
.objects-text b:hover {
  transform: rotate(180deg);
}
.series-info {
  margin-top: -60px;
}
.series-btns {
  width: 300px;
}
.series-btns span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.series-btns span.swiper-button-disabled {
  opacity: 0.5;
}
.notice {
  padding: 90px 10%;
  background: #ffffff;
}
.notice-list {
  margin-bottom: 66px;
}
.notice-list li {
  margin-bottom: 34px;
  border-bottom: 1px solid #f3f3f3;
}
.notice-list li:last-child {
  margin-bottom: 0;
}
.notice-list li a {
  display: flex;
  justify-content: space-between;
  padding: 46px 65px 46px 40px;
}
.notice-list li a:hover {
  background: #fff;
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.07);
}
.notice-list li a:hover .notice-time {
  background: #b22e30;
}
.notice-list li a:hover .notice-time:before {
  border-color: rgba(255, 255, 255, 0.22);
}
.notice-list li a:hover .notice-time b {
  color: #fff;
  background: url(../image/line5.png) center bottom no-repeat;
}
.notice-list li a:hover .notice-time time {
  color: #fff;
}
.notice-time {
  width: 105px;
  flex-shrink: 0;
  flex-basis: 105px;
  position: relative;
  padding: 27px 0;
  border-radius: 4px;
  background: #e3e3e3;
  text-align: center;
  transition: 0.4s;
}
.notice-time:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border-radius: 3px;
  border: 1px solid #cdcdcd;
  text-align: center;
  transition: 0.4s;
}
.notice-time b {
  display: block;
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 13px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  transition: 0.45s;
  background: url(../image/line4.png) center bottom no-repeat;
  transition: 0.4s;
}
.notice-time time {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  transition: 0.4s;
}
.notice-info {
  margin-left: 46px;
  width: 87.36%;
}
.notice-info strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #333333;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-info p {
  margin-bottom: 24px;
  color: #666666;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.notice-info span {
  display: inline-block;
  line-height: 1;
  color: #999999;
  font-size: 16px;
  transition: 0.4s;
}
.notice-info span:hover {
  color: #b22e30;
}
.product-items-text {
  display: none;
}
.product-items-text:nth-child(2) {
  display: block;
}
.friendship {
  padding: 94px 40px 76px 78px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.friendship li {
  margin-right: 52px;
  margin-bottom: 24px;
}
.friendship li a {
  display: inline-block;
  color: #333333;
  font-size: 24px;
}
.friendship li a:hover {
  color: #b22e30;
}
.high-btn2 {
  padding-right: 10%;
  margin-top: 30px;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.loader-center {
  overflow: hidden;
}
.series-items {
  max-width: 100%;
}
.series-tab-swiper {
  position: relative;
  overflow: hidden;
}
.series-item-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.series-item-info.show {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: 0.65s;
}

