@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: "STZhongsong", "Noto Sans SC", sans-serif;
  overflow: hidden;
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #716E6E;
  --color-zt: #1d2088;
  --head-height: 5.625rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
  --pantop: 1.75rem;
}

@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
    --pantop: 0;
  }
}
* {
  outline: none;
}

.wh {
  padding: 0 13.5416666667%;
}

@media (max-width: 1600px) {
  .wh {
    padding: 0 9%;
  }
}
@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}
@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}
.wh1 {
  padding: 0 2.6041666667%;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .wh1 {
    padding: 0 2%;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.flex-z {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.flex_left {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
}

.flex_left1 {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.flex21 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: #fff;
  border: 1px solid #1d2088;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.4375rem "Noto Sans SC";
  border-radius: 1.75rem;
  width: 11.25rem;
  text-align: center;
  background: #1d2088;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl {
    line-height: 3rem;
    width: 10rem;
    font-size: 0.875rem;
  }
}
.more-msl i {
  font-weight: 600;
}

@media (max-width: 768px) {
  .more-msl i {
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.more-msl:hover {
  color: #1d2088;
}

.more-msl:hover img {
  filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}

.more-msl:hover::before {
  transform: scale(2);
}

.more-msl1 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.4375rem "Noto Sans SC";
  border-radius: 1.75rem;
  width: 11.25rem;
  text-align: center;
  background: #1d2088;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl1 {
    line-height: 3rem;
    width: 10rem;
    font-size: 0.875rem;
  }
}
.more-msl1 i {
  font-weight: 600;
}

@media (max-width: 768px) {
  .more-msl1 i {
    font-size: 0.875rem;
  }
}
.more-msl1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.more-msl1:hover {
  color: #fff;
}

.more-msl1:hover img {
  filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}

.more-msl1:hover::before {
  transform: scale(2);
}

.more-msl2 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.4375rem "Noto Sans SC";
  border-radius: 1.75rem;
  width: 11.25rem;
  text-align: center;
  border: 1px solid #fff;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl2 {
    line-height: 3rem;
    width: 10rem;
    font-size: 0.875rem;
  }
}
.more-msl2 i {
  font-weight: 600;
}

@media (max-width: 768px) {
  .more-msl2 i {
    font-size: 0.875rem;
  }
}
.more-msl2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.more-msl2:hover {
  color: #000;
}

.more-msl2:hover img {
  filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);
}

.more-msl2:hover::before {
  transform: scale(2);
}

.more-msla {
  display: inline-block;
  color: #939292;
  border: 1px solid #939292;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/3.125rem "Noto Sans SC";
  width: 10rem;
  text-align: center;
  border-radius: 1.5625rem;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msla {
    line-height: 2.2rem;
    width: 7.3rem;
    font-size: 0.875rem;
  }
}
.more-msla:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #939292;
  border-radius: 100%;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.more-msla:hover {
  color: #fff;
}

.more-msla:hover::before {
  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;
  }
}
.m-imgax {
  padding-bottom: 80%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.m-imgax > video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.head .head2 {
  line-height: 6.25rem;
  background: #fff;
}

.head .head2 .logo a {
  display: block;
}

.head .head2 .logo a img {
  height: 2.8125rem;
}

.head .head2 .sska {
  margin: 0 1.5em 0 1em;
  line-height: 1;
  display: flex;
  align-items: center;
}

.head .head2 .sska i {
  color: #212121;
  font-size: 1.25rem;
}

.head .head2 .sgag a.ma i {
  color: #212121;
  font-size: 1.25rem;
  margin-right: 0.25rem;
}

.head .head2 .sgag a.ma span {
  display: inline-block;
  color: #212121;
  font: 500 1.25rem/5rem "Noto Sans SC";
}

.head .head2 .anta_w {
  height: 5rem;
  width: auto;
  background: #1d2088;
  position: relative;
  margin-left: 1em;
  width: 9.375rem;
  text-align: center;
}

.head .head2 .anta_w .menu {
  cursor: pointer;
  transition: all 0.4s;
}

.head .head2 .anta_w .menu p {
  color: #FFFFFF;
  font: 500 1.125rem/1.5em "Noto Sans SC";
  margin-right: 0.5rem;
}

.head .head2 .anta_w .menu span {
  margin: auto;
  display: block;
  width: 1.375rem;
  height: 3px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  transition: 0.45s;
  margin-left: 0.2rem;
}

.head .head2 .anta_w .menu span:before {
  content: "";
  position: absolute;
  top: -0.45rem;
  right: 0;
  height: 3px;
  width: 1.125rem;
  background: #fff;
  transition: all 0.4s;
}

.head .head2 .anta_w .menu span:after {
  content: "";
  position: absolute;
  bottom: -0.45rem;
  height: 3px;
  width: 1.375rem;
  background: #fff;
  transition: all 0.4s;
  right: 0;
}

.head .head2 .anta_w .menu.active span:before {
  top: 0px;
  width: 1.5rem;
  transform: rotate(45deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.head .head2 .anta_w .menu.active span:after {
  bottom: 0px;
  width: 1.5rem;
  transform: rotate(-45deg);
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.head .head2 .anta_w .menu.active span {
  background: transparent;
  transition-delay: 0s, 0s;
}

.head .sskbj {
  display: none;
}

.head .searchbox {
  border-top: 2px solid #1d2088;
  top: 6.25rem;
  left: 0;
}

.head .serbtn {
  background: #1d2088;
}

.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: #1d2088;
}

#menu .nav_a1 {
  margin-right: 1em;
}

#menu .nav_a1 li {
  float: left;
  position: relative;
}

#menu .nav_a1 li + li {
  margin-left: 1.35rem;
}

@media (max-width: 1200px) {
  #menu .nav_a1 li + li {
    margin-left: 1rem;
  }
}
#menu .nav_a1 li a {
  display: block;
  color: #212121;
  font-family: "STZhongsong";
}

#menu .nav_a1 li > a {
  font-size: 1.25rem;
  position: relative;
  padding: 0 0.8em;
}

#menu .nav_a1 li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: -12px;
}

#menu .nav_a1 li > a::before {
  content: "";
  width: 0;
  height: 0.1875rem;
  background: #1d2088;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.6s;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: calc(100% + 12px);
  width: 170%;
  left: -35%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

#menu .nav_a1 li .sec a {
  font: 500 1rem/1.5em "";
  padding: 0.5em 0;
  color: #333;
}

#menu .nav_a1 li .sec a:hover {
  color: #1d2088;
}

#menu .nav_a1 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 rgba(255, 255, 255, 0.8) transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

#menu .nav_a1 li:hover > a {
  color: #1d2088;
}

#menu .nav_a1 li:hover > a::before {
  width: 100%;
}

#menu .nav_a1 li:hover .sec {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#menu .nav_a1 li:hover > a,
#menu .nav_a1 li.active > a {
  color: #1d2088 !important;
}

#menu .nav_a1 li:hover > a::before,
#menu .nav_a1 li.active > a::before {
  width: 100%;
}

