@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: "Noto Sans SC", "Montserrat", sans-serif;
}

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%;
  }
}

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

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

.wh1 {
  padding: 0 3.9583333333%;
}
@media (max-width: 768px) {
  .wh1 {
    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: #00BCF8;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #00BCF8;
  -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: #00BCF8;
  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: #00BCF8;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #00BCF8;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #00BCF8;
}
.more-msl.ls {
  color: #00BCF8;
  background: transparent;
  border-color: #00BCF8;
}
.more-msl.ls:before {
  background: #00BCF8;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 2rem;
  border-radius: 2rem;
  color: #00BCF8;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans SC";
  border: 1px solid rgba(0, 19, 62, 0.2);
  background: #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: 1.65rem;
  text-transform: uppercase;
  font-family: "Noto Sans SC";
  font-weight: 400;
}
.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: #00BCF8;
  -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: 2rem;
}
.more-b:hover {
  border: 1px solid #00BCF8;
}
.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: #fff;
}
.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.bs {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.more-b.bs:hover {
  border-color: #00BCF8;
}

@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;
  }
  .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: 0;
  z-index: 99;
}
.head .head2 {
  line-height: 6.25rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.head .head2 .logo a img {
  height: 4.3125rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.head .head2 .logo a p {
  color: #fff;
  font: 600 1.5rem/1.5em "Noto Sans SC";
  margin-left: 1.25em;
}
.head .head2 .zywena {
  margin-left: 1em;
  margin-right: 1rem;
}
.head .head2 .zywena a.rhgxt {
  color: #1B1C21;
  font: 500 1.125rem/1em "Montserrat";
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0.2rem;
}
.head .head2 .sska {
  line-height: 1em;
}
.head .head2 .sska a {
  color: #fff;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}
.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: #FFFFFF;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.5625rem;
}
@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: -1px;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  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: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: #00BCF8;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: #00BCF8;
}
#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: #FFFFFF;
}
#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;
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: #000;
}

.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;
}

.head:hover .head2, .head.sticky .head2 {
  background: #fff;
}
.head:hover .head2 .logo a img, .head.sticky .head2 .logo a img {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.head:hover .head2 .logo a p, .head.sticky .head2 .logo a p {
  color: #011842;
}
.head:hover .head2 .sska a, .head.sticky .head2 .sska a {
  color: #000000;
}
.head:hover .head2 #menu .nav_a1 li a, .head.sticky .head2 #menu .nav_a1 li a {
  color: #000000;
}
.head:hover .head2 #menu .nav_a1 li .sec a:hover, .head.sticky .head2 #menu .nav_a1 li .sec a:hover {
  color: #00BCF8;
}
.head:hover .head2 #menu .nav_a1 li:hover > a, .head:hover .head2 #menu .nav_a1 li.active > a, .head.sticky .head2 #menu .nav_a1 li:hover > a, .head.sticky .head2 #menu .nav_a1 li.active > a {
  color: #00BCF8;
}
.head:hover .head2 #menu .nav_a1 li > a span::after, .head.sticky .head2 #menu .nav_a1 li > a span::after {
  background-color: #00BCF8;
}

@-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 .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

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

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

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .blgd {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: 5.625rem;
  margin: 0 auto 1rem;
}
.pc-banner .mySwipera .tcas img {
  width: 100%;
}
.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;
}
.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 .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%);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: 20%;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 3.75rem/1.25em "Noto Sans SC";
  text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 500 2.5rem/1.25em "Montserrat";
  text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.5rem;
    margin-top: 0.5em;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  z-index: 9;
  text-align: left;
}
@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.5);
  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: 5%;
  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;
  -webkit-animation: run 1s linear infinite;
     -moz-animation: run 1s linear infinite;
       -o-animation: run 1s linear infinite;
          animation: run 1s linear infinite;
}
.pc-banner a.mouse span {
  color: #FFFFFF;
  font: 600 0.875rem/1.5em "Montserrat";
  margin-bottom: 0.5em;
}
.pc-banner a.mouse p {
  width: 0.2rem;
  margin: 0 auto;
}
.pc-banner a.mouse p img {
  width: 100%;
}

@-webkit-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 8%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}
.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);
}

.waves {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 14.8125rem;
  max-height: 9rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .waves {
    height: 4rem;
  }
}

