@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #013197;
  z-index: 199;
}
.loader.active .circular {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}
.loader.active .loader-logo img {
  opacity: 1;
  transition: 1s;
}
.loader.active .loader-line.left,
.loader.active .loader-line.right {
  transform: scaleX(1);
}
.loader-circular {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1210px;
  padding-bottom: 1210px;
}
.circular {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 34.26%;
  height: 34.26%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  background: rgba(255, 255, 255, 0.05);
  transition: 1.8s;
}
.circular.circular2 {
  width: 54.64%;
  height: 54.64%;
  background: rgba(255, 255, 255, 0.06);
}
.circular.circular3 {
  width: 76.41%;
  height: 76.41%;
  background: rgba(255, 255, 255, 0.06);
  transition: 2.6s;
}
.circular.circular4 {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.06);
  transition: 3.4s;
}
.loader-text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  width: 100%;
  z-index: 3;
}
.loader-line {
  position: absolute;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.loader-line:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 1px;
  background: #fff;
}
.loader-line.left {
  left: 0;
  right: 50%;
  margin-right: 230px;
  transform-origin: right center;
  transform: scaleX(0);
  transition: 4s;
}
.loader-line.left:before {
  right: 0;
}
.loader-line.right {
  right: 0;
  left: 50%;
  margin-left: 230px;
  transform-origin: left center;
  transform: scaleX(0);
  transition: 4s;
}
.loader-line.right:before {
  left: 0;
}
.loader-logo {
  position: relative;
  text-align: center;
  margin: auto;
  width: 340px;
}
.loader-logo img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
.loader-logo h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.loader-logo p {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 24px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "Century Gothic";
  line-height: 1;
}
.loader-logo p b {
  font-weight: normal;
}

.loading_bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.loading_bg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation: loading_bgScale 4s 2;
}
.loading_bg .txt {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.loading_bg .enter {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 3;
}
.loading_bg .enter .left {
  float: left;
  width: 50%;
  height: 0;
  overflow: hidden;
  padding-bottom: 0;
  background-color: #013197;
  background-position: left bottom;
  transition: all 0.5s;
  position: absolute;
  top: 0;
}
.loading_bg .enter .left .left_sub1 {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading_bg .enter .left .left_sub1 .img {
  margin-bottom: 40px;
}
.loading_bg .enter .left .left_sub1 .img img {
  width: 200px;
  height: 92px;
  position: static;
  margin: 0 auto;
  display: block;
}

.loading_bg .enter .left .left_sub1 .text {
  margin-bottom: 40px;
}
.loading_bg .enter .left .left_sub1 .text h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
}
.loading_bg .enter .left .left_sub1 .text h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 20px auto;
}
.loading_bg .enter .left .left_sub1 .text p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
  opacity: 0.8;
}

.loading_bg .enter .left .left_sub1 .more {
  text-align: center;
  margin-top: 60px;
}

.loading_bg .enter .left .left_sub1 .more .mm {
  margin-top: 20px;
}
.loading_bg .enter .left .left_sub1 .more .m_img {
  animation: upDown 4s infinite;
}
.loading_bg .enter .left .left_sub1 .more .mm span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.loading_bg .enter .right .right_sub1 {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading_bg .enter .right .right_sub1 .img {
  margin-bottom: 40px;
}
.loading_bg .enter .right .right_sub1 .img img {
  width: 200px;
  position: static;
  margin: 0 auto;
  display: block;
}

.loading_bg .enter .right .right_sub1 .text {
  margin-bottom: 40px;
}
.loading_bg .enter .right .right_sub1 .text h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
}
.loading_bg .enter .right .right_sub1 .text h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 20px auto;
}
.loading_bg .enter .right .right_sub1 .text p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
  opacity: 0.8;
}

.loading_bg .enter .right .right_sub1 .more {
  text-align: center;
  margin-top: 60px;
}

