* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.wrap {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 1679px) {
  .wrap {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: auto;
    margin: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    margin: 0 30px;
  }
}
.comBtn {
  height: max(32px, 0.46rem);
  background: #004dde;
  color: #fff;
  position: relative;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 max(15px, 0.35rem);
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.comBtn:hover {
  color: #fff;
  -webkit-transform: translate(0, -10px);
     -moz-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
       -o-transform: translate(0, -10px);
          transform: translate(0, -10px);
  box-shadow: 0 8px 12px rgba(0, 17, 76, 0.3);
}

.comLineBtn {
  font-size: max(14px, 0.16rem);
  font-family: "AliMedium";
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #004dde;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: max(30px, 0.44rem);
  padding: 0 max(10px, 0.2rem);
  border: 1px solid #004dde;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.comLineBtn .iconfont {
  margin: 0 0 0 max(5px, 0.13rem);
}
.comLineBtn:hover {
  color: #fff;
  border-color: #004dde;
  -webkit-transform: translate(0, -10px);
     -moz-transform: translate(0, -10px);
      -ms-transform: translate(0, -10px);
       -o-transform: translate(0, -10px);
          transform: translate(0, -10px);
  background: #004dde;
  box-shadow: 0 8px 12px rgba(0, 17, 76, 0.3);
}
@media only screen and (max-width: 559px) {
  .comLineBtn {
    height: 34px;
    padding: 0 10px;
  }
}

.hoverScalePic .pic img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hoverScalePic:hover .pic img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.footerSection {
  height: auto !important;
}
.footerSection .fp-tableCell {
  height: auto !important;
}

.bannerSwiper {
  height: 100vh;
  color: #fff;
  font-family: "AliBold";
}
.bannerSwiper .bannerVideoPlay {
  width: max(30px, 0.5rem);
  height: max(30px, 0.5rem);
  border: 1px solid #fff;
  border-radius: 50%;
  right: 1.16rem;
  bottom: 0.6rem;
  position: absolute;
  z-index: 5;
  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.2rem);
  -webkit-transform: translateY(-webkit-calc((50% - 30px) / 2));
     -moz-transform: translateY(-moz-calc((50% - 30px) / 2));
      -ms-transform: translateY(calc((50% - 30px) / 2));
       -o-transform: translateY(calc((50% - 30px) / 2));
          transform: translateY(calc((50% - 30px) / 2));
}
.bannerSwiper .bannerVideoPlay::after, .bannerSwiper .bannerVideoPlay::before {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #fff;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: indexBannerPlay 2s linear infinite;
     -moz-animation: indexBannerPlay 2s linear infinite;
       -o-animation: indexBannerPlay 2s linear infinite;
          animation: indexBannerPlay 2s linear infinite;
}
.bannerSwiper .bannerVideoPlay::before {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}
.bannerSwiper .bannerImg,
.bannerSwiper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.bannerSwiper .bannerPagina {
  bottom: 0.6rem;
}
.bannerSwiper .bannerItem .text {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0.5rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.bannerSwiper .bannerItem .text .bigPageTitle {
  color: #fff;
}
.bannerSwiper .bannerItem .text h3 {
  font-size: max(16px, 0.3rem);
}
.bannerSwiper .bannerItem .wrap {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: large;
  -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;
  text-align: center;
}
.bannerSwiper .bannerItem.swiper-slide-active .text {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@-webkit-keyframes indexBannerPlay {
  0% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
}

@-moz-keyframes indexBannerPlay {
  0% {
    opacity: 0.6;
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(2);
         transform: translate(-50%, -50%) scale(2);
  }
}

@-o-keyframes indexBannerPlay {
  0% {
    opacity: 0.6;
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -o-transform: translate(-50%, -50%) scale(2);
       transform: translate(-50%, -50%) scale(2);
  }
}

@keyframes indexBannerPlay {
  0% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
       -moz-transform: translate(-50%, -50%) scale(2);
         -o-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
}
#fullPage {
  color: #fff;
}
#fullPage * {
  color: #fff;
}

.paddTb120 {
  padding: max(80px, 1.5rem) 0;
}

