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

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #9B9B9B;
  --color-zt: #E90933;
  --head-height: 5.625rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
  --pantop: 1.75rem;
  --color-jb: linear-gradient(97deg, #E90833 5.81%, #FE7024 94.05%);
}

@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
    --pantop: 0;
  }
}
.wh {
  padding: 0 var(--cbasta);
}

.wh1 {
  padding: 0 5.9895833333%;
}

@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

.more-msl {
  display: inline-block;
  color: var(--color-zt);
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid var(--color-zt);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-zt);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.more-msl:hover {
  color: #fff;
}

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

.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.more-msl.bs:before {
  background: #fff;
}

.more-msl.bs:hover {
  color: var(--color-zt);
}

.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}

.more-msl.hs:before {
  background: var(--color-zt);
}

.more-msl.hs:hover {
  color: #fff;
  border-color: var(--color-zt);
}

.more-msl.ls {
  color: var(--color-zt);
  background: transparent;
  border-color: var(--color-zt);
}

.more-msl.ls:before {
  background: var(--color-zt);
}

.more-msl.ls:hover {
  color: #fff;
}

.more-a {
  display: inline-block;
  padding: 0.7rem 2.8rem;
  border-radius: 3.125rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.more-a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: var(--color-jb);
  padding: 2px;
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.more-a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--color-jb);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}

.more-a span {
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  z-index: 2;
}

.more-a:hover::before {
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.more-a:hover span {
  color: #fff;
  background: none;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

.more-a.hs::after {
  -webkit-mask: inherit;
}

.more-a.hs span {
  color: #fff;
  -webkit-text-fill-color: inherit;
}

.more-a.hs:hover::after {
  -webkit-mask: -webkit-linear-gradient(#fff 0 100%) content-box, -webkit-linear-gradient(#fff 0 100%);
  -webkit-mask-composite: xor;
}

.more-a.hs:hover span {
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.more-a.hs:hover::before {
  display: none;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background-color: #EBEBEC;
  color: #1B1C21;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans SC";
}

.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-transition-delay: 0.06s;
  -moz-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 600;
}

.more-b i {
  display: inline-block;
  font-size: 0.75rem;
  -webkit-transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  color: #1B1C21;
  font-weight: 400;
  vertical-align: middle;
}

.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-zt);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center right;
  -moz-transform-origin: center right;
  -ms-transform-origin: center right;
  -o-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b:hover {
  border-color: var(--color-zt);
}

.more-b:hover > * {
  -webkit-transform: translateX(0.75rem);
  -moz-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  -o-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
  color: #fff;
}

.more-b:hover::after {
  -webkit-transform-origin: center left;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.more-b.hs {
  background: var(--color-zt);
  color: #fff;
}

.more-b.hs i {
  color: #fff;
}

.more-b.hs:hover {
  color: #1B1C21;
}

.more-b.hs:hover > * {
  color: #1B1C21;
}

.more-b.hs:hover i {
  color: #1B1C21;
}

.more-b.hs:hover::after {
  background-color: #EBEBEC;
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}

.head .head2 {
  line-height: var(--head-height);
  position: relative;
  background: -webkit-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 1px solid #E7E7E7;
}

.head .head2::before {
  content: "";
  width: 100%;
  height: 0.625rem;
  display: block;
  background: var(--color-jb);
}

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

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

.head .head2 .zywena {
  margin-left: 1em;
  position: relative;
  height: var(--head-height);
}

.head .head2 .zywena a.rhgxt {
  color: #1B1C21;
  font: 500 1rem/1em "Poppins";
}

.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0.2rem;
}

.head .head2 .zywena a.rhgxt u {
  display: block;
  width: 0.375rem;
  font-size: 0;
  margin-left: 0.45rem;
}

.head .head2 .zywena a.rhgxt u img {
  width: 100%;
}

.head .head2 .zywena .yy-sec {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 6.65rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  display: none;
  text-align: center;
}

.head .head2 .zywena .yy-sec a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
  font-weight: 500;
}

.head .head2 .zywena .yy-sec a + a {
  border-top: 1px solid #333;
}

.head .head2 .zywena .yy-sec a:hover {
  color: var(--color-zt);
}

.head .head2 .sska {
  line-height: 1.125rem;
  margin-right: 1rem;
}

.head .head2 .sska a {
  color: #1B1C21;
}

.head .head2 .sska a i {
  font-size: 1.25rem;
}

.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}

.ny-body .head {
  box-shadow: inherit;
  -webkit-animation: inherit;
  -moz-animation: inherit;
  -o-animation: inherit;
  animation: inherit;
  position: fixed;
}

.ny-body .head .head2 {
  background: #fff;
  border-bottom: none;
}

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

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

#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}

#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

#menu .nav_a1 li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}

#menu .nav_a1 li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: 150%;
  left: -25%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.6em 0;
  color: #1B1C21;
}

#menu .nav_a1 li .sec a:hover {
  color: var(--color-zt);
}

#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}

#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}

#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}

#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}

#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}

#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}

#menu .nav_a1 li .sec1 dl dd a:hover {
  color: var(--color-zt);
}

#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: var(--color-zt);
}

#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}

.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}

.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}

.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}

.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}

.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}

.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}

.sskbj .serbtn {
  background: #000;
}

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

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

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

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

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

.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}

.m-bm-head .m-bm-head-box .sskza {
  color: #333;
  font-family: "Poppins";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}

.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

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

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

.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

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

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

.m-bm-head.white {
  background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.m-bm-head.white .m-bm-menu {
  background: #fff;
}

.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}

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

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

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

.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}

.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: 30%;
  }
}
.pc-banner .mySwipera .banwez1 .cont-txt {
  width: 100%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .cont-txt {
    width: 100%;
  }
}
.pc-banner .mySwipera .banwez1 .entxt {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .entxt {
    font-size: 1.125rem;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  color: #555555;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 4.5%;
  width: 100%;
  z-index: 9;
  text-align: center;
}

.pc-banner .mySwipera .er-gat .swiper-pagination1 span {
  opacity: 1;
  background: #fff;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.875rem;
  margin: 0 0.4rem;
  border: none;
}

.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: var(--color-jb);
}

.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}

.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 600 0.875rem/1.5em "Poppins";
  margin-bottom: 0.5em;
}

.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}

.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
  -moz-animation: scroll2 1s linear infinite;
  -o-animation: scroll2 1s linear infinite;
  animation: scroll2 1s linear infinite;
}

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

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

.overa {
  overflow: hidden;
}

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

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

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

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

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

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

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

.gong-pagination span {
  opacity: 1;
  background: #D9D9D9;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.875rem;
  margin: 0 0.4rem !important;
  border: none;
}

.gong-pagination span.swiper-pagination-bullet-active {
  background: var(--color-jb);
}

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

@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}
.title1 {
  text-align: center;
}

.title1 .entit {
  color: #BABABA;
  font-size: 2.25rem;
  line-height: 1.3em;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .title1 .entit {
    font-size: 1.35rem;
  }
}
.title1 .tit1 {
  color: #555555;
  font-size: 2.8125rem;
  line-height: 1.35em;
  font-weight: 500;
}

