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

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

p {
  padding: 0;
  margin: 0;
}

* {
  outline: none;
}

:root {
  --left-padding: 13.5416666667%;
  --left-top-padding: 6%;
}

@media (max-width: 1600px) {
  :root {
    --left-padding: 9%;
  }
}
@media (max-width: 1366px) {
  :root {
    --left-padding: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --left-padding: 4%;
    --left-top-padding: 4%;
  }
}
.wh {
  padding: 0 var(--left-padding);
}

.wh1 {
  padding: 0 var(--left-top-padding);
}

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

.flex-z {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.flex21 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more-k {
  display: inline-block;
  color: #fff;
  border: 1px solid #1589CC;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/2.8rem "Noto Sans SC";
  border-radius: 1.75rem;
  width: 11.25rem;
  text-align: center;
  background: #1589CC;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-k {
    line-height: 2.65rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-k i {
  font-weight: 600;
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .more-k i {
    font-size: 0.875rem;
  }
}
.more-k:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.more-k:hover {
  color: #1589CC;
}

.more-k:hover img {
  -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
  filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}

.more-k:hover::before {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

@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.a {
    padding-bottom: 80%;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}

.head .head1 {
  background: #094971;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5em;
  padding: 0.5rem 0;
  letter-spacing: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.head .head2 {
  line-height: 5rem;
  background: #1589CC;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  --yas:#fff;
  position: relative;
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 2.8125rem;
}

.head .head2 .sska {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1em;
}

.head .head2 .sska i {
  color: var(--yas);
  font-size: 1.35rem;
}

.head .head2 .sgag {
  padding: 0 1em;
  position: relative;
}

.head .head2 .sgag::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.5);
}

.head .head2 .sgag a.ma i {
  color: var(--yas);
  font-size: 1.15rem;
  margin-right: 0.25rem;
}

.head .head2 .sgag a.ma span {
  display: inline-block;
  color: var(--yas);
  font: 500 1.125rem/5rem "Noto Sans SC";
}

.head .head2 .sgag a.ma.clicked .icon-xiajiantou {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.head .head2 .sgag .cont-sec {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0.5rem 0.5em;
  background: #fff;
  display: none;
}

.head .head2 .sgag .cont-sec a {
  display: block;
  font-size: 1.125rem;
  line-height: 1.65em;
  text-align: center;
}

.head .head2 .sgag .cont-sec a:hover {
  color: #1589CC;
}

.head .sskbj {
  display: none;
}

.head .searchbox {
  border-top: 2px solid #1589CC;
  top: 100%;
  left: 0;
  position: absolute;
}

.head .serbtn {
  background: #1589CC;
}

.zywena {
  text-align: center;
}

.zywena a {
  display: inline-block;
  color: #FFFFFF;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  padding: 1em;
}

.zywena a:hover {
  color: #1589CC;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}

#menu .nav_a1 li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: rgba(255, 255, 255, 0.5);
}

#menu .nav_a1 li a {
  display: block;
  color: #212121;
  font-family: "Noto Sans SC";
}

#menu .nav_a1 li > a {
  font-size: 1.125rem;
  position: relative;
  padding: 0 1.5em;
  color: var(--yas);
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #EBEDF5;
  z-index: 9;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 0px 0.6rem 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0.6rem 0px rgba(0, 0, 0, 0.07);
}

#menu .nav_a1 li .sec a {
  font: 500 1rem/1.5em "";
  padding: 0.5em 1em;
  color: #333333;
  white-space: nowrap;
}

#menu .nav_a1 li .sec a:hover {
  background: #2881BC;
  color: #fff;
}

#menu .nav_a1 li:hover > a::before {
  width: 100%;
}

#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  background: #ECEFF7;
  color: #2881BC;
}

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

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/*手机端头部*/
.mslm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #1589CC;
}

.mslm-head .sskza {
  color: #fff;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mslm-head .sskza i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}

.mslm-head-box {
  position: relative;
  height: 60px;
}

.mslm-head-box .mslm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}

.mslm-head-box .mslm-logo h1, .mslm-head-box .mslm-logo a {
  display: inline;
  font-size: 0;
}

.mslm-head-box .mslm-logo img {
  height: 34px;
}

.mslm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}

.mslm-navbtn span, .mslm-navbtn:after, .mslm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mslm-navbtn span {
  margin: 4.5px 0;
}

.mslm-navbtn:after, .mslm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.mslm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.mslm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mslm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mslm-search-btn {
  position: absolute;
  z-index: 9;
  right: 4%;
  top: 0;
  bottom: 0;
  width: auto;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.mslm-search-btn span {
  font-size: 0.75rem;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}

.mslm-search-btn .iconfont {
  font-size: 21px;
}

.mslm-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #fff;
}

.mslm-menu .mslm-menu-box {
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.mslm-nav > li {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}

.mslm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans SC";
  padding: 0 4%;
}

.mslm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid #E9E9E9;
}

.mslm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #333;
  line-height: 35px;
}

.mslm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}

.mslm-nav .mslm-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.mslm-nav .mslm-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-nav .mslm-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.mslm-nav .mslm-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.mslm-nav .mslm-sub-menu {
  background: #1E1E1E;
  display: none;
}

.mslm-nav .mslm-sub-menu > li {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.mslm-nav .mslm-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.mslm-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 60px;
  width: 100%;
  background: #fff;
  padding: 0 0 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mslm-search .mslm-search-close-btn {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .mslm-search .mslm-search-close-btn {
    left: 15px;
  }
}
.mslm-search .mslm-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 24px;
}

.mslm-search .mslm-search-close-btn i:after {
  background-position: -30px -300px;
}

.mslm-search .mslm-search-box {
  height: 52px;
  border-bottom: 2px solid #E9E9E9;
}

.mslm-search .mslm-search-box input[type=text] {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  color: #333333;
  font-family: "Noto Sans SC";
  font-size: 14px;
  height: 52px;
  text-indent: 1em;
}

.mslm-search .mslm-search-box input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #333333;
  font-family: "Noto Sans SC";
}

.mslm-search .mslm-search-box input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #333333;
  font-family: "Noto Sans SC";
}

.mslm-search .mslm-search-box input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333333;
  font-family: "Noto Sans SC";
}

.mslm-search .mslm-search-box input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #333333;
  font-family: "Noto Sans SC";
}

.mslm-search .mslm-search-box #s_btn {
  width: 20%;
  height: 52px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.mslm-search .mslm-search-box #s_btn .iconfont {
  font-size: 20px;
  color: #fff;
}

.mslm-search .mslm-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.mslm-search .mslm-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.mslm-search .mslm-seaerch-wz span,
.mslm-search .mslm-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mslm-search.clicked {
  left: 0;
}

.aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}

.aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #333;
}

.mslm-nav li > a {
  font-weight: 600;
}

.mslm-nav li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}

a.jjta {
  color: #fff;
}

a.jjta span {
  font-size: 14px;
}

body {
  padding-top: 5rem;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
@-webkit-keyframes animationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(10%, -1px) rotate(36deg);
    transform: translate(10%, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(20%, 3%) rotate(72deg);
    transform: translate(20%, 3%) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(17%, 6%) rotate(108deg);
    transform: translate(17%, 6%) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-5%, 3%) rotate(144deg);
    transform: translate(-5%, 3%) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.pc-banner {
  position: relative;
  overflow: hidden;
}

.pc-banner .mySwipera {
  position: relative;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 60vh;
  }
}
.pc-banner .mySwipera .banewnwe-a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banewnwe-a {
    display: none;
  }
}
.pc-banner .mySwipera .banewnwe-a > img {
  width: 100%;
}

.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 2;
  color: #FFFFFF;
  left: var(--left-top-padding);
  bottom: 20%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    left: 0;
    padding: 0 10%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.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 1.45rem/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-k {
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 a.more-k {
    margin-top: 1rem;
  }
}
.pc-banner .mySwipera .jaxt-s {
  position: absolute;
  left: var(--left-top-padding);
  bottom: 2rem;
  z-index: 1;
  width: 24.7916666667%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .jaxt-s {
    width: 100%;
    left: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    padding: 0 2%;
    z-index: 3;
  }
}
.pc-banner .mySwipera .jaxt-s .jt-asjv {
  width: 31.512605042%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .jaxt-s .jt-asjv {
    width: 100%;
  }
  .pc-banner .mySwipera .jaxt-s .jt-asjv .swiper-button-prev1 i, .pc-banner .mySwipera .jaxt-s .jt-asjv .swiper-button-next1 i {
    font-size: 1.5rem;
    color: #fff;
  }
}
.pc-banner .mySwipera .swiper-pagination-progressbar {
  height: 4px;
  width: 60%;
  background: #BCBCBC;
  position: relative;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination-progressbar {
    display: none;
  }
}
.pc-banner .mySwipera .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3E3A39;
}

.pc-banner .mySwipera .swiper-num {
  font-size: 1rem;
  color: #3E3A39;
  width: auto;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-num {
    display: none;
  }
}
.pc-banner .mySwipera .swiper-num span::before {
  content: "0";
}

.pc-banner .mySwipera .swiper-num span.active {
  color: #1589CC;
  font-size: 1.875rem;
}

.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-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 "Montserrat";
  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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
  animation: scroll2 1s linear infinite;
}

.swiper-button-prev1 i, .swiper-button-next1 i {
  font-size: 1rem;
  color: #3E3A39;
}

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

@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@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);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

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

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

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

.xz img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.xz:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top:hover {
  -webkit-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  transform: translateY(-1rem);
}

.gong-p {
  color: #3E3A39;
  font: 400 1.125rem/1.65em "Noto Sans SC";
  text-align: justify;
}

.title1 .tit {
  color: #231815;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}

.title1 .tit::after {
  content: "";
  width: 2.5em;
  height: 3px;
  background: #231815;
  display: block;
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.65rem;
  }
}
.title1.bs .tit {
  color: #fff;
}

.title1.ls .tit {
  color: var(--zt-colors);
}

.title1.ls .tit::after {
  background: var(--zt-colors);
}

@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}

.swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  margin-right: 0.5rem;
  border: 1px solid #1589CC;
}

.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #1589CC;
  width: 1.5625rem;
}

:root {
  --padding-txs: 5rem;
  --zt-colors: #1589CC;
}

@media (max-width: 768px) {
  :root {
    --padding-txs: 2.25rem;
  }
}
.cont1 {
  padding: var(--padding-txs) 0;
}

.cont1 .p1 {
  color: var(--zt-colors);
  font-size: 1.25rem;
  line-height: 1.75em;
  position: relative;
  font-weight: 500;
}

.cont1 .p1::after {
  content: "";
  width: 5em;
  height: 3px;
  background: var(--zt-colors);
  display: block;
  margin-top: 0.8rem;
}

.cont2 {
  padding: var(--padding-txs) 0;
  padding-left: var(--left-padding);
  position: relative;
}

@media (max-width: 768px) {
  .cont2 {
    padding: var(--padding-txs) 4%;
  }
}
.cont2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 62.5%;
  height: 100%;
  background: rgba(209, 215, 225, 0.5);
  z-index: -1;
}