.loading_bg .enter .right .right_sub1 .more .mm {
  margin-top: 20px;
}
.loading_bg .enter .right .right_sub1 .more .m_img {
  animation: upDown 4s infinite;
}
.loading_bg .enter .right .right_sub1 .more .mm span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.loading_bg .enter .left.on {
  padding-bottom: 100vh;
}
.loading_bg .enter .right {
  width: 50%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  position: absolute;
  bottom: 0;
  right: 0;
}
.loading_bg .enter .right.on {
  padding-top: 100vh;
}
.yincang {
  opacity: 0 !important;
  transition: all 0.5s;
}
.loading_bg .txt .txt_sub2 {
  width: 100%;
  height: 100%;
  background-image: url(../images/y01.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  animation: xuanzhuan 8s linear 0s both infinite;
}
.loading_bg .txt .txt_sub1 {
  width: 360px;
  height: 360px;
  margin: 70px auto;
  background-color: rgba(183, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 50%;
}
.loading_bg .txt P {
  margin-top: 140px;
  margin-bottom: 18px;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.loading_bg .txt h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.loading_bg .txt .hx {
  width: 40px;
  height: 2px;
  margin: 0 auto 30px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.loading_bg .txt .hx .jux {
  width: 50%;
  height: 100%;
  position: absolute;
  left: -50%;
  top: 0;
  z-index: 1;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0c8e46),
    to(#0066e6)
  );
  background-image: linear-gradient(to right, #194989, #194989);
  -webkit-animation: juxmove 2s linear 0s both infinite;
  animation: juxmove 2s linear 0s both infinite;
}
@keyframes loading_bgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 1440px) {
  .loading_bg .enter .left .left_sub1 .text h3 {
    font-size: 26px;
  }
  .loading_bg .enter .left .left_sub1 .text p {
    font-size: 14px;
  }
  .loading_bg .enter .right .right_sub1 .text h3 {
    font-size: 26px;
  }
  .loading_bg .enter .right .right_sub1 .text p {
    font-size: 14px;
  }
  .loading_bg .enter .left .left_sub1 .img img {
    width: 170px;
    height: 76px;
  }
  .loading_bg .enter .right .right_sub1 .img img {
    width: 170px;
    height: 68px;
  }
}

@media screen and (max-width: 992px) {
  .loading_bg .enter .left {
    width: 100%;
  }
  .loading_bg .enter .right {
    width: 100%;
  }
  .loading_bg .enter .left.on {
    padding-bottom: 50vh;
  }
  .loading_bg .enter .right.on {
    padding-top: 50vh;
  }
  .loading_bg .enter .left .left_sub1 .text p {
    font-size: 12px;
    display: none;
  }
  .loading_bg .enter .left .left_sub1 .text h3 {
    font-size: 18px;
  }
  .loading_bg .enter .left .left_sub1 .more .m_img img {
    width: 26px;
  }
  .loading_bg .enter .left .left_sub1 .img img {
    width: 104px;
    height: 46px;
  }
  .loading_bg .enter .left .left_sub1 .img {
    margin-bottom: 14px;
  }
  .loading_bg .enter .left .left_sub1 .more {
    margin-top: 30px;
  }
  .loading_bg .enter .left .left_sub1 .more .mm span {
    font-size: 14px;
  }
  .loading_bg .enter .right .right_sub1 .text p {
    display: none;
  }
  .loading_bg .enter .right .right_sub1 .text h3 {
    font-size: 18px;
  }
  .loading_bg .enter .right .right_sub1 .more .m_img img {
    width: 26px;
  }
  .loading_bg .enter .right .right_sub1 .img img {
    width: 104px;
    height: 46px;
  }
  .loading_bg .enter .right .right_sub1 .img {
    margin-bottom: 14px;
  }
  .loading_bg .enter .right .right_sub1 .more {
    margin-top: 30px;
  }
  .loading_bg .enter .right .right_sub1 .more .mm span {
    font-size: 14px;
  }
  .loading_bg .txt .txt_sub1 {
    width: 260px;
    height: 260px;
    margin: 35px auto;
  }
  .loading_bg .txt {
    width: 330px;
    height: 330px;
  }
  .loading_bg .txt P {
    font-size: 24px;
    margin-top: 90px;
  }
  .loading_bg .txt h3 {
    font-size: 15px;
  }
  .loading_bg .txt .hx {
    margin: 0 auto 14px;
  }
}