.navigators {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 998;
  overflow: hidden;
  transition: all 0.4s;
  background: #fff;
}

.navigators.active {
  height: 100%;
}

.navigators .weggta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}

.navigators .xl-nav li .name {
  color: #494949;
  font: 500 1.125rem/2em "Noto Sans SC";
  margin-bottom: 1em;
}

.navigators .xl-nav li .text {
  color: #494949;
  font: 500 0.9375rem/2em "Noto Sans SC";
}

.navigators .xl-nav li .text:hover {
  color: #1d2088;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  animation: sticky 1s;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*手机端头部*/
.mslm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #fff;
}

.mslm-head .sskza {
  color: #333;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 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: 25px;
}

.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: #000;
  transition: all 0.5s;
}

.mslm-navbtn span {
  margin: 4.5px 0;
}

.mslm-navbtn:after,
.mslm-navbtn:before {
  content: "";
  transform-origin: 7.5%;
}

.mslm-navbtn.clicked span {
  transform: translateX(-100%);
  opacity: 0;
}

.mslm-navbtn.clicked:after {
  transform: rotate(-45deg);
}

.mslm-navbtn.clicked:before {
  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: "STZhongsong", "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;
  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: "STZhongsong", "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: "STZhongsong", "Noto Sans SC";
}

.mslm-search .mslm-search-box input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  font-family: "STZhongsong", "Noto Sans SC";
}

.mslm-search .mslm-search-box input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  font-family: "STZhongsong", "Noto Sans SC";
}

.mslm-search .mslm-search-box input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  font-family: "STZhongsong", "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: "STZhongsong", "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;
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(10%, -1px) rotate(36deg);
  }
  40% {
    transform: translate(20%, 3%) rotate(72deg);
  }
  60% {
    transform: translate(17%, 6%) rotate(108deg);
  }
  80% {
    transform: translate(-5%, 3%) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.pc-banner {
  position: relative;
  overflow: hidden;
}

.pc-banner .mySwipera {
  position: relative;
}

.pc-banner .mySwipera .tcas {
  width: 20%;
  max-width: 5.625rem;
  margin: 0 auto 1rem;
}

.pc-banner .mySwipera .tcas img {
  width: 100%;
}

.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img {
    aspect-ratio: 9/7;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 3.75rem/1.25em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 400 2rem/1.25em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.35rem;
    margin-top: 0.5em;
  }
}
.pc-banner .mySwipera .banwez1 a.more-msl {
  margin-top: 1.8rem;
}

.pc-banner .mySwipera .banwez1 .wehasas {
  gap: 1rem;
  margin-top: 1.8rem;
}

.pc-banner .mySwipera .swiper-pagination1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
  z-index: 1;
}

.pc-banner .mySwipera .swiper-pagination1 span {
  border: 1px solid #fff;
}

.pc-banner .mySwipera .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #fff;
}

.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 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;
  transform: translateX(-50%);
  animation: scroll2 1s linear infinite;
}
@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;
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  transition: all 0.6s;
}

.fang:hover img {
  transform: scale(1.1);
}

.xz img {
  transition: all 0.5s;
}

.xz:hover img {
  transform: rotateY(180deg);
}

.top {
  transition: all 0.5s;
}

.top:hover {
  transform: translateY(-1rem);
}

.gong-p {
  color: #626262;
  font: 400 1.125rem/1.75em "Noto Sans SC";
  text-align: justify;
}

@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}
.title1 {
  text-align: center;
}

.title1 .tit {
  color: #1d2088;
  font-size: 3rem;
  line-height: 1.5em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
  }
}
.title1 .entit {
  color: #9f9f9f;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.title1.bs .tit,
.title1.bs .entit {
  color: #fff;
}
@keyframes rotatedHalf1 {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    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 #1d2088;
}

.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #1d2088;
  width: 1.5625rem;
}

:root {
  --padding-txs: 5rem;
}

@media (max-width: 768px) {
  :root {
    --padding-txs: 2.25rem;
  }
}
.cont1 {
  padding: var(--pandrd) 0;
  background: #f2f2f2;
}

.cont1 .a1b1 {
  margin-top: 2rem;
  gap: 1rem;
}

@media (max-width: 768px) {
  .cont1 .a1b1 {
    margin-top: 1rem;
  }
}
.cont1 .a1b1 li a {
  display: block;
  border: 1px solid #1d2088;
  color: #1d2088;
  line-height: 1.5em;
  padding: 0.75rem 2.25rem;
  border-radius: 2rem;
}

@media (max-width: 768px) {
  .cont1 .a1b1 li a {
    padding: 0.5rem 1.25rem;
  }
}
.cont1 .a1b1 li:hover a {
  background: var(--color-zt);
  color: #fff;
}

.cont1 .a1v2 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont1 .a1v2 {
    margin-top: 1rem;
  }
}
.cont1 .a1_b1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont1 .a1_b1 {
    margin-top: 0.75rem;
  }
}
.cont1 .a1_b1 li {
  margin: 0 0.65rem;
}

@media (max-width: 768px) {
  .cont1 .a1_b1 li {
    margin: 0.25rem 0.65rem;
  }
}
.cont1 .a1_b1 li a {
  display: block;
  border-radius: 1.875rem;
  background: #FFF;
  box-shadow: 0px 0px 3.75rem 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #9B9B9B;
  font-size: 1rem;
  line-height: 3rem;
  width: auto;
  padding: 0 2em;
}

.cont1 .a1_b1 li:hover a,
.cont1 .a1_b1 li.on a {
  background: var(--color-zt);
  color: #fff;
}

.cont1 .a1_b2 {
  position: relative;
}

.cont1 .a1_b2 .mySwiper1 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .cont1 .a1_b2 .mySwiper1 {
    margin-top: 1rem;
  }
}
.cont1 .a1_b2 .mySwiper1 .swiper-slide a.img {
  display: block;
  background: #fff;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0px 0.1rem 0.5rem 0px rgba(183, 183, 183, 0.25);
}