#myMenu {
  top: 50%;
  z-index: 20;
  right: 1.16rem;
  position: fixed;
  text-align: right;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}
#myMenu li {
  margin: 0.13rem 0;
}
#myMenu li.active a::after {
  width: 0.37rem;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#myMenu li.active a span {
  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;
}
#myMenu a {
  color: #fff;
  width: 1.6rem;
  display: block;
  padding-right: 0.53rem;
  position: relative;
}
#myMenu a::after {
  width: 0.2rem;
  height: 4px;
  left: 1.16rem;
  content: "";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
}
#myMenu a span {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1679px) {
  #myMenu {
    right: 0.6rem;
  }
}
@media screen and (max-width: 1439px) {
  #myMenu a {
    width: 2rem;
  }
  #myMenu a::after {
    left: 1.6rem;
  }
}

.rightFloat {
  right: 0.6rem;
  bottom: 1.15rem;
  position: fixed;
  z-index: 20;
  display: none;
}
.rightFloat a {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  display: block;
}
.rightFloat a:hover {
  background: #fff;
  color: #000;
}
.rightFloat .bigBtn {
  width: max(48px, 0.6rem);
  height: max(96px, 1.2rem);
  border-radius: max(24px, 0.3rem);
}
.rightFloat .bigBtn .iconfont {
  width: max(48px, 0.6rem);
  height: max(48px, 0.6rem);
  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: #004dde;
  border-radius: 50%;
  font-size: 0.3rem;
  color: #fff;
  border: 0.04rem solid #7fa5eb;
}
.rightFloat .bigBtn p {
  padding: 0.08rem 0 0;
  text-align: center;
  font-size: 14px;
  font-family: "AliMedium";
}
.rightFloat .toTopBtn {
  width: max(48px, 0.6rem);
  height: max(48px, 0.6rem);
  margin: 0.1rem 0 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -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;
}
@media screen and (max-width: 1679px) {
  .rightFloat {
    right: 0.6rem;
  }
  .rightFloat .bigBtn p {
    padding-top: 0.02rem;
  }
}

.footerSection .rightFloat {
  display: none;
}

