.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;
}
body.ban {
  overflow-y: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@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: "light";
  src: url('../fonts/MISANS-LIGHT.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: "en_light";
  src: url('../fonts/Montserrat-Light.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: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
.regular {
  font-family: "regular";
}
.medium {
  font-family: "medium";
}
.mm {
  font-family: "mm";
}
.light {
  font-family: "light";
}
.mr {
  font-family: "mr";
}
.mb {
  font-family: "mb";
}
.en_light {
  font-family: "en_light";
}
.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;
  --fs42: 42px;
  --fs48: 48px;
  --fs60: 60px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.shadow .header-wrapper {
  position: sticky;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.shadow .header-wrapper .logo-box a img {
  display: none;
}
.shadow .header-wrapper .logo-box a img.on {
  display: block;
}
.shadow .header-wrapper .pc-nav-box ul li > a {
  color: #010101;
}
.shadow .header-wrapper .pc-nav-box ul li > a:hover {
  color: #e60012;
}
.shadow .header-wrapper .pc-nav-box ul li.on > a,
.shadow .header-wrapper .pc-nav-box ul li.active > a {
  color: #e60012;
}
.shadow .header-wrapper .pc-nav-box ul li.on > a:after,
.shadow .header-wrapper .pc-nav-box ul li.active > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background: #e60012;
}
.shadow .header-wrapper .language .caption {
  color: #222;
  background-image: url(../img/lang2.png);
}
.shadow .header-wrapper .language .caption i {
  background-image: url(../img/idown2.png);
}
.shadow .header-wrapper .search {
  background-image: url(../img/search2.png);
}
.shadow .header-wrapper .nav-icon span {
  background-color: #e60012;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  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;
}
.header-wrapper.remove {
  transform: translateY(-1rem);
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  opacity: 0;
  visibility: hidden;
}
.header-wrapper.active {
  top: -1.2rem;
}
.header-wrapper.shadow,
.header-wrapper.on {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.header-wrapper.shadow .nav-icon span,
.header-wrapper.on .nav-icon span {
  background-color: #e60012;
}
.header-wrapper.shadow .logo-box a img,
.header-wrapper.on .logo-box a img {
  display: none;
}
.header-wrapper.shadow .logo-box a img.on,
.header-wrapper.on .logo-box a img.on {
  display: block;
}
.header-wrapper.shadow .pc-nav-box ul li > a,
.header-wrapper.on .pc-nav-box ul li > a {
  color: #010101;
}
.header-wrapper.shadow .pc-nav-box ul li > a:hover,
.header-wrapper.on .pc-nav-box ul li > a:hover {
  color: #e60012;
}
.header-wrapper.shadow .pc-nav-box ul li > a:hover:after,
.header-wrapper.on .pc-nav-box ul li > a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background: #e60012;
}
.header-wrapper.shadow .pc-nav-box ul li.on > a,
.header-wrapper.on .pc-nav-box ul li.on > a,
.header-wrapper.shadow .pc-nav-box ul li.active > a,
.header-wrapper.on .pc-nav-box ul li.active > a {
  color: #e60012;
}
.header-wrapper.shadow .pc-nav-box ul li.on > a:after,
.header-wrapper.on .pc-nav-box ul li.on > a:after,
.header-wrapper.shadow .pc-nav-box ul li.active > a:after,
.header-wrapper.on .pc-nav-box ul li.active > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  background: #e60012;
}
.header-wrapper.shadow .language .caption,
.header-wrapper.on .language .caption {
  color: #222;
  background-image: url(../img/lang2.png);
}
.header-wrapper.shadow .language .caption i,
.header-wrapper.on .language .caption i {
  background-image: url(../img/idown2.png);
}
.header-wrapper.shadow .search,
.header-wrapper.on .search {
  background-image: url(../img/search2.png);
}
.header-wrapper .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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  height: 0.9rem;
  padding: 0 0.6rem;
}
.header-wrapper .logo-box {
  width: 1.62rem;
}
.header-wrapper .logo-box a {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box a img {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box a img.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 .search {
  z-index: 10;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../img/search.png);
  margin-right: 0.6rem;
}
.header-wrapper .language {
  position: relative;
}
.header-wrapper .language.on .caption:after {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .language.on .list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  z-index: 10;
}
.header-wrapper .language .caption {
  color: #fff;
  font-family: "mr";
  cursor: pointer;
  background-image: url(../img/lang.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
  line-height: 30px;
}
.header-wrapper .language .caption i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  width: 8px;
  height: 5px;
  background-image: url(../img/idown.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-wrapper .list {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  text-align: center;
  width: 1.2rem;
  margin-left: -0.6rem;
  overflow: hidden;
  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);
  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;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.header-wrapper .list:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  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;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.header-wrapper .list a {
  position: relative;
  z-index: 1;
  font-family: "medium";
  display: block;
  line-height: 0.4rem;
  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;
  padding: 0 0.16rem;
  border-bottom: 1px solid #eee;
}
.header-wrapper .list a:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.header-wrapper .list a:hover {
  color: #e60012;
}
.pc-nav-box {
  margin: 0 1rem 0 2.8rem;
  flex: 1;
}
.pc-nav-box ul {
  width: 100%;
  font-size: 0;
  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 */
  list-style-type: none;
  justify-content: flex-end;
}
.pc-nav-box ul li {
  text-align: center;
  margin-right: 0.8rem;
}
.pc-nav-box ul li:last-child {
  margin-right: 0;
}
.pc-nav-box ul li:hover .nav {
  display: block;
  animation: navDown 0.3s ease;
}
.pc-nav-box ul li:last-child {
  margin-right: 0;
}
.pc-nav-box ul li > a {
  position: relative;
  display: block;
  font-size: var(--fs18);
  color: #fff;
  height: 0.9rem;
  line-height: 0.9rem;
  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;
}
.pc-nav-box ul li > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  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;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.pc-nav-box ul li:hover > a,
.pc-nav-box ul li.on a {
  color: #fff;
}
.pc-nav-box ul li:hover > a:after,
.pc-nav-box ul li.on a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box ul li.on > a,
.pc-nav-box ul li.active > a {
  color: #fff;
}
.pc-nav-box ul .nav {
  display: none;
  position: fixed;
  width: 100%;
  top: 0.9rem;
  right: 0;
  height: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0;
  text-align: left;
  height: 0.65rem;
  transition: top 0.5s ease;
  padding-left: 0.25rem;
}
.pc-nav-box ul .nav a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 0.65rem;
  line-height: 0.65rem;
  margin: 0 15px;
  padding-right: 30px;
  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;
}
.pc-nav-box ul .nav a:last-child {
  margin-right: 0;
}
.pc-nav-box ul .nav a:last-child:after {
  display: none;
}
.pc-nav-box ul .nav a:after {
  position: absolute;
  right: -2px;
  top: 0.26rem;
  z-index: 10;
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.3);
}
.pc-nav-box ul .nav a:hover,
.pc-nav-box ul .nav a.on {
  color: #e60012;
}
.pc-nav-box ul .nav a:hover:before,
.pc-nav-box ul .nav a.on:before {
  background: #e60012;
}
.pc-nav-box .hide-box {
  display: none;
}
@keyframes navDown {
  0% {
    z-index: -1;
    top: 0.6rem;
  }
  100% {
    z-index: 10;
    top: 0.9rem;
  }
}
.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;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0.9rem;
  background: #fff;
  z-index: 30;
  padding: 0.6rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  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: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  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;
}
.search-form .close:hover {
  color: #e60012;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .index-block {
    height: 14rem;
  }
  .index-block video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .home_banner2 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 12;
    pointer-events: none;
  }
  .home_banner2 .logo_bg_box,
  .home_banner2a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .home_banner2 .logo_bg_box {
    transform: scale(1);
    z-index: 5;
  }
  .home_banner2 .logo_bg {
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(../img/svg.svg) no-repeat center center;
    background-size: 100% auto;
    transform: scale(10);
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
  }
  .home_banner2 .logo_bg.on {
    opacity: 0;
  }
  .home_banner2 .logo_bg:before,
  .home_banner2 .logo_bg:after {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    background: #fff;
    z-index: 10;
    opacity: 1;
    transition: all 0.8s;
  }
  .home_banner2 .logo_bg:before {
    left: 0;
  }
  .home_banner2 .logo_bg:after {
    right: 0;
  }
  .home_banner2 .logo_bg i {
    display: block;
    position: absolute;
    width: 100%;
    height: 14%;
    background: #fff;
    z-index: 10;
    opacity: 1;
    left: 0;
    transition: all 0.8s;
  }
  .home_banner2 .logo_bg i:nth-child(1) {
    bottom: 0;
  }
  .home_banner2 .logo_bg i:nth-child(2) {
    top: 0;
  }
  .home_banner2 .logo {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    text-align: center;
  }
  .home_banner2 .logo .info2 {
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
  }
  .home_banner2 .logo.on .info2 {
    opacity: 1;
    visibility: visible;
  }
  .home_banner2 .logo.on h1,
  .home_banner2 .logo.on .data li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header-wrapper:hover {
    background: #fff;
  }
  .header-wrapper:hover .logo-box a img {
    display: none;
  }
  .header-wrapper:hover .logo-box a img.on {
    display: block;
  }
  .header-wrapper:hover .pc-nav-box li:hover > a {
    color: #e60012;
  }
  .header-wrapper:hover .pc-nav-box li:hover > a:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    background: #e60012;
  }
  .header-wrapper:hover .pc-nav-box li.on > a {
    color: #e60012;
  }
  .header-wrapper:hover .pc-nav-box li.on > a:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    background: #e60012;
  }
  .header-wrapper:hover .pc-nav-box li > a {
    color: #333;
  }
  .header-wrapper:hover .language .caption {
    color: #333;
    background-image: url(../img/lang2.png);
  }
  .header-wrapper:hover .language .caption i {
    background-image: url(../img/idown2.png);
  }
  .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
  .header-wrapper .language:hover .caption {
    background-image: url(../img/lang2.png);
  }
  .header-wrapper .language:hover .caption i {
    background-image: url(../img/idown2.png);
  }
  .header-wrapper .language:hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    z-index: 10;
  }
}
@media screen and (max-width: 1600px) {
  .pc-nav-box {
    margin: 0 0.8rem 0 1.8rem;
  }
  .pc-nav-box ul li {
    margin-right: 0;
  }
  .header-wrapper .search {
    margin-right: 0.5rem;
  }
  .pc-nav-box ul .nav a {
    margin: 0 10px;
    padding-right: 20px;
  }
  .pc-nav-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1004px) {
  .header-wrapper .box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 1.2rem;
    padding: 0 0.3rem;
  }
  .header-wrapper .logo-box {
    width: 36%;
  }
  .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 .search {
    position: relative;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.4rem;
  }
  .header-wrapper .language {
    margin-right: 0.4rem;
  }
  .header-wrapper .language .caption {
    font-size: 13px;
    background-size: 0.32rem;
    line-height: 0.62rem;
    padding-left: 0.54rem;
  }
  .header-wrapper .language .caption i {
    margin-left: 8px;
  }
  .header-wrapper .list {
    top: 130%;
    width: 1.8rem;
    margin-left: -0.9rem;
    padding: 0.12rem 0;
  }
  .header-wrapper .list a {
    font-size: 12px;
    line-height: 0.6rem;
  }
  .pc-nav-box,
  .footer-nav-box {
    display: none;
  }
}
@media screen and (max-width: 1004px) {
  .nav-icon {
    font-size: 0;
    width: 0.48rem;
    height: 0.48rem;
    position: relative;
  }
  .nav-icon.on span {
    background-color: #333;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 100%;
    height: 0.04rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0.2rem;
    z-index: 10;
    border-radius: 2px;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-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: #e60012;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #e60012;
    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: #e60012;
    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: #e60012;
  }
  .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;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
}
.footer-wrapper {
  padding: 0.96rem 0 0.45rem;
  background: #1e1c1c url(../img/footerbg.jpg) no-repeat left top;
  background-size: cover;
}
.footer-wrapper .box-1,
.footer-wrapper .box-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;
}
.footer-wrapper .box-2 {
  margin-top: 0.55rem;
  padding-top: 0.22rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-wrapper p {
  font-size: var(--fs14);
  font-family: "light";
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}
.footer-wrapper .logo {
  width: 1.72rem;
  display: block;
  margin-bottom: 0.34rem;
}
.footer-wrapper .logo img {
  display: block;
  width: 100%;
}
.footer-wrapper .tel {
  display: inline-block;
  font-size: var(--fs24);
  color: #fff;
  line-height: 30px;
  font-family: "mr";
  margin-bottom: 0.18rem;
}
.footer-wrapper .email {
  font-family: "en_light";
  margin-bottom: 0.18rem;
  font-size: var(--fs18);
}
.footer-wrapper .address {
  font-size: var(--fs16);
}
.footer-wrapper .email,
.footer-wrapper .address {
  display: inline-block;
  color: #fff;
  line-height: 24px;
}
.footer-wrapper .copyright,
.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;
  color: rgba(255, 255, 255, 0.4);
  line-height: 24px;
  font-family: "light";
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .other {
  text-align: right;
}
.footer-wrapper .qrcode {
  text-align: center;
  width: 1.18rem;
  display: inline-block;
}
.footer-wrapper .qrcode img {
  display: block;
  width: 100%;
}
.footer-wrapper .qrcode p {
  font-size: var(--fs15);
  color: rgba(255, 255, 255, 0.55);
  line-height: 24px;
  font-family: "light";
  margin-top: 0.12rem;
}
.footer-nav-box {
  width: 55.33%;
}
.footer-nav-box 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;
  list-style-type: none;
}
.footer-nav-box li > a {
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #fff;
  margin-bottom: 0.14rem;
}
.footer-nav-box a {
  display: block;
  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;
  line-height: 0.3rem;
}
.footer-nav-box .nav a {
  font-size: var(--fs15);
  color: rgba(255, 255, 255, 0.55);
  line-height: 0.34rem;
  font-family: "light";
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.share {
  font-size: 0;
  margin-top: 1.04rem;
}
.share a {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.15rem;
}
.share a:last-child {
  margin-right: 0;
}
.share a.on .icon {
  background-color: #e60012;
}
.share a.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share a .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #484848;
  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;
}
.share a .icon img {
  display: block;
  width: 100%;
}
.share .hidebox {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.2rem);
  margin-left: -0.6rem;
  width: 1.2rem;
  background-color: #fff;
  padding: 3px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  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);
  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;
}
.share .hidebox:after {
  content: "";
  border: 0.08rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -0.16rem;
  margin-left: -0.08rem;
  z-index: 10;
  border-top-color: #fff;
}
.share .hidebox img {
  display: block;
  width: 100%;
}
.links {
  font-size: 0;
}
.links a {
  position: relative;
  font-size: var(--fs14);
  padding-right: 12px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
  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;
  color: rgba(255, 255, 255, 0.4);
  line-height: 24px;
  font-family: "light";
}
.links a:hover {
  color: #fff;
}
.links a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 1px;
  height: 13px;
  background: rgba(255, 255, 255, 0.4);
}
.links a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.links a:last-child:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .share a:hover .icon {
    background-color: #e60012;
  }
  .share a:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media screen and (max-width: 1600px) {
  .footer-wrapper {
    padding: 0.8rem 0 0.4rem;
  }
}
@media screen and (max-width: 1004px) {
  .share {
    text-align: center;
    margin-top: 0.5rem;
  }
  .share a {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.24rem;
  }
  .share .hidebox {
    bottom: calc(100% + 0.2rem);
  }
  .footer-wrapper {
    padding: 0.8rem 0 0.6rem;
  }
  .footer-wrapper .logo {
    width: 2.8rem;
  }
  .footer-wrapper .box-1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-wrapper .box-2 {
    flex-flow: wrap;
    text-align: center;
    margin-top: 0.6rem;
    padding-top: 0.5rem;
    flex-direction: column-reverse;
  }
  .footer-wrapper p {
    margin-bottom: 0;
  }
  .footer-wrapper .contact {
    max-width: 60%;
  }
  .footer-wrapper .tel {
    margin-bottom: 0.2rem;
  }
  .footer-wrapper .links {
    width: 100%;
    line-height: 20px;
    margin-bottom: 0.1rem;
  }
  .footer-wrapper .other {
    text-align: center;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    line-height: 20px;
  }
  .footer-wrapper .qrcode {
    width: 2rem;
  }
  .footer-wrapper .qrcode p {
    font-size: var(--fs14);
  }
}
.index-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: none;
}
.index-banner-wrapper {
  position: fixed;
  width: 100%;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .title,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .brief,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .en,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .line,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active ul li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active a > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .title,
.index-banner-wrapper .index-banner-swiper .brief,
.index-banner-wrapper .index-banner-swiper .en,
.index-banner-wrapper .index-banner-swiper .line,
.index-banner-wrapper .index-banner-swiper ul li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .index-banner-swiper .title {
  transition-delay: 0.05s;
}
.index-banner-wrapper .index-banner-swiper .brief {
  transition-delay: 0.1s;
}
.index-banner-wrapper .index-banner-swiper .en {
  transition-delay: 0.2s;
}
.index-banner-wrapper .index-banner-swiper .line {
  transition-delay: 0.3s;
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide .info-2 .title {
  margin-bottom: 0.07rem;
}
.index-banner-wrapper .swiper-slide .info-2 .en {
  font-size: var(--fs18);
}
.index-banner-wrapper .swiper-slide .info-2 .line {
  display: none;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide a > img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide a > img.phone {
  display: none;
}
.index-banner-wrapper video {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  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 ul {
  margin-top: 0.7rem;
  list-style-type: none;
}
.index-banner-wrapper ul li {
  display: inline-block;
  text-align: center;
  margin-right: 0.38rem;
}
.index-banner-wrapper ul li:last-child {
  margin-right: 0;
}
.index-banner-wrapper ul img {
  display: block;
  width: 0.77rem;
  margin: 0 auto;
  height: auto;
}
.index-banner-wrapper ul p {
  color: #fff;
  font-size: var(--fs20);
  line-height: 0.3rem;
  margin-top: 0.15rem;
}
.index-banner-wrapper .title {
  font-weight: 700;
  font-size: 0.54rem;
  line-height: 0.72rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.index-banner-wrapper .brief {
  font-family: "light";
  font-size: var(--fs36);
  line-height: 0.48rem;
  color: #fff;
}
.index-banner-wrapper .line {
  width: 20px;
  height: 3px;
  margin: 0.33rem 0;
  background-color: #fff;
}
.index-banner-wrapper .en {
  font-size: var(--fs16);
  color: #fff;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "en_light";
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  left: 50%;
  margin-left: -0.19rem;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 0.65rem;
  width: 100%;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.18rem;
  opacity: 1;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.page-banner-wrapper {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.page-banner-wrapper:before {
  content: "";
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.page-banner-wrapper img {
  opacity: 0;
  visibility: hidden;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  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;
}
.page-banner-wrapper h1,
.page-banner-wrapper h2 {
  font-size: var(--fs48);
  color: #fff;
  line-height: 0.6rem;
  font-family: "medium";
}
.page-banner-wrapper .desc {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.08rem;
}
.page-banner-wrapper .line {
  width: 32px;
  height: 3px;
  background-color: #e60012;
  border-radius: 2px;
  margin-top: 0.46rem;
}
.page-banner-wrapper .btn {
  min-width: 1.44rem;
  line-height: 0.54rem;
  background-color: #e60012;
  border-radius: 27px;
  padding: 0 0.2rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: var(--fs16);
  margin-top: 0.43rem;
}
@media screen and (min-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    background-color: #fff;
    width: 100%;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 2;
    font-size: 0;
    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 */
    justify-content: center;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    font-size: var(--fs16);
    line-height: 0.8rem;
    text-align: center;
    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;
    margin-right: 0.72rem;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:last-child:after {
    display: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #e60012;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: #e60012;
    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;
  }
}
@media screen and (max-width: 1004px) {
  .index-banner-wrapper {
    position: relative;
  }
  .index-banner-wrapper .swiper-slide .info-2 .en {
    font-size: var(--fs14);
  }
  .index-banner-wrapper .swiper-slide a > img {
    display: none;
    height: auto;
  }
  .index-banner-wrapper .swiper-slide a > img.phone {
    display: block;
  }
  .index-banner-wrapper .info {
    height: auto;
    top: 24%;
  }
  .index-banner-wrapper .title {
    font-size: var(--fs36);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .index-banner-wrapper .brief {
    font-size: var(--fs18);
    line-height: 0.44rem;
  }
  .index-banner-wrapper .line {
    width: 16px;
    height: 2px;
    margin-top: 0.16rem;
  }
  .index-banner-wrapper .en {
    font-size: var(--fs14);
    line-height: 18px;
    color: #bbd7ed;
  }
  .index-banner-wrapper ul {
    margin-top: 0.48rem;
    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-banner-wrapper ul li {
    margin-right: 0;
  }
  .index-banner-wrapper ul img {
    width: 0.54rem;
    height: auto;
    object-fit: contain;
  }
  .index-banner-wrapper ul p {
    font-size: 10px;
    line-height: 0.36rem;
    margin-top: 0.12rem;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 0.48rem;
    height: 0.48rem;
    margin-top: -0.24rem;
    margin-left: -0.24rem;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.65rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.24rem;
  }
  .page-banner-wrapper {
    background: none!important;
  }
  .page-banner-wrapper img {
    height: 4rem;
    object-fit: cover;
    opacity: 1;
    visibility: visible;
  }
  .page-banner-wrapper .info {
    padding-top: 0.8rem;
  }
  .page-banner-wrapper h1,
  .page-banner-wrapper h2 {
    font-size: var(--fs30);
    line-height: 0.48rem;
  }
  .page-banner-wrapper .desc {
    font-size: var(--fs18);
    line-height: 0.44rem;
  }
  .page-banner-wrapper .line {
    width: 0.5rem;
    height: 2px;
    margin-top: 0.4rem;
  }
  .page-banner-wrapper .btn {
    min-width: 1.6rem;
    line-height: 0.6rem;
    font-size: var(--fs14);
    margin-top: 0.24rem;
  }
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #e60012;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
  .shadow .page-banner-wrapper .info {
    padding-top: 0;
  }
}
.index-more {
  display: block;
  width: 1.44rem;
  line-height: 0.54rem;
  background-color: #e60012;
  border-radius: 27px;
  text-align: center;
  font-size: var(--fs16);
  color: #fff;
}
.index-more:hover i {
  transform: translateX(0.08rem);
  -webkit-transform: translateX(0.08rem);
  -moz-transform: translateX(0.08rem);
  -ms-transform: translateX(0.08rem);
  -o-transform: translateX(0.08rem);
}
.index-more i {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 0.15rem;
  height: 0.13rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/more.png);
  margin-left: 0.08rem;
  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-1 {
  position: relative;
  top: 1%;
}
.index-box-1 .main {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.index-box-1 .pic {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  max-width: none;
  overflow: hidden;
  display: none;
}
.index-box-1 .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: none;
}
.index-box-1 .info {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}
.index-box-1 h1 {
  font-size: var(--fs48);
  line-height: 0.6rem;
  color: #000;
  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;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -moz-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
}
.index-box-1 .info2 {
  position: relative;
  overflow: hidden;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  margin-top: 6.6rem;
  padding-bottom: 1rem;
}
.index-box-1 .info2 .data.mt {
  margin-top: 0.9rem;
}
.index-box-1 .data li {
  width: 20%;
  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;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -moz-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
}
.index-box-1 .data .num span {
  color: #e60012;
}
.index-box-1 .data .num i {
  background-image: url(../img/plus3.png);
}
.index-box-1 .data p,
.index-box-1 .data .num em {
  color: #666;
}
.index-box-1 .canvas {
  position: absolute;
  left: 0;
  bottom: -4rem;
  z-index: 0;
  width: 100%;
  height: 8rem;
}
.index-box-2 {
  position: relative;
}
.index-box-2 .swiper-slide {
  background: #000;
}
.index-box-2 .swiper-slide .pic img {
  opacity: 0.5;
}
.index-box-2 .swiper-slide .info {
  display: none;
}
.index-box-2 .cat-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  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 */
}
.index-box-2 .cat-box a {
  width: 33.33%;
  height: 100%;
  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;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.index-box-2 .cat-box a:last-child {
  border-right: none;
}
.index-box-2 .cat-box a.on .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.index-box-2 .cat-box a.on p {
  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);
}
.index-box-2 .cat-box p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: var(--fs36);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-2 .title {
  font-size: var(--fs36);
  color: #fff;
  line-height: 0.48rem;
  margin-bottom: 0.23rem;
}
.index-box-2 .info {
  width: 100%;
  padding: 0 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  z-index: 10;
  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;
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .info .line {
  width: 32px;
  height: 3px;
  background-color: #e60012;
  border-radius: 2px;
}
.index-box-2 .desc {
  font-size: var(--fs16);
  line-height: 0.32rem;
  color: #fff;
  margin: 0.4rem 0 0.85rem;
}
.index-box-3 {
  background: url(../img/index2bg.jpg) fixed no-repeat center center;
  background-size: cover;
}
.index-box-3 .page-title-box {
  width: 100%;
}
.index-box-3 .cat-box {
  position: relative;
}
.index-box-3 .cat-box:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ececec;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.index-box-3 .cat-box .box-container {
  position: relative;
  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 */
  justify-content: center;
}
.index-box-3 .cat-box a {
  position: relative;
  text-align: center;
  margin-right: 1.22rem;
  padding-bottom: 0.24rem;
}
.index-box-3 .cat-box a:last-child {
  margin-right: 0;
}
.index-box-3 .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-3 .cat-box a.on .icon {
  background-color: #e60012;
}
.index-box-3 .cat-box a.on .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.index-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);
}
.index-box-3 .cat-box a.on p {
  color: #e60012;
}
.index-box-3 .cat-box a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e60012;
  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-3 .cat-box .icon {
  width: 0.64rem;
  height: 0.64rem;
  position: relative;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  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-3 .cat-box .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-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);
}
.index-box-3 .cat-box p {
  font-size: var(--fs18);
  color: #1c1d25;
  line-height: 24px;
  margin-top: 0.1rem;
  transition: all 0.34s ease;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
}
.index-box-3 .item {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: none;
}
.index-box-3 .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-3 .swiper-box {
  width: 67.32%;
  margin-top: 0.88rem;
}
.index-box-3 .swiper-box .pic {
  width: 48.36%;
}
.index-box-3 .swiper-slide {
  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-3 .swiper-slide-active .title,
.index-box-3 .swiper-slide-active .desc,
.index-box-3 .swiper-slide-active .index-more,
.index-box-3 .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-3 .info {
  padding-top: 0.7rem;
}
.index-box-3 .title,
.index-box-3 .desc,
.index-box-3 .index-more,
.index-box-3 .pic {
  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);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.index-box-3 .desc,
.index-box-3 .desc li {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
}
.index-box-3 .desc {
  margin-bottom: 0.56rem;
  min-height: 1.38rem;
  transition-delay: 0.3s;
}
.index-box-3 .desc ul {
  list-style-type: none;
}
.index-box-3 .desc li {
  position: relative;
  padding-left: 0.17rem;
  margin-bottom: 0.06rem;
}
.index-box-3 .desc li:last-child {
  margin-bottom: 0;
}
.index-box-3 .desc li:before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background-color: #e60012;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.11rem;
  z-index: 10;
}
.index-box-3 .title {
  display: block;
  font-size: var(--fs36);
  line-height: 0.48rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.17rem;
  transition-delay: 0.1s;
}
.index-box-3 .index-more {
  transition-delay: 0.5s;
}
.index-box-3 .other {
  width: 2.2rem;
  margin-top: 1.62rem;
}
.index-box-3 .btns {
  margin-top: 0.35rem;
  padding-top: 0.6rem;
  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 */
  justify-content: flex-end;
  border-top: 1px solid #dadada;
}
.index-box-3 .btns a {
  display: inline-block;
  width: 0.58rem;
  height: 0.58rem;
  background-color: #c3c3c3;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-3 .btns a:hover {
  background-color: #e60012;
}
.index-box-3 .btns .prev {
  margin-right: 0.2rem;
  background-image: url(../img/prev2.png);
}
.index-box-3 .btns .next {
  background-image: url(../img/next2.png);
}
.index-box-3 .swiper-pagination-fraction {
  position: static;
  text-align: right;
  font-size: 18px;
  color: #c3c3c3;
  line-height: 0.36rem;
}
.index-box-3 .swiper-pagination-current {
  font-size: var(--fs36);
  color: #e60012;
  margin-right: 0.04rem;
}
.index-box-4 {
  position: relative;
  background: #000;
}
.index-box-4.hasVideo:hover .pic img {
  opacity: 0;
  visibility: hidden;
}
.index-box-4.hasVideo:hover video {
  visibility: visible;
  opacity: 0.5;
}
.index-box-4 .pic img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transition: all 4s ease;
  -webkit-transition: all 4s ease;
  -moz-transition: all 4s ease;
  -ms-transition: all 4s ease;
  -o-transition: all 4s ease;
  opacity: 0.5;
}
.index-box-4.animated .pic img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-4 video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  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;
}
.index-box-4 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  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-4 .en,
.index-box-4 .title {
  color: #fff;
}
.index-box-4 .en {
  font-family: "mm";
  line-height: 0.8rem;
  font-size: 0.72rem;
}
.index-box-4 .title {
  font-size: var(--fs36);
  line-height: 0.48rem;
  font-family: "medium";
  margin-top: 0.3rem;
}
.index-box-4 .index-more {
  margin-top: 0.6rem;
}
.index-box-5 {
  background: url(../img/index5bg.jpg) fixed no-repeat center center;
  background-size: cover;
}
.index-box-5 .box-container {
  position: relative;
}
.index-box-5 .index-more {
  position: absolute;
  right: 0;
  top: 0.5rem;
  z-index: 10;
}
.index-box-5 .main {
  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-5 .news-box {
  width: 67.97%;
}
.index-box-5 .news-box ul {
  height: 100%;
}
.index-box-5 .news-box li {
  width: 46.55%;
  margin-right: 3.45%;
  background: #fff;
}
.index-box-5 .news-box li:last-child {
  margin-right: 0;
}
.index-box-5 .news-box .info {
  padding: 0.35rem 0.3rem;
}
.index-box-5 .list {
  width: 32.03%;
  background-color: #fff;
  border-radius: 15px;
}
.index-box-5 .list ul {
  padding-top: 0.12rem;
  list-style-type: none;
}
.index-box-5 .list li {
  padding: 0 0.35rem;
  position: relative;
}
.index-box-5 .list li:last-child a {
  border-bottom: none;
}
.index-box-5 .list li:hover .title {
  color: #e60012;
}
.index-box-5 .list li:hover:after {
  height: 0.9rem;
}
.index-box-5 .list li:after {
  content: "";
  width: 0.03rem;
  height: 0;
  position: absolute;
  right: 0;
  top: 0.33rem;
  z-index: 10;
  background: #e60012;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-5 .list li a {
  padding: 0.24rem 0;
  display: block;
  border-bottom: 1px solid #f2f2f2;
}
.index-box-5 .list .title {
  font-size: var(--fs18);
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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-5 .list .desc {
  font-size: 14px;
  color: #777777;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.09rem auto 0.12rem;
}
.index-box-5 .list .time {
  font-size: 14px;
  color: #000;
  opacity: 0.3;
  line-height: 24px;
  font-family: "mr";
}
@media screen and (min-width: 1004px) {
  .index-box-3 .cat-box a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .index-box-3 .cat-box a:hover .icon {
    background-color: #e60012;
  }
  .index-box-3 .cat-box a:hover .icon .init {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
  }
  .index-box-3 .cat-box a:hover .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);
  }
  .index-box-3 .cat-box a:hover p {
    color: #e60012;
  }
}
@media screen and (max-width: 1600px) {
  .index-box-1 {
    top: 5%;
  }
  .index-box-1 .info2 {
    margin-top: 6.3rem;
  }
  .index-box-2 .info {
    padding: 0 0.9rem;
  }
}
@media screen and (max-width: 1440px) {
  .index-box-1 {
    top: 3%;
  }
  .index-box-2 .info {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-more {
    width: 2rem;
    line-height: 0.64rem;
    font-size: var(--fs14);
  }
  .index-more i {
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.12rem;
  }
  .index-box-1 .info2 {
    margin-top: 0;
  }
  .index-box-1 {
    height: auto;
    overflow: hidden;
    padding-top: 1rem;
    top: 0;
  }
  .index-box-1 .main {
    width: 100%;
    height: auto;
  }
  .index-box-1 .pic {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
  }
  .index-box-1 .icon {
    display: none;
  }
  .index-box-1 .info {
    position: static;
  }
  .index-box-1 h1 {
    font-size: var(--fs30);
    text-align: left;
  }
  .index-box-1 .data ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-1 .data li {
    width: 48%;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    text-align: left;
    min-width: inherit;
    max-width: inherit;
    margin-right: 0;
  }
  .index-box-1 .data li:nth-child(-n+2) {
    border-top: none;
  }
  .index-box-1 .data li:nth-child(3) {
    margin-top: 0.8rem;
  }
  .index-box-1 .data .num {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #f1f1f1;
  }
  .index-box-1 .data .num span {
    color: #e60012;
    font-family: "medium";
  }
  .index-box-1 .data .num i {
    background-image: url(../img/plus3.png);
  }
  .index-box-1 .data p,
  .index-box-1 .data .num em {
    color: #666;
  }
  .index-box-1 .canvas {
    bottom: -4rem;
  }
  .index-box-2 {
    margin-top: 1rem;
  }
  .index-box-2 .swiper-box {
    padding: 0 0.3rem;
  }
  .index-box-2 .swiper-wrapper {
    flex-flow: wrap;
  }
  .index-box-2 .swiper-container,
  .index-box-2 .swiper-wrapper {
    overflow: inherit;
  }
  .index-box-2 .swiper-slide {
    border-radius: 8px;
    margin-bottom: 0.3rem;
  }
  .index-box-2 .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .index-box-2 .swiper-slide .info {
    display: block;
  }
  .index-box-2 .cat-box {
    display: none;
  }
  .index-box-2 .title {
    font-size: var(--fs30);
  }
  .index-box-2 .info {
    width: 85%;
    left: 0;
    padding: 0 0.6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
  }
  .index-box-2 .info .line {
    width: 18px;
    height: 2px;
  }
  .index-box-2 .desc {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin: 0.3rem 0 0.6rem;
  }
  .index-box-3 {
    background-attachment: inherit;
  }
  .index-box-3 .cat-box .box-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-3 .cat-box a {
    margin-right: 0;
  }
  .index-box-3 .cat-box .icon {
    width: 0.56rem;
    height: 0.56rem;
  }
  .index-box-3 .cat-box p {
    font-size: 11px;
    line-height: 20px;
  }
  .index-box-3 .item.on {
    display: block;
  }
  .index-box-3 .swiper-box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(220, 220, 220, 0.5);
    border-radius: 0.2rem;
    margin-top: 0.6rem;
  }
  .index-box-3 .swiper-box .pic {
    width: 100%;
  }
  .index-box-3 .swiper-box .pic img {
    width: 75%;
    margin: 0 auto;
  }
  .index-box-3 .swiper-slide {
    padding: 0.3rem 0.3rem 0.8rem;
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .index-box-3 .info {
    width: 100%;
    padding-top: 0.4rem;
  }
  .index-box-3 .desc,
  .index-box-3 .desc li {
    font-size: var(--fs15);
    line-height: 0.4rem;
  }
  .index-box-3 .desc {
    margin-bottom: 0.48rem;
    min-height: inherit;
  }
  .index-box-3 .desc li {
    padding-left: 0.24rem;
  }
  .index-box-3 .desc li:before {
    top: 0.14rem;
  }
  .index-box-3 .index-more {
    border: solid 2px rgba(230, 0, 18, 0.5);
    background-color: transparent;
    color: #e60012;
  }
  .index-box-3 .index-more:hover {
    background-color: #e60012;
    color: #fff;
  }
  .index-box-3 .index-more:hover i {
    background-image: url(../img/more.png);
  }
  .index-box-3 .index-more i {
    background-image: url(../img/more2.png);
  }
  .index-box-3 .title {
    font-size: var(--fs24);
  }
  .index-box-3 .other {
    width: 100%;
    margin-top: 0.6rem;
  }
  .index-box-3 .btns {
    display: none;
  }
  .index-box-3 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
    text-align: center;
    position: static;
  }
  .index-box-3 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    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;
  }
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:link,
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:visited,
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:active,
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .index-box-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e60012;
    opacity: 1;
  }
  .index-box-4 {
    position: relative;
  }
  .index-box-4 .pic img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transition: all 4s ease;
    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    -ms-transition: all 4s ease;
    -o-transition: all 4s ease;
  }
  .index-box-4.animated .pic img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .index-box-4 .info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    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-4 .en,
  .index-box-4 .title {
    color: #fff;
  }
  .index-box-4 .en {
    font-family: "mm";
    line-height: 0.8rem;
    font-size: 0.72rem;
  }
  .index-box-4 .title {
    font-size: var(--fs36);
    line-height: 0.48rem;
    font-family: "medium";
    margin-top: 0.3rem;
  }
  .index-box-5 {
    background-attachment: inherit;
  }
  .index-box-5 .index-more {
    right: 0.3rem;
  }
  .index-box-5 .news-box {
    width: 100%;
  }
  .index-box-5 .news-box ul {
    height: auto;
  }
  .index-box-5 .news-box li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .index-box-5 .news-box li:last-child {
    margin-bottom: 0;
  }
  .index-box-5 .news-box .info {
    padding: 0.48rem 0.4rem;
  }
  .index-box-5 .list {
    display: none;
  }
}
.padding,
.page-box {
  padding: 1.2rem 0;
}
.padding-xs {
  padding: 1rem 0;
}
.mt {
  margin-top: 1.1rem;
}
.page-title-box {
  margin-bottom: 0.4rem;
}
.page-title-box.animated .en {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.page-title-box.txt-center .line {
  margin-left: auto;
  margin-right: auto;
}
.page-title-box h3 {
  font-size: var(--fs48);
  color: #1c1d25;
  font-weight: 700;
  line-height: 0.6rem;
  margin-top: -0.27rem;
  position: relative;
  z-index: 1;
}
.page-title-box p {
  font-size: var(--fs24);
  color: #666;
  line-height: 0.32rem;
  margin-top: 3px;
}
.page-title-box .en {
  font-size: var(--fs60);
  text-transform: uppercase;
  color: rgba(10, 52, 115, 0.05);
  font-family: "mb";
  line-height: 0.5rem;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  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;
  transition-delay: 0.3s;
  letter-spacing: 1px;
}
.page-title-box .line {
  width: 32px;
  height: 3px;
  background-color: #e60012;
  border-radius: 2px;
  margin-top: 0.22rem;
}
.loading {
  text-align: center;
  line-height: 0.36rem;
  margin-top: 0.4rem;
}
.loading a {
  font-size: var(--fs16);
  color: #666;
  display: inline-block;
}
.loading i {
  width: 0.31rem;
  height: 0.31rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/loading.png);
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  animation: iconRotate 3s linear infinite;
}
@keyframes iconRotate {
  100% {
    transform: rotate(1turn);
  }
}
.contact-wrapper .box-1 {
  padding-bottom: 0!important;
}
.contact-wrapper .box-1 .box-container {
  position: relative;
  z-index: 10;
}
.contact-wrapper .box-1 .main {
  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;
  background-color: #fff;
  padding: 0.6rem 0.8rem;
  border-top: 0.08rem solid #e60012;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-wrapper .box-1 .caption {
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  line-height: 0.3rem;
  margin-bottom: 0.24rem;
}
.contact-wrapper .box-1 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
}
.contact-wrapper .box-1 .item a {
  display: inline-block;
  font-size: var(--fs16);
  color: #e60012;
  line-height: 24px;
  margin-top: 0.15rem;
}
.contact-wrapper .box-1 .item a img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.06rem;
}
.contact-wrapper .box-1 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 */
}
.contact-wrapper .box-1 ul li {
  width: 1.38rem;
  margin-right: 0.2rem;
}
.contact-wrapper .box-1 ul li:last-child {
  margin-right: 0;
}
.contact-wrapper .box-1 ul li img {
  display: block;
  width: 100%;
}
.contact-wrapper .map {
  position: relative;
  z-index: 1;
  height: 5.6rem;
  overflow: hidden;
  margin-top: -0.9rem;
}
.contact-wrapper .map .img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.contact-wrapper .box-2 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;
}
.contact-wrapper .box-2 ul li {
  width: 31.38%;
  margin-right: 2.93%;
  margin-top: 2.93%;
  text-align: center;
  background: #f9f9f9;
  padding: 0.52rem 0.3rem 0.42rem;
  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;
}
.contact-wrapper .box-2 ul li:hover {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(237, 34, 36, 0.11);
}
.contact-wrapper .box-2 ul li:hover .icon:before {
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 0.1;
}
.contact-wrapper .box-2 ul li:hover .icon img {
  transform: rotateY(180deg);
}
.contact-wrapper .box-2 .icon {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  padding: 0.36rem;
}
.contact-wrapper .box-2 .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px #ed2224;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  border-radius: 50%;
  visibility: hidden;
}
.contact-wrapper .box-2 .icon img {
  display: block;
  width: 100%;
  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;
}
.contact-wrapper .box-2 h5 {
  font-size: var(--fs30);
  color: #000;
  line-height: 0.36rem;
  margin-top: 0.36rem;
}
.contact-wrapper .box-2 p {
  font-size: var(--fs16);
  color: #666666;
  font-family: "en_light";
  line-height: 24px;
  margin-top: 0.08rem;
}
.contact-wrapper .form {
  background-color: #f7f7f9;
  padding: 0.6rem 0.74rem 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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.contact-wrapper .submit {
  display: block;
  width: 24.86%;
  line-height: 0.68rem;
  background-color: #e60012;
  text-align: center;
  border-radius: 8px;
  margin: 0.3rem auto 0;
  color: #fff;
  font-size: var(--fs24);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.contact-wrapper .submit:hover {
  box-shadow: 0 2px 30px rgba(230, 0, 18, 0.2);
}
.contact-wrapper .group {
  width: 49.27%;
  margin-top: 1.46%;
  /* input placeholder  */
}
.contact-wrapper .group.max {
  width: 100%;
}
.contact-wrapper .group:nth-child(-n+2) {
  margin-top: 0;
}
.contact-wrapper .group .text,
.contact-wrapper .group .msg {
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  font-size: var(--fs16);
  color: #666;
  border: 1px solid #fff;
  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;
}
.contact-wrapper .group .text:focus,
.contact-wrapper .group .msg:focus {
  border-color: rgba(230, 0, 18, 0.2);
}
.contact-wrapper .group .msg {
  resize: none;
  height: 136px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  line-height: 0.3rem;
}
.contact-wrapper .group ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs16);
}
.contact-wrapper .group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs16);
}
.contact-wrapper .group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs16);
}
.contact-wrapper .group :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs16);
}
.contact-wrapper .group .text {
  line-height: 0.7rem;
  height: 0.7rem;
}
.join-wrapper {
  padding-bottom: 0!important;
}
.join-wrapper .box-1 .page-title-box {
  margin-bottom: 1.2rem;
}
.join-wrapper .box-1 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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.join-wrapper .box-1 .list li {
  width: 48.63%;
  margin-top: 2.74%;
}
.join-wrapper .box-1 .list li:nth-child(-n+2) {
  margin-top: 0;
}
.join-wrapper .box-1 .list li:nth-child(even) {
  margin-top: -2.25rem;
}
.join-wrapper .box-1 .list li .inner:hover .pic:after {
  background-image: url(../img/shadow2.png);
}
.join-wrapper .box-1 .list li .inner:hover .desc {
  display: block;
  animation: fadeInUp50 0.35s ease;
}
.join-wrapper .box-1 .list li .inner:hover .info {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.join-wrapper .box-1 .inner {
  position: relative;
}
.join-wrapper .box-1 .pic {
  position: relative;
}
.join-wrapper .box-1 .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/shadow.png);
  background-repeat: repeat;
  background-size: 100% 100%;
  background-position: left bottom;
  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;
  left: 0;
  top: 0;
  z-index: 10;
}
.join-wrapper .box-1 .info {
  position: absolute;
  left: 0;
  bottom: 0.36rem;
  z-index: 11;
  width: 100%;
  padding: 0 0.32rem;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  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;
}
.join-wrapper .box-1 h5 {
  color: #fff;
  font-size: var(--fs30);
  line-height: 0.36rem;
}
.join-wrapper .box-1 .desc {
  font-size: var(--fs16);
  color: #fff;
  line-height: 24px;
  display: none;
  margin-top: 0.12rem;
}
.join-wrapper .box-2 {
  padding-bottom: 0!important;
}
.join-wrapper .box-2 .swiper-slide:hover p {
  color: #e60012;
}
.join-wrapper .box-2 .pic img {
  height: 3.16rem;
  object-fit: cover;
}
.join-wrapper .box-2 p {
  text-align: center;
  font-size: var(--fs16);
  color: #090103;
  line-height: 24px;
  margin-top: 0.16rem;
  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: 2;
  overflow: hidden;
}
.join-wrapper .box-2 .box-container {
  position: relative;
  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;
  margin-top: 0.35rem;
}
.join-wrapper .box-2 .box-container:before {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(204, 204, 204, 0.4);
  margin-right: 0.48rem;
}
.join-wrapper .box-2 .btns {
  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;
}
.join-wrapper .box-2 .btns a {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px;
  border: solid 1px #ccc;
  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;
}
.join-wrapper .box-2 .btns a:hover {
  background-color: #e60012;
  border-color: #e60012;
}
.join-wrapper .box-2 .prev {
  margin-right: 0.4rem;
  background-image: url(../img/prev.png);
}
.join-wrapper .box-2 .prev:hover {
  background-image: url(../img/prev2.png);
}
.join-wrapper .box-2 .next {
  background-image: url(../img/next.png);
}
.join-wrapper .box-2 .next:hover {
  background-image: url(../img/next2.png);
}
.join-wrapper .box-2,
.join-wrapper .box-3 {
  background-color: #f9f9f9;
}
.join-wrapper .box-3 .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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.join-wrapper .box-3 .item {
  cursor: pointer;
  width: 49.02%;
  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;
  background-color: #fff;
  position: relative;
  margin-top: 0.2rem;
  padding: 0.3rem;
}
.join-wrapper .box-3 .item:nth-child(-n+2) {
  margin-top: 0;
}
.join-wrapper .box-3 .item:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  bottom: 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;
}
.join-wrapper .box-3 .item:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}
.join-wrapper .box-3 .item:hover:after {
  width: 100%;
}
.join-wrapper .box-3 .item:hover .more i {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
.join-wrapper .box-3 .item .hidebox {
  display: none;
}
.join-wrapper .box-3 .item h5 {
  font-size: var(--fs18);
  color: #090103;
  line-height: 0.3rem;
  font-weight: 700;
}
.join-wrapper .box-3 .item .number {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  margin-top: 2px;
}
.join-wrapper .box-3 .item .more {
  font-size: var(--fs16);
  color: #e60012;
}
.join-wrapper .box-3 .item .more i {
  display: inline-block;
  width: 8px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 6px;
  background-image: url(../img/right.png);
  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;
}
.join-wrapper .box-3 .item .other {
  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;
}
.join-wrapper .box-3 .email,
.join-wrapper .box-3 .city,
.join-wrapper .box-3 .salary {
  display: none;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.job-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 31;
  display: none;
}
.job-modal .box {
  width: 9.6rem;
  height: 100%;
  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;
  margin: 0 auto;
}
.job-modal .inner {
  position: relative;
  width: 100%;
  padding: 0.5rem 0.8rem 0.8rem;
  background: #fff;
}
.job-modal .top {
  padding-bottom: 0.34rem;
  margin-bottom: 0.44rem;
  border-bottom: 1px solid #e5e5e5;
}
.job-modal h2 {
  font-size: var(--fs40);
  color: #000;
  line-height: 0.48rem;
  font-family: "medium";
}
.job-modal .caption {
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  margin-bottom: 0.15rem;
  line-height: 0.36rem;
}
.job-modal .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.34rem;
}
.job-modal .content:last-child {
  margin-bottom: 0;
}
.job-modal .main {
  height: 4rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.job-modal .main::-webkit-scrollbar {
  width: 2px;
}
.job-modal .main::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.job-modal .main::-webkit-scrollbar-thumb {
  background-color: #e60012;
}
.job-modal .other {
  font-size: 0;
  margin-top: 0.11rem;
}
.job-modal .other span {
  position: relative;
  font-size: var(--fs16);
  padding-right: 0.14rem;
  margin-right: 0.14rem;
  display: inline-block;
  vertical-align: top;
  color: #666;
  line-height: 24px;
}
.job-modal .other span:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 1px;
  height: 13px;
  background: #666;
}
.job-modal .other span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.job-modal .other span:last-child:after {
  display: none;
}
.job-modal .email {
  padding-top: 0.3rem;
  background-color: #fff;
}
.job-modal .email a {
  display: inline-block;
  font-size: var(--fs16);
  color: #e60012;
  min-width: 3.62rem;
  line-height: 0.5rem;
  background-color: #fff;
  border-radius: 25px;
  text-align: center;
  padding: 0 0.35rem;
  border: solid 2px #e60012;
  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;
}
.job-modal .email a:hover {
  background-color: #e60012;
  color: #fff;
}
.job-modal .close {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0.8rem;
  top: 0.56rem;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/close2.png);
  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;
}
.job-modal .close:hover {
  transform: rotate(90deg);
}
.news-box 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;
}
.news-box li {
  width: 31.64%;
  margin-right: 2.54%;
  margin-top: 2.54%;
  background-color: #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;
  overflow: hidden;
  border-radius: 15px;
}
.news-box li:hover {
  box-shadow: 0px 0px 40px 0px rgba(1, 20, 42, 0.08);
}
.news-box 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);
}
.news-box li:hover h5 {
  color: #e60012;
}
.news-box a {
  display: block;
}
.news-box h5 {
  font-size: var(--fs22);
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-box .info {
  padding: 0.24rem 0.3rem 0.26rem;
}
.news-box .time {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  font-family: "en_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;
}
.news-box .brief {
  font-size: var(--fs15);
  color: #666;
  font-family: "light";
  line-height: 0.28rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.12rem auto 0.27rem;
}
.news-box .pic img {
  height: 2.9rem;
  object-fit: cover;
}
.news-wrapper {
  background-color: #f9f9f9;
}
.news-wrapper .swiper-box {
  margin-bottom: 0.6rem;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
}
.news-wrapper .swiper-box h5 {
  font-size: var(--fs30);
  line-height: 0.36rem;
  height: 0.72rem;
  margin-bottom: 0.22rem;
}
.news-wrapper .swiper-slide: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);
}
.news-wrapper .swiper-slide:hover h5 {
  color: #e60012;
}
.news-wrapper .swiper-slide 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 */
}
.news-wrapper .swiper-slide .pic,
.news-wrapper .swiper-slide h5,
.news-wrapper .swiper-slide .time,
.news-wrapper .swiper-slide .desc {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.news-wrapper .swiper-slide .pic {
  width: 50%;
}
.news-wrapper .swiper-slide .info {
  width: 50%;
  padding: 0.75rem 1rem 0 0.9rem;
}
.news-wrapper .swiper-slide h5,
.news-wrapper .swiper-slide .time,
.news-wrapper .swiper-slide .desc {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.news-wrapper .swiper-slide .time {
  transition-delay: 0.05s;
}
.news-wrapper .swiper-slide .desc {
  transition-delay: 0.1s;
}
.news-wrapper .swiper-slide.swiper-slide-active h5,
.news-wrapper .swiper-slide.swiper-slide-active .time,
.news-wrapper .swiper-slide.swiper-slide-active .desc,
.news-wrapper .swiper-slide.swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.news-wrapper .swiper-slide h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-wrapper .swiper-pagination {
  display: block;
  bottom: 0.6rem;
  font-size: 0;
  padding: 0 0.9rem;
  width: 50%;
  right: 0;
  left: auto;
  text-align: left;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: none;
  background: #d1d1d1;
  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;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e60012;
}
.news-wrapper .news-box h5 {
  -webkit-line-clamp: 2;
  height: 0.6rem;
  margin-bottom: 0.27rem;
}
.news-wrapper .news-box .brief {
  display: none;
}
.news-wrapper h5 {
  color: #000;
  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;
}
.news-wrapper .time {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  font-family: "en_light";
  margin-bottom: 0.11rem;
  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;
}
.news-wrapper .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 72px;
}
.newsinfo-wrapper {
  background-color: #f9f9f9;
}
.newsinfo-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;
}
.newsinfo-wrapper .top {
  margin-bottom: 0.28rem;
}
.newsinfo-wrapper .top h1 {
  font-size: var(--fs40);
  color: #000;
  font-family: "medium";
  line-height: 0.48rem;
}
.newsinfo-wrapper .other {
  font-size: 0;
  margin-top: 0.05rem;
}
.newsinfo-wrapper .other span,
.newsinfo-wrapper .other a {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
}
.newsinfo-wrapper .other span {
  display: inline-block;
  margin-right: 0.24rem;
}
.newsinfo-wrapper .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .left {
  width: 62.5%;
  margin: 0 auto;
}
.newsinfo-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  padding-top: 0.25rem;
  border-top: 1px solid #ededed;
}
.newsinfo-wrapper .right {
  width: 29.3%;
  display: none;
}
.newsinfo-wrapper .right ul {
  list-style-type: none;
}
.newsinfo-wrapper .right .caption {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  font-family: "medium";
  margin-bottom: 0.2rem;
}
.newsinfo-wrapper .right li {
  position: relative;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ececec;
}
.newsinfo-wrapper .right li:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.newsinfo-wrapper .right li:first-child {
  padding-top: 0;
}
.newsinfo-wrapper .right li:last-child {
  border-bottom: none;
}
.newsinfo-wrapper .right li:last-child:after {
  display: none;
}
.newsinfo-wrapper .right li:hover .title {
  color: #e60012;
}
.newsinfo-wrapper .right li:hover:after {
  width: 100%;
}
.newsinfo-wrapper .right .title {
  font-size: var(--fs18);
  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;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsinfo-wrapper .right p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  margin-top: 0.04rem;
}
.newsinfo-wrapper .tips {
  font-size: var(--fs16);
  color: #999;
  display: none;
}
.newsinfo-wrapper .relative-btn {
  margin-top: 0.75rem;
}
.newsinfo-wrapper .link {
  border: solid 1px #e1e1e1;
  margin-bottom: 0.2rem;
  padding: 0.24rem 0.38rem;
  border-top: 2px solid #5f5f5f;
  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;
}
.newsinfo-wrapper .link:hover {
  background-color: #fff;
  border-top-color: #e60012;
}
.newsinfo-wrapper .link:hover a {
  color: #e60012;
}
.newsinfo-wrapper .link:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .link p {
  font-size: var(--fs16);
  color: #000;
  line-height: 24px;
  margin-bottom: 0.05rem;
}
.newsinfo-wrapper .link a,
.newsinfo-wrapper .link span {
  line-height: 24px;
  font-size: var(--fs16);
  color: #666;
}
.newsinfo-wrapper .link a {
  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;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsinfo-wrapper .link span {
  display: inline-block;
}
.goods-wrapper {
  background: #f9f9f9;
}
.goods-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;
}
.goods-wrapper li {
  width: 23.63%;
  margin-right: 1.826%;
  margin-top: 0.6rem;
}
.goods-wrapper li:hover .pic {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.11);
}
.goods-wrapper li:hover p {
  color: #e60012;
}
.goods-wrapper li:hover .icon {
  border-color: #e60012;
  background-color: #e60012;
  background-image: url(../img/iright2.png);
}
.goods-wrapper .pic {
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  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;
}
.goods-wrapper .pic img {
  height: 2.62rem;
  object-fit: contain;
}
.goods-wrapper .info {
  padding: 0.3rem 0 0.2rem;
  border-bottom: 1px solid #ccc;
  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;
}
.goods-wrapper p,
.goods-wrapper .icon {
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
}
.goods-wrapper p {
  font-size: var(--fs20);
  color: #090103;
  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;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 0.2rem;
}
.goods-wrapper .icon {
  background-image: url(../img/iright.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px;
  border-radius: 5px;
  border: 1px solid #ccc;
  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;
}
.breadcrumb {
  font-size: 0;
  width: 100%;
  margin-bottom: 0.14rem;
}
.breadcrumb a,
.breadcrumb i,
.breadcrumb span {
  display: inline-block;
  font-size: var(--fs14);
  color: #999;
  line-height: 0.3rem;
  line-height: 24px;
}
.breadcrumb 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;
}
.breadcrumb a:hover {
  color: #e60012;
}
.breadcrumb i {
  margin: 0 0.06rem;
}
.goodsinfo-wrapper {
  padding-bottom: 1.1rem;
}
.goodsinfo-wrapper .box-1 {
  padding-bottom: 2.1rem;
  background: url(../img/goodsinfobg.jpg) no-repeat center center;
  background-size: cover;
}
.goodsinfo-wrapper .box-1 .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;
  flex-flow: wrap;
  padding-top: 0.36rem;
}
.goodsinfo-wrapper .box-1 .swiper-box {
  width: 50%;
}
.goodsinfo-wrapper .box-1 .swiper-container {
  padding-bottom: 0.12rem;
}
.goodsinfo-wrapper .box-1 h1 {
  font-size: 0.42rem;
  color: #090103;
  font-weight: 700;
  line-height: 0.6rem;
}
.goodsinfo-wrapper .box-1 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin: 0.14rem auto 0.46rem;
}
.goodsinfo-wrapper .box-1 .info-box {
  width: 44.8%;
  padding-top: 0.42rem;
}
.goodsinfo-wrapper .box-1 .swiper-pagination {
  bottom: 0;
  width: 100%;
  font-size: 0;
}
.goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.1rem;
  opacity: 1;
  width: 0.12rem;
  height: 0.12rem;
  border: solid 2px #bfbfbf;
  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;
  background-color: #fff;
}
.goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:focus,
.goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:active,
.goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #e60012;
  background-color: #e60012;
}
.goodsinfo-wrapper .caption {
  font-size: var(--fs24);
  font-weight: 700;
  color: #000000;
  line-height: 0.36rem;
  margin-bottom: 0.24rem;
}
.goodsinfo-wrapper .caption img {
  display: inline-block;
  height: 0.24rem;
  margin-right: 0.1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.goodsinfo-wrapper .label 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;
}
.goodsinfo-wrapper .label li {
  min-width: 1.1rem;
  line-height: 0.45rem;
  background-color: #ffffff;
  border-radius: 23px;
  padding: 0 0.18rem;
  text-align: center;
  font-size: var(--fs16);
  color: #666;
  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;
  cursor: default;
  margin-right: 0.15rem;
  margin-bottom: 0.15rem;
}
.goodsinfo-wrapper .label li:last-child {
  margin-right: 0;
}
.goodsinfo-wrapper .label li:hover {
  color: #fff;
  background-color: #e60012;
}
.goodsinfo-wrapper .consult {
  display: inline-block;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background-color: #e60012;
  text-align: center;
  border-radius: 25px;
  padding: 0 0.2rem;
  font-size: var(--fs16);
  color: #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;
  margin-top: 0.65rem;
}
.goodsinfo-wrapper .consult:hover {
  box-shadow: 0 2px 30px rgba(230, 0, 18, 0.2);
}
.goodsinfo-wrapper .box-2 tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.goodsinfo-wrapper .box-2 td {
  padding: 0.25rem 0.2rem 0.25rem 0.4rem;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.goodsinfo-wrapper .box-2 td:first-child {
  color: #000;
  font-family: "medium";
  width: 2rem;
}
.goodsinfo-wrapper .box-3 .swiper-container-initialized {
  padding: 0 0.3rem 0.6rem;
  margin: 0 -0.3rem;
}
.goodsinfo-wrapper .box-3 .swiper-slide {
  width: 31.38%;
  margin-right: 2.93%;
}
.goodsinfo-wrapper .box-3 .swiper-slide:hover .pic {
  border-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.11);
}
.goodsinfo-wrapper .box-3 .swiper-slide:hover p {
  color: #e60012;
}
.goodsinfo-wrapper .box-3 .swiper-slide:hover .icon {
  border-color: #e60012;
  background-color: #e60012;
  background-image: url(../img/iright2.png);
}
.goodsinfo-wrapper .box-3 .pic {
  background-color: #fff;
  overflow: hidden;
  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-radius: 10px;
  border: solid 1px #e5e5e5;
}
.goodsinfo-wrapper .box-3 .pic img {
  height: 3.75rem;
}
.goodsinfo-wrapper .box-3 .info {
  padding: 0.3rem 0 0.2rem;
  border-bottom: 1px solid #ccc;
  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;
}
.goodsinfo-wrapper .box-3 p,
.goodsinfo-wrapper .box-3 .icon {
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
}
.goodsinfo-wrapper .box-3 p {
  font-size: var(--fs24);
  color: #090103;
  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;
  flex: 1;
  font-family: "medium";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 0.2rem;
}
.goodsinfo-wrapper .box-3 .icon {
  background-image: url(../img/iright.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px;
  border-radius: 5px;
  border: 1px solid #ccc;
  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;
}
.goodsinfo-wrapper table {
  width: 100%;
}
.smartMade-wrapper {
  padding-top: 0!important;
}
.smartMade-wrapper.npb {
  padding-bottom: 0!important;
}
.smartMade-wrapper.smartCar .box-1 .item > ul > li:first-child,
.smartMade-wrapper.solution .box-1 .item > ul > li:first-child {
  left: 51.5%;
  top: 34.6%;
}
.smartMade-wrapper.smartCar .box-1 .item > ul > li:nth-child(2),
.smartMade-wrapper.solution .box-1 .item > ul > li:nth-child(2) {
  left: 39.6%;
  top: 47%;
}
.smartMade-wrapper.smartCar .box-1 .item > ul > li:nth-child(3),
.smartMade-wrapper.solution .box-1 .item > ul > li:nth-child(3) {
  left: 47.3%;
  top: 48%;
}
.smartMade-wrapper.smartCar .box .item.yukong > ul > li:first-child {
  left: 35%;
  top: 37%;
}
.smartMade-wrapper.smartCar .box .item.yukong > ul > li:first-child a {
  left: auto;
  right: 0;
  padding: 0 0.38rem 0 0.15rem;
}
.smartMade-wrapper.smartCar .box .item.yukong > ul > li:nth-child(2) {
  left: 51.5%;
  top: 39.6%;
}
.smartMade-wrapper.smartCar .box .item.yukong > ul > li:nth-child(3) {
  left: 44.3%;
  top: 52%;
}
.smartMade-wrapper.smartCar .box .item.tongxun > ul > li:first-child {
  left: 59%;
  top: 14%;
}
.smartMade-wrapper.smartCar .box .item.tongxun > ul > li:nth-child(2) {
  left: 37.5%;
  top: 37%;
}
.smartMade-wrapper.smartCar .box .item.tongxun > ul > li:nth-child(3) {
  left: 41.3%;
  top: 42%;
}
.smartMade-wrapper.smartCar .box .item.shijue > ul > li:first-child {
  left: 22%;
  top: 60%;
}
.smartMade-wrapper.smartCar .box .item.shijue > ul > li:nth-child(2) {
  left: 36.6%;
  top: 41%;
}
.smartMade-wrapper.smartCar .box .item.shijue > ul > li:nth-child(3) {
  left: 46%;
  top: 19%;
}
.smartMade-wrapper.smartCar .box .item.shijue > ul > li:nth-child(4) {
  left: 49%;
  top: 25%;
}
.smartMade-wrapper.smartCar .box .item.shijue > ul > li:nth-child(5) {
  left: 73%;
  top: 19%;
}
.smartMade-wrapper.solution .box .item.wangyueche > ul > li:first-child {
  left: 50%;
  top: 25%;
}
.smartMade-wrapper.solution .box .item.wangyueche > ul > li:nth-child(2) {
  left: 71%;
  top: 39%;
}
.smartMade-wrapper.solution .box .item.wangyueche > ul > li:nth-child(3) {
  left: 54.5%;
  top: 46%;
}
.smartMade-wrapper.solution .box .item.wangyueche > ul > li:nth-child(4) {
  left: 55.3%;
  top: 52%;
}
.smartMade-wrapper.solution .box .item.fengkong > ul > li:first-child {
  left: 39%;
  top: 41.4%;
}
.smartMade-wrapper.solution .box .item.fengkong > ul > li:nth-child(2) {
  left: 53.3%;
  top: 53%;
}
.smartMade-wrapper.solution .box .item.fengkong > ul > li:nth-child(3) {
  left: 63.5%;
  top: 31.6%;
}
.smartMade-wrapper.solution .box .item.huanbao > ul > li:first-child {
  left: 43.6%;
  top: 27%;
}
.smartMade-wrapper.solution .box .item.huanbao > ul > li:nth-child(2) {
  left: 43.6%;
  top: 35%;
}
.smartMade-wrapper.solution .box .item.huanbao > ul > li:nth-child(3) {
  left: 42.6%;
  top: 43%;
}
.smartMade-wrapper.solution .box .item.huanbao > ul > li:nth-child(4) {
  left: 59%;
  top: 29.6%;
}
.smartMade-wrapper.solution .box .item.huanbao > ul > li:nth-child(5) {
  left: 54.5%;
  top: 38%;
}
.smartMade-wrapper.solution .box .item.chaiyou > ul > li:first-child {
  left: 65.4%;
  top: 55%;
}
.smartMade-wrapper.solution .box .item.chaiyou > ul > li:nth-child(2) {
  left: 37.2%;
  top: 60.6%;
}
.smartMade-wrapper.solution .box .item.chaiyou > ul > li:nth-child(2) a {
  left: auto;
  right: 0;
  padding: 0 0.38rem 0 0.15rem;
}
.smartMade-wrapper.solution .box .item.nongye > ul > li:first-child {
  left: 39.6%;
  top: 16%;
}
.smartMade-wrapper.solution .box .item.nongye > ul > li:first-child a {
  min-width: 0.7rem;
}
.smartMade-wrapper.solution .box .item.nongye > ul > li:nth-child(2) {
  left: 41.2%;
  top: 31%;
}
.smartMade-wrapper.solution .box .item.nongye > ul > li:nth-child(3) {
  left: 46.6%;
  top: 43%;
}
.smartMade-wrapper.solution .box .item.nongye > ul > li:nth-child(4) {
  left: 53%;
  top: 21.6%;
}
.smartMade-wrapper.solution .box .item.nongye > ul > li:nth-child(5) {
  left: 73.5%;
  top: 43%;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li a {
  min-width: 0.8rem;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:first-child {
  left: 31%;
  top: 40%;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:first-child a {
  left: auto;
  right: 0;
  padding: 0 0.38rem 0 0.15rem;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:nth-child(2) {
  left: 45.5%;
  top: 50%;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:nth-child(2) a {
  left: auto;
  right: 0;
  padding: 0 0.38rem 0 0.15rem;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:nth-child(3) {
  left: 46%;
  top: 31%;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:nth-child(3) a {
  left: auto;
  right: 0;
  padding: 0 0.38rem 0 0.15rem;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:nth-child(4) {
  left: 66%;
  top: 29.6%;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:nth-child(5) {
  left: 65.6%;
  top: 35%;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:nth-child(5) a {
  left: auto;
  right: 0;
  padding: 0 0.38rem 0 0.15rem;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:nth-child(6) {
  left: 67.5%;
  top: 36%;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:nth-child(7) {
  left: 61%;
  top: 42.7%;
}
.smartMade-wrapper.solution .box .item.anquan > ul > li:nth-child(7) a {
  left: auto;
  right: 0;
  padding: 0 0.38rem 0 0.15rem;
}
.smartMade-wrapper .box .item.qiche > ul > li:first-child {
  left: 36%;
  top: 41%;
}
.smartMade-wrapper .box .item.qiche > ul > li:nth-child(2) {
  left: 39.5%;
  top: 45.6%;
}
.smartMade-wrapper .box .item.qiche > ul > li:nth-child(3) {
  left: 20.3%;
  top: 59%;
}
.smartMade-wrapper .box .item.qiche > ul > li:nth-child(4) {
  left: 44.3%;
  top: 53%;
}
.smartMade-wrapper .box .item.qiche > ul > li:nth-child(5) {
  left: 72.3%;
  top: 19%;
}
.smartMade-wrapper .box .item.dianzi > ul > li:first-child {
  left: 20%;
  top: 76%;
}
.smartMade-wrapper .box .item.dianzi > ul > li:nth-child(2) {
  left: 34.5%;
  top: 67.6%;
}
.smartMade-wrapper .box .item.dianzi > ul > li:nth-child(3) {
  left: 29%;
  top: 42.5%;
}
.smartMade-wrapper .box .item.dianzi > ul > li:nth-child(3) a {
  left: auto;
  right: 0;
  padding: 0 0.38rem 0 0.15rem;
}
.smartMade-wrapper .box .item.dianzi > ul > li:nth-child(4) {
  left: 32%;
  top: 36.3%;
}
.smartMade-wrapper .box .item.dianzi > ul > li:nth-child(5) {
  left: 36.3%;
  top: 44%;
}
.smartMade-wrapper .box .item.dianzi > ul > li:nth-child(6) {
  left: 49%;
  top: 68%;
}
.smartMade-wrapper .box .item.dianzi > ul > li:nth-child(7) {
  left: 66%;
  top: 62%;
}
.smartMade-wrapper .box .item.dianzi > ul > li:nth-child(8) {
  left: 77.6%;
  top: 56%;
}
.smartMade-wrapper .box .item.dianzi > ul > li:nth-child(9) {
  left: 20%;
  top: 68%;
}
.smartMade-wrapper .box-1 {
  position: relative;
  padding-bottom: 0!important;
}
.smartMade-wrapper .box-1 .brief {
  font-size: var(--fs16);
  color: #666;
  text-align: center;
  width: 10.3rem;
  margin: 0 auto;
  line-height: 0.3rem;
}
.smartMade-wrapper .box-1 .top {
  margin-bottom: 0.45rem;
}
.smartMade-wrapper .box-1 .main {
  position: relative;
}
.smartMade-wrapper .box-1 .item {
  position: relative;
  display: none;
}
.smartMade-wrapper .box-1 .item.on {
  display: block;
  animation: fadeIn 1s ease;
}
.smartMade-wrapper .box-1 .item.on > ul > li {
  opacity: 1;
  visibility: visible;
  animation: zoomIn 0.8s ease;
}
.smartMade-wrapper .box-1 .item > ul > li {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  list-style-type: none;
  z-index: 5;
}
.smartMade-wrapper .box-1 .item > ul > li.on a {
  opacity: 1;
  visibility: visible;
}
.smartMade-wrapper .box-1 .item > ul > li.on a:before {
  width: 100%;
}
.smartMade-wrapper .box-1 .item > ul > li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  min-width: 1.12rem;
  color: #2c2c2c;
  font-size: var(--fs16);
  line-height: 0.36rem;
  height: 0.36rem;
  padding: 0 0.2rem 0 0.38rem;
  white-space: nowrap;
  border-radius: 18px;
  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;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.smartMade-wrapper .box-1 .item > ul > li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 18px;
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}
.smartMade-wrapper .box-1 .swiper-item {
  display: none;
}
.smartMade-wrapper .box-1 .swiper-item.on {
  display: block;
  animation: fadeIn 1s ease;
}
.smartMade-wrapper .box-1 .icon {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  position: relative;
}
.smartMade-wrapper .box-1 .icon:before,
.smartMade-wrapper .box-1 .icon:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.3);
}
.smartMade-wrapper .box-1 .icon:before {
  animation: iconAni 3s 0.75s infinite ease;
}
.smartMade-wrapper .box-1 .icon:after {
  animation: iconAni 3s 1.5s infinite ease;
}
.smartMade-wrapper .box-1 .icon div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.smartMade-wrapper .box-1 .icon div:before {
  content: "";
  width: 100%;
  background: #e60012 url(../img/plus.png) no-repeat center center;
  background-size: 8px;
  border-radius: 50%;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 5px;
  top: 5px;
  z-index: 10;
}
.smartMade-wrapper .cat-box {
  position: absolute;
  top: 30%;
  z-index: 10;
  width: 1.7rem;
  margin-left: 0.23rem;
}
.smartMade-wrapper .cat-box.on {
  position: sticky;
}
.smartMade-wrapper .cat-box:before {
  content: "";
  width: 1px;
  height: calc(100% - 16px);
  background-color: #e60012;
  position: absolute;
  left: 0.06rem;
  top: 8px;
  z-index: 1;
}
.smartMade-wrapper .cat-box a {
  position: relative;
  display: block;
  font-size: var(--fs14);
  color: #666;
  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;
  margin-bottom: 0.4rem;
  padding-left: 0.22rem;
}
.smartMade-wrapper .cat-box a:last-child {
  margin-bottom: 0;
}
.smartMade-wrapper .cat-box a:before,
.smartMade-wrapper .cat-box a:after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 10;
  border-radius: 50%;
}
.smartMade-wrapper .cat-box a:before {
  left: 0;
  width: 0.13rem;
  height: 0.13rem;
  border: 1px solid #e60012;
  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;
  transform: translateY(-50%) scale(0.56);
  -webkit-transform: translateY(-50%) scale(0.56);
  opacity: 0;
  visibility: hidden;
}
.smartMade-wrapper .cat-box a:after {
  background-color: #e60012;
  width: 0.07rem;
  height: 0.07rem;
  left: 0.03rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.smartMade-wrapper .cat-box a.on {
  color: #e60012;
}
.smartMade-wrapper .cat-box a.on:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
}
.smartMade-wrapper .box-2.four li,
.smartMade-wrapper .box-3.four li {
  width: 23.44%;
  margin-right: 2.08%;
  margin-top: 2.08%;
}
.smartMade-wrapper .box-2 ul,
.smartMade-wrapper .box-3 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;
}
.smartMade-wrapper .box-2 li,
.smartMade-wrapper .box-3 li {
  width: 32.03%;
  margin-right: 1.955%;
  margin-top: 1.955%;
}
.smartMade-wrapper .box-2 h6,
.smartMade-wrapper .box-3 h6 {
  font-size: var(--fs20);
  line-height: 0.3rem;
  font-family: "medium";
}
.smartMade-wrapper .box-2 li:hover .pic:before {
  background-image: url(../img/s-shadow2.png);
}
.smartMade-wrapper .box-2 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);
}
.smartMade-wrapper .box-2 li:hover .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.smartMade-wrapper .box-2 li:hover > h6 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.05rem);
  -webkit-transform: translateY(-0.05rem);
  -moz-transform: translateY(-0.05rem);
  -ms-transform: translateY(-0.05rem);
  -o-transform: translateY(-0.05rem);
}
.smartMade-wrapper .box-2 li > h6 {
  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;
}
.smartMade-wrapper .box-2 .pic {
  position: relative;
}
.smartMade-wrapper .box-2 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/s-shadow.png);
  background-position: center bottom;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  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;
}
.smartMade-wrapper .box-2 .pic img {
  height: 4.2rem;
  object-fit: cover;
}
.smartMade-wrapper .box-2 li > h6,
.smartMade-wrapper .box-2 .info {
  position: absolute;
  left: 0;
  bottom: 0.24rem;
  z-index: 10;
  width: 100%;
  padding: 0 0.3rem;
}
.smartMade-wrapper .box-2 .info {
  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);
  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;
}
.smartMade-wrapper .box-2 h6 {
  color: #fff;
}
.smartMade-wrapper .box-2 p {
  font-size: var(--fs14);
  color: #fff;
  line-height: 24px;
  margin-top: 0.1rem;
}
.smartMade-wrapper .box-3 {
  background: #f7f7f7;
}
.smartMade-wrapper .box-3.four p {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.smartMade-wrapper .box-3 .swiper-container-initialized .swiper-wrapper {
  padding-bottom: 0.6rem;
}
.smartMade-wrapper .box-3 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;
}
.smartMade-wrapper .box-3 li {
  background-color: #ffffff;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  padding: 0.6rem 0.88rem 0.42rem;
}
.smartMade-wrapper .box-3 li:hover .icon {
  transform: rotateY(180deg);
}
.smartMade-wrapper .box-3 .noSwiper .swiper-slide {
  margin-right: 1.306%;
}
.smartMade-wrapper .box-3 .noSwiper .swiper-slide:last-child {
  margin-right: 0;
}
.smartMade-wrapper .box-3 .swiper-slide {
  width: 24.02%;
  padding: 0.47rem 0.56rem;
  border-radius: 0.2rem;
  overflow: hidden;
  height: auto;
  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;
}
.smartMade-wrapper .box-3 .swiper-slide:hover {
  background: #fff;
}
.smartMade-wrapper .box-3 .swiper-slide:hover .circle {
  opacity: 1;
}
.smartMade-wrapper .box-3 .swiper-slide:hover .circle:before {
  animation: kusan 2s infinite ease;
  -webkit-animation: kusan 2s infinite ease;
}
.smartMade-wrapper .box-3 .swiper-slide:hover .circle:after {
  animation: kusan2 1.5s infinite ease;
  -webkit-animation: kusan2 1.5s infinite ease;
}
.smartMade-wrapper .box-3 .icon {
  height: 0.5rem;
  display: block;
  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;
}
.smartMade-wrapper .box-3 h6 {
  color: #1c1d25;
  margin: 0.3rem auto 0.12rem;
}
.smartMade-wrapper .box-3 .brief {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  min-height: 72px;
}
.smartMade-wrapper .box-3 .circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: -35px;
  right: -30px;
  transition: all 0.36s;
}
.smartMade-wrapper .box-3 .circle:after {
  content: "";
  width: 130%;
  height: 130%;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgba(230, 0, 18, 0.059);
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smartMade-wrapper .box-3 .circle:before {
  content: "";
  width: 173%;
  height: 173%;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgba(230, 0, 18, 0.031);
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.smartMade-wrapper .box-4 .noSwiper .swiper-container,
.smartMade-wrapper .box-4 .noSwiper .swiper-wrapper {
  overflow: inherit;
}
.smartMade-wrapper .box-4 .swiper-container-initialized.swiper-container {
  padding: 0 0.3rem 0.6rem;
  margin: 0 -0.3rem;
}
.smartMade-wrapper .box-4 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;
}
.smartMade-wrapper .box-4 li,
.smartMade-wrapper .box-4 .swiper-slide {
  position: relative;
  z-index: 1;
  width: 18.22%;
  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-right: 2.225%;
  margin-top: 2.225%;
}
.smartMade-wrapper .box-4 li:hover,
.smartMade-wrapper .box-4 .swiper-slide:hover {
  z-index: 2;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.11);
}
.smartMade-wrapper .box-4 li:hover img,
.smartMade-wrapper .box-4 .swiper-slide: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);
}
.smartMade-wrapper .box-4 li img,
.smartMade-wrapper .box-4 .swiper-slide img {
  height: 1.5rem;
  object-fit: contain;
}
.smartMade-wrapper .swiper-box {
  position: absolute;
  width: 21.98%;
  right: calc((100% - 15.36rem) / 2);
  top: 19.5%;
  z-index: 10;
  border-top: solid #e60012 0.1rem;
  background: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 2s 0.5s;
  -o-transition: all 2s 0.5s;
  transition: all 2s 0.5s;
  padding: 0.65rem 0.22rem 0.46rem;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  opacity: 0;
  visibility: hidden;
}
.smartMade-wrapper .swiper-box.on {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.smartMade-wrapper .swiper-box .swiper-slide-active .ani {
  display: block;
}
.smartMade-wrapper .swiper-box .ani {
  display: none;
}
.smartMade-wrapper .swiper-box .swiper-slide: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);
}
.smartMade-wrapper .swiper-box .swiper-slide:hover .title {
  color: #e60012;
}
.smartMade-wrapper .swiper-box .pic {
  width: 68.96%;
  margin: 0 auto 0.52rem;
}
.smartMade-wrapper .swiper-box .pic img {
  height: 1.5rem;
  object-fit: contain;
}
.smartMade-wrapper .swiper-box .title {
  font-size: var(--fs18);
  font-family: "medium";
  line-height: 0.3rem;
  margin-bottom: 0.04rem;
  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;
}
.smartMade-wrapper .swiper-box .desc,
.smartMade-wrapper .swiper-box .desc li {
  font-size: var(--fs14);
  color: #666;
  line-height: 0.3rem;
}
.smartMade-wrapper .swiper-box .desc {
  height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 0.3rem;
}
.smartMade-wrapper .swiper-box .desc li {
  list-style-type: none;
  position: relative;
  padding-left: 0.14rem;
}
.smartMade-wrapper .swiper-box .desc li:before {
  content: "";
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: calc((.3rem - 4px) / 2);
  z-index: 10;
}
.smartMade-wrapper .swiper-box .return {
  display: block;
  width: 1.98rem;
  line-height: 0.48rem;
  font-size: var(--fs16);
  color: #fff;
  text-align: center;
  background: #e60012;
  border-radius: 3px;
  margin: 0 auto;
  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;
}
.smartMade-wrapper .swiper-box .return:hover {
  box-shadow: 0 5px 30px rgba(230, 0, 18, 0.3);
}
.smartMade-wrapper .swiper-box .return i {
  display: inline-block;
  margin-right: 0.1rem;
  width: 16px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/return.png);
}
.smartMade-wrapper .swiper-box .swiper-btn {
  width: 12px;
  height: 26px;
  top: 1.2rem;
  transform: translateY(0);
}
.smartMade-wrapper .swiper-box .prev {
  left: 0.3rem;
  background-image: url(../img/c_prev2.png);
}
.smartMade-wrapper .swiper-box .next {
  right: 0.3rem;
  background-image: url(../img/c_next2.png);
}
.smartMade-wrapper .box-5 .swiper-container-initialized .swiper-wrapper {
  padding-bottom: 0.6rem;
}
.smartMade-wrapper .box-5 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;
}
.smartMade-wrapper .box-5 li {
  position: relative;
  width: 32.03%;
  margin-right: 1.955%;
  margin-top: 1.955%;
}
.smartMade-wrapper .box-5 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);
}
.smartMade-wrapper .box-5 .swiper-slide {
  width: 32.03%;
  margin-right: 1.955%;
}
.smartMade-wrapper .box-5 .swiper-slide:last-child {
  margin-right: 0;
}
.smartMade-wrapper .box-5 .swiper-slide: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);
}
.smartMade-wrapper .box-5 .pic {
  position: relative;
}
.smartMade-wrapper .box-5 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/s-shadow4.png);
  background-position: center bottom;
  background-repeat: repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  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;
}
.smartMade-wrapper .box-5 .pic img {
  height: 3.2rem;
  object-fit: cover;
}
.smartMade-wrapper .box-5 p {
  position: absolute;
  left: 0;
  bottom: 0.24rem;
  z-index: 10;
  width: 100%;
  font-size: var(--fs22);
  color: #fff;
  padding: 0 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@keyframes kusan {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 173%;
    height: 173%;
  }
}
@keyframes kusan2 {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 130%;
    height: 130%;
  }
}
.sidebar {
  position: absolute;
  left: 0.23rem;
  bottom: 21%;
  z-index: 20;
}
.sidebar a {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(183, 183, 183, 0.39);
  border-radius: 8px;
  margin-bottom: 0.2rem;
  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;
}
.sidebar a:last-child {
  margin-bottom: 0;
}
.sidebar a:hover img {
  transform: rotateY(180deg);
}
.sidebar .inner {
  width: 100%;
  text-align: center;
}
.sidebar img {
  width: 0.4rem;
  display: block;
  margin: 0 auto;
  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;
}
.sidebar p {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  margin-top: 0.16rem;
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 31;
  display: none;
}
.modal .box {
  width: 90%;
  height: 100%;
  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;
  margin: 0 auto;
}
.modal .inner {
  position: relative;
  width: 100%;
  padding: 0.8rem 1rem 0.4rem;
  background: #fff;
  overflow: hidden;
}
.modal .top {
  text-align: center;
  margin-bottom: 0.44rem;
}
.modal .close {
  width: 0.52rem;
  height: 0.52rem;
  background-color: #fff;
  border: solid 2px #ece8e8;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  background-image: url(../img/close3.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;
  background-size: 14px;
}
.modal .close:hover {
  border-color: #e60012;
}
.cloud-modal .main {
  position: relative;
}
.cloud-modal .main ul {
  position: absolute;
  left: 0;
  top: -0.55rem;
  z-index: 9;
  width: 100%;
  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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.cloud-modal .main li {
  width: 50%;
  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;
  margin-top: 0.5rem;
  width: 4rem;
}
.cloud-modal .main li:nth-child(-n+2) {
  margin-top: 0;
}
.cloud-modal .main li:nth-child(odd) {
  flex-direction: row-reverse;
  margin-right: calc(100% - 8rem);
}
.cloud-modal .main li:nth-child(odd) p {
  margin-right: 0.18rem;
  text-align: right;
}
.cloud-modal .main li:nth-child(even) p {
  margin-left: 0.18rem;
}
.cloud-modal .main li:hover img {
  transform: rotateY(180deg);
}
.cloud-modal .main li img {
  width: 0.8rem;
  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;
}
.cloud-modal .top {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.cloud-modal .pic {
  position: relative;
  z-index: 11;
  width: 39.39%;
  margin-left: auto;
  margin-right: auto;
}
.cloud-modal .pic video {
  width: 100%;
}
.cloud-modal .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
}
.cloud-modal p {
  font-size: var(--fs18);
  color: #1c1d25;
  line-height: 0.3rem;
  font-family: "medium";
  flex: 1;
}
.cloud-modal .video {
  background: url(../img/pc.png) no-repeat center top;
  background-size: 100%;
  height: 5.23rem;
}
.cloud-modal .video video {
  width: calc(100% - .26rem);
  height: 3.3rem;
  object-fit: cover;
  margin: 0 auto;
  position: relative;
  top: 0.16rem;
}
.application-modal .main 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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.application-modal .main li {
  width: 30%;
  text-align: center;
}
.application-modal .pic {
  width: 50.1%;
  margin: 0 auto;
  overflow: inherit;
}
.application-modal .pic img {
  -webkit-box-reflect: below 2px -webkit-linear-gradient(transparent, transparent 96%, rgba(0, 0, 0, 0.15));
}
.application-modal .info {
  padding: 0.32rem 0.82rem 0;
}
.application-modal .title {
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  line-height: 0.36rem;
}
.application-modal p {
  font-size: var(--fs14);
  color: #666;
  line-height: 24px;
  margin-top: 0.1rem;
}
.data 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 */
}
.data li {
  text-align: center;
}
.data .num {
  color: #fff;
}
.data .num span {
  font-family: "mm";
  height: 0.5rem;
  line-height: 0.5rem;
  display: inline-block;
  font-size: 0.6rem;
  margin-right: 0.14rem;
}
.data .num em {
  position: relative;
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  display: inline-block;
}
.data .num em i {
  position: absolute;
  left: 0;
  top: -0.2rem;
  z-index: 1;
}
.data .num > i {
  vertical-align: top;
  position: relative;
  top: 4px;
}
.data .num i {
  font-size: 0;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/plus2.png);
}
.data p {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.11rem;
}
.about-wrapper {
  padding-bottom: 0!important;
}
.about-wrapper .box-1 .info {
  width: 34.58%;
  margin-left: calc((100% - 15.36rem) / 2);
}
.about-wrapper .box-1 .main {
  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;
}
.about-wrapper .box-1 .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  height: 4.86rem;
  overflow-y: auto;
  padding-right: 0.48rem;
}
.about-wrapper .box-1 .content::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.about-wrapper .box-1 .content::-webkit-scrollbar-track {
  background-color: #e2e5ea;
}
.about-wrapper .box-1 .content::-webkit-scrollbar-thumb {
  background-color: #e60012;
}
.about-wrapper .box-1 .pic {
  width: 50%;
}
.about-wrapper .box-1 video {
  width: 100%;
}
.about-wrapper .box-2 {
  min-height: 4rem;
  background: url(../img/about2bg.jpg) fixed no-repeat center center;
  background-size: cover;
  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;
}
.about-wrapper .box-2 li {
  width: 20%;
}
.about-wrapper .box-3 {
  background: url(../img/about3bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.about-wrapper .box-3 .box-container {
  padding-bottom: 0.8rem;
}
.about-wrapper .box-3 .list 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;
}
.about-wrapper .box-3 .list li {
  width: 31.38%;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-right: 2.93%;
  margin-top: 2.93%;
  text-align: center;
  padding: 0.9rem 0.4rem 0.4rem;
}
.about-wrapper .box-3 .list li:hover img {
  transform: rotateY(180deg);
}
.about-wrapper .box-3 .list li img {
  height: 0.6rem;
  display: block;
  margin: 0 auto;
  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;
}
.about-wrapper .box-3 .list li .line {
  width: 32px;
  height: 3px;
  background-color: #e60012;
  border-radius: 2px;
  margin: 0 auto;
}
.about-wrapper .box-3 .title {
  font-size: var(--fs30);
  color: #1c1d25;
  line-height: 0.36rem;
  margin: 0.3rem auto 0.15rem;
}
.about-wrapper .box-3 .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 24px;
  margin-top: 0.36rem;
}
.about-wrapper .box-4 {
  background: url(../img/about4bg.jpg) no-repeat center bottom;
  background-size: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 4.45rem;
}
.about-wrapper .box-4 .page-title-box {
  margin-bottom: 1.43rem;
}
.about-wrapper .box-4 .swiper-slide {
  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;
  position: relative;
}
.about-wrapper .box-4 .swiper-slide:after {
  content: "";
  width: 1px;
  height: 0.96rem;
  background: #dadada;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 10;
  margin-top: -0.48rem;
}
.about-wrapper .box-4 .swiper-slide-active .year,
.about-wrapper .box-4 .swiper-slide-active .desc {
  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 .year,
.about-wrapper .box-4 .desc {
  width: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition-delay: 0.3s;
}
.about-wrapper .box-4 .year {
  font-size: 1.2rem;
  color: #e60012;
  line-height: 1rem;
  font-weight: 700;
  text-align: right;
  padding-right: 1.1rem;
  transform: translateX(0.5rem);
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
}
.about-wrapper .box-4 .desc,
.about-wrapper .box-4 .desc li {
  font-size: 18px;
  line-height: 0.36rem;
  color: #666;
}
.about-wrapper .box-4 .desc {
  transform: translateX(-0.5rem);
  -webkit-transform: translateX(-0.5rem);
  -moz-transform: translateX(-0.5rem);
  -ms-transform: translateX(-0.5rem);
  -o-transform: translateX(-0.5rem);
  padding-left: 1.2rem;
}
.about-wrapper .box-4 .desc li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}
.about-wrapper .box-4 .desc li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ed2224;
  position: absolute;
  left: 0;
  top: calc((.36rem - 6px) / 2);
  z-index: 10;
  border-radius: 50%;
}
.about-wrapper .box-5 {
  position: relative;
}
.about-wrapper .box-5 .page-title-box {
  margin-bottom: 0.6rem;
}
.about-wrapper .box-5 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.about-wrapper .box-5 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 */
  justify-content: center;
  align-items: flex-start;
}
.about-wrapper .box-5 li {
  position: relative;
  width: 1.15rem;
  height: 1.15rem;
  margin-right: 0.34rem;
}
.about-wrapper .box-5 li:last-child {
  margin-right: 0;
}
.about-wrapper .box-5 li:nth-child(even) {
  margin-top: 0.68rem;
}
.about-wrapper .box-5 li:nth-child(even) .inner {
  animation: circleTranslateY2 3s linear infinite;
}
.about-wrapper .box-5 li:nth-child(odd) .inner {
  animation: circleTranslateY3 3s linear infinite;
}
.about-wrapper .box-5 .inner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #e60012 0%, #e54a57 100%);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 30px 0px rgba(230, 0, 18, 0.26);
  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.2rem;
  border-radius: 50%;
}
.about-wrapper .box-5 .inner:before,
.about-wrapper .box-5 .inner:after {
  content: "";
  width: calc(100% + .18rem);
  height: calc(100% + .18rem);
  position: absolute;
  left: -0.09rem;
  top: -0.09rem;
  z-index: 1;
  border-radius: 50%;
}
.about-wrapper .box-5 .inner:before {
  background: url(../img/circle.png) no-repeat center center;
  background-size: 100% 100%;
}
.about-wrapper .box-5 .inner:after {
  box-shadow: 0px 0px 30px 0px rgba(230, 0, 18, 0.26);
  opacity: 0.11;
}
.about-wrapper .box-5 .title {
  width: 100%;
  font-size: var(--fs18);
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.about-wrapper .box-6 {
  padding-bottom: 0.86rem;
  background: url(../img/about6bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.about-wrapper .box-6 .swiper-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.about-wrapper .box-6 .honor {
  padding-left: calc((100% - 15.36rem) / 2);
}
.about-wrapper .box-6 .honor .swiper-container {
  padding-left: 0.46rem;
}
.about-wrapper .box-6 .honor .swiper-slide img {
  height: 2.8rem;
  object-fit: contain;
}
.about-wrapper .box-6 .certificate {
  margin-top: 0.54rem;
  flex-direction: row-reverse;
  padding-right: calc((100% - 15.36rem) / 2);
}
.about-wrapper .box-6 .certificate .relative-box {
  text-align: right;
}
.about-wrapper .box-6 .certificate .swiper-container {
  padding-right: 0.3rem;
}
.about-wrapper .box-6 .certificate .swiper-container:before {
  bottom: 1px;
  background-image: url(../img/honorbg2.png);
}
.about-wrapper .box-6 .relative-box,
.about-wrapper .box-6 .swiper-container {
  padding-bottom: 0.75rem;
}
.about-wrapper .box-6 .relative-box {
  flex: 1;
}
.about-wrapper .box-6 .swiper-container {
  width: 82.18%;
}
.about-wrapper .box-6 .swiper-container:before {
  content: "";
  width: 100%;
  height: 0.75rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/honorbg.png);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.about-wrapper .box-6 .swiper-slide {
  z-index: 10;
  padding-right: 0.24rem;
}
.about-wrapper .box-6 .swiper-slide:before {
  content: "";
  width: calc(100% - .24rem);
  height: 100%;
  position: absolute;
  right: 0.05rem;
  bottom: 0;
  z-index: 1;
  background: url(../img/h-shadow.png) no-repeat right bottom;
  background-size: cover;
}
.about-wrapper .box-6 .swiper-slide: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);
}
.about-wrapper .box-6 .swiper-slide .pic {
  position: relative;
  z-index: 10;
  padding: 0.08rem;
  border: solid 2px #f2d59e;
  background-color: #fff;
}
.about-wrapper .box-6 .swiper-slide .inner {
  overflow: hidden;
}
.about-wrapper .box-6 .swiper-slide img {
  height: 1.96rem;
  object-fit: contain;
}
.about-wrapper .box-6 .caption {
  font-size: var(--fs42);
  color: #1c1d25;
  line-height: 0.48rem;
  margin-bottom: 0.35rem;
}
.about-wrapper .box-6 .btn-box a {
  display: inline-block;
  position: static;
  transform: none;
  width: 0.54rem;
  height: 0.54rem;
}
.about-wrapper .box-6 .prev {
  margin-right: 0.15rem;
  background-image: url(../img/a-prev.png);
}
.about-wrapper .box-6 .prev:hover {
  background-image: url(../img/a-prev2.png);
}
.about-wrapper .box-6 .next {
  background-image: url(../img/a-next.png);
}
.about-wrapper .box-6 .next:hover {
  background-image: url(../img/a-next2.png);
}
.about-wrapper .box-7 {
  background: url(../img/about7bg.jpg) no-repeat bottom center;
  background-size: cover;
}
.about-wrapper .box-7 .swiper-box {
  position: relative;
}
.about-wrapper .box-7 .swiper-box:after,
.about-wrapper .box-7 .swiper-box:before {
  content: "";
  width: 2.3rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.about-wrapper .box-7 .swiper-box:before {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}
.about-wrapper .box-7 .swiper-box:after {
  right: 0;
  background: linear-gradient(-90deg, #fff, transparent);
}
.about-wrapper .box-7 .swiper-container {
  margin-bottom: 0.24rem;
}
.about-wrapper .box-7 .swiper-container:last-child {
  margin-bottom: 0;
}
.about-wrapper .box-7 .swiper-slide {
  width: 2.88rem;
  background: #fff;
  border: solid 2px #f5f5f5;
}
.about-wrapper .box-7 .swiper-slide:hover .line_t,
.about-wrapper .box-7 .swiper-slide:hover .line_b {
  width: 100%;
}
.about-wrapper .box-7 .swiper-slide:hover .line_r,
.about-wrapper .box-7 .swiper-slide:hover .line_l {
  height: 100%;
}
.about-wrapper .box-7 .pic img {
  height: 1.7rem;
  object-fit: contain;
}
.about-wrapper .box-7 span {
  position: absolute;
  background: #e60012;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-wrapper .box-7 .line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.about-wrapper .box-7 .line_r {
  top: 0;
  right: 0;
  width: 2px;
  height: 0;
}
.about-wrapper .box-7 .line_b {
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
}
.about-wrapper .box-7 .line_l {
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
}
.chain-wrapper .box-1 .content {
  width: 74.6%;
  margin: 0 auto;
  text-align: center;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.chain-wrapper .box-1 .pic {
  height: 5.94rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.chain-wrapper .data {
  position: relative;
}
.chain-wrapper .data ul {
  background-color: #fff;
  border-top: 0.1rem solid #e60012;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.11);
}
.chain-wrapper .data li {
  width: 25%;
}
.chain-wrapper .data .num span {
  color: #e60012;
}
.chain-wrapper .data .num i {
  background-image: url(../img/plus3.png);
}
.chain-wrapper .data em,
.chain-wrapper .data p {
  color: #666;
}
.chain-wrapper .box-2 .swiper-container {
  padding: 0 calc((100% - 15.36rem) / 2);
}
.chain-wrapper .box-2 .swiper-slide {
  width: 4.8rem;
}
.chain-wrapper .box-2 .swiper-slide: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);
}
.chain-wrapper .box-2 .swiper-slide:hover .pic:after {
  background-image: url(../img/c_shadow2.png);
}
.chain-wrapper .box-2 .swiper-slide:hover .desc {
  display: block;
  animation: fadeInUp50 0.35s ease;
}
.chain-wrapper .box-2 .swiper-slide:hover .info {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.chain-wrapper .box-2 .pic {
  position: relative;
}
.chain-wrapper .box-2 .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/c_shadow.png);
  background-repeat: repeat;
  background-size: 100% 100%;
  background-position: left bottom;
  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;
  left: 0;
  top: 0;
  z-index: 10;
}
.chain-wrapper .box-2 .pic img {
  height: 6.4rem;
  object-fit: cover;
}
.chain-wrapper .box-2 .info {
  position: absolute;
  left: 0;
  bottom: 0.36rem;
  z-index: 11;
  width: 100%;
  padding: 0 0.32rem;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  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;
}
.chain-wrapper .box-2 h4 {
  color: #fff;
  font-size: var(--fs30);
  line-height: 0.36rem;
}
.chain-wrapper .box-2 .desc {
  font-size: var(--fs16);
  color: #fff;
  line-height: 24px;
  display: none;
  margin-top: 0.12rem;
}
.chain-wrapper .box-2 .progress {
  margin-top: 0.7rem;
  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;
}
.chain-wrapper .box-2 .progress:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #ebebeb;
}
.chain-wrapper .box-2 .btn {
  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 */
  margin-left: 0.48rem;
}
.chain-wrapper .box-2 .btn a {
  width: 0.48rem;
  height: 0.48rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.2rem;
  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;
}
.chain-wrapper .box-2 .btn a:last-child {
  margin-right: 0;
}
.chain-wrapper .box-2 .prev {
  background-image: url(../img/c_prev3.png);
}
.chain-wrapper .box-2 .prev:hover {
  background-image: url(../img/c_prev4.png);
}
.chain-wrapper .box-2 .next {
  background-image: url(../img/c_next3.png);
}
.chain-wrapper .box-2 .next:hover {
  background-image: url(../img/c_next4.png);
}
.chain-wrapper .box-3 {
  background: url(../img/chainbg.jpg) no-repeat center bottom;
  background-size: cover;
}
.chain-wrapper .box-3 .swiper-box {
  padding: 0 0.5rem;
}
.chain-wrapper .box-3 .swiper-slide {
  width: 19.15%;
}
.chain-wrapper .box-3 .swiper-slide: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);
}
.chain-wrapper .box-3 .swiper-slide:hover p {
  color: #e60012;
}
.chain-wrapper .box-3 .pic {
  position: relative;
}
.chain-wrapper .box-3 .pic img {
  height: 2.88rem;
  object-fit: contain;
}
.chain-wrapper .box-3 .pic:after {
  display: block;
  content: "";
  width: 100%;
  height: 0.43rem;
  background: url(../img/chainbg.png) no-repeat center bottom;
  background-size: 100%;
  margin-top: -5px;
}
.chain-wrapper .box-3 .inner {
  position: relative;
  width: 78.54%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  border: solid 2px #f2d59e;
}
.chain-wrapper .box-3 p {
  font-size: var(--fs16);
  color: #000;
  line-height: 24px;
  text-align: center;
  margin-top: 0.13rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  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;
}
.chain-wrapper .box-3 .swiper-container {
  padding-bottom: 0.7rem;
}
.chain-wrapper .box-3 .swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.chain-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 10px;
  width: 12px;
  height: 12px;
  border: none;
  background: #d1d1d1;
  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;
}
.chain-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:link,
.chain-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:visited,
.chain-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:active,
.chain-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.chain-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.chain-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e60012;
}
.chain-wrapper .box-4 .swiper-slide {
  width: 74.6%;
  background: #fff;
}
.chain-wrapper .box-4 .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.chain-wrapper .box-4 .swiper-slide img {
  opacity: 0.2;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
}
.chain-wrapper .box-4 .swiper-slide img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.chain-wrapper .box-4 .swiper-pagination-progressbar {
  position: relative;
  height: 0.06rem;
  background-color: #e3e3e3;
  width: 74.6%;
  margin: 0 auto;
}
.chain-wrapper .box-4 .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  background-color: #e60012;
}
.chain-wrapper .box-4 .swiper-btn {
  width: 0.16rem;
  height: 0.26rem;
}
.chain-wrapper .box-4 .prev {
  left: 5.85%;
  background-image: url(../img/c_prev.png);
}
.chain-wrapper .box-4 .prev:hover {
  background-image: url(../img/c_prev2.png);
}
.chain-wrapper .box-4 .next {
  right: 5.85%;
  background-image: url(../img/c_next.png);
}
.chain-wrapper .box-4 .next:hover {
  background-image: url(../img/c_next2.png);
}
.swiper-container .page-swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.swiper-container .page-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 6px;
  width: 11px;
  height: 11px;
  border: none;
  border: 2px solid #d6d6d6;
  background: 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;
}
.swiper-container .page-swiper-pagination .swiper-pagination-bullet:link,
.swiper-container .page-swiper-pagination .swiper-pagination-bullet:visited,
.swiper-container .page-swiper-pagination .swiper-pagination-bullet:active,
.swiper-container .page-swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.swiper-container .page-swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper-container .page-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #e60012;
}
@keyframes circleTranslateY {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  25% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  75% {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes circleTranslateY2 {
  0% {
    transform: translateY(16px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(16px);
  }
}
@keyframes circleTranslateY3 {
  0% {
    transform: translateY(-16px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-16px);
  }
}
@keyframes iconAni {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (min-width: 1004px) {
  .about-wrapper .box-3 li:nth-child(-n+3),
  .smartMade-wrapper .box-2.three li:nth-child(-n+3),
  .smartMade-wrapper .box-3.three li:nth-child(-n+3),
  .smartMade-wrapper .box-5 li:nth-child(-n+3),
  .news-box li:nth-child(-n+3),
  .contact-wrapper .box-2 li:nth-child(-n+3) {
    margin-top: 0;
  }
  .about-wrapper .box-3 li:nth-child(3n),
  .smartMade-wrapper .box-2.three li:nth-child(3n),
  .smartMade-wrapper .box-3.three li:nth-child(3n),
  .smartMade-wrapper .box-5 li:nth-child(3n),
  .news-box li:nth-child(3n),
  .contact-wrapper .box-2 li:nth-child(3n) {
    margin-right: 0;
  }
  .smartMade-wrapper .box-4 li:nth-child(-n+5) {
    margin-top: 0;
  }
  .smartMade-wrapper .box-4 li:nth-child(5n) {
    margin-right: 0;
  }
  .smartMade-wrapper .box-2.four li:nth-child(-n+4),
  .smartMade-wrapper .box-3.four li:nth-child(-n+4),
  .goods-wrapper li:nth-child(-n+4) {
    margin-top: 0;
  }
  .smartMade-wrapper .box-2.four li:nth-child(4n),
  .smartMade-wrapper .box-3.four li:nth-child(4n),
  .goods-wrapper li:nth-child(4n) {
    margin-right: 0;
  }
  .goodsinfo-wrapper .box-3 .noSwiper .swiper-container,
  .goodsinfo-wrapper .box-3 .noSwiper .swiper-wrapper {
    overflow: inherit;
  }
  .smartMade-wrapper .cat-box a:hover {
    color: #e60012;
  }
  .smartMade-wrapper .box-1 .item > ul > li:hover {
    z-index: 11;
  }
  .smartMade-wrapper .box-1 .item > ul > li:hover a {
    opacity: 1;
    visibility: visible;
  }
  .smartMade-wrapper .box-1 .item > ul > li:hover a:before {
    width: 100%;
  }
  .smartMade-wrapper .box-1 .item > ul > li:hover .icon:before,
  .smartMade-wrapper .box-1 .item > ul > li:hover .icon:after {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1600px) {
  .padding,
  .page-box {
    padding: 1.1rem 0;
  }
  .mt {
    margin-top: 1rem;
  }
  .padding-xs {
    padding: 0.9rem 0;
  }
  .join-wrapper .box-2 .pic img {
    height: 2.67rem;
  }
  .news-box .pic img {
    height: 2.63rem;
  }
  .goods-wrapper .pic img {
    height: 2.57rem;
  }
  .goodsinfo-wrapper .box-1 {
    padding-bottom: 1.8rem;
  }
  .goodsinfo-wrapper .box-3 .pic img {
    height: 3.4rem;
  }
  .smartMade-wrapper .box-2 .pic img {
    height: 3.78rem;
  }
  .smartMade-wrapper .box-2 p {
    margin-top: 0.04rem;
  }
  .smartMade-wrapper .box-3 li {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
  .smartMade-wrapper .swiper-box {
    right: calc((100% - 14rem) / 2);
  }
  .smartMade-wrapper .box-5 .pic img {
    height: 2.83rem;
  }
  .sidebar a {
    width: 1.1rem;
    height: 1.1rem;
  }
  .modal .inner {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .cloud-modal .top,
  .cloud-modal .pic {
    width: 50%;
  }
  .cloud-modal .pic {
    padding: 0 1rem;
  }
  .cloud-modal .main li img {
    width: 0.7rem;
  }
  .cloud-modal .main li {
    width: 3.6rem;
    margin-top: 0.36rem;
  }
  .modal .inner {
    padding-top: 1rem;
  }
  .about-wrapper .box-6 .certificate {
    padding-right: calc((100% - 14rem) / 2);
  }
  .about-wrapper .box-1 .info {
    margin-left: calc((100% - 14rem) / 2);
  }
  .about-wrapper .box-6 .honor {
    padding-left: calc((100% - 14rem) / 2);
  }
  .about-wrapper .box-7 .pic img {
    height: 1.41rem;
  }
  .about-wrapper .box-6 .swiper-slide img {
    height: 1.64rem;
  }
  .about-wrapper .box-6 .honor .swiper-slide img {
    height: 2.27rem;
  }
  .chain-wrapper .box-1 .content {
    width: 75%;
  }
  .chain-wrapper .box-1 .pic {
    height: 5rem;
  }
  .chain-wrapper .box-2 .swiper-container {
    padding: 0 calc((100% - 14rem) / 2);
  }
  .chain-wrapper .box-2 .pic img {
    height: 5.8rem;
  }
  .application-modal .info {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .index-box-5 .list li a {
    padding: 0.2rem 0;
  }
  .index-box-5 .list .desc {
    margin-top: 0.06rem;
  }
  .chain-wrapper .box-3 .pic img {
    height: 2.42rem;
  }
  .cloud-modal .video video {
    height: 2.4rem;
  }
  .cloud-modal .video {
    height: 4rem;
  }
  .cloud-modal .main ul {
    top: -0.3rem;
  }
  .sidebar p {
    margin-top: 0.1rem;
  }
  .smartMade-wrapper .box .item.qiche > ul > li:first-child {
    left: 37%;
    top: 38%;
  }
  .smartMade-wrapper .box .item.qiche > ul > li:nth-child(3) {
    left: 24.3%;
    top: 54%;
  }
}
@media screen and (max-width: 1440px) {
  .padding,
  .page-box {
    padding: 1rem 0;
  }
  .mt {
    margin-top: 0.9rem;
  }
  .goodsinfo-wrapper .box-1 {
    padding-bottom: 1.5rem;
  }
  .cloud-modal .inner {
    padding-top: 0.8rem;
  }
  .index-box-5 .list li a {
    padding: 0.18rem 0;
  }
  .index-box-5 .list .desc {
    margin-bottom: 0.06rem;
  }
  .cloud-modal .main li img {
    width: 0.64rem;
  }
  .cloud-modal .main li {
    margin-top: 0.3rem;
  }
  .cloud-modal .main ul {
    top: -0.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .goodsinfo-wrapper .box-1 {
    padding-bottom: 1.2rem;
  }
  .index-box-5 .list .desc {
    line-height: 20px;
    height: 40px;
  }
}
@media screen and (max-width: 1004px) {
  .swiper-container .page-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .loading {
    line-height: 0.48rem;
    margin-top: 0.5rem;
  }
  .loading a {
    font-size: var(--fs14);
  }
  .loading i {
    width: 0.36rem;
    height: 0.36rem;
    margin-left: 8px;
  }
  .padding-xs {
    padding: 0.8rem 0;
  }
  .page-title-box p {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-top: 4px;
  }
  .page-title-box .line {
    width: 0.5rem;
    height: 2px;
  }
  .contact-wrapper .box-1 .main {
    display: block;
    padding: 0.6rem 0.4rem;
    border-width: 0.1rem;
  }
  .contact-wrapper .box-1 .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.12rem;
  }
  .contact-wrapper .box-1 .desc {
    line-height: 24px;
  }
  .contact-wrapper .box-1 .item {
    margin-bottom: 0.6rem;
  }
  .contact-wrapper .box-1 .item:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .box-1 .item a {
    font-size: var(--fs14);
    line-height: 20px;
    margin-top: 0.3rem;
  }
  .contact-wrapper .box-1 .item a img {
    margin-right: 0.08rem;
  }
  .contact-wrapper .box-1 ul li {
    width: 1.8rem;
    margin-right: 0.3rem;
  }
  .contact-wrapper .map {
    height: auto;
    margin-top: 0.6rem;
  }
  .contact-wrapper .map img {
    display: block;
    width: 100%;
  }
  .contact-wrapper .box-2 ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding: 0.6rem 0.4rem;
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .box-2 ul li:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .box-2 .icon {
    width: 1rem;
    height: 1rem;
    padding: 0.3rem;
  }
  .contact-wrapper .box-2 h5 {
    line-height: 0.4rem;
    margin-top: 0.36rem;
  }
  .contact-wrapper .box-2 p {
    margin-top: 0.1rem;
  }
  .contact-wrapper .form {
    padding: 0.3rem 0.3rem 0.6rem;
  }
  .contact-wrapper .submit {
    width: 48%;
    line-height: 0.8rem;
    font-size: var(--fs16);
    margin-top: 0.5rem;
  }
  .contact-wrapper .group {
    width: 100%;
    margin-top: 0.3rem;
  }
  .contact-wrapper .group:nth-child(2) {
    margin-top: 0.3rem;
  }
  .contact-wrapper .group .text,
  .contact-wrapper .group .msg {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .contact-wrapper .group .msg {
    height: 120px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    line-height: 0.4rem;
  }
  .contact-wrapper .group .text {
    line-height: 0.8rem;
    height: 0.8rem;
  }
  .join-wrapper .box-1 .page-title-box {
    margin-bottom: 1rem;
  }
  .join-wrapper .box-1 .list li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .join-wrapper .box-1 .list li:last-child {
    margin-bottom: 0;
  }
  .join-wrapper .box-1 .list li:nth-child(even) {
    margin-top: 0;
  }
  .join-wrapper .box-1 .info {
    bottom: 0.5rem;
  }
  .join-wrapper .box-1 h5 {
    font-size: var(--fs20);
    line-height: 0.44rem;
  }
  .join-wrapper .box-1 .desc {
    font-size: var(--fs15);
    line-height: 20px;
  }
  .join-wrapper .box-2 .pic img {
    height: auto;
  }
  .join-wrapper .box-2 p {
    font-size: var(--fs15);
    line-height: 20px;
    margin-top: 0.2rem;
  }
  .join-wrapper .box-2 .box-container {
    margin-top: 0.48rem;
  }
  .join-wrapper .box-2 .btns a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .join-wrapper .box-2 .prev {
    margin-right: 0.3rem;
  }
  .join-wrapper .box-3 .item {
    width: 100%;
    margin-top: 0;
    padding: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .join-wrapper .box-3 .item:last-child {
    margin-bottom: 0;
  }
  .join-wrapper .box-3 .item h5 {
    line-height: 0.48rem;
  }
  .join-wrapper .box-3 .item .number {
    font-size: var(--fs15);
    line-height: 20px;
    margin-top: 4px;
  }
  .join-wrapper .box-3 .item .more {
    font-size: var(--fs15);
  }
  .join-wrapper .box-3 .item .more i {
    width: 6px;
    height: 12px;
  }
  .job-modal .box {
    width: calc(100% - .6rem);
  }
  .job-modal .inner {
    padding: 0.6rem 0.4rem;
  }
  .job-modal .top {
    padding-bottom: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .job-modal h2 {
    font-size: var(--fs24);
  }
  .job-modal .caption {
    font-size: var(--fs18);
    margin-bottom: 0.1rem;
    line-height: 0.4rem;
  }
  .job-modal .content {
    font-size: var(--fs15);
    line-height: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .job-modal .main {
    height: 7rem;
    padding-right: 0.2rem;
  }
  .job-modal .other {
    margin-top: 0.2rem;
  }
  .job-modal .other span {
    font-size: var(--fs14);
    padding-right: 0.2rem;
    margin-right: 0.2rem;
    line-height: 20px;
  }
  .job-modal .email {
    padding-top: 0.6rem;
  }
  .job-modal .email a {
    font-size: var(--fs14);
    min-width: 3rem;
    line-height: 0.8rem;
    padding: 0 0.3rem;
  }
  .job-modal .close {
    width: 14px;
    height: 14px;
    right: 0.3rem;
  }
  .news-wrapper .swiper-box {
    margin-bottom: 0.6rem;
  }
  .news-wrapper .swiper-box h5 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    height: 0.96rem;
    margin-bottom: 0.3rem;
  }
  .news-wrapper .swiper-slide a {
    display: block;
  }
  .news-wrapper .swiper-slide .pic {
    width: 100%;
  }
  .news-wrapper .swiper-slide .info {
    width: 100%;
    padding: 0.6rem 0.3rem 1.2rem;
  }
  .news-wrapper .swiper-pagination {
    bottom: 0.48rem;
    padding: 0 0.3rem;
    width: 100%;
    text-align: center;
  }
  .news-wrapper .time {
    line-height: 20px;
    margin-bottom: 0.2rem;
  }
  .news-wrapper .news-box h5 {
    height: 0.8rem;
  }
  .news-box li,
  .news-box .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .news-box li {
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .news-box li:last-child {
    margin-bottom: 0;
  }
  .news-box .pic img {
    height: auto;
  }
  .news-box h5 {
    font-size: var(--fs18);
    line-height: 0.4rem;
  }
  .news-box .info {
    padding: 0.48rem 0.4rem;
  }
  .news-box .time {
    line-height: 20px;
  }
  .news-box .brief {
    line-height: 0.4rem;
  }
  .newsinfo-wrapper .box-container {
    display: block;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs24);
    line-height: 0.6rem;
    margin-bottom: 0.12rem;
  }
  .newsinfo-wrapper .other {
    margin-top: 0.05rem;
  }
  .newsinfo-wrapper .other span,
  .newsinfo-wrapper .other a {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .newsinfo-wrapper .other span {
    margin-right: 0.3rem;
  }
  .newsinfo-wrapper .left {
    width: 100%;
  }
  .newsinfo-wrapper .content {
    line-height: 0.44rem;
    padding-top: 0.48rem;
  }
  .newsinfo-wrapper .right {
    width: 100%;
    margin-top: 0.6rem;
  }
  .newsinfo-wrapper .right .caption {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .newsinfo-wrapper .right .title {
    font-size: var(--fs16);
    line-height: 20px;
    height: auto;
    max-height: 40px;
  }
  .newsinfo-wrapper .right p {
    font-size: var(--fs14);
    line-height: 20px;
    margin-top: 0.1rem;
  }
  .newsinfo-wrapper .link {
    margin-bottom: 0.3rem;
    padding: 0.34rem 0.4rem;
    border-top-width: 1px;
  }
  .newsinfo-wrapper .link p {
    line-height: 20px;
    margin-bottom: 0.1rem;
  }
  .newsinfo-wrapper .link a,
  .newsinfo-wrapper .link span {
    line-height: 20px;
  }
  .goods-wrapper ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-wrapper li {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
    margin-top: 0.5rem;
  }
  .goods-wrapper li:nth-child(-n+2) {
    margin-top: 0;
  }
  .goods-wrapper .pic img {
    height: auto;
  }
  .goods-wrapper p,
  .goods-wrapper .icon {
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .goods-wrapper p {
    font-size: var(--fs14);
  }
  .goods-wrapper .icon {
    background-size: 5px;
  }
  .goodsinfo-wrapper {
    padding-bottom: 0.8rem;
  }
  .goodsinfo-wrapper .box-1 {
    padding-bottom: 0.8rem;
  }
  .goodsinfo-wrapper .box-1 .box-container {
    padding-top: 0.48rem;
  }
  .goodsinfo-wrapper .box-1 .swiper-box {
    width: 100%;
  }
  .goodsinfo-wrapper .box-1 .swiper-container {
    padding-bottom: 0.4rem;
  }
  .goodsinfo-wrapper .box-1 h1 {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .goodsinfo-wrapper .box-1 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin: 0.3rem auto 0.48rem;
  }
  .goodsinfo-wrapper .box-1 .info-box {
    width: 100%;
    padding-top: 0.6rem;
  }
  .goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.14rem;
    width: 0.16rem;
    height: 0.16rem;
    border-width: 1px;
  }
  .goodsinfo-wrapper .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .goodsinfo-wrapper .caption img {
    height: 0.32rem;
  }
  .goodsinfo-wrapper .label li {
    line-height: 0.56rem;
    padding: 0 0.24rem;
    font-size: var(--fs14);
  }
  .goodsinfo-wrapper .consult {
    min-width: 1.6rem;
    line-height: 0.64rem;
    padding: 0 0.3rem;
    font-size: var(--fs14);
    margin-top: 0.5rem;
  }
  .goodsinfo-wrapper .box-2 td {
    padding: 0.3rem 0.2rem 0.3rem 0.3rem;
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .goodsinfo-wrapper .box-3 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .goodsinfo-wrapper .box-3 .swiper-container {
    margin: 0 auto;
  }
  .goodsinfo-wrapper .box-3 .swiper-slide {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
  }
  .goodsinfo-wrapper .box-3 .pic img {
    height: 2.64rem;
  }
  .goodsinfo-wrapper .box-3 p,
  .goodsinfo-wrapper .box-3 .icon {
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .goodsinfo-wrapper .box-3 p {
    font-size: var(--fs14);
  }
  .goodsinfo-wrapper .box-3 .icon {
    background-size: 5px;
  }
  .smartMade-wrapper .box-1 .brief {
    font-size: var(--fs15);
    width: 100%;
    line-height: 0.44rem;
  }
  .smartMade-wrapper .box-1 .top {
    margin-bottom: 0.48rem;
  }
  .smartMade-wrapper .box-1 .item > ul {
    display: none;
  }
  .smartMade-wrapper .box-1 .icon {
    width: 0.48rem;
    height: 0.48rem;
  }
  .smartMade-wrapper .box-1 .icon div:before {
    background-size: 6px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 3px;
    top: 3px;
  }
  .smartMade-wrapper .box-1 .box {
    margin: 0 auto;
    width: 100%;
  }
  .smartMade-wrapper .cat-box {
    position: static;
    width: 100%;
    margin-left: 0.36rem;
    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 */
    justify-content: center;
    margin-bottom: 0.4rem;
  }
  .smartMade-wrapper .cat-box:before {
    display: none;
  }
  .smartMade-wrapper .cat-box a {
    line-height: 20px;
    margin-right: 0.3rem;
    margin-bottom: 0;
    padding-left: 0.34rem;
  }
  .smartMade-wrapper .cat-box a:last-child {
    margin-right: 0;
  }
  .smartMade-wrapper .cat-box a:before {
    width: 0.2rem;
    height: 0.2rem;
  }
  .smartMade-wrapper .cat-box a:after {
    width: 0.1rem;
    height: 0.1rem;
    left: 0.05rem;
  }
  .smartMade-wrapper .box-2.four li,
  .smartMade-wrapper .box-3.four li {
    width: calc((100% - .3rem) / 2);
  }
  .smartMade-wrapper .box-2 ul,
  .smartMade-wrapper .box-3 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .smartMade-wrapper .box-2 li,
  .smartMade-wrapper .box-3 li {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .smartMade-wrapper .box-2 li:nth-child(-n+2),
  .smartMade-wrapper .box-3 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .smartMade-wrapper .box-2 h6,
  .smartMade-wrapper .box-3 h6 {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .smartMade-wrapper .box-2 .pic:before {
    background-size: contain;
  }
  .smartMade-wrapper .box-2 .pic img {
    height: auto;
  }
  .smartMade-wrapper .box-2 li > h6,
  .smartMade-wrapper .box-2 .info {
    bottom: 0.34rem;
    padding: 0 0.24rem;
  }
  .smartMade-wrapper .box-2 p {
    font-size: 12px;
    line-height: 18px;
  }
  .smartMade-wrapper .box-3 .box-container {
    padding: 0;
  }
  .smartMade-wrapper .box-3 .noSwiper .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .smartMade-wrapper .box-3 .noSwiper .swiper-slide {
    width: 48%;
    margin-right: 0;
  }
  .smartMade-wrapper .box-3 .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .smartMade-wrapper .box-3 .swiper-slide {
    width: 60%;
    padding: 0.6rem 0.48rem;
    border-radius: 0.2rem;
    background: #fff;
  }
  .smartMade-wrapper .box-3 .circle {
    opacity: 1;
  }
  .smartMade-wrapper .box-3 .circle:before {
    animation: kusan 2s infinite ease;
    -webkit-animation: kusan 2s infinite ease;
  }
  .smartMade-wrapper .box-3 .circle:after {
    animation: kusan2 1.5s infinite ease;
    -webkit-animation: kusan2 1.5s infinite ease;
  }
  .smartMade-wrapper .box-3 li {
    padding: 0.6rem 0.3rem;
  }
  .smartMade-wrapper .box-3 h6 {
    margin: 0.3rem auto 0.12rem;
  }
  .smartMade-wrapper .box-3 .brief {
    font-size: var(--fs14);
    line-height: 20px;
    min-height: 60px;
  }
  .smartMade-wrapper .box-4 li {
    width: calc((100% - .4rem) / 3);
    margin-right: 0.2rem;
    margin-top: 0.2rem;
  }
  .smartMade-wrapper .box-4 li .pic img {
    height: 1.4rem;
  }
  .smartMade-wrapper .box-4 li:nth-child(-n+3) {
    margin-top: 0;
  }
  .smartMade-wrapper .box-4 li:nth-child(3n) {
    margin-right: 0;
  }
  .smartMade-wrapper .box-4 .swiper-slide {
    width: calc((100% - .4rem) / 3);
    border: 1px solid #f7f8f9;
    border-radius: 3px;
  }
  .smartMade-wrapper .box-4 .swiper-slide img {
    height: 1.26rem;
  }
  .smartMade-wrapper .box-5 li {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .smartMade-wrapper .box-5 li:last-child {
    margin-bottom: 0;
  }
  .smartMade-wrapper .box-5 .box-container {
    padding: 0;
  }
  .smartMade-wrapper .box-5 .noSwiper .swiper-wrapper {
    flex-flow: wrap;
    padding-bottom: 0;
  }
  .smartMade-wrapper .box-5 .noSwiper .swiper-slide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .smartMade-wrapper .box-5 .noSwiper .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .smartMade-wrapper .box-5 .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .smartMade-wrapper .box-5 .pic img {
    height: auto;
  }
  .smartMade-wrapper .box-5 p {
    bottom: 0.4rem;
    font-size: var(--fs16);
  }
  .smartMade-wrapper .swiper-box {
    display: none;
  }
  .sidebar {
    left: 0.3rem;
    bottom: 10%;
  }
  .sidebar a {
    width: 1rem;
    height: 1rem;
    border-radius: 5px;
    margin-bottom: 0.12rem;
  }
  .sidebar img {
    width: 0.4rem;
  }
  .sidebar p {
    font-size: 10px;
    line-height: 18px;
    margin-top: 0.06rem;
  }
  .modal .box {
    width: calc(100% - .6rem);
    margin: 0 auto;
  }
  .modal .inner {
    padding: 0.9rem 0.4rem;
  }
  .modal .close {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 10px;
  }
  .cloud-modal .main ul {
    position: static;
    margin-top: 0.6rem;
  }
  .cloud-modal .main li:nth-child(odd) {
    width: 44%;
    margin-right: 0;
  }
  .cloud-modal .main li:nth-child(odd) p {
    margin-right: 0.12rem;
  }
  .cloud-modal .main li:nth-child(even) {
    width: 44%;
  }
  .cloud-modal .main li:nth-child(even) p {
    margin-left: 0.12rem;
  }
  .cloud-modal .top,
  .cloud-modal .pic {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cloud-modal .pic {
    padding: 0;
  }
  .cloud-modal .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .cloud-modal p {
    font-size: 10px;
    line-height: 0.4rem;
  }
  .cloud-modal .video {
    height: 5rem;
  }
  .cloud-modal .video video {
    width: calc(100% - 0.4rem);
    height: 3.32rem;
  }
  .application-modal .main ul {
    display: block;
  }
  .application-modal .main li {
    width: 100%;
    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;
    margin-bottom: 0.3rem;
  }
  .application-modal .main li:last-child {
    margin-bottom: 0;
  }
  .application-modal .pic {
    width: 30%;
  }
  .application-modal .info {
    width: 56%;
    padding: 0;
    text-align: left;
  }
  .application-modal .title {
    font-size: var(--fs18);
    line-height: 0.4rem;
  }
  .application-modal p {
    line-height: 0.36rem;
  }
  .data ul {
    flex-flow: wrap;
    justify-content: center;
  }
  .data li {
    min-width: 28%;
    margin-top: 0.8rem;
    max-width: 33%;
    width: auto;
    margin-right: 2%;
  }
  .data li:nth-child(3n),
  .data li:last-child {
    margin-right: 0;
  }
  .data li:nth-child(-n+3) {
    margin-top: 0;
  }
  .data .num span {
    font-size: 0.7rem;
  }
  .data .num em {
    font-size: var(--fs15);
    line-height: 0.4rem;
  }
  .data .num i {
    width: 10px;
    height: 10px;
  }
  .data p {
    font-size: var(--fs15);
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
  .about-wrapper .box-1 .page-title-box h3 {
    margin-top: -0.1rem;
  }
  .about-wrapper .box-1 .info {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .about-wrapper .box-1 .main {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .about-wrapper .box-1 .content {
    line-height: 0.44rem;
    height: auto;
    padding-right: 0;
  }
  .about-wrapper .box-1 .pic {
    width: calc(100% - .3rem);
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
  .about-wrapper .box-2 {
    min-height: 5rem;
    background-attachment: inherit;
  }
  .about-wrapper .box-3 .box-container {
    padding-bottom: 0.6rem;
  }
  .about-wrapper .box-3 .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding: 0.6rem 0.48rem;
    margin-bottom: 0.3rem;
  }
  .about-wrapper .box-3 .list li:last-child {
    margin-bottom: 0;
  }
  .about-wrapper .box-3 .list li img {
    height: 0.7rem;
  }
  .about-wrapper .box-3 .list li .line {
    width: 24px;
    height: 2px;
  }
  .about-wrapper .box-3 .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin: 0.36rem auto 0.2rem;
  }
  .about-wrapper .box-3 .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-top: 0.48rem;
  }
  .about-wrapper .box-4 {
    padding-bottom: 4rem;
  }
  .about-wrapper .box-4 .page-title-box {
    margin-bottom: 1rem;
  }
  .about-wrapper .box-4 .swiper-slide {
    display: block;
  }
  .about-wrapper .box-4 .swiper-slide:after {
    display: none;
  }
  .about-wrapper .box-4 .swiper-slide-active .year,
  .about-wrapper .box-4 .swiper-slide-active .desc {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .about-wrapper .box-4 .year,
  .about-wrapper .box-4 .desc {
    width: 100%;
  }
  .about-wrapper .box-4 .year {
    font-size: 0.7rem;
    line-height: 0.7rem;
    text-align: left;
    padding-right: 0;
    transform: translateX(0.5rem);
    -webkit-transform: translateX(0.5rem);
    -moz-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    -o-transform: translateX(0.5rem);
  }
  .about-wrapper .box-4 .desc,
  .about-wrapper .box-4 .desc li {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .about-wrapper .box-4 .desc {
    margin-top: 0.48rem;
    transform: translateX(-0.5rem);
    -webkit-transform: translateX(-0.5rem);
    -moz-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    -o-transform: translateX(-0.5rem);
    padding-left: 0;
  }
  .about-wrapper .box-4 .desc li:before {
    width: 6px;
    height: 6px;
    top: calc((.48rem - 6px) / 2);
  }
  .about-wrapper .box-5 {
    display: none;
  }
  .about-wrapper .box-5 ul {
    flex-flow: wrap;
  }
  .about-wrapper .box-5 li {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.34rem;
  }
  .about-wrapper .box-5 li:nth-child(even) {
    margin-top: 0.68rem;
  }
  .about-wrapper .box-5 .inner {
    padding: 0 0.2rem;
  }
  .about-wrapper .box-5 .inner:before,
  .about-wrapper .box-5 .inner:after {
    width: calc(100% + .18rem);
    height: calc(100% + .18rem);
    left: -0.09rem;
    top: -0.09rem;
  }
  .about-wrapper .box-5 .title {
    font-size: var(--fs18);
    line-height: 24px;
  }
  .about-wrapper .box-6 .swiper-box {
    display: block;
  }
  .about-wrapper .box-6 .page-title-box {
    margin-bottom: 0.6rem;
  }
  .about-wrapper .box-6 .honor {
    padding-left: 0;
  }
  .about-wrapper .box-6 .honor .swiper-container {
    padding-left: 0;
  }
  .about-wrapper .box-6 .honor .swiper-slide img {
    height: 2.8rem;
  }
  .about-wrapper .box-6 .honor .relative-box {
    text-align: right;
    padding-right: 0.3rem;
  }
  .about-wrapper .box-6 .certificate {
    margin-top: 0.54rem;
    padding-right: 0;
  }
  .about-wrapper .box-6 .certificate .relative-box {
    text-align: left;
  }
  .about-wrapper .box-6 .certificate .swiper-container {
    padding-right: 0.3rem;
  }
  .about-wrapper .box-6 .certificate .relative-box {
    padding-left: 0.3rem;
  }
  .about-wrapper .box-6 .relative-box {
    padding-bottom: 0.3rem;
  }
  .about-wrapper .box-6 .swiper-container {
    padding-bottom: 0.8rem;
  }
  .about-wrapper .box-6 .swiper-container {
    width: 100%;
  }
  .about-wrapper .box-6 .swiper-container:before {
    height: 0.8rem;
  }
  .about-wrapper .box-6 .swiper-slide {
    padding-right: 0.2rem;
  }
  .about-wrapper .box-6 .swiper-slide:before {
    content: "";
    width: calc(100% - .2rem);
    right: 0.05rem;
  }
  .about-wrapper .box-6 .swiper-slide img {
    height: 1.8rem;
  }
  .about-wrapper .box-6 .caption {
    font-size: var(--fs30);
    margin-bottom: 0.2rem;
  }
  .about-wrapper .box-6 .btn-box a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .about-wrapper .box-6 .prev {
    margin-right: 0.2rem;
  }
  .about-wrapper .box-7 .swiper-box:after,
  .about-wrapper .box-7 .swiper-box:before {
    width: 1rem;
  }
  .about-wrapper .box-7 .swiper-container {
    margin-bottom: 8px;
  }
  .about-wrapper .box-7 .swiper-slide {
    width: 2rem;
    border-width: 1px;
  }
  .about-wrapper .box-7 .pic img {
    height: auto;
  }
  .about-wrapper .box-7 .line_t {
    height: 1px;
  }
  .about-wrapper .box-7 .line_r {
    width: 1px;
  }
  .about-wrapper .box-7 .line_b {
    height: 1px;
  }
  .about-wrapper .box-7 .line_l {
    width: 1px;
  }
  .chain-wrapper .box-1 .content {
    width: 100%;
    line-height: 0.44rem;
  }
  .chain-wrapper .box-1 .pic {
    height: auto;
    background: none!important;
  }
  .chain-wrapper .data {
    margin-top: -0.8rem;
    padding: 0 0.3rem;
  }
  .chain-wrapper .data ul {
    padding: 0.8rem 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .chain-wrapper .data li {
    width: 48%;
    max-width: inherit;
  }
  .chain-wrapper .data li:nth-child(3) {
    margin-top: 0.8rem;
  }
  .chain-wrapper .box-2 .swiper-container {
    padding: 0 0.3rem;
  }
  .chain-wrapper .box-2 .swiper-slide {
    width: 60%;
  }
  .chain-wrapper .box-2 .pic img {
    height: auto;
  }
  .chain-wrapper .box-2 .info {
    bottom: 0.5rem;
  }
  .chain-wrapper .box-2 h4 {
    font-size: var(--fs20);
    line-height: 0.44rem;
  }
  .chain-wrapper .box-2 .desc {
    font-size: var(--fs15);
    line-height: 20px;
  }
  .chain-wrapper .box-2 .progress {
    margin-top: 0.5rem;
  }
  .chain-wrapper .box-2 .btn {
    margin-left: 0.54rem;
  }
  .chain-wrapper .box-2 .btn a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .chain-wrapper .box-3 .swiper-box {
    padding: 0;
  }
  .chain-wrapper .box-3 .swiper-slide {
    width: 48%;
  }
  .chain-wrapper .box-3 .swiper-slide {
    margin-right: 0;
  }
  .chain-wrapper .box-3 .pic img {
    height: auto;
  }
  .chain-wrapper .box-3 .pic:after {
    height: 0.52rem;
    margin-top: -3px;
  }
  .chain-wrapper .box-3 p {
    font-size: var(--fs15);
  }
  .chain-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }
  .chain-wrapper .box-4 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.7rem;
}
.pageNum a {
  display: inline-block;
  color: #6c6c6d;
  font-size: var(--fs16);
  vertical-align: middle;
  font-family: "medium";
  margin: 0 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  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 .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px;
}
.pageNum .prev {
  background-image: url(../img/i-prev3.png);
}
.pageNum .prev:hover {
  background-image: url(../img/i-prev2.png);
}
.pageNum .next {
  background-image: url(../img/i-next3.png);
}
.pageNum .next:hover {
  background-image: url(../img/i-next2.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #e60012;
}
/*分页*/
.pageNums {
  text-align: center;
  font-size: 0;
  margin-top: 0.7rem;
  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 */
  justify-content: center;
}
.pageNums li:first-child {
  margin-left: 0;
}
.pageNums li:last-child {
  margin-right: 0;
}
.pageNums li a {
  font-size: var(--fs16);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pageNums li,
.pageNums .btn {
  display: inline-block;
  color: #6c6c6d;
  font-size: var(--fs16);
  vertical-align: middle;
  font-family: "medium";
  margin: 0 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  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;
  cursor: pointer;
}
.pageNums .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px;
}
.pageNums .prev {
  background-image: url(../img/i-prev3.png);
}
.pageNums .prev:hover {
  background-image: url(../img/i-prev2.png);
}
.pageNums .next {
  background-image: url(../img/i-next3.png);
}
.pageNums .next:hover {
  background-image: url(../img/i-next2.png);
}
.pageNums .btn:hover,
.pageNums li:hover,
.pageNums .active {
  color: #fff;
  background-color: #e60012;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #e60012;
  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: #e60012;
}
.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";
}
.website-wrapper ul {
  list-style: none;
}
.website-wrapper li {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #eee;
}
.website-wrapper li:first-child {
  padding-top: 0;
}
.website-wrapper li > a {
  font-size: var(--fs24);
  font-weight: 700;
}
.website-wrapper li a {
  display: inline-block;
  color: #000;
  line-height: 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;
}
.website-wrapper li a:hover {
  color: #e60012;
}
.website-wrapper .nav {
  font-size: 0;
}
.website-wrapper .nav > a {
  font-size: var(--fs18);
}
.website-wrapper .nav a {
  margin-right: 0.6rem;
}
.website-wrapper .nav a:last-child {
  margin-right: 0;
}
.website-wrapper .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.website-wrapper .nav a span {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.website-wrapper .child {
  display: inline-block;
  font-size: 0;
}
.website-wrapper .child a {
  font-size: var(--fs16);
}
@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);
  }
  .pageNums,
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
}
.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: #e60012;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs42: 40px;
    --fs48: 44px;
    --fs60: 56px;
  }
}
@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;
    --fs42: 0.36rem;
    --fs48: 0.4rem;
    --fs60: 0.52rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs42: 0.46rem;
    --fs40: 0.48rem;
    --fs48: 0.5rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
.set {
  position: absolute;
  height: 2.6rem;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 3.125%;
  z-index: 25;
  opacity: 1;
  transition: opacity 2s ease-in-out;
}
.corona {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: auto;
  bottom: -35vw;
  width: 46vw;
  height: 46vw;
  transition: transform 0.8s ease-out;
}
.corona > li {
  position: absolute;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.corona > li:hover em {
  color: #e60012;
}
.corona > li:after {
  content: "";
  width: 1px;
  height: 54px;
  background: url(../img/history-line.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 40px;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  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;
}
.corona > li em {
  font-size: 18px;
  color: #999;
  font-weight: 700;
  width: 200px;
  text-align: center;
  white-space: nowrap;
  display: block;
  transform: translateY(10px);
  line-height: 30px;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, color 0.4s ease;
}
.corona > li.on:after {
  opacity: 1;
  visibility: visible;
}
.corona > li.on .dot {
  opacity: 1;
  transform: none;
}
.set .corona > li.on em {
  transform: translateY(-30px);
  color: #e60012;
  font-size: 30px;
}
.corona:after {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #878787;
  border-radius: 50%;
}
.corona > li .dot {
  width: 16px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% - 25px);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.scale-circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35vw;
  width: 46vw;
  height: 46vw;
  transform: scale(0.9) rotate(0deg);
  animation: scaleCircleAni 100s linear infinite;
}
@keyframes scaleCircleAni {
  0% {
    transform: scale(0.9) rotate(0deg);
  }
  100% {
    transform: scale(0.9) rotate(360deg);
  }
}
@media screen and (max-width: 1367px) {
  .set .corona,
  .set .scale-circle {
    width: 50vw;
    height: 50vw;
  }
}
@media screen and (max-width: 1004px) {
  body {
    -webkit-tap-highlight-color: transparent;
  }
  .set {
    height: 2.8rem;
  }
  .set .corona > li {
    height: auto;
  }
  .set .corona,
  .set .scale-circle {
    top: 0;
    bottom: -80vw;
    left: 0;
    width: 100vw;
    height: 100vw;
  }
  .corona > li em {
    font-size: 12px;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    line-height: 24px;
  }
  .set .corona > li.on em {
    font-size: var(--fs24);
  }
  .corona > li .dot {
    width: 10px;
    height: auto;
  }
  .corona > li .dot {
    top: calc(100% - 25px);
  }
  .corona > li:after {
    display: none;
  }
}
.sidebar-box {
  position: fixed;
  transition: 0.8s;
  z-index: 999999;
  background-color: transparent;
  top: 50%;
  right: 10px;
  width: 50px;
  border-radius: 5px;
}
.sidebar-box .close {
  display: none;
}
.sidebar-box ul {
  list-style-type: none;
}
.sidebar-box ul li {
  position: relative;
  margin-bottom: 5px;
}
.sidebar-box ul li:hover a {
  background-color: #e60012;
}
.sidebar-box ul li:hover .hidebox {
  opacity: 1;
  visibility: visible;
}
.sidebar-box ul li:last-child {
  margin-bottom: 0;
}
.sidebar-box ul 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 */
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  align-items: 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;
}
.sidebar-box ul a img {
  display: block;
  margin: 0 auto;
}
.sidebar-box .hidebox {
  position: absolute;
  right: calc(100% + .1rem);
  top: 0;
  z-index: 10;
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  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;
}
.sidebar-box .hidebox:after {
  content: "";
  border: 5px solid transparent;
  border-left-color: #fff;
  position: absolute;
  right: -10px;
  top: 20px;
  z-index: 10;
}
.sidebar-box .wechat .hidebox {
  width: 1.3rem;
  text-align: center;
  padding: 0.04rem;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.sidebar-box .wechat .hidebox img {
  display: block;
  width: 100%;
}
.sidebar-box .wechat .hidebox p {
  font-size: var(--fs14);
  color: #999;
  line-height: 20px;
  padding: 0.05rem 0;
}
.sidebar-box .tel .hidebox {
  width: 2rem;
  font-size: var(--fs24);
  font-family: "medium";
  line-height: 50px;
  text-align: center;
}
.sidebar-box .gotop {
  display: none;
}
.video-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 32;
}
.video-modal.before {
  z-index: -1;
}
.video-modal .main {
  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;
  width: 100%!important;
  height: 100%;
}
.video-modal .w1200 {
  text-align: center;
}
.video-modal .w1200 video {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  max-height: 80vh;
  width: auto;
}
.video-modal .box {
  position: relative;
  display: inline-block;
}
.video-modal .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -0.4rem;
  z-index: 10;
  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;
}
.video-modal .close:hover {
  transform: rotate(90deg);
}
.video-modal iframe {
  width: 12rem;
  height: 80vh;
}
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 0.68rem;
  height: 0.68rem;
  margin-top: -0.34rem;
  margin-left: -0.34rem;
  cursor: pointer;
}
.play:before,
.play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.play:before {
  animation: iconScale2 2.4s linear infinite;
}
.play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.play i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/play.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  z-index: 10;
}
@keyframes iconScale2 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar-box .close:hover {
    background: #e60012;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-box {
    width: 36px;
  }
  .sidebar-box ul a {
    width: 36px;
    height: 36px;
  }
  .sidebar-box ul a img {
    width: 55%;
  }
  .sidebar-box ul li:last-child a img {
    width: 40%;
  }
  .sidebar-box .hidebox {
    right: calc(100% + .2rem);
  }
  .sidebar-box .hidebox:after {
    top: 13px;
  }
  .sidebar-box .wechat .hidebox {
    width: 2rem;
  }
  .sidebar-box .tel .hidebox {
    width: 3rem;
    line-height: 36px;
    font-size: var(--fs20);
  }
  .play {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
  }
  .play:before,
  .play:after {
    border-width: 1px;
  }
  .video-modal .w1200 video {
    max-height: 90vh;
  }
  .video-modal .close {
    width: 0.36rem;
    height: 0.36rem;
    top: -0.6rem;
  }
  .video-modal iframe {
    width: 90vw;
    height: 40vh;
  }
}
