.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: hidden;
  -webkit-tap-highlight-color: transparent;
}
body.auto {
  overflow-x: hidden;
  overflow-y: auto;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
.light {
  font-family: 'Noto Sans SC';
}
.regular {
  font-family: 'Noto Sans SC';
}
.medium {
  font-family: 'Noto Sans SC';
}
.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;
  --fs17: 17px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs25: 25px;
  --fs26: 26px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
  --fs60: 60px;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
}
.header-wrapper.active .box {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background: #fff;
}
.header-wrapper.active .box .lang .caption,
.header-wrapper.active .box .lang .list a {
  color: #000;
}
.header-wrapper.active .box .lang .caption i {
  background-image: url(/en/img/idown2.png);
}
.header-wrapper .box {
  padding: 0.43rem 0.84rem 0.2rem 0.62rem;
  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;
  transition: all 0.3s linear;
}
.header-wrapper .logo-box {
  width: 1.92rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  display: block;
  width: 100%;
}
.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 .lang {
  position: relative;
  margin-right: 14px;
}
.header-wrapper .lang .caption {
  cursor: pointer;
}
.header-wrapper .lang .caption i {
  display: inline-block;
  margin-left: 4px;
  width: 17px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/en/img/idown.png);
}
.header-wrapper .lang .caption,
.header-wrapper .lang .list a {
  font-size: 14px;
  font-family: 'Noto Sans SC';
  color: #fff;
}
.header-wrapper .lang .list {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(100% + 3px);
  left: 0;
  z-index: 10;
}
.header-wrapper .lang .list a {
  line-height: 30px;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.header-wrapper .lang .list a:hover {
  color: #e50012;
}
.menu {
  font-size: var(--fs20);
  color: #fff;
  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 */
  font-family: 'Noto Sans SC';
  user-select: none;
  align-items: center;
  cursor: pointer;
}
.nav-icon {
  font-size: 0;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
}
.nav-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #e50012;
  position: absolute;
  right: 0;
  z-index: 10;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.nav-icon span:nth-child(1) {
  top: 0;
}
.nav-icon span:nth-child(2) {
  top: 10px;
  width: 76.66%;
}
.nav-icon span:nth-child(3) {
  bottom: 0;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
.phone-nav {
  width: 280px;
  right: -460px;
  height: 100vh;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 99999;
}
.phone-nav ul {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 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 */
  flex-flow: wrap;
  align-content: center;
}
.phone-nav ul a {
  display: block;
  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;
}
.phone-nav ul li {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 0.2rem;
}
.phone-nav ul li:last-child {
  margin-bottom: 0;
}
.phone-nav ul li.on > a,
.phone-nav ul li.active > a {
  color: #e50012;
}
.phone-nav ul li.on > a:before,
.phone-nav ul li.active > a:before {
  opacity: 1;
  left: -48px;
}
.phone-nav ul li > a {
  position: relative;
  display: block;
  color: #333;
  font-family: 'Noto Sans SC';
  font-size: var(--fs25);
}
.phone-nav ul li > a:before {
  z-index: 10;
  opacity: 0;
  content: "";
  width: 0.85rem;
  height: 2px;
  background-color: #e50012;
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.phone-nav ul li > a,
.phone-nav ul li .navs {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
.phone-nav ul li .navs {
  width: 100%;
  display: none;
  margin-top: 2px;
  padding-left: 0.7rem;
}
.phone-nav ul li .navs a {
  position: relative;
  font-size: var(--fs15);
  display: block;
  color: #595757;
  line-height: 24px;
  padding-left: 23px;
}
.phone-nav ul li .navs a:before {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #595757;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
}
.phone-nav ul li .navs a:hover {
  color: #e50012;
}
.phone-nav ul li .navs a:hover:before {
  background-color: #e50012;
}
.phone-nav .close {
  position: absolute;
  right: 0.46rem;
  top: 0.48rem;
  z-index: 10;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/en/img/close.png);
}
@media screen and (min-width: 1024px) {
  .nav-icon:hover span:nth-child(2) {
    width: 100%;
  }
  .menuSidebar {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 40;
    width: 20px;
    height: 100%;
  }
}
@media screen and (max-width: 1004px) {
  .menuSidebar {
    display: none;
  }
  .menu {
    font-size: 0;
  }
  .nav-icon {
    margin-right: 0;
  }
  .header-wrapper.active .box {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .header-wrapper .box {
    padding: 0.4rem var(--padding);
  }
  .header-wrapper .logo-box {
    width: 2.6rem;
  }
  .header-wrapper .lang {
    margin-right: 0.6rem;
  }
  .header-wrapper .lang .caption i {
    margin-left: 6px;
    width: 15px;
    height: 8px;
  }
  .header-wrapper .lang .caption,
  .header-wrapper .lang .list a {
    font-size: 14px;
  }
  .header-wrapper .lang .list {
    top: 100%;
  }
  .header-wrapper .lang .list a {
    line-height: 24px;
  }
  .nav-icon {
    width: 30px;
    height: 22px;
  }
  .nav-icon span {
    height: 2px;
  }
  .nav-icon span:nth-child(2) {
    top: 10px;
  }
  .phone-nav {
    width: 80%;
    right: -80%;
  }
  .phone-nav ul li {
    margin-bottom: 15px;
    overflow: hidden;
  }
  .phone-nav ul li > a {
    font-size: 18px;
  }
  .phone-nav ul li > a:before {
    width: 96px;
  }
  .phone-nav ul li > a,
  .phone-nav ul li .navs {
    padding-left: 80px;
  }
  .phone-nav ul li .navs a {
    font-size: var(--fs15);
    line-height: 24px;
    padding-left: 23px;
  }
  .phone-nav .close {
    right: 0.6rem;
    top: 0.6rem;
    width: 16px;
    height: 16px;
  }
}
.footer-wrapper {
  background: #eceff3;
  padding: 0.8rem 1.3rem 0.5rem 1.12rem;
  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: flex-end;
}
.footer-wrapper .tel,
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: 10px;
  color: #939394;
  line-height: 20px;
}
.footer-wrapper .copyright {
  text-align: right;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #e50012;
}
.footer-wrapper .right {
  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: flex-end;
}
.footer-wrapper .contact {
  text-align: right;
}
.footer-wrapper .tel {
  margin: 16px auto 10px;
}
.footer-wrapper .share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  vertical-align: middle;
  margin-right: 0.22rem;
}
.footer-wrapper .share a:last-child {
  margin-right: 0;
}
.footer-wrapper .share a:hover img.init {
  opacity: 0;
  visibility: hidden;
}
.footer-wrapper .share a:hover img.on {
  opacity: 1;
  visibility: visible;
}
.footer-wrapper .share img {
  width: 100%;
}
.footer-wrapper .share img.on {
  position: absolute;
  left: 0;
  top: 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;
  opacity: 0;
  visibility: hidden;
}
.footer-wrapper .qrcode {
  width: 98px;
  margin-left: 16px;
}
.footer-wrapper .qrcode img {
  display: block;
  width: 100%;
}
.links {
  font-size: 0;
}
.links > span,
.links a {
  display: inline-block;
  font-size: 10px;
  color: #939394;
  vertical-align: top;
  line-height: 20px;
}
.links a {
  position: relative;
  margin-right: 0.2rem;
  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;
}
.links a:hover {
  color: #e50012;
}
.links a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.links a:last-child {
  margin-right: 0;
}
.links a span {
  background: url(/en/img/dot.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
@media screen and (max-width: 1600px) {
  .footer-wrapper {
    padding-right: 0.9rem;
    padding-left: 0.7rem;
  }
  .links a {
    margin-right: 0.12rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer-wrapper .tel {
    margin: 10px auto 5px;
  }
  .footer-wrapper .share a {
    width: 20px;
    height: 20px;
    margin-right: 0.1rem;
  }
}
@-webkit-keyframes loading-gezi {
  0% {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes loading-gezi {
  0% {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
.loading-gezi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loading-gezi > .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4.34rem;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
.loading-gezi > .inner .logo_style {
  position: absolute;
  top: -200px;
  left: 0;
}
.loading-gezi > .inner .icon-logo {
  color: #000;
  font-size: 200px;
}
.loading-gezi img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.loading-gezi span {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  overflow: hidden;
}
.loading-gezi span:before {
  background: 0 0;
  left: 0;
}
.loading-gezi span:after,
.loading-gezi span:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}
.loading-gezi span:after {
  background: #111;
  left: -100%;
  -webkit-animation: loading-gezi 1s cubic-bezier(0.77, 0, 0.175, 1) infinite 0.2s;
  animation: loading-gezi 1s cubic-bezier(0.77, 0, 0.175, 1) infinite 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.downbox {
  z-index: 30;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0.82rem;
  text-align: center;
}
.downbox {
  cursor: pointer;
  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;
}
.downbox.on {
  bottom: 0.3rem;
}
.downbox.scroll .down:after {
  content: "";
  width: 11px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/en/img/idown4.png);
  display: block;
  margin: 5px auto 0;
}
.downbox .down {
  width: 24px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  bottom: 10px;
  -webkit-animation: todown 2s infinite linear;
  animation: todown 2s infinite linear;
}
.downbox p {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
@-webkit-keyframes todown {
  0%,
  to {
    bottom: 10px;
  }
  50% {
    bottom: 0;
  }
}
@keyframes todown {
  0%,
  to {
    bottom: 10px;
  }
  50% {
    bottom: 0;
  }
}
.downbox.active {
  display: none;
}
@media screen and (max-width: 991px) {
  .downbox {
    bottom: 50px;
  }
  .downbox.scroll .down:after {
    width: 8px;
    height: 5px;
  }
  .downbox .down {
    width: 15px;
  }
  .downbox p {
    font-size: 11px;
    line-height: 18px;
    display: none;
  }
}
@media screen and (max-width: 1004px) {
  .footer-wrapper {
    padding: 40px var(--padding) 20px;
    flex-flow: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer-wrapper .copyright {
    text-align: left;
  }
  .footer-wrapper .right {
    position: relative;
    align-items: flex-start;
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .footer-wrapper .contact {
    text-align: left;
    min-height: 98px;
    margin-bottom: 10px;
    width: calc(100% - 120px);
  }
  .footer-wrapper .tel {
    margin: 8px auto 2px;
  }
  .footer-wrapper .share a {
    width: 20px;
    height: 20px;
    margin-right: 0.26rem;
  }
  .footer-wrapper .qrcode {
    position: absolute;
    right: 0;
    top: 0;
    width: 98px;
    margin-left: 0;
    margin-bottom: 0;
  }
  .footer-wrapper .qrcode img {
    display: block;
    width: 100%;
  }
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active 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 .info {
  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-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide 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 img.phone {
  display: none;
}
.index-banner-wrapper .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.index-banner-wrapper .title {
  font-size: var(--fs60);
  color: #fff;
  line-height: 0.8rem;
  font-weight: 700;
  width: 100%;
  font-family: 'Noto Sans SC';
  text-align: center;
}
.index-banner-wrapper .title span,
.index-banner-wrapper .title em {
  display: inline-block;
}
.index-banner-wrapper .title em {
  margin-left: 0.3rem;
}
.index-banner-wrapper .title em:first-child {
  margin-left: auto;
}
.index-banner-wrapper .title.two em {
  margin-left: 0.6rem;
}
.index-banner-wrapper .title.two em:first-child {
  margin-left: auto;
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 0.56rem;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 0.7;
  background: #fff;
  margin: 0 5px;
  width: 16px;
  height: 3px;
  border: none;
  border-radius: 0;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #e50012;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: line 3s linear forwards;
}
@keyframes line {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.page-banner-wrapper {
  position: relative;
  z-index: 10;
}
.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 .title {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: var(--fs60);
  line-height: 0.8rem;
  font-family: 'Noto Sans SC';
  font-weight: 700;
}
.page-banner-wrapper .title em {
  margin-left: 0.6rem;
}
.page-banner-wrapper .title em:first-child {
  margin-left: 0;
}
.page-banner-wrapper .downbox {
  position: absolute;
  bottom: 0.86rem;
}
@media screen and (max-width: 1004px) {
  .index-banner-wrapper .info {
    height: auto;
    top: 30%;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .title {
    padding: 0 0.3rem;
  }
  .index-banner-wrapper .title em {
    margin-left: 0.4rem;
  }
  .index-banner-wrapper .title em:nth-child(odd) {
    margin-left: 0;
  }
  .page-banner-wrapper .title {
    padding: 0 var(--padding);
    font-size: var(--fs24);
  }
  .page-banner-wrapper .title em {
    margin-left: 0.3rem;
  }
  .page-banner-wrapper .downbox {
    bottom: 1rem;
  }
}
.index-title {
  font-size: 0.7rem;
  color: #fff;
  line-height: 0.96rem;
  margin-bottom: 0.66rem;
}
.index-title em {
  display: inline-block;
  margin-right: 0.36rem;
}
.index-more {
  display: inline-block;
  position: relative;
  padding-right: 24px;
}
.index-more:hover span {
  color: #e50012;
}
.index-more:hover span:after {
  width: 100%;
}
.index-more:hover:after {
  transform: translateX(7px);
  -webkit-transform: translateX(7px);
  -moz-transform: translateX(7px);
  -ms-transform: translateX(7px);
  -o-transform: translateX(7px);
}
.index-more:after {
  width: 19px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/en/img/more.png);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  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-more.md {
  padding-right: 58px;
}
.index-more.md:after {
  background-image: url(/en/img/more2.png);
  width: 36px;
  height: 36px;
  top: 2px;
}
.index-more.md span {
  font-size: 28px;
  line-height: 36px;
  padding-bottom: 8px;
}
.index-more span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-family: 'Noto Sans SC';
  border-bottom: 2px solid #fff;
  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-more span:after {
  content: "";
  width: 0;
  height: 2px;
  background: #e50012;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 1;
  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-swiper {
  height: 100vh;
}
.index-swiper > .swiper-wrapper {
  height: 100%;
}
.index-swiper > .swiper-wrapper > .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.index-swiper > .swiper-wrapper > .swiper-slide.foot {
  height: auto;
}
.index-swiper .container {
  width: 83.33%;
  margin: 0 auto;
}
.index-swiper ul {
  list-style-type: none;
}
.index-swiper .index-swiper-pagination {
  display: block;
  font-size: 0;
  right: 0.42rem;
}
.index-swiper .index-swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 0.7;
  background: none;
  margin: 0 auto 8px;
  width: 6px;
  height: 16px;
  border: none;
  border-radius: 0;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:link,
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:visited,
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:active,
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 50%;
  height: 100%;
  left: 25%;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
}
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  height: 0;
  width: 50%;
  position: absolute;
  left: 25%;
  top: 0;
  z-index: 10;
  background: #e50012;
}
.index-swiper .index-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: line2 1s linear forwards;
}
@keyframes line2 {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
.index-box-1.swiper-slide-active .title,
.index-box-1.swiper-slide-active .desc,
.index-box-1.swiper-slide-active .morebox {
  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-1 .title,
.index-box-1 .desc,
.index-box-1 .morebox {
  opacity: 0;
  visibility: hidden;
  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;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
}
.index-box-1 .pic img {
  height: 100vh;
  object-fit: cover;
}
.index-box-1 .info {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  width: 50%;
  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;
  padding-right: 8.335%;
  padding-left: 74px;
}
.index-box-1 .title,
.index-box-1 .desc {
  color: #fff;
}
.index-box-1 .title {
  font-size: 0.34rem;
  line-height: 0.48rem;
  font-weight: 700;
  transition-delay: 0.2s;
}
.index-box-1 .desc {
  width: 65.15%;
  font-size: 12px;
  line-height: 20px;
  margin: 0.5rem 0 0.2rem;
  transition-delay: 0.4s;
}
.index-box-1 .desc p {
  text-indent: 24px;
}
.index-box-1 .morebox {
  transition-delay: 0.4s;
}
.index-box-2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 100vh;
}
.index-box-2.swiper-slide-active .title,
.index-box-2.swiper-slide-active .morebox,
.index-box-2.swiper-slide-active .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);
}
.index-box-2 .title,
.index-box-2 .morebox,
.index-box-2 .data li {
  opacity: 0;
  visibility: hidden;
  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;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
}
.index-box-2 .title {
  font-size: 0.57rem;
  color: #fff;
  line-height: 0.7rem;
  letter-spacing: 2px;
  margin-bottom: 0.62rem;
  transition-delay: 0.1s;
}
.index-box-2 .morebox {
  transition-delay: 0.2s;
}
.index-box-2 .data {
  margin-top: 1.64rem;
}
.index-box-2 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-2 .data li {
  width: 25%;
  text-align: center;
}
.index-box-2 .data .num,
.index-box-2 .data p {
  font-size: 0.32rem;
  color: #fff;
}
.index-box-2 .data .num span {
  font-size: 0.7rem;
  color: #e50012;
  line-height: 0.7rem;
  height: 0.7rem;
  font-weight: 700;
  margin-right: 4px;
}
.index-box-2 .data p {
  line-height: 0.38rem;
  margin-top: 0.26rem;
}
.index-box-3 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 100vh;
}
.index-box-3.swiper-slide-active .index-title,
.index-box-3.swiper-slide-active .morebox,
.index-box-3.swiper-slide-active .brief,
.index-box-3.swiper-slide-active .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);
}
.index-box-3 .index-title,
.index-box-3 .morebox,
.index-box-3 .brief,
.index-box-3 .data li {
  opacity: 0;
  visibility: hidden;
  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;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
}
.index-box-3 .index-title {
  transition-delay: 0.1s;
}
.index-box-3 .morebox {
  transition-delay: 0.2s;
}
.index-box-3 .brief {
  transition-delay: 0.3s;
}
.index-box-3 .brief {
  font-size: 0.34rem;
  font-family: 'Noto Sans SC';
  color: #fff;
  line-height: 0.48rem;
  min-height: 0.96rem;
  margin: 0.8rem auto 0.84rem;
}
.index-box-3 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.index-box-3 .data li {
  margin-right: 0.85rem;
}
.index-box-3 .data li:last-child {
  margin-right: 0;
}
.index-box-3 .data .num {
  font-size: 0.7rem;
  font-weight: 700;
  color: #e50012;
  line-height: 0.7rem;
  height: 0.7rem;
}
.index-box-3 .data .num em {
  display: inline-block;
  font-size: var(--fs28);
  color: #fff;
  font-weight: 500;
}
.index-box-4.swiper-slide-active .inner {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.index-box-4 .swiper-slide {
  width: 25%;
  overflow: hidden;
}
.index-box-4 .swiper-slide:hover .pic img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
.index-box-4 .swiper-slide a {
  position: relative;
  display: block;
}
.index-box-4 .pic {
  position: relative;
}
.index-box-4 .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: url(/en/img/shadow.png) repeat-x left bottom;
}
.index-box-4 .pic img {
  height: 100vh;
  object-fit: cover;
}
.index-box-4 .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  border-left: 1px solid #dcdcdd;
  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: flex-end;
  padding-bottom: 2.96rem;
  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-4 .inner {
  width: 86%;
  border-left: 5px solid #fff;
  padding-left: 0.3rem;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  opacity: 0;
  visibility: hidden;
  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;
}
.index-box-4 .title {
  color: #fff;
  font-size: var(--fs28);
  line-height: 0.36rem;
}
.index-box-4 .desc {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  margin-top: 2px;
}
@media screen and (min-width: 1004px) {
  .index-box-4 .swiper-slide:hover .info {
    padding-bottom: 3.6rem;
  }
}
@media screen and (max-width: 1600px) {
  .index-box-3 .data .num,
  .index-title {
    font-size: 0.66rem;
  }
}
@media screen and (max-width: 1440px) {
  .index-box-2 .data .num,
  .index-box-2 .data p {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-swiper .index-swiper-pagination {
    right: 0.2rem;
  }
  .index-swiper .index-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 16px;
  }
  .index-title {
    font-size: 0.7rem;
    color: #fff;
    line-height: 0.96rem;
    margin-bottom: 0.66rem;
  }
  .index-title em {
    display: inline-block;
    margin-right: 0.36rem;
  }
  .index-more {
    padding-right: 30px;
  }
  .index-more:after {
    width: 18px;
    height: 18px;
  }
  .index-more.md {
    padding-right: 40px;
  }
  .index-more.md:after {
    width: 24px;
    height: 24px;
    top: 4px;
  }
  .index-more.md span {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .index-more span {
    font-size: var(--fs16);
  }
  .index-box-1 .info {
    width: 100%;
    text-align: center;
    padding-left: 40px;
  }
  .index-box-1 .title {
    font-size: var(--fs30);
    line-height: 0.7rem;
  }
  .index-box-1 .desc {
    width: 100%;
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin: 0.4rem auto 0.8rem;
  }
  .index-box-1 .desc p {
    text-indent: 30px;
  }
  .index-box-2 .morebox,
  .index-box-2 .title {
    width: 80%;
    text-align: center;
  }
  .index-box-2 .title,
  .index-box-2 .morebox,
  .index-box-2 .data li {
    transform: translateY(2rem);
    -webkit-transform: translateY(2rem);
    -moz-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
  }
  .index-box-2 .morebox {
    margin: 0 auto;
  }
  .index-box-2 .title {
    font-size: var(--fs30);
    line-height: 0.7rem;
    margin: 0 auto 0.48rem;
  }
  .index-box-2 .data {
    margin-top: 1rem;
  }
  .index-box-2 .data ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-2 .data li {
    width: 48%;
    text-align: center;
    margin-top: 0.8rem;
  }
  .index-box-2 .data li::nth-child(-n + 2) {
    margin-top: 0;
  }
  .index-box-2 .data .num,
  .index-box-2 .data p {
    font-size: 0.32rem;
    color: #fff;
  }
  .index-box-2 .data .num span {
    font-size: 0.7rem;
    color: #e50012;
    line-height: 0.7rem;
    height: 0.7rem;
    font-weight: 700;
    margin-right: 4px;
  }
  .index-box-2 .data p {
    line-height: 0.48rem;
    margin-top: 0.2rem;
  }
  .index-box-3 .index-title,
  .index-box-3 .morebox,
  .index-box-3 .brief,
  .index-box-3 .data li {
    transform: translateY(2rem);
    -webkit-transform: translateY(2rem);
    -moz-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
  }
  .index-box-3 .brief {
    font-size: var(--fs30);
    line-height: 0.7rem;
    min-height: inherit;
    margin: 0.8rem auto 1rem;
  }
  .index-box-3 .data ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-3 .data li {
    width: 48%;
    margin-right: 0;
    margin-top: 0.8rem;
  }
  .index-box-3 .data li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .index-box-3 .data .num {
    font-size: 0.7rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .index-box-3 .data .num em {
    font-size: var(--fs20);
  }
  .index-box-4 .swiper-wrapper {
    flex-flow: wrap;
  }
  .index-box-4 .swiper-slide {
    width: 50%;
  }
  .index-box-4 .pic img {
    height: 50vh;
  }
  .index-box-4 .info {
    padding-bottom: 0.6rem;
  }
  .index-box-4 .inner {
    width: 86%;
    border-width: 3px;
    padding-left: 0.3rem;
  }
  .index-box-4 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
}
.page-nav-box a {
  display: inline-block;
  width: 166px;
  height: 100%;
  font-size: 15px;
  color: #fff;
  position: relative;
}
.page-nav-box {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 1.26rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 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 */
  z-index: 11;
  justify-content: center;
}
.page-nav-box a:not(:last-child) {
  background: url(/en/img/s.png) no-repeat 100%;
}
.page-nav-box a:before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e50012;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-nav-box a.active,
.page-nav-box a:hover {
  color: #e50012;
}
.page-nav-box a.active:before {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .page-nav-box {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-nav-box {
    height: 0.9rem;
    line-height: 0.9rem;
    overflow-x: auto;
    width: 100%;
    display: block;
    white-space: nowrap;
  }
  .page-nav-box a {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    min-width: 90px;
  }
  .page-nav-box a {
    font-size: 12px;
  }
}
.page-box {
  padding: 0.6rem 0 0.96rem;
}
.page-title-box {
  text-align: center;
  position: relative;
  z-index: 11;
  margin-bottom: 13px;
}
.page-title-box.nmb {
  margin-bottom: 0;
}
.page-title-box.mb60 {
  margin-bottom: 0.6rem;
}
.page-title-box.white .title,
.page-title-box.white .en {
  color: #fff;
}
.page-title-box .title {
  font-size: var(--fs24);
  font-weight: 700;
  color: #e50012;
  line-height: 0.3rem;
}
.page-title-box .en {
  color: #e50012;
  font-size: 12px;
  font-family: 'Noto Sans SC';
  line-height: 20px;
  text-transform: uppercase;
  margin: 3px auto 0.26rem;
}
.page-title-box .line {
  width: 13px;
  height: 1px;
  background: #e50012;
  margin: 0 auto;
}
.contact-wrapper .main {
  position: relative;
  width: 86.97%;
  text-align: center;
  margin: -0.3rem auto 0;
}
.contact-wrapper .map {
  position: relative;
}
.contact-wrapper .map ul {
  list-style-type: none;
}
.contact-wrapper .map li {
  position: absolute;
  z-index: 10;
  text-align: left;
}
.contact-wrapper .map li.on {
  z-index: 11;
}
.contact-wrapper .map li.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.contact-wrapper .map li.on .icon-1 {
  background-image: url(/en/img/local_1_on.png);
}
.contact-wrapper .map li.on .icon-2 {
  background-image: url(/en/img/local_2_on.png);
}
.contact-wrapper .map li.on .icon-3 {
  background-image: url(/en/img/local_3_on.png);
}
.contact-wrapper .map li:first-child {
  left: 55.7%;
  bottom: 12%;
}
.contact-wrapper .map li:nth-child(2) {
  left: 58.3%;
  bottom: 16.9%;
}
.contact-wrapper .map li:nth-child(3) {
  left: 4.4%;
  top: 26.3%;
}
.contact-wrapper .map li:nth-child(4) {
  left: 54%;
  bottom: 18.1%;
}
.contact-wrapper .map li:nth-child(5) {
  left: 54.6%;
  bottom: 18.3%;
}
.contact-wrapper .map li:nth-child(6) {
  left: 55.3%;
  bottom: 18.5%;
}
.contact-wrapper .map li:nth-child(7) {
  left: 55.9%;
  bottom: 18.75%;
}
.contact-wrapper .map li:nth-child(8) {
  left: 59.6%;
  bottom: 20%;
}
.contact-wrapper .map li:nth-child(9) {
  left: 63.2%;
  bottom: 13%;
}
.contact-wrapper .map li:nth-child(10) {
  left: 57.6%;
  bottom: 9.8%;
}
.contact-wrapper .map li:nth-child(11) {
  right: 15.3%;
  bottom: 37.4%;
}
.contact-wrapper .map li:nth-child(11) .hidebox {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 7px;
}
.contact-wrapper .map .icon {
  width: 0.3rem;
  height: 0.45rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  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;
}
.contact-wrapper .map .icon img {
  display: block;
}
.contact-wrapper .map .icon-1 {
  background-image: url(/en/img/local_1.png);
}
.contact-wrapper .map .icon-2 {
  background-image: url(/en/img/local_2.png);
}
.contact-wrapper .map .icon-3 {
  background-image: url(/en/img/local_3.png);
}
.contact-wrapper .icon-2 + .hidebox {
  background-color: #f4b22c;
}
.contact-wrapper .icon-3 + .hidebox {
  background-color: #ffed00;
}
.contact-wrapper .hidebox {
  background: #e50012;
  border-radius: 5px;
  position: absolute;
  margin-left: 7px;
  left: 100%;
  top: 0;
  z-index: 10;
  width: 4.58rem;
  transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -ms-transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  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;
}
.contact-wrapper .hidebox:hover .title:after {
  transform: translateX(-4px);
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -o-transform: translateX(-4px);
}
.contact-wrapper .hidebox .info {
  margin-top: 6px;
  padding-bottom: 7px;
}
.contact-wrapper .hidebox .title,
.contact-wrapper .hidebox p {
  color: #fff;
}
.contact-wrapper .hidebox .title {
  position: relative;
  display: block;
  font-size: 0.23rem;
  line-height: 0.52rem;
  padding-right: 0.52rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-wrapper .hidebox .title:after {
  display: block;
  content: "";
  width: 0.22rem;
  height: 100%;
  position: absolute;
  right: 0.1rem;
  top: 0;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/en/img/cright.png);
  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;
}
.contact-wrapper .hidebox .title,
.contact-wrapper .hidebox p {
  padding-left: 0.13rem;
}
.contact-wrapper .hidebox p {
  font-size: 15px;
  line-height: 24px;
  padding-right: 0.13rem;
  margin-bottom: 2px;
}
.contact-wrapper .hidebox p:last-child {
  margin-bottom: 0;
}
.contact-wrapper .hidebox p img {
  display: inline-block;
  width: 17px;
  margin-right: 3px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.contact-wrapper .brief {
  display: inline-block;
  margin-top: 0.72rem;
  padding: 0 1.2rem 0.2rem;
  border-bottom: 2px solid #cdcdce;
}
.contact-wrapper .brief span {
  font-size: var(--fs36);
  font-weight: 700;
  color: #e50012;
  margin-right: 1.7rem;
}
.contact-wrapper .brief span:last-child {
  margin-right: 0;
}
.contact-wrapper .brief span:nth-child(2) {
  color: #f4b22c;
}
.contact-wrapper .brief span:nth-child(3) {
  color: #ffed00;
}
.contact-wrapper .brief span img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 0.3rem;
  margin-right: 0.14rem;
}
.contacts-wrapper .main {
  position: relative;
  width: 13.17rem;
  text-align: center;
  margin: 0 auto;
}
.contacts-wrapper .main ul {
  list-style-type: none;
}
.contacts-wrapper .map {
  position: relative;
  margin-top: -0.9rem;
}
.contacts-wrapper .map ul {
  list-style-type: none;
}
.contacts-wrapper .map li {
  position: absolute;
  z-index: 10;
  text-align: left;
}
.contacts-wrapper .map li:first-child {
  left: 54.8%;
  bottom: 20.2%;
}
.contacts-wrapper .map li:first-child:after {
  content: "";
  width: 100%;
  height: 0.45rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/en/img/locals.png);
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 10;
  margin: 0 auto;
  animation: wordsLoop 2s linear infinite;
}
.contacts-wrapper .map li:nth-child(2) {
  left: 0;
  top: 0;
  text-align: right;
  left: 20.5%;
  top: 22.5%;
}
.contacts-wrapper .map li:nth-child(3) {
  left: 28.9%;
  bottom: 26%;
}
.contacts-wrapper .map li:nth-child(4) {
  left: 36.4%;
  bottom: 11.8%;
}
.contacts-wrapper .map li:nth-child(5) {
  right: 32%;
  top: 51%;
}
.contacts-wrapper .map li:nth-child(6) {
  right: 16.2%;
  top: 70%;
}
.contacts-wrapper .map li:nth-child(7) {
  right: 13.6%;
  bottom: 16.6%;
}
.contacts-wrapper .map li:nth-child(8) {
  right: 13.4%;
  bottom: 8.8%;
}
.contacts-wrapper .map li:nth-child(6),
.contacts-wrapper .map li:nth-child(7),
.contacts-wrapper .map li:nth-child(8) {
  text-align: right;
}
.contacts-wrapper .map li h4 {
  font-size: var(--fs24);
  color: #e50012;
  font-weight: 700;
  line-height: 0.36rem;
}
.contacts-wrapper .map li p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  font-family: 'Noto Sans SC';
  color: #e50012;
  margin-top: 0.13rem;
}
.contacts-wrapper .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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.48rem;
  align-items: flex-end;
}
.contacts-wrapper .list .item {
  position: relative;
  text-align: left;
  min-width: 26.5%;
  padding-bottom: 3px;
}
.contacts-wrapper .list .item:after {
  content: "";
  background: #e50012;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.contacts-wrapper .list .cat,
.contacts-wrapper .list .item:after {
  width: 273px;
}
.contacts-wrapper .list .cat {
  position: relative;
  font-size: var(--fs36);
  color: #e50012;
  line-height: 0.48rem;
  cursor: pointer;
  user-select: none;
  font-weight: 700;
}
.contacts-wrapper .list .cat.on i:after {
  transform: rotate(90deg);
}
.contacts-wrapper .list .cat i {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  z-index: 10;
}
.contacts-wrapper .list .cat i:before,
.contacts-wrapper .list .cat i:after {
  content: "";
  background: #e50012;
  position: absolute;
  z-index: 1;
  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;
}
.contacts-wrapper .list .cat i:before {
  width: 100%;
  height: 4px;
  margin-top: -2px;
  left: 0;
  top: 50%;
}
.contacts-wrapper .list .cat i:after {
  height: 100%;
  width: 4px;
  margin-left: -2px;
  top: 0;
  left: 50%;
}
.contacts-wrapper .list ul {
  margin-top: 0.1rem;
  display: none;
}
.contacts-wrapper .list li {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 18px;
  margin-bottom: 0.14rem;
}
.container {
  margin: 0 auto;
}
.party-wrapper {
  background: #f4f4f4;
}
.party-wrapper .container {
  width: 83.33%;
}
.party-wrapper .firstbox {
  margin-bottom: 0.26rem;
}
.party-wrapper .firstbox 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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0.58rem 24px 0.9rem;
  border: 2px solid #f0d8d9;
  background-color: #fff;
  transition: border 0.4s ease;
  -webkit-transition: border 0.4s ease;
  -moz-transition: border 0.4s ease;
  -ms-transition: border 0.4s ease;
  -o-transition: border 0.4s ease;
}
.party-wrapper .firstbox a:hover {
  border-color: #e50012;
}
.party-wrapper .firstbox a: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);
}
.party-wrapper .firstbox a:hover .title {
  color: #e50012;
}
.party-wrapper .firstbox .pic {
  width: 44.07%;
}
.party-wrapper .firstbox .info {
  width: 45.11%;
}
.party-wrapper .firstbox .title {
  font-size: var(--fs24);
  color: #595757;
  font-family: 'Noto Sans SC';
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 1.6rem;
  padding-right: 0.56rem;
  text-align: justify;
  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;
}
.party-wrapper .firstbox .line {
  width: 0.3rem;
  height: 1px;
  background: #f28089;
  margin: 0.55rem 0 0.37rem;
}
.party-wrapper .firstbox .desc {
  font-size: 14px;
  color: #7f7f80;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 96px;
  margin-top: 0.36rem;
}
.party-wrapper .firstbox .bottom {
  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;
}
.party-wrapper .firstbox .icon {
  width: 0.45rem;
  height: 0.18rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/en/img/pright.png);
}
.party-wrapper .firstbox .date {
  font-size: 14px;
  color: #7f7f80;
  line-height: 24px;
}
.party-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.party-box li {
  width: 49.375%;
  margin-top: 1.25%;
  background: url(/en/img/plus.jpg) no-repeat right bottom;
  background-size: 0.46rem;
  background-color: #fff;
}
.party-box li:nth-child(-n + 2) {
  margin-top: 0;
}
.party-box li a {
  display: block;
  padding-top: 0.4rem;
  padding-bottom: 18px;
  border: 1px solid #edb1b2;
  transition: border 0.4s ease;
  -webkit-transition: border 0.4s ease;
  -moz-transition: border 0.4s ease;
  -ms-transition: border 0.4s ease;
  -o-transition: border 0.4s ease;
}
.party-box li a:hover {
  border-color: #e50012;
}
.party-box li a: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);
}
.party-box li a:hover .title {
  color: #e50012;
}
.party-box .pic {
  width: 2.93rem;
}
.party-box .pic img {
  height: 1.96rem;
  object-fit: cover;
}
.party-box .info {
  flex: 1;
  margin-right: 0.65rem;
  overflow: hidden;
}
.party-box .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 */
  margin-top: 0.52rem;
  align-items: center;
}
.party-box .title,
.party-box .box,
.party-box .date {
  padding-left: 0.9rem;
  padding-right: 0.6rem;
}
.party-box .title {
  color: #595757;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--fs24);
  line-height: 26px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  position: relative;
  font-family: 'Noto Sans SC';
}
.party-box .title:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #e50012;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.party-box .desc {
  font-size: 12px;
  color: #7f7f80;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  height: 1.68rem;
  line-height: 0.24rem;
}
.party-box .date {
  font-size: 14px;
  color: #7f7f80;
  line-height: 24px;
  margin-top: 20px;
}
.page-caption-box {
  margin-bottom: 0.8rem;
}
.page-caption-box.mb40 {
  margin-bottom: 0.4rem;
}
.page-caption-box.center {
  text-align: center;
}
.page-caption-box.center .line {
  margin-left: auto;
  margin-right: auto;
}
.page-caption-box .caption {
  font-size: 0.46rem;
  font-weight: 700;
  line-height: 0.48rem;
  color: #e50012;
}
.page-caption-box .line {
  width: 0.9rem;
  height: 4px;
  background: #e50012;
  margin-top: 0.18rem;
}
.page-caption-box .brief {
  font-size: var(--fs20);
  color: #595757;
  line-height: 0.3rem;
  margin-top: 0.12rem;
}
.page-caption {
  margin-bottom: 0.28rem;
}
.page-caption.center {
  text-align: center;
}
.page-caption.center .line {
  margin-left: auto;
  margin-right: auto;
}
.page-caption.xs .caption {
  font-size: var(--fs24);
  border-color: rgba(229, 0, 18, 0.4);
  line-height: 0.48rem;
}
.page-caption .caption {
  font-size: 0.46rem;
  color: #e50012;
  font-weight: 700;
  display: inline-block;
  line-height: 0.6rem;
  border-bottom: 2px solid #d9d9d9;
}
.page-box-2 {
  padding: 1.3rem 0;
}
.apply-wrapper .container {
  width: 82.81%;
}
.apply-wrapper .main {
  margin-left: 1.25rem;
}
.apply-wrapper .title {
  font-size: var(--fs22);
  color: #231815;
  line-height: 0.3rem;
  margin-bottom: 0.4rem;
}
.apply-wrapper .group {
  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-bottom: 0.2rem;
}
.apply-wrapper .group:last-child {
  margin-bottom: 0;
}
.apply-wrapper .group.selectbox {
  margin-bottom: 0.52rem;
}
.apply-wrapper .group.selectbox span {
  color: #e50012;
}
.apply-wrapper select,
.apply-wrapper .text {
  height: 0.48rem;
  line-height: 0.48rem;
}
.apply-wrapper .text,
.apply-wrapper .msg {
  width: 5.52rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.apply-wrapper .radiobox {
  display: none;
}
.apply-wrapper .radiobox:checked + label i {
  border-color: #e50012;
}
.apply-wrapper .radiobox:checked + label i:before {
  transform: scale(0.81);
  -webkit-transform: scale(0.81);
  -moz-transform: scale(0.81);
  -ms-transform: scale(0.81);
  -o-transform: scale(0.81);
  opacity: 1;
  visibility: visible;
}
.apply-wrapper label {
  cursor: pointer;
  margin-right: 0.2rem;
  -moz-user-select: none;
  /*»ðºü*/
  -webkit-user-select: none;
  /*webkitä¯ÀÀÆ÷*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*ÔçÆÚä¯ÀÀÆ÷*/
  user-select: none;
}
.apply-wrapper label:last-child {
  margin-right: 0;
}
.apply-wrapper label i {
  display: inline-block;
  margin-right: 8px;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  position: relative;
  vertical-align: middle;
  top: -1px;
  border: 1px solid #bababa;
}
.apply-wrapper label i:before {
  border-radius: 50%;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  background: #e50012;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 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;
}
.apply-wrapper label,
.apply-wrapper select,
.apply-wrapper .text,
.apply-wrapper .msg,
.apply-wrapper span {
  font-family: 'Noto Sans SC';
  font-size: var(--fs22);
  color: #231815;
}
.apply-wrapper span {
  width: 118px;
}
.apply-wrapper span i {
  color: #e50012;
  font-style: normal;
  margin-left: 2px;
}
.apply-wrapper select,
.apply-wrapper .text,
.apply-wrapper .msg {
  border: 2px solid #bababa;
}
.apply-wrapper select {
  cursor: pointer;
  text-align: center;
  padding: 0 0.4rem;
  width: 3.02rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/en/img/idown3.png) no-repeat right 15px center;
  background-size: 0.22rem;
  margin-right: 6px;
}
.apply-wrapper select:last-child {
  margin-right: 0;
}
.apply-wrapper .btn {
  position: absolute;
  left: 0;
  bottom: -0.18rem;
  z-index: 10;
  width: 96px;
  line-height: 22px;
  height: 24px;
  text-align: center;
  border-radius: 3px;
  color: #e50012;
  font-size: 10px;
  background: #fff;
  border: 1px solid #c6c6c7;
}
.apply-wrapper .btn:hover {
  background: #e50012;
  border-color: #e50012;
  color: #fff;
}
.apply-wrapper .btn:hover i {
  background-image: url(/en/img/flag2.png);
}
.apply-wrapper .btn i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 14px;
  height: 14px;
  background-image: url(/en/img/flag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -2px;
  margin-right: 6px;
  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;
}
.apply-wrapper .msg {
  height: 1.5rem;
  line-height: 0.3rem;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.apply-wrapper .btn-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 */
  margin-left: 118px;
}
.apply-wrapper .btn-box a {
  display: block;
  width: 1.6rem;
  line-height: 0.5rem;
  font-size: var(--fs22);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-right: 0.2rem;
  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;
}
.apply-wrapper .btn-box a:last-child {
  margin-right: 0;
}
.apply-wrapper .btn-box a:first-child {
  background: #e50012;
}
.apply-wrapper .btn-box a:first-child:hover {
  box-shadow: 0 2px 30px rgba(229, 0, 18, 0.3);
}
.apply-wrapper .btn-box a.cancel {
  background: #9b9b9c;
}
.apply-wrapper .btn-box a.cancel:hover {
  box-shadow: 0 2px 30px rgba(155, 155, 156, 0.5);
}
.jobinfo-wrapper .container {
  width: 82.81%;
}
.jobinfo-wrapper .main .caption {
  font-size: var(--fs22);
  color: #717071;
  line-height: 0.38rem;
  font-weight: 700;
  margin-bottom: 2px;
}
.jobinfo-wrapper .top {
  padding: 16px 36px;
  background: #ebebec;
  margin-bottom: 0.42rem;
}
.jobinfo-wrapper .top .title {
  font-size: var(--fs22);
  color: #3e3a39;
  font-weight: 700;
  line-height: 0.4rem;
  margin-bottom: 0.18rem;
}
.jobinfo-wrapper .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;
  align-items: center;
}
.jobinfo-wrapper .other span {
  font-size: 12px;
  color: #595757;
  line-height: 20px;
  margin-right: 22px;
}
.jobinfo-wrapper .other span:last-child {
  margin-right: 0;
}
.jobinfo-wrapper .other img {
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -2px;
  margin-right: 6px;
}
.jobinfo-wrapper .return:hover {
  color: #e50012;
}
.jobinfo-wrapper .return:hover i {
  background-image: url(/en/img/return2.png);
}
.jobinfo-wrapper .return i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 19px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/en/img/return.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;
  margin-right: 12px;
}
.jobinfo-wrapper .content {
  font-size: var(--fs22);
  line-height: 0.38rem;
  color: #717071;
  margin-bottom: 27px;
}
.jobinfo-wrapper .content:nth-child(2) {
  margin-bottom: 0.85rem;
}
.jobinfo-wrapper .content:last-child {
  margin-bottom: 0;
}
.job-wrapper .container {
  width: 83.33%;
}
.job-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;
}
.job-wrapper .other-box {
  width: 2.75rem;
}
.job-wrapper .form {
  position: relative;
  /* input placeholder  */
}
.job-wrapper .form .text {
  background: #ebebec;
  border-radius: 8px;
  padding: 0 0.2rem;
  width: 100%;
  line-height: 0.52rem;
  font-size: var(--fs20);
  color: #040000;
}
.job-wrapper .form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #858585;
  font-size: var(--fs20);
}
.job-wrapper .form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #858585;
  font-size: var(--fs20);
}
.job-wrapper .form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #858585;
  font-size: var(--fs20);
}
.job-wrapper .form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #858585;
  font-size: var(--fs20);
}
.job-wrapper .form a {
  position: absolute;
  display: block;
  right: 0.2rem;
  top: 0;
  line-height: 0.52rem;
}
.job-wrapper .form a img {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 17px;
}
.job-wrapper .filter-box .item {
  margin-top: 0.26rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #f28089;
}
.job-wrapper .filter-box .caption {
  position: relative;
  cursor: pointer;
  font-size: var(--fs20);
  font-family: 'Noto Sans SC';
  color: #040000;
  line-height: 0.34rem;
  margin-bottom: 3px;
}
.job-wrapper .filter-box .caption.on i:after {
  transform: rotate(90deg);
}
.job-wrapper .filter-box .caption i {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.1rem;
  z-index: 10;
}
.job-wrapper .filter-box .caption i:before,
.job-wrapper .filter-box .caption i:after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #e50012;
}
.job-wrapper .filter-box .caption i:before {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.job-wrapper .filter-box .caption i:after {
  height: 100%;
  width: 2px;
  top: 0;
  left: 50%;
  margin-left: -1px;
  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;
}
.job-wrapper .filter-box .list {
  display: none;
}
.job-wrapper .filter-box .list a {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  display: block;
  margin-bottom: 3px;
  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;
}
.job-wrapper .filter-box .list a:last-child {
  margin-bottom: 0;
}
.job-wrapper .filter-box .list a.on,
.job-wrapper .filter-box .list a:hover {
  color: #e50012;
}
.job-wrapper .job-box {
  width: 76.25%;
}
.job-wrapper ul {
  list-style-type: none;
}
.job-wrapper .box-2 {
  margin-top: 1.4rem;
}
.job-wrapper .box-2 .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;
  align-items: flex-start;
}
.job-wrapper .box-2 .list,
.job-wrapper .box-2 .pic {
  width: 46.875%;
}
.job-wrapper .box-2 .list {
  padding-top: 0.6rem;
}
.job-wrapper .box-2 .list a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3e3a39;
  font-size: var(--fs26);
  line-height: 0.36rem;
  margin-bottom: 0.12rem;
  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;
}
.job-wrapper .box-2 .list a:last-child {
  margin-bottom: 0;
}
.job-wrapper .box-2 .list a:hover {
  color: #e50012;
}
.job-wrapper .box-2 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.job-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 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.job-box li {
  width: 49.18%;
  margin-top: 1.64%;
}
.job-box li a {
  position: relative;
  display: block;
  border-radius: 8px;
  padding: 13px 24px;
  border: 1px solid #e0e0e0;
  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;
}
.job-box li:hover a {
  border-color: #fbd7d9;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.job-box li:nth-child(-n + 2) {
  margin-top: 0;
}
.job-box .title {
  font-size: var(--fs24);
  color: #040000;
  line-height: 0.36rem;
  margin-bottom: 2px;
}
.job-box .title span {
  display: inline-block;
  background: #d8d9d9;
  border-radius: 5px;
  text-align: center;
  padding: 0 15px;
  font-size: var(--fs14);
  color: #040000;
  min-width: 96px;
  line-height: 24px;
  margin-left: 0.12rem;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.job-box .time,
.job-box p {
  font-size: var(--fs14);
  color: #3e3a39;
  line-height: 30px;
}
.job-box .time {
  position: absolute;
  right: 24px;
  bottom: 13px;
  z-index: 10;
}
.talent-wrapper .container {
  width: 83.33%;
}
.talent-wrapper .content {
  font-size: var(--fs24);
  color: #717071;
  line-height: 0.42rem;
}
.talent-wrapper .box-2 {
  margin-top: 0.46rem;
}
.talent-wrapper .box-2 .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 */
  flex-flow: wrap;
}
.talent-wrapper .box-2 .item {
  width: 24.625%;
  margin-right: 0.5%;
  margin-top: 0.5%;
  border: 1px solid #f6afb4;
}
.talent-wrapper .box-2 .item:nth-child(-n + 4) {
  margin-top: 0;
}
.talent-wrapper .box-2 .item:nth-child(4n) {
  margin-right: 0;
}
.talent-wrapper .box-2 .top {
  background: #e50012;
  color: #fff;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 6px;
}
.talent-wrapper .box-2 .top .title {
  font-size: var(--fs22);
  font-weight: 700;
  line-height: 0.36rem;
}
.talent-wrapper .box-2 .top p {
  font-size: var(--fs17);
  line-height: 24px;
}
.talent-wrapper .box-2 ul {
  list-style-type: none;
}
.talent-wrapper .box-2 .desc,
.talent-wrapper .box-2 .desc li,
.talent-wrapper .box-2 .desc > b {
  font-size: var(--fs17);
  color: #595757;
  line-height: 26px;
}
.talent-wrapper .box-2 .desc {
  padding: 16px 10px 0.68rem;
  text-align: left;
}
.talent-wrapper .box-2 li {
  position: relative;
  padding-left: 18px;
}
.talent-wrapper .box-2 li i {
  color: #e50012;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
}
.talent-wrapper .box-2 li b {
  font-weight: 500;
  font-family: 'Noto Sans SC';
}
.mt {
  margin-top: 1.2rem;
}
.cat-box {
  text-align: center;
  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: 1.2rem;
}
.cat-box a {
  display: block;
  font-size: var(--fs30);
  color: #b6b6b6;
  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;
  margin-right: 0.6rem;
  text-align: center;
  min-width: 2.5rem;
  padding-bottom: 0.08rem;
  border-bottom: 2px solid #b6b6b6;
}
.cat-box a:last-child {
  margin-right: 0;
}
.cat-box a.on {
  color: #e50012;
  border-color: #e50012;
}
.concept-wrapper {
  padding-bottom: 0 !important;
}
.concept-wrapper .page-caption {
  margin-bottom: 0;
}
.concept-wrapper .container {
  width: 83.33%;
}
.concept-wrapper .box-1 .item {
  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-bottom: 0.42rem;
}
.concept-wrapper .box-1 .item:last-child {
  margin-bottom: 0;
}
.concept-wrapper .box-1 .item:nth-child(even) {
  flex-direction: row-reverse;
}
.concept-wrapper .box-1 .pic {
  width: 50%;
}
.concept-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.concept-wrapper .box-1 .info {
  width: 50%;
  text-align: center;
  padding: 0 1rem;
}
.concept-wrapper .box-1 .title {
  font-size: 0.46rem;
  color: #e50012;
  font-weight: 700;
  line-height: 0.6rem;
  margin-bottom: 0.78rem;
}
.concept-wrapper .box-1 .brief {
  font-size: var(--fs40);
  color: #717071;
  line-height: 0.58rem;
  border-bottom: 1px solid #717071;
  padding-bottom: 0.34rem;
}
.concept-wrapper .box-1 .brief em {
  display: inline-block;
  margin-right: 0.55rem;
  margin-top: 0.25rem;
}
.concept-wrapper .box-1 .brief em:last-child,
.concept-wrapper .box-1 .brief em:nth-child(6) {
  margin-right: 0;
}
.concept-wrapper .box-2 {
  position: relative;
}
.concept-wrapper .box-2 .info {
  position: absolute;
  left: 0;
  top: 0.92rem;
  z-index: 10;
  width: 100%;
}
.concept-wrapper .box-2 .title {
  font-size: 0.7rem;
  color: #fff;
  line-height: 1rem;
  font-weight: 700;
}
.concept-wrapper .box-3 {
  position: relative;
  margin-top: 0.78rem;
}
.concept-wrapper .box-3:before {
  height: 2.94rem;
  background: url(/en/img/mask.jpg) repeat-x bottom left;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.concept-wrapper .box-3 .container {
  position: relative;
  z-index: 10;
}
.concept-wrapper .box-3 .swiper-wrapper {
  align-items: flex-end;
}
.concept-wrapper .box-3 .swiper-slide {
  cursor: pointer;
  text-align: center;
  width: calc((100% - 90px) / 6);
  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;
}
.concept-wrapper .box-3 .swiper-slide.swiper-slide-active {
  width: 3rem;
}
.concept-wrapper .box-3 .swiper-slide.swiper-slide-active .name,
.concept-wrapper .box-3 .swiper-slide.swiper-slide-active .brief {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.concept-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);
}
.concept-wrapper .box-3 .pic {
  position: relative;
  z-index: 10;
}
.concept-wrapper .box-3 .info {
  position: relative;
  padding-top: 18px;
  padding-bottom: 0.66rem;
  height: 205px;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  z-index: 1;
}
.concept-wrapper .box-3 .name,
.concept-wrapper .box-3 .brief {
  opacity: 0;
  visibility: 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;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}