.page1 {
  overflow: hidden;
  position: relative;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/indexPage1Bg.jpg");
  background-attachment: scroll;
}
.page1 .content {
  position: relative;
}
.page1 .wrap.paddTb120 .picBox {
  left: 0;
  top: 50%;
  width: 60vw;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page1 .wrap.paddTb120 .picBox .pic {
  width: 100%;
  left: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page1 .wrap.paddTb120 .picBox .pic img {
  display: block;
  width: 100%;
}
.page1 .wrap.paddTb120 .picBox .pic.active {
  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;
}
.page1 .wrap.paddTb120 .textPic {
  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;
  padding: 3vw 0 0;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
}
.page1 .wrap.paddTb120 .textPic.active {
  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;
}
.page1 .wrap.paddTb120 .textPic .pic {
  width: 50vw;
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page1 .wrap.paddTb120 .textPic .pic img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.page1 .wrap.paddTb120 .textPic .text {
  width: 35%;
  position: relative;
  font-size: max(14px, 0.18rem);
}
.page1 .wrap.paddTb120 .textPic .text .subTitle {
  text-align: left;
  padding: max(20px, 0.4rem) 0 max(15px, 0.3rem);
}
.page1 .wrap.paddTb120 .textPic .text .subTitles {
  padding-bottom: 0;
  font-family: "AliBold";
}
.page1 .wrap.paddTb120 .textPic .text p {
  font-family: "AliMedium";
  line-height: 1.8;
}
.page1 .wrap.paddTb120 .textPic .text .btn {
  width: 134px;
  height: 44px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  right: 0;
  bottom: -1.3rem;
  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;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: max(14px, 0.16rem);
  font-family: "AliRegular";
  background-color: #004dde;
}
.page1 .wrap.paddTb120 .textPic .text .btn img {
  width: 1rem;
  height: auto;
  display: block;
}
.page1 .wrap.paddTb120 .textPic .text .btn:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(1, 32, 90, 0.3);
}
.page1 .contents {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.page1 .contents .picBox {
  width: 60vw;
  margin: 0;
}
.page1 .contents .picBox .pic {
  display: none;
  opacity: 1;
}
.page1 .contents .picBox .pic.active {
  display: block;
}
.page1 .contents .picBox .pic img {
  display: none;
}
.page1 .contents .picBox img,
.page1 .contents .picBox video {
  width: 100%;
}
.page1 .contents .contentBox {
  position: relative;
  top: -13%;
}
.page1 .contents .textContent {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}
.page1 .contents .textContent .wrap {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page1 .contents .textContent .textPic {
  display: none;
  width: 4.64rem;
}
.page1 .contents .textContent .textPic .pic {
  display: none;
}
.page1 .contents .textContent .textPic.active {
  display: block;
}
@media only screen and (max-width: 1365px) {
  .page1 .contents .textContent .textPic {
    width: 5.5rem;
  }
}
.page1 .contents .text {
  width: 100%;
  position: relative;
  font-size: max(14px, 0.18rem);
  padding-top: 0.5rem;
  -webkit-transform: translateX(min(-30px, -1.5rem));
     -moz-transform: translateX(min(-30px, -1.5rem));
      -ms-transform: translateX(min(-30px, -1.5rem));
       -o-transform: translateX(min(-30px, -1.5rem));
          transform: translateX(min(-30px, -1.5rem));
}
.page1 .contents .text .subTitle {
  text-align: left;
  font-size: max(16px, 0.3rem);
  padding: max(20px, 0.3rem) 0 max(15px, 0.2rem);
}
.page1 .contents .text .subTitles {
  padding-bottom: 0;
  font-family: "AliBold";
  font-size: max(18px, 0.4rem);
  line-height: 1;
}
.page1 .contents .text p {
  font-family: "AliMedium";
  line-height: 1.5;
}
.page1 .contents .text .btn {
  width: 134px;
  height: 44px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  right: 0;
  bottom: -1.3rem;
  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;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: max(14px, 0.16rem);
  font-family: "AliRegular";
  background-color: #004dde;
}
.page1 .contents .text .btn img {
  width: 1rem;
  height: auto;
  display: block;
}
.page1 .contents .text .btn:hover {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 0 30px rgba(1, 32, 90, 0.3);
}
.page1 .videoBox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.page1 .videoBox .videoItem {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.page2 {
  position: relative;
}
.page2 .bgVideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.page2 .wrap,
.page2 .content {
  position: relative;
  z-index: 5;
}
.page2 .content {
  height: 100vh;
}
.page2 .content .bigPageTitle {
  line-height: 1;
}
.page2 .comTitleBox {
  padding: 0;
}
.page2 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}
.page2 .list .btn {
  width: 3.5rem;
  height: 0.62rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "AliBold";
  font-size: max(14px, 0.18rem);
  position: relative;
  -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: #004dde;
  border: 2px solid #fff;
  border-radius: max(5px, 0.12rem);
  padding: 0 0.4rem 0 0.2rem;
}
.page2 .list .btn .iconfont {
  right: 0.25rem;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1365px) {
  .page2 .list .btn {
    width: 4rem;
  }
}
.page2 .list li {
  width: 40%;
  position: absolute;
}
.page2 .list li:nth-child(2n) {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page2 .list li:nth-child(2n) .picText {
  left: auto;
  right: 3.24rem;
}
.page2 .list li:nth-child(4n-2) .picText {
  right: 4.24rem;
}
.page2 .list li:nth-child(4n-3) .picText {
  left: 4.24rem;
}
.page2 .list li:nth-child(n+5) .picText {
  top: auto;
  bottom: 0;
}
.page2 .list li:nth-child(5) .picText, .page2 .list li:nth-child(6) .picText {
  top: auto;
  bottom: -1rem;
}
.page2 .list li:nth-child(3) .picText, .page2 .list li:nth-child(4) .picText {
  top: -1rem;
}
.page2 .list li:nth-child(1) {
  left: 15.5%;
  top: 13%;
}
.page2 .list li:nth-child(2) {
  right: 15.5%;
  top: 13%;
}
.page2 .list li:nth-child(3) {
  left: 23%;
  top: 34.3%;
}
.page2 .list li:nth-child(4) {
  right: 21.8%;
  top: 34.3%;
}
.page2 .list li:nth-child(5) {
  left: 15.3%;
  top: 55%;
}
.page2 .list li:nth-child(6) {
  right: 14.2%;
  top: 55%;
}
.page2 .list li:nth-child(7) {
  left: 21%;
  top: 80%;
}
.page2 .list li:nth-child(8) {
  right: 20%;
  top: 80%;
}
@media screen and (max-width: 2047px) {
  .page2 .list li:nth-child(1) {
    left: 12.5%;
    top: 15%;
  }
  .page2 .list li:nth-child(2) {
    right: 13%;
    top: 15%;
  }
  .page2 .list li:nth-child(3) {
    left: 23%;
    top: 34.3%;
  }
  .page2 .list li:nth-child(4) {
    right: 21.8%;
    top: 34.3%;
  }
  .page2 .list li:nth-child(5) {
    left: 12.3%;
    top: 54.5%;
  }
  .page2 .list li:nth-child(6) {
    right: 11.5%;
    top: 54.5%;
  }
  .page2 .list li:nth-child(7) {
    left: 21%;
    top: 78%;
  }
  .page2 .list li:nth-child(8) {
    right: 20%;
    top: 78%;
  }
}
@media screen and (max-width: 1679px) {
  .page2 .list li:nth-child(1) {
    left: 12.5%;
    top: 17%;
  }
  .page2 .list li:nth-child(2) {
    right: 13%;
    top: 17%;
  }
  .page2 .list li:nth-child(3) {
    left: 23%;
    top: 35%;
  }
  .page2 .list li:nth-child(4) {
    right: 21.8%;
    top: 35%;
  }
  .page2 .list li:nth-child(5) {
    left: 12%;
    top: 53.5%;
  }
  .page2 .list li:nth-child(6) {
    right: 11%;
    top: 53.5%;
  }
  .page2 .list li:nth-child(7) {
    left: 21%;
    top: 76%;
  }
  .page2 .list li:nth-child(8) {
    right: 20%;
    top: 76%;
  }
}
@media screen and (max-width: 1439px) {
  .page2 .list li:nth-child(1) {
    left: 12.5%;
    top: 14%;
  }
  .page2 .list li:nth-child(2) {
    right: 13%;
    top: 14%;
  }
  .page2 .list li:nth-child(3) {
    left: 23%;
    top: 34%;
  }
  .page2 .list li:nth-child(4) {
    right: 21.8%;
    top: 34%;
  }
  .page2 .list li:nth-child(5) {
    left: 12%;
    top: 54.5%;
  }
  .page2 .list li:nth-child(6) {
    right: 11%;
    top: 54.5%;
  }
  .page2 .list li:nth-child(7) {
    left: 21%;
    top: 79%;
  }
  .page2 .list li:nth-child(8) {
    right: 20%;
    top: 79%;
  }
}
@media screen and (max-width: 1365px) {
  .page2 .list li:nth-child(1) {
    left: 13.5%;
    top: 14%;
  }
  .page2 .list li:nth-child(2) {
    right: 13.5%;
    top: 14%;
  }
  .page2 .list li:nth-child(3) {
    left: 23%;
    top: 36%;
  }
  .page2 .list li:nth-child(4) {
    right: 21.8%;
    top: 36%;
  }
  .page2 .list li:nth-child(5) {
    left: 13.5%;
    top: 56.5%;
  }
  .page2 .list li:nth-child(6) {
    right: 12.5%;
    top: 56.5%;
  }
  .page2 .list li:nth-child(7) {
    left: 21%;
    top: 84%;
  }
  .page2 .list li:nth-child(8) {
    right: 20%;
    top: 84%;
  }
}
@media screen and (max-width: 1024px) {
  .page2 .list li:nth-child(1) {
    left: 1.5%;
    top: 18%;
  }
  .page2 .list li:nth-child(2) {
    right: 1.5%;
    top: 18%;
  }
  .page2 .list li:nth-child(3) {
    left: 13%;
    top: 36%;
  }
  .page2 .list li:nth-child(4) {
    right: 12%;
    top: 36%;
  }
  .page2 .list li:nth-child(5) {
    left: 1.2%;
    top: 55%;
  }
  .page2 .list li:nth-child(6) {
    right: 0%;
    top: 55%;
  }
  .page2 .list li:nth-child(7) {
    left: 10.5%;
    top: 77%;
  }
  .page2 .list li:nth-child(8) {
    right: 9.2%;
    top: 77%;
  }
}
.page2 .list li.active {
  z-index: 5;
}
.page2 .list li.active .picText {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(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;
}
.page2 .list li img {
  width: 100%;
  display: block;
}
.page2 .list .picText {
  position: absolute;
  padding: 0.3rem;
  left: 3.24rem;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  width: 4.62rem;
  line-height: 1.5;
  border-radius: max(5px, 0.1rem);
  background: #fff;
  font-size: max(14px, 0.16rem);
  font-family: "AliMedium";
}
.page2 .list .picText .prevBtnBox {
  display: none;
}
.page2 .list .picText .name {
  color: #000 !important;
  text-align: center;
  line-height: 1.2;
  font-size: 0.32rem;
  font-family: "AliBold";
}
.page2 .list .picText .pic {
  width: 100%;
  padding: 0.3rem 0;
}
.page2 .list .picText .nr {
  font-size: max(14px, 0.16rem);
  font-family: "AliMedium";
  line-height: 1.5;
}
.page2 .list .picText .nr p {
  color: #333 !important;
}
@media screen and (max-width: 1023px) {
  .page2 {
    position: relative;
  }
  .page2 .comTitleBox {
    padding-bottom: max(30px, 0.6rem);
  }
  .page2 .list {
    padding: 0 60px;
    position: static;
  }
  .page2 .list li {
    width: 48%;
    position: static;
    margin: 0 4% 3vw 0;
  }
  .page2 .list li:nth-child(2n) {
    margin-right: 0;
  }
  .page2 .list li .btn {
    width: 100%;
    height: 40px;
  }
  .page2 .list li .btn .iconfont {
    right: 20px;
  }
  .page2 .list li:nth-child(4n-3) .btn {
    margin: 0;
  }
  .page2 .list li:nth-child(4n-2) .btn {
    margin: 0;
  }
  .page2 .list li:nth-child(3) .picText, .page2 .list li:nth-child(4) .picText {
    top: 0;
  }
  .page2 .list li:nth-child(5) .picText, .page2 .list li:nth-child(6) .picText {
    bottom: 0;
  }
  .page2 .list .picText {
    width: 100%;
    height: 100%;
    padding: 80px 60px 0;
    left: 0 !important;
    background: -webkit-linear-gradient(top, #fff 70%, rgba(255, 255, 255, 0.5) 100%);
    background: -moz-linear-gradient(top, #fff 70%, rgba(255, 255, 255, 0.5) 100%);
    background: -o-linear-gradient(top, #fff 70%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to bottom, #fff 70%, rgba(255, 255, 255, 0.5) 100%);
  }
  .page2 .list .picText .prevBtnBox {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page2 .list .picText .prevBtnBox .prevBtn {
    width: 60px;
    height: 30px;
    cursor: pointer;
    border-radius: 15px;
    background: #004dde;
    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;
  }
}

.page3 {
  overflow: hidden;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/indexPage3Bg.jpg");
  background-attachment: scroll;
}
.page3 .page3Conter {
  width: 100%;
  overflow: hidden;
}
.page3 .cusscroll-wrap {
  float: left;
}
.page3 .cusscorll-content {
  float: left;
  width: 100000%;
}
.page3 .cusscroll-item {
  width: 3.4rem;
  height: 1.91rem;
  margin: 0 0.3rem 0.3rem 0;
  overflow: hidden;
  border-radius: max(5px, 0.14rem);
}
.page3 .cusscroll-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page3 .page3Swiper {
  display: none;
  padding: 0 0 40px;
}
.page3 .page3Swiper img {
  display: block;
  width: 100%;
}
.page3 .page3Swiper .swiper-slide {
  border-radius: max(5px, 0.1rem);
  overflow: hidden;
}

@media screen and (max-width: 1679px) {
  .page1 .picBox {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 1439px) {
  .page2 .list .btn .iconfont {
    right: 0.12rem;
  }
  .page3 .cusscroll-item {
    height: 1.51rem;
  }
}
@media screen and (max-width: 1365px) {
  .page1 .textPic {
    padding-top: 0;
  }
  .page3 .cusscroll-item {
    height: 1.51rem;
  }
}
@media screen and (max-width: 1024px) {
  #myMenu {
    right: 30px;
  }
  #myMenu a {
    width: 2.3rem;
  }
  #myMenu a::after {
    left: 2rem;
  }
  .rightFloat {
    right: 30px;
  }
  .rightFloat a {
    display: block;
  }
  .rightFloat .bigBtn {
    width: 40px;
    height: 40px;
  }
  .rightFloat .bigBtn p {
    display: none;
  }
  .rightFloat .bigBtn .iconfont {
    width: 40px;
    height: 40px;
  }
  .rightFloat .toTopBtn {
    width: 40px;
    height: 40px;
  }
  .page1 .picBox {
    margin-top: -14vw;
  }
  .page1 .contents .picBox .pic {
    opacity: 1;
  }
  .page1 .contents .picBox .pic img {
    display: block;
  }
  .page1 .contents .picBox .pic video {
    display: none;
  }
  .page1 .contents .textContent .textPic {
    width: 45%;
  }
  .page1 .contents .text {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .page2 .list .btn {
    width: 3.24rem;
  }
  .page3 .cusscorll-content {
    display: none;
  }
  .page3 .page3Swiper {
    display: block;
  }
  .page3 .page3Swiper img {
    width: 100%;
    display: block;
  }
  .page3 .page3Pagina {
    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;
  }
  .page3 .page3Pagina .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
  }
  .page3 .page3Pagina .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #004dde;
    border-color: #004dde;
  }
}
@media screen and (max-width: 1023px) {
  #myMenu {
    font-size: 12px;
    right: 10px;
  }
  #myMenu a {
    width: 120px;
    padding-right: 20px;
  }
  #myMenu a::after {
    width: 5px;
    height: 2px;
    left: 105px;
  }
  #myMenu li.active a::after {
    width: 10px;
  }
}
@media screen and (max-width: 959px) {
  #myMenu {
    display: none;
  }
  .bannerPagina span {
    width: 26px !important;
    height: 26px !important;
    margin: 0 5px;
  }
  .bannerPagina span svg {
    width: 26px;
    height: 26px;
  }
  .page1 .picBox {
    display: none;
  }
  .page1 .textPic {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page1 .textPic .pic {
    width: 100%;
    display: block;
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .page1 .textPic .pic img {
    width: 100%;
    display: block;
  }
  .page1 .textPic .text {
    text-align: center;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page1 .textPic .text .subTitle {
    text-align: center;
  }
  .page1 .textPic .text .btn {
    position: static;
    margin: 60px 0 0;
  }
  .page1 .textPic .text .btn img {
    width: 70%;
  }
  .page1 .contents .textContent {
    position: static;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .page1 .contents .textContent .textPic {
    width: 100%;
  }
  .page1 .contents .textContent .textPic .pic {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page2 {
    -o-background-size: cover;
       background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/page2Bg.jpg");
    background-attachment: scroll;
  }
  .page2 .list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .page2 .list li {
    width: 100%;
    margin-right: 0;
  }
  .page2 .list .picText {
    padding: 80px 30px 0;
  }
  .page2 .bgVideo {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .section {
    height: 100vh;
    overflow: hidden;
  }
  .bannerSwiper .bannerPagina,
  .bannerSwiper .bannerVideoPlay {
    bottom: 1.2rem;
  }
  .page1 .content {
    -webkit-transform: translateY(-15vw);
       -moz-transform: translateY(-15vw);
        -ms-transform: translateY(-15vw);
         -o-transform: translateY(-15vw);
            transform: translateY(-15vw);
  }
  .page1 .textPic .text .btn {
    margin-top: 5px;
  }
  .page2 .list {
    height: auto;
  }
}/*# sourceMappingURL=index.css.map */