@charset "utf-8";
@font-face {
  font-family: 'DINCond';
  src: url('../font/DINCond-Regular.woff2') format('woff2'), url('../font/DINCond-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('../font/AlibabaPuHuiTi-2-45-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: "normal";
  font-display: swap;
  ascent-override: 100%;
}
@font-face {
  font-family: 'AlibabaPuHuiTi-R';
  src: url('../font/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: "normal";
  font-display: swap;
  ascent-override: 100%;
}
.c1 {
  padding-left: 10.4vw;
  padding-right: 9.1vw;
}
.pl10 {
  padding-left: 10.4vw;
}
.pr9 {
  padding-right: 9.1vw;
}
.pt100 {
  padding-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.fx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.as {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.ac {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.ae {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.jsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.jse {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.jsa {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.fc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.fcr {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.jcc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
img {
  width: 100%;
  display: block;
}
.transition {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.lt50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l50 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.t50 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lt0 {
  position: absolute;
  left: 0;
  top: 0;
}
.fs80 {
  font-size: 80px;
}
.fs70 {
  font-size: 70px;
}
.fs66 {
  font-size: 66px;
}
.fs60 {
  font-size: 60px;
}
.fs50 {
  font-size: 50px;
}
.fs41 {
  font-size: 41px;
}
.fs40 {
  font-size: 40px;
}
.fs39 {
  font-size: 39px;
}
.fs36 {
  font-size: 36px;
}
.fs32 {
  font-size: 32px;
}
.fs30 {
  font-size: 30px;
}
.fs29 {
  font-size: 29px;
}
.fs26 {
  font-size: 26px;
}
.fs24 {
  font-size: 24px;
}
.fs22 {
  font-size: 22px;
}
.fs20 {
  font-size: 20px;
}
.fs18 {
  font-size: 18px;
}
.fs16 {
  font-size: 16px;
}
.fs13 {
  font-size: 13px;
}
.head-pc {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.8s;
  z-index: 99;
}
.head-pc .c1 {
  height: 105px;
}
.head-pc .logo img {
  width: auto;
}
.head-pc .nav li:not(:last-of-type) {
  margin-right: 48px;
}
.head-pc .nav a {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.head-pc .nav a::after {
  content: "";
  z-index: 9;
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
.head-pc .nav a:hover::after {
  width: 100%;
}
.head-pc .nav a.active::after {
  width: 100%;
}
.head-pc .wechat {
  position: relative;
  margin-left: 54px;
}
.head-pc .wechat i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.head-pc .wechat .img {
  top: 200%;
  width: 110px;
  height: 110px;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.head-pc .wechat .img::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.head-pc .wechat .img img {
  height: 100%;
  object-fit: contain;
}
.head-pc .wechat:hover .img {
  top: 180%;
  opacity: 1;
  visibility: visible;
}
.head-pc.on {
  background-color: rgba(0, 0, 0, 0.5);
  animation-delay: 0.5s;
}
#mb-header {
  display: none;
}
#mb-header .mb-li {
  text-align: center;
  margin-top: 34px;
}
#mb-header .mb-li a {
  font-family: 'AlibabaPuHuiTi-R';
  font-size: 18px;
  color: #fff;
}
#mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5%;
  box-sizing: border-box;
  transition: 0.8s;
  z-index: 999;
}
#mb-header #navbar-main.on {
  background-color: rgba(0, 0, 0, 0.8);
  animation-delay: 0.5s;
}
#mb-header #navbar-main #logo {
  display: block;
  height: 80%;
}
#mb-header #navbar-main #logo img {
  width: auto;
  height: 100%;
  max-width: none;
}
#mb-header #navbar-main #sidebar-main-trigger {
  width: 30px;
  height: 30px;
}
#mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
#mb-header #sidebar-main {
  position: fixed;
  right: -100%;
  top: 60px;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.8s;
  z-index: 998;
}
#mb-header #sidebar-main-trigger {
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  background-clip: content-box;
  cursor: pointer;
}
#mb-header #sidebar-main-trigger p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background: #fff;
  margin: auto;
  position: relative;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
#mb-header #sidebar-main-trigger p::before,
#mb-header #sidebar-main-trigger p::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
#mb-header #sidebar-main-trigger p::before {
  top: -10px;
  -webkit-transition-property: top,transform;
  -moz-transition-property: top,transform;
  -ms-transition-property: top,transform;
  -o-transition-property: top,transform;
  transition-property: top,transform;
}
#mb-header #sidebar-main-trigger p::after {
  bottom: -10px;
  -webkit-transition-property: bottom,transform;
  -moz-transition-property: bottom,transform;
  -ms-transition-property: bottom,transform;
  -o-transition-property: bottom,transform;
  transition-property: bottom,transform;
}
#mb-header #sidebar-main-trigger.active p {
  background-color: transparent;
  -webkit-transition-delay: 0s,0s;
  -moz-transition-delay: 0s,0s;
  -ms-transition-delay: 0s,0s;
  -o-transition-delay: 0s,0s;
  transition-delay: 0s,0s;
}
#mb-header #sidebar-main-trigger.active p::before,
#mb-header #sidebar-main-trigger.active p::after {
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -ms-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
#mb-header #sidebar-main-trigger.active p::before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mb-header #sidebar-main-trigger.active p::after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mb-header #sidebar-main.open {
  right: 0;
}
footer {
  background-color: #1E1E1E;
}
footer a {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
footer a:hover {
  color: #fff;
}
.foot-t {
  padding-top: 3.9vw;
  padding-bottom: 5vw;
}
.foot-t * {
  line-height: 1;
}
.foot-t dt {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
}
.foot-t dd {
  color: #999999;
}
.foot-t dd:not(:last-of-type) {
  margin-bottom: 25px;
}
.foot-b {
  padding-top: 2vw;
  padding-bottom: 1.9vw;
  border-top: 1px solid rgba(112, 112, 112, 0.35);
}
.foot-b * {
  color: #999999;
}
.foot-b .bah {
  margin-left: 18px;
}
.foot-b .bah img {
  width: auto;
  margin-left: 52px;
  display: inline-block;
}
.in-banner {
  position: relative;
}
.in-banner * {
  color: #fff;
}
.in-banner .img {
  position: relative;
}
.in-banner .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.15;
}
.in-banner .txt {
  bottom: 27.1%;
  width: 100%;
}
.in-banner .txt * {
  font-family: 'AlibabaPuHuiTi-R';
  line-height: 1;
}
.in-banner .txt .en {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.in-banner .txt .name i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 14px;
  transform: translateY(4px);
}
.in-banner .nNav {
  width: 91vw;
  height: 76px;
  padding-right: 2.9%;
  background-color: rgba(0, 155, 76, 0.9);
}
.in-banner .position {
  white-space: nowrap;
}
.in-banner .position i {
  margin-right: 14px;
}
.in-banner .position a {
  font-weight: 200;
}
.in-banner .position a:not(:last-of-type) {
  position: relative;
  margin-right: 26px;
}
.in-banner .position a:not(:last-of-type)::after {
  content: '>';
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.in-banner .nav-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.in-banner .down {
  position: absolute;
  top: 50%;
  right: 3.9%;
  transform: translateY(-50%);
  cursor: pointer;
}
.in-banner .down i {
  display: inline-block;
  font-size: 26px;
  -webkit-animation: jt3 1s infinite alternate;
  animation: jt3 1s infinite alternate;
}
.in-banner.infoBan .nNav {
  width: 36.5vw;
}
.nNav-swiper {
  margin-left: 0;
  margin-right: 0;
}
.nNav-swiper .swiper-slide {
  position: relative;
  width: auto;
  height: 76px;
  line-height: 76px;
  font-family: 'AlibabaPuHuiTi-R';
  font-size: 18px;
  padding: 0 14px;
}
.nNav-swiper .swiper-slide:not(:last-of-type) {
  margin-right: 29px;
}
.nNav-swiper .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 6px;
  background-color: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.nNav-swiper .swiper-slide:hover::after {
  width: 100%;
}
.nNav-swiper .swiper-slide.active::after {
  width: 100%;
}
.ex-more {
  position: relative;
  color: #009B4C;
}
.ex-more i {
  position: absolute;
  left: 110%;
  display: inline-block;
  font-size: 30px;
  color: #009B4C;
  transform: scaleY(-1) rotate(-90deg) translateX(-15%);
}
.com-tit p {
  color: #999999;
}
.inCom-tit h3 {
  position: relative;
  display: inline-block;
}
.inCom-tit h3::before {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #EFE923;
}
.swi-pagi {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.swi-pagi::after {
  font-size: 15px;
  color: #999999;
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.swi-pagi:hover {
  background: linear-gradient(250deg, #EFE923 -100%, #009B4C 100%);
}
.swi-pagi:hover::after {
  color: #fff;
}
.swi-next::after {
  content: '\ec11';
}
.swi-prev::after {
  content: '\e605';
}
.loading-more {
  position: relative;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  border: 1px dashed #D4D4D4;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.loading-more span {
  color: #999999;
  line-height: 1;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.loading-more .jt {
  width: auto;
  margin: 11px auto 0;
}
.loading-more .loading {
  -webkit-animation: jt3 1s infinite alternate;
  animation: jt3 1s infinite alternate;
}
.loading-more:hover {
  border-color: #009B4C;
  background-color: #009B4C;
}
.loading-more:hover span {
  color: #fff;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #009B4C;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes inLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes inLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes wheelDown {
  from {
    transform: translateY(-12px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes wheelDown {
  from {
    transform: translateY(-12px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes jt1 {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(5px, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@keyframes jt2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translate(15px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes jt3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes dot {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0.39;
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}
@keyframes dot {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0.39;
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}
@keyframes bulge {
  50% {
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    /* Safari å’Œ Chrome */
    -o-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    /* Safari å’Œ Chrome */
    -o-transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media only screen and (max-width: 1680px) {
  .fs80 {
    font-size: 70px;
  }
  .fs70 {
    font-size: 64px;
  }
  .fs66 {
    font-size: 60px;
  }
  .fs60 {
    font-size: 56px;
  }
  .fs50 {
    font-size: 44px;
  }
  .fs41 {
    font-size: 38px;
  }
  .fs40,
  .fs39 {
    font-size: 36px;
  }
  .fs36 {
    font-size: 30px;
  }
  .fs32 {
    font-size: 28px;
  }
  .fs30,
  .fs29 {
    font-size: 24px;
  }
  .fs26 {
    font-size: 24px;
  }
  .fs24 {
    font-size: 22px;
  }
  .fs22 {
    font-size: 20px;
  }
  .fs13 {
    font-size: 12px;
  }
  .in-banner.infoBan .nNav {
    width: 50vw;
  }
  .nNav-swiper .swiper-slide::after {
    height: 4px;
  }
  .nNav-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1440px) {
  .fs80 {
    font-size: 60px;
  }
  .fs70 {
    font-size: 60px;
  }
  .fs66 {
    font-size: 50px;
  }
  .fs60 {
    font-size: 50px;
  }
  .fs50 {
    font-size: 40px;
  }
  .fs41,
  .fs40,
  .fs39 {
    font-size: 34px;
  }
  .fs36 {
    font-size: 28px;
  }
  .fs32 {
    font-size: 26px;
  }
  .fs30,
  .fs29 {
    font-size: 22px;
  }
  .fs26 {
    font-size: 24px;
  }
  .fs24 {
    font-size: 20px;
  }
  .fs22,
  .fs20 {
    font-size: 18px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs16 {
    font-size: 14px;
  }
  .head-pc .c1 {
    height: 90px;
  }
  .head-pc .nav li:not(:last-of-type) {
    margin-right: 30px;
  }
  .head-pc .wechat {
    margin-left: 35px;
  }
  .head-pc .wechat i {
    font-size: 18px;
  }
  .foot-t {
    padding-top: 2.9vw;
  }
  .foot-t dt {
    margin-bottom: 25px;
  }
  .foot-t dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .foot-b .bah {
    margin-left: 10px;
  }
  .foot-b .bah img {
    margin-left: 25px;
  }
  .in-banner .nNav {
    height: 65px;
  }
  .nNav-swiper .swiper-slide {
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    padding: 0 10px;
  }
  .nNav-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 20px;
  }
  .in-banner .down i {
    font-size: 24px;
  }
  .swi-pagi {
    width: 44px;
    height: 44px;
  }
  .swi-pagi::after {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  .head-pc .nav li:not(:last-of-type) {
    margin-right: 20px;
  }
  .head-pc .wechat {
    margin-left: 25px;
  }
  .head-pc .wechat i {
    font-size: 16px;
  }
  .head-pc .wechat .img {
    width: 100px;
    height: 100px;
  }
  .foot-t {
    padding-top: 2vw;
  }
  .foot-t dt {
    margin-bottom: 15px;
  }
  .foot-t dd:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1260px) {
  .fs80 {
    font-size: 50px;
  }
  .fs70 {
    font-size: 48px;
  }
  .fs66 {
    font-size: 44px;
  }
  .fs50 {
    font-size: 36px;
  }
  .fs41,
  .fs40,
  .fs39 {
    font-size: 28px;
  }
  .fs30,
  .fs29 {
    font-size: 20px;
  }
  .fs26,
  .fs24 {
    font-size: 18px;
  }
  .c1 {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .head-pc .nav li:not(:last-of-type) {
    margin-right: 15px;
  }
  .head-pc .wechat {
    margin-left: 15px;
  }
  .foot-t dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .fs80 {
    font-size: 30px;
  }
  .fs70 {
    font-size: 38px;
  }
  .fs66 {
    font-size: 40px;
  }
  .fs50 {
    font-size: 30px;
  }
  .fs41,
  .fs40,
  .fs39 {
    font-size: 26px;
  }
  .fs36 {
    font-size: 24px;
  }
  .fs32 {
    font-size: 22px;
  }
  .fs30,
  .fs29 {
    font-size: 18px;
  }
  .fs26,
  .fs24,
  .fs22,
  .fs20 {
    font-size: 16px;
  }
  .c1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .pl10 {
    padding-left: 4vw;
  }
  .pr9 {
    padding-right: 4vw;
  }
  .pt100 {
    padding-top: 80px;
  }
  .pb100 {
    padding-bottom: 80px;
  }
  .head-pc {
    display: none;
  }
  #mb-header {
    display: block;
  }
  .foot-t dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .in-banner.infoBan .nNav {
    width: 100%;
  }
  .in-banner .img img {
    min-height: 400px;
    object-fit: cover;
  }
  .in-banner .txt {
    bottom: 42.1%;
  }
  .in-banner .txt .en {
    margin-bottom: 10px;
  }
  .in-banner .txt .name i {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    transform: translateY(1px);
  }
  .in-banner .nNav {
    width: 100%;
    height: auto;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .in-banner .nNav-swiper .swiper-slide {
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
  }
  .in-banner .nNav-swiper .swiper-slide::after {
    height: 2px;
  }
  .in-banner .nNav-swiper .swiper-slide:hover::after {
    width: 0;
  }
  .in-banner .position {
    padding: 10px 0;
  }
  .in-banner .down {
    display: none;
  }
}
@media only screen and (max-width: 860px) {
  .fs18 {
    font-size: 14px;
  }
  .foot-t {
    display: none;
  }
  .foot-b {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    padding-top: 36px;
    padding-bottom: 25px;
  }
  .foot-b .bah {
    margin-left: 0;
  }
  .foot-b .bah img {
    margin-left: 15px;
  }
  .footBL {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .nNav-swiper .swiper-slide::after {
    height: 2px;
  }
  .nNav-swiper .swiper-slide:not(:last-of-type) {
    margin-right: 15px;
  }
  .in-banner .position i {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .fs70 {
    font-size: 34px;
  }
  .fs60 {
    font-size: 30px;
  }
  .fs50 {
    font-size: 24px;
  }
  .fs41,
  .fs40,
  .fs39 {
    font-size: 18px;
  }
  .fs26,
  .fs24,
  .fs22,
  .fs20 {
    font-size: 14px;
  }
  .pt100 {
    padding-top: 60px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .in-banner .txt .name i {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }
  .in-banner .position {
    white-space: wrap;
  }
  .in-banner .position i {
    margin-right: 2px;
  }
  .in-banner .position a:not(:last-of-type) {
    margin-right: 15px;
  }
  .in-banner .position a:not(:last-of-type)::after {
    right: -12px;
  }
}
@media only screen and (max-width: 560px) {
  .fs70 {
    font-size: 26px;
  }
  .fs50 {
    font-size: 22px;
  }
  .in-banner .position i {
    margin-right: 0;
  }
  .in-banner .position a:not(:last-of-type) {
    margin-right: 10px;
  }
  .in-banner .position a:not(:last-of-type)::after {
    right: -11px;
  }
}