/* Animation */
.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
     -moz-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
       -o-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
     -moz-animation-delay: -2s;
       -o-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
     -moz-animation-duration: 7s;
       -o-animation-duration: 7s;
          animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
     -moz-animation-delay: -3s;
       -o-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
     -moz-animation-duration: 10s;
       -o-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation: move-forever1 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
     -moz-animation: move-forever1 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
       -o-animation: move-forever1 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever1 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -webkit-transform: translate3d(-90px, 0, 0);
     -moz-transform: translate3d(-90px, 0, 0);
          transform: translate3d(-90px, 0, 0);
}
.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
     -moz-animation-delay: -4s;
       -o-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
     -moz-animation-duration: 13s;
       -o-animation-duration: 13s;
          animation-duration: 13s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@-moz-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@-o-keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate3d(-90px, 0, 0);
    -moz-transform: translate3d(-90px, 0, 0);
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(85px, 0, 0);
    -moz-transform: translate3d(85px, 0, 0);
    transform: translate3d(85px, 0, 0);
  }
}
@-webkit-keyframes move-forever1 {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}
@-moz-keyframes move-forever1 {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}
@-o-keyframes move-forever1 {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}
@keyframes move-forever1 {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}
.gong-p {
  color: #626262;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.title1 {
  color: #001640;
}
.title1 span {
  font-family: "Montserrat";
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  .title1 span {
    font-size: 1.25rem;
  }
}
.title1 .tit {
  font-family: "Noto Sans SC";
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
  position: relative;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1.bs {
  color: #fff;
}

@-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);
  }
}
.cont1 {
  background: -webkit-linear-gradient(top, #EDFBFF 19.06%, #FFF 83.8%), #FFF;
  background: -moz-linear-gradient(top, #EDFBFF 19.06%, #FFF 83.8%), #FFF;
  background: -o-linear-gradient(top, #EDFBFF 19.06%, #FFF 83.8%), #FFF;
  background: linear-gradient(180deg, #EDFBFF 19.06%, #FFF 83.8%), #FFF;
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0 3rem;
  }
}
.cont1 .a1_v1 {
  position: relative;
  z-index: 1;
}
.cont1 .a1_b1 {
  width: 32.9518072289%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont1 .a1_b1 {
    width: 100%;
  }
}
.cont1 .a1_b1 u {
  width: 54.844606947%;
  font-size: 0;
  position: absolute;
  left: 10%;
  top: -15%;
  z-index: -1;
}
@media (max-width: 768px) {
  .cont1 .a1_b1 u {
    width: 40%;
    top: 0;
  }
}
.cont1 .a1_b1 u img {
  width: 100%;
}
.cont1 .a1_b1 .p {
  color: rgba(0, 0, 0, 0.7);
  font: 400 1rem/1.75em "Noto Sans SC";
  text-indent: 2em;
  text-align: justify;
  margin: 4.0625rem 0 3.125rem;
}
@media (max-width: 768px) {
  .cont1 .a1_b1 .p {
    margin: 1rem 0;
  }
}
.cont1 .a1_b1 .p p + p {
  margin-top: 1em;
}
.cont1 .a1_b2 {
  width: 63.313253012%;
  margin-right: -9.0361445783%;
  margin-bottom: -20rem;
}
@media (max-width: 768px) {
  .cont1 .a1_b2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: -10rem;
  }
}
.cont1 .a1_b2 .img {
  border: 0.125rem dashed #00BCF8;
  border-radius: 50%;
  padding: 2rem;
}
@media (max-width: 768px) {
  .cont1 .a1_b2 .img {
    padding: 1.5rem;
  }
}
.cont1 .a1_b2 .img > div {
  overflow: hidden;
  border-radius: 50%;
}
.cont1 .a1_b2 .img img {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 16/16;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont1 .a1_v2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
}
.cont1 .a1_v2 img {
  width: 100%;
}

.swiper-pagination1 {
  text-align: center;
}
.swiper-pagination1 span {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0.4rem !important;
}
.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination1.ls span {
  background: rgba(0, 0, 0, 0.3);
}
.swiper-pagination1.ls span.swiper-pagination-bullet-active {
  background: #00BCF8;
}

.gongjt > div {
  background: #F5F5F5;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .gongjt > div {
    width: 3rem;
    height: 3rem;
  }
}
.gongjt > div i {
  color: #001640;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .gongjt > div i {
    font-size: 0.875rem;
  }
}
.gongjt > div:hover i {
  color: #00BCF8;
}

.cont2 {
  position: relative;
}
@media (max-width: 768px) {
  .cont2 {
    margin-top: 0;
    padding-bottom: 2rem;
  }
}
.cont2 u {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38.4375%;
  z-index: -1;
}
.cont2 u img {
  width: 100%;
}
.cont2 .a2v1 {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .cont2 .a2v1 {
    top: 2rem;
  }
}
.cont2 .a2v2 {
  position: relative;
}
.cont2 .a2v2 .mySwiper1 .swiper-slide .a2v2c1 .img {
  width: 62.8645833333%;
  border-top-right-radius: 10rem;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .mySwiper1 .swiper-slide .a2v2c1 .img {
    width: 100%;
    border-top-right-radius: 2rem;
  }
}
.cont2 .a2v2 .mySwiper1 .swiper-slide .a2v2c1 .img img {
  width: 100%;
}
.cont2 .a2v2 .mySwiper1 .swiper-slide .a2v2c1 .cont-p {
  width: 37.0833333333%;
  padding: 0 13.3333333333% 0 3.75%;
  margin-top: 13%;
}
@media (max-width: 1366px) {
  .cont2 .a2v2 .mySwiper1 .swiper-slide .a2v2c1 .cont-p {
    padding-right: 5.78125%;
  }
}
@media (max-width: 768px) {
  .cont2 .a2v2 .mySwiper1 .swiper-slide .a2v2c1 .cont-p {
    width: 100%;
    padding: 0 4%;
    margin-top: 1rem;
  }
}
.cont2 .a2v2 .mySwiper1 .swiper-slide .a2v2c1 .cont-p .tit {
  color: #001640;
  font: 600 3rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont2 .a2v2 .mySwiper1 .swiper-slide .a2v2c1 .cont-p .tit {
    font-size: 1.8rem;
  }
}
.cont2 .a2v2 .mySwiper1 .swiper-slide .a2v2c1 .cont-p .tit1 {
  color: #001640;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .mySwiper1 .swiper-slide .a2v2c1 .cont-p .tit1 {
    margin-top: 0.75rem;
  }
}
.cont2 .a2v2 .mySwiper1 .swiper-slide .a2v2c1 .cont-p .txt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  font-weight: 400;
  margin: 0.5em 0 1.5em;
}
.cont2 .a2v2 .swiper-pagination1 {
  width: 62.8645833333%;
  position: absolute;
  left: 0;
  bottom: 2rem;
  text-align: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .swiper-pagination1 {
    display: none;
  }
}
.cont2 .a2v2 .gongjt {
  width: 37.0833333333%;
  padding: 0 13.3333333333% 0 3.75%;
  position: absolute;
  right: 0;
  bottom: 5rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .gongjt {
    position: static;
    padding: 0 4%;
    width: 100%;
    margin-top: 1rem;
  }
}
.cont2 .a2v2 .gongjt .swiper-button-next1 {
  margin-left: 1rem;
}

