@charset "UTF-8";

.wh {
  padding: 0 13.5416666667%;
}
@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}
@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
}

.flex-z {
  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-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -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;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #0077FF;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #0077FF;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0077FF;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: #0077FF;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #0077FF;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #0077FF;
}
.more-msl.ls {
  color: #0077FF;
  background: transparent;
  border-color: #0077FF;
}
.more-msl.ls:before {
  background: #0077FF;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border-radius: 0.625rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans SC";
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.5rem 1.2rem;
  }
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-transition-delay: 0.06s;
     -moz-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-family: "Noto Sans SC";
  font-weight: 600;
}
.more-b i {
  display: inline-block;
  font-size: 0.75rem;
  -webkit-transition-delay: 0.12s;
     -moz-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  font-weight: 400;
  vertical-align: middle;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 0.3rem;
}
.more-b:hover > * {
  -webkit-transform: translateX(0.75rem);
     -moz-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
  color: #0077FF;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.ls {
  background: #0077FF;
  border-color: #0077FF;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    /*overflow: hidden;*/
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(100vh - 60px);
    padding-bottom: -moz-calc(100vh - 60px);
    padding-bottom: calc(100vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 1.25rem;
  z-index: 99;
}
.head .head2 {
  line-height: 5rem;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 0 2%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.75rem;
}
.head .head2 .zywena {
  margin-left: 1em;
}
.head .head2 .zywena a.rhgxt {
  color: #020202;
  font: 500 1.125rem/1.5em "Noto Sans SC";
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0.2rem;
}
.head .head2 .sska a {
  color: #020202;
  line-height: 1em;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
  -webkit-transform: translateY(0.05rem);
     -moz-transform: translateY(0.05rem);
      -ms-transform: translateY(0.05rem);
       -o-transform: translateY(0.05rem);
          transform: translateY(0.05rem);
  display: block;
}
.head.sticky {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
}
.head.sticky .head2 {
  background: none;
  padding: 0;
  border-radius: 0;
}

.ny-show_body-product .head {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  top: 0;
}
.ny-show_body-product .head .head2 {
  background: none;
  padding: 0;
  border-radius: 0;
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: #1B1C21;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(305deg, #00D9EC 12.38%, #002FC2 84.26%);
  background: -moz-linear-gradient(305deg, #00D9EC 12.38%, #002FC2 84.26%);
  background: -o-linear-gradient(305deg, #00D9EC 12.38%, #002FC2 84.26%);
  background: linear-gradient(145deg, #00D9EC 12.38%, #002FC2 84.26%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 500 1rem/1.5em "Noto Sans SC";
  padding: 0.2em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: #0077FF;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: #0077FF;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #0077FF;
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.search-con:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
     -moz-animation: sticky 1s;
       -o-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .zywena {
  color: #020202;
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .zywena i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}


/* end */
.up-down-move {
  -webkit-animation-duration: 2.3s;
     -moz-animation-duration: 2.3s;
       -o-animation-duration: 2.3s;
          animation-duration: 2.3s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: bottom;
     -moz-transform-origin: bottom;
      -ms-transform-origin: bottom;
       -o-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation-name: up-down-move;
     -moz-animation-name: up-down-move;
       -o-animation-name: up-down-move;
          animation-name: up-down-move;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

.left-right-move {
  -webkit-animation-duration: 2.3s;
     -moz-animation-duration: 2.3s;
       -o-animation-duration: 2.3s;
          animation-duration: 2.3s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  -webkit-animation-name: left-right-move;
     -moz-animation-name: left-right-move;
       -o-animation-name: left-right-move;
          animation-name: left-right-move;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes up-down-move {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes up-down-move {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-1rem);
         transform: translateY(-1rem);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes up-down-move {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  50% {
    -o-transform: translateY(-1rem);
       transform: translateY(-1rem);
  }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes up-down-move {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1rem);
       -moz-transform: translateY(-1rem);
         -o-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes left-right-move {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes left-right-move {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-1rem);
         transform: translateX(-1rem);
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@-o-keyframes left-right-move {
  0% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  50% {
    -o-transform: translateX(-1rem);
       transform: translateX(-1rem);
  }
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
}
@keyframes left-right-move {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-1rem);
       -moz-transform: translateX(-1rem);
         -o-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .as2 {
  width: 50.78125%;
  position: absolute;
  top: 17%;
  right: 2%;
}
.pc-banner .mySwipera .as2.as2-as {
  width: 44.2708333333%;
  right: 15%;
  top: 22%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .as2 {
    width: 77%;
    margin: 0 auto;
    right: 0;
    left: 15%;
    top: 12%;
  }
  .pc-banner .mySwipera .as2.as2-as {
    width: 77%;
    right: 0;
    left: 4%;
    top: 12%;
  }
}
.pc-banner .mySwipera .as2 img {
  width: 100%;
}
.pc-banner .mySwipera .as2 img.img1 {
  position: absolute;
  right: 0;
  top: -5%;
  width: 77.7435897436%;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pc-banner .mySwipera .banwez1 .as1 {
  width: 55.7142857143%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .as1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: 70%;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 2.875rem/1.2em "Noto Sans SC";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 1.8rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 400 1.25rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1rem;
    margin-top: 0.5em;
  }
}
.pc-banner .mySwipera .banwez1 a.more-b {
  margin-top: 2.4rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 a.more-b {
    margin-top: 1.25rem;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  z-index: 9;
  text-align: right;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat {
    bottom: 3%;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1a span {
  opacity: 1;
  background: transparent;
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.25rem;
  font-weight: 500;
  border: none;
  width: auto;
  height: auto;
  margin-left: 1.5em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1a span {
    margin-left: 1em;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1a span.swiper-pagination-bullet-active {
  color: #fff;
  font-weight: 600;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse span {
  color: #fff;
  font: 600 0.875rem/2em "Noto Sans SC";
  text-transform: uppercase;
}
.pc-banner a.mouse p {
  width: 1px;
  height: 5rem;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .pc-banner a.mouse p {
    height: 3rem;
  }
}
.pc-banner a.mouse p::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 1rem;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 2.1s linear infinite;
     -moz-animation: scroll2 2.1s linear infinite;
       -o-animation: scroll2 2.1s linear infinite;
          animation: scroll2 2.1s linear infinite;
}
@media (max-width: 768px) {
  .pc-banner a.mouse p::after {
    height: 0.65rem;
  }
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.swiper-pagination1 {
  text-align: center;
}
.swiper-pagination1 span {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  margin: 0 0.4rem !important;
}
.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0077FF;
}

.iconfont1 {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gong-p {
  color: #626262;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  text-align: center;
}
.title1 .tit {
  color: #000000;
  font: 700 2.875rem/1.5em "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1 .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.25rem;
  background: -webkit-linear-gradient(305deg, #1CE3F6 12.38%, #0077FF 84.26%);
  background: -moz-linear-gradient(305deg, #1CE3F6 12.38%, #0077FF 84.26%);
  background: -o-linear-gradient(305deg, #1CE3F6 12.38%, #0077FF 84.26%);
  background: linear-gradient(145deg, #1CE3F6 12.38%, #0077FF 84.26%);
  margin: 0.15em auto 0;
}
@media (max-width: 768px) {
  .title1 .tit::after {
    width: 1.5em;
  }
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
         transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
         transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
       transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.more-a {
  display: block;
  margin-top: 1rem;
  color: #9FAAB6;
  font: 500 1rem/1.5em "Noto Sans SC";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.more-a i {
  font-size: 0.75rem;
  font-weight: 400;
}

.cont1 {
  padding: 6.325rem 0 3.75rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1 .a1_v1 {
  margin-top: 4.1rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1 {
    padding: 0 1px;
  }
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  padding: 0 2% 2%;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1 .swiper-slide {
    padding: 0 1.5em 1rem;
  }
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide .img {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background: -webkit-linear-gradient(305deg, #1CE3F6 12.38%, #0077FF 84.26%);
  background: -moz-linear-gradient(305deg, #1CE3F6 12.38%, #0077FF 84.26%);
  background: -o-linear-gradient(305deg, #1CE3F6 12.38%, #0077FF 84.26%);
  background: linear-gradient(145deg, #1CE3F6 12.38%, #0077FF 84.26%);
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: left;
     -moz-transform-origin: left;
      -ms-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide .img img {
  width: 100%;
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide .name {
  color: #000000;
  font: 700 1.375rem/1.5em "Noto Sans SC";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding: 0.75em 0 0.25em;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1 .swiper-slide .name {
    font-size: 1.25rem;
  }
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide .txt {
  color: rgba(0, 0, 0, 0.8);
  font: 500 1.125rem/1.5em "Noto Sans SC";
  height: 4.5em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1 .swiper-slide .txt {
    font-size: 1rem;
  }
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide a.bl:hover .img::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cont1 .a1_v1 .mySwiper1 .swiper-slide a.bl:hover .name, .cont1 .a1_v1 .mySwiper1 .swiper-slide a.bl:hover .more-a {
  color: #0077FF;
}
.cont1 .a1_v1 .mySwiper1 .swiper-pagination1 {
  margin-top: 2.5625rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .mySwiper1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cont2 {
  background: url(../images/0c1cf089406406bbfb4d396ade97960b.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 2rem 0 2.25rem;
  text-transform: Capitalize;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2.5rem 0;
  }
}
.cont2 .a2_v1 .a2_a1 .a2_c1 {
  width: 55.6428571429%;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_a1 .a2_c1 {
    width: 100%;
  }
}
.cont2 .a2_v1 .a2_a1 .a2_c1 .tit1 {
  color: #0077FF;
  font: 700 2.25rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_a1 .a2_c1 .tit1 {
    font-size: 1.25rem;
  }
}
.cont2 .a2_v1 .a2_a1 .a2_c1 .ftit {
  color: #181818;
  font-size: 2.875rem;
  margin-top: 25vh;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_a1 .a2_c1 .ftit {
    font-size: 1.85rem;
  }
}
.cont2 .a2_v1 .a2_a1 .a2_c1 .txt {
  color: #181818;
  font: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.25rem;
}
.cont2 .a2_v1 .a2_a1 .a2_c1 a.more-b {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_a1 .a2_c1 a.more-b {
    margin-top: 1.25rem;
  }
}
.cont2 .a2_v1 .a2_a1 .a2_c2 {
  width: 47.6428571429%;
  margin-left: -3.2857142857%;
  position: relative;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_a1 .a2_c2 {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.cont2 .a2_v1 .a2_a1 .a2_c2 img {
  width: 100%;
}
.cont2 .a2_v1 .a2_a1 .a2_c2 .asdhgtra li {
  position: absolute;
}
.cont2 .a2_v1 .a2_a1 .a2_c2 .asdhgtra li:nth-child(1) {
  left: 5%;
  top: 2%;
  width: 11.6941529235%;
}
.cont2 .a2_v1 .a2_a1 .a2_c2 .asdhgtra li:nth-child(2) {
  right: 4%;
  top: 2%;
  width: 8.2458770615%;
  -webkit-animation-duration: 3s;
     -moz-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
}
.cont2 .a2_v1 .a2_a1 .a2_c2 .asdhgtra li:nth-child(3) {
  left: 9%;
  bottom: 12%;
  width: 11.2443778111%;
  -webkit-animation-duration: 3s;
     -moz-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
}
.cont2 .a2_v1 .a2_a1 .a2_c2 .asdhgtra li:nth-child(4) {
  right: 9%;
  bottom: 11%;
  width: 11.2443778111%;
}
.cont2 .a2_v1 .a2_a2 {
  margin-top: -3rem;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_a2 {
    margin-top: -1.5rem;
  }
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_a2 .mySwiper1 {
    padding: 0 1px;
  }
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide {
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 2% 2% 2.5%;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide {
    padding: 1.5rem;
  }
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide .cont-p .tit {
  font: 700 1.875rem/1.5em "Noto Sans SC";
  text-transform: Uppercase;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide .cont-p .tit {
    font-size: 1.5rem;
  }
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide .cont-p .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.25rem;
  background: -webkit-linear-gradient(305deg, #1CE3F6 12.38%, #0077FF 84.26%);
  background: -moz-linear-gradient(305deg, #1CE3F6 12.38%, #0077FF 84.26%);
  background: -o-linear-gradient(305deg, #1CE3F6 12.38%, #0077FF 84.26%);
  background: linear-gradient(145deg, #1CE3F6 12.38%, #0077FF 84.26%);
  margin-top: 0.1em;
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide .cont-p .ash-as {
  margin-top: 1rem;
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide .cont-p .ash-as li {
  padding: 0.2rem 0;
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide .cont-p .ash-as li p {
  font: 400 1rem/1.35em "Noto Sans SC";
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide .cont-p .ash-as li b {
  display: block;
  font: 500 1.25rem/1.35em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide .cont-p .ash-as li b {
    font-size: 1.125rem;
  }
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide .cont-p .ash-as li b.ys {
  color: #1CE3F6;
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-pagination1 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-pagination1 span {
  background: rgba(255, 255, 255, 0.5);
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}

.cont3 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #272d81 12.38%, #539ecd 84.26%);
   background: url(../images/500566123.jpg) no-repeat center;
   background-size: cover;
}
.cont3 .a3_v1 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  /*z-index: -1;*/
}
.cont3 .a3_v1 .a3_b1 {
  width: 50%;
  position: relative;
  padding: 3.6875rem 0.291667% 10rem 11%;
 /* background: -webkit-linear-gradient(305deg, #06C3FF 12.38%, #0238C4 84.26%);
  background: -moz-linear-gradient(305deg, #06C3FF 12.38%, #0238C4 84.26%);
  background: -o-linear-gradient(305deg, #06C3FF 12.38%, #0238C4 84.26%);
  background: linear-gradient(145deg, #272d81 12.38%, #539ecd 84.26%);*/
  height: 100%;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b1 {
    width: 100%;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
  }
}
.cont3 .a3_v1 .a3_b1 img {
  width: 73%;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li {
  position: absolute;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li:nth-child(1) {
  width: 6.875%;
  left: 57%;
  bottom: 9%;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li:nth-child(2) {
  width: 6.6666666667%;
  left: 61%;
  bottom: 13%;
  -webkit-animation-duration: 3s;
     -moz-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li:nth-child(3) {
  width: 4.9479166667%;
  left: 68%;
  bottom: 19%;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li:nth-child(4) {
  width: 5.625%;
  left:28.5%;
  bottom: 60%;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li:nth-child(5) {
  width: 8.4375%;
  left: 38%;
  top: 10%;
  -webkit-animation-duration: 3s;
     -moz-animation-duration: 3s;
       -o-animation-duration: 3s;
          animation-duration: 3s;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li:nth-child(6) {
  width: 5.625%;
  left: 52.5%;
  top: 13.5%;
  -webkit-animation-duration: 2.8s;
     -moz-animation-duration: 2.8s;
       -o-animation-duration: 2.8s;
          animation-duration: 2.8s;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li:nth-child(7) {
  width: 10.625%;
  right: 31%;
  top: 13%;
  -webkit-animation-duration: 3.5s;
     -moz-animation-duration: 3.5s;
       -o-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
.cont3 .a3_v1 .a3_b2 {
  width: 50%;
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
  -o-background-size: 79.5833333333% auto;
     background-size: 79.5833333333% auto;
  height: 100%;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .a3_b2 {
    width: 100%;
    height: 100%;
  }
}
.cont3 .a3_v2 {
 padding: 12rem 0rem 12rem 0px;
}
@media (max-width: 768px) {
  .cont3 .a3_v2 {
    padding: 2.5rem 4%;
  }
}
.cont3 .a3_v2 .a3_b3 {
  width: 80%;
  margin-left: 30%;
  padding-left: 5.3571428571%;
}
@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b3 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}
.cont3 .a3_v2 .a3_b3 .title1 .tit {
  text-align: left;
}
.cont3 .a3_v2 .a3_b3 .title1 .tit::after {
  margin: 0.15em 0 0;
}
.cont3 .a3_v2 .a3_b3 .p {
  color: #000000;
  font: 500 1.125rem/1.5em "Noto Sans SC";
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b3 .p {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.cont3 .a3_v2 .a3_b3 a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b3 a.more-b {
    margin-top: 1rem;
  }
}
.cont3 .a3_v2 .a3_b4 {
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0px 0.25rem 1.125rem 0px rgba(0, 119, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 2rem 2.5%;
  margin-top: 5.5rem;
}
@media (max-width: 1366px) {
  .cont3 .a3_v2 .a3_b4 {
    margin-top: 4.5rem;
  }
}
@media (max-width: 1024px) {
  .cont3 .a3_v2 .a3_b4 {
    margin-top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b4 {
    margin-top: 1.25rem;
    padding: 1rem 5%;
  }
}
.cont3 .a3_v2 .a3_b4 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b4 dl {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    padding: 0.25rem 0;
    text-align: center;
  }
}
.cont3 .a3_v2 .a3_b4 dl dt {
  color: #0077FF;
  font: 700 1.875rem/1.2em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b4 dl dt {
    font-size: 1rem;
  }
}
.cont3 .a3_v2 .a3_b4 dl dt span {
  font: 700 4.375rem/1.2em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b4 dl dt span {
    font-size: 2.5rem;
  }
}
.cont3 .a3_v2 .a3_b4 dl dd {
  color: #000000;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b4 dl dd {
    font-size: 1rem;
    line-height: 1.25em;
  }
}