@media (max-width: 768px) {
  .title1 .tit1 {
    font-size: 2rem;
  }
}
.title1 .p1 {
  color: #9B9B9B;
  font-size: 1.375rem;
  line-height: 1.65em;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .title1 .p1 {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
@-webkit-keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotatedHalf1 {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotatedHalf1 {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cont1 {
  position: relative;
  padding: 6.375rem 0 7rem;
  overflow: hidden;
}

.cont1 > u {
  font-size: 22.375rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1em;
  opacity: 0.05;
  background: -webkit-linear-gradient(top, #F6172A 33.81%, rgba(254, 112, 36, 0.2) 100%);
  background: -moz-linear-gradient(top, #F6172A 33.81%, rgba(254, 112, 36, 0.2) 100%);
  background: -o-linear-gradient(top, #F6172A 33.81%, rgba(254, 112, 36, 0.2) 100%);
  background: linear-gradient(180deg, #F6172A 33.81%, rgba(254, 112, 36, 0.2) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 13%;
  letter-spacing: 0.18em;
  text-align: center;
}

@media (max-width: 768px) {
  .cont1 > u {
    font-size: 6rem;
    top: 7%;
  }
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: #F7F7F7;
  z-index: -1;
}

.cont1 .wh {
  position: relative;
  z-index: 1;
}

.cont1 .wh .a1v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont1 .wh .a1v1 {
    margin-top: 0;
  }
}
.cont1 .wh .a1v1 .a1b1 .ttz {
  height: 0;
  overflow: hidden;
}

.cont1 .wh .a1v1 .a1b1 .ttz.a {
  height: auto;
}

.cont1 .wh .a1v1 .sort-list1 {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cont1 .wh .a1v1 .sort-list1 {
    margin-top: 0;
  }
}
.cont1 .wh .a1v1 .sort-list1 li {
  margin: 0.5rem 0.35rem;
}

@media (max-width: 768px) {
  .cont1 .wh .a1v1 .sort-list1 li {
    width: 33.3333333333%;
    margin: 0;
    padding: 0 0.25rem;
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .cont1 .wh .a1v1 .sort-list1 li {
    width: 50%;
  }
}
.cont1 .wh .a1v1 .sort-list1 li a {
  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: 3.125rem;
  width: auto;
  padding: 0.75em 1em;
}

@media (max-width: 768px) {
  .cont1 .wh .a1v1 .sort-list1 li a {
    width: 100%;
  }
}
.cont1 .wh .a1v1 .sort-list1 li.on a {
  background: var(--color-jb);
  color: #fff;
}

.mySwiper1 {
  padding: 1.25rem;
  margin: 0 -1.25rem;
}

.mySwiper1 .swiper-slide a.img-cont {
  background: #fff;
  display: block;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media (max-width: 768px) {
  .mySwiper1 .swiper-slide a.img-cont {
    border-radius: 1rem;
  }
}
.mySwiper1 .swiper-slide a.img-cont .img {
  padding: 1.5rem 1.5rem 0;
  overflow: hidden;
}

.mySwiper1 .swiper-slide a.img-cont .img img {
  width: 100%;
}

.mySwiper1 .swiper-slide a.img-cont .cont-p {
  padding: 1rem 1.5rem 1.8rem;
}

@media (max-width: 768px) {
  .mySwiper1 .swiper-slide a.img-cont .cont-p {
    padding: 1rem 1.5rem 1.5rem;
  }
}
.mySwiper1 .swiper-slide a.img-cont .cont-p .tit {
  color: #4F4F4F;
  font-size: 1.25rem;
  line-height: 1.5em;
}

.mySwiper1 .swiper-slide a.img-cont .cont-p .txt {
  color: #A0A0A0;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

.mySwiper1 .swiper-slide a.img-cont:hover .cont-p {
  background: var(--color-jb);
}

.mySwiper1 .swiper-slide a.img-cont:hover .cont-p .tit, .mySwiper1 .swiper-slide a.img-cont:hover .cont-p .txt {
  color: #fff;
}

.cont2 {
  padding: 5.5rem 0 1.875rem;
}

@media (max-width: 768px) {
  .cont2 {
    padding: 2rem 0;
  }
}
.cont2 .a2v1 {
  padding-left: var(--cbasta);
  --kdzs:4.125rem;
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .cont2 .a2v1 {
    margin-top: 1.2rem;
    padding: 0 4%;
    --kdzs:3.85rem;
  }
}
.cont2 .a2v1 .a2b1 {
  width: var(--kdzs);
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 {
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.cont2 .a2v1 .a2b1::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 1px dashed #DDD;
  z-index: -1;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1::after {
    border-left: none;
    border-bottom: 1px dashed #DDD;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
  }
}
.cont2 .a2v1 .a2b1 li + li {
  margin-top: 1.875rem;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b1 li + li {
    margin-top: 0;
  }
}
.cont2 .a2v1 .a2b1 li a {
  width: var(--kdzs);
  height: var(--kdzs);
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.cont2 .a2v1 .a2b1 li a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: rgba(246, 23, 42, 0.1);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -o-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}

.cont2 .a2v1 .a2b1 li a img {
  width: 48%;
}

.cont2 .a2v1 .a2b1 li.on a {
  background: var(--color-jb);
  border-color: transparent;
}

.cont2 .a2v1 .a2b1 li.on a::after {
  opacity: 1;
}

.cont2 .a2v1 .a2b1 li.on a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.cont2 .a2v1 .a2b2 {
  width: -webkit-calc(95% - var(--kdzs));
  width: -moz-calc(95% - var(--kdzs));
  width: calc(95% - var(--kdzs));
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.cont2 .a2v1 .a2b2 li .a2b2v1 .a3b2c1 {
  width: 22.641509434%;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 li .a2b2v1 .a3b2c1 {
    width: 100%;
  }
}
.cont2 .a2v1 .a2b2 li .a2b2v1 .a3b2c1 .tit {
  color: #555555;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
}

.cont2 .a2v1 .a2b2 li .a2b2v1 .a3b2c1 .txt {
  padding: 0.75rem 0 1.5rem;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 li .a2b2v1 .a3b2c1 .txt {
    padding: 0.75rem 0 1rem;
  }
}
.cont2 .a2v1 .a2b2 li .a2b2v1 .a3b2c2 {
  width: 66.0377358491%;
}

@media (max-width: 768px) {
  .cont2 .a2v1 .a2b2 li .a2b2v1 .a3b2c2 {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.cont2 .a2v1 .a2b2 li .a2b2v1 .a3b2c2 img {
  width: 100%;
}

.cont3 {
  padding: 8.75rem 0 6.25rem;
  position: relative;
}

@media (max-width: 768px) {
  .cont3 {
    padding: 2rem 0;
  }
}
.cont3 > u {
  display: block;
  width: 40.9895833333%;
  position: absolute;
  left: -5%;
  top: 0;
  z-index: -1;
}

.cont3 > u img {
  width: 100%;
}

.cont3 .a3v1 {
  margin: 4.5rem 0 2.6875rem;
}

@media (max-width: 768px) {
  .cont3 .a3v1 {
    margin: 1.25rem 0 1.65rem;
  }
}
.cont3 .a3v1 .a3b1 {
  width: 47.1428571429%;
}

@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 {
    width: 100%;
  }
}
.cont3 .a3v1 .a3b1 .fang {
  border-radius: 1.875rem;
}

@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 .fang {
    border-radius: 1rem;
  }
}
.cont3 .a3v1 .a3b1 .fang img {
  width: 100%;
}

.cont3 .a3v1 .a3b2 {
  width: 47.1428571429%;
}

@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 {
    width: 100%;
  }
}
.cont3 .a3v1 .a3b2 li {
  border-bottom: 1px solid #EFEFEF;
  height: 33.3333333333%;
}

@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 li {
    height: auto;
    padding: 1rem 0;
  }
}
.cont3 .a3v1 .a3b2 li span {
  display: block;
  color: #AAAAAA;
  font-size: 1rem;
  line-height: 1.5em;
}

.cont3 .a3v1 .a3b2 li a.name {
  color: #555555;
  font-size: 1.5rem;
  line-height: 1.25em;
  margin-top: 0.25rem;
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 li a.name {
    font-size: 1.125rem;
  }
}
.cont3 .a3v1 .a3b2 li a.name:hover {
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.cont3 .a3v1 .a3b2 li:not(:first-child) {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
          align-content: center;
}

.cont4 {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  padding: 10rem 0 16rem;
}

@media (max-width: 768px) {
  .cont4 {
    padding: 2.5rem 0;
  }
}
.cont4 .a4v1 {
  text-align: center;
}

.cont4 .a4v1 .p1 {
  color: #555555;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin: 1.25rem 0 1.5rem;
}

@media (max-width: 768px) {
  .cont4 .a4v1 .p1 {
    font-size: 1.125rem;
    margin: 0.5rem 0 1rem;
  }
}
.cont4 .a4_list1 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 {
    margin-top: 1.5rem;
  }
}
.cont4 .a4_list1 li {
  text-align: center;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cont4 .a4_list1 li i {
  display: block;
  width: 3.75rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li i {
    width: 2.85rem;
  }
}
.cont4 .a4_list1 li i img {
  width: 100%;
}

.cont4 .a4_list1 li .cont-p {
  margin-top: 2.2rem;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .cont-p {
    margin-top: 1.5rem;
  }
}
.cont4 .a4_list1 li .cont-p .tit {
  color: #555555;
  font-size: 1.25rem;
  line-height: 1em;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .cont-p .tit {
    font-size: 1rem;
  }
}
.cont4 .a4_list1 li .cont-p .tit span {
  font-size: 4.25rem;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .cont-p .tit span {
    font-size: 2.5rem;
  }
}
.cont4 .a4_list1 li .cont-p .tit sup {
  vertical-align: top;
}

.cont4 .a4_list1 li .cont-p .txt {
  color: #555555;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}

@media (max-width: 768px) {
  .cont4 .a4_list1 li .cont-p .txt {
    margin-top: 0.5rem;
  }
}
.cont5 {
  padding: 5.5rem 0;
}

@media (max-width: 768px) {
  .cont5 {
    padding: 2.5rem 0;
  }
}
.cont5 .mySwiper2 {
  padding: 0.5rem;
  margin: 0 -0.5rem;
}

.cont5 .mySwiper2 .swiper-slide a.block {
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
}

.cont5 .mySwiper2 .swiper-slide a.block img {
  width: 100%;
}

.cont5 .mySwiper2 .swiper-pagination1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont5 .mySwiper2 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.foot-fot {
  position: relative;
  background: #F5F5F5;
}

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

@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foota1b1 {
  padding: 5.75rem 0 2.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  gap: 0.75rem;
}
.foot-fot .foota1 .foota1b1>div{
    flex: 1;
}
.foot-fot .foota1 .foota1b2 {
  padding: 1.5rem 0 2rem;
}

.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza1 li {
  color: #888887;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.5rem 0;
  position: relative;
  cursor: pointer;
}

.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza1 li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--color-jb);
}

.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza1 li + li {
  margin-left: 2.5em;
}

.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza1 li.on {
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza1 li.on::after {
  width: 100%;
}

.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza2 {
  margin-top: 1.5rem;
}

.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza2 li {
  display: none;
}

.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza2 li .cont-p p {
  font-size: 1rem;
  line-height: 1.5em;
  color: #888887;
}

.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza2 li .cont-p p + p {
  margin-left: 1.5em;
}

.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza2 li .cont-p p i {
  font-size: 1.125rem;
  margin-right: 0.25rem;
}

.foot-fot .foota1 .foota1b2 .foota1b2c2 img {
  width: 6.5625rem;
}

.foot-fot .foota1 .foota1b2 .foota1b2c2 img + img {
  margin-left: 1.5rem;
}

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

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

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

.foot-fot .foota1 .dseca > a {
  color: #888887;
  font: 400 1rem/1.35em "Noto Sans SC";
  padding: 0.35em 0;
}

.foot-fot .foota1 .dseca > a:hover {
  background: var(--color-jb);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

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

.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.8rem;
}

.foot-fot .foota1 .fo-a2 .social-share a {
  color: #fff;
  border: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
  background: #BEBEBE;
}

.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: var(--color-jb);
}

.foot-fot .foota2 {
  color: #fff;
  font: 400 1rem/1.65em "Noto Sans SC";
  padding: 0.8em 0;
  background: var(--color-jb);
}

.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 .m-bm-head-box .m-bm-navbtn span, .foot1-m .m-bm-head-box .m-bm-navbtn:after, .foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}

.foot1-m .m-bm-menu {
  background: #fff;
}

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

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

@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.5%;
  bottom: 12%;
  z-index: 999;
}

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

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

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

.zd_erha li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zd_erha li > a i img {
  height: 1.9rem;
}

.zd_erha li > a:hover {
  background: var(--color-jb);
}

.zd_erha li > a:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

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

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

.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}
.pagination > li {
  display: inline;
}

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

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

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: var(--color-zt);
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background: var(--color-jb);
  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: #ACAAAA;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.2em 0;
  display: none;
}

@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: #ACAAAA;
}

.ajhhsd a:hover {
  color: var(--color-zt);
}

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

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

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

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

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

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

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

.nav-page li .sec a:hover {
  color: var(--color-zt);
}

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Noto Sans SC";
  background: transparent;
  color: #999;
}

@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}

.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Noto Sans SC";
  color: #333;
}

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

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

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

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

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

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

@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}

@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: var(--color-zt);
  font: 500 1rem/1.5em "Poppins";
}

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

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

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

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

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

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