.more-a {
  color: #001640;
  font-size: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 2em;
}
.more-a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #00BCF8;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: bottom left;
     -moz-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
       -o-transform-origin: bottom left;
          transform-origin: bottom left;
}
.more-a i {
  font-size: 0.75rem;
}
.more-a:hover {
  color: #00BCF8;
}
.more-a:hover::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.cont3 {
  padding: 7.1875rem 0;
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/thm1226/uploads/20240116/57787962723303e535ff09eb5bb02e5e.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2rem 0;
  }
}
.cont3 .a3v2 {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .cont3 .a3v2 {
    margin-top: 1.5rem;
  }
}
.cont3 .a3v2 li {
  width: 48.5714285714%;
}
@media (max-width: 768px) {
  .cont3 .a3v2 li {
    width: 100%;
  }
  .cont3 .a3v2 li + li {
    margin-top: 1rem;
  }
}
.cont3 .a3v2 li a.img {
  display: block;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont3 .a3v2 li a.img {
    border-radius: 1rem;
  }
}
.cont3 .a3v2 li a.img u {
  display: block;
  font-size: 0;
  position: relative;
}
.cont3 .a3v2 li a.img u::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.cont3 .a3v2 li a.img u img {
  width: 100%;
}
.cont3 .a3v2 li a.img .tit {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  padding: 0 5%;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont3 .a3v2 li a.img .tit {
    font-size: 1.25rem;
    bottom: 1.5rem;
    padding: 0 8%;
  }
}