.cont1 .a1_b2 .mySwiper1 .swiper-slide a.img + a.img {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont1 .a1_b2 .mySwiper1 .swiper-slide a.img + a.img {
    margin-top: 1.25rem;
  }
}
.cont1 .a1_b2 .mySwiper1 .swiper-slide a.img u {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.cont1 .a1_b2 .mySwiper1 .swiper-slide a.img u img {
  width: 100%;
}

.cont1 .a1_b2 .mySwiper1 .swiper-slide a.img .tit {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1em 0;
}

.cont1 .a1_b2 .mySwiper1 .swiper-pagination1 {
  margin-top: 1.5rem;
}

.cont2 {
  padding: var(--pandrd) 0;
}

.cont2 .a2v1 .a2b1 {
  width: 48%;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b1 img {
  width: 100%;
}

.cont2 .a2v1 .a2b2 {
  width: 48%;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont2 .a2v1 .a2b2 .title2 {
  font-size: 2.25rem;
  line-height: 1.25em;
  color: #333;
  font-weight: 600;
}

.cont2 .a2v1 .a2b2 .title2 .tit {
  font-weight: 700;
}

.cont2 .a2v1 .a2b2 .title2 .entit {
  color: #777777;
  font-size: 1.5rem;
  line-height: 1.35em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .title2 {
    font-size: 1.65rem;
  }
  .cont2 .a2v1 .a2b2 .title2 .entit {
    font-size: 1.25rem;
  }
}
.cont2 .a2v1 .a2b2 .p1 {
  margin-top: 1.5rem;
  text-indent: 2em;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .p1 {
    margin-top: 1rem;
  }
}
.cont2 .a2v1 .a2b2 .more-msl {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 .more-msl {
    margin-top: 1rem;
  }
}
.cont5 {
  background: var(--color-zt);
  padding: var(--pandrd) 0;
}

@media (max-width: 768px) {
  .cont5 {
    padding: 0.5rem 0 2rem;
  }
}
.cont5 .a5_list1 li {
  color: #fff;
  text-align: center;
  flex: 1;
}

@media (max-width: 768px) {
  .cont5 .a5_list1 li {
    width: 50%;
    flex: auto;
    margin-top: 1.5rem;
  }
}
.cont5 .a5_list1 li .data {
  font-weight: 700;
}

.cont5 .a5_list1 li .data span {
  font-size: 4.375rem;
  line-height: 1em;
}

@media (max-width: 768px) {
  .cont5 .a5_list1 li .data span {
    font-size: 2.6rem;
  }
}
.cont5 .a5_list1 li .data sup {
  font-size: 1.5rem;
  vertical-align: top;
  top: 0;
}

@media (max-width: 768px) {
  .cont5 .a5_list1 li .data sup {
    font-size: 1.25rem;
  }
}
.cont5 .a5_list1 li .txt {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.65rem;
}

.cont6 {
  padding: var(--pandrd) 0;
}

.cont6 .a6v1 {
  margin: 2.5rem 0 2.6875rem;
}

@media (max-width: 768px) {
  .cont6 .a6v1 {
    margin: 1.25rem 0 1.65rem;
  }
}
.cont6 .a6v1 .a6b1 {
  width: 47.1428571429%;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 {
    width: 100%;
  }
}
.cont6 .a6v1 .a6b1 dl img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cont6 .a6v1 .a6b1 .fang {
  border-radius: 1.875rem;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b1 .fang {
    border-radius: 1rem;
  }
}
.cont6 .a6v1 .a6b1 .fang img {
  width: 100%;
}

.cont6 .a6v1 .a6b2 {
  width: 47.1428571429%;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 {
    width: 100%;
  }
}
.cont6 .a6v1 .a6b2 li {
  border-bottom: 1px solid #EFEFEF;
  height: 33.3333333333%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 li {
    height: auto;
    padding: 1rem 0;
  }
}
.cont6 .a6v1 .a6b2 li span {
  display: block;
  color: #AAAAAA;
  font-size: 1rem;
  line-height: 1.5em;
}

.cont6 .a6v1 .a6b2 li a.name {
  color: #555555;
  font-size: 1.35rem;
  line-height: 1.5em;
  margin-top: 0.25rem;
  width: 100%;
}

@media (max-width: 768px) {
  .cont6 .a6v1 .a6b2 li a.name {
    font-size: 1.125rem;
  }
}
.cont6 .a6v1 .a6b2 li a.name:hover {
  color: var(--color-zt);
}

.cont6 .a6v1 .a6b2 li .p1 {
  font-size: 1rem;
  line-height: 1.5em;
}

.cont7 {
  padding-bottom: var(--pandrd);
}

.foot-fot {
  position: relative;
  background: #232323;
}

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 2rem;
}

@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .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 > a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.foot-fot .foota1 .dseca p {
  color: #fff;
  font: 400 1rem/1.8em "Noto Sans SC";
}

.foot-fot .foota1 .fo-a1 {
  width: 55%;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

.foot-fot .foota1 .fo-a1 .sec {
  width: 100%;
}

.foot-fot .foota1 .fo-a1 .sec a {
  display: block;
  color: #fff;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  padding: 0.25rem 0;
}

.foot-fot .foota1 .fo-a1 .sec a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.foot-fot .foota1 .fo-a1 .wehxc {
  color: #fff;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding: 0.5em 0;
  width: 100%;
}

.foot-fot .foota1 .fo-a2 {
  width: 40%;
}

.foot-fot .foota1 .fo-a2 .dlogo {
  margin-bottom: 1.5rem;
}

.foot-fot .foota1 .fo-a2 .dlogo img {
  height: 3rem;
  filter: brightness(0) invert(1);
}

.foot-fot .foota1 .fo-a2 p {
  color: #fff;
  font: 400 1.2rem "STZhongsong";
  margin-top: 0.35rem;
}

.foot-fot .foota1 .fo-a2 .dtel {
  color: #03B5C1;
  font: 700 1.625rem/1.25em "Montserrat";
}

.foot-fot .foota1 .fo-a2 .asghw1 {
  margin-top: 1rem;
}

.foot-fot .foota1 .fo-a2 .asghw1 li {
  position: relative;
}

.foot-fot .foota1 .fo-a2 .asghw1 li + li {
  margin-left: 1.5rem;
}

.foot-fot .foota1 .fo-a2 .asghw1 li i {
  color: #fff;
  font-size: 1.65rem;
  cursor: pointer;
}

.foot-fot .foota1 .fo-a2 .asghw1 li .erma {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 7.5rem;
  transform: translateX(-50%);
  display: none;
  padding: 0.25rem;
  background: #fff;
  border-radius: 0.1rem;
}

.foot-fot .foota1 .fo-a2 .asghw1 li .erma img {
  width: 100%;
}

.foot-fot .foota1 .fo-a2 .asghw1 li:hover .erma {
  display: block;
}

.foot-fot .foota1 .fo-a3 .derma {
  margin-top: 1rem;
}

.foot-fot .foota1 .fo-a3 .derma img {
  height: 7.8rem;
}

.foot-fot .foota1 .fo-a4 .social-share {
  margin-top: 0.8rem;
}

.foot-fot .foota1 .fo-a4 .social-share a {
  color: #fff;
  border-color: #fff;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}

.foot-fot .foota1 .fo-a4 .social-share a:hover {
  background: #fff;
  color: #333;
}

.foot-fot .foota2 {
  color: #fff;
  font: 400 1rem/1.65em "Noto Sans SC";
  padding: 0.8em 0;
  background: #333;
  display: none;
}

@media (max-width: 990px) {
  .foot-fot .foota2 {
    display: block;
  }
}
.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: 0;
  }
}
.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 > a {
  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: #1d2088;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.2);
}

.zd_erha li > a i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  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;
  transform: translateX(110%);
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}

.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}

.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.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: #1d2088;
}

.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: #1d2088;
}

@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: #1d2088;
  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::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 1;
}