.concept-wrapper .box-3 .down {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.concept-wrapper .box-3 .reflection {
  width: 100%;
  height: 205px;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  opacity: 0.2;
  background-size: cover;
}
.concept-wrapper .box-3 .overlay {
  position: absolute;
  width: 101%;
  height: 205px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: -moz-linear-gradient(center bottom, #ffffff 20%, rgba(255, 255, 255, 0) 90%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 10%, #ffffff 30%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.3, #ffffff), color-stop(0.9, rgba(255, 255, 255, 0)));
}
.concept-wrapper .box-3 .brief {
  font-size: 14px;
  color: #595757;
  line-height: 24px;
}
.concept-wrapper .box-3 .brief,
.concept-wrapper .box-3 .name {
  position: relative;
  z-index: 10;
}
.concept-wrapper .box-3 .name {
  font-size: 16px;
  color: #040000;
  font-family: 'Noto Sans SC';
  line-height: 24px;
}
.environment-wrapper .container {
  width: 83.33%;
}
.environment-wrapper .swiper-box .swiper-slide:hover .pic,
.environment-wrapper .swiper-box .swiper-slide.on .pic {
  background: #fff;
}
.environment-wrapper .swiper-box .swiper-slide:hover img,
.environment-wrapper .swiper-box .swiper-slide.on img {
  opacity: 0.7;
}
.environment-wrapper .swiper-box .swiper-slide {
  cursor: pointer;
  width: 25%;
  padding-bottom: 0.55rem;
}
.environment-wrapper .swiper-box .swiper-slide.on:after {
  opacity: 1;
  visibility: visible;
}
.environment-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);
}
.environment-wrapper .swiper-box .swiper-slide:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.25rem;
  bottom: 0;
  z-index: 10;
  border: 0.25rem solid transparent;
  border-bottom-color: #d8d9d9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.environment-wrapper .swiper-box .pic {
  background: #000;
  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;
}
.environment-wrapper .swiper-box .pic img {
  opacity: 0.6;
  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;
}
.environment-wrapper .swiper-box .title {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  font-size: var(--fs26);
  color: #fff;
  font-weight: 700;
  line-height: 0.36rem;
  padding-bottom: 0.09rem;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 96%;
}
.environment-wrapper .swiper-box .title:after {
  content: "";
  width: calc(100% - 0.28rem);
  position: absolute;
  left: 0.14rem;
  bottom: 0;
  z-index: 10;
  height: 2px;
  background: #fff;
  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;
}
.environment-wrapper .detail-box .item {
  position: relative;
  padding: 10px;
  display: none;
  background: #d8d9d9;
}
.environment-wrapper .detail-box .swiper-slide {
  width: calc((100% - 12px) / 2);
  margin-right: 12px;
}
.environment-wrapper .detail-box .swiper-slide:last-child {
  margin-right: 0;
}
.environment-wrapper .detail-box .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);
}
.environment-wrapper .detail-box .swiper-container-horizontal {
  padding-bottom: 17px;
}
.environment-wrapper .detail-box .swiper-container-horizontal .swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.environment-wrapper .detail-box .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.7;
  background: #9b9b9c;
  margin: 0 2px;
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  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;
}
.environment-wrapper .detail-box .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:link,
.environment-wrapper .detail-box .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:visited,
.environment-wrapper .detail-box .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:active,
.environment-wrapper .detail-box .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.environment-wrapper .detail-box .swiper-container-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e50012;
}
.environment-wrapper .swiper-btn {
  width: 32px;
  height: 65px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 20px;
  display: none;
}
.environment-wrapper .swiper-btn:hover {
  background-color: #e50012;
}
.environment-wrapper .prev {
  left: 15px;
  background-image: url(/en/img/en-prev.png);
}
.environment-wrapper .prev:hover {
  background-image: url(/en/img/en-prev2.png);
}
.environment-wrapper .next {
  right: 15px;
  background-image: url(/en/img/en-next.png);
}
.environment-wrapper .next:hover {
  background-image: url(/en/img/en-next2.png);
}
.environment-wrapper .box-2 ul {
  position: relative;
  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;
}
.environment-wrapper .box-2 li {
  margin-right: 0.15rem;
  margin-top: 0.15rem;
}
.environment-wrapper .box-2 li:nth-child(-n + 2) {
  margin-top: 0;
}
.environment-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);
}
.environment-wrapper .box-2 .pic img {
  object-fit: cover;
}
.environment-wrapper .box-2 .title {
  color: #fff;
  font-family: 'Noto Sans SC';
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: absolute;
  left: 17px;
  top: 17px;
  z-index: 10;
  min-width: 2rem;
  line-height: 0.54rem;
  font-size: var(--fs26);
  text-align: center;
}
@keyframes sonTitleRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(110%);
  }
}
.social-wrapper .container {
  width: 83.33%;
}
.social-wrapper .caption {
  font-size: var(--fs28);
  color: #e50012;
  line-height: 0.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.social-wrapper .brief-box {
  margin-bottom: 0.35rem;
}
.social-wrapper .brief-box.active .brief:after,
.social-wrapper .brief-box.active .title:after {
  animation: sonTitleRight 2.6s ease both;
}
.social-wrapper .brief-box .title {
  font-size: var(--fs40);
  font-family: 'Noto Sans SC';
  color: #3e3a39;
  line-height: 0.58rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1rem;
  margin-bottom: 0.22rem;
  border-bottom: 1px solid #b0b0b0;
}
.social-wrapper .brief-box .title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  left: 0;
  top: -5%;
  transform-origin: 100% 50%;
  transform: translateZ(0);
  background: rgba(255, 255, 255, 0.7);
}
.social-wrapper .brief-box .caption {
  margin-bottom: 0.12rem;
}
.social-wrapper .brief-box .caption + .brief {
  text-indent: 40px;
}
.social-wrapper .brief-box .brief {
  position: relative;
  overflow: hidden;
  font-size: var(--fs20);
  color: #808080;
  line-height: 0.32rem;
}
.social-wrapper .brief-box .brief:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 110%;
  left: 0;
  top: -5%;
  transform-origin: 100% 50%;
  transform: translateZ(0);
  background: rgba(255, 255, 255, 0.7);
}
.social-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.social-wrapper .box-2 {
  background: #e1e1e1;
  padding: 28px 0;
  margin-top: 0.68rem;
}
.social-wrapper .box-2 .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.social-wrapper .box-2 .content {
  font-size: var(--fs17);
  color: #3e3a39;
  line-height: 0.46rem;
  text-indent: 40px;
}
.social-wrapper .box-2 .info {
  width: 57.5%;
  padding: 0 1.5rem 0 0.9rem;
}
.social-wrapper .box-2 .pic {
  width: 42.5%;
}
.social-wrapper .box-3 {
  margin-top: 1.4rem;
}
.social-wrapper .box-3 .item:nth-child(even) .brief-box .title {
  color: #e50012;
}
.social-wrapper .box-3 .item > ul {
  list-style-type: none;
}
.social-wrapper .box-3 .item > ul > li {
  padding: 40px 0;
}
.social-wrapper .box-3 .item > ul > li:nth-child(even) {
  background: #eaeaea;
}
.social-wrapper .box-3 .item > ul > li:nth-child(even) .container {
  flex-direction: row-reverse;
}
.social-wrapper .box-3 .item > ul > li:nth-child(even) .info {
  padding-left: 22px;
}
.social-wrapper .box-3 .item > ul > li .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.social-wrapper .box-3 .info,
.social-wrapper .box-3 .pic {
  width: 42.5%;
}
.social-wrapper .box-3 .caption {
  margin-bottom: 0.24rem;
}
.social-wrapper .box-3 .desc {
  font-size: var(--fs20);
  color: #808080;
  line-height: 0.4rem;
}
.news-box li {
  background: #ebeae9;
  margin-bottom: 0.6rem;
  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;
  list-style-type: none;
}
.news-box li:last-child {
  margin-bottom: 0;
}
.news-box li:hover {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.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 .title {
  color: #e50012;
}
.news-box li a {
  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;
  padding: 30px 46px;
}
.news-box .pic {
  width: 4rem;
}
.news-box .pic + .info {
  width: 3.65rem;
}
.news-box .info {
  width: 5.9rem;
  margin-left: 1rem;
}
.news-box .title {
  font-size: 17px;
  color: #040000;
  line-height: 24px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: 'Noto Sans SC';
  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;
}
.news-box .desc,
.news-box .time {
  font-size: 10px;
  color: #7f7f80;
  line-height: 16px;
}
.news-box .desc {
  text-indent: 20px;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin: 20px auto 14px;
}
.news-box .time {
  display: inline-block;
  position: relative;
}
.news-box .time:before {
  content: "";
  width: 43%;
  height: 1px;
  background: #e50012;
  display: block;
  margin-bottom: 8px;
}
.news-box .icon {
  position: absolute;
  right: 0.88rem;
  top: 0;
  height: 100%;
  z-index: 10;
  width: 0.46rem;
  background-image: url(/en/img/plus.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.aboutGoods-wrapper .container {
  width: 83.33%;
}
.aboutGoods-wrapper .main {
  margin-right: 1.17rem;
  margin-left: 0;
  margin-bottom: 0.56rem;
  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;
  align-items: center;
}
.aboutGoods-wrapper .main .logo {
  width: 3.26rem;
  margin-right: 1.24rem;
}
.aboutGoods-wrapper .main .desc {
  width: 6.82rem;
  font-size: var(--fs18);
  color: #040000;
  line-height: 0.4rem;
}
.goods-box .item {
  margin-bottom: 0.35rem;
}
.goods-box .item:last-child {
  margin-bottom: 0;
}
.goods-box ul {
  position: relative;
  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 */
  align-items: flex-start;
}
.goods-box li {
  position: relative;
  width: calc((100% - .7rem) / 3);
  margin-right: 0.35rem;
}
.goods-box li:last-child {
  margin-right: 0;
}
.goods-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);
}
.goods-box li:nth-child(3) {
  position: absolute;
  right: calc((100% - .7rem) / 3);
  bottom: 0;
  z-index: 10;
}
.goods-box li:nth-child(2) img,
.goods-box li:nth-child(3) img {
  height: calc(7.35rem / 2);
}
.goods-box .title {
  font-size: var(--fs20);
  color: #040000;
  line-height: 0.3rem;
  text-align: left;
  margin-bottom: 0.44rem;
}
.goods-box .pic img {
  height: 7.7rem;
  object-fit: cover;
}
.goods-box .info {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: calc(100% - 1.6rem);
  z-index: 10;
  text-align: center;
}
.goods-box .num {
  display: inline-block;
  font-size: 0.86rem;
  color: #d61619;
  font-family: 'Noto Sans SC';
  margin: 0 4px;
}
.goods-box p,
.goods-box .brief {
  font-size: 0.23rem;
  color: #040000;
  font-family: 'Noto Sans SC';
  line-height: 0.36rem;
}
.goods-box p em,
.goods-box .brief em {
  display: inline-block;
  font-size: 0.35rem;
  color: #e50012;
  font-weight: 700;
  margin-right: 0.15rem;
}
.goods-box .brief {
  margin-bottom: 0.14rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #767372;
}
.goods-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-wrapper .main {
  width: 1050px;
  margin: 0 auto;
}
.goods-wrapper .base .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: flex-start;
}
.goods-wrapper .base .info {
  width: 528px;
}
.goods-wrapper .base .info > p,
.goods-wrapper .base .content {
  font-size: var(--fs18);
  color: #040000;
  line-height: 0.4rem;
}
.goods-wrapper .base h1.title {
  font-size: 0.5rem;
  color: #3d3a39;
  line-height: 0.6rem;
  margin-bottom: 0.48rem;
}
.goods-wrapper .base .pic {
  width: 380px;
}
.goods-wrapper .base .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-wrapper .caption {
  font-size: var(--fs20);
  color: #040000;
  font-family: 'Noto Sans SC';
  line-height: 0.36rem;
  margin-bottom: 0.14rem;
}
.goods-wrapper .caption.line {
  padding-bottom: 6px;
  border-bottom: 1px solid #727070;
}
.goods-wrapper .slide-btn {
  text-align: right;
  margin-bottom: 9px;
}
.goods-wrapper .slide-btn.on .icon {
  transform: rotate(180deg);
}
.goods-wrapper .slide-btn .icon {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 6px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/en/img/iup.png);
}
.goods-wrapper .content table {
  width: 100%;
  text-align: center;
}
.goods-wrapper .content table th {
  height: 50px;
}
.goods-wrapper .content table td {
  font-size: 11px;
  color: #8b8c8c;
  line-height: 24px;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #eceded;
}
.mt140 {
  margin-top: 1.4rem;
}
.usage-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;
}
.usage-box li {
  width: 122px;
  margin-right: 32px;
}
.usage-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);
}
.usage-box li .pic {
  border-radius: 10px;
}
.usage-box li .pic img {
  height: 122px;
  object-fit: cover;
}
.usage-box li .pic p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}
.usage-box li p {
  font-size: var(--fs15);
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  padding: 0 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;
}
.research-wrapper .container {
  width: 83.33%;
}
.research-wrapper .bg {
  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;
  justify-content: flex-end;
  height: 5.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.research-wrapper .desc {
  font-size: 17px;
  color: #fff;
  line-height: 0.32rem;
  text-indent: 40px;
}
.research-wrapper .desc p {
  text-indent: 40px;
}
.research-wrapper .item .pic {
  width: 45%;
  position: relative;
  margin-top: -3.53rem;
  border: 0.1rem solid #d4ac67;
}
.research-wrapper .item .inner,
.research-wrapper .item .info {
  width: 40%;
}
.research-wrapper .item .title {
  font-size: var(--fs40);
  line-height: 0.48rem;
  color: #fff;
  font-family: 'Noto Sans SC';
  margin-bottom: 0.25rem;
}
.research-wrapper .item > .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
.research-wrapper .item .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.research-wrapper .inner {
  margin-right: 0;
  margin-left: auto;
}
.research-wrapper .info {
  margin-top: 0.76rem;
}
.research-wrapper .info .title {
  color: #e50012;
}
.research-wrapper .info .desc {
  color: #3e3a39;
}
.research-wrapper .info .desc,
.research-wrapper .info .desc > p {
  text-indent: 0;
}
.rights-wrapper .container {
  width: 83.33%;
}
.rights-wrapper .item {
  position: relative;
  margin-bottom: 0.6rem;
}
.rights-wrapper .item:last-child {
  margin-bottom: 0;
}
.rights-wrapper .item .title {
  font-size: var(--fs22);
  color: #e50012;
  font-family: 'Noto Sans SC';
  line-height: 0.32rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px solid #ccc;
}
.rights-wrapper .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 4.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.rights-wrapper .pic {
  border: 0.1rem solid #d4ac67;
}
.rights-wrapper ul {
  position: relative;
  z-index: 10;
  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;
  padding-top: 0.93rem;
}
.rights-wrapper ul li {
  width: 21.25%;
  margin-right: 18.125%;
}
.rights-wrapper ul li:last-child {
  margin-right: 0;
}
.rights-wrapper ul 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);
}
.rights-wrapper .info {
  margin-top: 0.3rem;
}
.rights-wrapper .desc {
  font-size: 14px;
  color: #595757;
  line-height: 28px;
}
.honor-wrapper .container {
  width: 83.33%;
}
.honor-wrapper .page-caption-box .desc {
  font-size: var(--fs25);
  color: #3e3a39;
  font-family: 'Noto Sans SC';
  line-height: 0.58rem;
  width: 59%;
  margin: 0.24rem 0 0;
}
.honor-wrapper .main {
  padding: 20px 0;
  background: #f2f2f2;
}
.honor-wrapper .main .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.honor-wrapper .main .pic {
  width: 37.625%;
}
.honor-wrapper .data {
  width: 50%;
}
.honor-wrapper .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 */
  flex-flow: wrap;
}
.honor-wrapper .data li {
  width: 50%;
  padding-top: 0.28rem;
  margin-top: 18px;
  border-top: 2px solid rgba(229, 0, 18, 0.4);
}
.honor-wrapper .data li:nth-child(-n + 2) {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.honor-wrapper .data .inner {
  display: inline-block;
  text-align: center;
}
.honor-wrapper .data .tag {
  font-size: var(--fs22);
  color: #e50012;
  text-align: right;
  font-family: 'Noto Sans SC';
  line-height: 24px;
}
.honor-wrapper .data .num {
  color: #e50012;
  font-size: var(--fs25);
  font-family: 'Noto Sans SC';
  height: 0.7rem;
  line-height: 0.7rem;
}
.honor-wrapper .data .num span {
  font-size: 0.86rem;
  font-weight: 700;
  margin-right: 5px;
}
.honor-wrapper .data p {
  font-size: var(--fs18);
  color: #727171;
  line-height: 0.3rem;
  margin-top: 0.23rem;
}
.honor-wrapper .swiper-box .swiper-container {
  padding: 0.46rem;
  margin: 0 -0.46rem;
}
.honor-wrapper .swiper-box .swiper-slide {
  width: 7.5rem;
  text-align: center;
}
.honor-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);
}
.honor-wrapper .swiper-box .pic {
  background: #dedede;
  border: 0.2rem solid #dedede;
  border-radius: 0.1rem;
  box-shadow: 0 2px 30px rgba(0 0 0 / 30%);
}
.honor-wrapper .swiper-box .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
}
.honor-wrapper .swiper-box .info {
  opacity: 0;
  visibility: hidden;
}
.honor-wrapper .swiper-box .title {
  font-size: var(--fs24);
  color: #231815;
  line-height: 0.3rem;
  font-family: 'Noto Sans SC';
  margin-top: 18px;
}
.honor-wrapper .swiper-box p {
  font-size: var(--fs14);
  color: #727171;
  line-height: 24px;
  font-family: 'Noto Sans SC';
  margin-top: 1px;
}
.honor-wrapper .swiper-box .swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.honor-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #d5d6d6;
  margin: 0 3px;
  width: 0.5rem;
  height: 3px;
  border: none;
  border-radius: 0;
  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;
}
.honor-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:link,
.honor-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:visited,
.honor-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:active,
.honor-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.honor-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e50012;
}
.base-wrapper .container {
  width: 83.33%;
}
.base-wrapper .page-title-box {
  margin-bottom: 28px;
}
.base-wrapper .item-box {
  margin-bottom: 25px;
}
.base-wrapper .item-box:last-child {
  margin-bottom: 0;
}
.base-wrapper .item-box:nth-child(even) .item:nth-child(odd) .info,
.base-wrapper .item-box:nth-child(odd) .item:nth-child(odd) .info {
  left: auto;
  right: 0;
  padding-right: 8.355%;
  padding-left: 0;
  background: url(/en/img/basebg-r.png) no-repeat left top;
  background-size: 100% 100%;
  justify-content: flex-end;
}
.base-wrapper .item {
  position: relative;
}
.base-wrapper .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.base-wrapper .item .pic img {
  transition-duration: 3s;
}
.base-wrapper .item .info {
  width: 58.38%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-left: 8.355%;
  background: url(/en/img/basebg-l.png) no-repeat left top;
  background-size: 100% 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;
}
.base-wrapper .item .inner {
  width: 5.6rem;
}
.base-wrapper .item .title {
  font-size: var(--fs24);
  color: #e50012;
  font-weight: 700;
  line-height: 0.36rem;
  margin-bottom: 4px;
}
.base-wrapper .item .subTitle {
  font-size: var(--fs18);
  color: #e50012;
  margin-bottom: 12px;
  line-height: 22px;
  font-family: 'Noto Sans SC';
}
.base-wrapper .item .desc {
  font-size: 14px;
  color: #3e3a39;
  line-height: 0.34rem;
  text-indent: 2em;
  max-height: 3.06rem;
  overflow-y: auto;
  padding-right: 14px;
}
.base-wrapper .item .desc::-webkit-scrollbar {
  width: 4px;
}
.base-wrapper .item .desc::-webkit-scrollbar-track {
  background-color: #eaeaea;
}
.base-wrapper .item .desc::-webkit-scrollbar-thumb {
  background-color: #e50012;
}
.base-wrapper .item a {
  position: absolute;
  right: 0.6rem;
  bottom: 18px;
  z-index: 10;
  font-size: 14px;
  color: #3e3a39;
  padding-right: 8px;
  line-height: 24px;
  background-image: url(/en/img/right.png);
  background-repeat: no-repeat;
  background-position: right top 6px;
  background-size: 6px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.base-wrapper .item a:hover {
  color: #e50012;
  background-image: url(/en/img/right2.png);
}
.base-wrapper .swiper-box {
  margin-top: 0.9rem;
}
.base-wrapper .swiper-container {
  padding-bottom: 0.66rem;
}
.base-wrapper .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);
}
.base-wrapper .swiper-slide {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
}
.base-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.base-wrapper .swiper-slide img {
  height: 3.4rem;
  object-fit: cover;
}
.base-wrapper .swiper-btn {
  width: 0.45rem;
  height: 1rem;
  display: none;
  margin-top: -0.33rem;
}
.base-wrapper .prev {
  left: 2px;
  background-image: url(/en/img/b-prev.png);
}
.base-wrapper .prev:hover {
  background-image: url(/en/img/b-prev2.png);
}
.base-wrapper .next {
  right: 2px;
  background-image: url(/en/img/b-next.png);
}
.base-wrapper .next:hover {
  background-image: url(/en/img/b-next2.png);
}
.base-wrapper .swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.base-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  margin: 0 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid #939394;
  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;
}
.base-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.base-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.base-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.base-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.base-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #e50012;
}
.ad-box {
  width: 83.33%;
  height: 5.6rem;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  margin: 0 auto;
  background-position: center center;
}
.ad-box.on {
  width: 100%;
}
.baseinfo-wrapper .container {
  width: 83.33%;
}
.baseinfo-wrapper .title {
  font-size: var(--fs28);
  color: #e50012;
  font-weight: 700;
  line-height: 0.48rem;
  text-align: center;
  margin-bottom: 0.42rem;
}
.baseinfo-wrapper .content {
  width: 13.2rem;
  margin: 0 auto;
  font-size: var(--fs22);
  color: #595757;
  line-height: 0.46rem;
  text-indent: 40px;
  margin-top: 0.42rem;
}
.about-wrapper .container {
  width: 83.33%;
}
.about-wrapper .page-title-box {
  margin-bottom: 28px;
}
.about-wrapper .base {
  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;
  width: 930px;
  margin: 0.45rem auto 0.78rem;
}
.about-wrapper .base .desc {
  font-size: var(--fs16);
  color: #727171;
  line-height: 26px;
}
.about-wrapper .base .desc p {
  text-indent: 40px;
}
.about-wrapper .base .pic {
  width: 3.26rem;
}
.about-wrapper .base .info {
  flex: 1;
  overflow: hidden;
  margin-left: 76px;
}
.about-wrapper .video-box .info {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}
.about-wrapper .video-box .page-title-box {
  margin-bottom: 0;
}
.about-wrapper .box-3 {
  margin-top: 48px;
}
.about-wrapper .data {
  background: #d5d6d6;
  padding: 0.6rem 0 0.55rem;
}
.about-wrapper .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 */
}
.about-wrapper .data li {
  position: relative;
  width: 25%;
  padding: 0.1rem 0.4rem 6px;
  text-align: center;
}
.about-wrapper .data li:last-child:after {
  display: none;
}
.about-wrapper .data li:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #979797;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.about-wrapper .data .num {
  color: #e50012;
  font-size: var(--fs28);
  height: 0.5rem;
  line-height: 0.5rem;
}
.about-wrapper .data .num span {
  font-size: 0.56rem;
  margin-right: 4px;
}
.about-wrapper .data p {
  font-size: var(--fs22);
  color: #727171;
  line-height: 0.3rem;
  margin-top: 6px;
}
.about-wrapper .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;
  margin-top: 60px;
  align-items: flex-start;
}
.about-wrapper .main .pic {
  width: 30.25%;
}
.about-wrapper .main .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .main .info {
  margin-left: 0.48rem;
  flex: 1;
  overflow: hidden;
}
.about-wrapper .main .title {
  font-size: 21px;
  color: #231815;
  line-height: 30px;
  margin-bottom: 8px;
  font-weight: 700;
}
.about-wrapper .main .content {
  font-size: var(--fs16);
  color: #595757;
  line-height: 0.36rem;
}
.about-wrapper .main .content p {
  text-indent: 40px;
}
.video-box {
  position: relative;
  z-index: 10;
}
.video-box.on video {
  display: block;
}
.video-box.on .pic {
  display: none;
}
.video-box video {
  width: 100%;
  display: none;
}
.video-box .pic {
  position: relative;
  z-index: 10;
  background: #000;
}
.video-box .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-box .pic img {
  opacity: 0.9;
}
.video-box .play {
  position: relative;
  width: 42px;
  height: 42px;
  cursor: pointer;
  margin: 0 auto 20px;
}
.video-box .play:before,
.video-box .play:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.video-box .play:before {
  animation: iconScale2 2s linear infinite;
}
.video-box .play:after {
  animation: iconScale2 2s 1s linear infinite;
}
.video-box .play i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url(/en/img/play.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.history-wrapper {
  background: url(/en/img/history.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 8.333%;
  padding-right: 8.333%;
}
.history-wrapper .swiper-box {
  padding: 0 42px 0 114px;
}
.history-wrapper .swiper-container {
  z-index: 10;
}
.history-wrapper .box {
  max-height: 128px;
  overflow: auto;
}
.history-wrapper .prev {
  cursor: pointer;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 4px solid #e50012;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
}
.history-wrapper .prev p {
  font-size: var(--fs22);
  color: #e50012;
  font-family: 'Noto Sans SC';
  line-height: 24px;
}
.history-wrapper .prev span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Noto Sans SC';
}
.history-wrapper .next {
  width: 42px;
  height: 42px;
  background: url(/en/img/historybg.png) no-repeat center right;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  margin-top: -1px;
  cursor: pointer;
}
.history-wrapper .swiper-slide {
  height: 370px;
}
.history-wrapper .swiper-slide .item {
  position: relative;
  width: 100%;
  height: 50%;
  padding-left: 17px;
}
.history-wrapper .swiper-slide .item:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #e50012;
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 1;
}
.history-wrapper .swiper-slide .item:nth-child(odd) {
  padding-bottom: 15px;
}
.history-wrapper .swiper-slide .item:nth-child(even) {
  position: absolute;
  left: 50%;
  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 */
  align-items: flex-end;
  padding-top: 15px;
}
.history-wrapper .swiper-slide .item:nth-child(even) .icon {
  top: -9px;
  bottom: auto;
}
.history-wrapper .swiper-slide .item:nth-child(even) .icon:before {
  top: 100%;
  bottom: auto;
}
.history-wrapper .info {
  width: 100%;
}
.history-wrapper .icon {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #e50012;
  position: absolute;
  left: 0;
  bottom: -9px;
  z-index: 1;
}
.history-wrapper .icon:before {
  content: "";
  width: 4px;
  height: 28px;
  background: #e50012;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  z-index: 10;
  bottom: 100%;
}
.history-wrapper .item {
  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;
}
.history-wrapper .year {
  font-size: var(--fs25);
  font-family: 'Noto Sans SC';
  margin-bottom: 3px;
  line-height: 28px;
  color: #e50012;
  margin-bottom: 8px;
}
.history-wrapper .title {
  font-size: 14px;
  color: #fff;
  font-family: 'Noto Sans SC';
  line-height: 18px;
}
.history-wrapper .desc {
  font-size: 11px;
  color: #babbbb;
  line-height: 14px;
  margin-top: 2px;
}
.history-wrapper .swiper-slide-prev .item {
  opacity: 0;
  visibility: hidden;
}
.history-wrapper .swiper-pagination-progressbar {
  height: 3px;
  position: absolute;
  left: 74px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: calc(100% - 118px);
  background-color: #fff;
  bottom: auto;
  z-index: 1;
  border-radius: 0;
}
.history-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
  height: 100%;
  z-index: 1;
  background-color: #e50012;
  width: 100%;
  transform-origin: left center;
}
@keyframes iconScale2 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}
@media screen and (min-width: 1004px) {
  .cat-box a:hover {
    color: #e50012;
    border-color: #e50012;
  }
  .usage-box li:nth-child(-n + 7) {
    margin-top: 0;
  }
  .usage-box li:nth-child(7n),
  .usage-box li:last-child {
    margin-right: 0;
  }
  .contact-wrapper .map li:hover {
    z-index: 11;
  }
  .contact-wrapper .map li:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .contact-wrapper .map li:hover .icon-1 {
    background-image: url(/en/img/local_1_on.png);
  }
  .contact-wrapper .map li:hover .icon-2 {
    background-image: url(/en/img/local_2_on.png);
  }
  .contact-wrapper .map li:hover .icon-3 {
    background-image: url(/en/img/local_3_on.png);
  }
  .environment-wrapper .box-2 li:nth-child(17),
  .environment-wrapper .box-2 li:nth-child(19),
  .environment-wrapper .box-2 li:nth-child(9),
  .environment-wrapper .box-2 li:nth-child(11),
  .environment-wrapper .box-2 li:nth-child(3),
  .environment-wrapper .box-2 li:nth-child(1) {
    width: calc(33.625% - 0.15rem);
  }
  .environment-wrapper .box-2 li:nth-child(17) img,
  .environment-wrapper .box-2 li:nth-child(19) img,
  .environment-wrapper .box-2 li:nth-child(9) img,
  .environment-wrapper .box-2 li:nth-child(11) img,
  .environment-wrapper .box-2 li:nth-child(3) img,
  .environment-wrapper .box-2 li:nth-child(1) img {
    height: calc((7.2rem - .15rem) / 2);
  }
  .environment-wrapper .box-2 li:nth-child(20),
  .environment-wrapper .box-2 li:nth-child(18),
  .environment-wrapper .box-2 li:nth-child(10),
  .environment-wrapper .box-2 li:nth-child(2) {
    width: 66.375%;
  }
  .environment-wrapper .box-2 li:nth-child(20) img,
  .environment-wrapper .box-2 li:nth-child(18) img,
  .environment-wrapper .box-2 li:nth-child(10) img,
  .environment-wrapper .box-2 li:nth-child(2) img {
    height: 7.2rem;
  }
  .environment-wrapper .box-2 li:nth-child(3) {
    top: 3.5rem;
  }
  .environment-wrapper .box-2 li:nth-child(11) {
    top: 19.95rem;
  }
  .environment-wrapper .box-2 li:nth-child(19) {
    top: 36.36rem;
  }
  .environment-wrapper .box-2 li:nth-child(27),
  .environment-wrapper .box-2 li:nth-child(19),
  .environment-wrapper .box-2 li:nth-child(11),
  .environment-wrapper .box-2 li:nth-child(3) {
    position: absolute;
    left: 0;
    z-index: 10;
  }
  .environment-wrapper .box-2 li:nth-child(21),
  .environment-wrapper .box-2 li:nth-child(20),
  .environment-wrapper .box-2 li:nth-child(12),
  .environment-wrapper .box-2 li:nth-child(13),
  .environment-wrapper .box-2 li:nth-child(4),
  .environment-wrapper .box-2 li:nth-child(5) {
    width: calc((100% - .15rem) / 2);
  }
  .environment-wrapper .box-2 li:nth-child(21) img,
  .environment-wrapper .box-2 li:nth-child(20) img,
  .environment-wrapper .box-2 li:nth-child(12) img,
  .environment-wrapper .box-2 li:nth-child(13) img,
  .environment-wrapper .box-2 li:nth-child(4) img,
  .environment-wrapper .box-2 li:nth-child(5) img {
    height: 5.3rem;
  }
  .environment-wrapper .box-2 li:nth-child(22),
  .environment-wrapper .box-2 li:nth-child(23),
  .environment-wrapper .box-2 li:nth-child(24),
  .environment-wrapper .box-2 li:nth-child(14),
  .environment-wrapper .box-2 li:nth-child(15),
  .environment-wrapper .box-2 li:nth-child(16),
  .environment-wrapper .box-2 li:nth-child(6),
  .environment-wrapper .box-2 li:nth-child(8),
  .environment-wrapper .box-2 li:nth-child(7) {
    width: calc((100% - .3rem) / 3);
  }
  .environment-wrapper .box-2 li:nth-child(22) img,
  .environment-wrapper .box-2 li:nth-child(23) img,
  .environment-wrapper .box-2 li:nth-child(24) img,
  .environment-wrapper .box-2 li:nth-child(14) img,
  .environment-wrapper .box-2 li:nth-child(15) img,
  .environment-wrapper .box-2 li:nth-child(16) img,
  .environment-wrapper .box-2 li:nth-child(6) img,
  .environment-wrapper .box-2 li:nth-child(8) img,
  .environment-wrapper .box-2 li:nth-child(7) img {
    height: 3.48rem;
  }
  .environment-wrapper .box-2 li:last-child,
  .environment-wrapper .box-2 li:nth-child(24),
  .environment-wrapper .box-2 li:nth-child(21),
  .environment-wrapper .box-2 li:nth-child(18),
  .environment-wrapper .box-2 li:nth-child(10),
  .environment-wrapper .box-2 li:nth-child(13),
  .environment-wrapper .box-2 li:nth-child(16),
  .environment-wrapper .box-2 li:nth-child(8),
  .environment-wrapper .box-2 li:nth-child(2),
  .environment-wrapper .box-2 li:nth-child(5) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1600px) {
  .mt {
    margin-top: 1.1rem;
  }
  .mt140 {
    margin-top: 1.2rem;
  }
  .page-box-2 {
    padding: 1.2rem 0;
  }
  .contact-wrapper .brief span {
    margin-right: 1.4rem;
  }
  .contact-wrapper .map .icon {
    width: 0.25rem;
    height: 0.38rem;
  }
  .party-box .title,
  .party-box .box,
  .party-box .date {
    padding-left: 0.7rem;
    padding-right: 0.5rem;
  }
  .party-wrapper .firstbox .line {
    margin-top: 0.44rem;
  }
  .party-box .box {
    margin-top: 0.44rem;
  }
  .concept-wrapper .box-1 .brief {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .concept-wrapper .box-2 .title {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .concept-wrapper .box-3 .brief {
    font-size: 13px;
  }
  .environment-wrapper .box-2 li:nth-child(20) img,
  .environment-wrapper .box-2 li:nth-child(18) img,
  .environment-wrapper .box-2 li:nth-child(10) img,
  .environment-wrapper .box-2 li:nth-child(2) img {
    height: 6.12rem;
  }
  .environment-wrapper .box-2 li:nth-child(17) img,
  .environment-wrapper .box-2 li:nth-child(19) img,
  .environment-wrapper .box-2 li:nth-child(9) img,
  .environment-wrapper .box-2 li:nth-child(11) img,
  .environment-wrapper .box-2 li:nth-child(3) img,
  .environment-wrapper .box-2 li:nth-child(1) img {
    height: calc((6.12rem - .15rem) / 2);
  }
  .environment-wrapper .box-2 li:nth-child(3) {
    top: 2.985rem;
  }
  .environment-wrapper .box-2 li:nth-child(11) {
    top: 17.48rem;
  }
  .environment-wrapper .box-2 li:nth-child(19) {
    top: 32rem;
  }
  .environment-wrapper .box-2 li:nth-child(21) img,
  .environment-wrapper .box-2 li:nth-child(20) img,
  .environment-wrapper .box-2 li:nth-child(12) img,
  .environment-wrapper .box-2 li:nth-child(13) img,
  .environment-wrapper .box-2 li:nth-child(4) img,
  .environment-wrapper .box-2 li:nth-child(5) img {
    height: 4.46rem;
  }
  .goods-box .pic img {
    height: 6.41rem;
  }
  .goods-box li:nth-child(2) img,
  .goods-box li:nth-child(3) img {
    height: calc(6.06rem / 2);
  }
  .goods-box .info {
    left: 0.6rem;
    width: calc(100% - 1.2rem);
  }
  .goods-box .num {
    font-size: 0.7rem;
  }
  .goods-box p,
  .goods-box .brief {
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .base-wrapper .swiper-slide img {
    height: 2.88rem;
  }
  .history-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .social-wrapper .box-2 .content {
    line-height: 0.42rem;
  }
  .concept-wrapper .box-3 .swiper-container {
    padding: 0;
  }
  .goods-box p em,
  .goods-box .brief em {
    font-size: 0.32rem;
    margin-right: 0.1rem;
  }
  .contacts-wrapper .map li h4 {
    font-size: 20px;
  }
  .contacts-wrapper .map li p {
    font-size: 15px;
  }
  .contacts-wrapper .map li:first-child:after {
    height: 0.36rem;
  }
}
@media screen and (max-width: 1440px) {
  .page-box-2 {
    padding: 1.1rem 0;
  }
  .mt140 {
    margin-top: 1.1rem;
  }
  .mt {
    margin-top: 1rem;
  }
  .concept-wrapper .box-1 .brief em {
    margin-right: 0.36rem;
    margin-top: 0.1rem;
  }
  .concept-wrapper .box-2 .title {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
  .environment-wrapper .box-2 li:nth-child(19) {
    top: 36.68rem;
  }
  .social-wrapper .box-2 .content {
    line-height: 0.36rem;
  }
  .goods-box .num {
    font-size: 0.66rem;
  }
  .contacts-wrapper .map li h4 {
    font-size: 18px;
  }
  .contacts-wrapper .map li p {
    font-size: 13px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1366px) {
  .page-box-2 {
    padding: 1rem 0;
  }
  .concept-wrapper .box-3 .name {
    font-size: 14px;
  }
  .concept-wrapper .box-3 .brief {
    font-size: 10px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1004px) {
  .container {
    width: 100% !important;
    padding: 0 var(--padding);
  }
  .mt140 {
    margin-top: 1rem;
  }
  .contact-wrapper {
    overflow: hidden;
  }
  .contact-wrapper .main {
    width: 6.8rem;
    margin: 0.3rem auto 0;
  }
  .contact-wrapper .map li:first-child {
    left: 55%;
    bottom: 12%;
  }
  .contact-wrapper .map li:nth-child(2) {
    left: 58%;
    bottom: 15.6%;
  }
  .contact-wrapper .map li:nth-child(3) {
    left: 4.4%;
    top: 26.3%;
  }
  .contact-wrapper .map li:nth-child(4) {
    left: 54%;
    bottom: 18.1%;
  }
  .contact-wrapper .map li:nth-child(5) {
    left: 54.6%;
    bottom: 18.3%;
  }
  .contact-wrapper .map li:nth-child(6) {
    left: 55.3%;
    bottom: 18.5%;
  }
  .contact-wrapper .map li:nth-child(7) {
    left: 55.9%;
    bottom: 18.75%;
  }
  .contact-wrapper .map li:nth-child(8) {
    left: 59.6%;
    bottom: 20%;
  }
  .contact-wrapper .map li:nth-child(9) {
    left: 63.2%;
    bottom: 13%;
  }
  .contact-wrapper .map li:nth-child(10) {
    left: 57%;
    bottom: 9.8%;
  }
  .contact-wrapper .map li:nth-child(11) {
    right: 15%;
    bottom: 37.4%;
  }
  .contact-wrapper .map li:nth-child(11) .hidebox {
    margin-left: -5rem !important;
  }
  .contact-wrapper .map li:not(:nth-child(3)) .hidebox {
    margin-left: 0;
    margin-bottom: 7px;
    left: 50%;
    top: auto;
    bottom: 100%;
    margin-left: -2.9rem;
  }
  .contact-wrapper .map .icon {
    width: 0.2rem;
    height: 0.3rem;
  }
  .contact-wrapper .hidebox {
    width: 5.8rem;
  }
  .contact-wrapper .hidebox .info {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .contact-wrapper .hidebox .title {
    font-size: var(--fs16);
    line-height: 0.8rem;
    padding-right: 0.6rem;
  }
  .contact-wrapper .hidebox .title:after {
    width: 0.22rem;
    right: 0.14rem;
  }
  .contact-wrapper .hidebox .title,
  .contact-wrapper .hidebox p {
    padding-left: 0.2rem;
  }
  .contact-wrapper .hidebox p {
    font-size: var(--fs14);
    line-height: 20px;
    padding-right: 0.16rem;
  }
  .contact-wrapper .hidebox p img {
    width: 12px;
  }
  .contact-wrapper .brief {
    margin-top: 0.8rem;
    padding: 0 var(--padding) 0.3rem;
  }
  .contact-wrapper .brief span {
    font-size: var(--fs16);
    margin-right: 0.4rem;
  }
  .contact-wrapper .brief span img {
    width: 0.3rem;
    margin-right: 0.12rem;
  }
  .contacts-wrapper .main {
    width: 100%;
  }
  .contacts-wrapper .map {
    margin-top: 0;
  }
  .contacts-wrapper .map ul {
    display: none;
  }
  .contacts-wrapper .list {
    display: block;
    margin-top: 0.4rem;
    padding: 0 0.3rem;
  }
  .contacts-wrapper .list .item {
    min-width: inherit;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .contacts-wrapper .list .item:last-child {
    margin-bottom: 0;
  }
  .contacts-wrapper .list .item:after {
    height: 2px;
  }
  .contacts-wrapper .list .cat,
  .contacts-wrapper .list .item:after {
    width: 100%;
  }
  .contacts-wrapper .list .cat {
    font-size: var(--fs20);
    line-height: 0.6rem;
  }
  .contacts-wrapper .list .cat i {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .contacts-wrapper .list .cat i:before {
    height: 2px;
    margin-top: -1px;
  }
  .contacts-wrapper .list .cat i:after {
    width: 2px;
    margin-left: -1px;
  }
  .contacts-wrapper .list ul {
    margin-top: 0.2rem;
  }
  .contacts-wrapper .list li {
    margin-bottom: 0.2rem;
  }
  .party-wrapper .firstbox {
    margin-bottom: var(--padding);
  }
  .party-wrapper .firstbox a {
    flex-flow: wrap;
    flex-direction: column-reverse;
    padding: 0.5rem 0.4rem;
    border-width: 1px;
  }
  .party-wrapper .firstbox .pic {
    width: 100%;
  }
  .party-wrapper .firstbox .info {
    width: 100%;
    margin-top: 0.48rem;
  }
  .party-wrapper .firstbox .title {
    font-size: var(--fs18);
    line-height: 0.44rem;
    max-height: 1.76rem;
    padding-right: 0;
  }
  .party-wrapper .firstbox .desc {
    font-size: 12px;
    line-height: 0.4rem;
    max-height: 0.8rem;
    margin-top: 0.24rem;
  }
  .party-wrapper .firstbox .line {
    width: 0.4rem;
    margin: 0.6rem 0 0.4rem;
  }
  .party-wrapper .firstbox .date {
    font-size: 12px;
    line-height: 20px;
  }
  .party-box li {
    width: 100%;
    margin-top: 0;
    background-size: 0.46rem;
    margin-bottom: 0.3rem;
  }
  .party-box li:last-child {
    margin-bottom: 0;
  }
  .party-box li a {
    padding-top: 0.4rem;
    padding-bottom: 10px;
  }
  .party-box .pic {
    width: 50%;
  }
  .party-box .pic img {
    height: auto;
  }
  .party-box .info {
    margin-right: 0.48rem;
  }
  .party-box .box {
    padding-left: 0;
    margin-top: 0.3rem;
  }
  .party-box .date,
  .party-box .box,
  .party-box .title {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .party-box .title {
    font-size: var(--fs18);
    line-height: 24px;
  }
  .party-box .title:before {
    width: 2px;
  }
  .party-box .desc {
    height: 2rem;
    line-height: 0.4rem;
    -webkit-line-clamp: 5;
  }
  .party-box .date {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }
  .page-caption-box {
    margin-bottom: 0.48rem;
  }
  .page-caption-box .caption {
    font-size: var(--fs24);
  }
  .page-caption-box .line {
    width: 0.76rem;
    height: 2px;
    margin-top: 0.22rem;
  }
  .page-caption-box .brief {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-top: 0.2rem;
  }
  .apply-wrapper .main {
    margin-left: 0;
  }
  .apply-wrapper .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .apply-wrapper .group {
    margin-bottom: 0.3rem;
  }
  .apply-wrapper .group.selectbox {
    margin-bottom: 0.4rem;
  }
  .apply-wrapper .radiobox:checked + label i:before {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
  .apply-wrapper select,
  .apply-wrapper .text {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .apply-wrapper .text,
  .apply-wrapper .msg {
    width: calc(100% - 100px);
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .apply-wrapper label i {
    width: 12px;
    height: 12px;
  }
  .apply-wrapper label,
  .apply-wrapper select,
  .apply-wrapper .text,
  .apply-wrapper .msg,
  .apply-wrapper span {
    font-size: var(--fs16);
  }
  .apply-wrapper span {
    width: 100px;
  }
  .apply-wrapper .text,
  .apply-wrapper .msg {
    border-width: 1px;
  }
  .apply-wrapper select {
    text-align: left;
    padding: 0 0.2rem;
    width: calc((100% - 104px) / 2);
    background-position: right 10px center;
    background-size: 0.2rem;
    border-width: 1px;
  }
  .apply-wrapper .btn {
    bottom: -0.34rem;
    width: 70px;
  }
  .apply-wrapper .btn i {
    width: 10px;
    height: 10px;
    margin-right: 6px;
  }
  .apply-wrapper .msg {
    height: 3rem;
    line-height: 0.4rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .apply-wrapper .btn-box {
    margin-left: 100px;
  }
  .apply-wrapper .btn-box a {
    width: calc((100% - .3rem) / 2);
    line-height: 0.7rem;
    font-size: var(--fs16);
    margin-right: 0.3rem;
  }
  .jobinfo-wrapper .container {
    width: 100%;
  }
  .jobinfo-wrapper .main .caption {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin-bottom: 0.1rem;
  }
  .jobinfo-wrapper .top {
    padding: var(--padding);
    margin-bottom: 0.48rem;
  }
  .jobinfo-wrapper .top .title {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin-bottom: 0.24rem;
  }
  .jobinfo-wrapper .other img {
    height: 15px;
    top: -1px;
  }
  .jobinfo-wrapper .return i {
    width: 15px;
    height: 12px;
    margin-right: 5px;
  }
  .jobinfo-wrapper .content {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin-bottom: 0.48rem;
  }
  .jobinfo-wrapper .content:nth-child(2) {
    margin-bottom: 0.6rem;
  }
  .job-wrapper .box-1 .main {
    display: block;
  }
  .job-wrapper .other-box {
    width: 100%;
  }
  .job-wrapper .form {
    /* input placeholder  */
  }
  .job-wrapper .form .text {
    border-radius: 6px;
    padding: 0 var(--padding);
    line-height: 0.76rem;
    font-size: var(--fs16);
  }
  .job-wrapper .form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #858585;
    font-size: var(--fs16);
  }
  .job-wrapper .form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #858585;
    font-size: var(--fs16);
  }
  .job-wrapper .form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #858585;
    font-size: var(--fs16);
  }
  .job-wrapper .form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #858585;
    font-size: var(--fs16);
  }
  .job-wrapper .form a {
    right: var(--padding);
    line-height: 0.76rem;
  }
  .job-wrapper .form a img {
    width: 12px;
  }
  .job-wrapper .filter-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
  }
  .job-wrapper .filter-box .item {
    width: 48%;
    margin-top: 0.3rem;
  }
  .job-wrapper .filter-box .caption {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .job-wrapper .filter-box .caption i {
    width: 0.2rem;
    height: 0.2rem;
    margin-top: -0.1rem;
  }
  .job-wrapper .filter-box .list a {
    font-size: var(--fs14);
    line-height: 0.44rem;
  }
  .job-wrapper .job-box {
    width: 100%;
    margin-top: 0.6rem;
  }
  .job-wrapper .box-2 {
    margin-top: 1rem;
  }
  .job-wrapper .box-2 .main {
    display: block;
  }
  .job-wrapper .box-2 .list,
  .job-wrapper .box-2 .pic {
    width: 100%;
  }
  .job-wrapper .box-2 .list {
    padding-top: 0;
  }
  .job-wrapper .box-2 .list a {
    font-size: var(--fs16);
    line-height: 0.6rem;
  }
  .job-wrapper .box-2 .pic {
    margin-top: 0.6rem;
  }
  .job-box li {
    width: 100%;
    margin-top: 0;
    margin-bottom: var(--padding);
  }
  .job-box li:last-child {
    margin-bottom: 0;
  }
  .job-box li a {
    padding: var(--padding);
  }
  .job-box .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .job-box .title span {
    padding: 0 10px;
    font-size: 12px;
    min-width: 64px;
    top: -2px;
    margin-left: 0.2rem;
  }
  .job-box .time,
  .job-box p {
    font-size: var(--fs14);
    line-height: 24px;
  }
  .job-box .time {
    right: var(--padding);
    bottom: 13px;
  }
  .talent-wrapper .content {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .talent-wrapper .box-2 {
    margin-top: 0.6rem;
  }
  .talent-wrapper .box-2 .item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: var(--padding);
  }
  .talent-wrapper .box-2 .top {
    padding-bottom: 10px;
  }
  .talent-wrapper .box-2 .top .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .talent-wrapper .box-2 .top p {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .talent-wrapper .box-2 .desc,
  .talent-wrapper .box-2 .desc li,
  .talent-wrapper .box-2 .desc > b {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .talent-wrapper .box-2 .desc {
    padding: 16px 10px 0.68rem;
  }
  .talent-wrapper .box-2 li {
    padding-left: 18px;
  }
  .cat-box {
    margin-bottom: 0.6rem;
  }
  .cat-box a {
    font-size: var(--fs18);
    margin-right: 0.4rem;
    min-width: 1.4rem;
    border-width: 1px;
    padding-bottom: 0.12rem;
  }
  .concept-wrapper .box-1 .item {
    display: block;
    margin-bottom: 0.42rem;
  }
  .concept-wrapper .box-1 .pic {
    width: 100%;
  }
  .concept-wrapper .box-1 .info {
    width: 100%;
    padding: 0 var(--padding);
    margin-top: 0.48rem;
  }
  .concept-wrapper .box-1 .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .concept-wrapper .box-1 .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    padding-bottom: 0.4rem;
  }
  .concept-wrapper .box-1 .brief em {
    margin-right: 0.3rem;
  }
  .concept-wrapper .box-2 .info {
    top: 0.36rem;
  }
  .concept-wrapper .box-2 .title {
    font-size: var(--fs24);
    line-height: 0.6rem;
  }
  .concept-wrapper .box-3 {
    position: relative;
    margin-top: 0;
    padding-top: 0.8rem;
  }
  .concept-wrapper .box-3:before {
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent);
  }
  .concept-wrapper .box-3 .swiper-container {
    padding: 0 10px;
    height: 468px;
    width: calc(100% + 20px);
    overflow: inherit;
  }
  .concept-wrapper .box-3 .container {
    padding: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
  }
  .concept-wrapper .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 */
    flex-flow: wrap;
    align-content: flex-end;
    width: 3rem;
  }
  .concept-wrapper .box-3 .swiper-slide.swiper-slide-active {
    width: 4rem;
  }
  .concept-wrapper .box-3 .swiper-slide.swiper-slide-active .name,
  .concept-wrapper .box-3 .swiper-slide.swiper-slide-active .brief {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .concept-wrapper .box-3 .info {
    position: relative;
    padding-top: 18px;
    padding-bottom: 0.66rem;
    height: 3rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .concept-wrapper .box-3 .reflection {
    height: 3rem;
  }
  .concept-wrapper .box-3 .overlay {
    height: 3rem;
  }
  .concept-wrapper .box-3 .brief {
    font-size: var(--fs14);
    line-height: 0.36rem;
  }
  .concept-wrapper .box-3 .name {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .environment-wrapper .swiper-box .swiper-slide {
    width: 50%;
  }
  .environment-wrapper .swiper-box .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    padding-bottom: 0.12rem;
  }
  .environment-wrapper .swiper-box .title:after {
    width: calc(100% - 0.28rem);
    left: 0.14rem;
    height: 2px;
  }
  .environment-wrapper .swiper-box .prev {
    left: -10px;
  }
  .environment-wrapper .swiper-box .next {
    right: -10px;
  }
  .environment-wrapper .detail-box .item {
    padding: 10px 10px 20px;
  }
  .environment-wrapper .detail-box .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .environment-wrapper .detail-box .swiper-container-horizontal {
    padding-bottom: 20px;
  }
  .environment-wrapper .swiper-btn {
    width: 20px;
    height: 40px;
    background-size: 10px;
    border-radius: 5px;
  }
  .environment-wrapper .box-2 li {
    margin-right: 0;
    margin-top: 0;
    top: 0 !important;
    margin-bottom: var(--padding);
  }
  .environment-wrapper .box-2 li:last-child {
    margin-bottom: 0;
  }
  .environment-wrapper .box-2 li .pic img {
    height: auto !important;
  }
  .environment-wrapper .box-2 .title {
    left: var(--padding);
    top: var(--padding);
    line-height: 0.74rem;
    font-size: var(--fs20);
    max-width: calc(100% - 0.6rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .social-wrapper .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 10px;
  }
  .social-wrapper .brief-box {
    margin-bottom: 0.48rem;
  }
  .social-wrapper .brief-box .title {
    font-size: var(--fs22);
  }
  .social-wrapper .brief-box .caption {
    margin-bottom: 0.2rem;
  }
  .social-wrapper .brief-box .caption + .brief {
    text-indent: 30px;
  }
  .social-wrapper .brief-box .brief {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .social-wrapper .box-2 {
    padding: 0.6rem 0;
    margin-top: 0.8rem;
  }
  .social-wrapper .box-2 .container {
    display: block;
  }
  .social-wrapper .box-2 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
    text-indent: 30px;
  }
  .social-wrapper .box-2 .info {
    width: 100%;
    padding: 0;
    margin-bottom: 0.6rem;
  }
  .social-wrapper .box-2 .pic {
    width: 100%;
  }
  .social-wrapper .box-3 {
    margin-top: 1;
  }
  .social-wrapper .box-3 .item > ul > li {
    padding: 0.6rem 0;
  }
  .social-wrapper .box-3 .item > ul > li:first-child {
    padding-top: 0;
  }
  .social-wrapper .box-3 .item > ul > li:nth-child(even) .info {
    padding-left: 0;
  }
  .social-wrapper .box-3 .item > ul > li .container {
    display: block;
  }
  .social-wrapper .box-3 .info,
  .social-wrapper .box-3 .pic {
    width: 100%;
  }
  .social-wrapper .box-3 .info {
    margin-top: 0.48rem;
  }
  .social-wrapper .box-3 .caption {
    margin-bottom: 0.3rem;
  }
  .social-wrapper .box-3 .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .news-box li {
    margin-bottom: var(--padding);
  }
  .news-box li a {
    display: block;
    padding: var(--padding);
  }
  .news-box .pic {
    width: 100%;
  }
  .news-box .pic + .info {
    width: 100%;
    margin-top: 0.4rem;
  }
  .news-box .info {
    width: 100%;
    margin-left: 0;
  }
  .news-box .title {
    font-size: var(--fs18);
  }
  .news-box .desc {
    margin: 10px auto 20px;
  }
  .news-box .icon {
    bottom: 0;
    top: auto;
    right: 0;
    width: 0.46rem;
    height: 0.46rem;
  }
  .aboutGoods-wrapper .main {
    margin-right: 0;
    margin-bottom: 0.56rem;
    display: block;
  }
  .aboutGoods-wrapper .main .logo {
    width: 3.26rem;
    margin-right: 0;
  }
  .aboutGoods-wrapper .main .desc {
    width: 100%;
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.2rem;
  }
  .goods-box .item {
    margin-bottom: var(--padding);
  }
  .goods-box .item:last-child {
    margin-bottom: 0;
  }
  .goods-box ul {
    display: block;
  }
  .goods-box li {
    width: 100%;
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
  .goods-box li:nth-child(3) {
    position: relative;
    right: 0;
  }
  .goods-box li:nth-child(2) img,
  .goods-box li:nth-child(3) img {
    height: auto;
  }
  .goods-box .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .goods-box .pic img {
    height: auto;
  }
  .goods-box .num {
    font-size: 0.8rem;
  }
  .goods-box p,
  .goods-box .brief {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .goods-box p em,
  .goods-box .brief em {
    font-size: var(--fs30);
  }
  .goods-box .brief {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .goods-wrapper .main {
    width: 100%;
    padding: 0 var(--padding);
  }
  .goods-wrapper .base .box {
    display: block;
  }
  .goods-wrapper .base .info {
    width: 100%;
  }
  .goods-wrapper .base .info > p,
  .goods-wrapper .base .content {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .goods-wrapper .base h1.title {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .goods-wrapper .base .pic {
    width: 100%;
    margin-top: 0.6rem;
  }
  .goods-wrapper .caption {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .goods-wrapper .content {
    overflow-x: auto;
  }
  .goods-wrapper .content table {
    width: 14rem;
  }
  .goods-wrapper .content table th {
    height: 40px;
  }
  .goods-wrapper .content table td {
    font-size: 11px;
    line-height: 18px;
    padding: 0 5px;
  }
  .usage-box li {
    width: calc((100% - .4rem) / 3);
    margin-right: 0.2rem;
    margin-top: 0.2rem;
  }
  .usage-box li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .usage-box li:nth-child(3n),
  .usage-box li:last-child {
    margin-right: 0;
  }
  .usage-box li .pic {
    border-radius: 0.1rem;
  }
  .usage-box li .pic img {
    height: calc((100% - .3rem) / 2);
  }
  .usage-box li p {
    font-size: var(--fs14);
    padding: 0 0.2rem;
  }
  .research-wrapper .bg {
    display: block;
    height: auto;
    padding: 0.8rem 0 2.7rem;
    background-attachment: inherit;
  }
  .research-wrapper .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    text-indent: 20px;
  }
  .research-wrapper .desc p {
    text-indent: 20px;
  }
  .research-wrapper .item .pic {
    width: 100%;
    margin-top: -2rem;
  }
  .research-wrapper .item .inner,
  .research-wrapper .item .info {
    width: 100%;
  }
  .research-wrapper .item .title {
    font-size: var(--fs24);
    margin-bottom: 0.24rem;
  }
  .research-wrapper .item > .container {
    display: block;
  }
  .research-wrapper .info {
    margin-top: 0.6rem;
  }
  .rights-wrapper .item {
    margin-bottom: 0.6rem;
  }
  .rights-wrapper .item .title {
    font-size: var(--fs16);
    line-height: 0.42rem;
  }
  .rights-wrapper .item:nth-child(odd) ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .rights-wrapper .item:nth-child(even) ul li:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .rights-wrapper .bg {
    display: none;
  }
  .rights-wrapper .pic {
    width: 48%;
    border: 0.1rem solid #d4ac67;
  }
  .rights-wrapper ul {
    padding-top: 0;
  }
  .rights-wrapper ul li {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
  .rights-wrapper ul li:last-child {
    margin-bottom: 0;
  }
  .rights-wrapper .info {
    margin-top: 0;
    width: 48%;
  }
  .rights-wrapper .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .honor-wrapper .page-caption-box .desc {
    font-size: var(--fs17);
    line-height: 0.48rem;
    width: 100%;
    margin-top: 0.3rem;
  }
  .honor-wrapper .main {
    padding: 0.4rem 0;
  }
  .honor-wrapper .main .container {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .honor-wrapper .main .pic {
    width: 100%;
    margin-top: 0.6rem;
  }
  .honor-wrapper .data {
    width: 100%;
  }
  .honor-wrapper .data li {
    padding-top: 0.28rem;
    margin-top: 18px;
  }
  .honor-wrapper .data .tag {
    font-size: var(--fs14);
    line-height: 18px;
  }
  .honor-wrapper .data .num {
    font-size: var(--fs18);
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .honor-wrapper .data .num span {
    font-size: 0.6rem;
  }
  .honor-wrapper .data p {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .honor-wrapper .swiper-box .swiper-container {
    padding: 0.3rem 0.3rem 0.6rem;
    margin: 0 -0.3rem;
  }
  .honor-wrapper .swiper-box .swiper-slide {
    width: 5rem;
  }
  .honor-wrapper .swiper-box .title {
    font-size: var(--fs18);
    line-height: 0.44rem;
  }
  .honor-wrapper .swiper-box p {
    line-height: 20px;
  }
  .honor-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 0.48rem;
    height: 2px;
  }
  .base-wrapper .item-box {
    margin-bottom: 0.6rem;
  }
  .base-wrapper .item-box:nth-child(even) .item:nth-child(odd) .info,
  .base-wrapper .item-box:nth-child(odd) .item:nth-child(odd) .info {
    padding-right: 0;
    padding-left: 0;
  }
  .base-wrapper .item {
    margin-bottom: 0.6rem;
  }
  .base-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .base-wrapper .item .info {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 0;
    background: none;
    margin-top: 0.36rem;
    padding-bottom: 0.6rem;
  }
  .base-wrapper .item .inner {
    width: 100%;
    padding: 0 var(--padding);
  }
  .base-wrapper .item .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-bottom: 2px;
  }
  .base-wrapper .item .subTitle {
    font-size: var(--fs16);
    margin-bottom: 0.12rem;
    line-height: 0.44rem;
  }
  .base-wrapper .item .desc {
    font-size: var(--fs14);
    line-height: 0.44rem;
    max-height: inherit;
    padding-right: 0;
  }
  .base-wrapper .item a {
    right: 0.3rem;
    bottom: 0;
    font-size: var(--fs14);
  }
  .base-wrapper .swiper-box {
    margin-top: 0.8rem;
  }
  .base-wrapper .swiper-slide {
    width: calc((100% - 10px) / 2);
  }
  .base-wrapper .swiper-slide img {
    height: 3rem;
  }
  .base-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.24rem;
    height: 0.24rem;
  }
  .ad-box {
    height: auto;
    width: 100%;
    background: none !important;
  }
  .baseinfo-wrapper .title {
    font-size: var(--fs24);
  }
  .baseinfo-wrapper .content {
    width: 100%;
    padding: 0 var(--padding);
    font-size: var(--fs16);
    line-height: 0.48rem;
    text-indent: 30px;
  }
  .video-box .play {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
  }
  .about-wrapper .base {
    display: block;
    width: 100%;
    margin-top: 0.6rem;
  }
  .about-wrapper .base .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .base .desc p {
    text-indent: 30px;
  }
  .about-wrapper .base .pic {
    width: 40%;
    margin: 0 auto 0.3rem;
  }
  .about-wrapper .base .info {
    margin-left: 0;
  }
  .about-wrapper .box-3 {
    margin-top: 0.6rem;
  }
  .about-wrapper .data {
    padding: 0.8rem 0;
  }
  .about-wrapper .data ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .about-wrapper .data li {
    width: 50%;
    padding: 0.3rem 0.2rem;
    border-top: 1px solid #979797;
  }
  .about-wrapper .data li:nth-child(-n + 2) {
    border-top: none;
  }
  .about-wrapper .data li:nth-child(even):after {
    display: none;
  }
  .about-wrapper .data .num {
    font-size: var(--fs15);
    height: 0.6rem;
    line-height: 0.6rem;
  }
  .about-wrapper .data .num span {
    font-size: 0.6rem;
  }
  .about-wrapper .data p {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .main {
    flex-flow: wrap;
    flex-direction: column-reverse;
    margin-top: 0.8rem;
  }
  .about-wrapper .main .pic {
    width: 100%;
    margin-top: 0.6rem;
  }
  .about-wrapper .main .info {
    margin-left: 0;
  }
  .about-wrapper .main .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .about-wrapper .main .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .main .content p {
    text-indent: 30px;
  }
  .history-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: var(--padding);
    padding-right: var(--padding);
  }
  .history-wrapper .swiper-box {
    padding: 0 42px;
  }
  .history-wrapper .prev {
    width: 40px;
    height: 40px;
    border-width: 2px;
    padding-top: 10px;
  }
  .history-wrapper .prev p {
    font-size: 12px;
    line-height: 18px;
  }
  .history-wrapper .prev span {
    display: none;
  }
  .history-wrapper .next {
    width: 30px;
    height: 30px;
  }
  .history-wrapper .swiper-slide {
    height: 370px;
  }
  .history-wrapper .swiper-slide .item:before {
    left: 5px;
  }
  .history-wrapper .swiper-slide .item:nth-child(even) {
    left: 10%;
  }
  .history-wrapper .swiper-slide .item:nth-child(even) .icon {
    top: -6px;
  }
  .history-wrapper .info {
    width: 92%;
  }
  .history-wrapper .icon {
    width: 12px;
    height: 12px;
    border-width: 2px;
    bottom: -6px;
  }
  .history-wrapper .icon:before {
    height: 20px;
  }
  .history-wrapper .year {
    font-size: var(--fs20);
    line-height: 26px;
  }
  .history-wrapper .title {
    font-size: 12px;
    line-height: 16px;
  }
  .history-wrapper .desc {
    font-size: 10px;
    line-height: 12px;
  }
  .history-wrapper .swiper-slide-prev .item {
    opacity: 0;
    visibility: hidden;
  }
  .history-wrapper .swiper-pagination-progressbar {
    height: 2px;
    left: 40px;
    width: calc(100% - 77px);
  }
}
/*·ÖÒ³*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.74rem;
}
.pageNum.grey a {
  background-color: #e3e4e4;
}
.pageNum.grey a:hover,
.pageNum.grey a.on {
  background-color: #e50012;
}
.pageNum a {
  display: inline-block;
  color: #8b8c8c;
  font-size: 9px;
  vertical-align: middle;
  margin: 0 2px;
  width: 35px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .btn {
  width: 0.52rem;
  font-family: "ËÎÌå";
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #e50012;
}
.pageNum-2 {
  text-align: center;
  font-size: 0;
  margin-top: 0.5rem;
}
.pageNum-2 a {
  display: inline-block;
  color: #717071;
  font-size: var(--fs14);
  vertical-align: middle;
  margin: 0 4px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #717071;
  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;
}
.pageNum-2 a:first-child {
  margin-left: 0;
}
.pageNum-2 a:last-child {
  margin-right: 0;
}
.pageNum-2 .btn {
  font-family: "ËÎÌå";
  font-weight: 700;
  line-height: 28px;
}
.pageNum-2 a:hover,
.pageNum-2 .on {
  color: #e50012;
  border-color: #e50012;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #e50012;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1004px) {
  .pageNum-2,
  .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 (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs17: 16px;
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs25: 23px;
    --fs26: 24px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
    --fs60: 56px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs25: 0.23rem;
    --fs26: 0.24rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
    --fs60: 0.5rem;
  }
}
@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;
    --fs17: 0.3rem;
    --fs18: 0.32rem;
    --fs20: 0.34rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs25: 0.4rem;
    --fs26: 0.42rem;
    --fs28: 0.43rem;
    --fs30: 0.44rem;
    --fs36: 0.45rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
    --fs60: 0.56rem;
    --padding: 0.3rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
@keyframes wordsLoop {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes wordsLoop {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
<!--ºÄÊ±1766426546.9801Ãë-->