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

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #262626;
  --color-zt: #EE7219;
  --head-height: 5rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
  --pantop: 1.75rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
    --pantop: 0;
  }
}

.wh {
  padding: 0 var(--cbasta);
}

.wh1 {
  padding: 0 2.6041666667%;
}
@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: var(--color-zt);
  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 var(--color-zt);
  -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: var(--color-zt);
  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: var(--color-zt);
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: var(--color-zt);
}
.more-msl.hs:hover {
  color: #fff;
  border-color: var(--color-zt);
}
.more-msl.ls {
  color: var(--color-zt);
  background: transparent;
  border-color: var(--color-zt);
}
.more-msl.ls:before {
  background: var(--color-zt);
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.75rem 2.68rem;
  border-radius: 3.125rem;
  color: #043491;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  border: 1px solid #043491;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.6rem 2.2rem;
  }
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #043491;
  -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: 3.125rem;
}
.more-b:hover {
  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;
  border-color: #fff;
}
.more-b.bs::after {
  background-color: #fff;
}
.more-b.bs:hover {
  color: var(--color-zt);
}
.more-b.ls {
  color: #fff;
  background-color: #043491;
}
.more-b.ls::after {
  background-color: #fff;
}
.more-b.ls:hover {
  color: #043491;
}
.more-b.hs {
  color: #fff;
  background-color: #EE7219;
  border-color: #EE7219;
}
.more-b.hs::after {
  background-color: #fff;
}
.more-b.hs:hover {
  color: #EE7219;
}

@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;
  }
}
.iconfont1 {
  font-family: "iconfont" !important;
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: var(--head-height);
  position: relative;
  background: #000000;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.625rem;
}
.head .head2 .sskb form .conx input {
  width: 10.8125rem;
  height: 2.4375rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2.4375rem;
  background: transparent;
  font-size: 0.875rem;
  padding: 0 1.25rem;
  color: #fff;
}
.head .head2 .sskb form .conx input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fff;
}
.head .head2 .sskb form .conx input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.head .head2 .sskb form .conx input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.head .head2 .sskb form .conx input:focus {
  border-color: #fff;
}
.head .head2 .sskb form .conx button {
  width: 2.4375rem;
  height: 2.4375rem;
  border-radius: 50%;
  background: #EE7219;
  margin-left: 0.5rem;
  border: none;
}
.head .head2 .sskb form .conx button i {
  color: #fff;
  font-size: 1rem;
  display: block;
  line-height: 1em;
}
.head .head2 .toubuas {
  line-height: 1.125em;
  color: #fff;
}
.head .head2 .toubuas .er_lxa {
  margin-left: 1rem;
}
.head .head2 .toubuas .er_lxa li {
  margin-left: 1.5rem;
}
.head .head2 .toubuas .er_lxa li i {
  display: block;
  font-size: 0;
  width: 1.5rem;
}
.head .head2 .toubuas .er_lxa li i img {
  width: 100%;
}
.head .head2 .toubuas .er_lxa li .cont-p {
  margin-left: 0.65rem;
  line-height: 1.25em;
}
.head .head2 .toubuas .er_lxa li .cont-p .tit {
  font-size: 0.75rem;
}
.head .head2 .toubuas .er_lxa li .cont-p p {
  font-size: 0.875rem;
}
.head .head2 .toubuas a.dl-more {
  background: #EE7219;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.65rem 1.65rem 0.65rem 1.25rem;
  border-radius: 2.5rem;
}
.head .head2 .toubuas a.dl-more i {
  width: 1.4375rem;
  display: block;
  font-size: 0;
  margin-right: 0.5rem;
}
.head .head2 .toubuas a.dl-more i img {
  width: 100%;
}
.head .head2 .toubuas .dropdown {
  position: relative;
  margin-left: 2rem;
}
.head .head2 .toubuas .dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 100%;
  height: 1rem;
  background: transparent;
  display: block;
}
.head .head2 .toubuas .dropdown a.imhga {
  display: block;
}
.head .head2 .toubuas .dropdown a.imhga .img {
  width: 2.1875rem;
  border-radius: 50%;
  overflow: hidden;
}
.head .head2 .toubuas .dropdown a.imhga .img img {
  width: 100%;
}
.head .head2 .toubuas .dropdown .dropdown-menu1 {
  position: absolute;
  right: -1rem;
  top: -webkit-calc(100% + 1rem);
  top: -moz-calc(100% + 1rem);
  top: calc(100% + 1rem);
  width: 9rem;
  background: #fff;
  padding: 0.75rem 0;
  z-index: 9;
  display: none;
}
.head .head2 .toubuas .dropdown .dropdown-menu1::after {
  content: "";
  position: absolute;
  top: -0.85rem;
  right: 1.5rem;
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.85rem solid #fff;
}
.head .head2 .toubuas .dropdown .dropdown-menu1 li a {
  display: block;
  font-size: 0.875rem;
  padding: 0.35rem 0.75rem;
  color: #333333;
}
.head .head2 .toubuas .dropdown .dropdown-menu1 li a i {
  margin-right: 0.25rem;
}
.head .head2 .toubuas .dropdown .dropdown-menu1 li a:hover {
  color: var(--color-zt);
}
.head .head2 .toubuas .dropdown:hover .dropdown-menu1 {
  display: block;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: #fff;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 0.875rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  width: 100%;
  height: 1px;
  background: var(--color-zt);
  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 > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  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.6em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
}
#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: var(--color-zt);
}
#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: var(--color-zt);
}
#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);
}

/* 搜索 */
.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: var(--color-zt);
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

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

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec .tit1 {
  position: relative;
}
.m-bm-nav > li .sec .tit1 .aniut {
  height: 35px;
  line-height: 35px;
}
.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;
}

.qyk-sort1 > li {
  width: 10rem;
  position: relative;
}
.qyk-sort1 > li + li {
  margin-top: 0.5rem;
}
.qyk-sort1 > li:last-child {
  border-bottom: none;
}
.qyk-sort1 > li > a {
  display: block;
  line-height: 1.5em;
  font-size: 0.875rem;
  color: #333;
  font-family: "Noto Sans SC";
  padding: 0.55rem 1rem;
  border: 1px solid #EE7219;
  background: rgba(238, 114, 25, 0.1);
  border-radius: 1.85rem;
}
.qyk-sort1 > li > a:hover, .qyk-sort1 > li > a.active {
  color: var(--color-zt);
}
.qyk-sort1 > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.qyk-sort1 > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.qyk-sort1 > li .sec.secd1 {
  border: none;
}
.qyk-sort1 > li .sec .tit1 {
  position: relative;
}
.qyk-sort1 > li .sec .tit1 a {
  width: -webkit-calc(98% - 40px);
  width: -moz-calc(98% - 40px);
  width: calc(98% - 40px);
}
.qyk-sort1 > li .sec .tit1 a.w100 {
  width: 100%;
}
.qyk-sort1 > li .sec .tit1 .aniut {
  height: 2.1875rem;
  line-height: 2.1875rem;
}
.qyk-sort1 > li .sec .tit1 .aniut i {
  font-size: 0.75rem;
}
.qyk-sort1 > li .sec a {
  display: block;
  font-size: 0.75rem;
  color: #333;
  line-height: 1.5em;
  padding: 0.75em 0;
}
.qyk-sort1 > li .sec a:hover, .qyk-sort1 > li .sec a.active {
  color: var(--color-zt);
}
.qyk-sort1 > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.qyk-sort1 .aniut {
  position: absolute;
  width: 40px;
  line-height: 2.5rem;
  right: 3%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.qyk-sort1 .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #333;
  cursor: pointer;
}

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

body {
  padding-top: var(--head-height);
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .gong-jt > div {
  position: absolute;
  top: 46%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  background: transparent;
}
.pc-banner .mySwipera .gong-jt > div i {
  font-size: 2.5rem;
}
.pc-banner .mySwipera .gong-jt > div.swiper-button-prev1 {
  left: 5%;
}
.pc-banner .mySwipera .gong-jt > div.swiper-button-next1 {
  right: 5%;
}
.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: var(--head-height);
  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%;
  aspect-ratio: 16/4;
  -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%);
  text-align: center;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    bottom: 28%;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 3.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 400 2rem/1.25em "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.5rem;
    margin-top: 0.5em;
  }
}
.pc-banner .mySwipera .banwez1 a.more-msl {
  margin-top: 1.8rem;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 9;
  text-align: center;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 2.5625rem;
  height: 0.125rem;
  margin: 0 0.3125rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 600 0.875rem/1.5em "Inter";
  margin-bottom: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

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

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

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

@keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}
@-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);
}

.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: #333;
  position: relative;
}
.title1 u {
  display: block;
  width: 5.0625rem;
}
@media (max-width: 768px) {
  .title1 u {
    width: 4rem;
  }
}
.title1 u img {
  width: 100%;
}
.title1 .tit {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}
.title1.bs {
  color: #fff;
}

.dh-topasx, .dh-topasxt {
  position: fixed;
  left: 1.5%;
  top: 20%;
  background: #fff;
  z-index: 99;
  padding: 2rem 0.5rem;
  border-radius: 1rem;
  display: none;
}
@media (max-width: 768px) {
  .dh-topasx, .dh-topasxt {
    display: none !important;
    padding: 1.25rem 0.5rem;
  }
}
.dh-topasx .dhxa li, .dh-topasxt .dhxa li {
  text-align: center;
}
.dh-topasx .dhxa li a, .dh-topasxt .dhxa li a {
  color: #344040;
  font-size: 1rem;
  line-height: 2.1875rem;
  display: block;
  border-radius: 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1em;
}
@media (max-width: 768px) {
  .dh-topasx .dhxa li a, .dh-topasxt .dhxa li a {
    padding: 0 0.65em;
  }
}
.dh-topasx .dhxa li a.sska, .dh-topasxt .dhxa li a.sska {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  border-top: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  border-radius: 0;
  padding: 0.25rem 0;
}
.dh-topasx .dhxa li a.sska i, .dh-topasxt .dhxa li a.sska i {
  font-size: 1.125rem;
  margin-right: 0.25rem;
}
.dh-topasx .dhxa li.active a, .dh-topasxt .dhxa li.active a {
  background: var(--color-zt);
  color: #fff;
}
.dh-topasx.on, .dh-topasxt.on {
  display: block;
}

.gong-pagination span {
  opacity: 1;
  background: transparent;
  width: 2.5625rem;
  height: 0.125rem;
  margin: 0 0.3125rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}

.gong-jt > div {
  background: rgba(31, 31, 31, 0.27);
  width: 2.4375rem;
  height: 3.4375rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.gong-jt > div i {
  font-size: 1.25rem;
  font-weight: 200;
}
.gong-jt > div:hover {
  background: var(--color-zt);
}

.heng1 a {
  display: block;
  font-size: 0;
}
.heng1 img {
  width: 100%;
}

.cont1 {
  padding: 3.125rem 0 2.875rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 1.5rem 0 1rem;
  }
}
.cont1 .a1v1 .a1b1 {
  width: 49.4166666667%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 {
    width: 100%;
  }
}
.cont1 .a1v1 .a1b1 .mySwiper1 {
  position: relative;
}
.cont1 .a1v1 .a1b1 .mySwiper1 .swiper-slide a.img {
  position: relative;
}
.cont1 .a1v1 .a1b1 .mySwiper1 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.cont1 .a1v1 .a1b1 .mySwiper1 .swiper-slide a.img i::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 39.04%, rgba(0, 0, 0, 0.9) 113.93%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 39.04%, rgba(0, 0, 0, 0.9) 113.93%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 39.04%, rgba(0, 0, 0, 0.9) 113.93%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.04%, rgba(0, 0, 0, 0.9) 113.93%);
  display: block;
}
.cont1 .a1v1 .a1b1 .mySwiper1 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 593/423;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont1 .a1v1 .a1b1 .mySwiper1 .swiper-slide a.img .p {
  position: absolute;
  left: 0;
  bottom: 2em;
  z-index: 1;
  width: 100%;
  padding: 0 5%;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .mySwiper1 .swiper-slide a.img .p {
    font-size: 1.125rem;
  }
}
.cont1 .a1v1 .a1b1 .mySwiper1 .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 1;
  padding: 0 5%;
}
.cont1 .a1v1 .a1b1 .mySwiper1 .gong-jt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.cont1 .a1v1 .a1b1 .mySwiper1 .gong-jt > div.swiper-button-prev1 {
  left: 0;
}
.cont1 .a1v1 .a1b1 .mySwiper1 .gong-jt > div.swiper-button-next1 {
  right: 0;
}
.cont1 .a1v1 .a1b2 {
  width: 49.4166666667%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont1 .a1v1 .a1b2 .a1b2c1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .a1b2c1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .cont1 .a1v1 .a1b2 .a1b2c1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cont1 .a1v1 .a1b2 .a1b2c1 li a.img {
  position: relative;
}
.cont1 .a1v1 .a1b2 .a1b2c1 li a.img i {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.cont1 .a1v1 .a1b2 .a1b2c1 li a.img i::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 39.04%, rgba(0, 0, 0, 0.9) 113.93%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 39.04%, rgba(0, 0, 0, 0.9) 113.93%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 39.04%, rgba(0, 0, 0, 0.9) 113.93%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.04%, rgba(0, 0, 0, 0.9) 113.93%);
  display: block;
}
.cont1 .a1v1 .a1b2 .a1b2c1 li a.img i img {
  width: 100%;
  aspect-ratio: 288/203.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont1 .a1v1 .a1b2 .a1b2c1 li a.img .p {
  position: absolute;
  left: 0;
  bottom: 1.25em;
  z-index: 1;
  width: 100%;
  padding: 0 5%;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .a1b2c1 li a.img .p {
    font-size: 1.125rem;
  }
}
.cont1 .a1v2 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont1 .a1v2 {
    margin-top: 1.5rem;
  }
}
.cont1 .a1v2 .a1v2b1 {
  width: 65.5%;
}
@media (max-width: 768px) {
  .cont1 .a1v2 .a1v2b1 {
    width: 100%;
  }
}
.cont1 .a1v2 .a1v2b1 .a1v2b1c1 li {
  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;
}
.cont1 .a1v2 .a1v2b1 .a1v2b1c1 li a {
  width: 48%;
  display: block;
  color: #3F3B3B;
  font-size: 1rem;
  line-height: 2.1em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont1 .a1v2 .a1v2b1 .a1v2b1c1 li a {
    width: 100%;
  }
}
.cont1 .a1v2 .a1v2b1 .a1v2b1c1 li a.ax {
  font-weight: 700;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color-zt);
  position: relative;
}
.cont1 .a1v2 .a1v2b1 .a1v2b1c1 li a.ax::before {
  content: "顶";
  background: var(--color-zt);
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0.25rem;
  border-radius: 0.125rem;
  margin-right: 0.5em;
  vertical-align: middle;
  -webkit-transform: translateY(-0.06rem);
     -moz-transform: translateY(-0.06rem);
      -ms-transform: translateY(-0.06rem);
       -o-transform: translateY(-0.06rem);
          transform: translateY(-0.06rem);
}
.cont1 .a1v2 .a1v2b1 .a1v2b1c1 li a:hover {
  color: var(--color-zt);
}
.cont1 .a1v2 .a1v2b1 .a1v2b1c2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .cont1 .a1v2 .a1v2b1 .a1v2b1c2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.cont1 .a1v2 .a1v2b1 .a1v2b1c2 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont1 .a1v2 .a1v2b1 .a1v2b1c2 li a.img i img {
  aspect-ratio: 253/180;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cont1 .a1v2 .a1v2b1 .a1v2b1c2 li a.img .p {
  color: #3F3B3B;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
.cont1 .a1v2 .a1v2b1 .a1v2b1c2 li a.img span {
  display: block;
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 0.15rem;
}
.cont1 .a1v2 .a1v2b1 .a1v2b1c2 li a.img:hover .p {
  color: var(--color-zt);
}
.cont1 .a1v2 .a1v2b2 {
  width: 32.5%;
}
@media (max-width: 768px) {
  .cont1 .a1v2 .a1v2b2 {
    width: 100%;
    margin-top: 1.65rem;
  }
}
.cont1 .a1v2 .a1v2b2 .tita img {
  height: 3.625rem;
}
@media (max-width: 768px) {
  .cont1 .a1v2 .a1v2b2 .tita img {
    height: 2.5rem;
  }
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li {
  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;
  background: -webkit-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.04) 100%);
  background: -moz-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.04) 100%);
  background: -o-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.04) 100%);
  background: linear-gradient(90deg, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.04) 100%);
  padding: 1.125rem 5%;
  margin-top: 0.65rem;
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li .datxr {
  width: 1.125rem;
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li .datxr b {
  display: block;
  background: url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250427/c880819fb81e8b2ae8cae80d4b52b0b6.svg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  text-align: center;
  color: #fff;
  font-size: 0.625rem;
  padding: 0.02em 0 1em;
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li .cont-p {
  width: -webkit-calc(97% - 1.125rem);
  width: -moz-calc(97% - 1.125rem);
  width: calc(97% - 1.125rem);
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li .cont-p .tit a {
  display: block;
  color: #3F3B3B;
  font-size: 0.875rem;
  line-height: 1.35em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li .cont-p .tit a:hover {
  color: var(--color-zt);
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li .cont-p span {
  display: block;
  color: #787878;
  font-size: 0.75rem;
  line-height: 1.25em;
  margin-top: 0.35rem;
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li:nth-child(1) {
  background: -webkit-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.14) 100%);
  background: -moz-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.14) 100%);
  background: -o-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.14) 100%);
  background: linear-gradient(90deg, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.14) 100%);
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li:nth-child(1) .datxr b {
  background: url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250427/89af962d93484b9edde7f4f3e8430dce.svg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 0.3em 0 1em;
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li:nth-child(2) {
  background: -webkit-linear-gradient(left, rgba(4, 52, 145, 0) 0%, rgba(4, 52, 145, 0.07) 100%);
  background: -moz-linear-gradient(left, rgba(4, 52, 145, 0) 0%, rgba(4, 52, 145, 0.07) 100%);
  background: -o-linear-gradient(left, rgba(4, 52, 145, 0) 0%, rgba(4, 52, 145, 0.07) 100%);
  background: linear-gradient(90deg, rgba(4, 52, 145, 0) 0%, rgba(4, 52, 145, 0.07) 100%);
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li:nth-child(2) .datxr b {
  background: url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250427/3eed1a2cfd5304160b83ac33e7b4f395.svg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 0.3em 0 1em;
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li:nth-child(3) {
  background: -webkit-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.07) 100%);
  background: -moz-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.07) 100%);
  background: -o-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.07) 100%);
  background: linear-gradient(90deg, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.07) 100%);
}
.cont1 .a1v2 .a1v2b2 .a1v2b2c1 li:nth-child(3) .datxr b {
  background: url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250427/045c90da1ba095f0406959975ee3d4d7.svg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 0.3em 0 1em;
}
.cont1 .a1v2 .a1v2b2 .more-b {
  margin: 1.25rem auto 0;
}

