@charset "utf-8";
html {
  font-size: 26px;
}
@media only screen and (max-width: 2560px) {
  html {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1680px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  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%;
}
@font-face {
  font-family: 'AlibabaPuHuiTi-L';
  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-M';
  src: url('../font/AlibabaPuHuiTi-2-65-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: "normal";
  font-display: swap;
  ascent-override: 100%;
}
@font-face {
  font-family: 'AlibabaPuHuiTi-B';
  src: url('../font/AlibabaPuHuiTi-2-85-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: "normal";
  font-display: swap;
  ascent-override: 100%;
}
@font-face {
  font-family: 'Swis721-BT-Roman';
  src: url('../font/tt0003m_.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: "normal";
  font-display: swap;
  ascent-override: 100%;
}
@font-face {
  font-family: 'Swis721-BT-Bold';
  src: url('../font/tt0005m_.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: "normal";
  font-display: swap;
  ascent-override: 100%;
}
.AlibabaPuHuiTi-L {
  font-family: 'AlibabaPuHuiTi-L';
}
.AlibabaPuHuiTi-M {
  font-family: 'AlibabaPuHuiTi-M';
}
.AlibabaPuHuiTi-B {
  font-family: 'AlibabaPuHuiTi-B';
}
.Swis721-BT-Roman {
  font-family: 'Swis721-BT-Roman';
}
.Swis721-BT-Bold {
  font-family: 'Swis721-BT-Bold';
}
.bgColor {
  background-color: #F9FAFB;
}
.c1 {
  width: 87.5vw;
  margin: 0 auto;
}
.c2 {
  width: 75.5vw;
  margin: 0 auto;
}
.pl6 {
  padding-left: 6.25vw;
}
.pr6 {
  padding-right: 6.25vw;
}
.pl12 {
  padding-left: 12.25vw;
}
.pr12 {
  padding-right: 12.25vw;
}
.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;
}
.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;
}
.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;
}
.ovh {
  overflow: hidden;
}
.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%);
}
.bgf {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.baf {
  background-attachment: fixed;
}
.target.fadeIn,
.intarget.fadeIn,
.target .fadeIn,
.intarget .fadeIn {
  transform: translate3d(0, 2.727rem, 0);
  opacity: 0;
  visibility: hidden;
}
.target.fadeInRight,
.intarget.fadeInRight,
.target .fadeInRight,
.intarget .fadeInRight {
  transform: translate3d(2.727rem, 0, 0);
  opacity: 0;
  visibility: hidden;
}
.target.fadeInLeft,
.intarget.fadeInLeft,
.target .fadeInLeft,
.intarget .fadeInLeft {
  transform: translate3d(-2.727rem, 0, 0);
  opacity: 0;
  visibility: hidden;
}
.target.action.fadeIn,
.intarget.action.fadeIn,
.target.action.fadeInRight,
.intarget.action.fadeInRight,
.target.action.fadeInLeft,
.intarget.action.fadeInLeft,
.target.action .fadeIn,
.intarget.action .fadeIn,
.target.action .fadeInRight,
.intarget.action .fadeInRight,
.target.action .fadeInLeft,
.intarget.action .fadeInLeft {
  transform: translate3d(0, 0, 0);
  transition-duration: 1s;
  transition: opacity 1s cubic-bezier(0.34, 0.44, 0.41, 1.12), transform 1s cubic-bezier(0.09, 0.34, 0.63, 1), -webkit-transform 1s cubic-bezier(0.09, 0.34, 0.63, 1);
  opacity: 1;
  visibility: visible;
}
.target.action.delay1,
.intarget.action.delay1 {
  transition-delay: 0.1s;
}
.target.action.delay2,
.intarget.action.delay2 {
  transition-delay: 0.2s;
}
.target.action.delay3,
.intarget.action.delay3 {
  transition-delay: 0.3s;
}
.target.action.delay4,
.intarget.action.delay4 {
  transition-delay: 0.4s;
}
.target.action.delay5,
.intarget.action.delay5 {
  transition-delay: 0.5s;
}
.target.action.delay6,
.intarget.action.delay6 {
  transition-delay: 0.6s;
}
.target.action .delay1,
.intarget.action .delay1 {
  transition-delay: 0.1s;
}
.target.action .delay2,
.intarget.action .delay2 {
  transition-delay: 0.2s;
}
.target.action .delay3,
.intarget.action .delay3 {
  transition-delay: 0.3s;
}
.target.action .delay4,
.intarget.action .delay4 {
  transition-delay: 0.4s;
}
.target.action .delay5,
.intarget.action .delay5 {
  transition-delay: 0.5s;
}
.target.action .delay6,
.intarget.action .delay6 {
  transition-delay: 0.6s;
}
::-webkit-scrollbar {
  width: 0.273rem;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 0.136rem;
  background-color: #1A1A1A;
}
.fs200 {
  font-size: 9.091rem;
}
.fs140 {
  font-size: 6.364rem;
}
.fs130 {
  font-size: 5.909rem;
}
.fs80 {
  font-size: 3.636rem;
}
.fs72 {
  font-size: 3.273rem;
}
.fs56 {
  font-size: 2.545rem;
}
.fs50 {
  font-size: 2.273rem;
}
.fs46 {
  font-size: 2.091rem;
}
.fs40 {
  font-size: 1.818rem;
}
.fs36 {
  font-size: 1.636rem;
}
.fs32 {
  font-size: 1.455rem;
}
.fs30 {
  font-size: 1.364rem;
}
.fs26 {
  font-size: 1.182rem;
}
.fs24 {
  font-size: 1.091rem;
}
.fs22 {
  font-size: 1rem;
}
.fs20 {
  font-size: 0.909rem;
}
.fs19 {
  font-size: 0.864rem;
}
.fs18 {
  font-size: 0.818rem;
}
.fs16 {
  font-size: 0.727rem;
}
.fs12 {
  font-size: 12px;
}
.lh14 {
  line-height: 1.4;
}
.mt120 {
  margin-top: 5.455rem;
}
.pb80 {
  padding-bottom: 3.636rem;
}
.mb90 {
  margin-bottom: 4.091rem;
}
.pt65 {
  padding-top: 2.955rem;
}
.br40 {
  border-radius: 1.818rem;
}
.br16 {
  border-radius: 0.727rem;
}
.mainPt {
  padding-top: 4.091rem;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 4.091rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 99;
}
header::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.045rem;
  background-color: rgba(255, 255, 255, 0.2);
}
header .logo {
  position: relative;
  display: inline-block;
}
header .head-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  height: 4.091rem;
}
header .lo-img {
  height: 2.409rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .lo-img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
header .headR {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
header .nav-ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
header .nav-li {
  margin-right: 2.273rem;
}
@media screen and (min-width: 860px) and (hover: hover) {
  header .nav-li:hover .nav-svg {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    visibility: visible;
  }
  header .nav-li:hover .navA {
    color: #3D797F;
  }
}
header .navA {
  position: relative;
  display: inline-block;
  height: 4.091rem;
  line-height: 4.091rem;
  color: #fff;
  font-family: 'AlibabaPuHuiTi-B';
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .nav-span {
  position: relative;
}
header .nav-svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  top: calc(100% + 0.136rem);
  transform-origin: center;
  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);
}
header .nav-svg path {
  fill: #fff;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .has-subNav {
  position: relative;
}
header .subNav {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-radius: 0.818rem;
  overflow: hidden;
  background-color: #fff;
  display: none;
}
header .item {
  display: block;
  text-align: center;
  white-space: nowrap;
  line-height: 1.4;
  padding: 0.5rem 1.545rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  header .item:hover {
    background-color: #EAEEF1;
  }
}
header .has-layer:hover .layer {
  opacity: 1;
  visibility: visible;
}
header .has-layer:hover .layer-wrap::before {
  width: 100%;
}
header .has-layer:hover .layer-item {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
header .has-layer:hover .layer-item:nth-of-type(1) {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
header .has-layer:hover .layer-item:nth-of-type(2) {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
header .has-layer:hover .layer-item:nth-of-type(3) {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
header .has-layer:hover .layer-item:nth-of-type(4) {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
header .has-layer:hover .layer-item:nth-of-type(5) {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
header .has-layer:hover .layer-item:nth-of-type(6) {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
header .has-layer:hover .layer-item:nth-of-type(7) {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
header .layer {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: calc(100vh - 4.091rem);
  background-color: rgba(0, 32, 55, 0.4);
  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);
}
header .layer-wrap {
  position: relative;
  width: 81.7%;
  height: 100%;
  padding: 2.682rem 1% 0 6.25vw;
  isolation: isolate;
}
header .layer-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  mask-position: top center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100%  100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/nav-mask.png);
  transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.7s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
header .list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .layer-item {
  width: 20%;
  margin-top: 5.045rem;
  transform: translate3d(0, 2.273rem, 0);
  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);
}
header .layer-ul {
  margin-top: 1.227rem;
}
header .layer-li {
  margin-bottom: 0.909rem;
}
header .layer-li:last-of-type {
  margin-bottom: 0;
}
header .laytit {
  font-family: 'AlibabaPuHuiTi-M';
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  header .laytit:hover {
    color: #3D797F;
  }
}
header .layA {
  line-height: 1.4;
  color: #666666;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  header .layA:hover {
    color: #3D797F;
  }
}
header .lang {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 2.273rem;
  line-height: 2.273rem;
  padding: 0 1.318rem;
  border-radius: 1.5rem;
  margin-left: 0.909rem;
  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);
}
header .lang i {
  font-size: 1.091rem;
  color: #6C737C;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .lang .nowlang {
  color: #6C737C;
  margin-left: 0.364rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
header .lang .lang-drop {
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translateX(-50%);
  border-radius: 0.818rem;
  overflow: hidden;
  background-color: #fff;
  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);
}
header .lang .lang-item {
  display: block;
  line-height: 1.4;
  padding: 0.5rem 1.545rem;
}
@media screen and (min-width: 860px) and (hover: hover) {
  header .lang .lang-item:hover {
    background-color: #EAEEF1;
  }
}
header .lang:hover .lang-drop {
  top: 120%;
  opacity: 1;
  visibility: visible;
}
header .menu {
  display: none;
}
@media screen and (min-width: 1024px) and (hover: hover) {
  header:hover {
    background-color: #fff;
    box-shadow: 0rem 0.455rem 1.364rem 0.045rem rgba(173, 181, 187, 0.2);
  }
  header:hover .lo-img1 {
    opacity: 0;
  }
  header:hover .lo-img2 {
    opacity: 1;
    visibility: visible;
  }
  header:hover .navA {
    color: #1A1A1A;
  }
  header:hover .lang {
    background-color: #1A1A1A;
  }
  header:hover .lang i,
  header:hover .lang .nowlang {
    color: #fff;
  }
  header:hover .nav-li .nav-svg path {
    fill: #1A1A1A;
  }
  header:hover .nav-li.active .navA {
    color: #3D797F;
  }
}
header.on {
  background-color: #fff;
  box-shadow: 0rem 0.455rem 1.364rem 0.045rem rgba(173, 181, 187, 0.2);
}
header.on .lo-img1 {
  opacity: 0;
}
header.on .lo-img2 {
  opacity: 1;
  visibility: visible;
}
header.on .navA {
  color: #1A1A1A;
}
header.on .lang {
  background-color: #1A1A1A;
}
header.on .lang i,
header.on .lang .nowlang {
  color: #fff;
}
header.on .nav-li .nav-svg path {
  fill: #1A1A1A;
}
header.on .nav-li.active .navA {
  color: #3D797F;
}
header.on .subNav,
header.on .lang-drop {
  box-shadow: 0rem 0.455rem 1.364rem 0.045rem rgba(173, 181, 187, 0.2);
}
.sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #F9FAFB;
  transition: right 0.3s ease;
  display: none;
  z-index: -2;
}
.sidebar .wrapper {
  height: 100%;
  padding: 4.545rem 5% 1.364rem;
  overflow-y: auto;
}
.sidebar .wrapper::-webkit-scrollbar,
.sidebar .wrapper::-webkit-scrollbar-thumb,
.sidebar .wrapper ::-webkit-scrollbar-track {
  width: 0;
}
.sidebar .mNavA {
  display: inline-block;
  font-size: 0.818rem;
  padding: 0.591rem 0;
}
.sidebar .no-childs .mNavA {
  display: block;
  width: 100%;
}
.sidebar .com-navT {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 0.046rem solid rgba(26, 26, 26, 0.4);
}
.sidebar .com-navT.cur .jt {
  transform: rotate(90deg);
}
.sidebar .jt {
  font-size: 0.636rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.sidebar .childA {
  font-size: 0.727rem;
  padding: 0.591rem 0;
}
.sidebar .no-kids .childA {
  display: block;
  width: 100%;
}
.sidebar .childrens {
  display: none;
  width: 90%;
  margin: 0 auto;
}
.sidebar .kidA {
  display: block;
  font-size: 0.727rem;
  padding: 0.591rem 0;
}
.sidebar .kids {
  display: none;
  width: 90%;
  padding: 0.455rem 0;
  margin: 0 auto;
  border-bottom: 0.045rem solid rgba(26, 26, 26, 0.4);
}
.sidebar.open {
  right: 0;
}
.isInfo header {
  background-color: #fff;
  box-shadow: 0rem 0.455rem 1.364rem 0.045rem rgba(173, 181, 187, 0.2);
}
.isInfo header .lo-img1 {
  opacity: 0;
}
.isInfo header .lo-img2 {
  opacity: 1;
  visibility: visible;
}
.isInfo header .navA {
  color: #1A1A1A;
}
@media screen and (min-width: 860px) and (hover: hover) {
  .isInfo header .nav-li:hover .nav-svg path {
    fill: #1A1A1A;
  }
}
.isInfo header .nav-li.active .nav-svg path {
  fill: #1A1A1A;
}
.isInfo header .lang {
  background-color: #1A1A1A;
}
.isInfo header .lang i,
.isInfo header .lang .nowlang {
  color: #fff;
}
.inn-banner {
  position: relative;
  overflow: hidden;
}
.inn-banner .m-banner {
  display: none;
}
.inn-banner .txt {
  top: 44.9%;
  line-height: 1.4;
  color: #fff;
}
.com-intro em {
  font-style: italic;
}
.com-intro em * {
  font-style: italic;
}
.com-intro strong,
.com-intro b {
  font-weight: bold;
}
.com-intro strong *,
.com-intro b * {
  font-weight: bold;
}
.com-intro img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.com-intro table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
}
.com-intro tr {
  border: 0.045rem solid #1A1A1A;
}
.com-intro th,
.com-intro td {
  padding: 0.455rem 0.2%;
  border: 0.045rem solid #1A1A1A;
  text-align: center;
  vertical-align: middle;
}
.com-intro ol,
.com-intro li {
  list-style: disc;
}
.com-intro video {
  width: auto;
  max-width: 100% !important;
}
.com-more {
  position: relative;
  display: inline-block;
  height: 2.273rem;
  line-height: 2.273rem;
  color: #fff;
  padding: 0 1.364rem;
  border-radius: 1.136rem;
  background-color: #1A1A1A;
  overflow: hidden;
  isolation: isolate;
}
.com-more::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #3D797F;
  border-radius: 1.136rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
.com-more i {
  font-size: 0.636rem;
  color: #fff;
  margin-right: 0.409rem;
}
@media screen and (min-width: 860px) and (hover: hover) {
  .com-more:hover::before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
.com-more2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.045rem;
  height: 2.045rem;
  color: #fff;
  text-transform: capitalize;
  border-radius: 50%;
  background-color: #1A1A1A;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  .com-more2:hover {
    background-color: #3D797F;
  }
}
.com-tit2 .p1 {
  position: relative;
  padding-left: 1.636rem;
  line-height: 1.4;
}
.com-tit2 .p1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.409rem;
  height: 1.455rem;
  background-color: #1A1A1A;
}
.imgScale .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  .imgScale:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
.scale img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  .scale:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
.paging a {
  display: inline-block;
  width: 2.045rem;
  height: 2.045rem;
  line-height: 2.045rem;
  text-align: center;
  border-radius: 50%;
  color: #ADB5BB;
  margin: 0 0.227rem;
  box-sizing: border-box;
  border: 0.045rem solid #ADB5BB;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.paging a:first-of-type {
  margin-left: 0;
}
.paging a:last-of-type {
  margin-right: 0;
}
.paging a.active {
  color: #fff;
  border-color: #1A1A1A;
  background-color: #1A1A1A;
}
@media screen and (min-width: 860px) and (hover: hover) {
  .paging a:hover {
    color: #fff;
    border-color: #1A1A1A;
    background-color: #1A1A1A;
  }
}
.paging .page-item {
  font-size: 0.591rem;
  color: #6C737C;
}
.paging .prev {
  margin-right: 0.682rem;
}
.paging .next {
  margin-left: 0.682rem;
}
footer {
  position: relative;
  color: #fff;
  padding-bottom: 3.136rem;
  background-color: #286270;
}
footer::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 3.636rem;
  border-radius: 1.818rem 1.818rem 0 0;
  background-color: #286270;
}
.fooT {
  overflow: hidden;
}
.fooT .fooT-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.fooTL {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 58.7%;
  line-height: 1.4;
}
.fooTL .dta {
  font-family: 'AlibabaPuHuiTi-B';
}
.fooTL dt {
  color: #fff;
  margin-bottom: 1.682rem;
}
.fooTL .dd-li {
  margin-bottom: 0.591rem;
}
.fooTL .dd-li:last-of-type {
  margin-bottom: 0;
}
.fooTL .dta {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  .fooTL .dta:hover {
    color: #3D797F;
  }
}
.fooTL .item {
  position: relative;
  color: #fff;
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: right 95%;
  background-size: 0% 1px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: background-size;
}
@media screen and (min-width: 860px) and (hover: hover) {
  .fooTL .item:hover {
    background-position: left 100%;
    background-size: 100% 1px;
  }
}
.fooTR {
  max-width: 35.7%;
}
.fooTR .item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 0.909rem;
}
.fooTR .item .ico {
  position: relative;
  width: 2.091rem;
  height: 2.091rem;
  border-radius: 50%;
  margin-right: 1.182rem;
  background-color: #fff;
}
.fooTR .item .ico i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.636rem;
  color: #6C737C;
}
.fooTR .gzh-items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align-last: justify;
  margin-top: 1.955rem;
  margin-left: 0.773rem;
}
.fooTR .gzh-items .gzhName {
  font-family: 'AlibabaPuHuiTi-L';
  line-height: 1;
  color: #fff;
  writing-mode: vertical-lr;
  margin-right: 1.773rem;
}
.fooTR .gzh-items .img {
  width: 5rem;
}
.fooB {
  margin-top: 3.955rem;
  overflow: hidden;
}
.fooB-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.fooB-wrap .logo {
  flex-shrink: 0;
}
.fooB-wrap .logo img {
  width: auto;
  height: 2rem;
}
.fooB-wrap .foobR {
  color: #fff;
  font-family: 'AlibabaPuHuiTi-L';
  margin-left: 2%;
}
.fooB-wrap a {
  background-image: linear-gradient(90deg, #fff, #fff);
  background-repeat: no-repeat;
  background-position: right 95%;
  background-size: 0% 1px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: background-size;
}
@media screen and (min-width: 860px) and (hover: hover) {
  .fooB-wrap a:hover {
    background-position: left 100%;
    background-size: 100% 1px;
  }
}
.position {
  line-height: 1.4;
}
.position a {
  color: #6C737C;
  margin: 0 0.455rem;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.position a:first-of-type {
  margin-left: 0;
}
.position a:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 860px) and (hover: hover) {
  .position a:hover {
    color: #3D797F;
  }
}
.position i {
  font-size: 0.591rem;
  color: #6C737C;
}
.swi-btns .swi-prev {
  margin-right: 0.227rem;
}
.com-has-swi {
  position: relative;
}
.inn-swi-btns {
  display: none;
}
.inn-swi-btns .swi-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.inn-swi-btns .swi-prev {
  left: -3.182rem;
}
.inn-swi-btns .swi-next {
  right: -3.182rem;
}
.inn-swi-btns.show {
  display: block;
}
.swi-btn {
  position: relative;
  width: 2.045rem;
  height: 2.045rem;
  border-radius: 50%;
  border: 0.045rem solid #ADB5BB;
  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);
}
.swi-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.591rem;
  color: #6C737C;
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.swi-btn.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
}
@media screen and (min-width: 860px) and (hover: hover) {
  .swi-btn:hover {
    border-color: #1A1A1A !important;
    background-color: #1A1A1A;
  }
  .swi-btn:hover i {
    color: #fff;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2.727rem, 0);
    transform: translate3d(0, 2.727rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2.727rem, 0);
    transform: translate3d(0, 2.727rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2.727rem, 0, 0);
    transform: translate3d(-2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2.727rem, 0, 0);
    transform: translate3d(-2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2.727rem, 0, 0);
    transform: translate3d(2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2.727rem, 0, 0);
    transform: translate3d(2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes banscale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes inewHide {
  0% {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
    transform: translate3d(0, 1.818rem, 0);
  }
}
@keyframes layWidth {
  to {
    width: 100%;
  }
}
@keyframes map {
  0% {
    transform: translateY(-0.227rem);
  }
  100% {
    transform: translateY(0.227rem);
  }
}
@keyframes culture {
  to {
    left: 0;
  }
}
@media only screen and (max-width: 1680px) {
  .fs200 {
    font-size: 8.889rem;
  }
  .fs140 {
    font-size: 6.111rem;
  }
  .fs130 {
    font-size: 5.556rem;
  }
  .fs80 {
    font-size: 3.778rem;
  }
  .fs72 {
    font-size: 3.333rem;
  }
  .fs56 {
    font-size: 2.556rem;
  }
  .fs50 {
    font-size: 2.222rem;
  }
  .fs46 {
    font-size: 2.111rem;
  }
  .fs40 {
    font-size: 1.889rem;
  }
  .fs36 {
    font-size: 1.667rem;
  }
  .fs32 {
    font-size: 1.556rem;
  }
  .fs30 {
    font-size: 1.444rem;
  }
}
@media only screen and (max-width: 1440px) {
  .fs200 {
    font-size: 8.235rem;
  }
  .fs140 {
    font-size: 5.882rem;
  }
  .fs130 {
    font-size: 5.294rem;
  }
  .fs80 {
    font-size: 3.765rem;
  }
  .fs72 {
    font-size: 3.294rem;
  }
  .fs56 {
    font-size: 44.478px;
  }
  .fs50 {
    font-size: 2.111rem;
  }
  .fs46 {
    font-size: 2rem;
  }
  .fs40 {
    font-size: 1.778rem;
  }
  .swi-btn {
    width: 2.222rem;
    height: 2.222rem;
  }
  .com-more2 {
    width: 2.222rem;
    height: 2.222rem;
  }
}
@media only screen and (max-width: 1366px) {
  .fs200 {
    font-size: 7.647rem;
  }
  .fs140 {
    font-size: 5.647rem;
  }
  .fs130 {
    font-size: 5.176rem;
  }
  .fs80 {
    font-size: 3.647rem;
  }
  .fs72 {
    font-size: 3.176rem;
  }
  .fs56 {
    font-size: 40.001px;
  }
  .fs50 {
    font-size: 2rem;
  }
  .fs46 {
    font-size: 1.882rem;
  }
  .fs40 {
    font-size: 1.647rem;
  }
  .fs16 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  .c1,
  .c2 {
    width: 96vw;
  }
  .pl6,
  .pl12 {
    padding-left: 2vw;
  }
  .pr6,
  .pr12 {
    padding-right: 2vw;
  }
  .fs200 {
    font-size: 6.875rem;
  }
  .fs140 {
    font-size: 5rem;
  }
  .fs130 {
    font-size: 4.75rem;
  }
  .fs80 {
    font-size: 3.375rem;
  }
  .fs72 {
    font-size: 2.875rem;
  }
  .fs56 {
    font-size: 2.125rem;
  }
  .fs50 {
    font-size: 1.875rem;
  }
  .fs46 {
    font-size: 1.75rem;
  }
  .fs40 {
    font-size: 1.625rem;
  }
  .fs36 {
    font-size: 1.5rem;
  }
  .fs32 {
    font-size: 1.375rem;
  }
  .fs30 {
    font-size: 1.25rem;
  }
  .fs19,
  .fs18,
  .fs16 {
    font-size: 14px;
  }
  body {
    padding-top: 3.125rem;
  }
  .mainPt {
    padding-top: 0;
  }
  header {
    height: 3.125rem;
    background-color: #fff;
    box-shadow: 0rem 0.455rem 1.364rem 0.045rem rgba(173, 181, 187, 0.2);
  }
  header .head-wrap {
    height: 3.125rem;
  }
  header .lo-img {
    height: 2.188rem;
  }
  header .lo-img1 {
    opacity: 0;
  }
  header .lo-img2 {
    opacity: 1;
    visibility: visible;
  }
  header .nav {
    display: none;
  }
  header .lang {
    background-color: #1A1A1A;
  }
  header .lang i,
  header .lang .nowlang {
    color: #fff;
  }
  header .menu {
    position: relative;
    display: block;
    margin-left: 0.625rem;
    cursor: pointer;
  }
  header .menu .line {
    padding-top: 3px;
    padding-bottom: 3px;
    transition: all 0.4s ease;
  }
  header .menu .line::before {
    content: '';
    display: block;
    height: 2px;
    width: 22px;
    background-color: #3D797F;
    border-radius: 2px;
    transition: transform 0.4s ease 0.2s, background-color 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }
  header .menu.active .line:nth-of-type(1) {
    transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    backface-visibility: hidden;
  }
  header .menu.active .line:nth-of-type(1)::before {
    transform: rotate(45deg);
  }
  header .menu.active .line:nth-of-type(2) {
    opacity: 0;
  }
  header .menu.active .line:nth-of-type(3) {
    transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    backface-visibility: hidden;
  }
  header .menu.active .line:nth-of-type(3)::before {
    transform: rotate(-45deg);
  }
  header.on .menu .line::before {
    background-color: #3D797F;
  }
  header.mson {
    background-color: #fff;
    box-shadow: 0rem 0.455rem 1.364rem 0.045rem rgba(173, 181, 187, 0.2);
  }
  header.mson .lo-img1 {
    opacity: 0;
  }
  header.mson .lo-img2 {
    opacity: 1;
    visibility: visible;
  }
  header.mson .lang {
    background-color: #1A1A1A;
  }
  header.mson .lang i,
  header.mson .lang .nowlang {
    color: #fff;
  }
  header.mson .menu .line::before {
    background-color: #3D797F;
  }
  .sidebar {
    display: block;
  }
  .sidebar .wrapper {
    padding-top: 5rem;
  }
  .sidebar .mNavA {
    font-size: 1.125rem;
  }
  .sidebar .jt {
    font-size: 0.875rem;
  }
  .sidebar .mNavA {
    padding: 0.938rem 0;
  }
  .sidebar .childA,
  .sidebar .kidA {
    font-size: 1rem;
    padding: 0.813rem 0;
  }
  .fooT .fooT-wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .fooT .fooTL {
    width: 100%;
  }
  .fooT .fooTR {
    width: 100%;
    max-width: none;
    margin-top: 1.875rem;
  }
  .inn-swi-btns .swi-btn {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: translateY(0);
  }
  .inn-swi-btns .swi-prev {
    margin-right: 0.227rem;
  }
  .inn-swi-btns.show {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 860px) {
  .fs200 {
    font-size: 6.25rem;
  }
  .fs140 {
    font-size: 4rem;
  }
  .fs130 {
    font-size: 3.5rem;
  }
  .fs80 {
    font-size: 3.125rem;
  }
  .fs72 {
    font-size: 2.5rem;
  }
  .fs56 {
    font-size: 2rem;
  }
  .fs50 {
    font-size: 1.75rem;
  }
  .fs46 {
    font-size: 1.625rem;
  }
  .fs40 {
    font-size: 1.5rem;
  }
  .fs36 {
    font-size: 1.375rem;
  }
  .fs32 {
    font-size: 1.25rem;
  }
  .fs30 {
    font-size: 1.125rem;
  }
  .fs24 {
    font-size: 1rem;
  }
  .fooTL {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .fooTL dt {
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.4);
    cursor: pointer;
  }
  .fooTL dd {
    display: none;
    padding: 0 5%;
  }
  .fooTL .dd-li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.4);
  }
  .fooTL .item {
    padding: 10px 0;
    display: block;
  }
  .fooTL .has-kids.cur dt::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .fooTL .has-kids dt {
    position: relative;
  }
  .fooTL .has-kids dt::after {
    content: '\eed9';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .fooTL .no-kids .dta {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .fooB-wrap {
    -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;
  }
  .fooB-wrap .foobR {
    margin-left: 0;
    margin-top: 0.625rem;
  }
  .inn-banner .p-banner {
    display: none;
  }
  .inn-banner .m-banner {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .fs200 {
    font-size: 3.571rem;
  }
  .fs140 {
    font-size: 2.857rem;
  }
  .fs130 {
    font-size: 2.714rem;
  }
  .fs80 {
    font-size: 2.143rem;
  }
  .fs72 {
    font-size: 2rem;
  }
  .fs56 {
    font-size: 1.714rem;
  }
  .fs50 {
    font-size: 1.643rem;
  }
  .fs20 {
    font-size: 1rem;
  }
}
