@charset "UTF-8";
body, html {
  font-size: 0.8333333333vw;
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: 1vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}
body {
  outline: none;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}

p {
  padding: 0;
  margin: 0;
}

.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 "Montserrat";
  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: "Montserrat";
  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: "Montserrat";
  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 "Montserrat";
}
.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: "Montserrat";
}
#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 "Montserrat";
  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 "Montserrat";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Montserrat";
  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: "Montserrat";
  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: "Montserrat";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Montserrat";
  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;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* 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 "Montserrat";
  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 "Montserrat";
  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 "Montserrat";
  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 "Montserrat";
  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 "Montserrat";
  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 "Montserrat";
  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 "Montserrat";
  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 "Montserrat";
  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(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/qingting1221/uploads/20231221/0c1cf089406406bbfb4d396ade97960b.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 8rem 0 3.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 "Montserrat";
}
@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: #FFFFFF;
  font: 600 2.875rem/1.25em "Montserrat";
}
@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: #FFFFFF;
  font: 500 1rem/1.5em "Montserrat";
  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 "Montserrat";
  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 "Montserrat";
}
.cont2 .a2_v1 .a2_a2 .mySwiper1 .swiper-slide .cont-p .ash-as li b {
  display: block;
  font: 500 1.25rem/1.35em "Montserrat";
}
@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;
}
.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: 4.6875rem 7.2916666667% 10rem 1%;
  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, #06C3FF 12.38%, #0238C4 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: 100%;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li {
  position: absolute;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li:nth-child(1) {
  width: 6.875%;
  left: 56%;
  bottom: 21%;
  -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: 28%;
  -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: 75%;
  bottom: 34%;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li:nth-child(4) {
  width: 5.625%;
  left: 12%;
  bottom: 56%;
}
.cont3 .a3_v1 .a3_b1 .a1b1c1 li:nth-child(5) {
  width: 8.4375%;
  left: 26%;
  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: 47.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-top: 9.6875rem;
  padding-bottom: 3.875rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v2 {
    padding: 2.5rem 4%;
  }
}
.cont3 .a3_v2 .a3_b3 {
  width: 50%;
  margin-left: 50%;
  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 "Montserrat";
  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 "Montserrat";
}
@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 "Montserrat";
}
@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 "Montserrat";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .cont3 .a3_v2 .a3_b4 dl dd {
    font-size: 1rem;
    line-height: 1.25em;
  }
}