@media (max-width: 768px) {
  .cont2::after {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 {
  width: 44.8398576512%;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 .p1 {
  margin-top: 1.25rem;
}

.cont2 .a2v1 .a2b1 .a2c1 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .a2c1 {
    margin-top: 1.25rem;
  }
}
.cont2 .a2v1 .a2b1 .a2c1 .a2d1 {
  width: 27.4603174603%;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .a2c1 .a2d1 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 .a2c1 .a2d1 img {
  width: 100%;
}

.cont2 .a2v1 .a2b1 .a2c1 .a2d2 {
  width: 67.9365079365%;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 .a2c1 .a2d2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont2 .a2v1 .a2b1 .a2c1 .a2d2 .tit {
  color: #231815;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25em;
}

.cont2 .a2v1 .a2b1 .a2c1 .a2d2 .tit b {
  color: #1589CC;
  font-size: 2.625rem;
}

.cont2 .a2v1 .a2b1 .a2c1 .a2d2 .tit span {
  color: #1589CC;
}

.cont2 .a2v1 .a2b1 .a2c1 .a2d2 .p2 {
  padding: 1rem 0;
}

.cont2 .a2v1 .a2b2 {
  width: 49.537366548%;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont2 .a2v1 .a2b2 .sp_va {
  padding: 0.875rem 0 0.875rem 0.875rem;
  background: #fff;
}

.nweox-cont1 {
  padding-bottom: 7rem;
}

.nweox-cont1 .ashgxia {
  padding: 0 10%;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .sp_va {
    padding: 0.875rem;
  }
  .nweox-cont1 {
    padding-bottom: 2rem;
  }
  .nweox-cont1 .ashgxia {
    padding: 0 2%;
  }
}
.cont2 .a2v1 .a2b2 .sp_va .img > img {
  width: 100%;
}

a.spbf {
  display: block;
  color: #fff;
}

a.spbf i {
  font-size: 2.5rem;
}

.title2 .tit {
  font-size: 1.375rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #231815;
  line-height: 1.5em;
  padding-bottom: 0.25em;
}

.title2 .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #231815;
}

.title2.bs .tit {
  color: #fff;
}

.title2.bs .tit::after {
  background: #fff;
}

.title2.ls .tit {
  color: var(--zt-colors);
}

.title2.ls .tit::after {
  background: var(--zt-colors);
}

.cont3 {
  background: -webkit-gradient(linear, left top, right top, from(#1D81BE), to(#1D4B9F));
  background: linear-gradient(90deg, #1D81BE 0%, #1D4B9F 100%);
  padding: 2rem 0;
}

.cont4 .a4_list1 li {
  margin-top: 4.25rem;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li {
    margin-top: 2rem;
  }
}
.cont4 .a4_list1 li .a4_a1v1 {
  padding-left: var(--left-top-padding);
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .a4_a1v1 {
    padding: 0 4%;
  }
}
.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 {
  width: 26.5789473684%;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 {
    width: 100%;
  }
}
.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper {
  height: 100%;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide {
  height: 100%;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .pr {
  height: 100%;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .pr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1C5EAA), color-stop(17%, rgba(29, 119, 184, 0.93)), color-stop(31%, rgba(29, 129, 190, 0.9)), color-stop(39%, rgba(38, 134, 193, 0.86)), color-stop(50%, rgba(63, 148, 200, 0.76)), color-stop(64%, rgba(105, 171, 212, 0.6)), color-stop(79%, rgba(162, 203, 228, 0.37)), color-stop(96%, rgba(235, 244, 249, 0.08)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #1C5EAA 0%, rgba(29, 119, 184, 0.93) 17%, rgba(29, 129, 190, 0.9) 31%, rgba(38, 134, 193, 0.86) 39%, rgba(63, 148, 200, 0.76) 50%, rgba(105, 171, 212, 0.6) 64%, rgba(162, 203, 228, 0.37) 79%, rgba(235, 244, 249, 0.08) 96%, rgba(255, 255, 255, 0) 100%);
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .fasta {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .fasta i {
  color: var(--zt-colors);
  font-size: 1.125rem;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .img {
  padding-bottom: 140.099009901%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .img {
    padding-bottom: 80%;
  }
}
.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .er-xcs {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2rem;
  color: #fff;
  padding: 0 6%;
  z-index: 1;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .er-xcs {
    bottom: 1rem;
  }
}
.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .er-xcs .tit {
  font-size: 1.875rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .er-xcs .tit {
    font-size: 1.5rem;
  }
}
.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .er-xcs .p1 {
  font-size: 1.125rem;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .er-xcs .more-a {
  font-size: 1rem;
  color: #fff;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b1 .swiper .swiper-slide .er-xcs .more-a i {
  font-size: 1rem;
  margin-left: 0.5em;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 {
  width: 73.4210526316%;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 {
    width: 100%;
  }
}
.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c1 {
  background: -webkit-gradient(linear, left top, right top, from(#D1D2DB), color-stop(90%, rgba(209, 210, 219, 0)));
  background: linear-gradient(90deg, #D1D2DB 0%, rgba(209, 210, 219, 0) 90%);
  padding: 2rem 5%;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c1 {
    padding: 1.8rem 5%;
  }
}
.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .p1 {
  margin-top: 0.5rem;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .p1 .pas1 {
  font-weight: 600;
  color: #3E3A39;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 {
  margin: 2rem 20% 0 7%;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 {
    margin: 1rem auto 0;
  }
}
.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .swiper .swiper-slide .img {
  padding-bottom: 110%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .swiper .swiper-slide .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .swiper .swiper-slide .img img {
  width: 100%;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .swiper .swiper-slide .tit {
  text-align: center;
  color: #3E3A39;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s {
  width: 100%;
  margin-top: 2rem;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .jt-asjv {
  width: 9.375rem;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .swiper-pagination-progressbar {
  height: 4px;
  width: calc(95% - 9.375rem);
  background: #BCBCBC;
  position: relative;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3E3A39;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .swiper-num {
  font-size: 1rem;
  color: #3E3A39;
  width: auto;
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .swiper-num span::before {
  content: "0";
}

.cont4 .a4_list1 li .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .swiper-num span.active {
  color: #1589CC;
  font-size: 1.875rem;
}

@media (min-width: 768px) {
  .cont4 .a4_list1 li:nth-child(2n) .a4_a1v1 {
    padding-left: 0;
    padding-right: var(--left-top-padding);
  }
  .cont4 .a4_list1 li:nth-child(2n) .a4_a1v1 .a4_a1b1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cont4 .a4_list1 li:nth-child(2n) .a4_a1v1 .a4_a1b2 .a4_a1b2c1 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(209, 210, 219, 0)), to(#D1D2DB));
    background: linear-gradient(90deg, rgba(209, 210, 219, 0) 0%, #D1D2DB 100%);
    text-align: right;
  }
  .cont4 .a4_list1 li:nth-child(2n) .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .title2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cont4 .a4_list1 li:nth-child(2n) .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .p1 {
    text-align: right;
  }
  .cont4 .a4_list1 li:nth-child(2n) .a4_a1v1 .a4_a1b2 .a4_a1b2c2 {
    margin: 2rem 7% 0 20%;
  }
  .cont4 .a4_list1 li:nth-child(2n) .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .jt-asjv {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.gong-asxt .jaxt-s {
  width: 100%;
  margin-top: 2rem;
}

.gong-asxt .jaxt-s .jt-asjv {
  width: 9.375rem;
}

.gong-asxt .jaxt-s .swiper-pagination-progressbar {
  height: 4px;
  width: calc(95% - 9.375rem);
  background: #BCBCBC;
  position: relative;
}

.gong-asxt .jaxt-s .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3E3A39;
}

.gong-asxt .jaxt-s .swiper-num {
  font-size: 1rem;
  color: #3E3A39;
  width: auto;
}

.gong-asxt .jaxt-s .swiper-num span::before {
  content: "0";
}

.gong-asxt .jaxt-s .swiper-num span.active {
  color: #1589CC;
  font-size: 1.875rem;
}

.cont5 {
  padding: var(--padding-txs) 0;
}

.cont5 .title2 + .title2 {
  margin-left: 3em;
}

@media (max-width: 768px) {
  .cont5 .title2 + .title2 {
    margin-left: 1.5em;
  }
}
.cont5 .title2 .tit::after {
  opacity: 0;
}

.cont5 .title2.on .tit {
  color: var(--zt-colors);
}

.cont5 .title2.on .tit::after {
  background: var(--zt-colors);
  opacity: 1;
}

.cont5 .p1 {
  margin-top: 1.5rem;
}

.cont5 .p1 b {
  color: #1589CC;
  font-size: 1.875rem;
}

.cont5 .zzry-a2 .p1 {
  display: none;
}

.cont5 .zzry-a3 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont5 .zzry-a3 {
    margin-top: 1.5rem;
  }
}
.cont5 .zzry-a3 .a5v1 {
  margin-top: 0;
}

@media (max-width: 768px) {
  .cont5 .zzry-a3 .a5v1 {
    margin-top: 0;
  }
}
.cont5 .a5v1 {
  margin: 0 4%;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont5 .a5v1 {
    margin-top: 1.5rem;
  }
}
.cont5 .a5v1 .mySwiper3 .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1C5EAA), color-stop(21%, rgba(29, 119, 184, 0.93)), color-stop(39%, rgba(29, 129, 190, 0.9)), color-stop(52%, rgba(35, 131, 191, 0.86)), color-stop(71%, rgba(50, 135, 194, 0.75)), color-stop(94%, rgba(76, 143, 198, 0.58)), to(rgba(84, 145, 199, 0.52)));
  background: linear-gradient(0deg, #1C5EAA 0%, rgba(29, 119, 184, 0.93) 21%, rgba(29, 129, 190, 0.9) 39%, rgba(35, 131, 191, 0.86) 52%, rgba(50, 135, 194, 0.75) 71%, rgba(76, 143, 198, 0.58) 94%, rgba(84, 145, 199, 0.52) 100%);
  opacity: 0.8;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}

.cont5 .a5v1 .mySwiper3 .swiper-slide .img:hover::after {
  opacity: 0;
}

.cont5 .a5v1 .wehx {
  padding: 0 7%;
}

@media (max-width: 768px) {
  .cont5 .a5v1 .wehx {
    padding: 0;
  }
}
.cont5 .a5v1 .wehx .swiper-pagination1-aj {
  margin: 3rem;
}

@media (max-width: 768px) {
  .cont5 .a5v1 .wehx .swiper-pagination1-aj {
    margin: 1.5rem 0 0;
  }
}
.cont5 .a5v2 {
  margin: 0 4%;
}

.cont5 .a5v2 .mySwiper3a .swiper-slide .img img {
  width: 100%;
}

.cont5 .a5v2 .wehx {
  padding: 0 7%;
}

@media (max-width: 768px) {
  .cont5 .a5v2 .wehx {
    padding: 0;
  }
}
.cont5 .a5v2 .wehx .swiper-pagination1-aj {
  margin: 3rem;
}

@media (max-width: 768px) {
  .cont5 .a5v2 .wehx .swiper-pagination1-aj {
    margin: 1.5rem 0 0;
  }
}
.zzry-a3 .a5v1 .mySwiper3 .swiper-slide .img::after {
  display: none;
}

.zzry-a3 > div {
  overflow: hidden;
  height: 0;
}

.zzry-a3 > div.a {
  height: auto;
}

.swiper-pagination-progressbar {
  height: 4px;
  width: 100%;
  background: #BCBCBC;
  position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3E3A39;
}

.sybody {
  background: url(../images/bj.jpg) no-repeat center;
  background-size: cover;
}

.more-a {
  font-size: 1rem;
  color: #fff;
}

.more-a i {
  font-size: 1rem;
  margin-left: 0.5em;
}

.more-a.hs {
  color: #3E3A39;
}

.cont6 {
  padding: var(--padding-txs) 0;
  position: relative;
  background: #fff;
}

.cont6 .a6v1 {
  position: relative;
  z-index: 1;
}

.cont6 .a6v1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20.46875%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(#1D4B9F), color-stop(90%, #148ACC));
  background: linear-gradient(0deg, #1D4B9F 0%, #148ACC 90%);
}

@media (max-width: 768px) {
  .cont6 .a6v1::after {
    display: none;
  }
}
.cont6 .a6v1 .a6b1 {
  width: 83.3333333333%;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 {
    width: 100%;
  }
}
.cont6 .a6v1 .a6b1 .title2 {
  margin-right: 10%;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 .title2 {
    float: left;
    margin-right: 0;
    margin-left: 4%;
  }
}
.cont6 .a6v1 .a6b1 .title2 .tit {
  color: var(--zt-colors);
}

.cont6 .a6v1 .a6b1 .title2 .tit::after {
  background: var(--zt-colors);
}

.cont6 .a6v1 .a6b1 .more-a {
  margin-right: 10%;
  margin-top: 2rem;
  display: inline-block;
}

.cont6 .a6v1 .a6b1 .mySwiper4 {
  width: 120%;
  margin-left: -20%;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 .mySwiper4 {
    width: 100%;
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.cont6 .a6v1 .a6b1 .mySwiper4 .swiper-slide .img {
  padding-bottom: 66%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.cont6 .a6v1 .a6b1 .mySwiper4 .swiper-slide .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont6 .a6v1 .a6b1 .mySwiper4 .swiper-slide .img img {
  width: 100%;
}

.cont6 .a6v1 .a6b1 .mySwiper4 .swiper-slide .cont-p {
  background: #fff;
  position: relative;
  padding: 1rem 5% 2.5rem;
}

.cont6 .a6v1 .a6b1 .mySwiper4 .swiper-slide .cont-p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.75rem;
  background: #181A26;
}

.cont6 .a6v1 .a6b1 .mySwiper4 .swiper-slide .cont-p .tit {
  color: #231815;
  font-size: 1.125rem;
  line-height: 1.5em;
  font-weight: 600;
  border-bottom: 1px solid #231815;
  padding-bottom: 0.5rem;
}

.cont6 .a6v1 .a6b1 .mySwiper4 .swiper-slide .cont-p .tit p:nth-child(2) {
  height: 3em;
  overflow: hidden;
}

.cont6 .a6v1 .a6b1 .mySwiper4 .swiper-slide .cont-p .p1 {
  margin: 0.5rem 0;
}

.cont6 .a6v1 .a6b1 .mySwiper4 .swiper-slide:hover .cont-p::after {
  height: 1rem;
  background: var(--zt-colors);
}

.cont6 .a6v1 .a6b2 {
  width: 16.6666666667%;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 .mySwiper4 .swiper-slide .cont-p .tit p:nth-child(2) {
    height: auto;
  }
  .cont6 .a6v1 .a6b2 {
    width: 100%;
    display: none;
  }
}
.cont6 .a6v1 .a6b2 .jt-asghx {
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 .jt-asghx {
    color: #181A26;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cont6 .a6v1 .a6b2 .jt-asghx .swiper-button-prev1, .cont6 .a6v1 .a6b2 .jt-asghx .swiper-button-next1 {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 1rem auto;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 .jt-asghx .swiper-button-prev1, .cont6 .a6v1 .a6b2 .jt-asghx .swiper-button-next1 {
    border-color: #181A26;
  }
}
.cont6 .a6v1 .a6b2 .jt-asghx .swiper-button-prev1 i, .cont6 .a6v1 .a6b2 .jt-asghx .swiper-button-next1 i {
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 .jt-asghx .swiper-button-prev1 i, .cont6 .a6v1 .a6b2 .jt-asghx .swiper-button-next1 i {
    color: #181A26;
  }
}
.cont6 .a6v1 .a6b2 .jt-asghx .swiper-paginationsz {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 .jt-asghx .swiper-paginationsz {
    display: none;
  }
}
.cont6 .a6v1 .a6b2 .jt-asghx .swiper-paginationsz span {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  opacity: 0.5;
  margin: 0 0.25rem;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 .jt-asghx .swiper-paginationsz span {
    color: #181A26;
    border-color: #181A26;
  }
}
.cont6 .a6v1 .a6b2 .jt-asghx .swiper-paginationsz span::before {
  content: "0";
}

.cont6 .a6v1 .a6b2 .jt-asghx .swiper-paginationsz span.swiper-pagination-current {
  font-size: 3.75rem;
  opacity: 1;
}

.cont7 {
  background: #fff;
  padding: 0 0 var(--padding-txs);
}

.cont7 .a7_v1 dl + dl {
  margin-left: 2em;
}

.cont7 .a7_v1 dl .tit {
  font-size: 1.375rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #231815;
  line-height: 1.5em;
  padding-bottom: 0.25em;
}

.cont7 .a7_v1 dl .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #1589CC;
  display: none;
}

.cont7 .a7_v1 dl.on .tit {
  color: #1589CC;
}

.cont7 .a7_v1 dl.on .tit::after {
  display: block;
}

.cont7 .a7_v2 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont7 .a7_v2 {
    margin-top: 1.25rem;
  }
}
.cont7 .title2.on .tit {
  color: var(--zt-colors);
}

.cont7 .title2.on .tit::after {
  background: var(--zt-colors);
  opacity: 1;
}

.cont7 .a7_v3 {
  position: relative;
  padding: 0 6%;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cont7 .a7_v3 {
    margin-top: 1.5rem;
  }
}
.cont7 .a7_v3-as dl {
  height: 0;
  overflow: hidden;
}

.cont7 .a7_v3-as dl.a {
  height: auto;
}

.cont7 .a7_v3 .swiper-button-prev1, .cont7 .a7_v3 .swiper-button-next1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cont7 .a7_v3 .swiper-button-prev1 i, .cont7 .a7_v3 .swiper-button-next1 i {
  font-size: 2rem;
}

.cont7 .a7_v3 .swiper-button-prev1 {
  left: 2%;
}

.cont7 .a7_v3 .swiper-button-next1 {
  right: 2%;
}

.cont7 .a7_v3 .mySwiper5 .swiper-slide .img u {
  display: block;
  font-size: 0;
  padding: 0.5rem 0;
}

.cont7 .a7_v3 .mySwiper5 .swiper-slide .img u img {
  width: 100%;
}

.cont7 .a7_v3 .mySwiper5 .swiper-slide .img p {
  text-align: center;
  color: #9FA0A0;
  font-size: 0.875rem;
  line-height: 1.5em;
  border-top: 1px solid #9FA0A0;
  padding-top: 0.5rem;
}

.db-foot {
  background: #D1D1DA;
  padding: 1rem 0;
}

.db-foot .db-foot-v1 {
  position: relative;
}

@media (max-width: 768px) {
  .db-foot .db-foot-v1 .db-foot-a1 {
    width: 100%;
  }
}
.db-foot .db-foot-v1 .db-foot-a1 .db-foot-b1 {
  width: 3.875rem;
}

@media (max-width: 768px) {
  .db-foot .db-foot-v1 .db-foot-a1 .db-foot-b1 {
    width: 3rem;
  }
}
.db-foot .db-foot-v1 .db-foot-a1 .db-foot-b1 img {
  width: 100%;
}

.db-foot .db-foot-v1 .db-foot-a1 .db-foot-b2 {
  width: 50vw;
  margin-left: 1.5rem;
  color: var(--zt-colors);
}

@media (max-width: 768px) {
  .db-foot .db-foot-v1 .db-foot-a1 .db-foot-b2 {
    width: calc(98% - 4.5rem);
  }
}
.db-foot .db-foot-v1 .db-foot-a1 .db-foot-b2 .tit {
  font-size: 1.75rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .db-foot .db-foot-v1 .db-foot-a1 .db-foot-b2 .tit {
    font-size: 1.45rem;
  }
}
.db-foot .db-foot-v1 .db-foot-a1 .db-foot-b2 p {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .db-foot .db-foot-v1 .db-foot-a1 .db-foot-b2 p {
    font-size: 1rem;
  }
}
.db-foot .db-foot-v1 .db-foot-a2 {
  margin-right: 15%;
}

@media (max-width: 768px) {
  .db-foot .db-foot-v1 .db-foot-a2 {
    width: 100%;
    margin-right: 0;
    margin-top: 0.5rem;
  }
}
.db-foot .db-foot-v1 .db-foot-a2 a.more-a {
  color: var(--zt-colors);
  font-size: 1.25rem;
}

.db-foot .db-foot-v1 .db-foot-a2 a.more-a i {
  font-size: 1.25rem;
  margin-left: 0.5em;
}

.db-foot .db-foot-v1 a.ashx-adt {
  display: block;
  font-size: 0;
  width: 10.0714285714%;
  position: absolute;
  right: 0;
  bottom: -1rem;
}

.db-foot .db-foot-v1 a.ashx-adt img {
  width: 100%;
}

.foot-fot {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#1D4B9F), color-stop(90%, #148ACC));
  background: linear-gradient(0deg, #1D4B9F 0%, #148ACC 90%);
}

.foot-fot .pc-as {
  position: relative;
  z-index: 1;
}

@media (max-width: 990px) {
  .foot-fot .pc-as {
    display: none;
  }
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 5rem;
}

.foot-fot .foota1 .foot-tit {
  color: #fff;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}

.foot-fot .foota1 .foot-tit a {
  color: #fff;
  display: block;
}

.foot-fot .foota1 .dseca {
  margin-top: 0.8em;
}

.foot-fot .foota1 .dseca > a {
  display: block;
  color: #fff;
  font: 400 1rem/2em "Noto Sans SC";
}

.foot-fot .foota1 .dseca p {
  color: #fff;
  font: 400 1rem/1.8em "Noto Sans SC";
}

.foot-fot .foota1 .fo-a2 {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.foot-fot .foota1 .fo-a2 .dlogo img {
  height: 5.125rem;
}

.foot-fot .foota1 .fo-a2 .p1 {
  color: #FFFFFF;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 1.375rem;
}

.foot-fot .foota1 .fo-a2-a {
  width: 70%;
}

.foot-fot .foota1 .fo-a2-a .fo-a1 .cont-pas1 {
  border-left: 2px solid #fff;
  padding-left: 0.5em;
}

.foot-fot .foota1 .fo-a2-a .fo-a1 .foot-tit {
  border-bottom: 2px solid #fff;
}

.foot-fot .foota1 .fo-a2-a .fo-a3 {
  width: 10rem;
}

.foot-fot .foota1 .fo-a2-a .fo-a3 .erma {
  border: 0.35rem solid #D1D1DA;
  margin-top: 1rem;
}
.foot-fot .foota1 .fo-a2-a .fo-a3 .erma dl {
  display: none;
}

.foot-fot .foota1 .fo-a2-a .fo-a3 .erma img {
  width: 100%;
}

.foot-fot .foota1 .fo-a2-a .fo-a3 .fx-ara {
  margin-top: 1rem;
}

.foot-fot .foota1 .fo-a2-a .fo-a3 .fx-ara a {
  padding: 0 0.35rem;
}

.foot-fot .foota1 .fo-a2-a .fo-a3 .fx-ara a i {
  color: #fff;
  font-size: 1.5rem;
  display: block;
}

.foot-fot .foota1 .fo-a2-a .fo-a3 .fx-ara a i img {
  width: 1.5rem;
}

.foot-fot .tita-foot {
  color: rgba(255, 255, 255, 0.05);
  font-size: 10.875rem;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: -1;
}

.foot-fot .foota2 {
  color: #fff;
  font: 400 1rem/1.65em "Noto Sans SC";
  padding: 0.8em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 1;
}

.foot-fot .foota2 a {
  color: white;
}

.foot-fot .foota2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.foot-fot .foota2 p + p {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 1em;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

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

.foot1-m .mslm-nav > li, .foot1-m .mslm-nav > li .sec {
  border-color: rgba(255, 255, 255, 0.1);
}

.foot1-m .mslm-nav > li > a, .foot1-m .mslm-nav .aniut i, .foot1-m .mslm-nav > li .sec a, .foot1-m .mrhgxt {
  color: #fff;
}

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

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}

@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}

.zd_erha .aat_list li + li {
  margin-top: 1rem;
}

.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #1589CC;
  border-radius: 50%;
  line-height: 3.5rem;
  -webkit-box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}

.zd_erha li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
}

.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}

.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-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.32rem;
  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: #1589CC;
  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: #1589CC;
  border-color: #1589CC;
  vertical-align: middle;
}

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

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 2.6875rem 0;
  text-align: center;
  list-style: none;
}

@media (max-width: 768px) {
  .pager {
    margin: 1.5rem 0;
  }
}
.pager li {
  display: inline;
}

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

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

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

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

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

.ajhhsd {
  color: #A7A5A5;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}

@media (max-width: 768px) {
  .ajhhsd {
    line-height: 1.5em;
    padding: 1em 0;
  }
}
.ajhhsd span {
  padding: 0 0.05em;
}

.ajhhsd span:last-child {
  display: none;
}

.ajhhsd a {
  color: #A7A5A5;
}

.ajhhsd a:hover {
  color: #1589CC;
}

.xw_ny_banner {
  background: #333;
  background-size: cover;
  padding: 16.5rem 0 7.25rem;
}

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

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.nav-page li {
  padding-bottom: 1em;
}

.nav-page li + li {
  border-top: 1px solid #f0f0f0;
  padding-top: 1em;
}

.nav-page li > a {
  display: block;
  font: 600 1.35rem/1.5em "Noto Sans SC";
  color: #333;
}

@media (max-width: 768px) {
  .nav-page li > a {
    font-size: 1.25rem;
  }
}
.nav-page li .sec {
  margin-top: 0.5em;
}

.nav-page li .sec a {
  display: inline-block;
  font: 400 1rem/1.6em "Noto Sans SC";
  color: #777;
  margin-right: 1em;
}

.nav-page li .sec a:hover {
  color: #1589CC;
}

@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: 400 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: 400 1.6rem/4rem "Noto Sans SC";
  color: #333;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.ss-list li {
  padding: 1rem 0;
}

.ss-list li + li {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}

@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
  width: 72%;
}

.ss-list li .xw-nycont.w100 {
  width: 100%;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 400 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: #1589CC;
  font: 400 1rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .datea {
  color: #999999;
  font: 400 0.95rem/1.5em "montserrat";
}

.ss-list li .xw-nycont .p {
  color: #999999;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

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

.shzr-content strong {
  color: #333;
}

.shzr-content h4 {
  margin-bottom: 0.5em;
}

/*内页end*/
.nbanner .img img {
  width: 100%;
}

@media (max-width: 768px) {
  .nbanner .img img {
    height: 40vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.nbanner .ban-wen {
  width: 100%;
  z-index: 1;
  color: #fff;
}

.nbanner .ban-wen .tit {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .nbanner .ban-wen .tit {
    font-size: 1.8rem;
  }
}
.nbanner .ban-wen .p1 {
  margin-top: 1.5rem;
  width: 50%;
  color: #fff;
}

@media (max-width: 768px) {
  .nbanner .ban-wen .p1 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.n_mbx {
  position: relative;
  width: 100%;
  background: #F6F8FB;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.n_mbx .wh .n_src li {
  display: inline-block;
  position: relative;
}

.n_mbx .wh .n_src li a {
  display: block;
  color: #333333;
  font: 400 1.25rem/2em "Noto Sans SC";
  padding: 1rem 1.8em;
  position: relative;
}

.n_mbx .wh .n_src li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: -1rem;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    color: #000;
    padding: 1rem 1em;
    font-size: 1rem;
  }
}
.n_mbx .wh .n_src li:hover > a, .n_mbx .wh .n_src li.active > a {
  color: #1589CC;
  background: #fff;
}

.n_mbx .wh .n_src li .sec {
  position: absolute;
  top: 78%;
  width: 180%;
  left: -40%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
  z-index: 999;
  text-align: center;
  padding: 1rem 0;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li .sec {
    display: none;
  }
}
.n_mbx .wh .n_src li .sec::after {
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

.n_mbx .wh .n_src li .sec a {
  display: block;
  padding: 0;
  font-size: 1rem;
}

.n_mbx .wh .n_src li .sec a:hover {
  color: #E95520;
  background: transparent;
}

.n_mbx .wh .n_src li:hover .sec {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.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;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: 6.25rem;
  margin-top: -6.25rem;
}

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}
.abt-cont1 {
  padding: var(--padding-txs) 0;
  position: relative;
}

.abt-cont1 .abt-a1v1 {
  width: 50%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .mySwiper6 .swiper-slide .cont-p .p1 {
  color: #3E3A39;
}

.abt-cont1 .abt-a1v1 .mySwiper6 .swiper-slide .cont-p .more-k {
  margin-top: 1rem;
}

.abt-cont1 .a2b2 .mySwiper6 .swiper-slide .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt-a1v1 .jt-asjv {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.abt-a1v1 .jt-asjv .swiper-pagination-fraction {
  font-size: 1rem;
  color: #3E3A39;
  width: auto;
  padding: 0 1.5em;
}

.abt-a1v1 .jt-asjv .swiper-pagination-fraction span::before {
  content: "0";
}

.abt-a1v1 .jt-asjv .swiper-pagination-fraction span.swiper-pagination-current {
  color: #1589CC;
  font-size: 1.35rem;
}

.abt-cont1 .a2b2 {
  width: 46.875%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .abt-cont1 .a2b2 {
    width: 92%;
    margin: 1.5rem auto 0;
    position: static;
  }
}
.abt-cont1 .a2b2 .sp_va {
  padding: 0.875rem 0 0.875rem 0.875rem;
  background: #fff;
}

@media (max-width: 768px) {
  .abt-cont1 .a2b2 .sp_va {
    padding: 0.875rem;
  }
}
.abt-cont1 .a2b2 .sp_va .img > img {
  width: 100%;
}

.abt-cont3 {
  background: transparent;
}

.abt-cont4 {
  background: -webkit-gradient(linear, left top, right top, from(#1D81BE), to(#1D4B9F));
  background: linear-gradient(90deg, #1D81BE 0%, #1D4B9F 100%);
}

.abt-cont4 a.more-a {
  padding: 2rem 2.5em;
  color: #fff;
  background: #181A26;
}

@media (max-width: 768px) {
  .abt-cont4 a.more-a {
    padding: 1rem 1.5em;
  }
}
.abt-cont5 {
  padding: var(--padding-txs) 0;
}

.abt-cont5 .abt-a5v2 .xwe_list1 {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.875rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v2 .xwe_list1 {
    margin-top: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.abt-cont5 .abt-a5v2 .xwe_list1 li {
  position: relative;
  padding-bottom: 1rem;
}

.abt-cont5 .abt-a5v2 .xwe_list1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 0.125rem;
  background: var(--zt-colors);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.abt-cont5 .abt-a5v2 .xwe_list1 li .img img {
  width: 100%;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v2 .xwe_list1 li .cont-p {
    margin-top: 0;
  }
}
.abt-cont5 .abt-a5v2 .xwe_list1 li .cont-p a.name {
  display: block;
  font-size: 1.125rem;
  color: #3E3A39;
  line-height: 1.5em;
  padding: 0.5rem 0.25em;
}

.abt-cont5 .abt-a5v2 .xwe_list1 li .cont-p .p1 {
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v2 .xwe_list1 li .cont-p .p1 {
    margin: 0.5rem 0 0.5rem;
  }
}
.abt-cont5 .abt-a5v2 .xwe_list1 li .cont-p .more-a {
  margin-top: 1rem;
  color: #3E3A39;
}

.abt-cont5 .abt-a5v2 .xwe_list1 li:hover::after {
  width: 100%;
}

.abt-cont5 .abt-a5v2 .xwe_list1 li:hover .cont-p a.name {
  background: #165CA3;
  color: #fff;
}

.abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .img {
  width: 41.6666666667%;
  padding-bottom: 32%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .img {
    width: 100%;
    padding-bottom: 54%;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .img img {
  width: 100%;
}

.abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .cont-p {
  width: 58.3333333333%;
  background: rgba(209, 215, 225, 0.5);
  padding: 0 20% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .cont-p {
    width: 100%;
    padding: 1.65rem 5%;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .cont-p .tita1 {
  color: #231815;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25em;
  margin-top: 2rem;
  width: 100%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .cont-p .tita1 {
    font-size: 2rem;
    margin-top: 1.25rem;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .cont-p .p1 {
  padding-left: 10%;
  margin-top: 2rem;
  width: 100%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .cont-p .p1 {
    padding-left: 0;
    margin-top: 1rem;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .cont-p a.more-a {
  margin-top: 2rem;
  color: #3E3A39;
  display: block;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper7 .swiper-slide .cont-p a.more-a {
    margin-top: 1rem;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper7 .jt-asghx {
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: 70%;
  z-index: 9;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper7 .jt-asghx {
    width: 100%;
    bottom: 40%;
  }
}
.abt-cont2 .abt-a2v1 .mySwiper7 .jt-asghx .swiper-button-prev1 i, .abt-cont2 .abt-a2v1 .mySwiper7 .jt-asghx .swiper-button-next1 i {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .mySwiper7 .jt-asghx .swiper-button-prev1 i, .abt-cont2 .abt-a2v1 .mySwiper7 .jt-asghx .swiper-button-next1 i {
    font-size: 1.5rem;
  }
}
.cp-cont1 {
  padding: var(--padding-txs) 0;
}

@media (max-width: 768px) {
  .cp-cont1 .mySwiper8 {
    padding: 0 1px;
  }
}
.cp-cont1 .mySwiper8 .swiper-slide a.imgas-s {
  border: 1px solid var(--zt-colors);
  display: block;
}

.cp-cont1 .mySwiper8 .swiper-slide a.imgas-s .img img {
  width: 100%;
}

.cp-cont1 .mySwiper8 .swiper-slide a.imgas-s .cont-p {
  padding: 1rem;
  border-top: 1px solid var(--zt-colors);
}

.cp-cont1 .mySwiper8 .swiper-slide a.imgas-s .cont-p .tit {
  color: #1589CC;
  font-size: 1.125rem;
  font-weight: 500;
}

.cp-cont1 .mySwiper8 .swiper-slide a.imgas-s .cont-p .tit::after {
  content: "";
  width: 1.5em;
  height: 2px;
  background: #3E3A39;
  display: block;
  margin-top: 0.2rem;
}

.cp-cont1 .mySwiper8 .swiper-slide a.imgas-s .cont-p .p1 {
  margin-top: 0.25em;
  height: 3em;
  overflow: hidden;
}

.cp-cont1 .mySwiper8 .swiper-slide a.imgas-s:hover .cont-p {
  background: var(--zt-colors);
}

.cp-cont1 .mySwiper8 .swiper-slide a.imgas-s:hover .cont-p .tit {
  color: #fff;
}

.cp-cont1 .mySwiper8 .swiper-slide a.imgas-s:hover .cont-p .tit::after {
  background: #fff;
}

.cp-cont1 .mySwiper8 .swiper-slide a.imgas-s:hover .cont-p .p1 {
  color: #fff;
}

.cp-cont1 .jaxt-s {
  width: 38%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-cont1 .jaxt-s {
    width: 100%;
    margin-top: 1rem;
  }
}
.cp-cont1 .jaxt-s .jt-asjv {
  width: 9.375rem;
}

.cp-cont1 .jaxt-s .swiper-pagination-progressbar {
  height: 4px;
  width: calc(95% - 9.375rem);
  background: #BCBCBC;
  position: relative;
}

.cp-cont1 .jaxt-s .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3E3A39;
}

.cp-cont1 .jaxt-s .swiper-pagination-fractiongong {
  font-size: 1rem;
  color: #3E3A39;
  width: auto;
}

.cp-cont1 .jaxt-s .swiper-pagination-fractiongong span.on {
  color: #1589CC;
  font-size: 1.875rem;
}

.cp-cont2 {
  background: url(../images/ashx1.jpg) no-repeat center top #fff;
  background-size: 100% auto;
  padding-top: 3rem;
}

@media (max-width: 768px) {
  .cp-cont2 {
    background: none;
    padding-top: 0;
  }
}
.cp-cont2 .we-zrtas {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cp-cont2 .we-zrtas {
    margin-top: 1rem;
  }
}
.cp-cont2 .asgx_a1 li {
  color: #231815;
  font-size: 1.375rem;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cp-cont2 .asgx_a1 li + li {
  margin-left: 1.5em;
}

.cp-cont2 .asgx_a1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  bottom: 0;
  height: 2px;
  background: #231815;
}

.cp-cont2 .asgx_a1 li.on::after {
  width: 100%;
}

.cp-cont2 .jt-asjv {
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .cp-cont2 .jt-asjv {
    display: none;
  }
}
.cp-cont2 .jt-asjv .swiper-button-prev1 i, .cp-cont2 .jt-asjv .swiper-button-next1 i {
  color: #fff;
}

.cp-cont2 .jt-asjv .swiper-pagination-fraction {
  font-size: 1rem;
  color: #fff;
  width: auto;
  padding: 0 1.5em;
}

.cp-cont2 .jt-asjv .swiper-pagination-fraction span::before {
  content: "0";
}

.cp-cont2 .jt-asjv .swiper-pagination-fraction span.swiper-pagination-current {
  color: #fff;
  font-size: 1.35rem;
}

.cp-cont2 .cp-a2v1 {
  margin-top: 2.5rem;
  padding-left: var(--left-padding);
}

@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 {
    margin-top: 1.5rem;
    padding: 0 4%;
  }
}
.cp-cont2 .cp-a2v1 .mySwiper9 {
  width: 110%;
  margin-right: -10%;
}

@media (max-width: 768px) {
  .cp-cont2 .cp-a2v1 .mySwiper9 {
    width: 100%;
    margin-right: 0;
  }
}
.cp-cont2 .cp-a2v1 .mySwiper9 .swiper-slide a.oash-a .img {
  border: 1px solid #9FA0A0;
}

.cp-cont2 .cp-a2v1 .mySwiper9 .swiper-slide a.oash-a .img img {
  width: 100%;
}

.cp-cont2 .cp-a2v1 .mySwiper9 .swiper-slide a.oash-a .tit {
  text-align: center;
  color: #3E3A39;
  font-size: 1rem;
  padding: 0.5rem 0;
  line-height: 1.5em;
}

.cp-cont3 {
  background: #fff;
  padding: var(--padding-txs) 0;
}

.cp-cont3 .a4_a1v1 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cp-cont3 .a4_a1v1 {
    margin-top: 1rem;
  }
}
.cp-cont3 .a4_a1v1 .a4_a1b1 {
  width: 51.6666666667%;
}

@media (max-width: 768px) {
  .cp-cont3 .a4_a1v1 .a4_a1b1 {
    width: 100%;
  }
}
.cp-cont3 .a4_a1v1 .a4_a1b1 .mySwiper1t .swiper-slide .img {
  padding: 2rem 12%;
  padding-bottom: 94%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border: 1px solid #3E3A39;
}

.cp-cont3 .a4_a1v1 .a4_a1b1 .mySwiper1t .swiper-slide .img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cp-cont3 .a4_a1v1 .a4_a1b1 .mySwiper1t .swiper-slide .img img {
  max-width: 100%;
  width: auto;
  min-width: 62%;
}

.cp-cont3 .a4_a1v1 .a4_a1b1 .mySwiper1t .swiper-slide .fasta {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.cp-cont3 .a4_a1v1 .a4_a1b1 .mySwiper1t .swiper-slide .fasta i {
  color: var(--zt-colors);
  font-size: 1.125rem;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 {
  width: 44.1666666667%;
}

@media (max-width: 768px) {
  .cp-cont3 .a4_a1v1 .a4_a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .tit1 {
  color: #231815;
  font-size: 1.875rem;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 0.2rem;
  display: none;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .wehxat1 .tit1:nth-child(1) {
  display: block;
}

@media (max-width: 768px) {
  .cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .tit1 {
    font-size: 1.35rem;
  }
}
.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .tit1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2em;
  height: 2px;
  display: block;
  background: #231815;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .tit2 {
  color: #3E3A39;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  .cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .tit2 {
    padding: 1rem 0;
  }
}
.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .tit2 b {
  font-size: 1.125rem;
  font-weight: 600;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .p1 {
  border-top: 1px solid #9FA0A0;
  padding-top: 1.5rem;
}

@media (max-width: 768px) {
  .cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .p1 {
    margin-top: 1rem;
  }
}
.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .p2 {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c1 .p2 {
    margin-top: 1.5rem;
  }
}
.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .jt-asjv {
  width: 9.375rem;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .swiper-pagination-progressbar {
  height: 4px;
  width: 100%;
  background: #BCBCBC;
  position: relative;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3E3A39;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .swiper-pagination-fractiongong {
  font-size: 1rem;
  color: #3E3A39;
  width: auto;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .jaxt-s .swiper-pagination-fractiongong span.on {
  color: #1589CC;
  font-size: 1.875rem;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .mySwiper2bt {
  margin-top: 2rem;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .mySwiper2bt .swiper-slide .img {
  padding-bottom: 94%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border: 1px solid #3E3A39;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .mySwiper2bt .swiper-slide p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .mySwiper2bt .swiper-slide .img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .mySwiper2bt .swiper-slide .img img {
  max-width: 100%;
  width: auto;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .mySwiper2bt .swiper-slide .tit {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5em;
  padding: 0.65rem 0;
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .mySwiper2bt .swiper-slide.swiper-slide-thumb-active .img {
  border-color: var(--zt-colors);
}

.cp-cont3 .a4_a1v1 .a4_a1b2 .a4_a1b2c2 .mySwiper2bt .swiper-slide.swiper-slide-thumb-active p {
  color: var(--zt-colors);
}

.heng1 {
  display: block;
  font-size: 0;
}

.heng1 img {
  width: 100%;
}

.cp-cont4 {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .cp-cont4 {
    padding: 0;
  }
}
.cp-cont4 .cp-a4v1 {
  background: #fff;
  padding: 0 4%;
  padding-bottom: var(--padding-txs);
}

.cp-cont4 .cp-a4v1 .cp-a4b1 {
  padding: 2.5rem 0;
}

@media (max-width: 768px) {
  .cp-cont4 .cp-a4v1 .cp-a4b1 {
    padding: 1.5rem 0;
  }
}
.cp-cont4 .cp-a4v1 .cp-a4b1 .ash1 {
  margin-left: 20%;
}

@media (max-width: 768px) {
  .cp-cont4 .cp-a4v1 .cp-a4b1 .ash1 {
    margin-left: 0;
    margin-top: 1rem;
    width: 100%;
  }
}
.cp-cont4 .cp-a4v1 .cp-a4b1 .ash1 i {
  display: block;
  width: 1.65rem;
}

.cp-cont4 .cp-a4v1 .cp-a4b1 .ash1 i img {
  width: 100%;
}

.cp-cont4 .cp-a4v1 .cp-a4b2 {
  border-top: 1px solid #BABBBF;
}

.cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c1 {
  width: 60%;
  border-right: 1px solid #BABBBF;
}

@media (max-width: 768px) {
  .cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c1 {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #BABBBF;
    padding-bottom: 1.5rem;
  }
}
.cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c1 form {
  padding-top: 2rem;
  padding-right: 15%;
}

@media (max-width: 768px) {
  .cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c1 form {
    padding-top: 1.25rem;
    padding-right: 0;
  }
}
.cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c1 form .msga1 {
  margin-top: 0.5rem;
}

.cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c1 form .msga1 input {
  border-bottom: 1px solid #BABBBF;
  font-size: 1rem;
  line-height: 2.5em;
  width: 100%;
}

.cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c1 form .msga1 textarea {
  border: none;
  border-bottom: 1px solid #BABBBF;
  font-size: 1rem;
  line-height: 1.25em;
  width: 100%;
  margin-top: 1rem;
}

.cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c1 form .lyacz {
  border: none;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #fff;
  background: #1589CC;
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-top: 1rem;
}

.cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c2 {
  width: 40%;
  padding-left: 5%;
}

@media (max-width: 768px) {
  .cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c2 {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
}
.cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c2 .tit {
  color: #3E3A39;
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .cp-cont4 .cp-a4v1 .cp-a4b2 .cp-a4b2c2 .tit {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .ashhxa-s li {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
  }
  .ashhxa-s li .gong-p {
    text-align: center;
  }
}
.ashhxa-s li .data {
  color: #333333;
  font-size: 1rem;
}

.ashhxa-s li .data span {
  color: #1589CC;
  font-size: 2.5rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .ashhxa-s li .data span {
    font-size: 2rem;
  }
}
.gy-cont6 {
  text-align: center;
  padding: var(--padding-txs) 0;
  color: #231815;
}

.gy-cont6 .tit {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .gy-cont6 .tit {
    font-size: 1.5rem;
  }
}
.gy-cont6 .tit1 {
  font-size: 3.125rem;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .gy-cont6 .tit1 {
    font-size: 2rem;
  }
}
.gy-cont6 .p {
  padding: 0 10%;
  text-align: center;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .gy-cont6 .p {
    padding: 0;
    margin-top: 1rem;
  }
}
.gy-cont6 .more-k {
  margin-top: 1rem;
}

.gy-cont2 {
  position: relative;
  background: #fff;
}

.gy-cont2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 54.125%;
  height: 100%;
  background: #d1d7e1;
}

@media (max-width: 768px) {
  .gy-cont2::before {
    width: 100%;
    height: 45%;
  }
}
.gy-cont2 .gy-a2v1 {
  position: relative;
  z-index: 1;
}

.gy-cont2 .gy-a2v1 .gy-a2b1 {
  width: 41%;
}

@media (max-width: 768px) {
  .gy-cont2 .gy-a2v1 .gy-a2b1 {
    width: 100%;
    padding-top: 1.5rem;
  }
}
.gy-cont2 .gy-a2v1 .gy-a2b1 .cont-p {
  width: calc(97% - 4.6875rem);
}

.gy-cont2 .gy-a2v1 .gy-a2b1 .cont-p .tit {
  color: #231815;
  font-size: 2.35rem;
}

@media (max-width: 768px) {
  .gy-cont2 .gy-a2v1 .gy-a2b1 .cont-p .tit {
    font-size: 1.8rem;
  }
}
.gy-cont2 .gy-a2v1 .gy-a2b1 .cont-p .txt {
  color: #3E3A39;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

.gy-cont2 .gy-a2v1 .gy-a2b1 i {
  width: 4.6875rem;
  display: block;
  font-size: 0;
}

.gy-cont2 .gy-a2v1 .gy-a2b1 i img {
  width: 100%;
}

.gy-cont2 .gy-a2v1 .gy-a2b2 {
  width: 40%;
  color: #3E3A39;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 3.25rem 0;
}

@media (max-width: 768px) {
  .gy-cont2 .gy-a2v1 .gy-a2b2 {
    width: 100%;
    padding: 2rem 0;
  }
}
.gy-cont3 {
  padding-top: 3rem;
  position: relative;
  background: #fff;
  padding-bottom: 4rem;
}

@media (max-width: 768px) {
  .gy-cont3 {
    padding: 2rem 0;
  }
}
.gy-cont3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45.875%;
  height: 50%;
  background: #d1d7e1;
}

@media (max-width: 768px) {
  .gy-cont3::after {
    display: none;
  }
}
.gy-cont3 .gy-a3v1 {
  padding-left: var(--left-padding);
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .gy-cont3 .gy-a3v1 {
    padding: 0 4%;
  }
}
.gy-cont3 .gy-a3v1 .gy-a3b1 .title2 {
  width: 42.375%;
}

@media (max-width: 768px) {
  .gy-cont3 .gy-a3v1 .gy-a3b1 .title2 {
    width: 100%;
  }
}
.gy-cont3 .gy-a3v1 .gy-a3b2 {
  margin-top: 2rem;
}

.gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .swiper-slide .cont-p {
  width: 40%;
  text-align: right;
  padding-right: 10%;
}

@media (max-width: 768px) {
  .gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .swiper-slide .cont-p {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
}
.gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .swiper-slide .cont-p .tit1 {
  color: #231815;
}

.gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .swiper-slide .cont-p .tit1 .tias1 {
  font-size: 2.25rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .swiper-slide .cont-p .tit1 .tias1 {
    font-size: 1.5rem;
  }
}
.gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .swiper-slide .cont-p .tit1 .tias2 {
  font-size: 0.75rem;
}

.gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .swiper-slide .cont-p .p1 {
  margin-top: 2.5rem;
  text-align: right;
}

@media (max-width: 768px) {
  .gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .swiper-slide .cont-p .p1 {
    text-align: left;
    margin-top: 1.25rem;
  }
}
.gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .swiper-slide .img {
  width: 60%;
}

@media (max-width: 768px) {
  .gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .swiper-slide .img {
    width: 100%;
    margin-top: 0.25rem;
  }
}
.gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .swiper-slide .img img {
  width: 100%;
}

.gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .jt-asghx {
  position: absolute;
  left: 20%;
  bottom: 15%;
  width: 40%;
  z-index: 9;
}

@media (max-width: 768px) {
  .gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .jt-asghx {
    width: 100%;
    bottom: 40%;
    display: none;
  }
}
.gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .jt-asghx .swiper-button-next1 {
  width: 40%;
}

.gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .jt-asghx .swiper-button-next1 img {
  width: 100%;
}

.gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .jt-asghx .swiper-button-prev1 i, .gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .jt-asghx .swiper-button-next1 i {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .jt-asghx .swiper-button-prev1 i, .gy-cont3 .gy-a3v1 .gy-a3b2 .mySwiper7 .jt-asghx .swiper-button-next1 i {
    font-size: 1.5rem;
  }
}
.cont3 .p1 {
  margin-left: 10%;
  width: 30%;
  color: #fff;
}

@media (max-width: 768px) {
  .cont3 .p1 {
    width: 65%;
  }
}
.gy-cont4 {
  padding: var(--padding-txs) 0;
  background: #fff;
}

.gy-cont4 .fzlc-list1 {
  position: relative;
  z-index: 1;
}

.gy-cont4 .fzlc-list1::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 3.3rem;
  width: 0.1875rem;
  height: 95.8%;
  display: block;
  background: #D0D3D6;
  z-index: -1;
}

@media (max-width: 768px) {
  .gy-cont4 .fzlc-list1::after {
    top: 2.5rem;
    height: 96.5%;
  }
}
.gy-cont4 .fzlc-list1 li {
  width: 50%;
  --kd-s: 20%;
  position: relative;
}

.gy-cont4 .fzlc-list1 li i {
  display: block;
  font-size: 0;
  width: 25%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.gy-cont4 .fzlc-list1 li i img {
  width: 100%;
}

.gy-cont4 .fzlc-list1 li .wenata .tit {
  color: var(--zt-colors);
  font-size: 2.1875rem;
  font-weight: 700;
  border-bottom: 0.1875rem solid var(--zt-colors);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.gy-cont4 .fzlc-list1 li .wenata .tit::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--zt-colors);
  position: absolute;
  right: -0.6rem;
  bottom: -0.6rem;
}

@media (max-width: 768px) {
  .gy-cont4 .fzlc-list1 li .wenata .tit {
    font-size: 1.5rem;
  }
}
.gy-cont4 .fzlc-list1 li .wenata .txt {
  color: #231815;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1rem;
}

.gy-cont4 .fzlc-list1 li .wenata .txt strong {
  color: var(--zt-colors);
}

.gy-cont4 .fzlc-list1 li:nth-child(2n-1) .wenata {
  text-align: right;
}

.gy-cont4 .fzlc-list1 li:nth-child(2n-1) .wenata .tit {
  padding-right: var(--kd-s);
  margin-left: auto;
}

.gy-cont4 .fzlc-list1 li:nth-child(2n-1) .wenata .txt {
  padding-right: var(--kd-s);
}

.gy-cont4 .fzlc-list1 li:nth-child(2n) {
  margin-left: auto;
}

.gy-cont4 .fzlc-list1 li:nth-child(2n) .wenata .tit {
  padding-left: var(--kd-s);
}

.gy-cont4 .fzlc-list1 li:nth-child(2n) .wenata .tit::after {
  right: auto;
  left: -0.4rem;
}

.gy-cont4 .fzlc-list1 li:nth-child(2n) .wenata .txt {
  padding-left: var(--kd-s);
}

.gy-cont4 .fzlc-list1 li .asixa {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  right: -0.6rem;
  bottom: -0.6rem;
  border: 1px solid var(--zt-colors);
  -webkit-animation: scale-anim 2s infinite linear;
  animation: scale-anim 2s infinite linear;
  z-index: 1;
  display: none;
}

.gy-cont4 .fzlc-list1 li:hover .asixa {
  display: block;
}

.gy-cont4 .fzlc-list1 li:hover i {
  opacity: 1;
}

@-webkit-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(6);
    transform: scale(6);
    opacity: 0;
  }
}
@keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(6);
    transform: scale(6);
    opacity: 0;
  }
}
.gy-cont5 {
  padding: 0 0 var(--padding-txs);
  background: #fff;
}

@media (max-width: 768px) {
  .gy-cont5 {
    padding-bottom: 0;
  }
}
.gy-cont5 .gy-a5v1 {
  height: 30rem;
  overflow: hidden;
  margin-top: 4.0625rem;
}

@media (max-width: 768px) {
  .gy-cont5 .gy-a5v1 {
    height: auto;
    margin-top: 0.5rem;
  }
}
.gy-cont5 .ryzz-list1 {
  margin: 0 -0.5rem;
}

.gy-cont5 .ryzz-list1, .gy-cont5 .ryzz-list1 * {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.gy-cont5 .ryzz-list1 + .ryzz-list1 {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .gy-cont5 .ryzz-list1 + .ryzz-list1 {
    margin-top: 0;
  }
}
.gy-cont5 .ryzz-list1 li {
  width: 12.6649076517%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 0.5rem;
}

@media (max-width: 768px) {
  .gy-cont5 .ryzz-list1 li {
    width: 50%;
    margin-top: 1rem;
  }
}
.gy-cont5 .ryzz-list1 li .ast1 {
  width: 0%;
  overflow: hidden;
  height: 0;
}

@media (max-width: 768px) {
  .gy-cont5 .ryzz-list1 li .ast1 {
    height: auto;
    width: 100%;
    padding: 0.5rem 0;
  }
}
.gy-cont5 .ryzz-list1 li .ast1 .ast1t {
  overflow: hidden;
  position: relative;
  height: 18rem;
}

@media (max-width: 768px) {
  .gy-cont5 .ryzz-list1 li .ast1 .ast1t {
    height: auto;
  }
}
.gy-cont5 .ryzz-list1 li .ast1 .ast1t::after, .gy-cont5 .ryzz-list1 li .ast1 .ast1t::before {
  content: "";
  width: 1.5em;
  height: 1px;
  background: #3E3A39;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.gy-cont5 .ryzz-list1 li .ast1 p {
  width: 60%;
  text-align: center;
}

.gy-cont5 .ryzz-list1 li .img {
  width: 100%;
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.gy-cont5 .ryzz-list1 li .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1C5EAA), color-stop(21%, rgba(29, 119, 184, 0.93)), color-stop(39%, rgba(29, 129, 190, 0.9)), color-stop(52%, rgba(35, 131, 191, 0.86)), color-stop(71%, rgba(50, 135, 194, 0.75)), color-stop(94%, rgba(76, 143, 198, 0.58)), to(rgba(84, 145, 199, 0.52)));
  background: linear-gradient(0deg, #1C5EAA 0%, rgba(29, 119, 184, 0.93) 21%, rgba(29, 129, 190, 0.9) 39%, rgba(35, 131, 191, 0.86) 52%, rgba(50, 135, 194, 0.75) 71%, rgba(76, 143, 198, 0.58) 94%, rgba(84, 145, 199, 0.52) 100%);
}

@media (max-width: 768px) {
  .gy-cont5 .ryzz-list1 li .img::after {
    display: none;
  }
}
.gy-cont5 .ryzz-list1 li .img img {
  width: 100%;
  height: 14.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.gy-cont5 .ryzz-list1 li .img p {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%;
  padding: 0 1em;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  z-index: 1;
}

@media (max-width: 768px) {
  .gy-cont5 .ryzz-list1 li .img p {
    display: none;
  }
}
@media (min-width: 769px) {
  .gy-cont5 .ryzz-list1 li:hover {
    width: 45.7124010554%;
  }
  .gy-cont5 .ryzz-list1 li:hover .ast1 {
    width: 25%;
    height: auto;
  }
  .gy-cont5 .ryzz-list1 li:hover .ast1:nth-child(1) .ast1t {
    border-left: 1px solid #3E3A39;
  }
  .gy-cont5 .ryzz-list1 li:hover .ast1:nth-child(3) .ast1t {
    border-right: 1px solid #3E3A39;
  }
  .gy-cont5 .ryzz-list1 li:hover .img {
    width: 50%;
  }
  .gy-cont5 .ryzz-list1 li:hover .img::after {
    display: none;
  }
  .gy-cont5 .ryzz-list1 li:hover .img p {
    display: none;
  }
  .gy-cont5 .ryzz-list1 li:hover .img img {
    height: 18rem;
  }
}
@media (min-width: 769px) {
  .gy-cont5 .ryzz-list1.on li .img img {
    height: 18rem;
  }
  .gy-cont5 .ryzz-list1.cur li .img img {
    height: 11rem;
  }
}
.gy-cont7 {
  padding: var(--padding-txs) 0;
  background: #fff;
}

.gy-cont7 .more-k {
  margin-top: 2rem;
}

.mt20 {
  margin-top: 2rem;
}

.page-body {
  padding-top: 7.5rem;
}

.gsjj-cont1 {
  padding: 5rem 0;
}

@media (max-width: 768px) {
  .gsjj-cont1 {
    padding: 2rem 0;
  }
}
.gsjj-cont1 .p1 p {
  color: #1A1A1A;
  font-size: 1.25rem;
  line-height: 1.65em;
}

@media (max-width: 768px) {
  .gsjj-cont1 .p1 p {
    font-size: 1rem;
  }
}
.gsjj-cont1 .p1 p b {
  color: #1589CC;
  font-size: 1.5625rem;
}

@media (max-width: 768px) {
  .gsjj-cont1 .p1 p b {
    font-size: 1.25rem;
  }
}
.gsjj-cont1 .ashr_a1 {
  padding: 0 var(--left-padding);
}

@media (max-width: 768px) {
  .gsjj-cont1 .ashr_a1 {
    padding: 0 4%;
  }
}
.gsjj-cont1 .ashr_a1 .ashr_b1 {
  width: 25%;
}

@media (max-width: 768px) {
  .gsjj-cont1 .ashr_a1 .ashr_b1 {
    width: 100%;
  }
}
.gsjj-cont1 .ashr_a1 .ashr_b1 li + li {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .gsjj-cont1 .ashr_a1 .ashr_b1 li + li {
    margin-top: 1rem;
  }
}
.gsjj-cont1 .ashr_a1 .ashr_b1 li .data {
  color: #1A1A1A;
  font-size: 1rem;
}

.gsjj-cont1 .ashr_a1 .ashr_b1 li .data span {
  color: #1589CC;
  font-size: 2.125rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .gsjj-cont1 .ashr_a1 .ashr_b1 li .data span {
    font-size: 2rem;
  }
}
.gsjj-cont1 .ashr_a1 .ashr_b1 li .ast1a {
  color: #333333;
  font-size: 1.125rem;
}

.gsjj-cont1 .ashr_a1 .ashr_b1 li p {
  color: #B5B5B6;
  font-size: 1rem;
  margin-top: 0.5em;
}

.gsjj-cont1 .ashr_a1 .ash-as {
  width: 66.6875%;
}

@media (max-width: 768px) {
  .gsjj-cont1 .ashr_a1 .ash-as {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.gsjj-cont1 .ashr_a1 .ash-as img {
  width: 100%;
}

.xw-sorta1 {
  border-left: 2px solid #D9D9D9;
  position: sticky;
  top: 8rem;
}

@media (max-width: 768px) {
  .xw-sorta1 {
    border: none;
  }
}
@media (max-width: 768px) {
  .xw-sorta1 li {
    display: inline-block;
  }
}
.xw-sorta1 li + li {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .xw-sorta1 li + li {
    margin-top: 0;
  }
}
.xw-sorta1 li a {
  display: block;
  color: #908E8D;
  font-size: 1rem;
  line-height: 1.5em;
  padding-left: 0.5em;
  font-weight: 500;
  position: relative;
}

.xw-sorta1 li a::after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #1589CC;
  opacity: 0;
}

@media (max-width: 768px) {
  .xw-sorta1 li a {
    margin-right: 1em;
    font-size: 1.25rem;
  }
}
.xw-sorta1 li.active a, .xw-sorta1 li:hover a {
  color: #1589CC;
}

.xw-sorta1 li.active a::after, .xw-sorta1 li:hover a::after {
  opacity: 1;
}

.ny-news-content {
  padding: 4rem 0 0;
}

@media (max-width: 768px) {
  .ny-news-content {
    padding-top: 2rem;
  }
}
.ny-news-content .xw_v1at1 .title1 .tit::after {
  width: 100%;
}

.ny-news-content .xw_v1at1 .p1 {
  color: #908E8D;
  font-size: 0.8625rem;
  line-height: 1.45em;
  text-align: right;
}

@media (max-width: 768px) {
  .ny-news-content .xw_v1at1 .p1 {
    width: 100%;
    text-align: left;
    margin-top: 1rem;
  }
}
.ny-news-content .xw_list_v2 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .ny-news-content .xw_list_v2 {
    margin-top: 1.5rem;
  }
}
.ny-news-content .xw_list_v2 .xw-astb1 {
  width: 15.3846153846%;
}

@media (max-width: 768px) {
  .ny-news-content .xw_list_v2 .xw-astb1 {
    width: 100%;
  }
}
.ny-news-content .xw_list_v2 .xw-astb2 {
  width: 80.7692307692%;
}

@media (max-width: 768px) {
  .ny-news-content .xw_list_v2 .xw-astb2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .ny-news-content .xw_list_v2 .xw-astb2 .news-list {
    margin-top: 1.5rem;
  }
}
.ny-news-content .xw_list_v2 .xw-astb2 .news-list li:not(:last-child) {
  border-bottom: 1px solid #9FA0A0;
  padding-bottom: 1.5rem;
}

.ny-news-content .xw_list_v2 .xw-astb2 .news-list li + li {
  padding-top: 1.5rem;
}

.ny-news-content .xw_list_v2 .xw-astb2 .news-list li a.img {
  width: 28.6016949153%;
  padding-bottom: 20%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .ny-news-content .xw_list_v2 .xw-astb2 .news-list li a.img {
    width: 100%;
    padding-bottom: 60%;
  }
}
.ny-news-content .xw_list_v2 .xw-astb2 .news-list li a.img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ny-news-content .xw_list_v2 .xw-astb2 .news-list li a.img img {
  width: 100%;
}

.ny-news-content .xw_list_v2 .xw-astb2 .news-list li .cont-p {
  width: 67.4788135593%;
}

@media (max-width: 768px) {
  .ny-news-content .xw_list_v2 .xw-astb2 .news-list li .cont-p {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.ny-news-content .xw_list_v2 .xw-astb2 .news-list li .cont-p a.name {
  color: #1589CC;
  font-size: 1.25rem;
  line-height: 1.35em;
  display: block;
}

.ny-news-content .xw_list_v2 .xw-astb2 .news-list li .cont-p .p {
  margin-top: 0.65rem;
}

@media (max-width: 768px) {
  .ny-news-content .xw_list_v2 .xw-astb2 .news-list li .cont-p .p {
    margin-top: 0.5rem;
  }
}
.ny-news-content .xw_list_v2 .xw-astb2 .news-list li .cont-p a.xw-more {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #908E8D;
  color: #908E8D;
  font-size: 1rem;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .ny-news-content .xw_list_v2 .xw-astb2 .news-list li .cont-p a.xw-more {
    margin-top: 0.75rem;
  }
}
.ny-news-content .xw_list_v2 .xw-astb2 .news-list li .cont-p a.xw-more:hover {
  color: #fff;
  background: #1589CC;
  border-color: #1589CC;
}

.ny-news-content .xw_list_v2 .xw-astb2 .news-list li .cont-p .data span {
  color: #908E8D;
  font-size: 1rem;
  line-height: 1.25em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.ny-news-content .xw_list_v2 .xw-astb2 .news-list li .cont-p .data b {
  color: #231815;
  font-size: 2rem;
  line-height: 1.25em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .ny-news-content .xw_list_v2 .xw-astb2 .news-list li .cont-p .data b {
    font-size: 1.75rem;
  }
}
.show-news-content {
  padding: 4.5rem 0;
}

@media (max-width: 768px) {
  .show-news-content {
    padding: 2.25rem 0;
  }
}
.show-news-content .biaoti-tilte {
  color: #1589CC;
  font-size: 2.8125rem;
  line-height: 1.4em;
  font-weight: 700;
  max-width: 70%;
}

@media (max-width: 768px) {
  .show-news-content .biaoti-tilte {
    font-size: 2rem;
    max-width: 100%;
  }
}
.show-news-content .whhxaz {
  color: #908E8D;
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
}

@media (max-width: 768px) {
  .show-news-content .whhxaz {
    font-size: 1rem;
  }
}
.show-news-content .content-va-t {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .show-news-content .content-va-t {
    margin-top: 1rem;
  }
}
.show-news-content .content-va-t .cont-a1 {
  width: 75.1008064516%;
}

@media (max-width: 768px) {
  .show-news-content .content-va-t .cont-a1 {
    width: 100%;
  }
}
.show-news-content .content-va-t .cont-a1 .fenxad {
  margin-top: 1rem;
}

.show-news-content .content-va-t .cont-a1 .pain {
  margin-top: 1rem;
  color: #3E3A39;
  font: 400 1rem/1.65em "Noto Sans SC";
}

.show-news-content .content-va-t .cont-a1 .pain a {
  color: #3E3A39;
}

.show-news-content .content-va-t .cont-a1 .pain a:hover {
  color: var(--zt-colors);
}

.show-news-content .content-va-t .cont-a2 {
  width: 22.1774193548%;
}

@media (max-width: 768px) {
  .show-news-content .content-va-t .cont-a2 {
    display: none;
  }
}
.show-news-content .content-va-t .cont-a2 .cont-a2-v1 .titas {
  color: #231815;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
}

.show-news-content .content-va-t .cont-a2 .cont-a2-v1 .xwer_liasta li {
  margin-top: 1.5rem;
}

.show-news-content .content-va-t .cont-a2 .cont-a2-v1 .xwer_liasta li a.img {
  display: block;
}

.show-news-content .content-va-t .cont-a2 .cont-a2-v1 .xwer_liasta li a.img i {
  display: block;
  overflow: hidden;
}

.show-news-content .content-va-t .cont-a2 .cont-a2-v1 .xwer_liasta li a.img i img {
  width: 100%;
}

.show-news-content .content-va-t .cont-a2 .cont-a2-v1 .xwer_liasta li a.img p {
  color: #3D3A39;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-top: 0.5em;
}

.show-news-content .content-va-t .cont-a2 .cont-a2-v1 .xwer_liasta li a.img span {
  display: block;
  color: #908E8D;
  font-size: 0.875rem;
  line-height: 1.5em;
}

.show-news-content .content-va-t .cont-a2 .cont-a2-v1 .xwer_liasta li a.img:hover p {
  color: var(--zt-colors);
}

.n-content-a {
  padding: 5rem 0 6.5rem;
}

@media (max-width: 768px) {
  .n-content-a {
    padding: 0 0 2.5rem;
  }
}
.n-content-a .mySwiper8 {
  padding: 0 var(--left-padding);
}

.n-content-a .mySwiper8 .swiper-slide .img-c {
  border: 1px solid rgba(114, 113, 113, 0.35);
  padding: 1.5rem;
}

.n-content-a .mySwiper8 .swiper-slide .img-c .img {
  padding-bottom: 110%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.n-content-a .mySwiper8 .swiper-slide .img-c .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.n-content-a .mySwiper8 .swiper-slide .img-c .img img {
  width: 100%;
}

.n-content-a .mySwiper8 .swiper-slide .img-c .tita .name {
  display: block;
  text-align: center;
  color: #4D4D4D;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.65em 0 0.25em;
}

.n-content-a .mySwiper8 .swiper-slide .img-c .tita p {
  font-size: 1rem;
  line-height: 1.5em;
  opacity: 0;
  color: #fff;
}

.n-content-a .mySwiper8 .swiper-slide .img-c:hover {
  background: #1589CC;
  border-color: #1589CC;
}

.n-content-a .mySwiper8 .swiper-slide .img-c:hover .tita .name {
  color: #fff;
  text-align: left;
}

.n-content-a .mySwiper8 .swiper-slide .img-c:hover .tita p {
  opacity: 1;
}

.n-content-a .jaxt-s {
  width: 32%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .n-content-a .jaxt-s {
    width: 80%;
    margin-top: 1rem;
  }
}
.n-content-a .jaxt-s .jt-asjv {
  width: 9.375rem;
}

.n-content-a .jaxt-s .swiper-pagination-progressbar {
  height: 4px;
  width: calc(95% - 9.375rem);
  background: #BCBCBC;
  position: relative;
}

.n-content-a .jaxt-s .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #3E3A39;
}

.n-content-a .jaxt-s .swiper-num {
  font-size: 1rem;
  color: #3E3A39;
  width: auto;
}

.n-content-a .jaxt-s .swiper-num span::before {
  content: "0";
}

.n-content-a .jaxt-s .swiper-num span.active {
  color: #1589CC;
  font-size: 1.875rem;
}

.cont-ent-ca {
  padding-bottom: 6rem;
}

@media (max-width: 768px) {
  .cont-ent-ca {
    padding-bottom: 2rem;
  }
}
.cont-ent-ca img {
  width: 100%;
}

.cplas-list li {
  margin-right: 2em;
}

.cplas-list li a {
  display: block;
  font-size: 1.375rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #231815;
  line-height: 1.5em;
  padding-bottom: 0.25em;
}

.cplas-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--zt-colors);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.cplas-list li:hover a, .cplas-list li.active a {
  color: #1589CC;
}

.cplas-list li:hover a::after, .cplas-list li.active a::after {
  width: 100%;
}

.syll-cont1 {
  padding: 4.375rem 0;
  position: relative;
}

@media (max-width: 768px) {
  .syll-cont1 {
    padding: 0 0 2rem;
  }
}
.cont2 {
  position: relative;
}

.syll-cont1 .xw-sorta1, .cont2 .xw-sorta1 {
  width: 7.5rem;
  position: absolute;
  left: calc(var(--left-padding) * 0.5);
  top: 13rem;
  z-index: 9;
}

.fix {
  position: fixed !important;
}

@media (max-width: 990px) {
  .syll-cont1 .xw-sorta1, .cont2 .xw-sorta1 {
    display: none;
  }
}
.syll-cont1 .mySwiper3-a {
  margin-top: 2.5rem;
  position: relative;
}

@media (max-width: 768px) {
  .syll-cont1 .mySwiper3-a {
    margin-top: 1.5rem;
  }
}
.syll-cont1 .mySwiper3-a .swiper-slide .cont-at .img {
  width: 71.0526315789%;
  padding-left: 8%;
}

@media (max-width: 768px) {
  .syll-cont1 .mySwiper3-a .swiper-slide .cont-at .img {
    width: 100%;
    padding-left: 0;
  }
}
.syll-cont1 .mySwiper3-a .swiper-slide .cont-at .img img {
  width: 100%;
}

.syll-cont1 .mySwiper3-a .swiper-slide .cont-at .cont-txt {
  width: 23%;
}

@media (max-width: 768px) {
  .syll-cont1 .mySwiper3-a .swiper-slide .cont-at .cont-txt {
    width: 100%;
    margin-top: 1rem;
  }
}
.syll-cont1 .mySwiper3-a .swiper-slide .cont-at .cont-txt .tit {
  color: #040000;
  font-size: 2.5rem;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .syll-cont1 .mySwiper3-a .swiper-slide .cont-at .cont-txt .tit {
    font-size: 1.75rem;
  }
}
.syll-cont1 .mySwiper3-a .swiper-slide .cont-at .cont-txt .tit p {
  font-size: 0.75rem;
  line-height: 1.4em;
}

.syll-cont1 .mySwiper3-a .swiper-slide .cont-at .cont-txt .txt {
  font-size: 1.125rem;
  line-height: 1.75em;
  margin-top: 1rem;
}

.syll-cont1 .mySwiper3-a .jt-asjv {
  position: absolute;
  left: 69%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media (max-width: 768px) {
  .syll-cont1 .mySwiper3-a .jt-asjv {
    left: auto;
    top: 50%;
    right: 0;
  }
}
.syll-cont1 .mySwiper3-a .jt-asjv > div {
  width: 3.625rem;
  height: 3.625rem;
  background: #D1D1DA;
}

.syll-cont1 .mySwiper3-a .jt-asjv > div + div {
  margin-top: 1px;
}

.syll-cont1 .mySwiper3-a .jt-asjv > div i {
  color: #fff;
  font-size: 2rem;
}

.syll-cont1 .mySwiper3-a .jt-asjv > div:hover {
  background: var(--zt-colors);
}

.syll-cont1 .syll-a1v1 {
  width: 71.0526315789%;
  padding-left: 30%;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .syll-cont1 .syll-a1v1 {
    width: 100%;
    padding: 0 10%;
    margin-top: 1rem;
  }
}
.syll-cont1 .syll-a1v1 .mySwiper3-b .swiper-slide .img {
  position: relative;
}

.syll-cont1 .syll-a1v1 .mySwiper3-b .swiper-slide .img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#1C5EAA), color-stop(17%, rgba(29, 119, 184, 0.93)), color-stop(31%, rgba(29, 129, 190, 0.9)), color-stop(39%, rgba(38, 134, 193, 0.86)), color-stop(50%, rgba(63, 148, 200, 0.76)), color-stop(64%, rgba(105, 171, 212, 0.6)), color-stop(79%, rgba(162, 203, 228, 0.37)), color-stop(96%, rgba(235, 244, 249, 0.08)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #1C5EAA 0%, rgba(29, 119, 184, 0.93) 17%, rgba(29, 129, 190, 0.9) 31%, rgba(38, 134, 193, 0.86) 39%, rgba(63, 148, 200, 0.76) 50%, rgba(105, 171, 212, 0.6) 64%, rgba(162, 203, 228, 0.37) 79%, rgba(235, 244, 249, 0.08) 96%, rgba(255, 255, 255, 0) 100%);
}

.syll-cont1 .syll-a1v1 .mySwiper3-b .swiper-slide .img img {
  width: 100%;
}

.syll-cont1 .syll-a1v1 .mySwiper3-b .swiper-slide .img .tit {
  color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
}

.syll-cont1 .syll-a1v1 .mySwiper3-b .swiper-slide.swiper-slide-thumb-active .img::after {
  opacity: 1;
}

.syll-cont1 .syll-a1v1 .mySwiper3-b .swiper-slide.swiper-slide-thumb-active .img .tit {
  opacity: 1;
}

.job-cont1 {
  padding: 6rem 0;
}

@media (max-width: 768px) {
  .job-cont1 {
    padding: 2rem 0;
  }
}
.job-cont1 .job-v1 .txta {
  color: #333333;
  font-size: 1rem;
}

.job-cont1 .job-v2 {
  padding: 0 5%;
  margin-top: 5.625rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-v2 {
    margin-top: 1.5rem;
    padding: 0;
  }
}
.job-cont1 .job-v2 form .conx {
  border: 1px solid #333333;
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
}

.job-cont1 .job-v2 form .conx i {
  position: absolute;
  left: 1em;
  top: 0;
  font-size: 1.35rem;
  line-height: 3.125rem;
}

.job-cont1 .job-v2 form .conx input {
  width: calc(100% - 9.0625rem);
  font-size: 1.125rem;
  line-height: 3.125rem;
  padding-left: 3.5em;
}

.job-cont1 .job-v2 form .conx button {
  width: 9.0625rem;
  background: #1589CC;
  border: none;
  font-size: 1.125rem;
  line-height: 3.125rem;
  color: #fff;
  text-align: center;
}

.job-cont1 .job-v2 .job-lisa {
  border-top: 1px solid #9FA0A0;
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-v2 .job-lisa {
    margin-top: 1.5rem;
  }
}
.job-cont1 .job-v2 .job-lisa li {
  padding: 2rem 0;
  border-bottom: 1px solid #9FA0A0;
}

@media (max-width: 768px) {
  .job-cont1 .job-v2 .job-lisa li {
    padding: 1.5rem 0;
  }
}
.job-cont1 .job-v2 .job-lisa li a.name {
  color: #231815;
  font-size: 1.4375rem;
  line-height: 1.5em;
}

.job-cont1 .job-v2 .job-lisa li a.name:hover {
  color: #1589CC;
}

.job-cont1 .job-v2 .job-lisa li .cont-p .p1 {
  color: #231815;
  font-size: 1rem;
  line-height: 1.5em;
}

.job-cont1 .job-v2 .job-lisa li .cont-p .p1 p + p {
  border-left: 1px solid #DCDDDD;
  margin-left: 1em;
  padding-left: 1em;
}

.job-cont1 .job-v2 .job-lisa li .cont-p .data {
  color: #9FA0A0;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-v2 .job-lisa li .cont-p .data {
    width: 100%;
    margin-top: 1rem;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ti-container {
  display: block;
  font-size: inherit;
}

.ti-text-container {
  position: relative;
  display: inline;
  font-size: inherit;
}

.ti-text-container:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  position: relative;
}

.ti-text-container.active-container.ti-cursor:after {
  display: inline;
}

.ti-cursor:after {
  display: none;
  content: "_";
  bottom: 0.05em;
  right: -0.65em;
  position: absolute;
  line-height: normal;
  font-size: inherit;
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
}

.zltx-cont1 {
  padding: 1rem 0 6.5rem;
}

.zltx-cont1 > .wh > .p1 {
  margin-top: 1rem;
}

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

@keyframes rotate-anim {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.zltx-cont1 .abt-a4_v1 {
  position: relative;
  margin-top: 5.3125rem;
}

@media (max-width: 768px) {
  .zltx-cont1 .abt-a4_v1 {
    margin-top: 1.5rem;
  }
}
.zltx-cont1 .abt-a4_v1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  background: #1589CC;
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/astd1.svg) center no-repeat;
  background-size: 11.9375rem;
  padding: 0 4%;
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 13.75rem;
  height: 13.75rem;
  background: url(../images/astd2.svg) center no-repeat;
  background-size: 100%;
  margin-left: -6.875rem;
  animation: rotate-anim 2s infinite linear;
  -webkit-animation: rotate-anim 2s infinite linear;
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a .arrow .swiper-button-prev1, .zltx-cont1 .abt-a4_v1 .mySwiper1a .arrow .swiper-button-next1 {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 3.375rem;
  height: 3.375rem;
  line-height: 3.375rem;
  border-radius: 50%;
  background: #1589CC;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a .arrow .swiper-button-prev1 i, .zltx-cont1 .abt-a4_v1 .mySwiper1a .arrow .swiper-button-next1 i {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a .arrow .swiper-button-prev1 {
  left: 0;
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a .arrow .swiper-button-next1 {
  right: 0;
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a .swiper-slide {
  height: 13.75rem;
  position: relative;
  background: url(../images/astd3.svg) center no-repeat;
  background-size: 1.5rem;
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a .swiper-slide .time {
  font-size: 1rem;
  color: #fff;
  width: 50%;
  height: 2.375rem;
  line-height: 2.375rem;
  background: #1589CC;
  position: absolute;
  z-index: 10;
  left: 50%;
  right: auto;
  top: 9.375rem;
  bottom: auto;
  margin-left: -25%;
  margin-top: 0;
  text-align: center;
  border-radius: 1.2rem;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a .swiper-slide:nth-child(even) .time {
  top: 2.6875rem;
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a .swiper-slide.swiper-slide-active {
  background-size: 0;
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a .swiper-slide.swiper-slide-active .time {
  background: rgba(0, 0, 0, 0);
  color: #1589CC;
  font-size: 1.4rem;
  line-height: 1.5rem;
  top: 50%;
  margin-top: -1rem;
  font-weight: bold;
  width: 7.5rem;
  margin-left: -3.75rem;
}

.zltx-cont1 .abt-a4_v1 .mySwiper1a .swiper-slide.swiper-slide-active .time span {
  display: block;
}

.zltx-cont1 .abt-a4_v2 .abt-a4_v2c1 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .zltx-cont1 .abt-a4_v2 .abt-a4_v2c1 {
    margin-top: 1rem;
  }
}
.zltx-cont1 .abt-a4_v2 .abt-a4_v2c1 li {
  text-align: left;
}

.zltx-cont1 .abt-a4_v2 .abt-a4_v2c1 li .as-xa .img {
  width: 8rem;
}

.zltx-cont1 .abt-a4_v2 .abt-a4_v2c1 li .as-xa .img img {
  width: 100%;
}

.zltx-cont1 .abt-a4_v2 .abt-a4_v2c1 li .as-xa .img .p1 {
  margin-left: 3rem;
}

.zltx-cont1 .abt-a4_v2 .abt-a4_v2c1 li .p1 {
  color: #6F6E6E;
  font-size: 1.125rem;
  font-family: "Noto Sans SC";
  /*font-family: 'SimSun';*/
  line-height: 1.5em;
  margin-left: 3rem;
}

.asoxc-a1 {
  margin-top: 4rem;
}

.asoxc-a1 .ashx_1 li .tit {
  font-size: 1.375rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #231815;
  line-height: 1.5em;
  padding-bottom: 0.25em;
}

.asoxc-a1 .ashx_1 li + li {
  margin-left: 2em;
}

.asoxc-a1 .ashx_1 li .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #1589CC;
  display: none;
}

.asoxc-a1 .ashx_1 li.on .tit {
  color: #1589CC;
}

.asoxc-a1 .ashx_1 li.on .tit::after {
  display: block;
}

@media (max-width: 768px) {
  .zltx-cont1 .abt-a4_v2 .abt-a4_v2c1 li .as-xa .img {
    width: 6rem;
  }
  .zltx-cont1 .abt-a4_v2 .abt-a4_v2c1 li .p1 {
    font-size: 1rem;
    padding: 0;
    margin-top: 0.5rem;
    margin-left: 1.5rem;
  }
  .asoxc-a1 {
    margin: 0 0 2.125rem;
  }
}