.nbanner .nbanner-wen1 .banner-cont h2 {
  color: #fff;
  font: 600 3.125rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont h2 {
    font-size: 1.8rem;
  }
}
.nbanner .ajhhsd {
  color: #fff;
  font: 500 1rem/1.3em "Noto Sans SC";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5%;
  z-index: 1;
  padding: 0;
}

.nbanner .ajhhsd a {
  color: #fff;
}

.nbanner .ajhhsd a:hover {
  text-decoration: underline;
  color: #1d2088;
}

.nbanner .ajhhsd span:last-child {
  display: none;
}

.ysazw .nbanner .nbanner-wen1 .banner-cont h2 {
  color: #008be9;
}

.ysazw .nbanner .nbanner-wen1 .banner-cont .dl {
  color: rgba(0, 139, 233, 0.43);
}

.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: #1d2088;
  background: #fff;
}

.n_mbx .wh .n_src li .sec {
  position: absolute;
  top: 78%;
  width: 180%;
  left: -40%;
  background: #fff;
  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;
  transform: translateY(20px);
  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;
  transform: translateY(0);
}

.list_content {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}
.fang-img {
  animation: scale2 4s infinite linear;
}

#abt1,
#abt2,
#abt3,
#abt4,
#abt5,
#abt6 {
  height: 5.625rem;
  margin-top: -5.625rem;
}

@media (max-width: 990px) {
  #abt1,
  #abt2,
  #abt3,
  #abt4,
  #abt5,
  #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}
.ny-tit .entit {
  color: #535353;
  font: 700 1.5rem/1.2em "Montserrat";
  text-transform: uppercase;
}

.ny-tit .tit {
  color: #535353;
  font: 600 2.5rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.8rem;
  }
}
.nytitle {
  text-align: center;
  color: #00a4f0;
  padding: 3rem 0;
}

@media (max-width: 768px) {
  .nytitle {
    padding: 2rem 0;
  }
  .nytitle i img {
    height: 2rem;
  }
}
.nytitle .tit {
  font-size: 2.25rem;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .nytitle .tit {
    font-size: 2rem;
  }
}
.nytitle .ftit {
  font-size: 1.375rem;
  line-height: 1.3em;
  margin-bottom: 0.45rem;
}

@media (max-width: 768px) {
  .nytitle .ftit {
    font-size: 1.25rem;
  }
}
.nytitle1 {
  text-align: center;
  color: #00a4f0;
}

.nytitle1 .tit {
  font-size: 1.85rem;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .nytitle1 .tit {
    font-size: 1.5rem;
  }
}
.abt-cont1 {
  padding: var(--pandrd) 0;
}

.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 48%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .img img {
  width: 100%;
}

.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 48%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    order: 1;
    margin-top: 1.5rem;
  }
}
.abt-cont2 {
  background: #f4f4f4;
  padding: var(--pandrd) 0;
}

.abt-cont2 .mySwiper21 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .abt-cont2 .mySwiper21 {
    margin-top: 1rem;
  }
}
.abt-cont2 .abt-a2b1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2b1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .abt-cont2 .abt-a2b1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.abt-cont2 .abt-a2b1 i {
  display: block;
  font-size: 0;
}

.abt-cont2 .abt-a2b1 i img {
  width: 100%;
}

.abt-cont2 .abt-a2b1 .cont-p {
  text-align: center;
}

.abt-cont2 .abt-a2b1 .cont-p .tit {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2b1 .cont-p .tit {
    font-size: 1.35rem;
  }
}
.abt-cont2 .abt-a2b1 .cont-p .p {
  color: #939393;
  font-size: 1rem;
  line-height: 1.75em;
  margin-top: 0.5rem;
  text-wrap: balance;
}

.abt-cont3 {
  padding: var(--pandrd) 0;
}

.abt-cont3 .mySwiper2 .swiper-wrapper {
  align-items: center;
}

.abt-cont3 .mySwiper2 .swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper2 .swiper-slide {
    font-size: 1rem;
  }
}
.abt-cont3 .mySwiper2 .swiper-slide .tit {
  margin-top: 0.5em;
}

.abt-cont4 {
  padding: var(--pandrd) 0;
  background: #f4f4f4;
}

.abt-cont4 .abt-a4_list1 li {
  margin: 0 0.65rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_list1 li {
    margin: 0 0.5rem;
  }
}
.abt-cont4 .abt-a4_list1 li a {
  display: inline-block;
  color: #666;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 500 1rem/1.5em "Noto Sans SC";
  border-radius: 1.75rem;
  padding: 0.85em 2.25em;
  text-align: center;
  border: 1px solid #666;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_list1 li a {
    padding: 0.5em 1.5em;
  }
}
.abt-cont4 .abt-a4_list1 li.on a {
  color: #fff;
  background: var(--color-zt);
  border-color: var(--color-zt);
}

.abt-cont4 .abt-a4_list2 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_list2 {
    margin-top: 1rem;
  }
}
.abt-cont4 .abt-a4_list2 .ttz {
  height: 0;
  overflow: hidden;
}

.abt-cont4 .abt-a4_list2 .ttz .mySwiper1a .swiper-slide a.aimg {
  display: block;
}

