@charset "UTF-8";

/* bannersvg */
@-webkit-keyframes bannerSvg {
  0% {
    stroke-dashoffset: 100;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes bannerSvg {
  0% {
    stroke-dashoffset: 100;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes bannerSvg {
  0% {
    stroke-dashoffset: 100;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes bannerSvg {
  0% {
    stroke-dashoffset: 100;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes aScale {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes aScale {
  from {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes aScale {
  from {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes aScale {
  from {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.headerKong {
  height: max(80px, 1.3rem);
}

@media screen and (max-width: 1024px) {
  .headerKong {
    height: 60px;
  }
}

.headerWrap {
  margin: 0 70px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1365px) {
  .headerWrap {
    margin: 0 60px;
  }
}

@media screen and (max-width: 1199px) {
  .headerWrap {
    margin: 0 30px;
  }
}

/* #header {
  width: 100%;
  height: max(80px, 1.3rem);
  top: min(-80px, -1.3rem);
  left: 0;
  z-index: 80;
  position: fixed;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#header .headerWrap {
  height: 100%;
}
#header .left {
  height: inherit;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .logo {
  z-index: 6;
  position: relative;
  width: max(137px, 2.01rem);
  height: max(57px, 0.84rem);
  margin-right: max(10px, 0.4rem);
}
#header .logo a {
  display: block;
}
#header .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
#header .countDown {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: max(14px, 0.18rem);
  gap: 4px;
}
#header .countDown #countdown {
  gap: 4px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .countDown #countdown span {
  width: max(20px, 0.26rem);
  height: max(20px, 0.26rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: -webkit-linear-gradient(330deg, #0452ee, #72a1ff);
  background: -moz-linear-gradient(330deg, #0452ee, #72a1ff);
  background: -o-linear-gradient(330deg, #0452ee, #72a1ff);
  background: linear-gradient(120deg, #0452ee, #72a1ff);
}
#header .right {
  height: inherit;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: max(20px, 0.45rem);
}
#header .navBtn {
  width: 22px;
  height: 16px;
  z-index: 5;
  position: relative;
  cursor: pointer;
  display: none;
}
#header .navBtn span {
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 2px;
}
#header .navBtn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .navBtn span:nth-child(3) {
  top: auto;
  bottom: 0;
}
#header .navBtn.active span:nth-child(2) {
  -webkit-transform: translate(10px, -50%);
     -moz-transform: translate(10px, -50%);
      -ms-transform: translate(10px, -50%);
       -o-transform: translate(10px, -50%);
          transform: translate(10px, -50%);
  opacity: 0;
  visibility: hidden;
}
#header .navBtn.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
     -moz-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
       -o-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
#header .navBtn.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
     -moz-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
       -o-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
#header .nav {
  height: inherit;
}
#header .navList {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  gap: max(20px, 0.45rem);
  font-size: max(14px, 0.18rem);
}
#header .navList li {
  height: inherit;
  position: relative;
}
#header .navList li .one {
  height: inherit;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .navList li .two {
  width: 140px;
  left: 50%;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  position: absolute;
  background: #fff;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
#header .navList li .two a {
  color: #333;
  display: block;
  line-height: 2;
  text-align: center;
}
#header .navList li .two a:hover {
  color: #fff;
  background: #0055ff;
}
#header .navList li.active .one a {
  color: #065398;
}
#header .navList li:hover .one a {
  color: #065398;
}
#header .navList li:hover .two {
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header .navList a {
  color: #fff;
}
#header .language {
  width: 106px;
  position: relative;
  color: #fff;
  height: inherit;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .language .showBox {
  width: 100%;
  height: 32px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  border: solid 2px rgba(255, 255, 255, 0.3);
}
#header .language .showBox font {
  size: 14px;
  weight: bold;
}
#header .language .showBox .iconfont {
  margin: 0 7px 0 0;
  font-size: 18px;
}
#header .language .hideBox {
  width: 120px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  position: absolute;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
#header .language .hideBox a {
  display: block;
  text-align: center;
  line-height: 2.4;
  color: #333;
}
#header .language .hideBox a:hover {
  color: #fff;
  background: #0055ff;
}
#header .language .hideBox::after {
  left: 50%;
  bottom: 100%;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.3);
}
#header .language:hover .hideBox, #header .language.active .hideBox {
  opacity: 1;
  top: -webkit-calc(100% - 20px);
  top: -moz-calc(100% - 20px);
  top: calc(100% - 20px);
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header:hover {
  background: #fff;
}
#header:hover .navList a {
  color: #333;
}
#header:hover .language {
  color: #333;
}
#header:hover .language .showBox {
  border: solid 2px rgba(0, 0, 0, 0.3);
}
#header.on {
  height: 100px;
  top: -100px;
}
#header.on .logo {
  width: 150px;
  height: 63px;
}
#header.on .navList li.active .one a {
  color: #0055ff;
}
#header.up {
  top: 0;
}
#header.blue, #header.noBg {
  background: #fff;
  color: #333;
}
#header.blue .navList li .one > a, #header.noBg .navList li .one > a {
  color: #333;
}
#header.blue .navList li .one > a::after, #header.noBg .navList li .one > a::after {
  background: #fff;
}
#header.blue .logo .w, #header.noBg .logo .w {
  display: block;
}
#header.blue .logo .b, #header.noBg .logo .b {
  display: none;
}
#header.blue .language, #header.noBg .language {
  color: #333;
}
#header.blue .language .showBox, #header.noBg .language .showBox {
  border: solid 2px rgba(0, 0, 0, 0.3);
}
#header.noBg {
  background: none;
}
@media screen and (max-width: 1679px) {
  #header .navList {
    gap: 20px;
  }
}
@media screen and (max-width: 1439px) {
  #header .navList {
    gap: 15px;
  }
}
@media screen and (max-width: 1365px) {
  #header .language:hover .hideBox, #header .language.active .hideBox {
    top: -webkit-calc(100% - 8px);
    top: -moz-calc(100% - 8px);
    top: calc(100% - 8px);
  }
}
@media screen and (max-width: 1279px) {
  #header .countDown {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  #header .logo {
    width: 90px;
    height: 38px;
    margin-right: 10px;
  }
  #header.on .logo {
    width: 90px;
    height: 38px;
  }
  #header .countDown .num {
    width: 20px;
    height: 20px;
  }
  #header .right {
    gap: 10px;
  }
  #header .language {
    width: 80px;
    font-size: 12px;
  }
  #header .language .showBox {
    height: 28px;
  }
  #header .language .showBox .iconfont {
    margin-right: 5px;
  }
  #header .navList {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    background: #fff;
    color: #333;
    height: 60px;
  }
  #header::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #fff;
    position: absolute;
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  #header.on {
    height: 60px;
  }
  #header.on .logo {
    width: 110px;
    height: 46px;
  }
  #header .logo {
    width: 110px;
    height: 46px;
  }
  #header .navBtn {
    display: block;
    z-index: 6;
  }
  #header .nav {
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1;
    position: fixed;
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
    display: none;
  }
  #header .navList {
    height: auto;
    gap: 0;
    font-size: 16px;
    line-height: 50px;
    padding: 60px 30px 0;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .navList a {
    color: #333;
    display: block;
  }
  #header .navList li {
    border-bottom: 1px solid #e5e5e5;
  }
  #header .navList li .one {
    position: relative;
  }
  #header .navList li .one .iconfont {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 60px;
    text-align: right;
    font-size: 14px;
    position: absolute;
  }
  #header .navList li .one .iconfont::after {
    content: "\e6c6";
  }
  #header .navList li .two {
    opacity: 1;
    visibility: visible;
    position: sticky;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: 100%;
    box-shadow: none;
    padding: 0;
    display: none;
    font-size: 14px;
  }
  #header .navList li .two a {
    text-align: left;
    padding: 0 20px;
    line-height: 40px;
  }
  #header .navList li .two a:hover {
    color: #333;
    background: none;
  }
  #header .language {
    color: #333;
    position: relative;
    z-index: 3;
  }
  #header .language .showBox {
    border: solid 2px rgba(0, 0, 0, 0.3);
  }
  #header .countDown {
    display: none;
  }
}
 */

.copy {
  text-align: center;
  height: max(88px, 1.08rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #5f6475;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px solid #2d364d;
  position: relative;
}

.copy .toTopBtn {
  width: max(40px, 0.56rem);
  height: max(40px, 0.56rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fec458;
  border-radius: max(5px, 0.12rem);
  top: 0;
  left: 50%;
  color: #000;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 100px;
}

@media screen and (max-width: 1919px) {
  html {
    font-size: 90px;
  }
}

@media screen and (max-width: 1679px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 1439px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 1365px) {
  html {
    font-size: 60px;
  }
}

@media screen and (max-width: 1279px) {
  html {
    font-size: 50px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 45px;
  }
}

@media screen and (max-width: 959px) {
  html {
    font-size: 40x;
  }
}

body {
  font-size: 14px;
  font-family: "HarmonyOS Sans SC", "HarmonyOS_Sans_SC_Medium", "Source Han Sans CN", "思源黑体", " Microsoft Yahei", "微软雅黑", "Arial Regular", "Arial";
}

.louver {
  width: 100%;
  height: 30vw;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.louver .louverItem {
  width: 15%;
  height: 100%;
  background: pink;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.louver .louverItem.active {
  width: 54%;
}

.flex-center {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center-cen {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center-bet {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-col {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-col-center {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-col-centers {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-col-bet {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-col-center-cen {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap {
  width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 1365px) {
  .wrap {
    width: 1000px;
  }
}

@media only screen and (max-width: 1024px) {
  .wrap {
    width: auto;
    margin: 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap {
    width: auto;
    margin: 0 30px;
  }
}

.img100,
.pic100 {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.comBtn {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: max(14px, 0.18rem);
  border-radius: 3px;
  width: max(120px, 1.6rem);
  height: max(38px, 0.54rem);
  /* background: -webkit-linear-gradient(right, #0a7ac9 0%, #35a5f5 100%), -webkit-linear-gradient(#0055ff, #0055ff);
  background: -moz-linear-gradient(right, #0a7ac9 0%, #35a5f5 100%), -moz-linear-gradient(#0055ff, #0055ff);
  background: -o-linear-gradient(right, #0a7ac9 0%, #35a5f5 100%), -o-linear-gradient(#0055ff, #0055ff);
  background: linear-gradient(270deg, #0a7ac9 0%, #35a5f5 100%), linear-gradient(#0055ff, #0055ff); */
  background: linear-gradient(270deg, #fff 0%, #fff 100%), linear-gradient(#fff, #fff);
  color: #0a7ac9;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.comBtn.line {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.comBtn.line:hover {
  border: 0 none;
}

.comBtn.min {
  width: max(100px, 1.4rem);
  height: max(36px, 0.44rem);
}

.comBtn:hover {
  background: -webkit-linear-gradient(right, #0a7ac9 0%, #35a5f5 100%), -webkit-linear-gradient(#0055ff, #0055ff);
  background: -moz-linear-gradient(right, #0a7ac9 0%, #35a5f5 100%), -moz-linear-gradient(#0055ff, #0055ff);
  background: -o-linear-gradient(right, #0a7ac9 0%, #35a5f5 100%), -o-linear-gradient(#0055ff, #0055ff);
  background: linear-gradient(270deg, #0a7ac9 0%, #35a5f5 100%), linear-gradient(#0055ff, #0055ff);
  color: #fff;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  border: 0 none;
  box-shadow: 0px 10px 30px 0px rgba(16, 140, 238, 0.3);
}

.comBtn:hover.big {
  background: #0055ff;
  color: #0a7ac9;
}

.comBtn.blue {
  border-radius: 5px;
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  -o-background-origin: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-linear-gradient(left, #fff, #fff), -webkit-linear-gradient(bottom, #35a5f5, #0a7ac9);
  background-image: -moz-linear-gradient(left, #fff, #fff), -moz-linear-gradient(bottom, #35a5f5, #0a7ac9);
  background-image: -o-linear-gradient(left, #fff, #fff), -o-linear-gradient(bottom, #35a5f5, #0a7ac9);
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(0deg, #35a5f5, #0a7ac9);
  color: #0b7bc9;
}

.comBtn.blue:hover {
  color: #fff;
  border: 0 none;
  background: -webkit-linear-gradient(right, #0a7ac9 0%, #35a5f5 100%), -webkit-linear-gradient(#0055ff, #0055ff);
  background: -moz-linear-gradient(right, #0a7ac9 0%, #35a5f5 100%), -moz-linear-gradient(#0055ff, #0055ff);
  background: -o-linear-gradient(right, #0a7ac9 0%, #35a5f5 100%), -o-linear-gradient(#0055ff, #0055ff);
  background: linear-gradient(270deg, #0a7ac9 0%, #35a5f5 100%), linear-gradient(#0055ff, #0055ff);
}

.comBtn.mins {
  width: max(80px, 1rem);
  height: max(30px, 0.34rem);
  border-radius: max(3px, 0.05rem);
  background: #0055ff;
  font-size: 14px;
  line-height: max(30px, 0.34rem);
}

.comBtn.mins.blueLine {
  color: #0b7bc9;
  background: #fff;
  border: #0a7bca 1px solid;
}

.comBtn.mins.blueLine:hover {
  background: #0055ff;
  border-color: #0055ff;
  color: #fff;
}

.comBtn.big {
  width: max(120px, 2rem);
  height: max(44px, 0.6rem);
}

.comPage {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  padding: max(60px, 0.93rem) 0 0;
}

.comPage li {
  width: max(34px, 0.48rem);
  height: max(34px, 0.48rem);
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 2px #dee2e6;
  font-size: max(14px, 0.16rem);
}

.comPage li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comPage li.btn {
  font-size: max(12px, 0.14rem);
}

.comPage li.btn a {
  color: #666;
}

.comPage li:hover, .comPage li.active {
  background: #0055ff;
  border-color: #0055ff;
}

.comPage li:hover a, .comPage li.active a {
  color: #fff;
}

.comSwiperBtn {
  width: max(28px, 0.36rem);
  height: max(28px, 0.36rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: 0 none;
  font-size: 12px;
  background: -webkit-linear-gradient(left, #35a5f5 0%, #0a7ac9 100%);
  background: -moz-linear-gradient(left, #35a5f5 0%, #0a7ac9 100%);
  background: -o-linear-gradient(left, #35a5f5 0%, #0a7ac9 100%);
  background: linear-gradient(90deg, #35a5f5 0%, #0a7ac9 100%);
}

.comSwiperBtn:hover {
  box-shadow: 0px 10px 30px 0px rgba(16, 140, 238, 0.3);
}

.comSwiperCzBox {
  width: 100%;
  left: 0;
  bottom: max(20px, 0.3rem);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.comSwiperCzBox .swiperPrev,
.comSwiperCzBox .swiperPagina,
.comSwiperCzBox .swiperNext {
  position: static;
  margin: 0;
  padding: 0;
}

.comSwiperCzBox .swiperPrev::after,
.comSwiperCzBox .swiperPagina::after,
.comSwiperCzBox .swiperNext::after {
  display: none;
}

.comSwiperCzBox .comSwiperBtn::after {
  display: none;
}

.comSwiperCzBox .swiperPagina {
  width: auto;
  font-weight: bold;
  font-size: max(14px, 0.2rem);
  font-family: "WorkSans-Bold", "WorkSans", "Arial";
}

@media only screen and (max-width: 767px) {
  .comSwiperCzBox {
    bottom: 0;
  }
}

.gVideo-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 79;
  display: none;
}

.gVideo-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.gVideo-pop .close {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 60px;
  top: 60px;
  background: url("../fonts/close.svg") center no-repeat;
  -o-background-size: 48px;
  background-size: 48px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}

.gVideo-pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gVideo-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 80vh;
  max-width: 75vw;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.comTcBg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.7);
}

.comModal {
  opacity: 0;
  visibility: hidden;
}

.comModal.active {
  opacity: 1;
  visibility: visible;
}

.aboutNumList {
  height: 3.8rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: max(14px, 0.16rem);
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.aboutNumList .num {
  line-height: 1;
  font-size: max(16px, 0.2rem);
  font-family: "HelveticaRoundedLTStd-BdCn", "Arial";
}

.aboutNumList .num strong {
  font-size: max(24px, 0.56rem);
}

.aboutNumList p {
  padding: max(10px, 0.15rem) 0 max(15px, 0.3rem);
  position: relative;
}

.aboutNumList p::after {
  width: 20px;
  height: 3px;
  left: 0;
  bottom: 0;
  content: "";
  position: absolute;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.aboutNumList li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aboutNumList li:hover .num,
.aboutNumList li:hover p {
  color: transparent;
  background-image: -webkit-linear-gradient(right, #ec6700, #fcce00);
  background-image: -moz-linear-gradient(right, #ec6700, #fcce00);
  background-image: -o-linear-gradient(right, #ec6700, #fcce00);
  background-image: linear-gradient(-90deg, #ec6700, #fcce00);
  -webkit-background-clip: text;
  background-clip: text;
}

@media only screen and (max-width: 959px) {
  .aboutNumList {
    height: auto;
    padding: 60px 0;
    gap: 30px;
  }

  .aboutNumList li {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }
}

@media only screen and (max-width: 479px) {
  .aboutNumList li {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
}

.indexTitle {
  color: #001726;
  font-size: max(22px, 0.42rem);
  font-weight: bold;
}

.indexTitleBox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1;
  padding-bottom: max(20px, 0.4rem);
}

.indexTitleBox .indexTitleE {
  font-size: 20px;
  font-family: "Arial-BoldMT", "Arial";
  padding: max(10px, 0.18rem) 0 0;
  text-transform: uppercase;
}

.activityItem {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 max(20px, 0.4rem);
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: max(5px, 0.1rem);
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(3, 60, 228, 0.05);
}

.activityItem .pic {
  width: 50%;
  height: 463px;
}

.activityItem .text {
  width: 50%;
  line-height: 1.8 !important;
  color: #222 !important;
  font-size: max(14px, 0.2rem) !important;
  padding: 0 max(20px, 0.5rem) 0 max(20px, 0.66rem) !important;
}

.activityItem .text .title {
  color: #001726;
  font-size: max(20px, 0.34rem);
  font-weight: bold;
}

.activityItem .text .nr {
  padding: max(5px, 0.15rem) 0 max(10px, 0.25rem);
}

.activityItem .text .infoItem {
  font-size: max(12px, 0.18rem);
  color: #0055ff;
}

.activityItem .text .infoItem .iconfont {
  margin: 0 max(5px, 0.14rem) 0 0;
}

.activityItem .text .btnBox {
  padding: max(10px, 0.25rem) 0 0;
}

.activityItem .text .btn {
  color: #fff;
}

.activityItem:nth-child(2n) {
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.activityItem:nth-child(2n) .text {
  padding: 0 max(20px, 0.66rem) 0 max(20px, 0.5rem);
}

@media only screen and (max-width: 1365px) {
  .activityItem .pic {
    height: 363px;
  }
}

@media only screen and (max-width: 1024px) {
  .activityItem .pic {
    height: 31.9vw;
  }
}

@media only screen and (max-width: 959px) {
  .activityItem .text {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  .activityItem {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .activityItem .pic {
    width: 100%;
    height: 64.9vw;
  }

  .activityItem .text {
    width: 100%;
    padding: 20px;
  }

  .activityItem:nth-child(2n) .text {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .activityItem .pic {
    height: 59vw;
  }

  .activityItem .text .title {
    line-height: 1.2;
  }
}

/* 适配1920 */
/* // 适配1680 */
/* // 适配1440 */
/* // 适配1366 */
/* // 适配1280 */
/* // 适配1025 */
/* 以下属于移动端设备 */
/* // 适配1024 */
/* // 适配960 */
/* // 适配768 */
/* // 适配480 */
/* // 适配320 */
/*# sourceMappingURL=common.css.map */