/*内页end*/
.nbanner {
  position: relative;
}

.nbanner .img {
  width: 100%;
  font-size: 0;
}

.nbanner .img img {
  width: 100%;
}

.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 52%;
}

.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}

.nbanner .nbanner-wen1 .banner-cont .p1 {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.25em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-transform: uppercase;
}

.nbanner .nbanner-wen1 .banner-cont .p1.asta6 {
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font-weight: 700;
  font-size: 3.4375rem;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 2rem;
  }
}
.nbanner .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}

.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}

.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}

.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.ny-body {
  overflow: visible !important;
}

.ny-body .n_mbx {
  overflow: visible;
}

.n_mbx {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #D9D9D9;
  left: 0;
  top: -webkit-calc(var(--head-height) + 0.625rem);
  top: -moz-calc(var(--head-height) + 0.625rem);
  top: calc(var(--head-height) + 0.625rem);
  width: 100%;
  z-index: 9;
}

@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}

@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}

.n_mbx .n_src li + li {
  margin-left: 2.5rem;
}

.n_mbx .n_src li a {
  display: block;
  color: #888887;
  font: 400 1.125rem/2.5rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.625rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: var(--color-jb);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: var(--color-zt);
}

.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.list_content {
  padding: 4rem 0;
}

@media (max-width: 768px) {
  .list_content {
    padding: 2rem 0;
  }
}
@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.fang-img {
  -webkit-animation: scale2 4s infinite linear;
  -moz-animation: scale2 4s infinite linear;
  -o-animation: scale2 4s infinite linear;
  animation: scale2 4s infinite linear;
}

#abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
  height: var(--head-height);
  margin-top: -webkit-calc(var(--head-height) * -1);
  margin-top: -moz-calc(var(--head-height) * -1);
  margin-top: calc(var(--head-height) * -1);
}

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5, #abt6 {
    height: 60px;
    margin-top: -60px;
  }
}
.ny-tit .entit {
  color: #535353;
  font: 700 1.5rem/1.2em "Poppins";
  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;
  }
}
.ash-b {
  display: none;
}

.abt-cont1 {
  padding: 4.5625rem 0 5.625rem;
}

@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
  }
}
.abt-cont1 .abt_asxa-a .p1ax {
  width: 48%;
  margin-top: 0;
}