.cont4 {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/thm1226/uploads/20240116/d2e3243430770c6abfb8ba8a22814e46.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.1875rem 0;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_sort1 {
    margin-top: 1rem;
  }
}
.cont4 .a4_v1 .xw_sort1 li + li {
  margin-left: 1.6rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_sort1 li + li {
    margin-left: 1rem;
  }
}
.cont4 .a4_v1 .xw_sort1 li a {
  display: block;
  background: #FFFFFF;
  color: #001640;
  font: 400 1rem/3.125rem "Noto Sans SC";
  padding: 0 2.5em;
  border-radius: 1.5625rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-delay: 0.06s;
     -moz-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.cont4 .a4_v1 .xw_sort1 li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #00BCF8;
  -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: 2rem;
}
.cont4 .a4_v1 .xw_sort1 li:hover a, .cont4 .a4_v1 .xw_sort1 li.on a {
  color: #fff;
}
.cont4 .a4_v1 .xw_sort1 li:hover a::after, .cont4 .a4_v1 .xw_sort1 li.on a::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);
}
.cont4 .a4_v2 .ttz {
  height: 0;
  overflow: hidden;
}
.cont4 .a4_v2 .ttz.a {
  height: auto;
}
.cont4 .a4_v2 .ttz .mySwiper2 {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz .mySwiper2 {
    margin-top: 1.2rem;
    padding: 0 1px;
  }
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide {
  background: #FFFFFF;
  padding: 1.75rem;
  border-radius: 0.625rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide {
    padding: 1.4rem;
  }
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide .r_aht a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 57.8947368421%;
  width: 100%;
  position: relative;
  height: 0;
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide .r_aht a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide .r_aht .date {
  background: #001640;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15rem 0.6em 0.7rem;
  text-align: center;
  color: #fff;
  margin-left: 1rem;
  margin-top: -3rem;
  position: relative;
  z-index: 1;
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide .r_aht .date b {
  display: block;
  font: 500 2.5rem/1.25em "Noto Sans SC";
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide .r_aht .date span {
  display: block;
  font: 400 1rem/1.25em "Noto Sans SC";
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide .r_aht .cont-p a.name {
  display: block;
  color: #001640;
  font: 600 1.125rem/1.5em "Noto Sans SC";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 1rem;
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide .r_aht .cont-p .p {
  color: rgba(0, 0, 0, 0.7);
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.65rem;
  height: 3em;
  overflow: hidden;
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide .r_aht .cont-p a.more-a {
  margin-top: 2rem;
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide .r_aht:hover .date {
  background: #00BCF8;
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-slide .r_aht:hover .cont-p a.name {
  color: #00BCF8;
}
.cont4 .a4_v2 .ttz .mySwiper2 .swiper-pagination1 {
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v2 .ttz .mySwiper2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.foot-fot {
  position: relative;
  background: #001640;
}
.foot-fot .waves1 {
  position: absolute;
  left: 0px;
  top: -6.5rem;
  width: 100%;
  height: 14.8125rem;
  max-height: 9rem;
}
@media (max-width: 990px) {
  .foot-fot .waves1 {
    display: none;
  }
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 2rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .dlogo {
  margin-bottom: 2rem;
}
.foot-fot .foota1 .dlogo img {
  height: 6.75rem;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a {
  color: #FFFFFF;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font: 400 1rem/2em "Noto Sans SC";
}
.foot-fot .foota1 .dseca > a:hover {
  color: #fff;
}
.foot-fot .foota1 .dseca p {
  color: #fff;
  font: 400 1rem/1.8em "Noto Sans SC";
}
.foot-fot .foota1 .fo-a1 {
  width: 65.7142857143%;
}
.foot-fot .foota1 .fo-a2 {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 2.5rem;
  padding-bottom: 1em;
}
.foot-fot .foota1 .fo-a2 .tit {
  color: #FFFFFF;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .fo-a2 .p1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
}
.foot-fot .foota1 .fo-a2 .p1 p {
  margin: 0.65em 0;
}
.foot-fot .foota1 .fo-a2 .p1 span {
  display: block;
}
.foot-fot .foota1 .fo-a2 .social-share a {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}
.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: #fff;
  border-color: #fff;
  color: #333;
}
.foot-fot .foota2 {
  color: rgba(255, 255, 255, 0.6);
  font: 400 1rem/1.65em "Noto Sans SC";
  padding: 0.8em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .m-bm-head-box .m-bm-navbtn span, .foot1-m .m-bm-head-box .m-bm-navbtn:after, .foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.foot1-m .m-bm-menu {
  background: #fff;
}
.foot1-m .m-bm-nav > li, .foot1-m .m-bm-nav > li .sec {
  border-color: rgba(255, 255, 255, 0.1);
}
.foot1-m .m-bm-nav > li > a, .foot1-m .m-bm-nav .aniut i, .foot1-m .m-bm-nav > li .sec a, .foot1-m .mrhgxt {
  color: #fff;
}

@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: #FFFFFF;
  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 > a:hover {
  background: #00BCF8;
}
.zd_erha li > a:hover i img {
  -webkit-filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(56deg) brightness(107%) contrast(101%);
          filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(56deg) brightness(107%) contrast(101%);
}
.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: #00BCF8;
  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: #00BCF8;
  border-color: #00BCF8;
  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;
  position: relative;
  z-index: 1;
}
@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: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}
@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: #00BCF8;
}

.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 "Noto Sans SC";
  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 "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}
.nav-page li .sec a:hover {
  color: #00BCF8;
}

@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 "Noto Sans SC";
  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 "Noto Sans SC";
  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 "Noto Sans SC";
  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: #00BCF8;
  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 "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

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

/*内页end*/
.nbanner {
  position: relative;
}
.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;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 3.125rem/1.35em "Noto Sans SC";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font: 600 2.5rem/1.25em "Montserrat";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .nbanner .mbx-cont {
    bottom: 2rem;
  }
}
.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);
}
.nbanner .waves {
  height: 7rem;
}
@media (max-width: 768px) {
  .nbanner .waves {
    height: 3rem;
  }
}

.n_mbx {
  padding: 1rem 0 4rem;
}
@media (max-width: 768px) {
  .n_mbx {
    padding: 1rem 0;
  }
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    margin-top: 1rem;
  }
}
.n_mbx .n_src li + li {
  margin-left: 1.6rem;
}
@media (max-width: 768px) {
  .n_mbx .n_src li + li {
    margin-left: 1rem;
  }
}
.n_mbx .n_src li a {
  display: block;
  background: #FFFFFF;
  color: #00BCF8;
  font: 400 1rem/3.125rem "Noto Sans SC";
  padding: 0 2.5em;
  border-radius: 1.5625rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-delay: 0.06s;
     -moz-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
  border: 1px solid rgba(0, 19, 62, 0.2);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    padding: 0 1.5em;
    line-height: 2.8rem;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #fff;
  background: #00BCF8;
  border-color: #00BCF8;
}

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

.gonglist_content {
  background: -webkit-linear-gradient(top, #EDFBFF 19.06%, #FFF 83.8%), #FFF;
  background: -moz-linear-gradient(top, #EDFBFF 19.06%, #FFF 83.8%), #FFF;
  background: -o-linear-gradient(top, #EDFBFF 19.06%, #FFF 83.8%), #FFF;
  background: linear-gradient(180deg, #EDFBFF 19.06%, #FFF 83.8%), #FFF;
  overflow: hidden;
}

@-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: 6.25rem;
  margin-top: -6.25rem;
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.abt-cont1 {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/thm1226/uploads/20231228/b986cf39cc75e47f8c708a980dc616db.svg) no-repeat center bottom;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 1.375rem 0 8rem;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b1 {
  width: 47.2857142857%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b1 u {
  position: absolute;
  width: 50%;
  left: 24%;
  top: -0.5rem;
  z-index: -1;
}
.abt-cont1 .abt-a1_v1 .abt-a1_b1 u img {
  width: 100%;
}
.abt-cont1 .abt-a1_v1 .abt-a1_b1 .txt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75em;
  text-indent: 2em;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 .txt {
    margin-top: 1.25rem;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 {
  width: 47.2857142857%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 img {
  width: 100%;
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 .img {
  border: 0.125rem dashed #00BCF8;
  border-radius: 50%;
  padding: 1.25rem;
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 .img > div {
  overflow: hidden;
  border-radius: 50%;
}
.abt-cont1 .abt-a1_v1 .abt-a1_b2 .img > div img {
  border-radius: 50%;
  aspect-ratio: 16/16;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt-cont2 {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/thm1226/uploads/20240116/8bee589cf8405d52f6b2f3e5698d501a.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.75rem 0 10.625rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0;
  }
}
.abt-cont2 .abt2_list1 {
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt2_list1 {
    margin-top: 0;
  }
}
.abt-cont2 .abt2_list1 li {
  width: 31.4285714286%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt2_list1 li {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont2 .abt2_list1 li a.a {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  padding: 5.3125rem 5%;
  border-radius: 1.25rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .abt-cont2 .abt2_list1 li a.a {
    padding: 2.5rem 5%;
    border-radius: 1rem;
  }
}
.abt-cont2 .abt2_list1 li a.a i {
  background: #00BCF8;
  width: 7.75rem;
  height: 7.75rem;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .abt-cont2 .abt2_list1 li a.a i {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.abt-cont2 .abt2_list1 li a.a i img {
  width: 50%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.abt-cont2 .abt2_list1 li a.a .wenata {
  color: #000000;
  text-align: center;
}
.abt-cont2 .abt2_list1 li a.a .wenata h2 {
  font: 600 2.25rem/1.5em "Noto Sans SC";
  margin: 0.5em 0 0.4em;
}
@media (max-width: 768px) {
  .abt-cont2 .abt2_list1 li a.a .wenata h2 {
    font-size: 1.8rem;
  }
}
.abt-cont2 .abt2_list1 li a.a .wenata .p {
  font-size: 1.125rem;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .abt-cont2 .abt2_list1 li a.a .wenata .p {
    font-size: 1rem;
    height: auto;
  }
}
.abt-cont2 .abt2_list1 li:hover a.a {
  background: #00BCF8;
}
.abt-cont2 .abt2_list1 li:hover a.a i {
  background: #fff;
}
.abt-cont2 .abt2_list1 li:hover a.a i img {
  -webkit-filter: inherit;
          filter: inherit;
}
.abt-cont2 .abt2_list1 li:hover a.a .wenata {
  color: #fff;
}

.abt-cont3 {
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/thm1226/uploads/20240116/cf72780f26f01b5955ccd3d34fb68724.jpg) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 4.75rem 0 4.125rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}
.abt-cont3 .abt-a3_v1 .abt-a3_b1 {
  width: 31.0714285714%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 {
    width: 60%;
    margin: 0 auto;
  }
}
.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_b1c1 li {
  padding: 0.6rem 0;
}
.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_b1c1 li .cont-p {
  width: 100%;
  color: rgba(0, 22, 64, 0.2);
  font-size: 3.75rem;
  line-height: 1.2em;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_b1c1 li .cont-p {
    font-size: 2rem;
  }
}
.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_b1c1 li.on .cont-p {
  color: #fff;
  aspect-ratio: 16/16;
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/thm1226/uploads/20240116/367a38efeabba26506b900dccc2f0a47.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  font-size: 5rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_b1c1 li.on .cont-p {
    font-size: 2.5rem;
  }
}
.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_b1c1 li.on .cont-p span {
  display: block;
  width: 100%;
}
.abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_b1c1 li.on .cont-p b {
  font-size: 0;
  width: 2px;
  height: 3rem;
  background: #fff;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 .abt-a3_b1c1 li.on .cont-p b {
    height: 1.8rem;
    width: 1px;
  }
}
.abt-cont3 .abt-a3_v1 .abt-a3_b2 {
  width: 57%;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 {
    width: 100%;
  }
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 .title1 {
    display: none;
  }
}
.abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list {
  margin-top: 3.375rem;
  height: 30rem;
  overflow-y: auto;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list {
    height: auto;
  }
}
.abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
.abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
.abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px #00BCF8;
  background-color: #00BCF8;
}
.abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list li {
  padding: 1.8rem 0;
  border-bottom: 1px solid rgba(23, 63, 134, 0.2);
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list li {
    padding: 1rem 0;
  }
}
.abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list li:first-child {
  border-top: 1px solid rgba(23, 63, 134, 0.2);
}
.abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list li .data {
  color: #00BCF8;
  font-size: 1.375rem;
  width: 10rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list li .data {
    font-size: 1.25rem;
  }
}
.abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list li .data span {
  font-size: 2.5rem;
  font-weight: 500;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list li .data span {
    font-size: 2rem;
  }
}
.abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list li .p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.375rem;
  line-height: 1.5em;
  width: -webkit-calc(100% - 10rem);
  width: -moz-calc(100% - 10rem);
  width: calc(100% - 10rem);
}
@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 .fz_list li .p {
    font-size: 1rem;
  }
}

.abt-cont4 {
  padding: 7.75rem 0 8.5rem;
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/thm1226/uploads/20240116/99dc6f1d5520c1cb9578c94d7768a8ea.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2rem 0;
  }
}
.abt-cont4 .abt-a4_v1 .abt-a4_b1 {
  width: 40.2142857143%;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .abt-a4_b1 {
    width: 100%;
  }
}
.abt-cont4 .abt-a4_v1 .abt-a4_b1 .p1 {
  color: #fff;
  font: 400 1rem/1.75em "Noto Sans SC";
  margin-top: 5.75rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .abt-a4_b1 .p1 {
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4_v1 .abt-a4_b1 a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .abt-a4_b1 a.more-b {
    margin-top: 1rem;
  }
}
.abt-cont4 .abt-a4_v1 .abt-a4_b2 {
  width: 44.2857142857%;
  margin-top: 5.25rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .abt-a4_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4_v1 .abt-a4_b2 .mySwiper3 .img {
  font-size: 0;
}
.abt-cont4 .abt-a4_v1 .abt-a4_b2 .mySwiper3 .img img {
  width: 100%;
}
.abt-cont4 .abt-a4_v1 .abt-a4_b2 .mySwiper3 .img u {
  display: block;
  font-size: 0;
}
.abt-cont4 .abt-a4_v1 .abt-a4_b2 .mySwiper3 .img u img {
  width: 100%;
}
.abt-cont4 .abt-a4_v1 .abt-a4_b2 .mySwiper3 .img b {
  width: 85%;
}
.abt-cont4 .abt-a4_v1 .abt-a4_b2 .mySwiper3 .img b img {
  width: 100%;
  height: 100%;
}
.abt-cont4 .abt-a4_v1 .abt-a4_b2 .swiper-pagination1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v1 .abt-a4_b2 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.ry-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .ry-list {
    margin-top: 1.8rem;
  }
}
@media (max-width: 768px) {
  .ry-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .ry-list {
    display: block;
  }
}
@media (max-width: 450px) {
  .ry-list li {
    margin-top: 1rem;
  }
}
.ry-list li a.img {
  display: block;
  padding: 1.875rem 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
}
@media (max-width: 768px) {
  .ry-list li a.img {
    border-radius: 1rem;
  }
}
.ry-list li a.img img {
  width: 100%;
}

.content-as {
  padding: 1rem 0 14.375rem;
  color: rgba(0, 0, 0, 0.7);
  font: 400 1.125rem/1.7em "Noto Sans SC";
}
@media (max-width: 768px) {
  .content-as {
    padding: 1rem 0 2rem;
    font-size: 1rem;
  }
}
.content-as p {
  text-indent: 2em;
}
.content-as .mySwiper4 .swiper-slide .img {
  border-radius: 1.25rem;
  font-size: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .content-as .mySwiper4 .swiper-slide .img {
    border-radius: 1rem;
  }
}
.content-as .mySwiper4 .swiper-slide .img img {
  width: 100%;
}
.content-as .mySwiper4 .swiper-pagination1 {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .content-as .mySwiper4 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.product-list {
  padding-bottom: 12rem;
}
@media (max-width: 768px) {
  .product-list {
    padding-bottom: 2rem;
    margin-top: 1rem;
  }
}
.product-list li + li {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .product-list li + li {
    margin-top: 1.2rem;
  }
}
.product-list li a.img i {
  display: block;
  font-size: 0;
  width: 50%;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
@media (max-width: 768px) {
  .product-list li a.img i {
    width: 100%;
    border-radius: 0;
  }
}
.product-list li a.img i img {
  width: 100%;
}
.product-list li a.img .cont-p {
  width: 50%;
  padding: 2rem 5%;
  background: #F4F8FA;
  border-top-right-radius: 8rem;
}
@media (max-width: 768px) {
  .product-list li a.img .cont-p {
    width: 100%;
    border-radius: 0;
    padding: 1.4rem 5%;
  }
}
.product-list li a.img .cont-p .cont {
  width: 100%;
  color: #000000;
}
.product-list li a.img .cont-p .cont .tit {
  font: 600 1.625rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .product-list li a.img .cont-p .cont .tit {
    font-size: 1.4rem;
  }
}
.product-list li a.img .cont-p .cont .tit2 {
  font: 600 1.25rem/1.5em "Noto Sans SC";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .product-list li a.img .cont-p .cont .tit2 {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}
.product-list li a.img .cont-p .cont .tit2::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #00BCF8;
  border-radius: 50%;
  position: absolute;
  top: -0.05em;
  right: -0.25em;
  z-index: -1;
}
.product-list li a.img .cont-p .cont .p1 {
  color: rgba(0, 0, 0, 0.7);
  font: 400 1rem/1.76em "Noto Sans SC";
  margin-top: 0.5em;
}
.product-list li:nth-child(2n-1) a.img i {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media (max-width: 768px) {
  .product-list li:nth-child(2n-1) a.img i {
    border-radius: 0;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.product-list li:nth-child(2n-1) a.img .cont-p {
  border-top-left-radius: 8rem;
  border-top-right-radius: 0;
}
@media (max-width: 768px) {
  .product-list li:nth-child(2n-1) a.img .cont-p {
    border-radius: 0;
  }
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4375rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 450px) {
  .news-list {
    display: block;
  }
}
@media (max-width: 450px) {
  .news-list li {
    margin-top: 1rem;
  }
}
.news-list li .r_aht {
  background: #FFFFFF;
  padding: 1.75rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.news-list li .r_aht a.img {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 57.8947368421%;
  width: 100%;
  position: relative;
  height: 0;
}
.news-list li .r_aht a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-list li .r_aht .date {
  background: #001640;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.15rem 0.6em 0.7rem;
  text-align: center;
  color: #fff;
  margin-left: 1rem;
  margin-top: -3rem;
  position: relative;
  z-index: 1;
}
.news-list li .r_aht .date b {
  display: block;
  font: 500 2.5rem/1.25em "Noto Sans SC";
}
.news-list li .r_aht .date span {
  display: block;
  font: 400 1rem/1.25em "Noto Sans SC";
}
.news-list li .r_aht .cont-p a.name {
  display: block;
  color: #001640;
  font: 600 1.125rem/1.5em "Noto Sans SC";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 1rem;
}
.news-list li .r_aht .cont-p .p {
  color: rgba(0, 0, 0, 0.7);
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.65rem;
  height: 3em;
  overflow: hidden;
}
.news-list li .r_aht .cont-p a.more-a {
  margin-top: 2rem;
}
.news-list li .r_aht:hover {
  border-color: #00BCF8;
  box-shadow: 0px 0.25rem 1.25rem 0px rgba(0, 188, 248, 0.2);
}
.news-list li .r_aht:hover .date {
  background: #00BCF8;
}
.news-list li .r_aht:hover .cont-p a.name {
  color: #00BCF8;
}

.xw-show-content {
  padding: 3rem 0 10rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .xw-show-content {
    padding: 1.5rem 0 1rem;
  }
}
.xw-show-content .title-a {
  text-align: center;
  color: #000;
  font-family: "Noto Sans SC";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .xw-show-content .title-a {
    font-size: 1.5rem;
  }
}
.xw-show-content .title-b {
  border-bottom: 1px solid #DBDBDB;
  padding: 1rem 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .xw-show-content .title-b {
    padding: 0.5rem 0;
    margin-top: 0.5rem;
  }
}
.xw-show-content .title-b .date-a {
  color: rgba(0, 0, 0, 0.8);
  font-family: Noto Sans SC;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
}
.xw-show-content .title-b .date-a span {
  font-family: "Montserrat";
}
.xw-show-content .title-b .fen-xiang {
  margin-left: 10%;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Noto Sans SC";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .xw-show-content .title-b .fen-xiang {
    margin-left: 0.5rem;
    font-size: 1rem;
  }
}
.xw-show-content .title-b .fen-xiang .social-share a {
  color: #B1B2B2;
  border-color: #E1E1E1;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .xw-show-content .title-b .fen-xiang .social-share a {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 1rem;
    margin: 2px;
  }
}
.xw-show-content .title-b .fen-xiang .social-share a:hover {
  background: #333;
  color: #fff;
}
.xw-show-content .show-news-a1_v1 .xinwn-consss {
  color: rgba(0, 0, 0, 0.8);
  font: 400 1rem/1.75em "Noto Sans SC";
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .xw-show-content .show-news-a1_v1 .xinwn-consss {
    padding: 1rem 0;
  }
}
.xw-show-content .show-news-a1_v1 .xinwn-consss img {
  border-radius: 1rem;
  overflow: hidden;
}
.xw-show-content .pain {
  border-top: 1px solid #DBDBDB;
  padding: 1.5rem 0 1rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .xw-show-content .pain {
    padding: 1rem 0;
    margin-top: 0.5rem;
  }
}
.xw-show-content .pain .shanys {
  color: rgba(0, 0, 0, 0.8);
  font: 400 1rem/1.75em "Noto Sans SC";
}
.xw-show-content .pain .shanys a {
  color: rgba(0, 0, 0, 0.8);
}
.xw-show-content .pain .shanys a:hover {
  color: #00BCF8;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list1 {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1_list1 li {
  width: 31.4285714286%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list1 li {
    width: 100%;
  }
  .lx-cont1 .lx-a1_list1 li + li {
    margin-top: 2rem;
  }
}
.lx-cont1 .lx-a1_list1 li .cont-p {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  text-align: center;
  background: #fff;
  padding: 3.4375rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list1 li .cont-p {
    border-radius: 1rem;
  }
}
.lx-cont1 .lx-a1_list1 li .cont-p::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  height: 1rem;
  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;
  background: rgba(0, 188, 248, 0.2);
}
.lx-cont1 .lx-a1_list1 li .cont-p i {
  display: block;
  width: 3.625rem;
  margin: 0 auto;
}
.lx-cont1 .lx-a1_list1 li .cont-p i img {
  width: 100%;
}
.lx-cont1 .lx-a1_list1 li .cont-p .tit {
  color: #00BCF8;
  font: 400 1.5rem/1.5em "Noto Sans SC";
  padding: 0.25rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list1 li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.lx-cont1 .lx-a1_list1 li .cont-p .p {
  color: #000000;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1_list1 li .cont-p .p {
    font-size: 1.25rem;
  }
}

.lx-cont2 {
  background: -webkit-linear-gradient(top, #EDF5F8 18.2%, #EDFBFF 83.8%), #FFF;
  background: -moz-linear-gradient(top, #EDF5F8 18.2%, #EDFBFF 83.8%), #FFF;
  background: -o-linear-gradient(top, #EDF5F8 18.2%, #EDFBFF 83.8%), #FFF;
  background: linear-gradient(180deg, #EDF5F8 18.2%, #EDFBFF 83.8%), #FFF;
  padding: 4.375rem 0 10rem;
  margin-top: 9.1875rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    margin-top: 2.5rem;
    padding: 2rem 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;
  border: 1px solid rgba(0, 0, 0, 0.1);
  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;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.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 form .div_aghgha {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha {
    margin-top: 1rem;
  }
}
.lx-cont2 form .div_aghgha .more-b {
  width: 12.5rem;
  background: #00BCF8;
  color: #fff;
  border-color: #00BCF8;
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha .more-b {
    width: 8rem;
  }
}
.lx-cont2 form .div_aghgha .more-b::after {
  background: #fff;
}
.lx-cont2 form .div_aghgha .more-b:hover span {
  color: #00BCF8;
}

.job-cont1 .mySwiper5 .swiper-slide .cont-p {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  text-align: center;
  background: #fff;
  padding: 3.4375rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .job-cont1 .mySwiper5 .swiper-slide .cont-p {
    border-radius: 1rem;
  }
}
.job-cont1 .mySwiper5 .swiper-slide .cont-p::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  height: 1rem;
  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;
  background: rgba(0, 188, 248, 0.2);
}
.job-cont1 .mySwiper5 .swiper-slide .cont-p i {
  display: block;
  width: 5rem;
  margin: 0 auto;
}
.job-cont1 .mySwiper5 .swiper-slide .cont-p i img {
  width: 100%;
}
.job-cont1 .mySwiper5 .swiper-slide .cont-p .tit {
  color: #00BCF8;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  padding: 0.65rem 0;
}
@media (max-width: 768px) {
  .job-cont1 .mySwiper5 .swiper-slide .cont-p .tit {
    font-size: 1.25rem;
  }
}
.job-cont1 .mySwiper5 .swiper-slide .cont-p .p {
  color: #000000;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0 10%;
  height: 3em;
  overflow: hidden;
}
.job-cont1 .mySwiper5 .swiper-pagination1 {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .job-cont1 .mySwiper5 .swiper-pagination1 {
    margin-top: 2rem;
  }
}

.job-cont2 {
  padding: 14.6875rem 0 7rem;
  background: url(https://imgs-data-brwq.oss-cn-shanghai.aliyuncs.com/thm1226/uploads/20240311/96b99d69ecf0b3aaede19b3dcacbceda.jpg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .job-cont2 {
    margin-top: 2rem;
    padding: 3rem 0 0;
  }
}
.job-cont2 .title1 .tit::after {
  content: "";
  display: block;
  width: 1.5em;
  height: 0.1875rem;
  background: #fff;
  margin-top: 0.5em;
}
.job-cont2 .job-list1a {
  background: #fff;
  border-radius: 1.25rem;
  padding: 5rem 3.5% 0;
  margin-top: 9.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
@media (max-width: 768px) {
  .job-cont2 .job-list1a {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    border-radius: 1rem;
    padding: 1rem 3.5%;
    margin-top: 2rem;
  }
}
@media (max-width: 450px) {
  .job-cont2 .job-list1a {
    display: block;
  }
}
@media (max-width: 450px) {
  .job-cont2 .job-list1a li {
    margin-top: 1rem;
  }
}
.job-cont2 .job-list1a li .cont-sdsd {
  border-radius: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  box-shadow: 0.25rem 1.25rem 1.5rem 0px rgba(0, 0, 0, 0.04);
  padding: 9% 8%;
  position: relative;
}
.job-cont2 .job-list1a li .cont-sdsd u {
  display: block;
  position: absolute;
  right: 5%;
  top: 5%;
  height: 95%;
}
.job-cont2 .job-list1a li .cont-sdsd u img {
  height: 100%;
}
.job-cont2 .job-list1a li .cont-sdsd .nas-cont {
  position: relative;
  z-index: 1;
}
.job-cont2 .job-list1a li .cont-sdsd .name {
  color: #000000;
  font: 600 1.625rem/1.5em "Noto Sans SC";
}
.job-cont2 .job-list1a li .cont-sdsd .name::after {
  content: "";
  display: block;
  width: 2em;
  height: 0.1875rem;
  background: #00BCF8;
  margin-top: 0.35rem;
}
.job-cont2 .job-list1a li .cont-sdsd .cont-p {
  margin-top: 1.5rem;
}
.job-cont2 .job-list1a li .cont-sdsd .cont-p .p {
  color: rgba(0, 0, 0, 0.4);
  font: 400 1rem/2.25em "Noto Sans SC";
}
.job-cont2 .job-list1a li .cont-sdsd .cont-p .p span {
  color: #000000;
}
.job-cont2 .job-list1a li .cont-sdsd .cont-p a.flex-z {
  width: 3.125rem;
  height: 3.125rem;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
}
.job-cont2 .job-list1a li .cont-sdsd .cont-p a.flex-z i {
  color: #00BCF8;
  font-size: 1rem;
  font-weight: 700;
}
.job-cont2 .job-list1a li:hover .cont-sdsd {
  background: #00BCF8;
}
.job-cont2 .job-list1a li:hover .cont-sdsd .name {
  color: #fff;
}
.job-cont2 .job-list1a li:hover .cont-sdsd .name::after {
  background: #fff;
}
.job-cont2 .job-list1a li:hover .cont-sdsd .cont-p .p {
  color: #fff;
}
.job-cont2 .job-list1a li:hover .cont-sdsd .cont-p .p span {
  color: #fff;
}
.job-cont2 .job-list1a li:hover .cont-sdsd .cont-p a.flex-z {
  opacity: 1;
}

.job-tanc.layui-layer {
  width: 45.4166666667% !important;
  border-radius: 0.625rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer {
    width: 85% !important;
  }
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 2rem;
  top: 1rem;
  background: none;
  width: auto;
  height: auto;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
}
.job-tanc.layui-layer .pead-cont .cont-p {
  padding: 0 2.5rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .cont-p {
    padding: 0 1.25rem;
  }
}
.job-tanc.layui-layer .pead-cont .cont-p dt {
  text-align: center;
  color: #00BCF8;
  font: 600 2.25rem/1.5em "Noto Sans SC";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.4rem 0;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .cont-p dt {
    font-size: 1.25rem;
    padding: 1rem 0;
  }
}
.job-tanc.layui-layer .pead-cont .cont-p .ashta .las {
  margin-top: 1.25rem;
}
.job-tanc.layui-layer .pead-cont .cont-p .ashta .las .tita {
  color: #00BCF8;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .cont-p .ashta .las .tita {
    font-size: 1.125rem;
  }
}
.job-tanc.layui-layer .pead-cont .cont-p .ashta .las .ash-a p {
  width: 50%;
  color: rgba(0, 0, 0, 0.7);
  font: 600 1.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .cont-p .ashta .las .ash-a p {
    font-size: 1rem;
  }
}
.job-tanc.layui-layer .pead-cont .cont-p .ashta .las .ash-a p span {
  font-weight: 400;
}
.job-tanc.layui-layer .pead-cont .cont-p .ashta .las .text {
  color: rgba(0, 0, 0, 0.7);
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .cont-p .ashta .las .text {
    font-size: 1rem;
  }
}
.job-tanc.layui-layer .pead-cont .p3 {
  padding: 1.5rem 2.5rem 2.5rem;
  color: #00BCF8;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p3 {
    padding: 1rem 1.25rem;
    margin-top: 1rem;
    font-size: 1rem;
  }
}
.job-tanc.layui-layer .pead-cont .p3 a {
  color: #00BCF8;
}

.pead-jsda1 {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}
.pead-jsda1 .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: 0.9375rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pead-jsda1 .pead-cont {
    width: 80%;
    -o-background-size: 50% auto;
       background-size: 50% auto;
  }
}
.pead-jsda1 .pead-cont .hefat {
  color: #fff;
  font: 400 1.575rem/1.5em "Noto Sans SC";
  background: #00BCF8;
  padding: 1rem 1.5rem;
}
.pead-jsda1 .pead-cont a.jataxta i {
  color: #fff;
  font: 500 2rem/1em "Noto Sans SC";
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.pead-jsda1 .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-jsda1 .pead-cont form#f1a {
  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-jsda1 .pead-cont form#f1a {
    width: 100%;
    margin: 1rem 0;
    padding: 1.5rem 6%;
  }
}
.pead-jsda1 .pead-cont form#f1a .contact1 .msga1 dl {
  width: 48%;
}
@media (max-width: 768px) {
  .pead-jsda1 .pead-cont form#f1a .contact1 .msga1 dl {
    width: 100%;
  }
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl {
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .pead-jsda1 .pead-cont form#f1a .contact1 dl {
    margin-bottom: 0.6rem;
  }
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl .text {
  color: #5B6569;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.4em 0 0.6em;
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl input {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 400 1rem/2.5rem "Noto Sans SC";
  text-indent: 1em;
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl textarea {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 500 1rem/2.5rem "Noto Sans SC";
  padding: 0.5em 1em;
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda1 .pead-cont form#f1a .contact1 dl input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda1 .pead-cont form#f1a .div_aghgha button {
  border: none;
}
.pead-jsda1 .pead-cont form#f1a {
  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-jsda1 .pead-cont form#f1a {
    width: 100%;
    margin: 0;
    max-height: 51vh;
    overflow-y: auto;
    padding: 1rem 1.5rem 1.6rem;
  }
}