.abt-cont4 .abt-a4_list2 .ttz .mySwiper1a .swiper-slide a.aimg u {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.abt-cont4 .abt-a4_list2 .ttz .mySwiper1a .swiper-slide a.aimg u img {
  width: 100%;
}

.abt-cont4 .abt-a4_list2 .ttz .mySwiper1a .swiper-slide a.aimg p {
  text-align: center;
  font-size: 1rem;
  padding: 0.35rem 0;
  color: #666;
}

.abt-cont4 .abt-a4_list2 .ttz.a {
  height: auto;
}

.abt-cont5 {
  padding: var(--pandrd) 0;
}

.abt-cont5 .abt-a5list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 450px) {
  .abt-cont5 .abt-a5list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.abt-cont5 .abt-a5list1 li {
  background: linear-gradient(90deg, rgba(29, 96, 202, 0.87) 0%, rgba(3, 3, 29, 0.82) 100%);
  color: #fff;
  padding: 4rem 10%;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5list1 li {
    padding: 2rem 6%;
  }
}
.abt-cont5 .abt-a5list1 li .tit {
  font-size: 1.35rem;
  line-height: 1.5em;
}

.abt-cont5 .abt-a5list1 li a.moresdx {
  color: #fff;
  font-size: 1.125rem;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5list1 li a.moresdx {
    margin-top: 2rem;
  }
}
.abt-cont5 .abt-a5list1 li a.moresdx i {
  font-size: 1.25rem;
  transition: all 0.6s;
}

.abt-cont5 .abt-a5list1 li a.moresdx:hover i {
  margin-left: 0.5rem;
}

.product-content {
  margin-top: 4rem;
}

.product-content .sskbjs {
  margin-bottom: 3rem;
}

.product-content .sskbjs .searchbox {
  border-top: 2px solid #1d2088;
  top: 6.25rem;
  left: 0;
}

.product-content .sskbjs .serbtn {
  background: #1d2088;
}

.product-list li {
  padding-top: 2.8rem;
  margin-top: 2.8rem;
}

@media (max-width: 768px) {
  .product-list li {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.product-list li a.img {
  display: block;
  padding: 2.25%;
  width: 28%;
  border: 1px solid #f0f0f0;
}

@media (max-width: 768px) {
  .product-list li a.img {
    width: 100%;
  }
}
.product-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.product-list li a.img i img {
  width: 100%;
}

.product-list li .cont-p {
  width: 68%;
}

@media (max-width: 768px) {
  .product-list li .cont-p {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.product-list li .cont-p .tit {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #252323;
}

.product-list li .cont-p .tit:hover {
  color: var(--color-zt);
}

.product-list li .cont-p .p1 {
  font-size: 1rem;
  line-height: 1.65em;
  color: #888686;
  margin: 1.25rem 0;
}

@media (max-width: 768px) {
  .product-list li .cont-p .p1 {
    margin: 0.75rem 0;
  }
}
.product-list li:hover a.img .tit {
  color: var(--color-zt);
}

.ny-show_body {
  padding-top: var(--head-height);
}

.pro-show-cont1 {
  background: #F5F5F5;
  padding-bottom: 5rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 {
    padding-bottom: 2rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 46%;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup {
    width: 100%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img {
  position: relative;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt > div {
  position: absolute;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt > div.swiper-button-next1 {
  right: 3%;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt > div.swiper-button-next1 {
    right: 1.5%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt > div.swiper-button-prev1 {
  left: 3%;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt > div.swiper-button-prev1 {
    left: 1.5%;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .gongt > div i {
  font-size: 2rem;
  color: #999;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .img {
  width: 100%;
  padding-bottom: 66%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .img > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .img img {
  width: 100%;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 48%;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #535353;
  font: 600 2rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.5rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  color: #626262;
  font: 400 1rem/1.6em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    margin-top: 0.75rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt .sxa1 li {
  border-bottom: 1px solid #d8d4d4;
  padding: 0.75rem 0;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt .sxa1 li dt {
  color: #626262;
  font: 400 1rem/1.6em "Noto Sans SC";
  width: 25%;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt .sxa1 li dd {
  color: #626262;
  font: 400 1rem/1.6em "Noto Sans SC";
  width: 75%;
}

.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .more-xax .more-msl + .more-msl {
  margin-left: 1rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .more-xax .more-msl + .more-msl {
    margin-left: 0.75rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 a.more-msl {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 a.more-msl {
    margin-top: 1.35rem;
  }
}
.pro-show-cont2 {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 2rem 0;
  }
}
.pro-show-cont2 .tit1 {
  color: #333;
  font: 600 2rem/1.3em "Noto Sans SC";
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .pro-show-cont2 .tit1 {
    font-size: 1.5rem;
  }
}
.pro-show-cont2 .table-cont {
  overflow-x: auto;
}

.pro-show-cont2 .table-cont table {
  min-width: 768px;
}

.pro-show-cont2 .content {
  color: #626262;
  font: 400 1rem/1.6em "Noto Sans SC";
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont2 .content {
    margin-top: 1rem;
  }
}
.table-cont tr:nth-child(1) {
  background: var(--color-zt);
  text-align: center;
  color: #fff;
}

.table-cont tr td {
  vertical-align: middle;
  font-size: 1rem;
}

.rhxa1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .rhxa1 {
    margin-top: 1rem;
  }
}
.rhxa1 .img1 {
  width: 2rem;
  display: inline-block;
}

@media (max-width: 768px) {
  .rhxa1 .img1 {
    margin-top: 1.5rem;
  }
}
.rhxa1 .img1 img {
  width: 100%;
}

.cxy-cont1 .cxy-a1v1 {
  padding: var(--padding-txs) 0;
  background: #e7e7e7;
}

.cxy-cont1 .cxy-a1v1 .img {
  width: 34.5%;
}

@media (max-width: 768px) {
  .cxy-cont1 .cxy-a1v1 .img {
    width: 100%;
  }
}
.cxy-cont1 .cxy-a1v1 .img img {
  width: 100%;
}

.cxy-cont1 .cxy-a1v1 .cont-p {
  width: 60.8333333333%;
  line-height: 1.85em;
}

@media (max-width: 768px) {
  .cxy-cont1 .cxy-a1v1 .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.cxy-cont1 .cxy-a1v2 {
  background: #f5f5f5;
  line-height: 1.85em;
  padding: 4rem;
  font-size: 1.125rem;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .cxy-cont1 .cxy-a1v2 {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
.cxy-cont1 .cxy-a1v2 img {
  width: 100%;
}

.cxy-cont2 {
  padding: var(--padding-txs) 0;
}

.cxy-cont2 .p1 {
  padding: 0 10%;
  text-indent: 2em;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cxy-cont2 .p1 {
    padding: 0;
    margin-top: 1.25rem;
  }
}
.heng1 img {
  width: 100%;
}

.cxy-cont3 {
  padding: var(--padding-txs) 0;
  background: #e7e7e7;
}

.cxy-cont3 .heng1 {
  margin-top: 2rem;
  padding: 0 6%;
}

@media (max-width: 768px) {
  .cxy-cont3 .heng1 {
    padding: 0;
    margin-top: 1.25rem;
  }
}
.cxy-cont4 {
  padding: var(--padding-txs) 0;
}

.cxy-cont4 .hzfw_list1 {
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .cxy-cont4 .hzfw_list1 {
    margin-top: 1.8rem;
  }
}
.cxy-cont4 .hzfw_list1 li {
  width: 20%;
}

@media (max-width: 768px) {
  .cxy-cont4 .hzfw_list1 li {
    width: 32%;
  }
}
.cxy-cont4 .hzfw_list1 li i {
  display: block;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cxy-cont4 .hzfw_list1 li i {
    width: 60%;
  }
}
.cxy-cont4 .hzfw_list1 li i img {
  width: 100%;
}

.cxy-cont4 .hzfw_list1 li .tit {
  text-align: center;
  color: #333;
  font-size: 1.25rem;
  line-height: 2em;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cxy-cont4 .hzfw_list1 li .tit {
    font-size: 1.125rem;
    margin-top: 0.75rem;
  }
}
.cxy-cont4 .cxy-a4v1 {
  margin-top: 3rem;
}

.news-list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (max-width: 1280px) {
  .news-list1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .news-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .news-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.news-list1 li {
  padding: 1.5rem;
}

.news-list1 li a.img {
  display: block;
}

.news-list1 li a.img img {
  width: 100%;
}

.news-list1 li .cont a.a {
  display: block;
  font-size: 0;
  font-size: 1rem;
  line-height: 1.5em;
  padding-top: 0.65rem;
  margin-top: 1.25rem;
  border-top: 1px solid #999;
}

.news-list1 li:hover {
  box-shadow: 0 0 0.625rem #999;
}

/* 产品列表页 */
.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(https://gcdn.myxypt.com/images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

.page-wrap {
  background: #ffffff;
  padding: 4rem 0 1rem;
}

@media (min-width: 990px) {
  .page-wrap-left {
    float: left;
    width: 305px;
    margin-right: 4.16666667%;
  }
}
.xypg-left-box {
  margin-bottom: 20px;
}

.xypg-left-title {
  background: #1d2088;
  padding: 10px 20px;
  position: relative;
}

.xypg-left-title h3 {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.5em;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

.xypg-left-title i {
  position: absolute;
  left: -5px;
  top: -9px;
  font-style: normal;
  font-size: 67px;
  font-weight: bold;
  opacity: 0.1;
  color: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;
}

.xypg-left-title span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  margin-left: 10px;
  text-transform: capitalize;
}

.xypg-left-title span:before {
  content: "/";
  padding-right: 5px;
}

.xypg-left-con {
  border: 1px solid #d2d2d2;
  border-top: none;
}

.latest-news {
  padding: 10px 0;
}

.latest-news li {
  padding: 0.5em 1em;
  font-size: 14px;
}

.latest-news li a {
  display: block;
  line-height: 1.2;
  color: #5a5a5a;
  font-size: 0.875rem;
}

.latest-news li a:before {
  content: "+";
  font-weight: bold;
  margin-right: 5px;
  font-size: 1rem;
}

.latest-news li a:hover {
  color: #1d2088;
}

.latest-news li a:hover:before {
  color: #1d2088;
}

.hot-keys {
  padding: 20px 7px 8px 7px;
}

.hot-keys li {
  width: calc(50% - 14px);
  float: left;
  margin: 0 7px 14px 7px;
}

.hot-keys li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 2.857;
  border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
  color: #1d2088;
  border-color: #1d2088;
}

.page-wrap-contact {
  padding: 10px 0;
  font-size: 14px;
}

.page-wrap-contact h4 {
  padding: 0.3em 1.4em 0.8em 1.4em;
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
}

.page-wrap-contact p {
  border-top: 1px solid #eee;
  position: relative;
  margin-bottom: 0;
  padding: 0.8em 1.4em;
  color: #2f2f2f;
  font-size: 0.875rem;
}

.page-message-img img {
  border: 1px solid #d2d2d2;
}

.page-wrap-right {
  overflow: hidden;
}

.page-mob-tool {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;
}

.page-mob-tool li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}

.page-mob-tool li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #1d2088;
  opacity: 0.7;
}

.page-mob-tool li i {
  display: block;
  width: 100%;
  height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
  background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
  background-position: -30px -60px;
}

@media (min-width: 992px) {
  .page-mob-tool {
    display: none;
  }
}
/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
  display: none;
}

@media (max-width: 990px) {
  /* 弹出框之后 body 上增加一个禁止滚动的类*/
  body.no-scroll,
  html.no-scroll {
    height: 100vh;
    overflow: hidden;
  }
  .xymob-menu-click {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    transition: all 0.5s ease;
    z-index: 999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }
  .xymob-menu-click .xypg-left-news,
  .xymob-menu-click .xypg-left-keys,
  .xymob-menu-click .xypg-left-contact,
  .xymob-menu-click .page-message-img {
    display: none;
  }
  .xymob-menu-click .xymob-left-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: black;
  }
  .xymob-menu-click .xymob-left-close-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
  }
  .xymob-menu-click .xymob-left-close-btn .icon-font:after {
    background-position: -30px -300px;
  }
  .xymob-menu-click .xypg-left {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    padding: 5vh 0;
  }
  .xymob-menu-click .xypg-left .xypg-left-menu {
    width: 90%;
    background: #fff;
  }
  .xymob-menu-click.click {
    left: 0;
  }
}
/* 内页左侧导航栏样式 */
.xypg-left-nav {
  margin: 0 -1px;
}

.xypg-left-nav > li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
  border-bottom: none;
}

.xypg-left-nav > li > a {
  display: block;
  font-size: 1rem;
  line-height: 1.4em;
  color: #2e2e2e;
  padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: url(https://gcdn.myxypt.com/images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
  background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a,
.xypg-left-nav > li.clicked > a {
  color: #1d2088;
}

.xypg-left-nav > li:hover .first-nav-btn,
.xypg-left-nav > li.clicked .first-nav-btn {
  color: #1d2088;
}

.xypg-left-nav .xypg-left-subnav {
  display: none;
  padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
  border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
  padding: 8px;
  display: block;
  line-height: 20px;
  color: #818181;
  font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
  color: #1d2088;
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
  color: #1d2088;
}

.xypg-left-nav .xypg-left-threenav > li > a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
  content: "—  ";
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
  color: #1d2088;
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
  color: #1d2088;
}

@media (max-width: 990px) {
  .xypg-left-nav .xypg-left-threenav {
    display: block;
  }
}
.xypg-pro-description {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 2em;
}

.xypg-product-list {
  margin: 0 -1.5%;
  font-size: 0;
}

.xypg-product-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 30.333%;
  margin: 0 1.5% 20px 1.5%;
  padding: 10px 10px 0 10px;
  border: 1px solid #eeeeee;
  transition: all 0.5s ease;
}

.xypg-product-list li .img {
  display: block;
}

.xypg-product-list li h3 a {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: #5a5a5a;
  line-height: 1.6;
  padding: 0.8em 0;
}

.xypg-product-list li:hover {
  border-color: #1d2088;
}

.xypg-product-list .no-result {
  margin: 0 1.5%;
  font-size: 14px;
}

@media (max-width: 768px) {
  .xypg-product-list li {
    width: 47%;
  }
  .page-wrap {
    padding: 2rem 0 0.5rem;
  }
}
@media (max-width: 375px) {
  .xypg-product-list li {
    width: 97%;
  }
}
/* end */
.tufdj .f-img {
  width: 35%;
}

@media (max-width: 768px) {
  .tufdj .f-img {
    width: 100%;
  }
}
.tufdj .f-img .main {
  display: block;
  height: auto;
  position: relative;
}

.tufdj .f-img .main .small {
  position: relative;
  cursor: crosshair;
}

.tufdj .f-img .main .small img {
  width: 100%;
}

.tufdj .f-img .main .small .mask {
  position: absolute;
  display: none;
  width: 33.333%;
  height: 33.3333%;
  background: rgba(0, 0, 0, 0.5);
}

.tufdj .f-img .main .big {
  display: none;
  width: 100%;
  height: 100%;
  left: 105%;
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 9;
}

.tufdj .f-img .main .big img {
  transform: translate(0px, 0px);
  max-width: none;
}

.tufdj .f-img img {
  width: 100%;
}

.tufdj .f-content {
  width: 62%;
}

@media (max-width: 768px) {
  .tufdj .f-content {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.tufdj .f-content h2 {
  font-size: 1.575rem;
  color: #0d0d0d;
  margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
  .tufdj .f-content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.tufdj .f-content .p {
  font-size: 1rem;
  line-height: 1.7em;
  color: #777272;
}

.tufdj .f-content a.more-msl {
  margin-top: 1em;
  line-height: 3rem;
  width: 9rem;
}

.biaoti-tilte1 {
  margin-top: 1.5em;
  font-size: 1.5rem;
  line-height: 1.5em;
  border-bottom: 1px solid #E2E2E2;
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  .biaoti-tilte1 {
    margin-top: 0.5em;
    font-size: 1.25rem;
  }
}
.dbb {
  height: 50px;
}

.fix-gonga {
  background: #fff;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.5rem;
  border-radius: 50%;
  box-shadow: 0.125rem 0.25rem 0.75rem rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 2.8125%;
  bottom: 10%;
  z-index: 999;
}

.fix-gonga a {
  display: block;
  text-align: center;
}

.fix-gonga a i {
  color: #333;
  font: 500 1.8rem/3.75rem "Alibaba-PuHui";
}

.fix-gonga:hover {
  background: #0071bc;
}

.fix-gonga:hover a i {
  color: #fff;
}

.news-list li {
  padding: 3%;
  background: #F6F6F6;
  margin-top: 2.1875rem;
  transition: all 0.6s;
}

@media (max-width: 768px) {
  .news-list li {
    margin-top: 1rem;
  }
}
.news-list li .data {
  width: 11.4285714286%;
  text-align: center;
  color: #999999;
  border-right: 1px solid #DDDDDD;
}

@media (max-width: 640px) {
  .news-list li .data {
    display: none;
  }
}
.news-list li .data span {
  font: 500 3.125rem/1.125em "sourcehansans";
  display: block;
}

@media (max-width: 768px) {
  .news-list li .data span {
    font-size: 2rem;
  }
}
.news-list li .data p {
  font: 500 1.125rem/1.25em "sourcehansans";
}

@media (max-width: 768px) {
  .news-list li .data p {
    font-size: 1rem;
  }
}
.news-list li .cont {
  width: 61.07143%;
}

@media (max-width: 640px) {
  .news-list li .cont {
    width: 60%;
  }
}
.news-list li .cont h2 a {
  display: block;
  color: #252323;
  font: 500 1.5rem/1.4em "sourcehansans";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li .cont h2 a {
    font-size: 1.25rem;
  }
}
@media (max-width: 640px) {
  .news-list li .cont h2 a {
    font-size: 1.125rem;
  }
}
.news-list li .cont .p {
  color: #534E4E;
  font: 500 1rem/1.5em "sourcehansans";
  margin-top: 0.8em;
}

@media (max-width: 768px) {
  .news-list li .cont .p {
    margin-top: 0.5em;
  }
}
@media (max-width: 640px) {
  .news-list li .cont .p {
    margin-top: 0.2em;
  }
}
.news-list li a.img {
  width: 21.7142857143%;
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 15%;
  position: relative;
  height: 0;
  overflow: hidden;
}

.news-list li a.img img {
  width: 100%;
}

.news-list li a.img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 640px) {
  .news-list li a.img {
    width: 38%;
    padding-bottom: 25%;
  }
}
.news-list li:hover {
  background: #1d2088;
}

.news-list li:hover .data,
.news-list li:hover .cont h2 a,
.news-list li:hover .cont .p {
  color: #fff;
}

.show-news-content {
  padding: 0 0 2.8125rem;
}

@media (max-width: 768px) {
  .show-news-content {
    padding: 0 0 2.1rem;
  }
}
.show-news-content .biaoti-tilte {
  color: #000000;
  font: 500 1.75rem/1.5em "sourcehansans";
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .show-news-content .biaoti-tilte {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.show-news-content .whhxaz {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 0.9em;
  padding-top: 0.3em;
}

@media (max-width: 768px) {
  .show-news-content .whhxaz {
    padding-top: 0.8em;
  }
}
.show-news-content .whhxaz p {
  color: #707070;
  font: 500 1rem/1.5em "sourcehansans";
  display: inline-block;
  padding: 0 0.5em;
}

.show-news-content .xinwn-consss {
  color: #707070;
  font: 500 1.125rem/1.65em "sourcehansans";
  padding: 2.1em 0;
  border-bottom: 1px solid #E2E2E2;
}

@media (max-width: 768px) {
  .show-news-content .xinwn-consss {
    padding: 1.25em 0;
    font-size: 1rem;
  }
}
.show-news-content .fenxad {
  color: #707070;
  font: 500 1rem/2em "sourcehansans";
  margin: 2rem 0 1.5rem;
}

@media (max-width: 768px) {
  .show-news-content .fenxad {
    margin: 1.2rem 0 0.8rem;
  }
}
.show-news-content .fenxad .social-share .social-share-icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: #F2F2F2;
  border: none;
  color: #707070;
  margin: 0 4px;
}

.show-news-content .pain {
  color: #707070;
  font: 500 1rem/1.65em "sourcehansans";
}

.show-news-content .pain .prev {
  margin-bottom: 0.2em;
}

.show-news-content .pain a {
  color: #707070;
}

.show-news-content .pain a:hover {
  color: #000;
}

.title_a1x h2 {
  color: #000000;
  font: 600 2.8125rem/1.2em "sourcehansans";
}

@media (max-width: 768px) {
  .title_a1x h2 {
    font-size: 1.8rem;
  }
}
.lx-cont1 .lx-a1v1 {
  position: relative;
  z-index: 1;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 40%;
  padding: 5rem 2%;
  padding-left: var(--cbasta);
  background: #F5F5F5;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
    padding: 2rem 4%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
  color: #333;
  font: 600 1.65rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
    font-size: 1.35rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p {
  color: #999999;
  font: 400 1rem/1.86em "Noto Sans SC";
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p {
    padding: 0.35rem 0;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p p {
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p p {
    padding: 0.125rem 0;
  }
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p {
    padding: 0.8rem 0;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p a {
  color: #999999;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .erna {
  width: 7.5rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .erna {
    width: 6.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna img {
  width: 100%;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 60%;
  padding: 5rem 2%;
  padding-right: var(--cbasta);
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    padding: 0 4% 2rem;
  }
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 form {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .inpt {
  position: relative;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .m_label1 {
  color: #333;
  font: 400 1rem/3.125rem "Noto Sans SC";
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .m_label1 span {
  color: #F80808;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form input {
  background: #FFFFFF;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  padding: 0 1.25em;
  width: 100%;
  border: 1px solid #E3E3E3;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt {
  width: 48.5714285714%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 textarea {
  width: 100%;
  font: 400 1rem/1.5rem "Noto Sans SC";
  padding: 0.85em 1.25em;
  border: none;
  border-radius: 0.9375rem;
  border: 1px solid #E3E3E3;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a5 {
  background: #F9F9F9;
  margin-top: 1.5rem;
  padding: 1rem 5% 1.6875rem;
  border-radius: 1.875rem;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a5 {
    padding: 1.25rem 4% 2.25rem;
    border-radius: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a5 .p_upload .p_uploadBtn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0.5rem;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a5 .p_upload .p_uploadBtn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a5 .p_upload .p_uploadBtn button {
  padding: 0;
  pointer-events: none;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a5 .p_upload .p_uploadBtn:hover .more-b {
  color: #fff;
  background-color: #51B6D0;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a5 .p_upload .layuitext,
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a5 .p_upload .s_other {
  color: #595959;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a5 .p_upload .layuitext,
  .lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a5 .p_upload .s_other {
    font-size: 1.125rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .div_aghgha {
  margin-top: 2rem;
}

.job-tanc.layui-layer {
  width: 45.4166666667% !important;
  border-radius: 0.625rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer {
    width: 85% !important;
  }
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 3.2rem;
  top: 2.5rem;
  background: none;
  width: auto;
  height: auto;
  transition: all 0.6s;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  transform: rotate(180deg);
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e723";
  font-family: "iconfont" !important;
  font-size: 2rem;
  font-weight: 400;
}

.job-tanc.layui-layer .pead-cont {
  padding: 2rem 3.75rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont {
    padding: 1rem 1.5rem;
  }
}
.job-tanc.layui-layer .pead-cont dt {
  color: #363636;
  font: 400 1.625rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont dt {
    font-size: 1.4rem;
  }
}
.job-tanc.layui-layer .pead-cont .asghrt1 {
  color: #838383;
  font: 400 1rem/1.2em "Noto Sans SC";
  padding: 0.5em 0 0.8em;
}

.job-tanc.layui-layer .pead-cont .asghrt1 p + p {
  border-left: 1px solid #CFCFCF;
  padding-left: 0.7rem;
  margin-left: 0.7rem;
}

.job-tanc.layui-layer .pead-cont .p2 {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  border-bottom: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p2 {
    font-size: 1rem;
    padding: 0.75rem 0;
  }
}
.job-tanc.layui-layer .pead-cont .p3 {
  color: #1d2088;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.7rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p3 {
    font-size: 1rem;
  }
}
.job-tanc.layui-layer .pead-cont .p3 a {
  color: #1d2088;
}

.pead-jsda {
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: auto;
  z-index: 999;
}

.pead-jsda .pead-cont {
  box-shadow: 1px 1px 3.125rem rgba(0, 0, 0, 0.3);
  background: #fff;
  background-size: 35% auto;
  z-index: 999;
  width: 32.44792%;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont {
    width: 80%;
    background-size: 50% auto;
  }
}
.pead-jsda .pead-cont .hefat {
  color: #fff;
  font: 400 1.575rem/1.5em "Noto Sans SC";
  background: #1d2088;
  padding: 1rem 1.5rem;
}

.pead-jsda .pead-cont a.jataxta i {
  color: #fff;
  font: 400 2rem/1em "Noto Sans SC";
  transition: all 0.6s;
}

.pead-jsda .pead-cont a.jataxta:hover i {
  transform: rotate(180deg);
}

.pead-jsda .pead-cont form#f1 {
  margin-top: 1.5625rem;
  width: 60.0714285714%;
  background: #FFFFFF;
  border: 1px solid #EAE3E3;
  box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(211, 208, 208, 0.25);
  border-radius: 1.25rem;
  margin: 1rem auto 0;
  padding: 2rem 4% 3.5rem;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 {
    width: 100%;
    margin: 1rem 0;
    padding: 1.5rem 6%;
  }
}
.pead-jsda .pead-cont form#f1 .contact .msga1 dl {
  width: 48%;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact .msga1 dl {
    width: 100%;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl {
  margin-bottom: 0.5rem;
  width: 100%;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 .contact dl {
    margin-bottom: 0.6rem;
  }
}
.pead-jsda .pead-cont form#f1 .contact dl .text {
  color: #5B6569;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.4em 0 0.6em;
}

.pead-jsda .pead-cont form#f1 .contact dl input {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 400 1rem/2.5rem "Noto Sans SC";
  text-indent: 1em;
}

.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contact dl textarea {
  width: 100%;
  border: 1px solid #D6D3D3;
  border-radius: 0.5rem;
  color: rgba(71, 77, 87, 0.9);
  font: 400 1rem/2.5rem "Noto Sans SC";
  padding: 0.5em 1em;
}

.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contact dl input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .contact dl input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(71, 77, 87, 0.6);
}

.pead-jsda .pead-cont form#f1 .div_aghgha button {
  border: none;
}

.pead-jsda .pead-cont form#f1 {
  padding: 1rem 1.5rem 2.6rem;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .pead-jsda .pead-cont form#f1 {
    width: 100%;
    margin: 0;
    max-height: 51vh;
    overflow-y: auto;
    padding: 1rem 1.5rem 1.6rem;
  }
}
.dow-content {
  padding: var(--pandrd) 0;
}

.dow-content .dow-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}

@media (max-width: 768px) {
  .dow-content .dow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}
.dow-content .dow-list li {
  padding: 1.65rem 6%;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.07);
}

.dow-content .content-row {
  margin-top: 2.65rem;
}
.dow-content .line {
  height: 1px;
  background-color: #c2c2c2;
}

.select, .select1 {
  padding: 5px;
  border: 1px solid #999;
  /* 半透明边框 */
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  /* 盒阴影 */
  color: #333;
  font-size: 16px;
  width: 180px;
  cursor: pointer;
}
.select option, .select1 option {
  padding-top: 10px !important;
}
@media (max-width: 576px) {
  .select, .select1 {
    width: 100%;
  }
}

.select1 {
  width: 200px;
}
@media (max-width: 576px) {
  .select1 {
    width: 100%;
  }
}

.category2 {
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 576px) {
  .category2 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

.searchBtn {
  width: 150px;
  color: #fff;
  background-color: #1d2088;
  border: none;
  font-size: 16px;
  padding: 5px;
}

.product-content label {
  font-size: 20px;
  margin-right: 5px;
}

.product-info .title {
  padding-top: 10px;
  padding-bottom: 10px;
  font: 600 2rem/1.3em "STZhongsong";
}
.product-info .menu li {
  margin-top: 15px;
  cursor: pointer;
  color: #999;
}
.product-info .menu li:hover {
  color: var(--color-zt);
}
.product-info .menu .active {
  color: var(--color-zt);
  font-weight: bold;
  font-size: 1.1em;
}

.pagination1 .page-link {
  color: #666;
  margin-left: 2px;
  margin-right: 2px;
}
.pagination1 .page-link:hover {
  color: #fff;
  background-color: var(--color-zt);
}
.pagination1 .active {
  background-color: var(--color-zt);
  color: #fff;
}

.product-list li + li {
  border-top: none;
}
.product-list li {
  flex: 1 1 50%;
}
@media (max-width: 576px) {
  .product-list li {
    flex: 1 1 100%;
  }
}
.product-list li a.img {
  width: 45%;
}
.product-list li .cont-p {
  width: 45%;
}

.foot-fot .foota1 .fo-a2 .dtel {
  color: white;
  font: 400 1rem/1.8em "STZhongsong";
}/*# sourceMappingURL=main.css.map */