.cont2 {
  background: #F0F3F7;
  padding: 3.125rem 0 3.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2.25rem 0 2.5rem;
  }
}
.cont2 .more-b {
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .cont2 .more-b {
    margin-top: 1.25rem;
  }
}
.cont2::after {
  content: "";
  position: absolute;
  left: -38%;
  top: 0;
  width: 47.8645833333%;
  aspect-ratio: 919/298;
  -webkit-clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
          clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
  background: var(--color-zt);
}
.cont2::before {
  content: "";
  position: absolute;
  right: -22%;
  bottom: 0;
  width: 69.4270833333%;
  aspect-ratio: 1333/432;
  -webkit-clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
          clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
  background: var(--color-zt);
}
.cont2 .wh {
  position: relative;
  z-index: 1;
}
.cont2 .a2v1 {
  padding-right: var(--cbasta);
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont2 .a2v1 {
    margin-top: 1.5rem;
    padding: 0 var(--cbasta);
  }
}
.cont2 .a2v1 .a2b1 {
  width: 35.2142857143%;
  background: url(../images/asg1.png) no-repeat right bottom;
  -o-background-size: cover;
     background-size: cover;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 .tita {
  padding: 3rem 0;
  padding-left: -webkit-calc(var(--cbasta) * 3.25);
  padding-left: -moz-calc(var(--cbasta) * 3.25);
  padding-left: calc(var(--cbasta) * 3.25);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .tita {
    padding: 2rem 0;
    padding-left: -webkit-calc(var(--cbasta) * 3.25);
    padding-left: -moz-calc(var(--cbasta) * 3.25);
    padding-left: calc(var(--cbasta) * 3.25);
  }
}
.cont2 .a2v1 .a2b1 .tita::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.4) 100%);
  background: -moz-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.4) 100%);
  background: -o-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.4) 100%);
  background: linear-gradient(90deg, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.4) 100%);
  opacity: 0.4;
  display: block;
  z-index: -1;
}
.cont2 .a2v1 .a2b1 .tita .tit {
  color: #EE7219;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
}
.cont2 .a2v1 .a2b1 .tita u {
  display: block;
  width: 2rem;
  font-size: 0;
  margin-left: 0.5rem;
}
.cont2 .a2v1 .a2b1 .tita u img {
  width: 100%;
}
.cont2 .a2v1 .a2b1 .fl-sort1 {
  padding: 2rem 0 5rem;
  padding-left: -webkit-calc(var(--cbasta) * 3.25);
  padding-left: -moz-calc(var(--cbasta) * 3.25);
  padding-left: calc(var(--cbasta) * 3.25);
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .fl-sort1 {
    padding: 1.65rem 0 2rem;
    padding-left: -webkit-calc(var(--cbasta) * 3.25);
    padding-left: -moz-calc(var(--cbasta) * 3.25);
    padding-left: calc(var(--cbasta) * 3.25);
  }
}
.cont2 .a2v1 .a2b1 .fl-sort1 li a {
  display: block;
  color: #333333;
  font-size: 1.125rem;
  line-height: 2.5em;
  font-weight: 500;
  position: relative;
  padding-left: 1.75rem;
}
.cont2 .a2v1 .a2b1 .fl-sort1 li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 0.55rem;
  display: block;
  background: #D9D9D9;
  -webkit-clip-path: polygon(45% 0%, 100% 0%, 55% 100%, 0% 100%);
          clip-path: polygon(45% 0%, 100% 0%, 55% 100%, 0% 100%);
}
.cont2 .a2v1 .a2b1 .fl-sort1 li:hover a, .cont2 .a2v1 .a2b1 .fl-sort1 li.on a {
  color: #043491;
}
.cont2 .a2v1 .a2b1 .fl-sort1 li:hover a::before, .cont2 .a2v1 .a2b1 .fl-sort1 li.on a::before {
  background: var(--color-zt);
}
.cont2 .a2v1 .a2b2 {
  width: 63.7857142857%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b2 .yzkh-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .yzkh-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .cont2 .a2v1 .a2b2 .yzkh-list1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cont2 .a2v1 .a2b2 .yzkh-list1 li a.img {
  display: block;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
}
.cont2 .a2v1 .a2b2 .yzkh-list1 li a.img u {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont2 .a2v1 .a2b2 .yzkh-list1 li a.img u img {
  width: 100%;
  aspect-ratio: 287/161;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont2 .a2v1 .a2b2 .yzkh-list1 li a.img .cont-p {
  padding: 1.125rem 7.85%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .yzkh-list1 li a.img .cont-p {
    padding: 1.125rem 5%;
  }
}
.cont2 .a2v1 .a2b2 .yzkh-list1 li a.img .cont-p .tit {
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.cont2 .a2v1 .a2b2 .yzkh-list1 li a.img .cont-p .asjx {
  margin-top: 0.25em;
}
.cont2 .a2v1 .a2b2 .yzkh-list1 li a.img .cont-p .asjx i {
  display: block;
  font-size: 0;
  width: 1.125rem;
}
.cont2 .a2v1 .a2b2 .yzkh-list1 li a.img .cont-p .asjx i img {
  width: 100%;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.cont2 .a2v1 .a2b2 .yzkh-list1 li a.img .cont-p .asjx p {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.75rem;
  margin-left: 0.5em;
}
.cont2 .a2v1 .a2b2 .yzkh-list1 li a.img:hover .cont-p .tit {
  color: #043491;
}

.gong-pag {
  text-align: center;
}
.gong-pag span {
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  background: rgba(52, 64, 64, 0.4);
  margin: 0 0.45rem;
}
.gong-pag span.swiper-pagination-bullet-active {
  background: #043491;
}

.cont3 {
  padding: 4.375rem 0 2.875rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2.5rem 0 2.25rem;
  }
}
.cont3::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -28%;
  top: 0;
  width: 75.8333333333%;
  aspect-ratio: 1456/893;
  background: -webkit-linear-gradient(top, #043491 0%, #043491 100%);
  background: -moz-linear-gradient(top, #043491 0%, #043491 100%);
  background: -o-linear-gradient(top, #043491 0%, #043491 100%);
  background: linear-gradient(180deg, #043491 0%, #043491 100%);
  -webkit-clip-path: polygon(0 0, 40% 0, 100% 100%, 60% 100%);
          clip-path: polygon(0 0, 40% 0, 100% 100%, 60% 100%);
}
@media (max-width: 768px) {
  .cont3::after {
    left: -34%;
    aspect-ratio: 1/2;
  }
}
.cont3 .a3v1 .a3b1 {
  width: 65.8333333333%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 {
    width: 100%;
  }
}
.cont3 .a3v1 .a3b1 .a3b1c1d1 a.more-asx {
  color: #808080;
  font-size: 1rem;
  line-height: 1.5em;
}
.cont3 .a3v1 .a3b1 .a3b1c1d1 a.more-asx:hover {
  color: var(--color-zt);
}
.cont3 .a3v1 .a3b1 .mySwiper2 {
  padding: 0 1px;
  margin-top: 2rem;
}
.cont3 .a3v1 .a3b1 .mySwiper2 a.img {
  border: 1px solid #EEE;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  padding: 1.125rem 1rem 1rem 1.65rem;
  display: block;
  margin-top: 1rem;
}
.cont3 .a3v1 .a3b1 .mySwiper2 a.img .data p {
  color: #787878;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.cont3 .a3v1 .a3b1 .mySwiper2 a.img .data span {
  background: rgba(238, 114, 25, 0.2);
  color: #EE7219;
  font-size: 0.75rem;
  line-height: 1.5em;
  padding: 0.25em 1em;
  border-radius: 1rem;
}
.cont3 .a3v1 .a3b1 .mySwiper2 a.img .tit {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
.cont3 .a3v1 .a3b1 .mySwiper2 a.img .ashxa {
  width: 1rem;
  margin-left: auto;
}
.cont3 .a3v1 .a3b1 .mySwiper2 a.img .ashxa img {
  width: 100%;
}
.cont3 .a3v1 .a3b1 .mySwiper2 a.img:hover .tit {
  color: var(--color-zt);
}
.cont3 .a3v1 .a3b1 .mySwiper2 .swiper-pagination1 {
  margin: 1.25rem 0;
}
.cont3 .a3v1 .a3b1 .a3b1c2 {
  margin-top: 1.75rem;
}
.cont3 .a3v1 .a3b1 .a3b1c2 .mySwiper3 a.img {
  position: relative;
  background: -webkit-linear-gradient(top, #96C8FD 0%, #FFF 100%);
  background: -moz-linear-gradient(top, #96C8FD 0%, #FFF 100%);
  background: -o-linear-gradient(top, #96C8FD 0%, #FFF 100%);
  background: linear-gradient(180deg, #96C8FD 0%, #FFF 100%);
  padding: 1.5rem 7% 0;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .a3b1c2 .mySwiper3 a.img {
    margin-top: 1.8125rem;
  }
}
.cont3 .a3v1 .a3b1 .a3b1c2 .mySwiper3 a.img::after {
  content: "";
  position: absolute;
  left: 5%;
  top: 0;
  width: 67.7002583979%;
  height: 100%;
  display: block;
  background: -webkit-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
          clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
}
.cont3 .a3v1 .a3b1 .a3b1c2 .mySwiper3 a.img .img {
  width: 33.0097087379%;
  position: relative;
  z-index: 1;
}
.cont3 .a3v1 .a3b1 .a3b1c2 .mySwiper3 a.img .img img {
  width: 100%;
  aspect-ratio: 102/136;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont3 .a3v1 .a3b1 .a3b1c2 .mySwiper3 a.img .cont-p {
  width: 55.0161812298%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cont3 .a3v1 .a3b1 .a3b1c2 .mySwiper3 a.img .cont-p .tit {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
}
.cont3 .a3v1 .a3b1 .a3b1c2 .mySwiper3 a.img .cont-p .ftit {
  background: #EE7219;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.65em 1.25em;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.65rem auto 0;
}
.cont3 .a3v1 .a3b1 .a3b1c2 .mySwiper3 a.img:hover::after {
  background: -webkit-linear-gradient(top, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
  background: -moz-linear-gradient(top, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
  background: -o-linear-gradient(top, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
  background: linear-gradient(180deg, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
}
.cont3 .a3v1 .a3b1 .a3b1c2 .mySwiper3 .swiper-pagination1 {
  margin: 1.25rem 0;
}
.cont3 .a3v1 .a3b2 {
  width: 31.0833333333%;
  background: #F0F3F7;
  padding: 1.875rem 1.5625rem;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 {
    width: 100%;
    margin-top: 2rem;
  }
}
.cont3 .a3v1 .a3b2 .a3b2c1 li + li {
  margin-top: 1.5rem;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.img {
  display: block;
  font-size: 0;
  margin-top: 1rem;
}
.cont3 .a3v1 .a3b2 .a3b2c1 li a.img img {
  width: 100%;
}

.tita1 .tit {
  color: #333333;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
  padding-left: 2em;
}
.tita1 .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 1.1875rem;
  display: block;
  background: var(--color-zt);
  -webkit-clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
          clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
}
.tita1 a.gdxa {
  display: block;
  color: #999;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.tita1 a.gdxa:hover {
  color: var(--color-zt);
}

.cont4 {
  padding: 0.5rem 0 4.0625rem;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 0.5rem 0 2rem;
  }
}
.cont4 .a4v1 {
  border-bottom: 1px solid #DDDDDD;
}
.cont4 .a4v1 .tit {
  color: #EE7219;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.75em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 4px solid #EE7219;
  padding: 0.25rem 0;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .tit {
    font-size: 1.85rem;
    border-bottom: 2px solid #EE7219;
  }
}
.cont4 .a4v1 .a1b1c1 {
  gap: 1rem 1.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .a1b1c1 {
    margin-top: 1rem;
    width: 100%;
    gap: 0.75rem 1rem;
    padding-bottom: 1.25rem;
  }
}
.cont4 .a4v1 .a1b1c1 li a {
  display: block;
  color: #043491;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.cont4 .a4v1 .a1b1c1 li a:hover {
  font-weight: 600;
}
.cont4 .a4v2 .a4v2c1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4v2c1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
    margin-top: 1rem;
  }
}
.cont4 .a4v2 .a4v2c1 > li .titazx {
  margin-bottom: 0.75rem;
}
.cont4 .a4v2 .a4v2c1 > li .titazx .tit {
  color: #333333;
  font-weight: 700;
  line-height: 1.5em;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2 .a4v2c1 > li .titazx .tit {
    font-size: 1.25rem;
  }
}
.cont4 .a4v2 .a4v2c1 > li .titazx a.more-asx {
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.cont4 .a4v2 .a4v2c1 > li .titazx a.more-asx:hover {
  color: var(--color-zt);
}
.cont4 .a4v2 .a4v2c1 > li .a4v2c1d1 li a.img {
  margin-bottom: 1rem;
}
.cont4 .a4v2 .a4v2c1 > li .a4v2c1d1 li a.img i {
  display: block;
  font-size: 0;
  width: 38.7700534759%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.cont4 .a4v2 .a4v2c1 > li .a4v2c1d1 li a.img i img {
  width: 100%;
  aspect-ratio: 145/100;
  -o-object-fit: cover;
     object-fit: cover;
}
.cont4 .a4v2 .a4v2c1 > li .a4v2c1d1 li a.img .name {
  width: 55.8823529412%;
}
.cont4 .a4v2 .a4v2c1 > li .a4v2c1d1 li .name {
  color: #333333;
  font-size: 0.9375rem;
  line-height: 1.5em;
  display: block;
}
.cont4 .a4v2 .a4v2c1 > li .a4v2c1d1 li .name:hover {
  color: var(--color-zt);
}
.cont4 .a4v2 .a4v2c1 > li .a4v2c1d1 li > .name {
  display: -webkit-box;
  margin: 0.5em 0;
}

.cont5 {
  background: #F0F3F7;
  padding: 3.8125rem 0 4.875rem;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 2rem 0;
  }
}
.cont5 .a5b_list1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.8125rem;
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .cont5 .a5b_list1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2rem;
  }
}
.cont5 .a5b_list1 li i {
  display: block;
  font-size: 0;
  overflow: hidden;
  border: 1px solid #D9D9D9;
}
.cont5 .a5b_list1 li i img {
  width: 100%;
}

.cont6 {
  background: url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250428/969365c3cec791e557b94759ee691df1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 5.3125rem 0 3.4375rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont6 {
    padding: 2.25rem 0;
  }
}
.cont6 u {
  display: block;
  position: absolute;
  right: -webkit-calc(var(--cbasta) * 0.75);
  right: -moz-calc(var(--cbasta) * 0.75);
  right: calc(var(--cbasta) * 0.75);
  bottom: -3rem;
  width: 35.7291666667%;
}
@media (max-width: 768px) {
  .cont6 u {
    bottom: -1rem;
    width: 60%;
    right: 0;
  }
}
.cont6 u img {
  width: 100%;
}
.cont6 .a6v1 {
  color: #fff;
}
.cont6 .a6v1 .tit {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.75em;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .tit {
    font-size: 1.65rem;
    line-height: 1.35em;
  }
}
.cont6 .a6v1 .ftit {
  font-size: 1.25rem;
  line-height: 1.35em;
  margin-bottom: 0.85em;
}
@media (max-width: 768px) {
  .cont6 .a6v1 .ftit {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}

.foot-fot {
  position: relative;
  background: #000000;
}
.foot-fot .foot1 .foota1 {
  padding: 5.125rem 0 2.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .foot-fot .foot1 .foota1 {
    padding: 2.25rem 0;
  }
}
.foot-fot .foot1 .foota1 .foot-tit {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .foot-fot .foot1 .foota1 .foot-tit {
    font-size: 1.125rem;
  }
}
.foot-fot .foot1 .foota1 .fo-as1 {
  width: 24.25%;
}
@media (max-width: 768px) {
  .foot-fot .foot1 .foota1 .fo-as1 {
    width: 100%;
  }
}
.foot-fot .foot1 .foota1 .fo-as1 .p1 {
  font-size: 0.875rem;
  line-height: 1.65em;
  color: #fff;
}
@media (max-width: 768px) {
  .foot-fot .foot1 .foota1 .fo-as2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.foot-fot .foot1 .foota1 .fo-as2 .p1 {
  font-size: 0.875rem;
  line-height: 1.65em;
  color: #fff;
}
.foot-fot .foot1 .foota1 .fo-as2 .p1 p + p {
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .foot-fot .foot1 .foota1 .fo-as3 {
    margin: 1.5rem auto 0;
  }
}
.foot-fot .foot1 .foota1 .fo-as3 li {
  text-align: center;
}
.foot-fot .foot1 .foota1 .fo-as3 li + li {
  margin-left: 2rem;
}
.foot-fot .foot1 .foota1 .fo-as3 li i {
  display: block;
  font-size: 0;
  width: 7.25rem;
  margin: 0 auto;
}
.foot-fot .foot1 .foota1 .fo-as3 li i img {
  width: 100%;
}
.foot-fot .foot1 .foota1 .fo-as3 li p {
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #fff;
  padding: 0.5em 0;
}
.foot-fot .foot1 .foota2 {
  padding: 1.875rem 0;
}
@media (max-width: 768px) {
  .foot-fot .foot1 .foota2 {
    padding: 1.25rem 0 0;
  }
}
.foot-fot .foot1 .foota2 .foot-tit1 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
}
.foot-fot .foot1 .foota2 .ashx_kasx1 {
  margin-top: 0.65em;
}
@media (max-width: 768px) {
  .foot-fot .foot1 .foota2 .ashx_kasx1 {
    margin-top: 0.35rem;
  }
}
.foot-fot .foot1 .foota2 .ashx_kasx1 li span {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0 0.35em;
}
.foot-fot .foot1 .foota2 .ashx_kasx1 li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.5em;
}
.foot-fot .foot1 .foota2 .ashx_kasx1 li a:hover {
  color: #fff;
}
.foot-fot .foot1 .foota3 {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.5em;
}
.foot-fot .foot1 .foota3 span {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0 0.35em;
}
.foot-fot .foot1 .foota3 a {
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foot1 .foota3 a:hover {
  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: 990px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .fhal-x {
  width: 3.875rem;
  height: 3.875rem;
  background: var(--color-zt);
  color: #fff;
  border-radius: 50%;
}
.zd_erha .aat_list {
  border-radius: 1.875rem;
  border: 1px solid #EAEAEA;
  background: #FFF;
  box-shadow: 0px 0px 1.875rem 0px rgba(31, 31, 31, 0.07);
  padding: 0.85rem 0;
  width: 3.875rem;
  border-radius: 3.875rem;
  margin-top: 1rem;
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li.tops {
  display: none;
}
.zd_erha .aat_list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 40%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: rgba(51, 51, 51, 0.1);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  position: relative;
}
.zd_erha .aat_list li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -18%;
  width: 18%;
  height: 100%;
}
.zd_erha .aat_list li > a i {
  width: 100%;
  height: 100%;
  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;
}
.zd_erha .aat_list li > a i img {
  width: 1.5rem;
}
.zd_erha .aat_list li > a p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1.25em;
  text-align: center;
  padding: 0.25em 0;
}
.zd_erha .aat_list 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.25rem;
  white-space: nowrap;
}
.zd_erha .aat_list li .erghgsb {
  width: 8.5rem;
  padding: 0.5rem;
}
.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li .erghgsc {
  position: absolute;
  z-index: -1;
  width: 15rem;
  text-align: left;
  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;
  color: #333;
  font-size: 1.125rem;
  background: #fff;
}
.zd_erha .aat_list li .erghgsc .tit {
  background: #EE7219;
  font-size: 0.875rem;
  padding: 0.85em 5%;
  text-align: left;
  color: #fff;
}
.zd_erha .aat_list li .erghgsc .cont-p {
  color: #787878;
  padding: 1rem 5%;
}
.zd_erha .aat_list li .erghgsc .cont-p a.name {
  display: block;
}
.zd_erha .aat_list li .erghgsc .cont-p a.name .asta1 {
  color: #787878;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.zd_erha .aat_list li .erghgsc .cont-p a.name .asta2 {
  background: #F8F8F8;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem 1.65rem;
  color: #787878;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 1rem;
  position: relative;
}
.zd_erha .aat_list li .erghgsc .cont-p a.name .asta2::after {
  content: "";
  position: absolute;
  left: 10%;
  top: -0.75rem;
  width: 1.5rem;
  height: 1rem;
  background: #F8F8F8;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.zd_erha .aat_list li .erghgsc .cont-p a.name .asta2 .astit span {
  color: rgba(4, 52, 145, 0.6);
  margin-right: 0.5rem;
}
.zd_erha .aat_list li .erghgsc .cont-p a.name .asta2 .astit span:hover {
  color: #043491;
}
.zd_erha .aat_list li:hover .erghgsa, .zd_erha .aat_list li:hover .erghgsc {
  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: var(--color-zt);
  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: var(--color-zt);
  border-color: var(--color-zt);
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

.ajhhsd {
  color: #787878;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 1.3em 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 0.85em 0;
    margin-top: 0.5rem;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}
.ajhhsd span:last-child {
  display: none;
}
.ajhhsd a {
  color: #787878;
}
.ajhhsd a:hover {
  color: var(--color-zt);
}

.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 "Inter";
}
@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: var(--color-zt);
}

@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%;
}
.ss-list li div.img img {
  aspect-ratio: 16/12;
  -o-object-fit: cover;
     object-fit: cover;
}
@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: var(--color-zt);
  font: 500 1rem/1.5em "Inter";
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 500 0.95rem/1.5em "Inter";
}
.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;
}

.zcywena {
  margin-bottom: 1.5rem;
}

.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;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .nbanner {
    margin-top: 1rem;
  }
}
.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.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.n_mbx {
  position: relative;
  margin-top: 1.875rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .n_mbx {
    margin-top: 1rem;
  }
}
.n_mbx .n_src {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.875rem;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 450px) {
  .n_mbx .n_src {
    grid-template-columns: repeat(2, 1fr);
  }
}
.n_mbx .n_src li {
  position: relative;
}
.n_mbx .n_src li > a {
  display: block;
  color: #043491;
  font-size: 1rem;
  line-height: 2.125rem;
  text-align: center;
  border: 1px solid #043491;
  border-radius: 3rem;
  padding: 0.2rem 0;
}
.n_mbx .n_src li > a i {
  font-size: 0.875rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .n_mbx .n_src li > a i {
    display: none !important;
  }
}
.n_mbx .n_src li:hover > a, .n_mbx .n_src li.active > a {
  color: #fff;
  background: var(--color-zt);
  border-color: var(--color-zt);
}
.n_mbx .n_src li .sec {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  padding: 1.5rem 2%;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
@media (max-width: 768px) {
  .n_mbx .n_src li .sec {
    display: none !important;
  }
}
.n_mbx .n_src li .sec .sec-ax {
  gap: 1rem;
}
.n_mbx .n_src li .sec .sec-ax > .tit1 {
  position: relative;
}
.n_mbx .n_src li .sec .sec-ax > .tit1 > a {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.5rem;
}
.n_mbx .n_src li .sec .sec-ax > .tit1 a {
  display: block;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.35rem 15% 0.35rem 10%;
  position: relative;
}
.n_mbx .n_src li .sec .sec-ax > .tit1 a i {
  position: absolute;
  right: 10%;
  top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.n_mbx .n_src li .sec .sec-ax > .tit1 a:hover {
  color: var(--color-zt);
}
.n_mbx .n_src li .sec .sec-ax > .tit1 .sec1 {
  margin-left: 1rem;
}
.n_mbx .n_src li .sec .sec-ax > .tit1:hover > .sec {
  display: block;
}
.n_mbx .n_src li:hover > .sec {
  display: block;
}

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

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

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: var(--head-height);
  margin-top: -webkit-calc(var(--head-height) * -1);
  margin-top: -moz-calc(var(--head-height) * -1);
  margin-top: calc(var(--head-height) * -1);
}
@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}

.left-wh {
  width: 65.8333333333%;
}
@media (max-width: 768px) {
  .left-wh {
    width: 100%;
  }
}

.right-wh {
  width: 30.9166666667%;
}
@media (max-width: 768px) {
  .right-wh {
    width: 100%;
    margin-top: 1rem;
  }
}
.right-wh .xw-lb-a1 li a.img {
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
}
.right-wh .xw-lb-a1 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.right-wh .xw-lb-a1 li a.img i img {
  width: 100%;
  aspect-ratio: 371/263;
  -o-object-fit: cover;
     object-fit: cover;
}
.right-wh .xw-lb-a1 li a.img .cont-p {
  padding: 0.85em 4%;
}
.right-wh .xw-lb-a1 li a.img .cont-p > .p {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
}
.right-wh .xw-lb-a1 li a.img .cont-p .datea {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.75rem;
  line-height: 1.65em;
  gap: 1em;
  margin-top: 0.75em;
}
.right-wh .xw-lb-a1 li a.img:hover .cont-p > .p {
  color: var(--color-zt);
}
.right-wh .xw-lb-a2 {
  margin-top: 1.5rem;
}
.right-wh .xw-lb-a2 .tita img {
  height: 3.625rem;
}
.right-wh .xw-lb-a2 .a1v2b2c1 li {
  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;
  background: -webkit-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.04) 100%);
  background: -moz-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.04) 100%);
  background: -o-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.04) 100%);
  background: linear-gradient(90deg, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.04) 100%);
  padding: 1.125rem 5%;
  margin-top: 0.65rem;
}
.right-wh .xw-lb-a2 .a1v2b2c1 li .datxr {
  width: 1.125rem;
}
.right-wh .xw-lb-a2 .a1v2b2c1 li .datxr b {
  display: block;
  background: url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250427/c880819fb81e8b2ae8cae80d4b52b0b6.svg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  text-align: center;
  color: #fff;
  font-size: 0.625rem;
  padding: 0.02em 0 1em;
}
.right-wh .xw-lb-a2 .a1v2b2c1 li .cont-p {
  width: -webkit-calc(97% - 1.125rem);
  width: -moz-calc(97% - 1.125rem);
  width: calc(97% - 1.125rem);
}
.right-wh .xw-lb-a2 .a1v2b2c1 li .cont-p .tit a {
  display: block;
  color: #3F3B3B;
  font-size: 0.875rem;
  line-height: 1.35em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.right-wh .xw-lb-a2 .a1v2b2c1 li .cont-p .tit a:hover {
  color: var(--color-zt);
}
.right-wh .xw-lb-a2 .a1v2b2c1 li .cont-p span {
  display: block;
  color: #787878;
  font-size: 0.75rem;
  line-height: 1.25em;
  margin-top: 0.35rem;
}
.right-wh .xw-lb-a2 .a1v2b2c1 li:nth-child(1) {
  background: -webkit-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.14) 100%);
  background: -moz-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.14) 100%);
  background: -o-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.14) 100%);
  background: linear-gradient(90deg, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.14) 100%);
}
.right-wh .xw-lb-a2 .a1v2b2c1 li:nth-child(1) .datxr b {
  background: url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250427/89af962d93484b9edde7f4f3e8430dce.svg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 0.3em 0 1em;
}
.right-wh .xw-lb-a2 .a1v2b2c1 li:nth-child(2) {
  background: -webkit-linear-gradient(left, rgba(4, 52, 145, 0) 0%, rgba(4, 52, 145, 0.07) 100%);
  background: -moz-linear-gradient(left, rgba(4, 52, 145, 0) 0%, rgba(4, 52, 145, 0.07) 100%);
  background: -o-linear-gradient(left, rgba(4, 52, 145, 0) 0%, rgba(4, 52, 145, 0.07) 100%);
  background: linear-gradient(90deg, rgba(4, 52, 145, 0) 0%, rgba(4, 52, 145, 0.07) 100%);
}
.right-wh .xw-lb-a2 .a1v2b2c1 li:nth-child(2) .datxr b {
  background: url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250427/3eed1a2cfd5304160b83ac33e7b4f395.svg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 0.3em 0 1em;
}
.right-wh .xw-lb-a2 .a1v2b2c1 li:nth-child(3) {
  background: -webkit-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.07) 100%);
  background: -moz-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.07) 100%);
  background: -o-linear-gradient(left, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.07) 100%);
  background: linear-gradient(90deg, rgba(238, 114, 25, 0) 0%, rgba(238, 114, 25, 0.07) 100%);
}
.right-wh .xw-lb-a2 .a1v2b2c1 li:nth-child(3) .datxr b {
  background: url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250427/045c90da1ba095f0406959975ee3d4d7.svg) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  padding: 0.3em 0 1em;
}
.right-wh .xw-lb-a3 {
  margin-top: 2rem;
}
.right-wh .xw-lb-a3 a.img {
  display: block;
  font-size: 0;
}
.right-wh .xw-lb-a3 a.img img {
  width: 100%;
}
.right-wh .xw-lb-a4 {
  border: 1px solid #E6E6E6;
  background: #F0F3F7;
  padding: 1.25rem 6% 2rem;
  margin-top: 2rem;
}
.right-wh .xw-lb-a4 .gxxs_list1 {
  margin-top: 1.65rem;
}
.right-wh .xw-lb-a4 .gxxs_list1 li + li {
  margin-top: 1.5rem;
}
.right-wh .xw-lb-a4 .gxxs_list1 li a.name .tita {
  width: 80%;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.right-wh .xw-lb-a4 .gxxs_list1 li a.name .tita span {
  color: #043491;
  padding-right: 0.5em;
  margin-right: 0.5em;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}
.right-wh .xw-lb-a4 .gxxs_list1 li a.name .jgxz {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #EE7219;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0.15rem 0.75em;
  background: rgba(238, 114, 25, 0.2);
  border-radius: 2rem;
}
.right-wh .xw-lb-a4 .gxxs_list1 li a.name:hover .tita {
  color: var(--color-zt);
}
.right-wh .xw-lb-a5 {
  border: 1px solid #E6E6E6;
  padding: 1.5rem 6% 2.875rem;
  margin-top: 2rem;
}
.right-wh .xw-lb-a5 .xw-lb-a5c1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
.right-wh .xw-lb-a5 .xw-lb-a5c1 li {
  text-align: center;
}
.right-wh .xw-lb-a5 .xw-lb-a5c1 li a.ablock i {
  display: block;
  font-size: 0;
  width: 2.65rem;
  margin: 0 auto;
}
.right-wh .xw-lb-a5 .xw-lb-a5c1 li a.ablock i img {
  width: 100%;
}
.right-wh .xw-lb-a5 .xw-lb-a5c1 li a.ablock p {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 0.45rem;
}
.right-wh .xw-lb-a5 .xw-lb-a5c1 li a.ablock:hover p {
  color: var(--color-zt);
}
.right-wh .xw-lb-a6 {
  border: 1px solid #E6E6E6;
  background: #F0F3F7;
  padding: 1.25rem 6% 2rem;
}
.right-wh .xw-lb-a6 .sp_listaq1 {
  margin-top: 1rem;
}
.right-wh .xw-lb-a6 .sp_listaq1 li + li {
  margin-top: 1.35rem;
}
.right-wh .xw-lb-a6 .sp_listaq1 li a.img {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.right-wh .xw-lb-a6 .sp_listaq1 li a.img img {
  width: 100%;
  aspect-ratio: 322/181;
  -o-object-fit: cover;
     object-fit: cover;
}
.right-wh .xw-lb-a6 .sp_listaq1 li a.name {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75em;
}
.right-wh .xw-lb-a6 .sp_listaq1 li a.name:hover {
  color: var(--color-zt);
}
.right-wh .xw-lb-a7 {
  border: 1px solid #E6E6E6;
  padding: 1.25rem 6% 2rem;
}
@media (max-width: 768px) {
  .right-wh .xw-lb-a7 {
    padding: 1.25rem 4.5% 1.5rem;
  }
}
.right-wh .xw-lb-a7 .sp_listaq1 {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
}
@media (max-width: 768px) {
  .right-wh .xw-lb-a7 .sp_listaq1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 767px) {
  .right-wh .xw-lb-a7 .sp_listaq1 li:nth-child(1) {
    grid-column: 1/3;
  }
}
.right-wh .xw-lb-a7 .sp_listaq1 li a.img {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.right-wh .xw-lb-a7 .sp_listaq1 li a.img img {
  width: 100%;
  aspect-ratio: 322/228;
  -o-object-fit: cover;
     object-fit: cover;
}
.right-wh .xw-lb-a7 .sp_listaq1 li a.name {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .right-wh .xw-lb-a7 .sp_listaq1 li a.name {
    font-size: 1rem;
  }
}
.right-wh .xw-lb-a7 .sp_listaq1 li a.name:hover {
  color: var(--color-zt);
}

.news-content {
  margin-top: 1.5625rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .news-content {
    margin-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
}
.news-list li {
  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;
  padding: 1rem 0;
  border-bottom: 1px solid #EEEEEE;
}
.news-list li:first-child {
  padding-top: 0;
}
.news-list li a.img {
  width: 27.8481012658%;
  display: block;
  font-size: 0;
  position: relative;
}
@media (max-width: 768px) {
  .news-list li a.img {
    width: 100%;
  }
}
.news-list li a.img img {
  width: 100%;
  aspect-ratio: 219/155;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list li a.img span {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.75rem;
  padding: 0 0.35rem;
  line-height: 1.75em;
  border-radius: 0.2rem;
}
.news-list li .cont-p {
  width: 68.1012658228%;
}
@media (max-width: 768px) {
  .news-list li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.news-list li .cont-p a.name {
  color: #3F3B3B;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 700;
}
.news-list li .cont-p a.name:hover {
  color: var(--color-zt);
}
.news-list li .cont-p .p {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.875rem;
  line-height: 1.65em;
  margin: 0.75em 0 2em;
}
@media (max-width: 768px) {
  .news-list li .cont-p .p {
    margin: 0.65em 0 1em;
  }
}
.news-list li .cont-p .data {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.875rem;
  line-height: 1.65em;
  gap: 1em;
}
.news-list li .cont-p .data .asdh {
  gap: 0.25em;
}
.news-list li .cont-p .data .asdh i {
  font-size: 1.125rem;
}

.show-news-cont1 {
  padding: 0.5rem 0 2.8125rem;
}
@media (max-width: 768px) {
  .show-news-cont1 {
    padding: 0.5rem 0 1.85rem;
  }
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .title-a {
  color: #3F3B3B;
  font-size: 1.875rem;
  line-height: 1.45em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .show-news-cont1 .show-news-a1v1 .show-news-a1b1 .title-a {
    font-size: 1.5rem;
  }
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .title-b {
  margin-top: 1rem;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .title-b .data {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.875rem;
  line-height: 1.65em;
  gap: 1em;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .title-b .data .asdh {
  gap: 0.25em;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .title-b .data .asdh i {
  font-size: 1.125rem;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .content {
  color: #262626;
  font-size: 1.0625rem;
  line-height: 1.65em;
  padding: 1.5em 0;
}
@media (max-width: 768px) {
  .show-news-cont1 .show-news-a1v1 .show-news-a1b1 .content {
    padding: 1.125em 0;
  }
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .content a {
  color: #043491;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .content strong {
  font-size: 1.0625rem;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .content img {
  width: 100%;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .pas1 {
  color: #939393;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .pas1 span {
  color: var(--color-zt);
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .pas1 a {
  color: var(--color-zt);
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .tag-cont1 {
  color: #999999;
  font-size: 0.875rem;
  line-height: 1.5em;
  gap: 0.5em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .show-news-cont1 .show-news-a1v1 .show-news-a1b1 .tag-cont1 {
    margin-top: 1rem;
  }
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .tag-cont1 span {
  display: inline-block;
  padding: 0.35rem 1.25em;
  background: #F6F6F6;
  color: #043491;
  border-radius: 1.85rem;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .fen-xiang {
  color: #262626;
  font-size: 1.0625rem;
  line-height: 1.75em;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .show-news-cont1 .show-news-a1v1 .show-news-a1b1 .fen-xiang {
    margin-top: 1rem;
  }
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .fen-xiang .social-share a {
  background: #F6F6F6;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  border: none;
  color: #A3A3A3;
  font-size: 1.125rem;
  line-height: 2.125rem;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .fen-xiang .social-share a:hover {
  background: var(--color-zt);
  color: #fff;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .heng1 {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .show-news-cont1 .show-news-a1v1 .show-news-a1b1 .heng1 {
    margin-top: 1.125rem;
  }
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta {
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta {
    margin-top: 1.5rem;
  }
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.35rem;
}
@media (max-width: 768px) {
  .show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas {
    margin-top: 1.125rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas li a.img {
  width: 100%;
  display: block;
  font-size: 0;
  position: relative;
}
@media (max-width: 768px) {
  .show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas li a.img {
    width: 100%;
  }
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas li a.img img {
  width: 100%;
  aspect-ratio: 252/180;
  -o-object-fit: cover;
     object-fit: cover;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas li a.img span {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.75rem;
  padding: 0 0.35rem;
  line-height: 1.75em;
  border-radius: 0.2rem;
}
@media (max-width: 768px) {
  .show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas li a.img span {
    font-size: 0.875rem;
    padding: 0.25rem 0.85rem;
    line-height: 1.85em;
  }
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas li .cont-p {
  width: 100%;
  margin-top: 0.65rem;
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas li .cont-p a.name {
  color: #3F3B3B;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas li .cont-p a.name {
    font-size: 1.125rem;
  }
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas li .cont-p a.name:hover {
  color: var(--color-zt);
}
.show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas li .cont-p span {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.75rem;
  line-height: 1.65em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .show-news-cont1 .show-news-a1v1 .show-news-a1b1 .zxwz-conta .zxwzas li .cont-p span {
    font-size: 0.875rem;
  }
}

.sp-banner {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .sp-banner {
    margin-top: 1.5rem;
  }
}
.sp-banner .sp-a1v1 .sp-a1b1 {
  width: 69.1666666667%;
}
@media (max-width: 768px) {
  .sp-banner .sp-a1v1 .sp-a1b1 {
    width: 100%;
  }
}
.sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 {
  position: relative;
}
.sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 .swiper-slide a.img {
  position: relative;
}
.sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 .swiper-slide a.img i::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  display: block;
}
.sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 830/474;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 .swiper-slide a.img .p {
  position: absolute;
  left: 0;
  bottom: 3em;
  z-index: 1;
  width: 100%;
  padding: 0 5%;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 .swiper-slide a.img .p {
    font-size: 1.125rem;
    bottom: 2em;
  }
}
.sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 1;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 .swiper-pagination1 {
    bottom: 1rem;
  }
}
.sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 .gong-jt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 .gong-jt > div.swiper-button-prev1 {
  left: 0;
}
.sp-banner .sp-a1v1 .sp-a1b1 .mySwiper1 .gong-jt > div.swiper-button-next1 {
  right: 0;
}
.sp-banner .sp-a1v1 .sp-a1b2 {
  width: 30.8333333333%;
  background: url(../images/bjasa1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 1.75rem 3.125% 1rem;
}
@media (max-width: 768px) {
  .sp-banner .sp-a1v1 .sp-a1b2 {
    width: 100%;
    padding: 1.5rem 5.5%;
  }
}
.sp-banner .sp-a1v1 .sp-a1b2 .tita {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
}
.sp-banner .sp-a1v1 .sp-a1b2 .sp_lisx1 {
  margin-top: 1.35rem;
}
@media (max-width: 768px) {
  .sp-banner .sp-a1v1 .sp-a1b2 .sp_lisx1 {
    margin-top: 1rem;
  }
}
.sp-banner .sp-a1v1 .sp-a1b2 .sp_lisx1 li + li {
  margin-top: 2.125rem;
}
@media (max-width: 768px) {
  .sp-banner .sp-a1v1 .sp-a1b2 .sp_lisx1 li + li {
    margin-top: 1rem;
  }
}
.sp-banner .sp-a1v1 .sp-a1b2 .sp_lisx1 li a.img u {
  display: block;
  overflow: hidden;
}
.sp-banner .sp-a1v1 .sp-a1b2 .sp_lisx1 li a.img img {
  width: 100%;
  aspect-ratio: 16/8;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp-banner .sp-a1v1 .sp-a1b2 .sp_lisx1 li a.img p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5em;
  margin-top: 0.65rem;
}

.sp_content {
  padding: 2.125rem 0 1.25rem;
}
@media (max-width: 768px) {
  .sp_content {
    padding: 1.85rem 0 1rem;
  }
}
.sp_content .sp-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
}
@media (max-width: 768px) {
  .sp_content .sp-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35rem;
  }
}
@media (max-width: 450px) {
  .sp_content .sp-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.35rem;
  }
}
.sp_content .sp-list li {
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
}
.sp_content .sp-list li a.img {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.sp_content .sp-list li a.img img {
  width: 100%;
  aspect-ratio: 374/210;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp_content .sp-list li .cont-p {
  padding: 1.25rem 5.25% 1.6rem;
}
.sp_content .sp-list li .cont-p a.name {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .sp_content .sp-list li .cont-p a.name {
    font-size: 1.125rem;
  }
}
.sp_content .sp-list li .cont-p a.name:hover {
  color: var(--color-zt);
}
.sp_content .sp-list li .cont-p .data {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.875rem;
  line-height: 1.65em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .sp_content .sp-list li .cont-p .data {
    font-size: 1rem;
  }
}
.sp_content .sp-list li .cont-p .data .name {
  gap: 1em;
}
.sp_content .sp-list li .cont-p .data .asdh {
  gap: 0.25em;
}
.sp_content .sp-list li .cont-p .data .asdh i {
  font-size: 1.125rem;
}

.show-video-cont1 .show-news-a1v1 .show-news-a1b1 .content video {
  min-width: 50%;
  height: auto !important;
}

.zt-banner {
  margin-top: 4.375rem;
}
@media (max-width: 768px) {
  .zt-banner {
    margin-top: 1.5rem;
  }
}
.zt-banner .ztban-vt1 {
  position: relative;
}
.zt-banner .ztban-vt1 .mySwiper4 {
  position: relative;
  padding: 0 15%;
}
@media (max-width: 768px) {
  .zt-banner .ztban-vt1 .mySwiper4 {
    padding: 0;
  }
}
.zt-banner .ztban-vt1 .mySwiper4 .swiper-slide a.img {
  position: relative;
}
.zt-banner .ztban-vt1 .mySwiper4 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.zt-banner .ztban-vt1 .mySwiper4 .swiper-slide a.img i::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  display: block;
}
.zt-banner .ztban-vt1 .mySwiper4 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 830/377;
  -o-object-fit: cover;
     object-fit: cover;
}
.zt-banner .ztban-vt1 .mySwiper4 .swiper-slide a.img .p {
  position: absolute;
  left: 0;
  bottom: 3em;
  z-index: 1;
  width: 100%;
  padding: 0 5%;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .zt-banner .ztban-vt1 .mySwiper4 .swiper-slide a.img .p {
    font-size: 1.125rem;
    bottom: 2em;
  }
}
.zt-banner .ztban-vt1 .mySwiper4 .swiper-slide:not(.swiper-slide-active) a.img i::after {
  background: rgba(0, 0, 0, 0.65);
}
.zt-banner .ztban-vt1 .mySwiper4 .swiper-slide:not(.swiper-slide-active) a.img .p {
  display: none;
}
.zt-banner .ztban-vt1 .mySwiper4 .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 2rem;
  z-index: 1;
  padding: 0 18.5%;
}
@media (max-width: 768px) {
  .zt-banner .ztban-vt1 .mySwiper4 .swiper-pagination1 {
    bottom: 1rem;
    padding: 0 5%;
  }
}
.zt-banner .ztban-vt1 .mySwiper4 .gong-jt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.zt-banner .ztban-vt1 .mySwiper4 .gong-jt > div.swiper-button-prev1 {
  left: 11.5%;
}
@media (max-width: 768px) {
  .zt-banner .ztban-vt1 .mySwiper4 .gong-jt > div.swiper-button-prev1 {
    left: 0;
  }
}
.zt-banner .ztban-vt1 .mySwiper4 .gong-jt > div.swiper-button-next1 {
  right: 11.5%;
}
@media (max-width: 768px) {
  .zt-banner .ztban-vt1 .mySwiper4 .gong-jt > div.swiper-button-next1 {
    right: 0;
  }
}

.zt-cont1 {
  margin: 1.875rem 0 4.6875rem;
}
@media (max-width: 768px) {
  .zt-cont1 {
    margin-bottom: 2rem;
  }
}
.zt-cont1 .zt-a1v1 .titasr {
  border-top: 3px solid #3F3B3B;
  color: #3F3B3B;
  font-size: 1.875rem;
  line-height: 1.5em;
  padding: 0.5em 0;
  font-weight: 600;
  margin-bottom: 0.35rem;
}
@media (max-width: 768px) {
  .zt-cont1 .zt-a1v1 .titasr {
    border-top: 2px solid #3F3B3B;
    font-size: 1.5rem;
    padding: 0.35em 0;
  }
}
.zt-cont1 .zt-a1v1 .moreta {
  margin-top: 2.55rem;
}
@media (max-width: 768px) {
  .zt-cont1 .zt-a1v1 .moreta {
    margin-top: 1.5rem;
  }
}
.zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 li a.img {
  position: relative;
}
.zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 li a.img u {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 li a.img u::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  display: block;
}
.zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 li a.img u img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
.zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 li a.img .cont-p {
  position: absolute;
  left: 0;
  bottom: 1.75rem;
  width: 100%;
  padding: 0 5.5%;
  z-index: 1;
  color: #fff;
}
.zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 li a.img .cont-p .tit {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5em;
}
.zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 li a.img .cont-p .data {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.65em;
  margin-top: 0.55rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 li a.img .cont-p .data {
    font-size: 1rem;
  }
}
.zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 li a.img .cont-p .data .name {
  gap: 1em;
}
.zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 li a.img .cont-p .data .asdh {
  gap: 0.25em;
}
.zt-cont1 .zt-a1v1 .zt-a1c1 .xszt-list1 li a.img .cont-p .data .asdh i {
  font-size: 1.125rem;
}
.zt-cont1 .zt-a1v1 .zt-a1c2 {
  margin-top: 3.75rem;
}
@media (max-width: 768px) {
  .zt-cont1 .zt-a1v1 .zt-a1c2 {
    margin-top: 1.5rem;
  }
}
.zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}
@media (max-width: 768px) {
  .zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 li a.img {
  position: relative;
}
.zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 li a.img u {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 li a.img u::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  display: block;
}
.zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 li a.img u img {
  width: 100%;
  aspect-ratio: 16/10;
}
.zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 li a.img .cont-p {
  position: absolute;
  left: 0;
  bottom: 1.75rem;
  width: 100%;
  padding: 0 5.5%;
  z-index: 1;
  color: #fff;
}
.zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 li a.img .cont-p .tit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
}
.zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 li a.img .cont-p .data {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 0.55rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 li a.img .cont-p .data {
    font-size: 1rem;
  }
}
.zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 li a.img .cont-p .data .name {
  gap: 1em;
}
.zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 li a.img .cont-p .data .asdh {
  gap: 0.25em;
}
.zt-cont1 .zt-a1v1 .zt-a1c2 .xszt-list1 li a.img .cont-p .data .asdh i {
  font-size: 1.125rem;
}
.zt-cont1 .zt-a1v1 .zt-a1c3, .zt-cont1 .zt-a1v1 .zt-a1c4 {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .zt-cont1 .zt-a1v1 .zt-a1c3, .zt-cont1 .zt-a1v1 .zt-a1c4 {
    margin-top: 1.5rem;
  }
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img {
  position: relative;
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img u, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img u {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img u::after, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img u::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  display: block;
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img u img, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img u img {
  width: 100%;
  aspect-ratio: 16/10;
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img .cont-p, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img .cont-p {
  margin-top: 0.75rem;
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img .cont-p .tit, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img .cont-p .tit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #3F3B3B;
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img .cont-p .data, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img .cont-p .data {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 0.55rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img .cont-p .data, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img .cont-p .data {
    font-size: 1rem;
  }
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img .cont-p .data .name, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img .cont-p .data .name {
  gap: 1em;
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img .cont-p .data .asdh, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img .cont-p .data .asdh {
  gap: 0.25em;
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img .cont-p .data .asdh i, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img .cont-p .data .asdh i {
  font-size: 1.125rem;
}
.zt-cont1 .zt-a1v1 .zt-a1c3 .xszt-list1 li a.img:hover .cont-p .tit, .zt-cont1 .zt-a1v1 .zt-a1c4 .xszt-list1 li a.img:hover .cont-p .tit {
  color: var(--color-zt);
}

.zj-banner {
  position: relative;
  overflow: hidden;
}
.zj-banner .mySwipera {
  position: relative;
}
.zj-banner .mySwipera .tcas {
  width: 20%;
  max-width: var(--head-height);
  margin: 0 auto 1rem;
}
.zj-banner .mySwipera .tcas img {
  width: 100%;
}
.zj-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.zj-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zj-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  aspect-ratio: 1600/470;
  -o-object-fit: cover;
     object-fit: cover;
}
.zj-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 9;
  text-align: center;
}
@media (max-width: 768px) {
  .zj-banner .mySwipera .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
  }
}
.zj-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 2.5625rem;
  height: 0.125rem;
  margin: 0 0.3125rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}
.zj-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}

.mySwiperny {
  position: relative;
}
.mySwiperny .swiper-slide {
  overflow: hidden;
}
.mySwiperny .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mySwiperny .swiper-slide .img > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mySwiperny .er-gat {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  z-index: 9;
  text-align: center;
}
@media (max-width: 768px) {
  .mySwiperny .er-gat .swiper-pagination1 {
    width: 100%;
    position: static;
  }
}
.mySwiperny .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 2.5625rem;
  height: 0.125rem;
  margin: 0 0.3125rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
}
.mySwiperny .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-zt);
}

.zj-body .ajhhsd {
  margin-top: 0;
  padding: 1.6em 0;
}
@media (max-width: 768px) {
  .zj-body .ajhhsd {
    padding: 0.85em 0;
    margin-top: 0;
  }
}

.zjzk_content {
  padding: 0 0 1rem;
}
.zjzk_content .zjzk-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
@media (max-width: 768px) {
  .zjzk_content .zjzk-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.zjzk_content .zjzk-list li {
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
}
.zjzk_content .zjzk-list li a.img .asxt1 {
  position: relative;
  background: -webkit-linear-gradient(top, #96C8FD 0%, #FFF 100%);
  background: -moz-linear-gradient(top, #96C8FD 0%, #FFF 100%);
  background: -o-linear-gradient(top, #96C8FD 0%, #FFF 100%);
  background: linear-gradient(180deg, #96C8FD 0%, #FFF 100%);
  padding: 1.5rem 7% 0;
}
.zjzk_content .zjzk-list li a.img .asxt1::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  display: block;
  z-index: 1;
}
.zjzk_content .zjzk-list li a.img .asxt1::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  width: 95.4545454545%;
  height: 100%;
  display: block;
  background: -webkit-linear-gradient(top, #043491 0%, #043491 100%);
  background: -moz-linear-gradient(top, #043491 0%, #043491 100%);
  background: -o-linear-gradient(top, #043491 0%, #043491 100%);
  background: linear-gradient(180deg, #043491 0%, #043491 100%);
  -webkit-clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
          clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
}
.zjzk_content .zjzk-list li a.img .asxt1 .img {
  width: 44.9838187702%;
  position: relative;
  z-index: 1;
}
.zjzk_content .zjzk-list li a.img .asxt1 .img img {
  width: 100%;
  aspect-ratio: 102/136;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjzk_content .zjzk-list li a.img .asxt1 .cont-p {
  width: 55.0161812298%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}
.zjzk_content .zjzk-list li a.img .asxt1 .cont-p .tit {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 700;
}
.zjzk_content .zjzk-list li a.img .asxt1 .cont-p .ftit {
  background: #EE7219;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.65em 1.25em;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.65rem auto 0;
}
.zjzk_content .zjzk-list li a.img .asxt2 {
  color: #787878;
  font-size: 0.875rem;
  line-height: 1.75em;
  padding: 1.25rem 7%;
}
.zjzk_content .zjzk-list li a.img .asxt2 p {
  position: relative;
  padding-left: 1em;
}
.zjzk_content .zjzk-list li a.img .asxt2 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
}
.zjzk_content .zjzk-list li a.img:hover .asxt1::after {
  background: #EE7219;
}

.zj-banera {
  position: relative;
}
.zj-banera::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: 100%;
  display: block;
  background: -webkit-linear-gradient(top, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
  background: -moz-linear-gradient(top, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
  background: -o-linear-gradient(top, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
  background: linear-gradient(180deg, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 65% 100%, 0% 100%);
}
.zj-banera .mbxdh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.zj-banera .mbxdh .ajhhsd {
  margin-top: 0;
  color: #fff;
}
.zj-banera .mbxdh .ajhhsd a {
  color: #fff;
}
.zj-banera u {
  display: block;
  font-size: 0;
}
.zj-banera u img {
  width: 100%;
}

.zjzk-cont1 {
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .zjzk-cont1 {
    margin-top: 1rem;
  }
}
.zjzk-cont1 .zjzk-a1v1 {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 2rem;
}
.zjzk-cont1 .zjzk-a1v1 .zjzk-a1b1 {
  width: 18.5%;
  border-radius: 50%;
  overflow: hidden;
  border: 0.25rem solid #fff;
}
@media (max-width: 768px) {
  .zjzk-cont1 .zjzk-a1v1 .zjzk-a1b1 {
    width: 25%;
  }
}
.zjzk-cont1 .zjzk-a1v1 .zjzk-a1b1 img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjzk-cont1 .zjzk-a1v1 .zjzk-a1b2 {
  width: 78.3333333333%;
  padding-right: 25%;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .zjzk-cont1 .zjzk-a1v1 .zjzk-a1b2 {
    margin-bottom: 0;
    width: 72%;
  }
}
.zjzk-cont1 .zjzk-a1v1 .zjzk-a1b2 .title-a {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  padding-right: 0.5em;
}
@media (max-width: 768px) {
  .zjzk-cont1 .zjzk-a1v1 .zjzk-a1b2 .title-a {
    font-size: 1.25rem;
  }
}
.zjzk-cont1 .zjzk-a1v1 .zjzk-a1b2 .title-b {
  color: #787878;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .zjzk-cont1 .zjzk-a1v1 .zjzk-a1b2 .title-b {
    font-size: 0.875rem;
  }
}
.zjzk-cont1 .zjzk-a1v1 .zjzk-a1b2 .title-b span {
  white-space: nowrap;
}

.zjzk-cont2 {
  padding: 2rem 0 5rem;
}
@media (max-width: 768px) {
  .zjzk-cont2 {
    padding: 1rem 0 3rem;
  }
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .csla-list dl {
  margin-top: 0.65em;
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .csla-list dl dt {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5em;
  width: 20%;
  font-weight: 500;
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .csla-list dl dd {
  color: #787878;
  font-size: 1.125rem;
  line-height: 1.5em;
  width: 78.7341772152%;
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .xxnta {
  margin-top: 2rem;
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 {
    margin-top: 1.5rem;
  }
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list {
  margin-top: 1rem;
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list li {
  padding: 1rem 0;
  border-bottom: 1px solid #EEEEEE;
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list li:first-child {
  padding-top: 0;
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list li .img {
  width: 27.8481012658%;
  display: block;
  font-size: 0;
  position: relative;
}
@media (max-width: 768px) {
  .zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list li .img {
    width: 100%;
  }
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list li .img img {
  width: 100%;
  aspect-ratio: 219/155;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list li .img span {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.75rem;
  padding: 0 0.35rem;
  line-height: 1.75em;
  border-radius: 0.2rem;
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list li .cont-p {
  width: 68.1012658228%;
}
@media (max-width: 768px) {
  .zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list li .cont-p .name {
  color: #3F3B3B;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 700;
}
.zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list li .cont-p .p {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.875rem;
  line-height: 1.65em;
  margin: 0.75em 0 0;
}
@media (max-width: 768px) {
  .zjzk-cont2 .zjzk-cont .zjzk-ct1 .zjd-cont1 .news-list li .cont-p .p {
    margin: 0.65em 0 0;
  }
}
.zc-content {
  padding: 2.625rem 0 1rem;
}
@media (max-width: 768px) {
  .zc-content {
    padding: 1.25rem 0 1rem;
  }
}
.zc-content .zc-cont .zc-cont1 .zc-namwer .zc-namwer-a1 {
  width: 31.0126582278%;
}
@media (max-width: 768px) {
  .zc-content .zc-cont .zc-cont1 .zc-namwer .zc-namwer-a1 {
    width: 100%;
  }
}
.zc-content .zc-cont .zc-cont1 .zc-namwer .zc-namwer-a1 img {
  width: 100%;
  aspect-ratio: 245/271;
  -o-object-fit: cover;
     object-fit: cover;
}
.zc-content .zc-cont .zc-cont1 .zc-namwer .zc-namwer-a2 {
  width: 67.4683544304%;
}
@media (max-width: 768px) {
  .zc-content .zc-cont .zc-cont1 .zc-namwer .zc-namwer-a2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.zc-content .zc-cont .zc-cont1 .zc-namwer .zc-namwer-a2 .mySwiper1 {
  position: relative;
}
.zc-content .zc-cont .zc-cont1 .zc-namwer .zc-namwer-a2 .mySwiper1 .swiper-slide a.img {
  position: relative;
}
.zc-content .zc-cont .zc-cont1 .zc-namwer .zc-namwer-a2 .mySwiper1 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.zc-content .zc-cont .zc-cont1 .zc-namwer .zc-namwer-a2 .mySwiper1 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 533/271;
  -o-object-fit: cover;
     object-fit: cover;
}
.zc-content .zc-cont .zc-cont1 .zc-namwer .zc-namwer-a2 .mySwiper1 .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 1;
  padding: 0 5%;
  text-align: center;
}
@media (max-width: 768px) {
  .zc-content .zc-cont .zc-cont1 .zc-namwer .zc-namwer-a2 .mySwiper1 .swiper-pagination1 {
    bottom: 1rem;
  }
}

.jrjd-conta1 {
  margin-bottom: 2.25rem;
}
@media (max-width: 768px) {
  .jrjd-conta1 {
    margin-bottom: 1.75rem;
  }
}
.jrjd-conta1 .tita2 .tit {
  color: #333333;
  font-size: 1.75rem;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 700;
}
@media (max-width: 768px) {
  .jrjd-conta1 .tita2 .tit {
    font-size: 1.5rem;
  }
}
.jrjd-conta1 .tita2 .tit span {
  color: var(--color-zt);
}
.jrjd-conta1 .tita2 a.gdxa {
  color: #999999;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.jrjd-conta1 .tita2 a.gdxa:hover {
  color: var(--color-zt);
}
.jrjd-conta1 .jdxw_list1 {
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  padding: 1.78rem 6%;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .jrjd-conta1 .jdxw_list1 {
    margin-top: 1rem;
  }
}
.jrjd-conta1 .jdxw_list1 li + li {
  margin-top: 1rem;
}
.jrjd-conta1 .jdxw_list1 li a {
  display: block;
  color: #3F3B3B;
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.35rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.jrjd-conta1 .jdxw_list1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.375rem;
  height: 0.375rem;
  background: var(--color-zt);
  border-radius: 50%;
}
.jrjd-conta1 .jdxw_list1 li a:hover {
  color: var(--color-zt);
}

.sj-content {
  padding: 2.8125rem 0 2rem;
}
@media (max-width: 768px) {
  .sj-content {
    padding: 1.125rem 0;
  }
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .sj-content .sj-cont .sj-cont1 .ashxa_list1 {
    margin-bottom: 1.25rem;
  }
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li a.img {
  position: relative;
  width: 59.8225602028%;
}
@media (max-width: 768px) {
  .sj-content .sj-cont .sj-cont1 .ashxa_list1 li a.img {
    width: 100%;
  }
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li a.img u {
  display: block;
  font-size: 0;
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li a.img u img {
  width: 100%;
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li a.img .cont-p {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  padding: 0 5%;
  color: #fff;
  z-index: 1;
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li a.img .cont-p .tit {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5em;
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li a.img .cont-p .data {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 0.55rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .sj-content .sj-cont .sj-cont1 .ashxa_list1 li a.img .cont-p .data {
    font-size: 1rem;
  }
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li a.img .cont-p .data .name {
  gap: 1em;
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li a.img .cont-p .data .asdh {
  gap: 0.25em;
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li a.img .cont-p .data .asdh i {
  font-size: 1.125rem;
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li .asjtx {
  width: 39.5437262357%;
}
@media (max-width: 768px) {
  .sj-content .sj-cont .sj-cont1 .ashxa_list1 li .asjtx {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li .asjtx dl + dl {
  margin-top: 0.6rem;
}
.sj-content .sj-cont .sj-cont1 .ashxa_list1 li .asjtx dl img {
  width: 100%;
}
.sj-content .sj-cont .sj-cont1 .news-list-as li {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sj-content .sj-cont .sj-cont1 .news-list-as li a.img img {
  aspect-ratio: 290/220;
}
.sj-content .sj-cont .sj-cont1 .news-list-as li .cont-p .p {
  margin: 0.5em 0 0.5em;
  font-size: 0.75rem;
}
.sj-content .sj-cont .sj-cont1 .news-list-as li .cont-p .data {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}

.qyk-body .n_mbx {
  margin-top: 1.25rem;
}
.qyk-body .n_mbx .n_src {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 768px) {
  .qyk-body .n_mbx .n_src {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ahgfx-n {
  margin-top: 1.5rem;
}
.ahgfx-n .sxx-sort {
  gap: 2rem;
  border-bottom: 1px dashed #DFDFDF;
  padding: 0.85rem 0;
}
@media (max-width: 768px) {
  .ahgfx-n .sxx-sort {
    gap: 0.5rem;
  }
}
.ahgfx-n .sxx-sort li a {
  color: #3F3B3B;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.ahgfx-n .sxx-sort li a.active, .ahgfx-n .sxx-sort li a:hover {
  color: var(--color-zt);
}
@media (min-width: 767px) {
  .ahgfx-n .sxx-sort.astx {
    display: none;
  }
}

.qyk-content {
  padding: 0 0 1.5rem;
}
.qyk-content .searchsa {
  margin-top: 2.25rem;
}
.qyk-content .searchsa form {
  width: 54.5833333333%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .qyk-content .searchsa form {
    width: 100%;
  }
}
.qyk-content .searchsa form .conx {
  border-radius: 1.875rem;
  border: 1px solid #E6E6E6;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.qyk-content .searchsa form .conx input {
  width: -webkit-calc(100% - 5.3125rem);
  width: -moz-calc(100% - 5.3125rem);
  width: calc(100% - 5.3125rem);
  text-indent: 2em;
  color: #333;
}
.qyk-content .searchsa form .conx input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.qyk-content .searchsa form .conx input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.qyk-content .searchsa form .conx input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.qyk-content .searchsa form .conx button {
  width: 5.3125rem;
  border: none;
  background: #EE7219;
  height: 3.375rem;
  padding-right: 0.5rem;
}
.qyk-content .searchsa form .conx button i {
  color: #FFFFFF;
  font-size: 1.75rem;
}

.qyk-content .qyk-cont {
  margin-top: 1.75rem;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-banner .mySwiper1 {
  position: relative;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-banner .mySwiper1 .swiper-slide a.img {
  position: relative;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-banner .mySwiper1 .swiper-slide a.img i {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-banner .mySwiper1 .swiper-slide a.img i img {
  width: 100%;
  aspect-ratio: 789/200;
  -o-object-fit: cover;
     object-fit: cover;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-banner .mySwiper1 .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 1;
  padding: 0 5%;
  text-align: center;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-banner .mySwiper1 .gong-jt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-banner .mySwiper1 .gong-jt > div.swiper-button-prev1 {
  left: 0;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-banner .mySwiper1 .gong-jt > div.swiper-button-next1 {
  right: 0;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list {
  margin-top: 1.6875rem;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li {
  padding: 1.78rem 3.5%;
  border: 1px solid #D9D9D9;
}
@media (max-width: 768px) {
  .qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li {
    padding: 1.5rem 5%;
  }
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li + li {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li + li {
    margin-top: 1.25rem;
  }
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p {
  width: 75%;
}
@media (max-width: 768px) {
  .qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.125rem;
  }
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p .tita {
  gap: 1rem;
}
@media (max-width: 768px) {
  .qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p .tita {
    gap: 0.5rem;
  }
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p .tita a.name {
  color: #3F3B3B;
  font-size: 1.25rem;
  line-height: 1.25em;
  font-weight: 600;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p .tita .asjx {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.75rem;
  line-height: 1.5em;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p .tita .asjx i {
  display: block;
  font-size: 0;
  width: 1.125rem;
  margin-right: 0.25rem;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p .tita .asjx i img {
  width: 100%;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p .tag_lisxt {
  margin-top: 0.75rem;
  gap: 0.75em;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p .tag_lisxt span {
  background: rgba(4, 52, 145, 0.1);
  color: #043491;
  font-size: 0.75rem;
  line-height: 1.375em;
  padding: 0.35em 1em;
  border-radius: 0.2rem;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p .ftit {
  color: rgba(63, 59, 59, 0.6);
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p .txt {
  color: #3F3B3B;
  font-size: 0.75rem;
  line-height: 1.85em;
  margin-top: 0.5rem;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li .cont-p .txt strong {
  color: #043491;
  font-weight: 500;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li a.img {
  width: 19.9175824176%;
  border: 1px solid #E7E7E7;
  overflow: hidden;
}
@media (max-width: 768px) {
  .qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li a.img {
    width: 100%;
  }
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li a.img i {
  display: block;
  font-size: 0;
}
.qyk-content .qyk-cont .qyk-cont1 .qyk-a-list li a.img i img {
  width: 100%;
}

.qy-lb-a1 {
  border: 1px solid #E6E6E6;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 30%, #EE7219 560%);
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 30%, #EE7219 560%);
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 30%, #EE7219 560%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 30%, #EE7219 560%);
  padding: 1.5rem 6% 2rem;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .qy-lb-a1 {
    margin-top: 1.5rem;
  }
}
.qy-lb-a1 .p1 {
  color: #6C6C6C;
  font-size: 0.875rem;
  line-height: 1.75em;
  margin-top: 1rem;
}
.qy-lb-a1 .p2 {
  color: #6C6C6C;
  font-size: 0.875rem;
  line-height: 1.75em;
  margin-top: 0.65rem;
}
.qy-lb-a1 .p2 p {
  position: relative;
  padding-left: 1em;
}
.qy-lb-a1 .p2 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
}
.qy-lb-a1 .more-b {
  margin-top: 1.5rem;
}

.qy-lb-a2 {
  background: #F0F3F7;
  padding: 1.5rem 6% 2rem;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .qy-lb-a2 {
    margin-top: 1.5rem;
  }
}
.qy-lb-a2 .qy-lb-a2c1 {
  margin-top: 0.5rem;
}
.qy-lb-a2 .qy-lb-a2c1 li {
  border-bottom: 1px solid #DFDFDF;
  padding: 1.125rem 0;
}
@media (max-width: 768px) {
  .qy-lb-a2 .qy-lb-a2c1 li {
    padding: 1rem 0;
  }
}
.qy-lb-a2 .qy-lb-a2c1 li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.qy-lb-a2 .qy-lb-a2c1 li a.img {
  display: block;
  font-size: 0;
  margin-bottom: 1rem;
}
.qy-lb-a2 .qy-lb-a2c1 li a.img img {
  width: 100%;
}
.qy-lb-a2 .qy-lb-a2c1 li .cont-p a.name {
  display: block;
  color: #333333;
  font-size: 1rem;
  line-height: 1.65em;
}
.qy-lb-a2 .qy-lb-a2c1 li .cont-p a.name:hover {
  color: var(--color-zt);
}
.qy-lb-a2 .qy-lb-a2c1 li .cont-p .data {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .qy-lb-a2 .qy-lb-a2c1 li .cont-p .data {
    margin-top: 0.5rem;
  }
}
.qy-lb-a2 .qy-lb-a2c1 li .cont-p .data p {
  margin-right: 1em;
}

.qy-lb-a3 {
  padding: 1.5rem 6% 2rem;
  background: #F0F3F7;
}
.qy-lb-a3 .qy-lb-a3c1 li {
  margin-top: 1.85rem;
}
@media (max-width: 768px) {
  .qy-lb-a3 .qy-lb-a3c1 li {
    margin-top: 1.25rem;
  }
}
.qy-lb-a3 .qy-lb-a3c1 li:not(:last-child) {
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 1rem;
}
.qy-lb-a3 .qy-lb-a3c1 li .name {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
  padding-top: 0.75em;
}
.qy-lb-a3 .qy-lb-a3c1 li .asjx {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}
.qy-lb-a3 .qy-lb-a3c1 li .asjx i {
  display: block;
  font-size: 0;
  width: 1.125rem;
  margin-right: 0.25rem;
}
.qy-lb-a3 .qy-lb-a3c1 li .asjx i img {
  width: 100%;
}
.qy-lb-a3 .qy-lb-a3c1 li:hover .name {
  color: var(--color-zt);
}

.show-case-content {
  background: url(../images/bj1.png) no-repeat center top;
  -o-background-size: 100% auto;
     background-size: 100% auto;
  overflow: hidden;
  padding-bottom: 5.625rem;
}
@media (max-width: 768px) {
  .show-case-content {
    padding-bottom: 2rem;
  }
}
.show-case-content .ajhhsd {
  margin-top: 0;
  padding: 1.73em 0;
}
.show-case-content .show-case-cont1 {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  padding: 2.25rem 2.85%;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont1 {
    padding: 1.75rem 5%;
  }
}
.show-case-content .show-case-cont1 > .img {
  width: 11.6134751773%;
  border: 1px solid #E7E7E7;
  overflow: hidden;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont1 > .img {
    width: 100%;
  }
}
.show-case-content .show-case-cont1 > .img img {
  width: 100%;
}
.show-case-content .show-case-cont1 .cont-p {
  width: 86.170212766%;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont1 .cont-p {
    width: 100%;
    margin-top: 1.125rem;
  }
}
.show-case-content .show-case-cont1 .cont-p .tita {
  gap: 1rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont1 .cont-p .tita {
    gap: 0.5rem;
  }
}
.show-case-content .show-case-cont1 .cont-p .tita a.name {
  color: #3F3B3B;
  font-size: 1.25rem;
  line-height: 1.25em;
  font-weight: 700;
}
.show-case-content .show-case-cont1 .cont-p .tita .asjx {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.75rem;
  line-height: 1.5em;
}
.show-case-content .show-case-cont1 .cont-p .tita .asjx i {
  display: block;
  font-size: 0;
  width: 1.125rem;
  margin-right: 0.25rem;
}
.show-case-content .show-case-cont1 .cont-p .tita .asjx i img {
  width: 100%;
}
.show-case-content .show-case-cont1 .cont-p .tag_lisxt {
  margin-top: 0.75rem;
  gap: 0.75em;
}
.show-case-content .show-case-cont1 .cont-p .tag_lisxt span {
  background: rgba(4, 52, 145, 0.1);
  color: #043491;
  font-size: 0.75rem;
  line-height: 1.375em;
  padding: 0.35em 1em;
  border-radius: 0.2rem;
}
.show-case-content .show-case-cont1 .cont-p .ry_slryt {
  gap: 0.5em;
  margin-top: 1rem;
}
.show-case-content .show-case-cont1 .cont-p .ry_slryt li {
  background: #F9F0E7;
  color: #CD8843;
  font-size: 0.75rem;
  line-height: 1.375em;
  padding: 0.45em 0.75em;
  border-radius: 0.2rem;
  gap: 0.5rem;
}
.show-case-content .show-case-cont1 .cont-p .ry_slryt li i {
  display: block;
  width: 1rem;
  font-size: 0;
}
.show-case-content .show-case-cont1 .cont-p .ry_slryt li i img {
  width: 100%;
}
.show-case-content .show-case-cont2 {
  gap: 1rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont2 {
    margin: 1.5rem 0;
    gap: 0.75rem;
  }
}
.show-case-content .show-case-cont2 li a {
  display: block;
  color: #043491;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.25rem 2.125em;
  border: 1px solid #043491;
  border-radius: 2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont2 li a {
    padding: 0.125rem 1.85em;
  }
}
.show-case-content .show-case-cont2 li:hover a {
  color: #fff;
  background: var(--color-zt);
  border-color: var(--color-zt);
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c1 .show-case-a3b1c1v1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c1 .show-case-a3b1c1v1 {
    margin-top: 1rem;
  }
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c1 .show-case-a3b1c1v1 .show-case-a3b1c1v1b1 {
  width: 39.746835443%;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c1 .show-case-a3b1c1v1 .show-case-a3b1c1v1b1 {
    width: 100%;
  }
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c1 .show-case-a3b1c1v1 .show-case-a3b1c1v1b1 img {
  width: 100%;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c1 .show-case-a3b1c1v1 .show-case-a3b1c1v1b2 {
  width: 54.3037974684%;
  padding-right: 5%;
  color: #3F3B3B;
  font-size: 0.875rem;
  line-height: 1.75em;
  max-height: 13rem;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c1 .show-case-a3b1c1v1 .show-case-a3b1c1v1b2 {
    width: 100%;
    padding-right: 0;
    height: auto;
    margin-top: 1rem;
  }
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c2 {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c2 {
    margin-top: 1.75rem;
  }
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c2 .show-case-a3b1c2v1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c2 .show-case-a3b1c2v1 {
    margin-top: 1.25rem;
  }
  .show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c2 .show-case-a3b1c2v1 .table-cont {
    overflow-x: auto;
  }
  .show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c2 .show-case-a3b1c2v1 .table-cont table {
    min-width: 768px;
  }
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c2 .show-case-a3b1c2v1 table tr td {
  padding: 0.85em 2.5em !important;
  vertical-align: middle;
  color: #3F3B3B;
  font-size: 0.875rem;
  border-color: #F0F0F0;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c2 .show-case-a3b1c2v1 table tr td a {
  color: #043491;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c2 .show-case-a3b1c2v1 table tr td.hs {
  background: #FAFAFA;
  width: 20%;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c3 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c3 {
    margin-top: 1.75rem;
  }
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c3 .show-case-a3b1c3v1 {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c3 .show-case-a3b1c3v1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c3 .show-case-a3b1c3v1 li .img {
  padding: 1.125rem;
  border: 1px solid #F0F0F0;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c3 .show-case-a3b1c3v1 li .img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c3 .show-case-a3b1c3v1 li .img i img {
  width: 100%;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c3 .show-case-a3b1c3v1 li .name {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 0.85rem;
  text-align: center;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c4 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c4 {
    margin-top: 1.5rem;
  }
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c4 .show-case-a3b1c4v1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c4 .show-case-a3b1c4v1 {
    margin-top: 1rem;
  }
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c4 .show-case-a3b1c4v1 table tr:nth-child(2n-1) {
  background: #FAFAFA;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c4 .show-case-a3b1c4v1 table tr td {
  color: #3F3B3B;
  font-size: 0.875rem;
  line-height: 1.25em;
  border-color: #F0F0F0;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c4 .show-case-a3b1c4v1 table tr td a {
  color: #043491;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c4 .show-case-a3b1c4v1 table tr td:nth-child(2) {
  text-align: center;
}
.show-case-content .show-case-cont3 .show-case-a3b1 .show-case-a3b1c4 .show-case-a3b1c4v1 table tr:nth-child(1) td {
  text-align: center;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b1 {
  border: 1px solid #F0F0F0;
  padding: 2.85rem 7%;
  color: #3F3B3B;
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b1 {
    padding: 2.25rem 7%;
  }
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b1 .wejh-ax {
  background: #FFF;
  box-shadow: 0px 0px 0.625rem 0px rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 1.25em 2.85em;
  cursor: pointer;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b1 .wejh-ax a {
  color: #043491;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b1 .qy-lb-b1c1 {
  position: relative;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b1 .qy-lb-b1c1.yxx::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b1 .qy-lb-b1c1 li + li {
  margin-top: 0.75rem;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b1 .qy-lb-b1c1 li p {
  position: relative;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b1 .qy-lb-b1c1 li p.asx2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b1 .qy-lb-b1c1 li p:nth-child(2n-1) {
  width: 25%;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b1 .qy-lb-b1c1 li p:nth-child(2n) {
  width: 75%;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b2 {
  padding: 2rem 6%;
  border: 1px solid #F0F0F0;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b2 {
    padding: 1.5rem 6%;
    margin-top: 1.5rem;
  }
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b2 .p1 {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b2 form .inpt {
  margin-top: 1rem;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b2 form .inpt textarea {
  width: 100%;
  border: 1px solid #F0F0F0;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.65em 0.75em;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b2 form .inpt textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(120, 120, 120, 0.8);
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b2 form .inpt textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(120, 120, 120, 0.8);
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b2 form .inpt textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(120, 120, 120, 0.8);
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b2 form .div_aghgha button {
  margin-top: 1rem;
  width: 100%;
  background: var(--color-zt);
  border-color: var(--color-zt);
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b2 form .div_aghgha button::after {
  background: #fff;
}
.show-case-content .show-case-cont3 .show-case-a3b2 .qy-lb-b2 form .div_aghgha button:hover {
  color: var(--color-zt);
}

.gx-banner {
  background: url(../images/bj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  overflow: hidden;
}
.gx-banner .ajhhsd {
  margin-top: 0;
}
.gx-banner .gx_lista1 {
  padding: 1.5625rem 0 5.5rem;
}
@media (max-width: 768px) {
  .gx-banner .gx_lista1 {
    padding: 1rem 0 2.5rem;
  }
}
.gx-banner .gx_lista1 li {
  width: 50%;
  background: rgba(4, 52, 145, 0.87);
  color: #fff;
  text-align: center;
  padding: 2.375rem 5% 3.75rem;
}
@media (max-width: 768px) {
  .gx-banner .gx_lista1 li {
    width: 100%;
    padding: 1.75rem 5% 2.5rem;
  }
}
.gx-banner .gx_lista1 li i {
  display: block;
  font-size: 0;
  width: 4.9375rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gx-banner .gx_lista1 li i {
    width: 4rem;
  }
}
.gx-banner .gx_lista1 li i img {
  width: 100%;
}
.gx-banner .gx_lista1 li .titas {
  margin-top: 0.45rem;
}
.gx-banner .gx_lista1 li .titas .tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .gx-banner .gx_lista1 li .titas .tit {
    font-size: 1.4rem;
  }
}
.gx-banner .gx_lista1 li .titas .ftit {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 0.15rem;
}
.gx-banner .gx_lista1 li a.more-asx {
  background: #FFFFFF;
  width: 59.0909090909%;
  text-align: center;
  color: #043491;
  font-weight: 600;
  display: block;
  margin: 1rem auto 0;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.7em 0;
  border-radius: 2rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.gx-banner .gx_lista1 li a.more-asx:hover {
  background: var(--color-zt);
  color: #fff;
}
.gx-banner .gx_lista1 li a.more-asx.hs {
  color: #EE7219;
}
.gx-banner .gx_lista1 li a.more-asx.hs:hover {
  background: #043491;
  color: #fff;
}
.gx-banner .gx_lista1 li:nth-child(2) {
  background: rgba(238, 114, 25, 0.87);
}

.gx_content {
  padding: 3.625rem 0 1.5rem;
}
@media (max-width: 768px) {
  .gx_content {
    padding: 2rem 0 1.25rem;
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 {
  border: 1px solid #D9D9D9;
  background: -webkit-linear-gradient(top, rgba(4, 52, 145, 0) -29.58%, rgba(4, 52, 145, 0.07) 168.44%);
  background: -moz-linear-gradient(top, rgba(4, 52, 145, 0) -29.58%, rgba(4, 52, 145, 0.07) 168.44%);
  background: -o-linear-gradient(top, rgba(4, 52, 145, 0) -29.58%, rgba(4, 52, 145, 0.07) 168.44%);
  background: linear-gradient(180deg, rgba(4, 52, 145, 0) -29.58%, rgba(4, 52, 145, 0.07) 168.44%);
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 {
  padding: 2.5rem 0 2rem;
  border-bottom: 1px dashed #DFDFDF;
}
@media (max-width: 768px) {
  .gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 {
    padding: 1.5rem 0 1.25rem;
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa form {
  width: 82.9113924051%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa form {
    width: 91%;
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa form .conx {
  border-radius: 1.875rem;
  border: 1px solid #E6E6E6;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa form .conx input {
  width: -webkit-calc(100% - 5.3125rem);
  width: -moz-calc(100% - 5.3125rem);
  width: calc(100% - 5.3125rem);
  text-indent: 2em;
  color: #333;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa form .conx input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa form .conx input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa form .conx input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa form .conx button {
  width: 5.3125rem;
  border: none;
  background: #EE7219;
  height: 3.375rem;
  padding-right: 0.5rem;
}
@media (max-width: 768px) {
  .gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa form .conx button {
    height: 3rem;
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa form .conx button i {
  color: #FFFFFF;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa form .conx button i {
    font-size: 1.35rem;
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa .wehasx-a {
  color: #7C7C7C;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-top: 1.125rem;
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa .wehasx-a {
    gap: 0.5rem;
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa .wehasx-a a {
  display: inline-block;
  background: #EFEFEF;
  color: #787878;
  font-size: 0.75rem;
  line-height: 1.5em;
  padding: 0.4rem 2em;
  border-radius: 2rem;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d1 .searchsa .wehasx-a a:hover {
  background: var(--color-zt);
  color: #fff;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d2 {
  padding: 1.625rem 3.25% 3.375rem;
}
@media (max-width: 768px) {
  .gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d2 {
    padding: 1.5rem 5%;
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d2 .ttia {
  color: #3F3B3B;
  font-size: 0.875rem;
  line-height: 1.5em;
  position: relative;
  padding-left: 1em;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d2 .ttia::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 0.6875rem;
  background: var(--color-zt);
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d2 .ftitaa {
  color: #8B8989;
  font-size: 0.75rem;
  line-height: 1.5em;
  padding: 0.75em 0;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d2 .sxx-sort {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d2 .sxx-sort {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d2 .sxx-sort li a {
  display: block;
  color: #3F3B3B;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d2 .sxx-sort li a:hover, .gx_content .gx_a1v1 .gx_a1b1 .gx_a1b1c1 .gx_a1b1c1d2 .sxx-sort li a.active {
  color: var(--color-zt);
}
.gx_content .gx_a1v1 .gx_a1b1 .px_sort1 {
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .gx_content .gx_a1v1 .gx_a1b1 .px_sort1 {
    margin-top: 1.5rem;
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .px_sort1 li a {
  display: block;
  color: #043491;
  font-size: 1rem;
  line-height: 1.5em;
  border: 1px solid #043491;
  border-radius: 2.5rem;
  padding: 0.25rem 1.5em;
}
.gx_content .gx_a1v1 .gx_a1b1 .px_sort1 li a:hover, .gx_content .gx_a1v1 .gx_a1b1 .px_sort1 li a.active {
  background: #EE7219;
  color: #fff;
  border-color: #EE7219;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx-list {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .gx_content .gx_a1v1 .gx_a1b1 .gx-list {
    margin-top: 1.5rem;
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .gx-list li {
  border: 1px solid #D9D9D9;
  padding: 1.125rem 3.25% 1.5rem;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx-list li + li {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .gx_content .gx_a1v1 .gx_a1b1 .gx-list li + li {
    margin-top: 1.125rem;
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .gx-list li .titasx .tit {
  color: #3F3B3B;
  font-size: 1.25rem;
  line-height: 1.5em;
  width: 75%;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx-list li .titasx span {
  color: #EE7219;
  font-size: 0.75rem;
  line-height: 2em;
  background: rgba(238, 114, 25, 0.2);
  padding: 0 1em;
  border-radius: 2rem;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx-list li .cont-p {
  margin-top: 1.35rem;
}
@media (max-width: 768px) {
  .gx_content .gx_a1v1 .gx_a1b1 .gx-list li .cont-p {
    gap: 0.25rem;
    margin-top: 1rem;
  }
}
.gx_content .gx_a1v1 .gx_a1b1 .gx-list li .cont-p .data {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  line-height: 1.5em;
  gap: 0.2rem 2em;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx-list li .cont-p .myzqy {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  line-height: 1.5em;
  gap: 0.4rem;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx-list li .cont-p .myzqy i {
  display: block;
  font-size: 0;
  width: 0.75rem;
}
.gx_content .gx_a1v1 .gx_a1b1 .gx-list li .cont-p .myzqy i img {
  width: 100%;
}

.gx_a1b2 .gx_a1b2c1 {
  background: #F0F3F7;
  padding: 1.95rem 1.5625rem;
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #DFDFDF;
}
@media (max-width: 768px) {
  .gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li {
    padding: 1.35rem 0;
  }
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li:last-child {
  border-bottom: none;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li:last-child {
    padding-bottom: 0;
  }
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li .tit {
  color: #3F3B3B;
  font-size: 1rem;
  line-height: 1.75em;
  font-weight: 500;
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li .titasx {
  padding: 0.125rem 0;
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li .titasx .myzqy {
  color: rgba(63, 59, 59, 0.8);
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li .titasx .myzqy i {
  display: block;
  font-size: 0;
  width: 0.75rem;
  margin-left: 0.25rem;
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li .titasx .myzqy i img {
  width: 100%;
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li .titasx span {
  color: #EE7219;
  font-size: 0.75rem;
  line-height: 2em;
  background: rgba(238, 114, 25, 0.2);
  padding: 0 1em;
  border-radius: 2rem;
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li .cont-p {
  color: rgba(63, 59, 59, 0.6);
  font-size: 0.75rem;
  line-height: 1.65em;
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li .cont-p div.hs {
  color: #EE7219;
  font-size: 0.75rem;
  line-height: 1.65em;
  margin-left: 1em;
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li .cont-p div.hs i {
  display: block;
  font-size: 0;
  width: 0.625rem;
  margin-left: 0.25rem;
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li .cont-p div.hs i img {
  width: 100%;
}
.gx_a1b2 .gx_a1b2c1 .yzgyxm_list1 li:hover .tit {
  color: var(--color-zt);
}
.gx_a1b2 .gx_a1b2c2 {
  margin-top: 2rem;
  padding: 1.625rem 1.5625rem;
  border: 1px solid #D9D9D9;
}
.gx_a1b2 .gx_a1b2c2 .gx_a1b2c2d1 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .gx_a1b2 .gx_a1b2c2 .gx_a1b2c2d1 {
    margin-top: 1.25rem;
  }
}
.gx_a1b2 .gx_a1b2c2 .gx_a1b2c2d1 li + li {
  margin-top: 1rem;
}
.gx_a1b2 .gx_a1b2c2 .gx_a1b2c2d1 li a.a-block {
  display: block;
}
.gx_a1b2 .gx_a1b2c2 .gx_a1b2c2d1 li a.a-block i {
  display: block;
  font-size: 0;
}
.gx_a1b2 .gx_a1b2c2 .gx_a1b2c2d1 li a.a-block i img {
  width: 100%;
}
.gx_a1b2 .gx_a1b2c2 .gx_a1b2c2d1 li a.a-block .tit {
  text-align: center;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
}

.msg_content {
  padding: 7.8125rem 0 9.6875rem;
}
@media (max-width: 768px) {
  .msg_content {
    padding: 2.5rem 0;
  }
}
.msg_content form {
  width: 67%;
  margin: 2.25rem auto 0;
}
@media (max-width: 768px) {
  .msg_content form {
    width: 100%;
  }
}
.msg_content form .inpt {
  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;
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .msg_content form .inpt {
    margin-top: 0.75rem;
  }
}
.msg_content form .inpt .m_label1 {
  width: 9rem;
  text-align: right;
  color: #333;
  font-size: 0.875rem;
  line-height: 2.625rem;
}
@media (max-width: 768px) {
  .msg_content form .inpt .m_label1 {
    width: 100%;
    text-align: left;
    line-height: 2.125rem;
  }
}
.msg_content form .inpt .m_label1 span {
  color: #EE7219;
}
.msg_content form .inpt .bdz {
  width: -webkit-calc(98% - 9rem);
  width: -moz-calc(98% - 9rem);
  width: calc(98% - 9rem);
}
@media (max-width: 768px) {
  .msg_content form .inpt .bdz {
    width: 100%;
  }
}
.msg_content form .inpt .bdz .pa1 {
  color: #808080;
  font-size: 0.875rem;
  line-height: 2.625rem;
}
.msg_content form .inpt .bdz .msg-a2-ca1 {
  gap: 0.25rem 1rem;
}
.msg_content form .inpt .bdz .msg-a2-ca1 label {
  color: #808080;
  font-size: 0.875rem;
  line-height: 2.625rem;
}
.msg_content form .inpt .bdz .msg-a2-ca1 label input {
  margin-right: 0.35rem;
}
.msg_content form .inpt .bdz label {
  margin-bottom: 0;
}
.msg_content form .inpt .bdz .dzb-a1c2d1e1 {
  color: #808080;
  font-size: 0.875rem;
  line-height: 2.625rem;
  gap: 0.25rem 1rem;
}
.msg_content form .inpt .bdz .dzb-a1c2d1e1 input {
  margin-right: 0.35rem;
}
.msg_content form .inpt .bdz .p_upload .p_uploadBtn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.msg_content form .inpt .bdz .p_upload .p_uploadBtn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.msg_content form .inpt .bdz .p_upload .p_uploadBtn button {
  color: #EE7219;
  background: transparent;
  border: 1px solid #EE7219;
  cursor: pointer;
}
.msg_content form .inpt .bdz .p_upload .p_uploadBtn button:hover {
  color: #fff;
  background: #EE7219;
}
.msg_content form .inpt .bdz > select {
  border: 1px solid #E1E1E1;
  padding: 0 1.65em;
  color: #666;
  font-size: 1rem;
  line-height: 2.625rem;
  height: 2.625rem;
  width: 100%;
  border-radius: 1.5625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/jtax.svg) no-repeat 97% center #fff;
  -o-background-size: 0.75rem auto;
     background-size: 0.75rem auto;
}
.msg_content form .inpt .bdz > input {
  border: 1px solid #E1E1E1;
  padding: 0 1.65em;
  color: #666;
  font-size: 1rem;
  line-height: 2.625rem;
  width: 100%;
  border-radius: 1.5625rem;
}
.msg_content form .inpt .bdz textarea {
  border: 1px solid #E1E1E1;
  padding: 0.75em 1.65em;
  color: #666;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  border-radius: 0.8125rem;
}
.msg_content form .msg-a2 {
  border-top: 1px solid #DFDFDF;
  padding-top: 2.35rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .msg_content form .msg-a2 {
    padding-top: 1.5rem;
    margin-top: 1.25rem;
  }
}
.msg_content form .msg-a2 .tita2 {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 600;
}
.msg_content form .div_aghgha {
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .msg_content form .div_aghgha {
    margin-top: 1rem;
  }
}
.msg_content form .div_aghgha button {
  background: #043491;
  color: #fff;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .msg_content form .div_aghgha button {
    margin-top: 1rem;
  }
}
.msg_content form .div_aghgha button::after {
  background: #fff;
}
.msg_content form .div_aghgha button:hover {
  color: #043491;
}

.user-body {
  background: #fff;
  font-size: 14px;
}
.user-body .hy-content .heng-ys {
  background: url(../images/hybj.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .user-body .hy-content .heng-ys {
    padding: 4rem 0;
  }
}
.user-body .hy-content .has-asxct {
  border-bottom: 1px solid #DADADA;
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .user-body .hy-content .has-asxct {
    padding: 1rem 0;
  }
}
.user-body .hy-content .has-asxct .logo-asx a.tx {
  display: block;
  width: 7.8125rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.5rem solid #fff;
  margin-top: -5rem;
}
@media (max-width: 768px) {
  .user-body .hy-content .has-asxct .logo-asx a.tx {
    width: 6.8125rem;
    margin-top: -4.25rem;
  }
}
.user-body .hy-content .has-asxct .logo-asx a.tx img {
  width: 100%;
}
.user-body .hy-content .has-asxct .logo-asx .cont-p {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .user-body .hy-content .has-asxct .logo-asx .cont-p {
    margin-left: 1rem;
  }
}
.user-body .hy-content .has-asxct .logo-asx .cont-p .tit {
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.35em;
  font-weight: 600;
}
.user-body .hy-content .has-asxct .logo-asx .cont-p .ftit {
  color: #787878;
  font-size: 1rem;
  line-height: 1.5em;
}
.user-body .hy-content .has-asxct .list-group1 {
  gap: 1rem;
}
@media (max-width: 768px) {
  .user-body .hy-content .has-asxct .list-group1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1rem 0;
  }
}
.user-body .hy-content .has-asxct .list-group1 li a {
  display: block;
  color: #043491;
  font-size: 1rem;
  line-height: 2.125rem;
  text-align: center;
  border: 1px solid #043491;
  border-radius: 3rem;
  padding: 0.2rem 3em;
}
@media (max-width: 768px) {
  .user-body .hy-content .has-asxct .list-group1 li a {
    padding: 0.2rem 2em;
  }
}
.user-body .hy-content .has-asxct .list-group1 li:hover a, .user-body .hy-content .has-asxct .list-group1 li.active a {
  color: #fff;
  background: var(--color-zt);
  border-color: var(--color-zt);
}
.user-body .hy-content .has-asxct a.tc_tox {
  color: #787878;
  font-size: 1rem;
  line-height: 2em;
}
.user-body .hy-content .has-asxct a.tc_tox i {
  margin-right: 0.25rem;
}
.user-body .hy-content .has-asxct a.tc_tox:hover {
  color: var(--color-zt);
}

html, body {
  height: auto;
}

.wehsxa-content {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .wehsxa-content {
    padding: 2.5rem 0;
  }
}
.wehsxa-content .gyasx-cont {
  width: 92%;
  max-width: 38.75rem;
  margin: 2.5rem auto 0;
}
@media (max-width: 768px) {
  .wehsxa-content .gyasx-cont {
    margin-top: 1.25rem;
  }
}
.wehsxa-content .gyasx-cont a.avatar-img1 {
  width: 8rem;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.wehsxa-content .gyasx-cont a.avatar-img1 img {
  width: 100%;
}
.wehsxa-content .gyasx-cont .p1-x {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5em;
  color: #666;
}
@media (max-width: 768px) {
  .wehsxa-content .gyasx-cont .p1-x {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.wehsxa-content .gyasx-cont form .form-group.has-success .form-control, .wehsxa-content .gyasx-cont form .form-group.has-success .input-group-addon {
  border-color: #043491;
}
.wehsxa-content .gyasx-cont form .form-group {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .wehsxa-content .gyasx-cont form .form-group {
    margin-bottom: 0.75rem;
  }
}
.wehsxa-content .gyasx-cont form .control-label {
  padding-top: 0;
  color: #333333;
  font-size: 0.875rem;
  line-height: 2.625rem;
}
@media (max-width: 768px) {
  .wehsxa-content .gyasx-cont form .control-label {
    font-size: 1rem;
    line-height: 2.25rem;
  }
}
.wehsxa-content .gyasx-cont form input {
  width: 100%;
  color: #333333;
  font-size: 0.875rem;
  height: 2.625rem;
  line-height: 2.625rem;
  border-radius: 1.5625rem !important;
  padding: 6px 1em;
}
@media (max-width: 768px) {
  .wehsxa-content .gyasx-cont form input {
    height: 3.25rem;
    line-height: 3.25rem;
  }
}
.wehsxa-content .gyasx-cont form .input-group1 {
  position: relative;
}
.wehsxa-content .gyasx-cont form .zs-more {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: auto;
  height: 2.625rem;
  line-height: 2.625rem;
  z-index: 1;
  background: #043491;
  color: #fff;
  font-size: 1rem;
  padding: 0 2em;
  border-radius: 1.5625rem;
}
@media (max-width: 768px) {
  .wehsxa-content .gyasx-cont form .zs-more {
    height: 3.25rem;
    line-height: 3.25rem;
    border-radius: 2rem;
  }
}
.wehsxa-content .gyasx-cont form .normal-footer button + button {
  margin-left: 1rem;
}

.login-section1 {
  padding: 5rem 0;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .login-section1 {
    width: 100%;
    padding: 2.25rem 0;
  }
}
.login-section1 .lofax {
  text-align: center;
}
.login-section1 .lofax img {
  height: 6.25rem;
}
.login-section1 .login-main form {
  margin-top: 2.5rem;
}
.login-section1 .login-main form input {
  border-color: #E3E3E3;
  font-size: 0.875rem;
  line-height: 2.75rem;
  height: 2.75rem;
  border-radius: 2rem;
  padding: 10px 1.25em;
}
.login-section1 .login-main form .pull-right1 {
  margin-top: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.login-section1 .login-main form .pull-right1 a {
  color: #AAAAAA;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.login-section1 .login-main form .pull-right1 a:hover {
  color: #043491;
}
.login-section1 .login-main form .form-group > button {
  width: 100%;
  font-weight: 700;
}
.login-section1 .login-main form .input-group {
  position: relative;
  display: block;
}
.login-section1 .login-main form .input-group input {
  border-radius: 2rem !important;
  float: none;
}
.login-section1 .login-main form .input-group .btn-captcha {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  font-size: 0.875rem;
  line-height: 1.85rem;
  padding: 0;
  background: transparent;
  color: #043491;
  border: none;
  padding: 0 1.5em 0 1em;
  border-left: 1px solid #DEDEDE;
}
.login-section1 .login-main form .input-group .btn-captcha:active {
  box-shadow: none;
}
.login-section1 .login-main form .hmzh {
  margin-top: 1.5rem;
  color: #AAAAAA;
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: center;
}
.login-section1 .login-main form .hmzh a {
  color: #043491;
}
.login-section1 .login-main form .p2 {
  color: #AAAAAA;
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: center;
  margin-top: 1rem;
}
.login-section1 .login-main form .p2 a {
  color: #AAAAAA;
}
.login-section1 .login-main form .p2 a:hover {
  color: #043491;
}

.geyh-sort1 {
  gap: 1rem;
  margin-top: 2rem;
}
.geyh-sort1 li {
  cursor: pointer;
  color: #B7B6B6;
  font-size: 1rem;
  line-height: 2.5em;
  border-bottom: 2px solid transparent;
  padding: 0 1em;
}
.geyh-sort1 li.active {
  color: #EE7219;
  border-color: #EE7219;
}

.geyh-tab1 li {
  display: none;
}
.geyh-tab1 li .login-main form {
  margin-top: 1.5rem;
}
.geyh-tab1 li.active {
  display: block;
}

@media (max-width: 768px) {
  .n-default .msg-wrap {
    position: static;
  }
}

.pead-jsda {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}
.pead-jsda .pead-cont {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  -o-background-size: 35% auto;
     background-size: 35% auto;
  z-index: 999;
  width: 32.44792%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 80%;
  }
}
.pead-jsda .pead-cont .hefat {
  color: #333333;
  font-size: 2.25rem;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0 1rem;
}
.pead-jsda .pead-cont a.jataxta {
  position: absolute;
  right: 5%;
  top: 1.5rem;
}
.pead-jsda .pead-cont a.jataxta i {
  color: #AEAEAE;
  font-size: 2rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 100;
}
.pead-jsda .pead-cont a.jataxta:hover i {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pead-jsda .pead-cont form#f1 {
  padding: 1rem 7% 3.5rem;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 {
    width: 100%;
    padding: 1.5rem 6%;
  }
}
.pead-jsda .pead-cont form#f1 .contact .msga2 .inpt {
  position: relative;
  margin-bottom: 1rem;
}
.pead-jsda .pead-cont form#f1 .contact .msga2 .inpt .m_label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2.625rem;
  font-size: 0.875rem;
  color: #8F8F8F;
  width: 100%;
  padding: 0 1.5em;
}
.pead-jsda .pead-cont form#f1 .contact .msga2 .inpt .m_label span {
  color: #EE7219;
}
.pead-jsda .pead-cont form#f1 .contact .msga2 .inpt input {
  border: 1px solid #E3E3E3;
  font-size: 0.875rem;
  line-height: 2.625rem;
  border-radius: 2.75rem;
  width: 100%;
  padding: 0 1.5em;
}
.pead-jsda .pead-cont form#f1 .contact .msga2 .inpt textarea {
  border: 1px solid #E3E3E3;
  font-size: 0.875rem;
  line-height: 1.5em;
  border-radius: 0.75rem;
  width: 100%;
  padding: 0.45rem 1.5em;
}
.pead-jsda .pead-cont form#f1 .contact .msga1 dl {
  width: 48%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact .msga1 dl {
    width: 100%;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl {
  margin-bottom: 0.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact dl {
    margin-bottom: 0.6rem;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl .text {
  color: #5B6569;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.4em 0 0.6em;
}
.pead-jsda .pead-cont form#f1 .contact dl input {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 2rem;
  color: rgba(71, 77, 87, 0.9);
  font-size: 1rem;
  line-height: 2.5em;
  text-indent: 1em;
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl textarea {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.75rem;
  color: rgba(71, 77, 87, 0.9);
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.5em 1em;
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}
.pead-jsda .pead-cont form#f1 .div_aghgha button {
  border: 1px solid #043491;
  width: 100%;
}

.zt-zs-a2tit {
  text-align: center;
  position: relative;
}
.zt-zs-a2tit u {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.zt-zs-a2tit u img {
  height: 5.8125rem;
}
@media (max-width: 768px) {
  .zt-zs-a2tit u img {
    height: 5rem;
    max-width: inherit;
    margin-left: -50%;
    display: none;
  }
}
.zt-zs-a2tit .cont-p {
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .zt-zs-a2tit .cont-p {
    position: static;
  }
}
.zt-zs-a2tit .tit {
  color: #333333;
  font-size: 2.25rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .zt-zs-a2tit .tit {
    font-size: 2rem;
  }
}
.zt-zs-a2tit .entit {
  color: #043491;
  font-size: 0.75rem;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 53%;
  margin-top: 0.25rem;
  text-align: left;
}
@media (max-width: 768px) {
  .zt-zs-a2tit .entit {
    text-align: center;
    padding-left: 0;
    margin-top: 0;
  }
}

.zt-zs-cont2 {
  background: url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250508/bb12b787c974ce97bbec12720c9d1e6e.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 6.5rem 0 0;
}
@media (max-width: 768px) {
  .zt-zs-cont2 {
    padding-top: 2rem;
  }
}
.zt-zs-cont2 > .wh {
  position: relative;
  z-index: 2;
}
.zt-zs-cont2 .zt-zs-a1b1 {
  margin-top: 2.5rem;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b1 {
    margin-top: 1.25rem;
    gap: 1rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b1 .asxt1 {
  gap: 1rem;
  color: #043491;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b1 .asxt1 {
    font-size: 1.25rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b1 .asxt1 i {
  display: block;
  width: 1.875rem;
  font-size: 0;
  margin-right: 0.35rem;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b1 .asxt1 i {
    width: 1.25rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b1 .asxt1 i img {
  width: 100%;
}
.zt-zs-cont2 .zt-zs-a1b1 .asxt2 {
  position: relative;
}
.zt-zs-cont2 .zt-zs-a1b1 .asxt2 .ermx {
  width: 12rem;
  text-align: center;
}
@media (min-width: 767px) {
  .zt-zs-cont2 .zt-zs-a1b1 .asxt2 .ermx {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b1 .asxt2 .ermx {
    width: 7rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b1 .asxt2 .ermx img {
  width: 100%;
}
.zt-zs-cont2 .zt-zs-a1b1 .asxt2 .ermx p {
  color: #333;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}
.zt-zs-cont2 .asnc-asdct {
  padding-bottom: 3.875rem;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .asnc-asdct {
    padding-bottom: 2rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b2 {
  padding-right: 12rem;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b2 {
    padding-right: 0;
  }
}
.zt-zs-cont2 .zt-zs-a1b2 .zt-asxas1 {
  color: #545454;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b2 .zt-asxas1 {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b2 .zt-asxas1 .tita2 {
  margin-bottom: 1rem;
}
.zt-zs-cont2 .zt-zs-a1b2 .zt-asxas1 .tita2 .tit {
  color: #043491;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
  padding-left: 2.5rem;
}
.zt-zs-cont2 .zt-zs-a1b2 .zt-asxas1 .tita2 .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.85rem;
  height: 1.1875rem;
  display: block;
  background: var(--color-zt);
  -webkit-clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
          clip-path: polygon(60% 0%, 100% 0%, 40% 100%, 0% 100%);
}
.zt-zs-cont2 .zt-zs-a1b2 .zt-asxas1 .tita2 .tit span {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.75em;
  display: block;
}
.zt-zs-cont2 .zt-zs-a1b2 .zt-asxas1 .tita2 .tit span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background: -webkit-linear-gradient(left, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
  background: -moz-linear-gradient(left, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
  background: -o-linear-gradient(left, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
  background: linear-gradient(90deg, #EE7219 0%, rgba(238, 114, 25, 0) 100%);
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 {
  background: #FFFFFF;
  border-radius: 1.875rem;
  padding: 3.5rem 4%;
  margin-top: 2.85rem;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 {
    border-radius: 1rem;
    padding: 1.65rem 7%;
    margin-top: 1.35rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p1 {
  color: #545454;
  font-size: 1.125rem;
  line-height: 1.65em;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p1 {
    font-size: 1rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p3 {
  border-left: 4px solid #043491;
  padding-left: 0.75rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p3 {
    margin-top: 1.5rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p3 .tit {
  color: #043491;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25em;
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p3 p {
  color: rgba(185, 185, 185, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35em;
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.25rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p4 li {
  text-align: center;
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p4 li u {
  display: block;
  font-size: 0;
  width: 6.125rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p4 li u {
    width: 5.25rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p4 li u img {
  width: 100%;
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p4 li .titax {
  text-align: center;
  color: #043491;
  font-size: 2.5rem;
  line-height: 1em;
  font-weight: 500;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p4 li .titax {
    font-size: 1.75rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p4 li .titax sup {
  line-height: 1em;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p4 li .titax sup {
    font-size: 1.25rem;
  }
}
.zt-zs-cont2 .zt-zs-a1b3 .zt-zs-a1b3c1 .p4 li p {
  color: #545454;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.zt-zs-cont2 .zt-zs-a2v1 {
  position: relative;
  padding: 16.875rem 0 4.5rem;
  z-index: 1;
  margin-top: -12rem;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a2v1 {
    padding: 8rem 0 2rem;
    margin-top: -6rem;
  }
}
.zt-zs-cont2 .zt-zs-a2v1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #E1ECFF 9.63%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, #E1ECFF 9.63%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #E1ECFF 9.63%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #E1ECFF 9.63%, rgba(255, 255, 255, 0) 100%);
  -webkit-clip-path: polygon(0 27%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 27%, 100% 0%, 100% 100%, 0% 100%);
}
.zt-zs-cont2 .zt-zs-a2v1 .hzdw_listas1 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.75rem;
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .zt-zs-cont2 .zt-zs-a2v1 .hzdw_listas1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.zt-zs-cont2 .zt-zs-a2v1 .hzdw_listas1 li {
  border-radius: 0.625rem;
  overflow: hidden;
}
.zt-zs-cont2 .zt-zs-a2v1 .hzdw_listas1 li img {
  width: 100%;
}

.zt-zs-cont3 {
  padding: 4rem 0 14.1875rem;
  position: relative;
}
@media (max-width: 768px) {
  .zt-zs-cont3 {
    padding-bottom: 4rem;
  }
}
.zt-zs-cont3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 83%;
  background: -webkit-linear-gradient(top, rgba(238, 114, 25, 0.15) 123.12%, rgba(238, 114, 25, 0.15) 223.12%);
  background: -moz-linear-gradient(top, rgba(238, 114, 25, 0.15) 123.12%, rgba(238, 114, 25, 0.15) 223.12%);
  background: -o-linear-gradient(top, rgba(238, 114, 25, 0.15) 123.12%, rgba(238, 114, 25, 0.15) 223.12%);
  background: linear-gradient(180deg, rgba(238, 114, 25, 0.15) 123.12%, rgba(238, 114, 25, 0.15) 223.12%);
  -webkit-clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 60%);
          clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 60%);
}
.zt-zs-cont3 .sp-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin: 3.75rem 0 2.5rem;
}
@media (max-width: 768px) {
  .zt-zs-cont3 .sp-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.35rem;
    margin: 1.75rem 0 1.5rem;
  }
}
.zt-zs-cont3 .sp-list li {
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
}
.zt-zs-cont3 .sp-list li:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/3;
}
.zt-zs-cont3 .sp-list li:nth-child(1) a.img img {
  aspect-ratio: 580/442;
}
.zt-zs-cont3 .sp-list li:nth-child(1) .cont-p a.name {
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 768px) {
  .zt-zs-cont3 .sp-list li:nth-child(1) {
    grid-row: inherit;
    grid-column: inherit;
  }
}
.zt-zs-cont3 .sp-list li a.img {
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.zt-zs-cont3 .sp-list li a.img img {
  width: 100%;
  aspect-ratio: 374/210;
  -o-object-fit: cover;
     object-fit: cover;
}
.zt-zs-cont3 .sp-list li .cont-p {
  padding: 1.25rem 5.25% 1.6rem;
}
.zt-zs-cont3 .sp-list li .cont-p a.name {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .zt-zs-cont3 .sp-list li .cont-p a.name {
    font-size: 1.125rem;
  }
}
.zt-zs-cont3 .sp-list li .cont-p a.name:hover {
  color: var(--color-zt);
}
.zt-zs-cont3 .sp-list li .cont-p .data {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.875rem;
  line-height: 1.65em;
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .zt-zs-cont3 .sp-list li .cont-p .data {
    font-size: 1rem;
  }
}
.zt-zs-cont3 .sp-list li .cont-p .data .name {
  gap: 1em;
}
.zt-zs-cont3 .sp-list li .cont-p .data .asdh {
  gap: 0.25em;
}
.zt-zs-cont3 .sp-list li .cont-p .data .asdh i {
  font-size: 1.125rem;
}

.zt-zs-cont4 {
  margin-top: -2rem;
  position: relative;
  z-index: 2;
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .zt-zs-cont4 {
    padding-bottom: 2rem;
  }
}
.zt-zs-cont4 .news_lista1 {
  margin: 3.75rem 0 2.5rem;
}
@media (max-width: 768px) {
  .zt-zs-cont4 .news_lista1 {
    margin: 1.75rem 0 1.5rem;
  }
}
.zt-zs-cont4 .news_lista1 li {
  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;
  padding: 2rem 0;
  border-bottom: 1px solid #EEEEEE;
}
.zt-zs-cont4 .news_lista1 li:first-child {
  padding-top: 0;
}
.zt-zs-cont4 .news_lista1 li a.img {
  width: 18.3333333333%;
  display: block;
  font-size: 0;
  position: relative;
}
@media (max-width: 768px) {
  .zt-zs-cont4 .news_lista1 li a.img {
    width: 100%;
  }
}
.zt-zs-cont4 .news_lista1 li a.img img {
  width: 100%;
  aspect-ratio: 219/155;
  -o-object-fit: cover;
     object-fit: cover;
}
.zt-zs-cont4 .news_lista1 li a.img span {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 0.75rem;
  padding: 0 0.35rem;
  line-height: 1.75em;
  border-radius: 0.2rem;
}
.zt-zs-cont4 .news_lista1 li .cont-p {
  width: 79%;
}
@media (max-width: 768px) {
  .zt-zs-cont4 .news_lista1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.zt-zs-cont4 .news_lista1 li .cont-p a.name {
  color: #3F3B3B;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 700;
}
.zt-zs-cont4 .news_lista1 li .cont-p a.name:hover {
  color: var(--color-zt);
}
.zt-zs-cont4 .news_lista1 li .cont-p .p {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.875rem;
  line-height: 1.65em;
  margin: 0.75em 0 2em;
}
@media (max-width: 768px) {
  .zt-zs-cont4 .news_lista1 li .cont-p .p {
    margin: 0.65em 0 1em;
  }
}
.zt-zs-cont4 .news_lista1 li .cont-p .data {
  color: rgba(120, 120, 120, 0.8);
  font-size: 0.875rem;
  line-height: 1.65em;
  gap: 1em;
}
.zt-zs-cont4 .news_lista1 li .cont-p .data .asdh {
  gap: 0.25em;
}
.zt-zs-cont4 .news_lista1 li .cont-p .data .asdh i {
  font-size: 1.125rem;
}

.zt-zs-cont5 {
  position: relative;
  padding: 9.625rem 0 0;
  z-index: 1;
  margin-top: -8.5rem;
}
@media (max-width: 768px) {
  .zt-zs-cont5 {
    padding: 6rem 0 0;
    margin-top: -3rem;
  }
}
.zt-zs-cont5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #E1ECFF 9.63%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, #E1ECFF 9.63%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #E1ECFF 9.63%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #E1ECFF 9.63%, rgba(255, 255, 255, 0) 100%);
  -webkit-clip-path: polygon(0 28%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 28%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .zt-zs-cont5::after {
    -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.zt-zs-cont5 .hyjb-list1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem 2rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .zt-zs-cont5 .hyjb-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2rem;
    margin-top: 1.5rem;
  }
}
.zt-zs-cont5 .hyjb-list1 li {
  text-align: center;
}
.zt-zs-cont5 .hyjb-list1 li u {
  display: block;
  font-size: 0;
  width: 8.625rem;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.zt-zs-cont5 .hyjb-list1 li u img {
  width: 100%;
}
.zt-zs-cont5 .hyjb-list1 li .cont-p {
  text-align: center;
}
.zt-zs-cont5 .hyjb-list1 li .cont-p .tit {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0.35rem 0;
}
.zt-zs-cont5 .hyjb-list1 li .cont-p .txt {
  color: #747474;
  font-size: 0.875rem;
  line-height: 1.5em;
}

.zt-zs-cont6 {
  padding: 4.6875rem 0;
  position: relative;
  background: url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250510/7e8967117e608e7ea0d88825f12c9f0e.svg) no-repeat right 40%, url(https://s-files.bcdn8.com/qqqcw0426/uploads/20250510/edf476870a1dc8ed889c7824c17d1336.svg) no-repeat left 80%;
}
@media (max-width: 768px) {
  .zt-zs-cont6 {
    padding: 2rem 0;
  }
}
.zt-zs-cont6 .zt-zs-a6sort1 {
  gap: 1rem;
  margin: 3rem 0 1.85rem;
}
@media (max-width: 768px) {
  .zt-zs-cont6 .zt-zs-a6sort1 {
    margin: 1.5rem 0 1rem;
  }
}
.zt-zs-cont6 .zt-zs-a6sort1 li {
  border: 1px solid #043491;
  color: #043491;
  font-size: 1.25rem;
  line-height: 1.5em;
  font-weight: 700;
  padding: 0.65rem 2.75rem;
  -webkit-transform: skew(-25deg);
     -moz-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
       -o-transform: skew(-25deg);
          transform: skew(-25deg);
  cursor: pointer;
}
@media (max-width: 768px) {
  .zt-zs-cont6 .zt-zs-a6sort1 li {
    font-size: 1.125rem;
    line-height: 1.5em;
    padding: 0.5rem 2rem;
  }
}
.zt-zs-cont6 .zt-zs-a6sort1 li p {
  -webkit-transform: skew(25deg);
     -moz-transform: skew(25deg);
      -ms-transform: skew(25deg);
       -o-transform: skew(25deg);
          transform: skew(25deg);
}
.zt-zs-cont6 .zt-zs-a6sort1 li:hover, .zt-zs-cont6 .zt-zs-a6sort1 li.on {
  background: #EE7219;
  border-color: #EE7219;
}
.zt-zs-cont6 .zt-zs-a6sort1 li:hover p, .zt-zs-cont6 .zt-zs-a6sort1 li.on p {
  color: #fff;
}
.zt-zs-cont6 .zt-zs-a6list1 > li .asta1 {
  color: #043491;
  font-size: 1.625rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .zt-zs-cont6 .zt-zs-a6list1 > li .asta1 {
    font-size: 1.25rem;
  }
}
.zt-zs-cont6 .zt-zs-a6list1 > li .table-cont {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .zt-zs-cont6 .zt-zs-a6list1 > li .table-cont {
    overflow-x: auto;
  }
}
.zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table {
  border: none;
}
@media (max-width: 768px) {
  .zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table {
    min-width: 768px;
  }
}
.zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table tr td {
  border: none;
  border-bottom: 1px solid rgba(119, 119, 119, 0.4);
  padding: 1rem 0 !important;
  color: rgba(51, 51, 51, 0.6);
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table tr td {
    font-size: 1.125rem;
  }
}
.zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table tr td .a1 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table tr td .a1 {
    font-size: 1.25rem;
  }
}
.zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table tr td .a2 {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table tr td .a2 {
    font-size: 0.875rem;
  }
}
.zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table tr td .p3 b {
  color: #043491;
}
.zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table tr td .p4 {
  color: rgba(51, 51, 51, 0.6);
  font-size: 1rem;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table tr td .p4 {
    font-size: 0.875rem;
  }
}
.zt-zs-cont6 .zt-zs-a6list1 > li .table-cont table tr td .p4 i {
  color: #043491;
}
.zt-zs-cont6 .erxap {
  color: rgba(51, 51, 51, 0.6);
  font-size: 1rem;
  line-height: 1.5em;
}

.dh-topast .dhxa {
  position: fixed;
  left: 1%;
  top: 20%;
  background: #fff;
  z-index: 99;
  padding: 1rem;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .dh-topast .dhxa {
    display: none;
  }
}
.dh-topast .dhxa .sxx-sort li + li {
  margin-top: 0.75rem;
}
.dh-topast .dhxa .sxx-sort li > a {
  border: 1px solid #EE7219;
  background: rgba(238, 114, 25, 0.1);
  width: 12rem;
  text-align: left;
  padding: 0.55rem 1rem;
  color: #344040;
  border-radius: 2rem;
  position: relative;
  display: block;
  font-size: 0.875rem;
}
.dh-topast .dhxa .sxx-sort li > a i {
  font-size: 0.65rem;
  font-weight: 700;
  color: #EE7219;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.dh-topast .dhxa .sxx-sort li .sec {
  padding: 0.25rem 0;
  display: none;
  width: 12rem;
}
.dh-topast .dhxa .sxx-sort li .sec a {
  display: block;
  color: #656C6C;
  font-size: 0.875rem;
  line-height: 1.4em;
  text-align: left;
  padding: 0.5rem 0.5em;
}
.dh-topast .dhxa .sxx-sort li .sec a:hover, .dh-topast .dhxa .sxx-sort li .sec a.active {
  color: #EE7219;
}
.dh-topast .dhxa .sxx-sort li.active > a {
  background: #EE7219;
  color: #fff;
}
.dh-topast .dhxa .sxx-sort li.active > a i {
  color: #fff;
}
.dh-topast.dh-topasxta {
  display: none;
}
.dh-topast.dh-topasxta.on {
  display: block;
}
.dh-topast.dh-topasxta .dhxa .sxx-sort li > a {
  white-space: nowrap;
  width: 9rem;
}

.qyk-body .n_mbx .n_src {
  position: relative;
}
.qyk-body .n_mbx .n_src li {
  position: static;
}
.qyk-body .n_mbx .n_src li .sec > .tit1 {
  position: static;
}