@media (max-width: 768px) {
  .abt-cont1 .abt_asxa-a .p1ax {
    width: 100%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt_asxa-a .aashx-xa {
  width: 48%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt_asxa-a .aashx-xa {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 {
  margin-top: 3.9375rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 {
    margin-top: 1.6rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 61.4285714286%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1.25rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 li a.block img {
  width: 100%;
}

.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 34.6428571429%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li {
  border-bottom: 1px solid #B7B7B7;
  height: 20%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 li {
    height: auto;
    padding: 0.75rem 0;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a1 i {
  width: 4rem;
  height: 4rem;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a1 i {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a1 i img {
  width: 53%;
}

.abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a1 p {
  color: #555555;
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-left: 1.5rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a1 p {
    font-size: 1.35rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a2 b {
  display: block;
  color: #B7B7B7;
  font-size: 1.5rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a2 b {
    font-size: 1.35rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li.on .con-a1 i {
  background: var(--color-jb);
}

.abt-cont1 .abt-a1v1 .abt-a1b2 li.on .con-a1 i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.abt-cont1 .abt-a1v1 .abt-a1b2 li.on .con-a1 p {
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.abt-cont1 .abt-a1v1 .abt-a1b2 li.on .con-a2 b {
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.abt-cont2 {
  position: relative;
}

.abt-cont2 > u {
  display: block;
  font-size: 0;
}

.abt-cont2 > u img {
  width: 100%;
}

@media (max-width: 768px) {
  .abt-cont2 > u img {
    height: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.abt-cont2 .abt_a2v1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.abt-cont2 .abt_a2v1 .whxa {
  height: 100%;
}

.abt-cont2 .abt_a2v1 .abt_a2list1 {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2v1 .abt_a2list1 {
    height: 50%;
    border-right: none;
  }
}
.abt-cont2 .abt_a2v1 .abt_a2list1 li {
  width: 25%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2v1 .abt_a2list1 li {
    width: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .abt-cont2 .abt_a2v1 .abt_a2list1 li:nth-child(n+3) {
    border-top: none;
  }
}
.abt-cont2 .abt_a2v1 .abt_a2list1 li .wenata {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 2%;
}

.abt-cont2 .abt_a2v1 .abt_a2list1 li .wenata .tit {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.abt-cont2 .abt_a2v1 .abt_a2list1 li .wenata .p {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 0.75rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt_a2v1 .abt_a2list1 li .wenata .p {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}
.abt-cont2 .abt_a2v1 .abt_a2list1 li:hover {
  background: -webkit-linear-gradient(bottom, rgba(246, 23, 42, 0.7) 24.92%, rgba(254, 112, 36, 0.7) 95.12%);
  background: -moz-linear-gradient(bottom, rgba(246, 23, 42, 0.7) 24.92%, rgba(254, 112, 36, 0.7) 95.12%);
  background: -o-linear-gradient(bottom, rgba(246, 23, 42, 0.7) 24.92%, rgba(254, 112, 36, 0.7) 95.12%);
  background: linear-gradient(0deg, rgba(246, 23, 42, 0.7) 24.92%, rgba(254, 112, 36, 0.7) 95.12%);
}

.abt-cont3 {
  padding: 5.875rem 0;
}

@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2rem 0;
  }
}
.abt-cont3 .mySwiper3 {
  padding: 0 1%;
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper3 {
    margin-top: 1.5rem;
  }
}
.abt-cont3 .mySwiper3 .swiper-slide {
  opacity: 0.6;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper3 .swiper-slide {
    padding: 0 4%;
  }
}
.abt-cont3 .mySwiper3 .swiper-slide .cont-p {
  padding: 1rem 0;
}

.abt-cont3 .mySwiper3 .swiper-slide .cont-p .data {
  color: #C2C2C2;
  font-size: 4rem;
  line-height: 1em;
  width: 11.5rem;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper3 .swiper-slide .cont-p .data {
    width: 100%;
    font-size: 2.5rem;
  }
}
.abt-cont3 .mySwiper3 .swiper-slide .cont-p .p1 {
  color: #818181;
  font-size: 1.25rem;
  line-height: 1.6em;
  width: -webkit-calc(100% - 11.5rem);
  width: -moz-calc(100% - 11.5rem);
  width: calc(100% - 11.5rem);
  border-top: 1px solid #A0A0A0;
  padding-top: 0.75em;
  position: relative;
}

@media (max-width: 768px) {
  .abt-cont3 .mySwiper3 .swiper-slide .cont-p .p1 {
    width: 100%;
    font-size: 1.125rem;
    padding-top: 1.35rem;
    margin-top: 1.5rem;
  }
}
.abt-cont3 .mySwiper3 .swiper-slide .cont-p .p1::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  left: -0.3125rem;
  top: -0.3125rem;
  display: block;
  background: #A0A0A0;
  border-radius: 50%;
}

.abt-cont3 .mySwiper3 .swiper-slide .cont-p .p1::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  right: -0.25rem;
  top: -0.25rem;
  display: block;
  background: #A0A0A0;
  border-radius: 50%;
}

.abt-cont3 .mySwiper3 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.abt-cont3 .mySwiper3 .swiper-slide.swiper-slide-active .cont-p .data {
  color: #F6172A;
}

.abt-cont3 .abt-a3v1 {
  background: #F5F5F5;
  padding: 1.5rem 7% 0.75rem;
  border-radius: 3rem;
  position: relative;
  margin-top: 5.25rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont3 .abt-a3v1 .gongta > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.abt-cont3 .abt-a3v1 .gongta > div.swiper-button-next1 {
  right: 4%;
}

.abt-cont3 .abt-a3v1 .gongta > div.swiper-button-prev1 {
  left: 4%;
}

.abt-cont3 .abt-a3v1 .gongta > div i {
  color: #000000;
  font-size: 1.125rem;
}

.abt-cont3 .abt-a3v1 .mySwiper4 .swiper-slide {
  cursor: pointer;
}

.abt-cont3 .abt-a3v1 .mySwiper4 .swiper-slide .data {
  text-align: center;
  color: #333333;
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
}

.abt-cont3 .abt-a3v1 .mySwiper4 .swiper-slide .data::after {
  content: "";
  display: block;
  width: 0.5rem;
  margin: 0.35rem auto 0;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--color-jb);
  opacity: 0;
}

.abt-cont3 .abt-a3v1 .mySwiper4 .swiper-slide.swiper-slide-thumb-active .data {
  color: #F6172A;
}

.abt-cont3 .abt-a3v1 .mySwiper4 .swiper-slide.swiper-slide-thumb-active .data::after {
  opacity: 1;
}

.abt-cont4 {
  background: #F5F5F5;
  padding: 6.125rem 0;
}

@media (max-width: 768px) {
  .abt-cont4 {
    padding: 2rem 0;
  }
}
.abt-cont4 .abt-a4v1 {
  background: #FFF;
  box-shadow: 0px 0px 3.75rem 0px rgba(0, 0, 0, 0.05);
  margin-top: 4.6875rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 {
  width: 50%;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b1 {
    width: 100%;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b1 img {
  width: 100%;
}

.abt-cont4 .abt-a4v1 .abt-a4b2 {
  width: 50%;
  padding: 1rem 5%;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 {
    width: 100%;
    padding: 1.35rem 5%;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .tit {
  color: #555555;
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .tit {
    font-size: 1.25rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .p1 {
  color: #9B9B9B;
  font-size: 1rem;
  line-height: 1.65em;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4v1 .abt-a4b2 .p1 {
    margin-top: 0.75rem;
  }
}
.abt-cont4 .abt-a4v1 .abt-a4b2 .p1 p {
  position: relative;
  padding-left: 1em;
}

.abt-cont4 .abt-a4v1 .abt-a4b2 .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

.abt-cont5 {
  position: relative;
  padding-top: 5.25rem;
}

@media (max-width: 768px) {
  .abt-cont5 {
    padding-top: 2rem;
  }
}
.abt-cont5 > u {
  display: block;
  width: 32.5520833333%;
  position: absolute;
  left: -5%;
  top: -2rem;
  z-index: -1;
}

.abt-cont5 > u img {
  width: 100%;
}

.abt-cont5 .abt-a5v1 {
  margin-top: 4.375rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 {
  width: 45.7142857143%;
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .tit {
  color: #555555;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b1 .tit {
    font-size: 1.25rem;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b1 .p1 {
  color: #9B9B9B;
  font-size: 1rem;
  line-height: 1.65em;
  margin: 1rem 0 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b1 .p1 {
    margin: 0.65rem 0 1rem;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b2 {
  width: 53%;
}

@media (max-width: 768px) {
  .abt-cont5 .abt-a5v1 .abt-a5b2 {
    width: 100%;
  }
}
.abt-cont5 .abt-a5v1 .abt-a5b2 img {
  width: 100%;
}

.abt-cont6 .abt-a4v1 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-a4v1 {
    margin-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .abt-cont6 .abt-a4v1 .abt-a4b2 {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.abt-cont6 .abt-a4v1 .abt-a4b2 .more-a {
  margin-top: 1.75rem;
}

@media (max-width: 768px) {
  .abt-cont6 .abt-a4v1 .abt-a4b2 .more-a {
    margin-top: 1.125rem;
  }
}
.abt-cont7 {
  padding: 5.25rem 0;
}

@media (max-width: 768px) {
  .abt-cont7 {
    padding: 2rem 0;
  }
}
.abt-cont7 .mySwiper5 {
  padding: 1rem;
  margin: 0 -1rem;
  margin-top: 1.6rem;
}

@media (max-width: 768px) {
  .abt-cont7 .mySwiper5 {
    margin-top: 1rem;
  }
}
.abt-cont7 .mySwiper5 .swiper-slide .img {
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
}

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

.abt-cont7 .mySwiper5 .swiper-pagination1 {
  margin-top: 1.5rem;
}

.hyzs-cont1 {
  background: #F5F5F5;
  padding: var(--pandrd) 0 3rem;
}

@media (max-width: 768px) {
  .hyzs-cont1 {
    padding-bottom: 2rem;
  }
}
.hyzs-cont1 .mySwiper6 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .hyzs-cont1 .mySwiper6 {
    margin-top: 1.5rem;
  }
}
.hyzs-cont1 .mySwiper6 .swiper-slide {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
  padding: 2rem 2rem 0;
}

@media (max-width: 768px) {
  .hyzs-cont1 .mySwiper6 .swiper-slide {
    border-radius: 1rem;
    padding: 1rem 1rem 0;
  }
}
.hyzs-cont1 .mySwiper6 .swiper-slide .img img {
  width: 100%;
}

.hyzs-cont1 .mySwiper6 .swiper-slide p {
  text-align: center;
  color: #4F4F4F;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .hyzs-cont1 .mySwiper6 .swiper-slide p {
    padding: 0.75rem 0;
  }
}
.hyzs-cont1 .mySwiper6 .swiper-pagination1 {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .hyzs-cont1 .mySwiper6 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.hyzs-cont2 {
  padding: var(--pandrd) 0;
}

.hyzs-cont2 .hzzs_list1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.25rem;
  margin-top: 2.875rem;
}

@media (max-width: 1280px) {
  .hyzs-cont2 .hzzs_list1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hyzs-cont2 .hzzs_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.hyzs-cont2 .hzzs_list1 li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .hyzs-cont2 .hzzs_list1 li {
    border-radius: 1rem;
  }
}
.hyzs-cont2 .hzzs_list1 li a.img {
  display: block;
  padding: 1.375rem 1.375rem 0;
}

@media (max-width: 768px) {
  .hyzs-cont2 .hzzs_list1 li a.img {
    padding: 1rem 1rem 0;
  }
}
.hyzs-cont2 .hzzs_list1 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.hyzs-cont2 .hzzs_list1 li a.img i img {
  width: 100%;
}

.hyzs-cont2 .hzzs_list1 li a.img p {
  text-align: center;
  color: #4F4F4F;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 0.85rem 0;
}

@media (max-width: 768px) {
  .hyzs-cont2 .hzzs_list1 li a.img p {
    padding: 0.75rem 0;
    font-size: 1rem;
  }
}
.sczz-cont1 {
  padding: var(--pandrd) 0;
}

.sczz-cont1 .mySwiper7 {
  padding: 1rem 1rem 0;
  margin: 0 -1rem;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .sczz-cont1 .mySwiper7 {
    margin-top: 0;
  }
}
.sczz-cont1 .mySwiper7 .swiper-slide {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
  padding: 1.5rem 1.5rem 0;
}

@media (max-width: 768px) {
  .sczz-cont1 .mySwiper7 .swiper-slide {
    border-radius: 1rem;
    padding: 1rem 1rem 0;
  }
}
.sczz-cont1 .mySwiper7 .swiper-slide .img img {
  width: 100%;
}

.sczz-cont1 .mySwiper7 .swiper-slide p {
  text-align: center;
  color: #4F4F4F;
  font-size: 1.25rem;
  line-height: 1.5em;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .sczz-cont1 .mySwiper7 .swiper-slide p {
    padding: 0.75rem 0;
  }
}
.sczz-cont1 .mySwiper7 .swiper-pagination1 {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .sczz-cont1 .mySwiper7 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.sczz-cont2 {
  padding: var(--pandrd) 0;
  background: #F5F5F5;
}

.sczz-cont2 .mySwiper8 {
  margin-top: 2.8125rem;
}

@media (max-width: 768px) {
  .sczz-cont2 .mySwiper8 {
    margin-top: 1.25rem;
  }
}
.sczz-cont2 .mySwiper8 .swiper-slide .img img {
  width: 100%;
}

.sczz-cont2 .mySwiper8 .swiper-pagination1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .sczz-cont2 .mySwiper8 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.sczz-cont3 {
  padding: var(--pandrd) 0;
}

.sczz-cont3 .sczz-list1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.125rem;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .sczz-cont3 .sczz-list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .sczz-cont3 .sczz-list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.sczz-cont3 .sczz-list1 li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1.35rem 0px rgba(0, 0, 0, 0.05);
  padding: 3.875rem 7%;
  cursor: pointer;
}

@media (max-width: 768px) {
  .sczz-cont3 .sczz-list1 li {
    border-radius: 1rem;
    padding: 2rem 7%;
  }
}
.sczz-cont3 .sczz-list1 li i {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  position: relative;
}

@media (max-width: 768px) {
  .sczz-cont3 .sczz-list1 li i {
    width: 6rem;
    height: 6rem;
  }
}
.sczz-cont3 .sczz-list1 li i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: rgba(246, 23, 42, 0.1);
  border-radius: 50%;
}

.sczz-cont3 .sczz-list1 li i img {
  width: 50%;
}

.sczz-cont3 .sczz-list1 li .wenata {
  width: -webkit-calc(94% - 7rem);
  width: -moz-calc(94% - 7rem);
  width: calc(94% - 7rem);
}

@media (max-width: 768px) {
  .sczz-cont3 .sczz-list1 li .wenata {
    width: -webkit-calc(94% - 6rem);
    width: -moz-calc(94% - 6rem);
    width: calc(94% - 6rem);
  }
}
.sczz-cont3 .sczz-list1 li .wenata .tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #555555;
}

@media (max-width: 768px) {
  .sczz-cont3 .sczz-list1 li .wenata .tit {
    font-size: 1.35rem;
  }
}
.sczz-cont3 .sczz-list1 li .wenata .p {
  font-size: 1rem;
  line-height: 1.5em;
  color: #A0A0A0;
  margin-top: 0.5rem;
}

.sczz-cont3 .sczz-list1 li:hover i {
  background: var(--color-jb);
  border-color: rgba(246, 23, 42, 0.1);
}

.sczz-cont3 .sczz-list1 li:hover i::after {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -moz-transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
  -o-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}

.sczz-cont3 .sczz-list1 li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.25rem;
  margin-top: 2.625rem;
}

@media (max-width: 1024px) {
  .product-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.product-list li a.img-cont {
  background: #fff;
  display: block;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-list li a.img-cont {
    border-radius: 1rem;
  }
}
.product-list li a.img-cont .img {
  padding: 1.5rem 1.5rem 0;
  overflow: hidden;
}

.product-list li a.img-cont .img img {
  width: 100%;
}

.product-list li a.img-cont .cont-p {
  padding: 1rem 1.5rem 1.8rem;
}

@media (max-width: 768px) {
  .product-list li a.img-cont .cont-p {
    padding: 1rem 1.5rem 1.5rem;
  }
}
.product-list li a.img-cont .cont-p .tit {
  color: #4F4F4F;
  font-size: 1.25rem;
  line-height: 1.5em;
}

.product-list li a.img-cont .cont-p .txt {
  color: #A0A0A0;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

.product-list li a.img-cont:hover .cont-p {
  background: var(--color-jb);
}

.product-list li a.img-cont:hover .cont-p .tit, .product-list li a.img-cont:hover .cont-p .txt {
  color: #fff;
}

.ny-show_pro_body {
  padding-top: -webkit-calc(var(--head-height) + 0.625rem);
  padding-top: -moz-calc(var(--head-height) + 0.625rem);
  padding-top: calc(var(--head-height) + 0.625rem);
}

.ny-show_pro_body .mbxdh {
  background: #F5F5F5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pro-show-cont1 {
  border-bottom: 1px solid #D7D7D7;
  background: -webkit-linear-gradient(top, #FFF 86.7%, #F2F2F2 100%);
  background: -moz-linear-gradient(top, #FFF 86.7%, #F2F2F2 100%);
  background: -o-linear-gradient(top, #FFF 86.7%, #F2F2F2 100%);
  background: linear-gradient(180deg, #FFF 86.7%, #F2F2F2 100%);
}

.pro-show-cont1 .pro-show-a1v1 {
  padding: 2.1875rem 0;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 {
    padding: 1.5rem 0;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
  width: 39.4285714286%;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 {
    width: 100%;
    margin-top: 1rem;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
  color: #555555;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .tit1 {
    font-size: 1.8rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
  margin: 1rem 0 2rem;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v1 .pro-show-a1b1 .txt {
    margin: 0.5rem 0 1rem;
  }
}
.pro-show-cont1 .pro-show-a1v1 .img_tup {
  width: 38.5714285714%;
}

@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 .mySwiper9 {
  padding: 1rem 1rem 0;
  margin: 0 -1rem;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .cp-show-img .mySwiper9 .swiper-pagination1 {
  margin-top: 1rem;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .img {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.05);
  padding: 6.5%;
}

.pro-show-cont1 .pro-show-a1v1 .img_tup .img img {
  width: 100%;
}

.pro-show-cont1 .pro-show-a1v2 {
  margin-bottom: -1px;
}

.pro-show-cont1 .pro-show-a1v2 .asx_a1 li a {
  display: block;
  color: #888887;
  font-size: 1.125rem;
  line-height: 1.65em;
  font-weight: 700;
  padding: 0.9em 1.65em 0.75em;
  position: relative;
}

@media (max-width: 768px) {
  .pro-show-cont1 .pro-show-a1v2 .asx_a1 li a {
    font-size: 1rem;
    padding: 0.9em 1.25em 0.75em;
  }
}
.pro-show-cont1 .pro-show-a1v2 .asx_a1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.1875rem;
  background: transparent;
}

.pro-show-cont1 .pro-show-a1v2 .asx_a1 li:hover a {
  background: #fff;
  color: #F6172A;
}

.pro-show-cont1 .pro-show-a1v2 .asx_a1 li:hover a::after {
  background: var(--color-jb);
}

.pro-show-cont2 {
  padding: var(--pandrd) 0;
}

.pro-show-cont2 .content {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .pro-show-cont2 .content {
    margin-top: 1.35rem;
  }
}
.pro-show-cont3 {
  padding-bottom: var(--pandrd);
}

.pro-show-cont3 .content {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .pro-show-cont3 .content {
    margin-top: 1.35rem;
  }
}
.pro-show-cont3 .content .table-responsive table tr td {
  border-color: #DFDFDF;
  color: #A0A0A0;
  padding: 1em 1.85em;
}

@media (max-width: 768px) {
  .pro-show-cont3 .content .table-responsive table tr td {
    padding: 0.5em 1.25em;
  }
}
.pro-show-cont3 .content .table-responsive table tr td:nth-child(1) {
  background: #F5F5F5;
}

.pro-show-cont4 {
  padding: var(--pandrd) 0;
  background: #F5F5F5;
}

.pro-show-cont4 .mySwiper10 {
  padding: 1rem 1rem 0;
  margin: 0 -1rem;
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper10 {
    margin-top: 1rem;
  }
}
.pro-show-cont4 .mySwiper10 .swiper-slide a.cont-a {
  display: block;
  padding: 2.8125rem 2.25rem;
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 0.65rem 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper10 .swiper-slide a.cont-a {
    padding: 1.75rem 1.5rem;
    border-radius: 1rem;
  }
}
.pro-show-cont4 .mySwiper10 .swiper-slide a.cont-a .img {
  display: block;
  font-size: 0;
  overflow: hidden;
}

.pro-show-cont4 .mySwiper10 .swiper-slide a.cont-a .img img {
  width: 100%;
}

.pro-show-cont4 .mySwiper10 .swiper-slide a.cont-a .cont-asx {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper10 .swiper-slide a.cont-a .cont-asx {
    margin-top: 1.5rem;
  }
}
.pro-show-cont4 .mySwiper10 .swiper-slide a.cont-a .cont-asx .tit {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5em;
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper10 .swiper-slide a.cont-a .cont-asx .tit {
    font-size: 1.25rem;
  }
}
.pro-show-cont4 .mySwiper10 .swiper-slide a.cont-a .cont-asx .txt {
  color: #A0A0A0;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
}

.pro-show-cont4 .mySwiper10 .swiper-pagination1 {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper10 .swiper-pagination1 {
    margin-top: 1rem;
  }
}
.pro-show-cont5 {
  padding: var(--pandrd) 0;
}

.pro-show-cont5 .content .mySwiper1 {
  padding: 1rem 1rem 0;
  margin: 0 -1rem;
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .pro-show-cont5 .content .mySwiper1 {
    margin-top: 0.5rem;
  }
}
.pro-show-cont5 .content .mySwiper1 .swiper-pagination1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .pro-show-cont5 .content .mySwiper1 .swiper-pagination1 {
    margin-top: 1.25rem;
  }
}
.news-cont1 {
  padding: var(--pandrd) 0;
}

.news-cont1 .as1v1 {
  position: relative;
  border-radius: 1.25rem;
  border: 1px solid #EEE;
  background: #FFF;
  box-shadow: 0px 0px 3.75rem 0px rgba(0, 0, 0, 0.05);
  padding: 3.625rem 3rem;
  margin-top: 3.4375rem;
}

@media (max-width: 768px) {
  .news-cont1 .as1v1 {
    padding: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 1rem;
  }
}
.news-cont1 .mySwiper11 {
  position: relative;
}

.news-cont1 .mySwiper11 .swiper-slide .cont .da-cont {
  width: 42.9237947123%;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper11 .swiper-slide .cont .da-cont {
    width: 100%;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 1rem;
  }
}
.news-cont1 .mySwiper11 .swiper-slide .cont .da-cont .data {
  color: #AAAAAA;
  font-size: 1rem;
  line-height: 1.5em;
}

.news-cont1 .mySwiper11 .swiper-slide .cont .da-cont a.name {
  display: block;
  font-size: 1.5rem;
  line-height: 1.35em;
  font-weight: 500;
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 0.35rem;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper11 .swiper-slide .cont .da-cont a.name {
    font-size: 1.25rem;
  }
}
.news-cont1 .mySwiper11 .swiper-slide .cont .da-cont .p {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper11 .swiper-slide .cont .da-cont .p {
    margin-top: 0.5rem;
  }
}
.news-cont1 .mySwiper11 .swiper-slide .cont .da-cont a.xw-more {
  font-size: 0.875rem;
  line-height: 1.5em;
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper11 .swiper-slide .cont .da-cont a.xw-more {
    margin-top: 0.75rem;
  }
}
.news-cont1 .mySwiper11 .swiper-slide .cont .da-cont a.xw-more i {
  font-size: 0.875rem;
}

.news-cont1 .mySwiper11 .swiper-slide .cont a.img {
  display: block;
  width: 50.3110419907%;
  border-radius: 1.25rem;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper11 .swiper-slide .cont a.img {
    width: 100%;
    border-radius: 1rem;
  }
}
.news-cont1 .mySwiper11 .swiper-slide .cont a.img img {
  width: 100%;
}

.news-cont1 .mySwiper11 .swiper-pagination1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .news-cont1 .mySwiper11 .swiper-pagination1 {
    position: static;
    margin-top: 1rem;
    text-align: center;
  }
}
.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.3125rem;
}

@media (max-width: 768px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.news-list li {
  padding: 2rem;
  border-top: 1px solid #D2D2D2;
}

@media (max-width: 768px) {
  .news-list li {
    padding: 1.5rem;
  }
}
.news-list li a.img {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}

.news-list li a.img img {
  width: 100%;
}

.news-list li .date {
  color: #AAAAAA;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 1.5rem 0 0.25rem;
}

@media (max-width: 768px) {
  .news-list li .date {
    padding: 1rem 0 0.25rem;
  }
}
.news-list li a.name {
  display: block;
  color: #555555;
  font-size: 1.25rem;
  line-height: 1.35em;
  height: 4.05em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-list li a.name {
    height: auto;
  }
}
.news-list li:hover {
  background: #FFF;
  box-shadow: 0px 0px 3.75rem 0px rgba(0, 0, 0, 0.05);
  border-color: transparent;
}

.news-list li:hover a.name {
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.show-news-content .show-news-a1_v1 {
  margin-top: 3.375rem;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 {
    margin-top: 2rem;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_b1 {
  width: 70%;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_b1 {
    width: 100%;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_b1 .title-a {
  color: #555555;
  font-size: 2.25rem;
  line-height: 1.35em;
  font-weight: 600;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_b1 .title-a {
    font-size: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_b1 .title-b {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_b1 .title-b {
    padding: 0.75rem 0;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_b1 .title-b .fen-xiang > p {
  color: #AAAAAA;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b1 .title-b .fen-xiang .social-share a {
  background: #BEBEBE;
  font-size: 1.25rem;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  border: none;
  line-height: 2.35rem;
  color: #fff;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b1 .title-b .fen-xiang .social-share a:hover {
  background: #333;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b1 .title-b .date-a {
  color: #AAAAAA;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b1 .xinwn-consss {
  padding: 2.5rem 0;
  line-height: 1.75em;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_b1 .xinwn-consss {
    padding: 1.5rem 0;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_b1 .xinwn-consss img {
  width: 100%;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b1 .shanys {
  margin-top: 2.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_b1 .shanys {
    margin-top: 1.5rem;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_b1 .shanys > div {
  width: 45%;
  color: #555555;
  font-size: 1rem;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_b1 .shanys > div {
    width: 100%;
  }
  .show-news-content .show-news-a1_v1 .show-news-a1_b1 .shanys > div.next {
    margin-top: 0.5rem;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_b1 .shanys > div a {
  color: #555555;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b1 .shanys > div a:hover {
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b2 {
  width: 21.4285714286%;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_b2 {
    display: none;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_b2 .tirle-tt {
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5em;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b2 .xw_list1 li {
  margin-top: 1.65rem;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b2 .xw_list1 li a.img {
  display: block;
  font-size: 0;
  border-radius: 1.25rem;
  overflow: hidden;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b2 .xw_list1 li a.img img {
  width: 100%;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b2 .xw_list1 li .date {
  color: #AAAAAA;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0.75rem 0 0.5rem;
}

.show-news-content .show-news-a1_v1 .show-news-a1_b2 .xw_list1 li a.name {
  display: block;
  color: #555555;
  font-size: 1.25rem;
  line-height: 1.35em;
}

@media (max-width: 768px) {
  .show-news-content .show-news-a1_v1 .show-news-a1_b2 .xw_list1 li a.name {
    height: auto;
  }
}
.show-news-content .show-news-a1_v1 .show-news-a1_b2 .xw_list1 li a.name:hover {
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dow-content1 {
  padding-bottom: 2rem;
}

@media (max-width: 768px) {
  .dow-content1 {
    padding-bottom: 1.25rem;
  }
}
.dow-content1 .dxjs-list li .cont-p1 {
  border-bottom: 1px solid #CDCDCD;
  padding: 3.125rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

@media (max-width: 768px) {
  .dow-content1 .dxjs-list li .cont-p1 {
    padding: 1.5rem 0;
  }
}
.dow-content1 .dxjs-list li .cont-p1 .img {
  width: 22.5%;
  border-radius: 1.25rem;
  border: 1px solid #EEE;
  background: #FFF;
  box-shadow: 0px 0px 3.75rem 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

@media (max-width: 768px) {
  .dow-content1 .dxjs-list li .cont-p1 .img {
    width: 100%;
    border-radius: 1rem;
  }
}
.dow-content1 .dxjs-list li .cont-p1 .img img {
  width: 100%;
}

.dow-content1 .dxjs-list li .cont-p1 .cont-p {
  width: 72.7142857143%;
}

@media (max-width: 768px) {
  .dow-content1 .dxjs-list li .cont-p1 .cont-p {
    width: 100%;
    margin-top: 1rem;
    padding: 0 1rem;
  }
}
.dow-content1 .dxjs-list li .cont-p1 .cont-p .tit {
  color: #555555;
  font-size: 1.25rem;
  line-height: 1.5em;
}

.dow-content1 .dxjs-list li .cont-p1 .cont-p .txt {
  color: #555555;
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
  -webkit-line-clamp: 5;
}

.dow-content1 .dxjs-list li .cont-p1 .cont-p .xw-more {
  font-size: 0.875rem;
  line-height: 1.5em;
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.75rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .dow-content1 .dxjs-list li .cont-p1 .cont-p .xw-more {
    margin-top: 0.75rem;
  }
}
.dow-content1 .dxjs-list li .cont-p1 .cont-p .xw-more i {
  font-size: 0.875rem;
}

.dow-content1 .dxjs-list li:hover {
  background: #F7F7F7;
}

.dow-list {
  padding: 3rem 0 1rem;
}

@media (max-width: 768px) {
  .dow-list {
    padding: 2rem 0 1rem;
  }
}
@media (max-width: 768px) {
  .dow-list li .tat1 {
    display: none;
  }
}
.dow-list li > div {
  width: 20%;
  text-align: center;
}

@media (max-width: 768px) {
  .dow-list li > div {
    width: 25%;
  }
}
.dow-list li:nth-child(1) {
  background: #EAEAEA;
}

.dow-list li:nth-child(1) div {
  color: #555555;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 1.25rem 0;
}

.dow-list li:not(:nth-child(1)) {
  border-bottom: 1px solid #E4E4E4;
  padding: 1.25rem 0;
  color: #888887;
  font-size: 1rem;
  line-height: 1.5em;
}

.dow-list li:not(:nth-child(1)) .tat1 {
  color: #F6172A;
}

.dow-list li:not(:nth-child(1)) a.xazsa i {
  color: #F6172A;
  font-size: 1.125rem;
  margin-right: 0.5rem;
}

.lx-cont1 {
  padding: var(--pandrd) 0;
  background: #F7F7F7;
}

.lx-cont1 .lx-a1v1 {
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx_list1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.625rem 4rem;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx_list1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  .lx-cont1 .lx-a1v1 .lx_list1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx_list1 li .cont-p1 {
  position: relative;
  border-left: 1px solid #D9D9D9;
  padding-left: 1rem;
}

.lx-cont1 .lx-a1v1 .lx_list1 li .cont-p1 .tit1 {
  color: #555555;
  font-size: 1.25rem;
  line-height: 1em;
  font-weight: 600;
  position: relative;
}

.lx-cont1 .lx-a1v1 .lx_list1 li .cont-p1 .tit1::after {
  content: "";
  width: 0.45rem;
  height: 100%;
  background: var(--color-jb);
  position: absolute;
  left: -1rem;
  top: 0;
}

.lx-cont1 .lx-a1v1 .lx_list1 li .cont-p1 .cont-p {
  color: #555555;
  font-size: 1rem;
  line-height: 1.45em;
  margin-top: 1rem;
}

.lx-cont1 .lx-a1v1 .lx_list1 li .cont-p1 .cont-p > div {
  margin: 0.5rem 0;
}

.lx-cont1 .lx-a1v1 .lx_list1 li .cont-p1 .cont-p > div i {
  font-size: 1rem;
  margin-right: 0.35rem;
}

.lx-cont1 .lx-a1v1 .lx_list1 li .cont-p1 .cont-p > div .xw-more {
  font-size: 0.875rem;
  line-height: 1.5em;
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx_list1 li .cont-p1 .cont-p > div .xw-more {
    margin-top: 0.75rem;
  }
}
.lx-cont1 .lx-a1v1 .lx_list1 li .cont-p1 .cont-p > div .xw-more i {
  font-size: 0.875rem;
}

.lx-cont1 .lx-a1v1 .lx_list1 li .imgsta img {
  width: 35%;
}

@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx_list1 li .imgsta img {
    width: 26%;
  }
}
.lx-cont1 .lx-a1v1 .lx_list1 li .imgsta img + img {
  margin-left: 5%;
}

.lx-cont2 {
  padding: var(--pandrd) 0;
}

.lx-cont2 form {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 0.5rem;
  }
}
.lx-cont2 form .inpt {
  width: 100%;
  position: relative;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .lx-cont2 form .inpt {
    margin-top: 1rem;
  }
}
.lx-cont2 form .inpt .m_label {
  position: absolute;
  left: 1.25rem;
  top: 0;
  color: #9B9B9B;
  font-size: 1rem;
  line-height: 3.25rem;
  height: 100%;
}

.lx-cont2 form .inpt .m_label span {
  color: #F6172A;
}

.lx-cont2 form .inpt input {
  width: 100%;
  border: 1px solid #DDDDDD;
  font-size: 1rem;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  border-radius: 1.625rem;
}

.lx-cont2 form .msg-a1 .inpt {
  width: 31.4285714286%;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont2 form .msg-a3 .inpt {
  font-size: 0;
}

.lx-cont2 form .msg-a3 .inpt .m_label {
  line-height: 1.5rem;
  padding: 0.75em 0;
}

.lx-cont2 form .msg-a3 .inpt textarea {
  width: 100%;
  border: 1px solid #DDDDDD;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75em 1.25rem;
  border-radius: 1rem;
}

.lx-cont2 form .msg-a4 .inpt {
  width: 31.4285714286%;
}

.lx-cont2 form .msg-a4 .yazxma {
  margin-left: 1rem;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a4 .yazxma {
    margin-top: 1rem;
  }
}
.lx-cont2 form .msg-a4 .yazxma img.yzmimg {
  width: 9.375rem;
  height: 3.125rem;
  border-radius: 1.625rem;
}

.lx-cont2 form .msg-a4 .yazxma .wehza {
  margin-left: 1rem;
  color: #9B9B9B;
  font-size: 1rem;
  line-height: 1.5em;
  cursor: pointer;
}

.lx-cont2 form .msg-a4 .yazxma .wehza img {
  width: 1.5rem;
  margin-right: 0.5rem;
}

.lx-cont2 form .div_aghgha {
  margin-top: 1rem;
}

.lx-cont2 form .div_aghgha .yszc-cont input[type=checkbox] {
  border: none;
  outline: none;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1.125rem;
  position: relative;
  margin-right: 0.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}

.lx-cont2 form .div_aghgha .yszc-cont input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/radio.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}

.lx-cont2 form .div_aghgha .yszc-cont input[type=checkbox]:checked::before {
  background: url(../images/radio_active.svg) no-repeat center;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}

.lx-cont2 form .div_aghgha .yszc-cont p {
  color: #9B9B9B;
  font-size: 1rem;
  line-height: 1.625rem;
}

.lx-cont2 form .div_aghgha .yszc-cont p a {
  color: #9B9B9B;
}

.lx-cont2 form .div_aghgha .yszc-cont p a:hover {
  color: #F6172A;
}

.lx-cont2 form .div_aghgha button {
  border: none;
}

@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha button {
    margin-top: 1rem;
  }
}
.job-cont1 {
  padding: var(--pandrd) 0;
}

.job-cont1 .job-a1_b1 {
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_b1 {
    margin-top: 0.5rem;
  }
}
.job-cont1 .job-a1_b1 li {
  width: 25%;
  border-right: 1px solid #DEDEDE;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_b1 li {
    width: 50%;
    margin-top: 1.25rem;
  }
  .job-cont1 .job-a1_b1 li:nth-child(2n) {
    border-right: none;
  }
}
.job-cont1 .job-a1_b1 li a.block {
  display: block;
  text-align: center;
  padding: 3.65rem 0;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_b1 li a.block {
    padding: 2.5rem 0;
  }
}
.job-cont1 .job-a1_b1 li a.block i {
  display: block;
  font-size: 0;
  width: 4.375rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_b1 li a.block i {
    width: 3.5rem;
  }
}
.job-cont1 .job-a1_b1 li a.block i img {
  width: 100%;
}

.job-cont1 .job-a1_b1 li a.block .wenata {
  color: #333333;
}

.job-cont1 .job-a1_b1 li a.block .wenata .tit {
  font-size: 1.75rem;
  line-height: 1.25em;
  margin-top: 0.65rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_b1 li a.block .wenata .tit {
    font-size: 1.5rem;
  }
}
.job-cont1 .job-a1_b1 li a.block .wenata .p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25em;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_b1 li a.block .wenata .p {
    font-size: 1.25rem;
  }
}
.job-cont1 .job-a1_b1 li:hover {
  border-right: none;
}

.job-cont1 .job-a1_b1 li:hover a.block {
  background: var(--color-jb);
  border-radius: 1.25rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_b1 li:hover a.block {
    border-radius: 1rem;
  }
}
.job-cont1 .job-a1_b1 li:hover a.block i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.job-cont1 .job-a1_b1 li:hover a.block .wenata {
  color: #fff;
}

.job-cont2 {
  padding: var(--pandrd) 0;
  background: #F7F7F7;
}

.job-cont2 .job-a2_list1 li {
  margin-top: 5.875rem;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li {
    margin-top: 1.5rem;
  }
}
.job-cont2 .job-a2_list1 li i {
  display: block;
  font-size: 0;
  width: 55.1428571429%;
  border-radius: 1.875rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li i {
    width: 100%;
    border-radius: 1rem;
  }
}
.job-cont2 .job-a2_list1 li i img {
  width: 100%;
}

.job-cont2 .job-a2_list1 li .cont-p {
  width: 39.4285714286%;
  color: #555555;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li .cont-p {
    width: 100%;
    margin-top: 1rem;
  }
}
.job-cont2 .job-a2_list1 li .cont-p .tit {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li .cont-p .tit {
    font-size: 1.5rem;
  }
}
.job-cont2 .job-a2_list1 li .cont-p .txt {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-top: 0.75rem;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li .cont-p .txt {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}
.job-cont2 .job-a2_list1 li:nth-child(2n) i {
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li:nth-child(2n) i {
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.job-cont3 {
  padding: var(--pandrd) 0;
}

.job-cont3 .job-list {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .job-cont3 .job-list {
    margin-top: 1.5rem;
  }
}
.job-cont3 .job-list li {
  padding: 0 2.5rem;
  border-radius: 1.875rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
}

@media (max-width: 768px) {
  .job-cont3 .job-list li {
    padding: 0 1.5rem;
    border-radius: 1rem;
  }
}
.job-cont3 .job-list li + li {
  margin-top: 1.5625rem;
}

@media (max-width: 768px) {
  .job-cont3 .job-list li + li {
    margin-top: 1.25rem;
  }
}
.job-cont3 .job-list li .dt {
  padding: 1.5rem 0 1.375rem;
}

.job-cont3 .job-list li .dt .wehas .tit {
  color: #444444;
  font: 500 1.25rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .job-cont3 .job-list li .dt .wehas .tit {
    font-size: 1.25rem;
  }
}
.job-cont3 .job-list li .dt .wehas .p1 {
  color: #838383;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.25em;
}

.job-cont3 .job-list li .dt .wehas .p1 span {
  color: #CFCFCF;
  display: block;
  margin: 0 0.5rem;
}

.job-cont3 .job-list li .dt i {
  color: #C2C2C2;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  .job-cont3 .job-list li .dt i {
    font-size: 1rem;
  }
}
.job-cont3 .job-list li .wehha-job {
  display: none;
  border-top: 1px solid #E3E3E3;
}

.job-cont3 .job-list li .wehha-job dl {
  margin-top: 1.625rem;
  font: 400 1rem/1.75em "Noto Sans SC";
  color: #6F6E6E;
}

@media (max-width: 768px) {
  .job-cont3 .job-list li .wehha-job dl {
    margin-top: 1.4rem;
  }
}
.job-cont3 .job-list li .wehha-job dl dt {
  font-weight: 600;
}

.job-cont3 .job-list li .wehha-job dl .pd p {
  padding-left: 1em;
  position: relative;
}

.job-cont3 .job-list li .wehha-job dl .pd p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.job-cont3 .job-list li .wehha-job .p2 {
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .job-cont3 .job-list li .wehha-job .p2 {
    padding: 1.5rem 0;
  }
}
.job-cont3 .job-list li .wehha-job .p2 a {
  color: #FF0100;
  font: 500 1rem/2em "Noto Sans SC";
  background: #FFFFFF;
  border: 1px solid #F6172A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
}

.job-cont3 .job-list li .wehha-job .p2 a p {
  padding: 0 0.5rem;
  background: -webkit-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -moz-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: -o-linear-gradient(353deg, #F6172A 5.81%, #FE7024 94.05%);
  background: linear-gradient(97deg, #F6172A 5.81%, #FE7024 94.05%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.job-cont3 .job-list li .wehha-job .p2 a img {
  height: 1.75rem;
}

.job-cont3 .job-list li .wehha-job .p2 a img.b {
  height: 1.25rem;
}

.job-cont3 .job-list li .wehha-job .p2 a:hover {
  background: #f0f0f0;
}

.job-cont3 .job-list li.active {
  background: #F7F7F9;
  border-color: transparent;
}

.case-cont1 {
  padding: var(--pandrd) 0;
  position: relative;
  overflow: hidden;
}

.case-cont1 .case-a1v1 {
  padding: 0 16.1428571429%;
}

@media (max-width: 768px) {
  .case-cont1 .case-a1v1 {
    padding: 0 3%;
  }
}
.case-cont1 .case-a1v1 .title1 .gong-p {
  text-align: center;
  margin-top: 0.75rem;
}

.case-cont1 .case-a1v1 .we-xas {
  margin-top: 2.5rem;
  position: relative;
}

.case-cont1 .case-a1v1 .we-xas i {
  display: block;
  font-size: 0;
}

.case-cont1 .case-a1v1 .we-xas i img {
  width: 100%;
}

.case-cont1 .case-a1v1 .we-xas .as_list a.a {
  display: block;
  background: rgba(255, 255, 255, 0.6);
  padding: 0.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  backdrop-filter: blur(14px);
}

.case-cont1 .case-a1v1 .we-xas .as_list a.a .ast1 {
  background: var(--color-jb);
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  position: relative;
}

.case-cont1 .case-a1v1 .we-xas .as_list a.a .ast1:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background: rgba(246, 23, 42, 0.1);
  border-radius: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(1.25);
  -moz-transform: translate(-50%, -50%) scale(1.25);
  -ms-transform: translate(-50%, -50%) scale(1.25);
  -o-transform: translate(-50%, -50%) scale(1.25);
  transform: translate(-50%, -50%) scale(1.25);
}

.case-cont1 .case-a1v1 .we-xas .as_list a.a .ast1 i {
  color: #fff;
  font-size: 1rem;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt22 a.a:nth-child(1) {
  left: 12%;
  bottom: 22%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt22 a.a:nth-child(2) {
  left: 34%;
  bottom: 62%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt22 a.a:nth-child(3) {
  left: 79%;
  bottom: 79%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt21 a.a:nth-child(1) {
  left: 26%;
  bottom: 46%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt21 a.a:nth-child(2) {
  left: 46%;
  bottom: 62%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt21 a.a:nth-child(3) {
  left: 66%;
  bottom: 68%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt20 a.a:nth-child(1) {
  left: 40%;
  bottom: 43%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt20 a.a:nth-child(2) {
  left: 41%;
  bottom: 76%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt20 a.a:nth-child(3) {
  left: 81%;
  bottom: 68%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt19 a.a:nth-child(1) {
  left: 14%;
  bottom: 22%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt19 a.a:nth-child(2) {
  left: 42%;
  bottom: 53%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt19 a.a:nth-child(3) {
  left: 84%;
  bottom: 53%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt18 a.a:nth-child(1) {
  left: 18%;
  bottom: 16%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt18 a.a:nth-child(2) {
  left: 29%;
  bottom: 38%;
}

.case-cont1 .case-a1v1 .we-xas .as_list.as_listt18 a.a:nth-child(3) {
  left: 79%;
  bottom: 41%;
}

.case-a1v2 {
  width: 25%;
  position: absolute;
  right: -25%;
  bottom: -webkit-calc(var(--pandrd) / 2);
  bottom: -moz-calc(var(--pandrd) / 2);
  bottom: calc(var(--pandrd) / 2);
  z-index: 9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  .case-a1v2 {
    width: 50%;
    right: -50%;
  }
}
.case-a1v2 a.jataxtb {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.case-a1v2 a.jataxtb:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.case-a1v2 a.jataxtb i {
  font-size: 2rem;
  line-height: 1.5em;
}

.case-a1v2 .case-a1v2c1 {
  background: #fff;
  padding: 2rem 15%;
  position: relative;
  border-radius: 1.25rem;
  box-shadow: 0px 0px 3.75rem 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .case-a1v2 .case-a1v2c1 {
    border-radius: 1rem;
    padding: 1rem 10%;
  }
}
.case-a1v2 .case-a1v2c1 .mySwiper9 {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .case-a1v2 .case-a1v2c1 .mySwiper9 {
    margin-bottom: 0.5rem;
  }
}
.case-a1v2 .case-a1v2c1 .mySwiper9 .swiper-slide a.img {
  display: block;
}

.case-a1v2 .case-a1v2c1 .mySwiper9 .swiper-slide a.img i {
  display: block;
}

.case-a1v2 .case-a1v2c1 .mySwiper9 .swiper-slide a.img i img {
  width: 100%;
}

.case-a1v2 .case-a1v2c1 .mySwiper9 .swiper-slide a.img p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5em;
  color: #A0A0A0;
  margin-top: 1rem;
}

.case-a1v2 .case-a1v2c1 .gongta > div {
  position: absolute;
  top: 40%;
}

.case-a1v2 .case-a1v2c1 .gongta > div.swiper-button-next1 {
  right: 5%;
}

.case-a1v2 .case-a1v2c1 .gongta > div.swiper-button-prev1 {
  left: 5%;
}

.case-a1v2 .case-a1v2c1 .gongta > div i {
  font-size: 1.5rem;
  color: #666;
}

.case-a1v2.on {
  right: 0;
}

.case-cont2 {
  padding-bottom: 1rem;
}

#translate {
  display: none;
}




.gong-p{
    font-size: 1rem;
    text-align: left;
}
.nbanner .nbanner-wen1 .banner-cont .p1,.title1 .entit{
    display: none;
}
.foot-fot .foota1 .foota1b1{
    gap: 1rem;
}
.foot-fot .foota1 .foota1b1 .fo-a1{
    flex: 1;
}
.foot-fot .foota1 .dseca > a{
    line-height: 1.25em;
    padding: 0.25rem 0;
}
.dow-content1 .dxjs-list li .cont-p1 .cont-p .txt{
    -webkit-line-clamp: 6;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a1 p,.abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a2 b{
    font-size: 1.25rem;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a1 p{
    margin-left: 0.75rem;
}
.pc-banner .mySwipera .banwez1 .tit{
    width: 100%;    line-height: 1.125em;
}
/*.ash-a{*/
/*    display: none;*/
/*}*/
/*.ash-b{*/
/*    display: block;*/
/*}*/
.abt-cont2 .abt_a2v1 .abt_a2list1 li .wenata .p span{
    display: block;
}
.abt-cont1 .abt_asxa-a{
    display: block;
}
.abt-cont1 .abt_asxa-a .p1ax{
    width: 100%;
}
.abt-cont1 .abt_asxa-a .aashx-xa{
    float: right;
    margin-left: 1rem;
}
.abt-cont1 .title1 .tit1{
  text-align: left;
}
.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza1 li + li {
    margin-left: 1em;
}
.foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza2 li .cont-p p span{
    max-width: 33vw;
}
@media (max-width: 768px) {
    .abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a1 p,.abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a2 b{
        font-size: 1.125rem;
    }
    .abt-cont1 .abt-a1v1 .abt-a1b2 li .con-a1 i {
      width: 3.25rem;
      height: 3.25rem;
    }
    .pc-banner .mySwipera .banwez1 .tit{
        width: 100%;
    }
    .abt-cont1 .abt_asxa-a .aashx-xa{
        float: none;
        margin-left: 0;
    }
    .foot-fot .foota1 .foota1b2 .foota1b2c1 .db-dza2 li .cont-p p span{
        max-width: inherit;
    }
  }
 
  /*.ash-a {*/
  /*  display: none;*/
  /*}*/
