@charset "UTF-8";
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "light";
  src: url('../fonts/MISANS-LIGHT.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/MISANS-REGULAR.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/MiSans-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ml";
  src: url('../fonts/Montserrat-ExtraLight-5.otf');
  font-weight: normal;
  font-style: normal;
}
.mb {
  font-family: "mb";
}
.light {
  font-family: "light";
}
.medium {
  font-family: "medium";
}
.regular {
  font-family: "regular";
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
a[disabled="disabled"] {
  cursor: not-allowed;
}
.content,
.desc {
  text-align: justify;
}
.content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
  font-family: "light";
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.btnbg {
  display: block;
  position: relative;
}
.btnbg:before {
  content: '';
  position: absolute;
  z-index: 0;
  -webkit-mask: url(../img/btn-bg.png);
  -webkit-mask-size: 2400% 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: maskToShow1 0.6s steps(23) forwards;
}
.btnbg span {
  position: relative;
  z-index: 1;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 60;
  width: 100%;
  transition: background 0.35s ease;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
}
.header-wrapper.shadow,
.header-wrapper.on {
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper.shadow .pc-nav-box a,
.header-wrapper.on .pc-nav-box a {
  color: #000;
}
.header-wrapper.shadow .pc-nav-box a.on,
.header-wrapper.on .pc-nav-box a.on,
.header-wrapper.shadow .pc-nav-box a:hover,
.header-wrapper.on .pc-nav-box a:hover {
  color: #00b259;
}
.header-wrapper.shadow .pc-nav-box a.on:after,
.header-wrapper.on .pc-nav-box a.on:after,
.header-wrapper.shadow .pc-nav-box a:hover:after,
.header-wrapper.on .pc-nav-box a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper.shadow .logo-box .init,
.header-wrapper.on .logo-box .init {
  display: none;
}
.header-wrapper.shadow .logo-box .on,
.header-wrapper.on .logo-box .on {
  display: block;
}
.header-wrapper.shadow .tel,
.header-wrapper.on .tel {
  color: #000;
}
.header-wrapper.shadow .btn.on:after,
.header-wrapper.on .btn.on:after {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 1.22rem;
}
.header-wrapper .logo-box a {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box a img {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .tel {
  font-size: var(--fs18);
  color: #fff;
  font-family: "mb";
  line-height: 0.36rem;
  margin-right: 0.4rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.header-wrapper .tel img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 0.18rem;
  margin-right: 0.1rem;
}
.header-wrapper .btn {
  display: block;
  text-align: center;
  width: 1.66rem;
  line-height: 0.5rem;
  background-color: #00b259;
  border-radius: 25px;
  font-size: var(--fs16);
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper .btn.on {
  color: #00b259;
  background-color: transparent;
}
.header-wrapper .btn.on:after {
  opacity: 0;
  visibility: hidden;
}
.header-wrapper .btn.on i {
  background-image: url(../img/guide2.png);
}
.header-wrapper .btn:before {
  border-radius: 25px;
}
.header-wrapper .btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 25px;
  border: 1px solid #00b259;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper .btn i {
  display: inline-block;
  width: 0.22rem;
  height: 0.26rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 0.16rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/guide.png);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pc-nav-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex: 1;
  margin: 0 0.8rem;
  justify-content: center;
}
.pc-nav-box a {
  font-size: 18px;
  color: #fff;
  margin-right: 0.6rem;
  line-height: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  position: relative;
  display: block;
}
.pc-nav-box a:last-child {
  margin-right: 0;
}
.pc-nav-box a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00b259;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.sidebar-box {
  position: fixed;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 20;
  width: 0.7rem;
  border-radius: 5px;
  list-style-type: none;
}
.sidebar-box li {
  position: relative;
  text-align: center;
  list-style: none;
  margin-bottom: 0.1rem;
}
.sidebar-box li:last-child {
  margin-bottom: 0;
}
.sidebar-box li:hover .hidebox {
  right: 95%;
  opacity: 1;
  visibility: visible;
}
.sidebar-box li:hover .hidebox.qrcode {
  right: 110%;
}
.sidebar-box a {
  display: block;
  height: 0.7rem;
  background-color: #00b259;
  position: relative;
  z-index: 10;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 0.18rem;
}
.sidebar-box a > img {
  height: 0.32rem;
}
.sidebar-box .hidebox {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 4;
  width: 2.5rem;
  background-color: #00b259;
  text-align: left;
  height: 100%;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  right: -100%;
}
.sidebar-box .hidebox.qrcode {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 1.6rem;
  height: auto;
  padding: 0.1rem 0.1rem;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.sidebar-box .hidebox.qrcode p {
  text-align: center;
}
.sidebar-box .hidebox.qrcode img {
  width: 100%;
}
.sidebar-box .hidebox p {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-top: 0.06rem;
}
.sidebar-box .tel {
  color: #fff;
  font-size: var(--fs30);
  font-family: "mb";
  line-height: 0.7rem;
  padding: 0 0.2rem;
}
.footer-wrapper {
  padding: 1rem 0 0.8rem;
  background: #0e1928;
}
.footer-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.footer-wrapper .left {
  width: 50%;
}
.footer-wrapper .logo {
  display: block;
  width: 1.22rem;
  margin-bottom: 0.3rem;
}
.footer-wrapper .logo img {
  width: 100%;
}
.footer-wrapper .contact ul {
  list-style: none;
}
.footer-wrapper .contact li {
  display: inline-block;
  color: #8d949e;
  line-height: 24px;
  margin-right: 0.32rem;
}
.footer-wrapper .contact li:last-child {
  margin-right: 0;
}
.footer-wrapper .contact li a {
  color: #fff;
}
.footer-wrapper .contact li,
.footer-wrapper .contact li a {
  font-family: "mm";
  font-size: var(--fs18);
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs14);
  color: #818891;
}
.footer-wrapper .copyright {
  line-height: 24px;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .qrcode {
  width: 1.3rem;
  text-align: center;
}
.footer-wrapper .qrcode.phone {
  display: none;
}
.footer-wrapper .qrcode img {
  display: block;
  width: 100%;
}
.footer-wrapper .qrcode p {
  font-size: var(--fs14);
  color: #818891;
  line-height: 24px;
  margin-top: 0.15rem;
}
.link {
  font-size: 0;
  margin: 0.18rem auto 0.1rem;
}
.link a {
  position: relative;
  font-size: var(--fs15);
  padding-right: 0.12rem;
  margin-right: 0.12rem;
  display: inline-block;
  color: #818891;
  vertical-align: top;
  line-height: 24px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.link a:hover {
  color: #fff;
}
.link a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 1px;
  height: 14px;
  background: #818891;
}
.link a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.link a:last-child:after {
  display: none;
}
.link span {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
@media screen and (min-width: 1004px) {
  .btnbg:hover:before {
    animation: maskToShow 0.4s steps(23) forwards;
  }
  .header-wrapper .btn:hover {
    color: #00b259;
    background-color: transparent;
  }
  .header-wrapper .btn:hover:after {
    opacity: 0;
    visibility: hidden;
  }
  .header-wrapper .btn:hover i {
    background-image: url(../img/guide2.png);
  }
  .header-wrapper.shadow .btn:hover:after,
  .header-wrapper.on .btn:hover:after {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1600px) {
  .pc-nav-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .pc-nav-box a {
    margin-right: 0;
  }
  .pc-nav-box a {
    margin-right: 0;
  }
}
@media screen and (max-width: 1440px) {
  .pc-nav-box {
    margin: 0 0.6rem;
  }
  .pc-nav-box a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1004px) {
  .header-wrapper.shadow .close-trigger-bar,
  .header-wrapper.on .close-trigger-bar,
  .header-wrapper.shadow .menu-trigger-bar,
  .header-wrapper.on .menu-trigger-bar {
    background-color: #00b259;
  }
  .header-wrapper .box-container {
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 20%;
  }
  .header-wrapper .tel {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-right: 0.24rem;
  }
  .header-wrapper .tel img {
    width: 0.24rem;
  }
  .header-wrapper .btn {
    width: 1.8rem;
    line-height: 0.64rem;
    border-radius: 25px;
    font-size: 0.24rem;
  }
  .header-wrapper .btn:before {
    border-radius: 25px;
  }
  .header-wrapper .btn:after {
    border-radius: 25px;
  }
  .header-wrapper .btn i {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.12rem;
  }
  .header-wrapper .other-box {
    padding-right: 0.7rem;
  }
  .pc-nav-box {
    display: none;
  }
  .sidebar-box {
    right: 0.3rem;
    width: 0.64rem;
  }
  .sidebar-box li {
    margin-bottom: 0.1rem;
  }
  .sidebar-box a {
    height: 0.64rem;
    padding-top: 0.14rem;
  }
  .sidebar-box .hidebox {
    width: 2.7rem;
  }
  .sidebar-box .hidebox.qrcode {
    width: 2.2rem;
    padding: 0.1rem 0.1rem;
  }
  .sidebar-box .hidebox p {
    margin-top: 0.12rem;
  }
  .sidebar-box .tel {
    font-size: var(--fs20);
    line-height: 0.64rem;
    padding: 0 0.2rem;
  }
  .footer-wrapper {
    padding: 1rem 0 0.6rem;
  }
  .footer-wrapper .box-container {
    display: block;
    position: relative;
  }
  .footer-wrapper .left {
    width: 100%;
  }
  .footer-wrapper .logo {
    width: 25%;
    margin: 0 auto 0.6rem;
  }
  .footer-wrapper .contact li {
    display: block;
    line-height: 0.48rem;
    margin-right: 0;
  }
  .footer-wrapper .contact li,
  .footer-wrapper .contact li a {
    font-size: var(--fs15);
  }
  .footer-wrapper .copyright {
    line-height: 0.36rem;
  }
  .footer-wrapper .qrcode {
    width: 1.8rem;
    margin: 0 auto 0.6rem;
  }
  .footer-wrapper .qrcode.pc {
    display: none;
  }
  .footer-wrapper .qrcode.phone {
    display: block;
  }
  .footer-wrapper .qrcode p {
    line-height: 0.36rem;
    margin-top: 0.15rem;
  }
  .link {
    margin: 0.24rem auto;
  }
  .link a {
    font-size: var(--fs14);
    margin-right: 0.2rem;
    padding-right: 0.2rem;
  }
}
.experience-box .group,
.index-box-9 .group {
  position: relative;
  margin-bottom: 0.15rem;
}
.experience-box .group:last-child,
.index-box-9 .group:last-child {
  margin-bottom: 0;
}
.experience-box .group.separate,
.index-box-9 .group.separate {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.24rem;
}
.experience-box .group > img,
.index-box-9 .group > img,
.experience-box .group .item > img,
.index-box-9 .group .item > img {
  position: absolute;
  top: 50%;
  width: 0.24rem;
  margin-top: -0.12rem;
  z-index: 10;
}
.experience-box .text,
.index-box-9 .text {
  font-size: var(--fs16);
  width: 100%;
  font-family: "light";
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.experience-box label,
.index-box-9 label {
  font-size: var(--fs14);
  color: #fff;
  font-family: "light";
  position: relative;
  line-height: 0.3rem;
  padding-left: 0.32rem;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.experience-box label:before,
.index-box-9 label:before {
  content: "";
  width: 0.18rem;
  height: 0.18rem;
  background-color: #fff;
  border-radius: 3px;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0.06rem;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100%;
}
.experience-box label a,
.index-box-9 label a {
  font-family: "regular";
  font-size: var(--fs14);
}
.experience-box label a:hover,
.index-box-9 label a:hover {
  text-decoration: underline;
}
.experience-box .checkbox:checked + label:before,
.index-box-9 .checkbox:checked + label:before {
  background-image: url(../img/check.png);
}
.experience-box .submit,
.index-box-9 .submit {
  margin-top: 0.3rem;
  background: #00b259;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.experience-box .submit:hover,
.index-box-9 .submit:hover {
  color: #00b259;
}
.experience-box {
  position: absolute;
  right: calc((100% - 15.36rem) / 2);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  width: 4rem;
  background-color: rgba(26, 34, 48, 0.85);
  border-radius: 0.1rem;
  padding: 0.36rem 0.4rem 0.54rem;
  /* input placeholder  */
}
.experience-box h3 {
  font-size: 0.34rem;
  color: #fff;
  line-height: 0.48rem;
  font-family: "medium";
  margin-bottom: 0.1rem;
}
.experience-box .group.separate .text {
  width: 1.8rem;
}
.experience-box .group > img {
  left: 0;
}
.experience-box .text,
.experience-box .btn span {
  line-height: 0.44rem;
  height: 0.44rem;
}
.experience-box .text {
  color: #fff;
  padding-left: 0.32rem;
}
.experience-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--fs16);
}
.experience-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--fs16);
}
.experience-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--fs16);
}
.experience-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.75);
  font-size: var(--fs16);
}
.experience-box label a {
  color: #00b259;
}
.experience-box .btn {
  width: 1.2rem;
  background-color: #ffffff;
  border-radius: 5px;
  position: relative;
  display: block;
  font-size: var(--fs14);
  color: #00b259;
  text-align: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.experience-box .btn:hover {
  color: #fff;
}
.experience-box .btn:before {
  border-radius: 5px;
  background-color: #00b259;
}
.experience-box .btn[disabled="disabled"] {
  cursor: not-allowed;
  color: #fff;
}
.experience-box .btn[disabled="disabled"]:before {
  animation: maskToShow 0.4s steps(23) forwards;
}
.experience-box .submit {
  line-height: 0.46rem;
  font-size: var(--fs20);
  border-radius: 5px;
}
.experience-box .submit:hover {
  background-color: transparent;
}
.experience-box .submit:before {
  border-radius: 5px;
}
.index-title-box {
  text-align: center;
  margin-bottom: 0.45rem;
}
.index-title-box.white h3,
.index-title-box.white p {
  color: #fff;
}
.index-title-box h3 {
  font-size: var(--fs48);
  color: #111;
  font-weight: 700;
  line-height: 0.6rem;
}
.index-title-box h3 b {
  color: #00b259;
}
.index-title-box p {
  font-size: var(--fs18);
  font-family: "light";
  line-height: 0.3rem;
  margin-top: 0.06rem;
}
.index-more {
  display: inline-block;
  min-width: 1.8rem;
  line-height: 0.52rem;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  font-size: var(--fs18);
  border: solid 2px #00b259;
  background-color: #00b259;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  position: relative;
  padding: 0 0.3rem;
}
.index-more.white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.index-more:hover {
  border-color: #00b259;
  background: #00b259;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.index-more:hover i {
  transform: rotate(45deg);
}
.index-more i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 0.11rem;
  height: 0.11rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.12rem;
  background-image: url(../img/more.png);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.desc {
  font-size: var(--fs16);
  color: #666;
  font-family: "light";
  line-height: 0.3rem;
}
.padding {
  padding: 1.05rem 0;
}
.mt {
  margin-top: 1.05rem;
}
.index-box-1 {
  background: url(../img/indexbg.jpg) no-repeat center center;
  background-size: cover;
}
.index-box-1 .content {
  text-align: center;
  padding: 0 0.54rem;
}
.index-box-1 .swiper-box {
  margin-top: 0.5rem;
}
.index-box-1 .swiper-slide {
  width: 30.73%;
  background-color: #fff;
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
  border-radius: 0.1rem;
  padding: 0.4rem 0.42rem 0.36rem 1.5rem;
  border-top: 0.05rem solid #00b259;
  margin-right: 3.905%;
  height: auto;
  mix-blend-mode: multiply;
}
.index-box-1 .swiper-slide:last-child {
  margin-right: 0;
}
.index-box-1 .swiper-slide img {
  position: absolute;
  left: 0.28rem;
  top: 0.8rem;
  z-index: 10;
  display: block;
  height: 0.7rem;
  margin-bottom: 2px;
}
.index-box-1 h5 {
  font-size: var(--fs24);
  line-height: 0.3rem;
  font-family: "medium";
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}
.index-box-1 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
  margin-top: 0.65rem;
}
.index-box-1 ul li {
  width: 12.5%;
  text-align: center;
  mix-blend-mode: multiply;
}
.index-box-1 ul .pic img {
  display: block;
  height: 0.7rem;
  width: auto;
  margin: 0 auto;
  mix-blend-mode: multiply;
}
.index-box-1 ul figcaption {
  font-size: var(--fs15);
  font-family: "light";
  line-height: 24px;
  margin-top: 0.18rem;
  padding: 0 0.05rem;
}
.index-box .swiper-slide {
  cursor: pointer;
  width: 16.66%;
  text-align: center;
}
.index-box .swiper-slide.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box .swiper-slide:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #00b259;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-box .icon {
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto 0.12rem;
}
.index-box .icon:before,
.index-box .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px dotted #00b259;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}
.index-box .icon img {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  object-fit: contain;
}
.index-box .inner {
  position: relative;
  z-index: 10;
  padding: 0.3rem 0.34rem 0.32rem;
}
.index-box .item {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.index-box .item.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  animation: fadeIn 1s ease;
}
.index-box .left {
  width: 22.27%;
  background-color: #fff;
}
.index-box .left:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box .left .info {
  padding: 0.25rem 0.27rem 0.36rem 0.34rem;
}
.index-box .left .title {
  font-size: 0.22rem;
  color: #00b259;
  line-height: 0.3rem;
}
.index-box .left .desc {
  font-size: var(--fs14);
  line-height: 0.26rem;
  margin: 0.05rem auto 0.24rem;
}
.index-box .more {
  display: inline-block;
  width: 1.3rem;
  text-align: center;
  color: #fff;
  border-radius: 0.18rem;
  border: 1px solid #00b259;
  background-color: #00b259;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  height: 0.36rem;
}
.index-box .more:hover {
  color: #00b259;
  background-color: #fff;
}
.index-box .more span {
  display: block;
  width: 100%;
  line-height: 0.34rem;
  border-radius: 0.18rem;
}
.index-box .right {
  width: 77.73%;
}
.index-box .right ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style-type: none;
}
.index-box .right li {
  position: relative;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0px 6px 35px 0px rgba(0, 71, 36, 0.08);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box .right li:hover {
  background-position: left top;
  box-shadow: 0px 6px 35px 0px rgba(0, 178, 89, 0.1);
}
.index-box .right li:hover .line:before,
.index-box .right li:hover .line:after {
  opacity: 1;
}
.index-box .right li:hover .line span:before,
.index-box .right li:hover .line span:after {
  opacity: 1;
}
.index-box .right .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.index-box .right .title {
  font-size: var(--fs20);
}
.index-box .right .title i {
  font-size: var(--fs14);
  color: #999;
}
.index-box .right .brief {
  font-size: var(--fs14);
  color: #666;
  font-family: "light";
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
  margin: 0.03rem auto 0.2rem;
}
.index-box .right .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.index-box .right .line:before,
.index-box .right .line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 11;
  opacity: 0;
}
.index-box .right .line:before {
  top: 0;
  -webkit-animation: right 2s linear infinite;
  animation: right 2s linear infinite;
  background: -webkit-gradient(linear, right top, left top, from(#00b259), to(transparent));
  background: linear-gradient(right, #00b259, transparent);
}
.index-box .right .line:after {
  bottom: 0;
  -webkit-animation: left 2s linear infinite;
  animation: left 2s linear infinite;
  background: -webkit-gradient(linear, left top, right top, from(#00b259), to(transparent));
  background: linear-gradient(left, #00b259, transparent);
}
.index-box .right .line span:before,
.index-box .right .line span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  animation-delay: 1s;
  z-index: 11;
  opacity: 0;
}
.index-box .right .line span:before {
  top: 0;
  left: 0;
  -webkit-animation: top 2s linear infinite;
  animation: top 2s linear infinite;
  -webkit-animation-delay: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b259), to(transparent));
  background: linear-gradient(top, #00b259, transparent);
}
.index-box .right .line span:after {
  bottom: 0;
  right: 0;
  -webkit-animation: bottom 2s linear infinite;
  animation: bottom 2s linear infinite;
  background: -webkit-gradient(linear, left bottom, left top, from(#00b259), to(transparent));
  background: linear-gradient(bottom, #00b259, transparent);
}
.index-box .hot {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 0.47rem;
  height: 0.46rem;
  background: url(../img/angle.png) no-repeat right top;
  background-size: 100%;
}
.index-box .hot em {
  display: block;
  font-size: 12px;
  color: #fff;
  font-family: "medium";
  transform: translate(40%, 88%) rotate(45deg);
}
.index-box .params {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.index-box .params span {
  font-size: var(--fs14);
  color: #00b259;
  line-height: 24px;
  font-family: "light";
  margin-right: 0.26rem;
}
.index-box .params span:last-child {
  margin-right: 0;
}
.index-box-3 .detail-box {
  background: url(../img/index3bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 0.65rem 0 1.2rem;
}
.index-box-3 .swiper-slide {
  width: 16.66%;
  padding: 0.14rem 0.2rem 0.26rem;
}
.index-box-3 .swiper-slide.on figcaption {
  color: #00b259;
  font-size: var(--fs18);
  font-family: "regular";
}
.index-box-3 .swiper-slide figcaption {
  font-family: "light";
  line-height: 24px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  font-size: var(--fs16);
}
.index-box-3 .right li {
  width: calc((100% - 0.6rem) / 3);
}
.index-box-3 .right li:nth-child(-n+3) {
  margin-top: 0;
}
.index-box-3 .right li:nth-child(1) {
  background-image: url(../img/index31_bg.jpg);
}
.index-box-3 .right li:nth-child(2) {
  background-image: url(../img/index32_bg.jpg);
}
.index-box-3 .right li:nth-child(3) {
  background-image: url(../img/index33_bg.jpg);
}
.index-box-3 .right li:nth-child(4) {
  background-image: url(../img/index34_bg.jpg);
}
.index-box-3 .right li:nth-child(5) {
  background-image: url(../img/index35_bg.jpg);
}
.index-box-3 .right li:nth-child(6) {
  background-image: url(../img/index36_bg.jpg);
}
.index-box-4 {
  position: relative;
  padding: 0.83rem 0 0.9rem;
  background-image: url(../img/index4bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-box-4 .index-title-box {
  margin-bottom: 0;
}
.index-box-4 .index-more {
  margin-top: 0.3rem;
}
.index-box-4 #decorationbg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.index-box-4 .anitOut {
  width: 100%;
  height: 100%;
}
.index-box-4 .box-container {
  position: relative;
  z-index: 11;
}
.index-box-5 .detail-box {
  background: #f5f6f8;
  padding: 0.7rem 0 0.9rem;
}
.index-box-5 .swiper-slide {
  width: 33.33%;
  font-size: var(--fs20);
  font-family: "light";
  line-height: 0.36rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  padding-bottom: 0.13rem;
}
.index-box-5 .swiper-slide.on {
  font-family: "medium";
  color: #00b259;
}
.index-box-5 .swiper-slide figure {
  line-height: 24px;
  font-size: var(--fs20);
}
.index-box-5 .right li {
  width: calc((100% - 0.4rem) / 2);
}
.index-box-5 .right li:nth-child(-n+2) {
  margin-top: 0;
}
.index-box-5 .right li:nth-child(1) {
  background-image: url(../img/index51_bg.jpg);
}
.index-box-5 .right li:nth-child(2) {
  background-image: url(../img/index52_bg.jpg);
}
.index-box-5 .right li:nth-child(3) {
  background-image: url(../img/index53_bg.jpg);
}
.index-box-5 .right li:nth-child(4) {
  background-image: url(../img/index54_bg.jpg);
}
.index-box-5 .index-more {
  margin-top: 0.6rem;
}
.index-box-5 .bottom {
  text-align: center;
  width: 100%;
}
.index-box-6 .cat-box {
  text-align: center;
  font-size: 0;
}
.index-box-6 .cat-box a {
  position: relative;
  display: inline-block;
  font-size: var(--fs18);
  font-family: "light";
  text-align: center;
  margin-right: 0.4rem;
  padding-bottom: 0.15rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-6 .cat-box a.on {
  color: #00b259;
  font-family: "medium";
}
.index-box-6 .cat-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-6 .cat-box a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00b259;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-6 .cat-box a:last-child {
  margin-right: 0;
}
.index-box-6 .item {
  display: none;
}
.index-box-6 .item.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-6 .item .info,
.index-box-6 .item .pic {
  width: 50%;
}
.index-box-6 .item .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-6 .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0 0.9rem 0 1rem;
  background-color: #eff2f5;
}
.index-box-6 .info h4 {
  font-size: var(--fs36);
  color: #00b259;
  line-height: 0.48rem;
  font-family: "medium";
}
.index-box-6 .info p {
  font-size: var(--fs16);
  color: #444;
  font-family: "light";
  line-height: 0.34rem;
  margin: 0.2rem auto 0.52rem;
}
.index-box-6 .inner {
  width: 100%;
}
.index-box-6 .swiper-box {
  margin-top: 0.4rem;
}
.index-box-6 .swiper-container {
  padding: 0.2rem 0.12rem;
  margin: 0 -0.12rem;
}
.index-box-6 .swiper-slide {
  height: 1.24rem;
  object-fit: contain;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(13, 26, 53, 0.1);
  border-radius: 5px;
}
.index-box-6 .swiper-btn {
  width: 0.16rem;
  height: 0.3rem;
}
.index-box-6 .prev {
  left: -0.56rem;
  background-image: url(../img/i-prev.png);
}
.index-box-6 .prev:hover {
  background-image: url(../img/i-prev2.png);
}
.index-box-6 .next {
  right: -0.56rem;
  background-image: url(../img/i-next.png);
}
.index-box-6 .next:hover {
  background-image: url(../img/i-next2.png);
}
.index-box-7 {
  padding: 1.2rem 0;
  background: url(../img/index8bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.index-box-7 .swiper-slide {
  width: 31.64%;
  background-color: #fff;
  height: auto;
  margin-right: 2.54%;
  padding: 0.42rem 1.5rem 0.57rem 0.5rem;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.06);
}
.index-box-7 .swiper-slide:last-child {
  margin-right: 0;
}
.index-box-7 h5 {
  font-size: var(--fs30);
  font-weight: 700;
  line-height: 0.36rem;
  margin-bottom: 0.13rem;
}
.index-box-7 .desc i {
  color: #00b259;
}
.index-box-7 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 1.24rem;
  height: 1.37rem;
  background: url(../img/index8_icon.png) no-repeat bottom right;
  background-size: 100%;
}
.index-box-7 .icon img {
  display: block;
  height: 0.77rem;
  margin: 0 auto;
}
.index-box-8 {
  position: relative;
  background: url(../img/index9bg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 1rem 0 0.82rem;
}
.index-box-8 .circle-box {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5.2rem;
  margin-top: -5.2rem;
  z-index: 0;
  width: 10.4rem;
  height: 10.4rem;
}
.index-box-8 .circle-box:before,
.index-box-8 .circle-box:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.index-box-8 .circle-box:before {
  border: dotted 2px #fff;
  opacity: 0.15;
  box-sizing: border-box;
  animation: circleRotate 100s linear infinite;
}
.index-box-8 .circle-box:after {
  content: "";
  width: 67.3%;
  height: 67.3%;
  left: 16.35%;
  top: 16.35%;
  background: url(../img/circle.png) no-repeat center center;
  background-size: 100%;
  animation: circleRotate2 60s linear infinite;
}
.index-box-8 .box-container {
  position: relative;
  z-index: 12;
}
.index-box-8 .main {
  width: 10.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.index-box-8 .circle {
  position: absolute;
  width: 42.21%;
  height: 42.21%;
  left: 28.895%;
  top: 28.895%;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-8 .circle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../img/circle2.png) no-repeat center center;
  background-size: 100%;
  animation: circleRotate 40s linear infinite;
}
.index-box-8 .circle img {
  display: block;
  margin: 0 auto;
  width: 1.22rem;
}
.index-box-8 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
  padding-left: 0.1rem;
}
.index-box-8 .data ul li {
  min-width: 2.3rem;
  margin-top: 1.02rem;
}
.index-box-8 .data ul li:nth-child(-n+2) {
  margin-top: 0.3rem;
}
.index-box-8 .data ul li:nth-child(odd) {
  width: 70%;
}
.index-box-8 .data ul li:nth-child(even) {
  width: auto;
}
.index-box-8 .data ul li:last-child {
  width: 100%;
  text-align: center;
}
.index-box-8 .data .num {
  font-size: var(--fs24);
  color: #fff;
  font-family: "light";
}
.index-box-8 .data .num span {
  font-size: 0.6rem;
  font-family: "mb";
  line-height: 0.5rem;
  height: 0.5rem;
  margin-right: 0.16rem;
}
.index-box-8 .data .num span,
.index-box-8 .data .num em,
.index-box-8 .data .num i {
  display: inline-block;
}
.index-box-8 .data .num em,
.index-box-8 .data .num i {
  font-family: "light";
}
.index-box-8 .data .num em {
  position: relative;
}
.index-box-8 .data .num i {
  position: absolute;
  left: 0;
  top: -0.2rem;
  z-index: 1;
  font-family: "medium";
  font-size: var(--fs24);
  line-height: 15px;
  height: 15px;
}
.index-box-8 .data em {
  font-size: var(--fs18);
  line-height: 24px;
}
.index-box-8 .data p {
  font-size: var(--fs16);
  line-height: 22px;
  font-family: "light";
  margin-top: 0.13rem;
  color: rgba(255, 255, 255, 0.6);
}
.index-box-9 {
  padding: 0.78rem 0 0.72rem;
  background: url(../img/index10bg.jpg) no-repeat center center;
  background-size: cover;
  /* input placeholder  */
}
.index-box-9 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.index-box-9 .form {
  width: 27.34%;
}
.index-box-9 .group.separate .text {
  width: calc(100% - 1.56rem);
}
.index-box-9 .group.col-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-9 .group.col-2 .text {
  width: 100%;
}
.index-box-9 .group .item {
  position: relative;
  width: calc((100% - 0.2rem) / 2);
}
.index-box-9 .group .item > img,
.index-box-9 .group > img {
  left: 0.15rem;
}
.index-box-9 .text,
.index-box-9 .btn span {
  line-height: 0.56rem;
  height: 0.56rem;
}
.index-box-9 .text {
  color: #999;
  background-color: #fff;
  border-radius: 10px;
  padding-left: 0.5rem;
}
.index-box-9 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(153, 153, 153, 0.75);
  font-size: var(--fs16);
}
.index-box-9 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(153, 153, 153, 0.75);
  font-size: var(--fs16);
}
.index-box-9 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(153, 153, 153, 0.75);
  font-size: var(--fs16);
}
.index-box-9 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(153, 153, 153, 0.75);
  font-size: var(--fs16);
}
.index-box-9 label a {
  color: #fff;
}
.index-box-9 .btn {
  width: 1.4rem;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: block;
  font-size: var(--fs16);
  color: #00b259;
  text-align: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-9 .btn:hover {
  color: #fff;
}
.index-box-9 .btn:hover:after {
  opacity: 1;
  visibility: visible;
}
.index-box-9 .btn:before {
  border-radius: 10px;
  background-color: #00b259;
}
.index-box-9 .btn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.index-box-9 .btn[disabled="disabled"] {
  cursor: not-allowed;
  color: #fff;
}
.index-box-9 .btn[disabled="disabled"]:before {
  animation: maskToShow 0.4s steps(23) forwards;
}
.index-box-9 .btn[disabled="disabled"]:after {
  opacity: 1;
  visibility: visible;
}
.index-box-9 .submit {
  height: 0.58rem;
  border-radius: 0.1rem;
  border: 2px solid #fff;
  font-size: var(--fs24);
  line-height: 0.54rem;
}
.index-box-9 .submit:hover {
  background-color: #fff;
}
.index-box-9 .submit:before {
  border-radius: 0.1rem;
}
.index-box-9 .info h3 {
  font-size: var(--fs48);
  color: #fff;
  line-height: 0.6rem;
  font-weight: 700;
}
.index-box-9 .info .desc {
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #fff;
  margin-top: 0.24rem;
}
.base-wrapper .box-1 {
  position: relative;
  padding: 1.16rem 0;
  background: url(../img/controlbg.png) repeat;
  overflow: hidden;
}
.base-wrapper .box-1 canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.base-wrapper .data {
  position: relative;
  z-index: 10;
}
.base-wrapper .data ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.base-wrapper .data ul li {
  width: 33.33%;
  text-align: center;
  padding: 0 0.3rem;
}
.base-wrapper .data ul li:first-child .num span:first-child {
  margin-right: 0;
}
.base-wrapper .data .num span {
  margin-right: 0.1rem;
}
.base-wrapper .data .num span,
.base-wrapper .data .num em {
  font-size: 0.72rem;
  font-family: "mm";
  color: #00b259;
  line-height: 0.6rem;
  height: 0.6rem;
}
.base-wrapper .data .num,
.base-wrapper .data p {
  font-size: var(--fs18);
  line-height: 24px;
}
.base-wrapper .data p {
  margin-top: 0.1rem;
}
.base-wrapper .data i {
  display: inline-block;
  font-size: var(--fs30);
  color: #00b259;
  font-family: "mm";
  line-height: 15px;
  height: 15px;
  vertical-align: middle;
  position: relative;
  top: -0.2rem;
}
.base-wrapper .box-2 .list ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.base-wrapper .box-2 li {
  width: 23.43%;
  background-color: #fff;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
  border: solid 1px #e5e8f1;
  margin-right: 2.093%;
  margin-top: 2.093%;
  padding: 0.56rem 0.3rem 0.3rem;
  text-align: center;
}
.base-wrapper .box-2 li:hover .icon {
  transform: rotateY(180deg);
}
.base-wrapper .box-2 .icon {
  display: block;
  margin: 0 auto;
  height: 0.85rem;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.base-wrapper .box-2 h4 {
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  line-height: 0.36rem;
  margin: 0.38rem auto 0.12rem;
}
.base-wrapper .box-2 p {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  font-family: "light";
}
.base-wrapper .box-7 .item {
  display: none;
}
.base-wrapper .box-7 .swiper-box {
  border-bottom: 1px solid #e1e1e1;
}
.base-wrapper .box-7 .swiper-wrapper {
  justify-content: center;
}
.base-wrapper .box-7 .swiper-slide {
  width: auto;
  cursor: pointer;
  font-size: var(--fs18);
  color: #000;
  padding-bottom: 0.25rem;
  margin-right: 0.48rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.base-wrapper .box-7 .swiper-slide:last-child {
  margin-right: 0;
}
.base-wrapper .box-7 .swiper-slide:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00b259;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.base-wrapper .box-7 .swiper-slide.on {
  color: #00b259;
  font-family: "medium";
}
.base-wrapper .box-7 .swiper-slide.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.base-wrapper .box-7 .detail-box {
  margin-top: 0.5rem;
}
.base-wrapper .box-7 .content {
  text-align: center;
}
.base-wrapper .box-8 {
  background: #f5f6f7;
}
.base-wrapper .box-8 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.base-wrapper .box-8 li {
  width: 32.03%;
  background-color: #fff;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
  margin-right: 1.955%;
  margin-top: 1.955%;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}
.base-wrapper .box-8 li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.base-wrapper .box-8 li:hover h4 {
  color: #00b259;
  line-height: 0.3rem;
}
.base-wrapper .box-8 li:hover .info {
  height: 2.97rem;
  padding-top: 0.52rem;
}
.base-wrapper .box-8 .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  height: 1rem;
  padding: 0 0.44rem 0.45rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.base-wrapper .box-8 h4 {
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  line-height: 1rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  margin-bottom: 0.2rem;
}
.base-wrapper .box-8 .desc {
  text-align: center;
  height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.collection-wrapper .box-3 {
  padding: 1.2rem 0;
  background: url(../img/collection2bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.collection-wrapper .box-3 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.collection-wrapper .box-3 li {
  position: relative;
  width: 49.02%;
  background-color: #fff;
  padding: 0.44rem 0.6rem 0.52rem 0.95rem;
  margin-top: 1.96%;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.08);
}
.collection-wrapper .box-3 li:hover:before {
  width: 100%;
}
.collection-wrapper .box-3 li:before {
  content: "";
  width: 0;
  height: 0.03rem;
  background-color: #00b259;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
}
.collection-wrapper .box-3 h4 {
  font-size: 0.22rem;
  color: #000;
  line-height: 0.36rem;
  font-family: "medium";
  position: relative;
  margin-bottom: 0.07rem;
}
.collection-wrapper .box-3 h4:before {
  content: "";
  width: 0.3rem;
  height: 0.2rem;
  background-image: url(../img/ball.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: -0.44rem;
  top: 0.08rem;
  z-index: 10;
}
.collection-wrapper .box-3 .desc {
  min-height: 0.9rem;
}
.collection-wrapper .box-6 {
  background: #f6f7f8;
}
.collection-wrapper .box-6 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.collection-wrapper .box-6 li {
  width: 48.7%;
  margin-top: 2.6%;
  background-color: #fff;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.collection-wrapper .box-6 li:nth-child(-n+2) {
  margin-top: 0;
}
.collection-wrapper .box-6 .info,
.collection-wrapper .box-6 .pic {
  width: 50%;
}
.collection-wrapper .box-6 .info {
  padding: 0.48rem 0.5rem 0.3rem;
}
.collection-wrapper .box-6 .pic {
  border-radius: 0 0.1rem 0.1rem 0;
}
.collection-wrapper .box-6 h4 {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  font-weight: 700;
  margin-bottom: 0.11rem;
}
.control-wrapper .box-3 {
  background: #f6f7f8;
}
.control-wrapper .box-3 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.control-wrapper .box-3 li {
  width: 32.03%;
  background-color: #fff;
  margin-right: 1.955%;
  margin-top: 1.955%;
  text-align: center;
  padding: 0.35rem 0.56rem;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.08);
}
.control-wrapper .box-3 li:hover .icon {
  transform: rotateY(180deg);
}
.control-wrapper .box-3 .icon {
  display: block;
  height: 1.02rem;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.control-wrapper .box-3 h4 {
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  line-height: 0.3rem;
  margin: 0.22rem auto 0.12rem;
}
.control-wrapper .box-3 .desc {
  line-height: 24px;
  text-align: center;
  min-height: 48px;
}
.control-wrapper .box-6 .detail-box {
  padding: 0.7rem 0 1.2rem;
  background-color: #f6f7f8;
}
.control-wrapper .box-6 .item ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.control-wrapper .box-6 .item li {
  width: 32.031%;
  margin-right: 1.9535%;
  margin-top: 1.9535%;
  background: #fff;
}
.control-wrapper .box-6 .item li:nth-child(-n+3) {
  margin-top: 0;
}
.control-wrapper .box-6 .item li:last-child,
.control-wrapper .box-6 .item li:nth-child(3n) {
  margin-right: 0;
}
.control-wrapper .box-6 .item li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.control-wrapper .box-6 .item li:hover .desc {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.1rem);
  -webkit-transform: translateY(-0.1rem);
  -moz-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  -o-transform: translateY(-0.1rem);
}
.control-wrapper .box-6 .item li:hover .brief {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.control-wrapper .box-6 .item li:hover .info {
  background: url(../img/control4bg.jpg) repeat-x bottom center;
  background-size: 100% 100%;
}
.control-wrapper .box-6 .pic img {
  height: 2.8rem;
  object-fit: cover;
}
.control-wrapper .box-6 .info {
  height: calc(100% - 2.8rem);
  padding: 0.3rem 0.4rem 0.25rem;
}
.control-wrapper .box-6 h4 {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.36rem;
  margin-bottom: 0.12rem;
}
.control-wrapper .box-6 .inner {
  position: relative;
}
.control-wrapper .box-6 .desc {
  line-height: 24px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.control-wrapper .box-6 .desc i {
  color: #00b259;
}
.control-wrapper .box-6 .brief {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
}
.terminal-wrapper .box-2 .list {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.terminal-wrapper .box-2 .item {
  width: 23.43%;
  margin-right: 2.093%;
  margin-top: 2.093%;
  background-color: #fff;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
  border: solid 1px #e4e7f0;
  padding: 0.7rem 0.3rem 0.56rem;
  text-align: center;
}
.terminal-wrapper .box-2 .item:hover .icon {
  transform: rotateY(180deg);
}
.terminal-wrapper .box-2 .icon {
  height: 0.65rem;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.terminal-wrapper .box-2 figcaption {
  font-size: var(--fs24);
  line-height: 0.36rem;
  font-family: "medium";
  margin-top: 0.26rem;
}
.terminal-wrapper .box-3 {
  background: url(../img/terminal3bg.jpg) no-repeat center center;
  background-size: cover;
}
.terminal-wrapper .box-3 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.terminal-wrapper .box-3 li {
  position: relative;
  width: 48.7%;
  background-color: #fff;
  margin-top: 2.6%;
  padding: 0.38rem 1.9rem 0.54rem 0.5rem;
  box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
}
.terminal-wrapper .box-3 li:nth-child(-n+2) {
  margin-top: 0;
}
.terminal-wrapper .box-3 li:hover:before {
  width: 100%;
}
.terminal-wrapper .box-3 li:hover .icon {
  transform: translateY(-0.1rem);
  -webkit-transform: translateY(-0.1rem);
  -moz-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  -o-transform: translateY(-0.1rem);
}
.terminal-wrapper .box-3 li:before {
  content: "";
  width: 0;
  height: 0.03rem;
  background-color: #00b259;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: width 0.35s ease;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -ms-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
}
.terminal-wrapper .box-3 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 0.96rem;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.terminal-wrapper .box-3 h4 {
  font-size: var(--fs30);
  color: #000;
  font-weight: 700;
  line-height: 0.36rem;
  margin-bottom: 0.12rem;
}
.terminal-wrapper .box-3 .desc i {
  color: #00b259;
}
.terminal-wrapper .box-6 .detail-box {
  padding: 0.5rem 0 1.2rem;
  background-color: #f7f7f8;
}
.terminal-wrapper .box-6 .item.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  animation: fadeIn 0.5s ease;
}
.terminal-wrapper .box-6 .info,
.terminal-wrapper .box-6 .pic {
  width: 50%;
}
.terminal-wrapper .box-6 .info {
  background: #fff;
  padding: 0.96rem 0.9rem 0.6rem 1rem;
}
.terminal-wrapper .box-6 .title {
  font-size: var(--fs36);
  font-family: "medium";
  color: #00b259;
  line-height: 0.48rem;
}
.terminal-wrapper .box-6 .desc {
  line-height: 0.34rem;
  margin: 0.2rem auto 0.38rem;
}
.control-wrapper .box-6 .item,
.terminal-wrapper .box-6 .item {
  display: none;
}
.control-wrapper .box-6 .swiper-wrapper,
.terminal-wrapper .box-6 .swiper-wrapper {
  justify-content: center;
}
.control-wrapper .box-6 .swiper-slide,
.terminal-wrapper .box-6 .swiper-slide {
  width: auto;
  cursor: pointer;
  font-size: var(--fs18);
  color: #000;
  padding-bottom: 0.25rem;
  margin-right: 0.8rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.control-wrapper .box-6 .swiper-slide:last-child,
.terminal-wrapper .box-6 .swiper-slide:last-child {
  margin-right: 0;
}
.control-wrapper .box-6 .swiper-slide:after,
.terminal-wrapper .box-6 .swiper-slide:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00b259;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.control-wrapper .box-6 .swiper-slide.on,
.terminal-wrapper .box-6 .swiper-slide.on {
  color: #00b259;
  font-family: "medium";
}
.control-wrapper .box-6 .swiper-slide.on:after,
.terminal-wrapper .box-6 .swiper-slide.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.about-wrapper .box-2 {
  background: url(../img/about2bg.jpg) no-repeat center center;
  background-size: cover;
}
.about-wrapper .box-2 .swiper-box {
  position: relative;
  padding: 0 0.6rem;
}
.about-wrapper .box-2 .swiper-container {
  padding: 0 0.6rem;
}
.about-wrapper .box-2 .swiper-container:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 1px;
  z-index: -1;
  background-color: #dfe1e5;
}
.about-wrapper .box-2 .swiper-slide {
  cursor: pointer;
}
.about-wrapper .box-2 .swiper-slide.on h4 {
  color: #00b259;
  font-weight: 700;
}
.about-wrapper .box-2 .swiper-slide.on .line {
  background-color: #00b259;
}
.about-wrapper .box-2 h4 {
  font-size: var(--fs22);
  color: #666;
  font-family: "light";
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.about-wrapper .box-2 .line {
  width: 0.26rem;
  height: 0.04rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  margin: 0 auto;
}
.about-wrapper .box-2 .detail-box {
  margin-top: 0.36rem;
}
.about-wrapper .box-2 .item {
  display: none;
}
.about-wrapper .box-2 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.33rem 0.55rem 0.66rem;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0.1rem;
}
.about-wrapper .box-2 li {
  position: relative;
  width: 47.21%;
  cursor: pointer;
  padding-left: 0.46rem;
  border-bottom: 1px solid #f1f1f2;
}
.about-wrapper .box-2 li:nth-last-child(-n+4) .pic {
  top: auto;
  bottom: -0.25rem;
}
.about-wrapper .box-2 .pic {
  position: absolute;
  right: 0;
  top: 0.1rem;
  z-index: 10;
  width: 2.2rem;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 0.15rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.about-wrapper .box-2 .icon {
  width: 0.16rem;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.about-wrapper .box-2 .title {
  font-size: var(--fs16);
  line-height: 0.65rem;
  height: 0.65rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "light";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.about-wrapper .box-2 .swiper-btn {
  width: 12px;
  height: 23px;
  transform: none;
  top: -0.1rem;
}
.about-wrapper .box-2 .prev {
  left: 0;
  background-image: url(../img/prev.png);
}
.about-wrapper .box-2 .prev:hover {
  background-image: url(../img/prev2.png);
}
.about-wrapper .box-2 .next {
  right: 0;
  background-image: url(../img/next.png);
}
.about-wrapper .box-2 .next:hover {
  background-image: url(../img/next2.png);
}
.about-wrapper .box-3 {
  position: relative;
}
.about-wrapper .box-3 .swiper-slide.swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.about-wrapper .box-3 .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 1.2rem;
  z-index: 10;
  width: 100%;
  text-align: center;
  transform: translateY(1.5rem);
  -webkit-transform: translateY(1.5rem);
  -moz-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  -o-transform: translateY(1.5rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition-delay: 0.35s;
}
.about-wrapper .box-3 .swiper-slide .inner {
  display: inline-block;
  max-width: 15.36rem;
  position: relative;
}
.about-wrapper .box-3 .swiper-slide .inner:before,
.about-wrapper .box-3 .swiper-slide .inner:after {
  position: absolute;
  content: "";
  z-index: 10;
  width: 0.89rem;
  height: 0.83rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-wrapper .box-3 .swiper-slide .inner:before {
  left: -1.27rem;
  top: -0.5rem;
  background-image: url(../img/icon-l.png);
}
.about-wrapper .box-3 .swiper-slide .inner:after {
  right: -1.3rem;
  top: 0.3rem;
  background-image: url(../img/icon-r.png);
}
.about-wrapper .box-3 .swiper-slide h4 {
  font-size: var(--fs48);
  color: #fff;
  line-height: 0.6rem;
}
.about-wrapper .box-3 .swiper-slide .brief {
  font-size: var(--fs24);
  color: #fff;
  font-family: "ml";
  line-height: 0.3rem;
  text-transform: uppercase;
  margin-top: 0.2rem;
}
.about-wrapper .box-3 .swiper-box {
  position: relative;
  z-index: 0;
}
.about-wrapper .box-3 .cat-box {
  width: 100%;
}
.about-wrapper .box-3 .cat-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-3 .cat-box a {
  width: 25%;
  background: #fff;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  border: 1px solid #eee;
  border-right: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 1.6rem;
  padding: 0 0.5rem;
}
.about-wrapper .box-3 .cat-box a:last-child {
  border-right: 1px solid #eee;
}
.about-wrapper .box-3 .cat-box a.on {
  background: #00b259;
  border-color: #00b259;
}
.about-wrapper .box-3 .cat-box a.on .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.about-wrapper .box-3 .cat-box a.on .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.about-wrapper .box-3 .cat-box a.on h5 {
  color: #fff;
}
.about-wrapper .box-3 .cat-box a.on p {
  color: rgba(255, 255, 255, 0.6);
}
.about-wrapper .box-3 .cat-box .icon {
  position: relative;
  width: 0.84rem;
  height: 0.65rem;
}
.about-wrapper .box-3 .cat-box .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.about-wrapper .box-3 .cat-box .icon .on {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.about-wrapper .box-3 .cat-box .info {
  flex: 1;
  margin-left: 0.24rem;
}
.about-wrapper .box-3 .cat-box h5 {
  font-size: var(--fs28);
  color: #222;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.about-wrapper .box-3 .cat-box p {
  color: rgba(34, 34, 34, 0.4);
  font-family: "mr";
  font-size: var(--fs14);
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 0.12rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.about-wrapper .box-4 .detail-box {
  padding: 0.8rem 0 1.2rem;
  background: url(../img/about4bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-wrapper .box-4 .swiper-wrapper {
  justify-content: center;
}
.about-wrapper .box-4 .swiper-slide {
  position: relative;
  font-size: var(--fs18);
  font-family: "light";
  width: auto;
  cursor: pointer;
  padding: 0 0.18rem 0.15rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-right: 0.55rem;
}
.about-wrapper .box-4 .swiper-slide:last-child {
  margin-right: 0;
}
.about-wrapper .box-4 .swiper-slide.on {
  color: #00b259;
  font-family: "medium";
}
.about-wrapper .box-4 .swiper-slide.on:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.about-wrapper .box-4 .swiper-slide:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00b259;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.about-wrapper .box-4 .item {
  display: none;
}
.about-wrapper .box-4 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-4 ul li {
  width: 49.22%;
  margin-top: 1.56%;
  background-color: #fff;
  padding: 0.4rem 0.5rem;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.about-wrapper .box-4 ul li:hover {
  box-shadow: 0px 8px 46px 0px rgba(0, 178, 89, 0.1);
}
.about-wrapper .box-4 ul li:nth-child(-n+2) {
  margin-top: 0;
}
.about-wrapper .box-4 ul h4 {
  font-size: 0.26rem;
  color: #000;
  font-weight: 700;
  line-height: 0.36rem;
  margin-bottom: 0.15rem;
}
.about-wrapper .box-4 ul .desc a {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  font-family: "light";
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.about-wrapper .box-4 ul .desc a:hover {
  color: #00b259;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .index-box-1 .swiper-wrapper,
  .index-box .swiper-wrapper,
  .index-box-7 .swiper-wrapper,
  .index-box-1 .swiper-container,
  .index-box .swiper-container,
  .index-box-7 .swiper-container {
    overflow: inherit;
  }
  .index-box-3 .swiper-slide:hover .icon:before {
    -webkit-animation: iconScale 1.3s ease-out 100ms infinite;
    -moz-animation: iconScale 1.3s ease-out 100ms infinite;
    animation: iconScale 1.3s ease-out 100ms infinite;
  }
  .index-box-3 .swiper-slide:hover .icon:after {
    -webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
    -moz-animation: iconScale 1.3s ease-out 0.35s infinite;
    animation: iconScale 1.3s ease-out 0.35s infinite;
  }
  .index-box-6 .cat-box a:hover {
    color: #00b259;
    font-family: "medium";
  }
  .index-box-6 .cat-box a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .base-wrapper .box-2 li:nth-child(-n+4) {
    margin-top: 0;
  }
  .base-wrapper .box-2 li:last-child,
  .base-wrapper .box-2 li:nth-child(4n) {
    margin-right: 0;
  }
  .base-wrapper .box-7 .swiper-slide:hover {
    color: #00b259;
    font-family: "medium";
  }
  .base-wrapper .box-7 .swiper-slide:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .base-wrapper .box-8 li:nth-child(-n+3) {
    margin-top: 0;
  }
  .base-wrapper .box-8 li:nth-child(3n) {
    margin-right: 0;
  }
  .control-wrapper .box-3 li:nth-child(-n+3) {
    margin-top: 0;
  }
  .control-wrapper .box-3 li:last-child,
  .control-wrapper .box-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .terminal-wrapper .box-2 .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .terminal-wrapper .box-2 .item:last-child,
  .terminal-wrapper .box-2 .item:nth-child(4n) {
    margin-right: 0;
  }
  .about-wrapper .box-2 li:hover {
    z-index: 10;
  }
  .about-wrapper .box-2 li:hover .title {
    color: #00b259;
    font-family: "regular";
  }
  .about-wrapper .box-2 li:hover .pic {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .about-wrapper .box-4 .swiper-slide:hover {
    color: #00b259;
    font-family: "medium";
  }
  .about-wrapper .box-4 .swiper-slide:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@media screen and (max-width: 1600px) {
  .experience-box {
    right: calc((100% - 14rem) / 2);
  }
  .index-box-1 .swiper-slide {
    padding-right: 0.34rem;
  }
  .index-box-1 h5 {
    margin-bottom: 0.16rem;
  }
  .index-box-7 .swiper-slide {
    padding-right: 1.2rem;
    padding-right: 0.4rem;
  }
  .page-banner-wrapper h1 {
    font-size: 0.56rem;
  }
  .base-wrapper .box-8 h4 {
    line-height: 0.86rem;
  }
  .base-wrapper .box-8 li {
    padding-bottom: 0.86rem;
  }
  .base-wrapper .box-8 .info {
    height: 0.86rem;
  }
  .base-wrapper .box-8 li:hover .info {
    padding-top: 0.48rem;
  }
  .base-wrapper .box-8 .desc {
    -webkit-line-clamp: 6;
    height: 1.8rem;
  }
  .terminal-wrapper .box-2 .item {
    padding: 0.6rem 0.24rem 0.48rem;
  }
  .terminal-wrapper .box-3 li {
    padding-right: 1.3rem;
  }
  .about-wrapper .box-3 .cat-box a {
    height: 1.3rem;
    padding: 0 0.4rem;
  }
  .about-wrapper .box-3 .cat-box p {
    margin-top: 0.08rem;
  }
  .control-wrapper .box-6 .swiper-slide,
  .terminal-wrapper .box-6 .swiper-slide {
    margin-right: 0.7rem;
  }
}
@media screen and (max-width: 1440px) {
  .index-box-1 h5 {
    margin-bottom: 0.12rem;
  }
  .control-wrapper .box-6 .swiper-slide,
  .terminal-wrapper .box-6 .swiper-slide {
    margin-right: 0.6rem;
  }
}
@media screen and (max-width: 1366px) {
  .control-wrapper .box-6 .swiper-slide,
  .terminal-wrapper .box-6 .swiper-slide {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .control-wrapper .box-6 .swiper-slide,
  .terminal-wrapper .box-6 .swiper-slide {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 1004px) {
  .menu-trigger,
  .close-trigger {
    position: fixed;
    top: 0.44rem;
    right: 0.3rem;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
    z-index: 333;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition-delay: 0.1s;
  }
  .menu-trigger:hover .menu-trigger-bar:before,
  .close-trigger:hover .menu-trigger-bar:before {
    width: 100%;
  }
  .menu-trigger:hover .close-trigger-bar:before,
  .close-trigger:hover .close-trigger-bar:before {
    width: 100%;
  }
  .close-trigger {
    z-index: 5;
    top: 0.6rem;
  }
  .menu-trigger-bar {
    display: block;
    width: 100%;
    height: 0.04rem;
    background-color: #fff;
    margin-bottom: 0.08rem;
    transform: rotate(-45deg);
    position: relative;
  }
  .menu-trigger-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .menu-trigger-bar.top {
    width: 50%;
    margin-bottom: 0.06rem;
  }
  .menu-trigger-bar.middle:before {
    left: auto;
    right: 0;
  }
  .menu-trigger-bar.bottom {
    width: 50%;
    margin-left: 50%;
  }
  .close-trigger-bar {
    display: block;
    width: 100%;
    height: 0.04rem;
    background-color: #fff;
    position: relative;
  }
  .close-trigger-bar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .close-trigger-bar.left {
    transform: translateX(100px) translateY(-100px) rotate(-45deg);
  }
  .close-trigger-bar.right {
    transform: translateX(-100px) translateY(-100px) rotate(45deg);
    top: -0.04rem;
  }
  .menu-container {
    position: relative;
  }
  .menu-container {
    display: flex;
    align-items: center;
  }
  .menu {
    display: block;
    width: 100%;
  }
  .menu-bg {
    position: absolute;
    display: block;
    width: 200%;
    left: -53%;
    top: -25%;
    height: 40%;
    background-color: white;
  }
  .menu-bg.middle {
    top: 29%;
    left: -53%;
    transform: rotate(-45deg) scaleY(0);
  }
  .menu-bg.top {
    left: -34%;
    top: 0;
    transform: rotate(-45deg) translateY(-152%);
  }
  .menu-bg.bottom {
    top: 105%;
    transform: rotate(-45deg) translateY(25%);
    left: -20%;
  }
  .phone-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 1.2rem;
    z-index: 501;
    overflow: hidden;
    z-index: -1;
    display: block;
  }
  .phone-nav.on {
    opacity: 1;
    visibility: visible;
    z-index: 50;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    lbaoverflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #00b259;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #00b259;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #00b259;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #00b259;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .experience-box .group,
  .index-box-9 .group {
    margin-bottom: 0.2rem;
  }
  .experience-box .group.separate,
  .index-box-9 .group.separate {
    margin-bottom: 0.24rem;
  }
  .experience-box .group > img,
  .index-box-9 .group > img,
  .experience-box .group .item > img,
  .index-box-9 .group .item > img {
    width: 0.36rem;
    margin-top: -0.18rem;
  }
  .experience-box .text,
  .index-box-9 .text {
    font-size: var(--fs14);
  }
  .experience-box label,
  .index-box-9 label {
    line-height: 0.4rem;
    padding-left: 0.44rem;
  }
  .experience-box label:before,
  .index-box-9 label:before {
    width: 0.3rem;
    height: 0.3rem;
    top: 0.08rem;
  }
  .experience-box .submit,
  .index-box-9 .submit {
    margin-top: 0.4rem;
  }
  .experience-box {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0.3rem;
    width: calc(100% - 0.6rem);
    padding: 0.48rem 0.6rem;
    z-index: 40;
    display: none;
    /* input placeholder  */
  }
  .experience-box h3 {
    font-size: var(--fs24);
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .experience-box .group.separate .text {
    width: 60%;
  }
  .experience-box .text,
  .experience-box .btn span {
    line-height: 0.74rem;
    height: 0.74rem;
  }
  .experience-box .text {
    padding-left: 0.5rem;
  }
  .experience-box ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 0.75);
    font-size: var(--fs14);
  }
  .experience-box :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.75);
    font-size: var(--fs14);
  }
  .experience-box ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.75);
    font-size: var(--fs14);
  }
  .experience-box :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.75);
    font-size: var(--fs14);
  }
  .experience-box .btn {
    width: 30%;
    font-size: var(--fs14);
  }
  .experience-box .submit {
    line-height: 0.74rem;
    font-size: var(--fs16);
  }
  .index-title-box {
    margin-bottom: 0.48rem;
  }
  .index-title-box h3 {
    font-size: var(--fs36);
    line-height: 0.6rem;
  }
  .index-title-box p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-top: 0.12rem;
  }
  .index-more {
    min-width: 1.8rem;
    line-height: 0.52rem;
    font-size: var(--fs14);
    padding: 0 0.3rem;
  }
  .index-more i {
    width: 0.16rem;
    height: 0.16rem;
    margin-left: 0.16rem;
  }
  .desc,
  .content {
    line-height: 0.44rem;
    font-size: var(--fs15);
  }
  .padding {
    padding: 1rem 0;
  }
  .mt {
    margin-top: 1rem;
  }
  .index-box-1 .box-container {
    padding: 0;
  }
  .index-box-1 .content {
    padding: 0 0.3rem;
  }
  .index-box-1 .swiper-box {
    margin-top: 0.6rem;
  }
  .index-box-1 .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-bottom: 0.6rem;
  }
  .index-box-1 .swiper-slide {
    width: 60%;
    padding: 0.38rem 0.3rem;
    border-top-width: 0.06rem;
    margin-right: 0;
  }
  .index-box-1 .swiper-slide img {
    position: static;
    height: 0.8rem;
    margin-bottom: 0.08rem;
  }
  .index-box-1 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .index-box-1 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #00b259;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .index-box-1 .swiper-pagination .swiper-pagination-bullet:link,
  .index-box-1 .swiper-pagination .swiper-pagination-bullet:visited,
  .index-box-1 .swiper-pagination .swiper-pagination-bullet:active,
  .index-box-1 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .index-box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00b259;
    width: 24px;
    border-radius: 30px;
  }
  .index-box-1 h5 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .index-box-1 ul {
    margin-top: 0.8rem;
  }
  .index-box-1 ul li {
    width: 25%;
    margin-top: 0.6rem;
  }
  .index-box-1 ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .index-box-1 ul .pic img {
    height: 0.8rem;
  }
  .index-box-1 ul figcaption {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.2rem;
    padding: 0 0.1rem;
  }
  .index-box .swiper-slide {
    width: 33.33%;
  }
  .index-box .icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .index-box .inner {
    padding: 0.4rem 0.3rem;
  }
  .index-box .left {
    width: 100%;
  }
  .index-box .left .info {
    padding: 0.48rem 0.3rem;
  }
  .index-box .left .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .index-box .left .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin: 0.12rem auto 0.36rem;
  }
  .index-box .more {
    display: inline-block;
    padding: 0 0.3rem;
    min-width: 1.8rem;
    height: 0.6rem;
    border-radius: 36px;
    width: auto;
  }
  .index-box .more span {
    line-height: 0.6rem;
    border-radius: 36px;
  }
  .index-box .right {
    width: 100%;
    margin-top: 0.3rem;
  }
  .index-box .right ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box .right li {
    margin-left: 0;
  }
  .index-box .right .title {
    font-size: var(--fs18);
  }
  .index-box .right .brief {
    line-height: 0.36rem;
    height: 1.08rem;
    margin: 0.06rem auto 0.12rem;
  }
  .index-box .hot {
    width: 0.74rem;
    height: 0.74rem;
  }
  .index-box .hot em {
    transform: translate(35%, 50%) rotate(45deg);
  }
  .index-box .params span {
    display: block;
    line-height: 0.36rem;
    margin-right: 0;
  }
  .index-box-3 > .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .index-box-3 > .box-container .swiper-container {
    padding: 0 0.3rem;
  }
  .index-box-3 .detail-box {
    background: url(../img/index3bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 0.65rem 0 1.2rem;
  }
  .index-box-3 .swiper-slide {
    width: 33.33%;
    padding: 0.14rem 0.2rem 0.26rem;
  }
  .index-box-3 .swiper-slide.on figcaption {
    font-size: var(--fs16);
  }
  .index-box-3 .swiper-slide figcaption {
    line-height: 0.36rem;
  }
  .index-box-3 .right li {
    width: calc((100% - 0.2rem) / 2);
  }
  .index-box-3 .right li:nth-child(3) {
    margin-top: 0.2rem;
  }
  .index-box-3 .swiper-btn {
    width: 10px;
    height: 16px;
  }
  .index-box-3 .prev {
    left: 0.2rem;
    background-image: url(../img/prev.png);
  }
  .index-box-3 .prev:hover {
    background-image: url(../img/prev2.png);
  }
  .index-box-3 .next {
    right: 0.2rem;
    background-image: url(../img/next.png);
  }
  .index-box-3 .next:hover {
    background-image: url(../img/next2.png);
  }
  .index-box-4 {
    padding: 1rem 0;
  }
  .index-box-4 .index-more {
    margin-top: 0.3rem;
  }
  .index-box-5 .detail-box {
    padding: 0.7rem 0 0.9rem;
  }
  .index-box-5 .swiper-slide {
    width: 33.33%;
    font-size: var(--fs16);
    line-height: 0.48rem;
    padding-bottom: 0.13rem;
  }
  .index-box-5 .swiper-slide figure {
    line-height: 0.36rem;
    font-size: var(--fs18);
  }
  .index-box-5 .right li {
    width: calc((100% - 0.2rem) / 2);
  }
  .index-box-5 .index-more {
    margin-top: 0.8rem;
  }
  .index-box-6 .cat-box a {
    font-size: var(--fs15);
    margin-right: 0.3rem;
  }
  .index-box-6 .item {
    flex-flow: wrap;
  }
  .index-box-6 .item .info,
  .index-box-6 .item .pic {
    width: 100%;
  }
  .index-box-6 .info {
    padding: 0.6rem 0.4rem;
  }
  .index-box-6 .info h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .index-box-6 .info p {
    font-size: var(--fs15);
    line-height: 0.48rem;
    margin: 0.12rem auto 0.36rem;
  }
  .index-box-6 .swiper-box {
    margin-top: 0.4rem;
  }
  .index-box-6 .swiper-container {
    padding: 0.3rem 0.12rem;
    margin: 0 -0.12rem;
  }
  .index-box-6 .swiper-slide {
    height: auto;
  }
  .index-box-6 .swiper-btn {
    width: 0.24rem;
    height: 0.4rem;
  }
  .index-box-6 .prev {
    left: -0.3rem;
  }
  .index-box-6 .next {
    right: -0.3rem;
  }
  .index-box-7 {
    padding: 1rem 0;
    background-attachment: inherit;
  }
  .index-box-7 .box-container {
    padding: 0;
  }
  .index-box-7 .index-title-box {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .index-box-7 .swiper-container {
    padding: 0 0.3rem 0.6rem;
  }
  .index-box-7 .swiper-slide {
    margin-right: 0;
    padding: 0.42rem 1.5rem 0.57rem 0.5rem;
  }
  .index-box-7 h5 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .index-box-7 .icon {
    width: 1.24rem;
    height: 1.37rem;
  }
  .index-box-7 .icon img {
    height: 0.77rem;
  }
  .index-box-7 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .index-box-7 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #00b259;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .index-box-7 .swiper-pagination .swiper-pagination-bullet:link,
  .index-box-7 .swiper-pagination .swiper-pagination-bullet:visited,
  .index-box-7 .swiper-pagination .swiper-pagination-bullet:active,
  .index-box-7 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .index-box-7 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00b259;
    width: 24px;
    border-radius: 30px;
  }
  .index-box-8 .circle-box {
    margin-left: -4rem;
    margin-top: -4rem;
    width: 8rem;
    height: 8rem;
  }
  .index-box-8 .main {
    width: 100%;
  }
  .index-box-8 .circle img {
    width: 1.4rem;
  }
  .index-box-8 .data ul {
    padding-left: 0.1rem;
  }
  .index-box-8 .data ul li {
    width: 48%;
    min-width: inherit;
    margin-top: 0.8rem;
  }
  .index-box-8 .data ul li:nth-child(-n+2) {
    margin-top: 0.3rem;
  }
  .index-box-8 .data ul li:nth-child(odd) {
    width: 48%;
  }
  .index-box-8 .data ul li:nth-child(odd):last-child {
    width: 100%;
  }
  .index-box-8 .data .num {
    font-size: var(--fs18);
  }
  .index-box-8 .data .num span {
    font-size: var(--fs48);
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .index-box-8 .data .num i {
    font-size: var(--fs20);
    line-height: 10px;
    height: 10px;
    top: -8px;
  }
  .index-box-8 .data em {
    font-size: var(--fs16);
    line-height: 0.36rem;
  }
  .index-box-8 .data p {
    font-size: var(--fs15);
    line-height: 0.36rem;
    margin-top: 0.1rem;
  }
  .index-box-9 {
    padding: 0.8rem 0;
    /* input placeholder  */
  }
  .index-box-9 .box-container {
    display: block;
  }
  .index-box-9 .form {
    width: 100%;
    margin-top: 0.6rem;
  }
  .index-box-9 .group.separate .text {
    width: calc(100% - 2rem);
  }
  .index-box-9 .text,
  .index-box-9 .btn span {
    line-height: 0.74rem;
    height: 0.74rem;
  }
  .index-box-9 .text {
    border-radius: 5px;
    padding-left: 0.6rem;
  }
  .index-box-9 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(153, 153, 153, 0.75);
    font-size: var(--fs15);
  }
  .index-box-9 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(153, 153, 153, 0.75);
    font-size: var(--fs15);
  }
  .index-box-9 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(153, 153, 153, 0.75);
    font-size: var(--fs15);
  }
  .index-box-9 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(153, 153, 153, 0.75);
    font-size: var(--fs15);
  }
  .index-box-9 .btn {
    width: 1.8rem;
    border-radius: 5px;
    font-size: var(--fs15);
  }
  .index-box-9 .btn:before {
    border-radius: 5px;
  }
  .index-box-9 .btn:after {
    border-radius: 5px;
  }
  .index-box-9 .submit {
    height: 0.8rem;
    border-radius: 5px;
    font-size: var(--fs15);
    line-height: 0.76rem;
  }
  .index-box-9 .submit:before {
    border-radius: 5px;
  }
  .index-box-9 .info h3 {
    font-size: var(--fs24);
    line-height: 0.6rem;
  }
  .index-box-9 .info .desc {
    font-size: var(--fs20);
    line-height: 0.6rem;
    margin-top: 0.1rem;
  }
  .base-wrapper .box-1 {
    padding: 1rem 0;
  }
  .base-wrapper .data ul li {
    padding: 0 0.2rem;
  }
  .base-wrapper .data .num span,
  .base-wrapper .data .num em {
    font-size: var(--fs48);
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .base-wrapper .data .num,
  .base-wrapper .data p {
    font-size: var(--fs15);
    line-height: 0.36rem;
  }
  .base-wrapper .data p {
    margin-top: 0.1rem;
  }
  .base-wrapper .data i {
    font-size: var(--fs24);
    line-height: 10px;
    height: 10px;
    top: -0.1rem;
  }
  .base-wrapper .box-2 .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .base-wrapper .box-2 li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.6rem 0.3rem 0.48rem;
  }
  .base-wrapper .box-2 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .base-wrapper .box-2 .icon {
    height: 0.7rem;
  }
  .base-wrapper .box-2 h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-top: 0.3rem;
  }
  .base-wrapper .box-2 p {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .base-wrapper .box-7 .box-container {
    padding: 0;
  }
  .base-wrapper .box-7 .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .base-wrapper .box-7 .swiper-wrapper {
    justify-content: flex-start;
  }
  .base-wrapper .box-7 .swiper-slide {
    font-size: var(--fs16);
    padding-bottom: 0.36rem;
    margin-right: 0;
  }
  .base-wrapper .box-7 .detail-box {
    margin-top: 0.8rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .base-wrapper .box-8 li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 1.1rem;
    margin-bottom: 0.3rem;
  }
  .base-wrapper .box-8 li:last-child {
    margin-bottom: 0;
  }
  .base-wrapper .box-8 li:hover h4 {
    line-height: 0.48rem;
  }
  .base-wrapper .box-8 li:hover .info {
    height: 4.2rem;
    padding-top: 0.4rem;
  }
  .base-wrapper .box-8 .info {
    height: 1.1rem;
    padding: 0 0.6rem 0.48rem;
  }
  .base-wrapper .box-8 h4 {
    font-size: var(--fs20);
    line-height: 1.1rem;
  }
  .base-wrapper .box-8 .desc {
    -webkit-line-clamp: 6;
    height: 2.64rem;
  }
  .collection-wrapper .box-3 {
    padding: 1rem 0;
    background-attachment: inherit;
  }
  .collection-wrapper .box-3 li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .collection-wrapper .box-3 li:last-child {
    margin-bottom: 0;
  }
  .collection-wrapper .box-3 li:before {
    height: 0.04rem;
  }
  .collection-wrapper .box-3 h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.12rem;
  }
  .collection-wrapper .box-3 h4:before {
    width: 0.36rem;
    height: 0.26rem;
    left: -0.5rem;
    top: 0.12rem;
  }
  .collection-wrapper .box-3 .desc {
    min-height: 1.32rem;
  }
  .collection-wrapper .box-6 li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .collection-wrapper .box-6 li:last-child {
    margin-bottom: 0;
  }
  .collection-wrapper .box-6 .info {
    padding: 0.4rem 0.3rem;
  }
  .collection-wrapper .box-6 .pic {
    border-radius: 0 0.1rem 0.1rem 0;
    height: 100%;
  }
  .collection-wrapper .box-6 .pic img {
    height: 100%;
    object-fit: cover;
  }
  .collection-wrapper .box-6 h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.06rem;
  }
  .collection-wrapper .box-6 .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .control-wrapper .box-3 li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.35rem 0.24rem;
  }
  .control-wrapper .box-3 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .control-wrapper .box-3 .icon {
    height: 0.7rem;
  }
  .control-wrapper .box-3 h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.08rem;
  }
  .control-wrapper .box-3 .desc {
    line-height: 0.44rem;
    min-height: inherit;
  }
  .control-wrapper .box-6 .detail-box {
    padding: 0.6rem 0 1rem;
  }
  .control-wrapper .box-6 .item li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .control-wrapper .box-6 .item li:last-child {
    margin-bottom: 0;
  }
  .control-wrapper .box-6 .pic img {
    height: 3.92rem;
  }
  .control-wrapper .box-6 .info {
    height: calc(100% - 3.92rem);
    padding: 0.48rem 0.4rem;
  }
  .control-wrapper .box-6 h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.12rem;
  }
  .control-wrapper .box-6 .desc {
    line-height: 0.36rem;
  }
  .control-wrapper .box-6 .brief {
    font-size: var(--fs15);
    line-height: 0.36rem;
  }
  .control-wrapper .box-6 .swiper-slide,
  .terminal-wrapper .box-6 .swiper-slide {
    font-size: var(--fs16);
    padding-bottom: 0.2rem;
  }
  .terminal-wrapper .box-2 .list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .terminal-wrapper .box-2 .item {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.6rem 0.3rem 0.48rem;
  }
  .terminal-wrapper .box-2 .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .terminal-wrapper .box-2 .icon {
    height: 0.7rem;
  }
  .terminal-wrapper .box-2 figcaption {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-top: 0.4rem;
  }
  .terminal-wrapper .box-3 li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
    padding: 0.6rem 1.3rem 0.6rem 0.48rem;
  }
  .terminal-wrapper .box-3 li:last-child {
    margin-bottom: 0;
  }
  .terminal-wrapper .box-3 li:before {
    height: 0.04rem;
  }
  .terminal-wrapper .box-3 .icon {
    width: 1.1rem;
  }
  .terminal-wrapper .box-3 h4 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .terminal-wrapper .box-6 .swiper-container,
  .terminal-wrapper .box-6 .index-title-box {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .terminal-wrapper .box-6 .swiper-wrapper {
    justify-content: flex-start;
  }
  .terminal-wrapper .box-6 .box-container {
    padding: 0;
  }
  .terminal-wrapper .box-6 .detail-box {
    padding: 0.7rem 0 1rem;
  }
  .terminal-wrapper .box-6 .item {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .terminal-wrapper .box-6 .info,
  .terminal-wrapper .box-6 .pic {
    width: 100%;
  }
  .terminal-wrapper .box-6 .info {
    padding: 0.6rem 0.48rem;
  }
  .terminal-wrapper .box-6 .title {
    font-size: var(--fs24);
  }
  .terminal-wrapper .box-6 .desc {
    line-height: 0.44rem;
    margin: 0.12rem auto 0.48rem;
  }
  .about-wrapper .box-2 .swiper-box {
    padding: 0 0.3rem;
  }
  .about-wrapper .box-2 .swiper-container {
    padding: 0;
  }
  .about-wrapper .box-2 .swiper-container:before {
    height: 1px;
  }
  .about-wrapper .box-2 h4 {
    font-size: var(--fs22);
    line-height: 0.48rem;
    margin-top: 0.2rem;
  }
  .about-wrapper .box-2 .line {
    width: 0.5rem;
    height: 2px;
  }
  .about-wrapper .box-2 .detail-box {
    margin-top: 0.48rem;
  }
  .about-wrapper .box-2 ul {
    padding: 0.3rem;
  }
  .about-wrapper .box-2 li {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.6rem;
  }
  .about-wrapper .box-2 li:nth-last-child(-n+4) .pic {
    top: auto;
    bottom: -80px;
  }
  .about-wrapper .box-2 .pic {
    position: static;
    width: 2.4rem;
    padding: 0.1rem;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .about-wrapper .box-2 .icon {
    width: 0.26rem;
    transform: none;
    top: 0.48rem;
  }
  .about-wrapper .box-2 .title {
    flex: 1;
    margin-right: 0.4rem;
    height: auto;
    max-height: 1.76rem;
    font-size: var(--fs16);
    line-height: 0.44rem;
    -webkit-line-clamp: 4;
  }
  .about-wrapper .box-2 .swiper-btn {
    width: 8px;
    height: 16px;
    top: -0.12rem;
  }
  .about-wrapper .box-3 .swiper-slide .pic img {
    height: 4rem;
    object-fit: cover;
  }
  .about-wrapper .box-3 .swiper-slide .info {
    top: 1rem;
  }
  .about-wrapper .box-3 .swiper-slide .inner {
    max-width: 80%;
  }
  .about-wrapper .box-3 .swiper-slide .inner:before,
  .about-wrapper .box-3 .swiper-slide .inner:after {
    width: 0.6rem;
    height: 0.6rem;
  }
  .about-wrapper .box-3 .swiper-slide .inner:before {
    left: -0.6rem;
    top: -0.1rem;
  }
  .about-wrapper .box-3 .swiper-slide .inner:after {
    right: -0.6rem;
    top: 0.6rem;
  }
  .about-wrapper .box-3 .swiper-slide h4 {
    font-size: var(--fs28);
    line-height: 0.6rem;
  }
  .about-wrapper .box-3 .swiper-slide .brief {
    font-size: var(--fs14);
    line-height: 0.36rem;
  }
  .about-wrapper .box-3 .cat-box {
    position: static;
  }
  .about-wrapper .box-3 .cat-box .box-container {
    padding: 0;
  }
  .about-wrapper .box-3 .cat-box a {
    display: block;
    height: auto;
    padding: 0.2rem 0.1rem;
  }
  .about-wrapper .box-3 .cat-box .icon {
    margin: 0 auto;
  }
  .about-wrapper .box-3 .cat-box .info {
    margin-top: 0.2rem;
    margin-left: 0;
    text-align: center;
  }
  .about-wrapper .box-3 .cat-box h5 {
    font-size: var(--fs15);
    line-height: 0.36rem;
  }
  .about-wrapper .box-3 .cat-box p {
    font-size: var(--fs14);
    line-height: 0.3rem;
    margin-top: 0.12rem;
  }
  .about-wrapper .box-4 .box-container {
    padding: 0;
  }
  .about-wrapper .box-4 .detail-box {
    padding-bottom: 1rem;
    background-attachment: inherit;
  }
  .about-wrapper .box-4 .detail-box .box-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .about-wrapper .box-4 .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .about-wrapper .box-4 .swiper-wrapper {
    justify-content: flex-start;
  }
  .about-wrapper .box-4 .swiper-slide {
    font-size: var(--fs16);
    padding: 0 0.2rem 0.2rem;
    margin-right: 0;
  }
  .about-wrapper .box-4 ul li {
    width: 100%;
    margin-top: 0;
    padding: 0.6rem 0.5rem;
    margin-bottom: 0.3rem;
  }
  .about-wrapper .box-4 ul li:last-child {
    margin-bottom: 0;
  }
  .about-wrapper .box-4 ul h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .about-wrapper .box-4 ul .desc a {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
}
@media screen and (max-width: 375px) {
  .menu-bg.top {
    left: -30%;
  }
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-banner-wrapper,
.page-banner-wrapper {
  position: relative;
}
.index-banner-wrapper .info,
.page-banner-wrapper .info {
  position: absolute;
  top: 0;
  height: 100%;
  left: calc((100% - 15.36rem) / 2);
  z-index: 10;
  width: 40%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-banner-wrapper .info .inner,
.page-banner-wrapper .info .inner {
  width: 100%;
}
.index-banner-wrapper h1 {
  font-size: 0.56rem;
  line-height: 0.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.15rem;
}
.index-banner-wrapper h2 {
  color: #fff;
  line-height: 0.6rem;
  font-size: var(--fs48);
  margin-bottom: 0.42rem;
}
.index-banner-wrapper ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.index-banner-wrapper ul li {
  width: 33.33%;
  font-size: 19px;
  color: #fff;
  line-height: 0.3rem;
  position: relative;
  padding-left: 0.23rem;
  padding-right: 0.3rem;
  background: url(../img/check2.png) no-repeat top 0.1rem left;
  background-size: 0.14rem;
  font-family: "light";
  margin-top: 0.24rem;
}
.index-banner-wrapper ul li:nth-child(-n+3) {
  margin-top: 0;
}
.index-banner-wrapper ul li:nth-child(3n) {
  padding-right: 0;
}
.page-banner-wrapper h1 {
  font-size: 0.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 0.7rem;
}
.page-banner-wrapper h3 {
  font-size: var(--fs30);
  color: #fff;
  line-height: 0.36rem;
  font-family: "medium";
  margin-top: 0.17rem;
}
.page-banner-wrapper .desc {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.34rem;
}
@media screen and (max-width: 1600px) {
  .index-banner-wrapper .info,
  .page-banner-wrapper .info {
    width: 46%;
    left: calc((100% - 14rem) / 2);
  }
  .index-banner-wrapper h1 {
    font-size: 0.52rem;
  }
  .index-banner-wrapper h2 {
    font-size: 0.4rem;
  }
  .index-banner-wrapper ul li {
    font-size: var(--fs18);
  }
}
@media screen and (max-width: 1004px) {
  .page-banner-wrapper .pic > img,
  .index-banner-wrapper .pic > img {
    height: 7rem;
    object-fit: cover;
  }
  .page-banner-wrapper .info,
  .index-banner-wrapper .info {
    left: 0.3rem;
    width: 80%;
    padding-top: 0.6rem;
  }
  .index-banner-wrapper h1 {
    font-size: var(--fs36);
    line-height: 0.6rem;
    margin-bottom: 0.1rem;
  }
  .index-banner-wrapper h2 {
    line-height: 0.48rem;
    font-size: var(--fs24);
    margin-bottom: 0.3rem;
  }
  .index-banner-wrapper ul li {
    width: 100%;
    font-size: var(--fs14);
    line-height: 0.36rem;
    padding-left: 0.3rem;
    padding-right: 0.2rem;
    background-size: 0.16rem;
    margin-top: 0;
    margin-bottom: 0.1rem;
  }
  .index-banner-wrapper ul li:last-child {
    margin-bottom: 0;
  }
  .page-banner-wrapper h1 {
    font-size: var(--fs36);
    line-height: 0.6rem;
    margin-bottom: 0.1rem;
  }
  .page-banner-wrapper h3 {
    line-height: 0.48rem;
    font-size: var(--fs20);
  }
  .page-banner-wrapper .desc {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.3rem;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.98rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  font-family: "hr";
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #fff;
  border: solid 1px #eee;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}
.pageNum .prev {
  background-image: url(../img/icon-left2.png);
}
.pageNum .prev:hover {
  background-image: url(../img/icon-left.png);
}
.pageNum .next {
  background-image: url(../img/icon-right2.png);
}
.pageNum .next:hover {
  background-image: url(../img/icon-right.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #00b259;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #00b259;
  color: #fff;
  font-size: 12px;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.search-wrapper .result {
  margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #eee;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #00b259;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "mr";
}
@media screen and (max-width: 1004px) {
  .page-wrapper .content {
    line-height: 0.48rem;
  }
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
}
.imgScale {
  position: relative;
}
.imgScale:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.imgScale:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #00b259;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs16: 14px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs15: 0.26rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes iconScale {
  from {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}
@keyframes circleRotate {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes circleRotate2 {
  100% {
    transform: rotate(-1turn);
  }
}
@keyframes maskToShow {
  0% {
    -webkit-mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
  }
}
@keyframes maskToShow1 {
  0% {
    -webkit-mask-position: 100% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
  }
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none;
}
.verify-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 62;
  background: #fff;
  width: 4.4rem;
  margin-left: -2.2rem;
  border-radius: 10px;
  padding: 0.5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: none;
  /* input placeholder  */
}
.verify-modal h4 {
  font-size: var(--fs24);
  line-height: 0.36rem;
  margin-bottom: 0.3rem;
  padding-left: 0.2rem;
  position: relative;
}
.verify-modal h4:after {
  content: "";
  width: 4px;
  height: 0.26rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.05rem;
  z-index: 10;
  background: #00b259;
}
.verify-modal .group {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.verify-modal .group a {
  display: block;
  width: 1.18rem;
}
.verify-modal .group a img {
  display: block;
  width: 100%;
}
.verify-modal .text {
  width: calc(100% - 1.4rem);
  border: 1px solid #ccc;
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.2rem;
  font-size: var(--fs16);
  border-radius: 5px;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.verify-modal .text:focus {
  border-color: #00b259;
}
.verify-modal ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs16);
}
.verify-modal :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs16);
}
.verify-modal ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs16);
}
.verify-modal :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs16);
}
.verify-modal .close {
  display: block;
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
  z-index: 10;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat center center;
  background-size: 100%;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.verify-modal .close:hover {
  transform: rotate(90deg);
}
@media screen and (max-width: 1004px) {
  .verify-modal {
    width: calc(100% - 0.6rem);
    margin-left: auto;
    left: 0.3rem;
    border-radius: 8px;
    padding: 1rem 0.5rem;
    /* input placeholder  */
  }
  .verify-modal h4 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.48rem;
    padding-left: 0.36rem;
  }
  .verify-modal h4:after {
    width: 3px;
    height: 0.44rem;
    top: 0.02rem;
  }
  .verify-modal .group a {
    width: 2rem;
  }
  .verify-modal .text {
    width: calc(100% - 2.4rem);
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    font-size: var(--fs14);
  }
  .verify-modal ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
    font-size: var(--fs14);
  }
  .verify-modal :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: var(--fs14);
  }
  .verify-modal ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    font-size: var(--fs14);
  }
  .verify-modal :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
    font-size: var(--fs14);
  }
  .verify-modal .close {
    right: 0.3rem;
    top: 0.3rem;
    width: 0.3rem;
    height: 0.3rem;
  }
}
