
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
}

.section {
  width: 100%;
  height: 100%;
  /* background-size: cover; */
  background: linear-gradient(270deg, #0A1A3E 0%, #1D2847 100%);
  position: relative;
  overflow: hidden;
}

/* .section1 {
  background: url(../images/bg/bg1.png) no-repeat center;
  background-size: 100% 100%;
}

.section2 {
  background: url(../images/bg/bg2.png) no-repeat center;
  background-size: 100% 100%;
} */

.section3 {
  background: url(../images/bg/bg3.png) no-repeat center;
  background-size: 100% 100%;
}

.section4 {
  background: url(../images/bg/bg4.png) no-repeat center;
  background-size: 100% 100%;
}

.section5 {
  background: url(../images/bg/bg5.png) no-repeat center;
  background-size: 100% 100%;
}
.section9 {
  background: url(../images/bg/bg9.png) no-repeat center;
  background-size: 100% 100%;
}
.section10 {
  background: url(../images/bg/bg10.png) no-repeat center;
  background-size: 100% 100%;
}

.section6 {
  background: url(../images/bg/bg6.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 10%;
  box-sizing: border-box;
  text-align: center;
}

.section6 > div {
  width: 90%;
  margin: 0 auto;
  border: 4px solid #D2E7FF;
  border-radius: 40px;
  padding: 6% 0 4%;
  color: #fff;
}
.section6 h6 {
  font-size: 36px;
  line-height: 1;
}

.controls {
  display: none;
}

.header {
  width: 100%;
  height: 80px;
  padding: 10px 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.1);
}
.menu {
  display: flex;
  justify-content: space-between;
}
.menu li {
  font-size: 18px;
  line-height: 60px;
  font-weight: 700;
  color: #fff;
  float: left;
  padding-left: 40px;
}
.decoration {
  color: #fff;
}
.title {
  font-size: 72px;
  line-height: 96px;
  font-weight: 700;
  padding-bottom: 24px;
}
.text {
  color: #CCE6FF;
  font-size: 32px;
  line-height: 40px;
}
.section1 .decoration {
  padding-top: 30%;
  text-align: center;
}
.section2 .decoration,
.section3 .decoration,
.section5 .decoration {
  padding-left: 60px;
  padding-top: 30%;
  text-align: left;
}
.section9 .decoration {
  padding-left: 60px;
  padding-top: 30%;
  text-align: left;
}
.section10 .decoration {
  padding-left: 60px;
  padding-top: 30%;
  text-align: left;
}
.section2 .decoration,
.section3 .decoration {
  padding-top: 15%;
}

.section4 .decoration {
  padding-left: 60px;
  padding-top: 20%;
  text-align: left;
}
.section2 .title {
  width: 576px;
  font-size: 60px;
  line-height: 1;
}
.section2 .text {
  padding-bottom: 24px;
}
.section3 .title,
.section4 .title,
.section5 .title {
  font-size: 60px;
  line-height: 1;
  padding-bottom: 12px;
}
.section9 .title {
  font-size: 60px;
  line-height: 1;
  padding-bottom: 12px;
}
.section10 .title {
  font-size: 60px;
  line-height: 1;
  padding-bottom: 12px;
}
.section3 .title.blue,
.section4 .title.blue,
.section5 .title.blue {
  color: #CCE6FF;
  padding: 0;
  font-size: 60px;
}
.section9 .title.blue {
  color: #CCE6FF;
  padding: 0;
  font-size: 60px;
}
.section10 .title.blue {
  color: #CCE6FF;
  padding: 0;
  font-size: 60px;
}
.section4 .title-mini {
  font-size: 24px;
  line-height: 32px;
  padding: 12px 0;
}
.section3 .text,
.section4 .text,
.section5 .text {
  padding-bottom: 20px;
}
.section9 .text {
  padding-bottom: 20px;
}
.section10 .text {
  padding-bottom: 20px;
}
.section7 {
  position: relative;
  background: linear-gradient(270deg, #213375 0%, #304686 100%);
}
.section7 .decoration {
  text-align: center;
  padding-top: 20%;
}
.section7 .decoration .title {
  font-size: 32px;
  line-height: 1;
}
.section7 .decoration img {
  width: 144px;
}
.section7 .decoration .text {
  font-size: 20px;
  line-height: 28px;
}
.section8 ul {
  height: 100%;
  padding-top: 10%;
}
.section8 li {
  height: 40%;
  background: url(../images/card.png) no-repeat 60px center;
  background-size: 280px;
  padding-left: 32%;
}
.section8 li:first-child {
  margin-bottom: 20px;
}
.section8 li h6 {
  font-size: 32px;
  line-height: 1;
  color: #CCE6FF;
  padding: 7% 0 16px;
}
.section8 li p {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}
.copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 24px;
  background: rgba(0,0,0,0.3);
  font-size: 12px;
  color: #FFFFFF;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(29, 40, 71, .95);
}
.close {
  position: absolute;
  top: 40px;
  right: 150px;
}
.mask {
  display: none;
}
.mask .decoration {
  width: 800px;
  margin: 10% auto;
  font-weight: 700;
  display: none;
}
.mask .title {
  line-height: 40px;
  font-size: 40px;
  padding-bottom: 40px;
}
.mask .tag {
  width: 110px;
  border-radius: 6px 2px 6px 2px;
  background: #CCE6FF;
  color: #3A4A8A;
  line-height: 32px;
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.mask p {
  line-height: 28px;
  font-size: 20px;
}
.mask .title-mini {
  line-height: 32px;
  font-size: 24px;
}
/* .vertical {
  transform: rotate(90deg);
  position: relative;
  font-size: 14px;
  color: #FFFFFF;
}
.vertical::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 58px;
  bottom: 4px;
} */

button {
  color: #3A4A8A;
  background: #fff;
  font-size: 16px;
  width: 135px;
  height: 40px;
  border-radius: 20px;
}

.animation {
  position: absolute;
}
.animation {
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.animation.animation-bg {
  animation-duration: 18s;
}
.animation1 {
  animation-name: animation1;
}
.animation1.animation-bg {
  animation-name: animationBg1;
}
.animation2 {
  animation-name: animation2;
}
.animation2.animation-bg {
  animation-name: animationBg2;
}

@keyframes animation1 {
  0% {
    transform: translateX(10%);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: translateY(10%);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: translateX(10%);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: translateX(-10%);
  }
  70% {
    transform: rotate(-10deg);
  }
  80% {
    transform: translateY(-10%);
  }
  90% {
    transform: rotate(-10deg);
  }
  99% {
    transform: translateX(-10%);
  }
  100% {
    transform: rotate(-10deg);
  }
}

@keyframes animationBg1 {
  0% {
    transform: translateX(-10%);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: translateY(-10%);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: translateX(-10%);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: translateX(10%);
  }
  70% {
    transform: rotate(10deg);
  }
  80% {
    transform: translateY(10%);
  }
  80% {
    transform: rotate(10deg);
  }
  99% {
    transform: translateX(10%);
  }
  100% {
    transform: rotate(10deg);
  }
}

@keyframes animation2 {
  0% {
    transform: translateX(-10%);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: translateY(-10%);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: translateX(-10%);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: translateX(10%);
  }
  70% {
    transform: rotate(10deg);
  }
  80% {
    transform: translateY(10%);
  }
  80% {
    transform: rotate(10deg);
  }
  99% {
    transform: translateX(10%);
  }
  100% {
    transform: rotate(10deg);
  }
}

@keyframes animationBg2 {
  0% {
    transform: translateX(10%);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: translateY(10%);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: translateX(10%);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: translateX(-10%);
  }
  70% {
    transform: rotate(-10deg);
  }
  80% {
    transform: translateY(-10%);
  }
  90% {
    transform: rotate(-10deg);
  }
  99% {
    transform: translateX(-10%);
  }
  100% {
    transform: rotate(-10deg);
  }
}

.section1 .left-top-icon {
  top: 20%;
  left: 24%;
}
.section1 .left-bottom-icon {
  bottom: 14%;
  left: 20%;
}
.section1 .right-top-icon {
  top: 20%;
  right: 20%;
}
.section1 .right-bottom-icon {
  bottom: 14%;
  right: 24%;
}
.section1 .left {
  top: 22%;
  left: -10%;
}
.section1 .left-bg {
  top: 22%;
  left: -10%;
}
.section1 .center {
  top: 3%;
  left: 30%;
}
.section1 .center-bg {
  top: 8%;
  left: 30%;
}
.section1 .right {
  top: 22%;
  right: -16%;
}
.section1 .right-bg {
  top: 22%;
  right: -8%;
}
.section1 .bottom {
  left: 37%;
  bottom: -5%;
}
.section1 .bottom-bg {
  left: 40%;
  bottom: 0;
}

.section2 .left-top-icon1 {
  top: 20%;
  right: 50%;
}

.section2 .left-top-icon2 {
  top: 10%;
  right: 10%;
}
.section2 .right-bottom-icon {
  bottom: 10%;
  right: 36%;
}
.section2 .left-bg1 {
  right: 30%;
  bottom: 8%;
}
.section2 .left1 {
  right: 30%;
  bottom: 8%;
}
.section2 .left-bg2 {
  right: 10%;
  top: 10%;
}
.section2 .left2 {
  right: 10%;
  top: 10%;
}
.section2 .right-bg {
  right: 0;
  bottom: 8%;
}
.section2 .right {
  right: -10%;
  bottom: -10%;
}