.cont4 {
  background: #F5FAFF;
  padding: 6.5rem 0 6.25rem;
  text-transform: Capitalize;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2.5rem 0;
  }
}
.cont4 .a4_v1 {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/qingting1221/uploads/20231221/a1b989942542c623f85c8bf8442c9896.svg) no-repeat center 1.5rem;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.cont4 .a4_v1 .title1 .tit {
  text-align: left;
}
.cont4 .a4_v1 .title1 .tit::after {
  margin: 0.15em 0 0;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .title1 a.more-b {
    display: none;
  }
}
.cont4 .a4_v1 .a4_v1c1 {
  margin-top: 3.625rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_v1c1 {
    margin-top: 1.5rem;
  }
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 {
  width: 44.2857142857%;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_v1c1 .a4_c1 {
    width: 100%;
  }
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li a.img {
  display: block;
  padding-bottom: 56.4516129032%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_v1c1 .a4_c1 li a.img {
    border-radius: 0.85rem;
  }
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li a.img img {
  width: 100%;
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p {
  padding: 3rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p {
    padding: 1.25rem 0;
  }
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p .data-a {
  width: 13.2258064516%;
  color: #0077FF;
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p .data-a b {
  display: block;
  font: 700 3rem/1em "Montserrat";
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p .data-a b {
    font-size: 2.5rem;
  }
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p .data-a span {
  display: block;
  font: 700 1rem/1.5em "Montserrat";
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p .cont {
  width: 83.8709677419%;
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p .cont .name {
  color: #000000;
  font: 600 1.25rem/1.25em "Montserrat";
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p .cont .name {
    font-size: 1.125rem;
  }
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p .cont a.more-a {
  color: #0077FF;
  position: relative;
  padding-bottom: 0.2rem;
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p .cont a.more-a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background: #0077FF;
  position: absolute;
  bottom: 0;
  left: 0;
  -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;
}
.cont4 .a4_v1 .a4_v1c1 .a4_c1 li .cont-p .cont a.more-a:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.cont4 .a4_v1 .a4_v1c1 .a4_c2 {
  width: 50%;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_v1c1 .a4_c2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont4 .a4_v1 .a4_v1c1 .a4_c2 li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 1.45rem 0;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_v1c1 .a4_c2 li {
    padding: 1rem 0;
  }
}
.cont4 .a4_v1 .a4_v1c1 .a4_c2 li:nth-child(1) {
  padding-top: 0;
}
.cont4 .a4_v1 .a4_v1c1 .a4_c2 li .flex .img {
  width: 28.5714285714%;
  padding-bottom: 20%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_v1c1 .a4_c2 li .flex .img {
    border-radius: 0.85rem;
  }
}
.cont4 .a4_v1 .a4_v1c1 .a4_c2 li .flex .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont4 .a4_v1 .a4_v1c1 .a4_c2 li .flex .img img {
  width: 100%;
}
.cont4 .a4_v1 .a4_v1c1 .a4_c2 li .flex .cont-p {
  width: 67.2857142857%;
}
.cont4 .a4_v1 .a4_v1c1 .a4_c2 li .flex .cont-p span {
  display: block;
  color: #0077FF;
  font: 600 1rem/1.5em "Montserrat";
}
.cont4 .a4_v1 .a4_v1c1 .a4_c2 li .flex .cont-p .name {
  color: #000000;
  font: 600 1.125rem/1.25em "Montserrat";
  margin-top: 0.35em;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_v1c1 .a4_c2 li .flex .cont-p .name {
    font-size: 1rem;
  }
}

.cont5 {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/qingting1221/uploads/20231222/afd6771c42e529947153bda991d6a405.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.6875rem 0;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 2.5rem 0;
  }
}
.cont5 .mySwiper2 .swiper-slide .img {
  border: 1px solid #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  font-size: 0;
}
.cont5 .mySwiper2 .swiper-slide .img img {
  width: 100%;
}

.foot-fot {
  position: relative;
  background: #242424;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font: 600 1rem/1.5em "Montserrat";
}
.foot-fot .foota1 .foota1c1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3.25rem 0 1.875rem;
}
.foot-fot .foota1 .foota1c1 .dlogo {
  width: 10.2857142857%;
}
.foot-fot .foota1 .foota1c1 .dlogo img {
  width: 100%;
}
.foot-fot .foota1 .foota1c1 .dnav {
  width: 63%;
  padding-bottom: 0.5em;
}
.foot-fot .foota1 .foota1c1 .dnav li a {
  display: block;
  color: #FFFFFF;
  font: 600 1.125rem/1.8em "Montserrat";
  position: relative;
}
.foot-fot .foota1 .foota1c1 .dnav li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -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;
}
.foot-fot .foota1 .foota1c1 .dnav li a:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.foot-fot .foota1 .foota1c2 {
  padding: 1.75rem 0;
}
.foot-fot .foota1 .foota1c2 .foota1c2d1 .dibuxa {
  margin-top: 1.5rem;
}
.foot-fot .foota1 .foota1c2 .foota1c2d1 .dibuxa li {
  color: #FFFFFF;
  font: 600 1rem/1.65em "Montserrat";
}
.foot-fot .foota1 .foota1c2 .foota1c2d1 .dibuxa li + li {
  margin-top: 0.75rem;
}
.foot-fot .foota1 .foota1c2 .foota1c2d1 .dibuxa li i {
  width: 1.875rem;
  display: block;
}
.foot-fot .foota1 .foota1c2 .foota1c2d1 .dibuxa li i img {
  width: 100%;
}
.foot-fot .foota1 .foota1c2 .foota1c2d1 .dibuxa li p {
  width: -webkit-calc(100% - 1.875rem);
  width: -moz-calc(100% - 1.875rem);
  width: calc(100% - 1.875rem);
  padding-left: 1em;
  text-transform: Capitalize;
}
.foot-fot .foota1 .foota1c2 .foota1c2d2 {
  width: 25.7142857143%;
}
.foot-fot .foota1 .foota1c2 .foota1c2d2 form {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.625rem;
  position: relative;
  font: 500 1rem/2.75rem "Montserrat";
  width: 100%;
  text-transform: Capitalize;
  margin: 1.5rem 0;
}
.foot-fot .foota1 .foota1c2 .foota1c2d2 form input {
  width: -webkit-calc(100% - 7rem);
  width: -moz-calc(100% - 7rem);
  width: calc(100% - 7rem);
  background: transparent;
  color: rgba(255, 255, 255, 0.3);
  text-indent: 1em;
  text-transform: Capitalize;
  font-weight: 500;
}
.foot-fot .foota1 .foota1c2 .foota1c2d2 form #f2t {
  background: #0077FF;
  border: none;
  color: #fff;
  font: 500 1rem/2.75rem "Montserrat";
  border-radius: 0.625rem;
  width: 7rem;
  text-align: center;
  text-transform: Capitalize;
}
.foot-fot .foota1 .foota1c2 .foota1c2d2 .social-share a {
  color: #9C9C9C;
  border-color: #9C9C9C;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: 1.25rem;
  background: transparent;
}
.foot-fot .foota1 .foota1c2 .foota1c2d2 .social-share a:hover {
  color: #fff;
  border-color: #fff;
}
.foot-fot .foota2 {
  color: rgba(255, 255, 255, 0.5);
  font: 500 1rem/1.65em "Montserrat";
  padding: 0.8em 0;
  background: #191919;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
@media (max-width: 990px) {
  .foot-fot .foota2 {
    border-top: none;
  }
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.5);
}
.foot-fot .foota2 a:hover {
  color: #fff;
}

.social-share .icon-twitter:before {
  content: "\e628";
  font-family: "iconfont" !important;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}
/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}
.hidden {
  display: none;
}

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #0077FF;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}
.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.zd_erha li > a i img {
  height: 1.75rem;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  font-weight: 500;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  line-height: 2.1;
  background: #fff;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  line-height: 2.1;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #0077FF;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #0077FF;
  border-color: #0077FF;
  vertical-align: middle;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
  background: #fff;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

.ajhhsd {
  color: #A7A5A5;
  font: 500 1rem/2rem "Montserrat";
  padding: 1.3em 0;
  text-transform: Capitalize;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #A7A5A5;
}
.ajhhsd a:hover {
  color: #0077FF;
}

.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
     background-size: cover;
  padding: 16.5rem 0 7.25rem;
}
@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 768px) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}
.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}
.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Montserrat";
  color: #333;
}
@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}
.nav-page li .sec a {
  display: inline-block;
  font: 500 1rem/1.6em "Montserrat";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: #0077FF;
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Montserrat";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Montserrat";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Montserrat";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #0077FF;
  font: 500 1rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "montserrat";
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font: 500 1rem/1.5em "Montserrat";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

.shzr-content {
  color: #454545;
  font: 400 1rem/2em "Montserrat";
  padding: 1rem 0 3rem;
}
.shzr-content strong {
  color: #333;
}
.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
  position: relative;
  overflow: hidden;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 52%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont {
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.nbanner .nbanner-wen1 .banner-cont .cont {
  width: 50%;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .cont {
    width: 100%;
    padding: 0 4%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .nbanner .nbanner-wen1 .banner-cont .cont > .p1 {
    position: static;
    width: 100%;
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
  }
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 700 2.875rem/1.25em "Montserrat";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
    width: 100%;
    padding: 0 4%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font: 500 1.125rem/1.35em "Montserrat";

  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1rem;
    display: none;
  }
}
.nbanner .nbanner-wen1 .banner-cont .img {
  width: 46%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .img {
    margin-top: 0;
    width: 60%;
  }
}
.nbanner .nbanner-wen1 .banner-cont .img img {
  width: 100%;
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.ny-cp-body .nbanner .nbanner-wen1 .banner-cont .img {
  width: 49.6428571429%;
}
@media (max-width: 768px) {
  .ny-cp-body .nbanner .nbanner-wen1 .banner-cont .img {
    width: 60%;
  }
}

.ny-case-body .nbanner .nbanner-wen1 .banner-cont .img {
  width: 41.8571428571%;
}
@media (max-width: 768px) {
  .ny-case-body .nbanner .nbanner-wen1 .banner-cont .img {
    width: 60%;
  }
}

.ny-news-body .nbanner .nbanner-wen1 .banner-cont .img {
  width: 59.3571428571%;
  margin-top: 13%;
}
@media (max-width: 768px) {
  .ny-news-body .nbanner .nbanner-wen1 .banner-cont .img {
    width: 75%;
  }
}

.ny-lx-body .nbanner .nbanner-wen1 {
  height: 100%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  overflow: hidden;
}
.ny-lx-body .nbanner .nbanner-wen1 .banner-cont, .ny-lx-body .nbanner .nbanner-wen1 .wh {
  height: 100%;
}
.ny-lx-body .nbanner .nbanner-wen1 .banner-cont .img {
  width: auto;
  height: 100%;
  margin-top: 0;
}
.ny-lx-body .nbanner .nbanner-wen1 .banner-cont .img img {
  height: 109%;
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 5rem;
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
@media (max-width: 768px) {
  .n_mbx .n_src li + li {
    margin-left: 1.8rem;
  }
}
.n_mbx .n_src li a {
  display: block;
  color: #000000;
  font: 600 1.125rem/3.125rem "Montserrat";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(305deg, #00D9EC 12.38%, #0077FF 84.26%);
  background: -moz-linear-gradient(305deg, #00D9EC 12.38%, #0077FF 84.26%);
  background: -o-linear-gradient(305deg, #00D9EC 12.38%, #0077FF 84.26%);
  background: linear-gradient(145deg, #00D9EC 12.38%, #0077FF 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);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #0077FF;
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}

@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: 5rem;
  margin-top: -5rem;
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.ny-tit .tit {
  color: #000000;
  font: 700 2.875rem/1em "Montserrat";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.8rem;
  }
}
.ny-tit .tit::after {
  content: "";
  display: block;
  width: 1.5em;
  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.35em;
}
@media (max-width: 768px) {
  .ny-tit .tit::after {
    width: 1.5em;
  }
}

.abt-cont1 {
  padding: 8.5rem 0 10.625rem;
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/qingting1221/uploads/20231222/68a814e48e7d65ea11971ae23aaba9e6.svg) no-repeat 75% -14%;
  -o-background-size: 39.7916666667% auto;
     background-size: 39.7916666667% auto;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
    -o-background-size: cover;
       background-size: cover;
    background-position: center right;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b1 {
  width: 43.5714285714%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b1 .p {
  color: #000000;
  font: 500 1.125rem/1.5em "Montserrat";
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 .p {
    font-size: 1rem;
    margin-top: 1.1rem;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 {
  width: 43.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 {
    width: 100%;
    margin-top: 0;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 dl {
  width: 50%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 dl {
    margin-top: 1rem;
    text-align: center;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 dl dt {
  color: #0077FF;
  font: 700 1.875rem/1.2em "Montserrat";
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 dl dt {
    font-size: 1rem;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 dl dt span {
  font: 700 4.375rem/1.2em "Montserrat";
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 dl dt span {
    font-size: 2.5rem;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 dl dd {
  color: #000000;
  font: 400 1.125rem/1.5em "Montserrat";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 dl dd {
    font-size: 1rem;
    line-height: 1.25em;
  }
}

.abt-cont2 {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/qingting1221/uploads/20231222/4317ac23b327a6afcbdb7b654b8b1cf4.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.25rem 0 4.625rem;
  text-align: center;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.5rem 0;
  }
}
.abt-cont2 p {
  font: 700 2.875rem/1.5em "Montserrat";
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .abt-cont2 p {
    font-size: 1.8rem;
  }
}
.abt-cont2 a.more-b {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .abt-cont2 a.more-b {
    margin-top: 1.125rem;
  }
}

.abt-cont3 {
  padding: 6.875rem 0 5rem;
  background: #F5FAFF;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.2rem 0;
  }
}
.abt-cont3 .mySwiper2 {
  margin-top: 1rem;
}
.abt-cont3 .mySwiper2 .swiper-slide .img {
  border: 1px solid #fff;
  border-radius: 0.625rem;
  overflow: hidden;
  font-size: 0;
  margin-top: 1rem;
}
.abt-cont3 .mySwiper2 .swiper-slide .img img {
  width: 100%;
}
.abt-cont3 .mySwiper2 .swiper-pagination1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.product-list {
  margin: 0 -1.2%;
}
.product-list li {
  width: 33.3333333333%;
  padding: 0 1.2%;
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .product-list li {
    width: 50%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .product-list li {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.product-list li a.bl {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  padding: 0 6% 8%;
}
@media (max-width: 768px) {
  .product-list li a.bl {
    padding: 0 1.5em 1rem;
    border-radius: 1rem;
  }
}
.product-list li .img {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.product-list li .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;
}
.product-list li .img img {
  width: 100%;
}
.product-list li .name {
  color: #000000;
  font: 700 1.375rem/1.5em "Montserrat";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding: 0.75em 0 0.25em;
}
@media (max-width: 768px) {
  .product-list li .name {
    font-size: 1.25rem;
  }
}
.product-list li .txt {
  color: rgba(0, 0, 0, 0.8);
  font: 500 1.125rem/1.5em "Montserrat";
  height: 4.5em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .product-list li .txt {
    font-size: 1rem;
  }
}
.product-list li a.bl:hover .img::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.product-list li a.bl:hover .name, .product-list li a.bl:hover .more-a {
  color: #0077FF;
}

.case-list {
  margin-top: 0.5rem;
}
.case-list li {
  width: 48.5714285714%;
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .case-list li {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.case-list li .cont-p {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F8F8F8;
  backdrop-filter: blur(10px);
  padding: 0 3.9705882353%;
}
@media (max-width: 768px) {
  .case-list li .cont-p {
    border-radius: 1rem;
  }
}
.case-list li .cont-p .cont-p1 {
  padding: 1.25rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.case-list li .cont-p .cont-p1 .img {
  width: 47.5409836066%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.case-list li .cont-p .cont-p1 .img img {
  width: 100%;
}
.case-list li .cont-p .cont-p1 .cont-as {
  width: 45.9016393443%;
}
.case-list li .cont-p .cont-p1 .cont-as .tit {
  color: #000000;
  font: 700 1.875rem/1.05em "Montserrat";
}
@media (max-width: 768px) {
  .case-list li .cont-p .cont-p1 .cont-as .tit {
    font-size: 1.125rem;
  }
}
.case-list li .cont-p .cont-p1 .cont-as .ftit {
  color: #0077FF;
  font: 500 2.875rem/1.2em "Montserrat";
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .case-list li .cont-p .cont-p1 .cont-as .ftit {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}
.case-list li .cont-p .cont-p1 .cont-as .txt {
  color: #000000;
  font: 500 1rem/1.3em "Montserrat";
}
.case-list li .cont-p .cont-p2 {
  padding: 1rem 0 2.75rem;
}
@media (max-width: 768px) {
  .case-list li .cont-p .cont-p2 {
    padding: 0.65rem 0 1.5rem;
  }
}
.case-list li .cont-p .cont-p2 dl {
  padding: 0.1rem 0;
  color: #000000;
}
.case-list li .cont-p .cont-p2 dl p {
  font: 500 1rem/1.35em "Montserrat";
}
.case-list li .cont-p .cont-p2 dl b {
  display: block;
  font: 500 1.25rem/1.35em "Montserrat";
}
@media (max-width: 768px) {
  .case-list li .cont-p .cont-p2 dl b {
    font-size: 1.125rem;
  }
}

.news-content {
  margin-top: 6.25rem;
}
@media (max-width: 768px) {
  .news-content {
    margin-top: 2rem;
  }
}

.news-list {
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
}
.news-list li {
  padding: 3.125rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .news-list li {
    padding: 1.5rem 0;
  }
}
.news-list li .img {
  width: 25.7142857143%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-list li .img {
    width: 100%;
  }
}
.news-list li .img img {
  width: 100%;
}
.news-list li .cont-p {
  width: 71.4285714286%;
}
@media (max-width: 768px) {
  .news-list li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-list li .cont-p > span {
  display: block;
  color: #0077FF;
  font: 700 1rem/1.5em "Montserrat";
}
.news-list li .cont-p a.name {
  display: block;
  color: #000000;
  font: 600 1.125rem/1.5em "Montserrat";
  margin: 0.35rem 0;
}
.news-list li .cont-p a.name:hover {
  color: #07F;
}
.news-list li .cont-p .p {
  color: #000000;
  font: 500 1rem/1.5em "Montserrat";
}
.news-list li .cont-p a.more-a:hover {
  color: #07F;
}

.show-news-content {
  padding: 6.5625rem 0 3.5625rem;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .show-news-content {
    padding: 2rem 0 1.5rem;
  }
}
.show-news-content .title-a {
  color: #000000;
  font: 600 2.75rem/1.1em "Montserrat";
  text-align: center;
}
@media (max-width: 768px) {
  .show-news-content .title-a {
    font-size: 1.8rem;
    text-align: left;
  }
}
.show-news-content .title-b {
  color: #000000;
  font: 500 1rem/1.5em "Montserrat";
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid #DBDBDB;
}
@media (max-width: 768px) {
  .show-news-content .title-b {
    padding: 1rem 0 0.75rem;
  }
}
.show-news-content .title-b .fen-xiang {
  margin-left: 2em;
}
@media (max-width: 768px) {
  .show-news-content .title-b .fen-xiang {
    margin-left: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.25rem;
  }
}
.show-news-content .title-b .fen-xiang .social-share a {
  color: #9C9C9C;
  border-color: #9C9C9C;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: 1.25rem;
  background: transparent;
}
@media (max-width: 768px) {
  .show-news-content .title-b .fen-xiang .social-share a {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem;
  }
}
.show-news-content .title-b .fen-xiang .social-share a:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}
.show-news-content .show-news-a1_v1 .xinwn-consss {
  color: #000000;
  font: 500 1.125rem/1.5em "Montserrat";
  padding: 1.5rem 0 2.5rem;
  border-bottom: 1px solid #DBDBDB;
}
@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .xinwn-consss {
    font-size: 1rem;
    padding: 1rem 0 1.8rem;
  }
}

.pain .shanys {
  padding: 1.5rem 0 0;
}
@media (max-width: 768px) {
  .pain .shanys {
    padding-top: 1rem;
  }
}
.pain .shanys .prev, .pain .shanys .next {
  width: 40%;
  color: #000000;
  font: 500 1.125rem/1.5em "Montserrat";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pain .shanys .prev, .pain .shanys .next {
    width: 100%;
    white-space: inherit;
    font-size: 1rem;
    padding: 0.25rem 0;
  }
}
.pain .shanys .prev a, .pain .shanys .next a {
  color: #000000;
}
.pain .shanys .prev a:hover, .pain .shanys .next a:hover {
  color: #0077FF;
}

@-webkit-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes scale-anim {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.4);
         transform: scale(0.4);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0;
  }
}

@-o-keyframes scale-anim {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
    opacity: 0;
  }
  50% {
    -o-transform: scale(0.4);
       transform: scale(0.4);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0;
  }
}

@keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
       -moz-transform: scale(0.4);
         -o-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.lx-cont1 {
  background: #F5FAFF;
  padding: 7.9375rem 0 3.875rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2.5rem 0 2rem;
  }
}
.lx-cont1 .dtimg {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  .lx-cont1 .dtimg {
    display: none;
  }
}
.lx-cont1 .dtimg img {
  width: 100%;
}
.lx-cont1 .dtimg .dasda li {
  position: absolute;
}
.lx-cont1 .dtimg .dasda li .din {
  -webkit-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  transition: All 0.5s ease;
  position: relative;
}
.lx-cont1 .dtimg .dasda li .din i {
  display: block;
  background: #0077FF;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  margin-top: -1.0625rem;
  width: 2.125rem;
  height: 2.125rem;
  -webkit-animation: scale-anim 2s infinite linear;
     -moz-animation: scale-anim 2s infinite linear;
       -o-animation: scale-anim 2s infinite linear;
          animation: scale-anim 2s infinite linear;
}
.lx-cont1 .dtimg .dasda li .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}
.lx-cont1 .dtimg .dasda li p {
  color: #000000;
  font: 700 1.25rem/1.5em "Montserrat";
  text-transform: uppercase;
}
.lx-cont1 .dtimg .dasda li:nth-child(2) {
  right: 19%;
  top: 44%;
}
.lx-cont1 .dtimg .dasda li:nth-child(2) .din {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lx-cont1 .dtimg .dasda li:nth-child(1) {
  left: 82%;
  top: 45%;
}
.lx-cont1 .dtimg .dasda li:nth-child(1) p {
  margin-left: 2em;
}
.lx-cont1 .dtimg .dasda li:nth-child(3) {
  left: 82%;
  top: 50%;
}
.lx-cont1 .dtimg .dasda li:nth-child(3) p {
  margin-left: 2em;
}
.lx-cont1 .dtimg .dasda li:nth-child(4) {
  left: 73%;
  top: 65%;
  display: block;
}
.lx-cont1 .dtimg .dasda li:nth-child(4) .din {
  position: absolute;
  left: 37%;
  top: 0;
}
.lx-cont1 .dtimg .dasda li:nth-child(4) p {
  width: 100%;
  margin-top: 0.85rem;
}
.lx-cont1 .dtimg .dasda li:nth-child(5) {
  left: 14%;
  top: 43%;
  display: block;
}
.lx-cont1 .dtimg .dasda li:nth-child(5) .din {
  position: absolute;
  left: 15%;
  top: 0;
}
.lx-cont1 .dtimg .dasda li:nth-child(5) p {
  width: 100%;
  margin-top: 0.85rem;
}
.lx-cont1 .mySwiper3 {
  margin-top: -5.8rem;
}
@media (max-width: 768px) {
  .lx-cont1 .mySwiper3 {
    margin-top: 1.5rem;
    padding: 0 1px;
  }
}
.lx-cont1 .mySwiper3 .swiper-slide .cont-p {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.7);
  padding: 6.5% 5.5%;
  position: relative;
}
.lx-cont1 .mySwiper3 .swiper-slide .cont-p::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.625rem;
  height: 0.625rem;
  width: 90%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0px 0px 1.25rem 1.25rem;
  opacity: 0.2;
  background: -webkit-linear-gradient(352deg, #1CE3F6 1.65%, #07F 87.3%);
  background: -moz-linear-gradient(352deg, #1CE3F6 1.65%, #07F 87.3%);
  background: -o-linear-gradient(352deg, #1CE3F6 1.65%, #07F 87.3%);
  background: linear-gradient(98deg, #1CE3F6 1.65%, #07F 87.3%);
}
.lx-cont1 .mySwiper3 .swiper-slide .cont-p .tit {
  color: #000;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .lx-cont1 .mySwiper3 .swiper-slide .cont-p .tit {
    font-size: 1.25rem;
  }
}
.lx-cont1 .mySwiper3 .swiper-slide .cont-p .tit::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 0.15rem;
  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.3rem 0 0;
}
.lx-cont1 .mySwiper3 .swiper-slide .cont-p .ashta {
  margin-top: 1.5rem;
}
.lx-cont1 .mySwiper3 .swiper-slide .cont-p .ashta li {
  margin-top: 0.75rem;
}
.lx-cont1 .mySwiper3 .swiper-slide .cont-p .ashta li .img {
  width: 1.875rem;
}
.lx-cont1 .mySwiper3 .swiper-slide .cont-p .ashta li .img img {
  width: 100%;
}
.lx-cont1 .mySwiper3 .swiper-slide .cont-p .ashta li .name {
  width: -webkit-calc(98% - 1.875rem);
  width: -moz-calc(98% - 1.875rem);
  width: calc(98% - 1.875rem);
  color: #010101;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.65em; /* 162.5% */
  text-transform: capitalize;
}
.lx-cont1 .mySwiper3 .swiper-slide .cont-p .ashta li:nth-child(n+3) .name {
  font-weight: 500;
  word-wrap: break-word;
  word-break: break-all;
}
.lx-cont1 .mySwiper3 .swiper-slide .cont-p:hover::after {
  opacity: 1;
}
.lx-cont1 .mySwiper3 .swiper-pagination1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .mySwiper3 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}

.lx-cont2 {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/qingting1221/uploads/20231223/7c35781059b3d0ca3e61beff54e9d1b8.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 8.25rem 0 7.1875rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2.5rem 0;
  }
}
.lx-cont2 form {
  margin-top: 2.25rem;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 0.5rem;
  }
}
.lx-cont2 form .msg-a1 .inpt {
  width: 48.5714285714%;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  cursor: text;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont2 form .msg-a1 .inpt input {
  width: 100%;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font: 500 1.125rem/3.75rem "Montserrat";
  padding: 0 1em;
}
.lx-cont2 form .msg-a1 .inpt .m_label {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font: 500 1.125rem/3.75rem "Montserrat";
  padding: 0 1em;
}
.lx-cont2 form .msg-a1 .inpt .m_label span {
  color: #FF0000;
}
.lx-cont2 form .msg-a3 .inpt {
  position: relative;
  overflow: hidden;
  cursor: text;
  margin-top: 1.25rem;
}
.lx-cont2 form .msg-a3 .inpt textarea {
  width: 100%;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font: 500 1.125rem/1.5rem "Montserrat";
  padding: 1em 1em;
  border: none;
  border-radius: 0.625rem;
}
.lx-cont2 form .msg-a3 .inpt .m_label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
  font: 500 1.125rem/1.5rem "Montserrat";
  padding: 1em 1em;
}
.lx-cont2 form .msg-a3 .inpt .m_label span {
  color: #FF0000;
}
.lx-cont2 .div_aghgha {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont2 .div_aghgha {
    margin-top: 1rem;
  }
}
.lx-cont2 .div_aghgha .more-b span {
  text-transform: capitalize;
}

.ny-show_body-product {
  padding-top: 5rem;
}

.pro-show-cont1 {
  background: #F5FAFF;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pro-show-cont1 .ajhhsd {
  color: #000000;
  font: 500 1rem/1.5em "Montserrat";
  padding: 0.65em 0;
}
.pro-show-cont1 .ajhhsd a {
  color: #000000;
}
.pro-show-cont1 .ajhhsd a:hover {
  color: #0077FF;
}
.pro-show-cont1 .pro-show-a1v1 {
  padding: 1.25rem 0 6.5rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 {
    padding: 1rem 0 2rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 50.5714285714%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup img {
  width: 100%;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras {
  padding: 0 1.75rem;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras .gongt .swiper-button-next1 {
  right: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras .gongt .swiper-button-prev1 {
  left: 0;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras .gongt .swiper-button-next1, .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras .gongt .swiper-button-prev1 {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras .gongt .swiper-button-next1 i, .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras .gongt .swiper-button-prev1 i {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 600;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras .mySwiper5 {
  padding: 0 1px;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras .mySwiper5 .swiper-slide {
  padding-top: 1rem;
  position: relative;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras .mySwiper5 .swiper-slide .img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras .mySwiper5 .swiper-slide.swiper-slide-thumb-active .img {
  border: 2px solid #0077FF;
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .pras .mySwiper5 .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #0077FF;
  position: absolute;
  left: 50%;
  top: 2px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 45.1428571429%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #000000;
  font: 500 2.75rem/1.1em "Montserrat";
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.65rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: #000000;
  font: 400 1rem/1.35em "Montserrat";
  padding: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    padding: 0.5rem 0 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p {
  position: relative;
  padding-left: 0.75em;
  margin: 0.3rem 0;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 a.more-b span {
  text-transform: capitalize;
}

.pro-show-cont2 {
  padding: 3.375rem 0 5rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 1rem 0 2rem;
  }
}
.pro-show-cont2 .content .text {
  color: #000000;
  font: 500 1.125rem/1.5em "Montserrat";
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 1rem 0;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .text {
    font-size: 1rem;
  }
}
.pro-show-cont2 .content .sdt1 {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding: 1.25rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .sdt1 {
    padding: 1rem 0;
  }
}
.pro-show-cont2 .content .sdt1 .tit {
  color: #000000;
  font: 600 1.75rem/1.2em "Montserrat";
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .sdt1 .tit {
    font-size: 1.25rem;
  }
}
.pro-show-cont2 .content .sdt1 .p {
  color: #000000;
  font: 400 1.125rem/1.5em "Montserrat";
  margin-top: 0.25rem;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .pro-show-cont2 .content .sdt1 .p {
    font-size: 1rem;
  }
}
.pro-show-cont2 .content .sdt1 .p p {
  padding-left: 0.75em;
  position: relative;
}
.pro-show-cont2 .content .sdt1 .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.paggs {
  overflow-x: auto;
}
.paggs table {
  border-color: rgba(0, 0, 0, 0.1);
  min-width: 768px;
}
.paggs table td {
  color: #8A8A8A;
  font: 400 1rem/1.5em "Montserrat";
}

.pro-show-cont3 {
  background: #F8F8F8;
  padding: 6.5rem 0 5.625rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 {
    padding: 1.85rem 0 1rem;
  }
}
.pro-show-cont3 .content {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .content {
    margin-top: 1rem;
  }
}
.pro-show-cont3 .content .paggs table {
  border: none;
  min-width: inherit;
}
.pro-show-cont3 .content .paggs table tr:nth-child(1) td {
  color: #0077FF;
  font: 700 1.75rem/1.25em "Montserrat";
  border-bottom: 2px solid #0077FF;
}
@media (max-width: 768px) {
  .pro-show-cont3 .content .paggs table tr:nth-child(1) td {
    font-size: 1.5rem;
  }
}
.pro-show-cont3 .content .paggs table td {
  color: #0077FF;
  font: 700 1.125rem/1.25em "Montserrat";
  vertical-align: middle;
  border: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  text-transform: capitalize;
  padding: 1.25rem 0;
}
.pro-show-cont3 .content .paggs table td:last-child {
  color: #000000;
  font: 400 1.125rem/1.25em "Montserrat";
}
.pro-show-cont3 .content .paggs table td:last-child b {
  display: block;
  font-weight: 700;
}

.case-cont1 {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .case-cont1 {
    padding: 2rem 0;
  }
}
.case-cont1 .p1 {
  color: #000000;
  font: 500 1.125rem/1.5em "Montserrat";
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .case-cont1 .p1 {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.case-cont1 .case-a1v1 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1v1 {
    margin-top: 1rem;
  }
}
.case-cont1 .case-a1v1 .case-a1b1 {
  width: 53.8571428571%;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1v1 .case-a1b1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
}
.case-cont1 .case-a1v1 .case-a1b1 .tit1 {
  color: #000000;
  font: 600 1.625rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .case-cont1 .case-a1v1 .case-a1b1 .tit1 {
    font-size: 1.25rem;
  }
}
.case-cont1 .case-a1v1 .case-a1b1 .txt {
  color: #000000;
  font: 400 1.125rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .case-cont1 .case-a1v1 .case-a1b1 .txt {
    font-size: 1rem;
  }
}
.case-cont1 .case-a1v1 .case-a1b1 .txt p {
  margin-top: 1rem;
}
.case-cont1 .case-a1v1 .case-a1b1 .more-b {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1v1 .case-a1b1 .more-b {
    margin-top: 1rem;
  }
}
.case-cont1 .case-a1v1 .case-a1b2 {
  width: 40.7142857143%;
}
@media (max-width: 768px) {
  .case-cont1 .case-a1v1 .case-a1b2 {
    width: 100%;
  }
}
.case-cont1 .case-a1v1 .case-a1b2 div {
  border-radius: 1rem;
}
.case-cont1 .case-a1v1 .case-a1b2 img {
  width: 100%;
}

.case-cont2 {
  background: #F5FAFF;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .case-cont2 {
    padding: 2rem 0;
  }
}
.case-cont2 .p1 {
  color: #000000;
  font: 500 1.125rem/1.5em "Montserrat";
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .case-cont2 .p1 {
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.case-cont2 .more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .case-cont2 .more-b {
    margin-top: 1rem;
  }
}
.case-cont2 .case-a2_list1 {
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .case-cont2 .case-a2_list1 {
    margin-top: 0;
  }
}
.case-cont2 .case-a2_list1 li {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  width: 31.4285714286%;
  padding: 4.625rem 2.6%;
}
@media (max-width: 768px) {
  .case-cont2 .case-a2_list1 li {
    width: 100%;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 1rem;
  }
}
.case-cont2 .case-a2_list1 li .tit {
  color: #000000;
  font: 600 1.625rem/1.65em "Montserrat";
}
@media (max-width: 768px) {
  .case-cont2 .case-a2_list1 li .tit {
    font-size: 1.5rem;
  }
}
.case-cont2 .case-a2_list1 li .tit::after {
  content: "";
  display: block;
  width: 1.85em;
  height: 0.2rem;
  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.35em;
}
.case-cont2 .case-a2_list1 li .p {
  color: #000000;
  font: 500 1rem/1.5em "Montserrat";
  margin-top: 1.5em;
}
.case-cont2 .case-a2_list1 li .p p {
  margin-bottom: 1em;
}

.case-cont3 {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .case-cont3 {
    padding: 2rem 0;
  }
}
.case-cont3 .case_list3 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .case-cont3 .case_list3 {
    margin-top: 0.5rem;
  }
}
.case-cont3 .case_list3 li {
  width: 31.4285714286%;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0px 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  padding: 4.25rem 3%;
}
@media (max-width: 768px) {
  .case-cont3 .case_list3 li {
    width: 100%;
    margin-top: 1rem;
    border-radius: 1rem;
    padding: 2.6rem 5.5%;
  }
}
.case-cont3 .case_list3 li .date {
  background: #E0EFFF;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  border-radius: 50%;
}
.case-cont3 .case_list3 li .date b {
  color: #0077FF;
  font: 600 2.875rem/1em "Montserrat";
}
@media (max-width: 768px) {
  .case-cont3 .case_list3 li .date b {
    font-size: 2.25rem;
  }
}
.case-cont3 .case_list3 li p {
  color: #000000;
  font: 500 1rem/1.5em "Montserrat";
  text-align: center;
  margin-top: 1rem;
  text-transform: capitalize;
}

.case-cont4 {
  background: #F5FAFF;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .case-cont4 {
    padding: 2rem 0;
  }
}
.case-cont4 .case-a4_v1 .case-a4_b1 {
  width: 42.6428571429%;
}
@media (max-width: 768px) {
  .case-cont4 .case-a4_v1 .case-a4_b1 {
    width: 100%;
  }
}
.case-cont4 .case-a4_v1 .case-a4_b1 .p1 {
  color: #000000;
  font: 500 1.125rem/1.5em "Montserrat";
  margin-top: 1.5rem;
}
.case-cont4 .case-a4_v1 .case-a4_b2 {
  width: 38.7857142857%;
  margin-right: 3%;
}
@media (max-width: 768px) {
  .case-cont4 .case-a4_v1 .case-a4_b2 {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }
}
.case-cont4 .case-a4_v1 .case-a4_b2 img {
  width: 100%;
}

.case-cont5 .case-a5v1 {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/qingting1221/uploads/20240103/832a9fb626b6da2f04a3034fb3935432.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.875rem 0 14.0625rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .case-cont5 .case-a5v1 {
    padding: 2rem 0;
  }
}
.case-cont5 .case-a5v1 .tit {
  font: 600 2.875rem/1.5em "Montserrat";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .case-cont5 .case-a5v1 .tit {
    font-size: 1.8rem;
  }
}
.case-cont5 .case-a5v1 .p {
  font: 500 1.125rem/1.5em "Montserrat";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .case-cont5 .case-a5v1 .p {
    font-size: 1rem;
  }
}
.case-cont5 .case-a5v2 {
  -webkit-transform: translateY(-35%);
     -moz-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
       -o-transform: translateY(-35%);
          transform: translateY(-35%);
}
@media (max-width: 768px) {
  .case-cont5 .case-a5v2 {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    padding-bottom: 2rem;
  }
}
.case-cont5 .case-a5v2 .case-a5v2list1 li {
  background: #fff;
  border-radius: 1.25rem;
  width: 48.5714285714%;
  padding: 4.625rem 2.6%;
  box-shadow: 0px 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  .case-cont5 .case-a5v2 .case-a5v2list1 li {
    width: 100%;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 1rem;
  }
}
.case-cont5 .case-a5v2 .case-a5v2list1 li .tit {
  color: #000000;
  font: 600 1.625rem/1.1em "Montserrat";
}
@media (max-width: 768px) {
  .case-cont5 .case-a5v2 .case-a5v2list1 li .tit {
    font-size: 1.5rem;
  }
}
.case-cont5 .case-a5v2 .case-a5v2list1 li .tit::after {
  content: "";
  display: block;
  width: 1.85em;
  height: 0.2rem;
  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.68em;
}
.case-cont5 .case-a5v2 .case-a5v2list1 li .p {
  color: #000000;
  font: 400 1rem/1.55em "Montserrat";
  margin-top: 1.5em;
}
.case-cont5 .case-a5v2 .case-a5v2list1 li .p p {
  margin-bottom: 1em;
}

.pead-jsda {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
  text-transform: capitalize;
}
.pead-jsda .pead-cont {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  -o-background-size: 35% auto;
     background-size: 35% auto;
  z-index: 999;
  width: 32.44792%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 80%;
    -o-background-size: 50% auto;
       background-size: 50% auto;
  }
}
.pead-jsda .pead-cont .hefat {
  color: #fff;
  font: 400 1.575rem/1.5em "Montserrat";
  background: #0077FF;
  padding: 1rem 1.5rem;
}
.pead-jsda .pead-cont a.jataxta i {
  color: #fff;
  font: 500 2rem/1em "Montserrat";
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.pead-jsda .pead-cont a.jataxta:hover i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pead-jsda .pead-cont form#f1 {
  margin-top: 1.5625rem;
  width: 60.0714285714%;
  background: #FFFFFF;
  border: 1px solid #EAE3E3;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(211, 208, 208, 0.25);
  border-radius: 1.25rem;
  margin: 1rem auto 0;
  padding: 2rem 4% 3.5rem;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 {
    width: 100%;
    margin: 1rem 0;
    padding: 1.5rem 6%;
  }
}
.pead-jsda .pead-cont form#f1 .contact .msga1 dl {
  width: 48%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact .msga1 dl {
    width: 100%;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl {
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact dl {
    margin-bottom: 0.6rem;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl .text {
  color: #5B6569;
  font: 500 1rem/1.5em "Montserrat";
  padding: 0.2em 0 0.4em;
}
.pead-jsda .pead-cont form#f1 .contact dl .text span {
  color: #f00;
}
.pead-jsda .pead-cont form#f1 .contact dl input {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.5rem "Montserrat";
  text-indent: 1em;
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl textarea {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.5rem "Montserrat";
  padding: 0.5em 1em;
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .div_aghgha button span {
  text-transform: capitalize;
}
.pead-jsda .pead-cont form#f1 {
  padding: 1rem 1.5rem 2.6rem;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 {
    width: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 1rem 1.5rem 1.6rem;
  }
}