@charset "UTF-8";
body, html {
  font-size: -webkit-calc(100vw / 120);
  font-size: -moz-calc(100vw / 120);
  font-size: calc(100vw / 120);
}

@media (min-width: 1024px) and (max-width: 1366px) {
  body, html {
    font-size: -webkit-calc(100vw / 100);
    font-size: -moz-calc(100vw / 100);
    font-size: calc(100vw / 100);
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  body, html {
    font-size: -webkit-calc(100vw / 90);
    font-size: -moz-calc(100vw / 90);
    font-size: calc(100vw / 90);
  }
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}

body {
  outline: none;
  font-family: 'Noto Sans SC','Montserrat',sans-serif;
  /*font-family: 'SimSun';*/
}

p {
  padding: 0;
  margin: 0;
}

.wh {
  padding: 0 13.54167%;
}

@media (max-width: 1366px) {
  .wh {
    padding: 0 5.78125%;
  }
}

@media (max-width: 768px) {
  .wh {
    padding: 0 4%;
  }
}

.wh1 {
  padding: 0 3.85417%;
}

@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: #979797;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  border: 1px solid #979797;
  -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: .875rem;
  }
}

.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E60012;
  color: #fff;
  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;
  border-color: #E60012;
}

.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;
  border: 1px solid #fff;
}

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

.more-msl.bs:hover {
  border-color: #E60012;
}

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

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

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

.more-msl1 {
  display: inline-block;
  color: #9D9D9D;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: transparent;
  border: 1px solid #9D9D9D;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}

@media (max-width: 768px) {
  .more-msl1 {
    line-height: 2.8rem;
    width: 9rem;
    font-size: .875rem;
  }
}

.more-msl1:before {
  background: #08938E;
}

.more-msl1:after {
  background: #E60012;
}

.more-msl1:before, .more-msl1:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.more-msl1:hover {
  color: #fff;
  border-color: #E60012;
}

.more-msl1:hover:before, .more-msl1:hover:after {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
       transform: translate3d(0, 100%, 0);
}

.more-msl1:hover:after {
  -webkit-transition-delay: 0.175s;
  -moz-transition-delay: 0.175s;
    -o-transition-delay: 0.175s;
       transition-delay: 0.175s;
}

.more-msl1.bs {
  color: #fff;
  border: 1px solid #fff;
}

.more-msl1.bs:before {
  background: #08938E;
}

.more-msl1.bs:hover {
  color: #fff;
  border-color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.38rem 2rem;
  border-radius: 3.125rem;
  color: #A9A9A9;
  overflow: hidden;
  position: relative;
  border: 1px solid #A9A9A9;
  z-index: 1;
  font-family: 'Noto Sans SC';
  /*font-family: 'SimSun';*/
}

.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: .06s;
     -moz-transition-delay: .06s;
       -o-transition-delay: .06s;
          transition-delay: .06s;
}

@media (max-width: 768px) {
  .more-b span {
    font-size: 1rem;
  }
}

.more-b i {
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 0.5em;
  -webkit-transition-delay: .12s;
     -moz-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
  color: #A9A9A9;
  font-weight: 500;
  vertical-align: middle;
}

.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  border-radius: 3.125rem;
  background-color: #E60012;
  -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: #E60012;
}

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

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

.more-b.bs {
  border-color: #fff;
  color: #fff;
}

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

.more-b.bs:hover {
  border-color: #E60012;
}

@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;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.m-img-news {
  padding-bottom: 68.20276%;
  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;
}

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

@-moz-keyframes rotatez {
  0% {
    -moz-transform: rotateY(0deg);
         transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
         transform: rotateY(360deg);
  }
}

@-o-keyframes rotatez {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotatez {
  0% {
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
       -moz-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}

.head .head2 {
  line-height: 6.25rem;
  position: relative;
}

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

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

.head .head2 .logo a img.a {
  -webkit-animation: rotatez 2s linear infinite;
     -moz-animation: rotatez 2s linear infinite;
       -o-animation: rotatez 2s linear infinite;
          animation: rotatez 2s linear infinite;
}

.head .head2 .logo a img.b {
  height: 2.375rem;
  padding-left: 0.5rem;
}

.head .head2 .sska, .head .head2 .zywena {
  font-size: 1.125rem;
  color: #231815;
}

.head .head2 .sska a, .head .head2 .zywena a {
  font: 400 1.125rem/1em "Noto Sans SC";
  color: #231815;
}

.head .head2 .sska a.on, .head .head2 .sska a:hover, .head .head2 .zywena a.on, .head .head2 .zywena a:hover {
  color: #E60012;
}

.head .head2 .sska i, .head .head2 .zywena i {
  color: #231815;
  font-size: 1.25rem;
}

.head .head2 .sska {
  margin-left: 0.8em;
}

.head .head2 .zywena {
  text-align: center;
  position: relative;
}

.head .head2 .zywena .rhgxt {
  padding: 0 0.5em;
}

.head .head2 .zywena .rhgxt + .rhgxt {
  border-left: 1px solid #CBCBCB;
}

.head .head2 .zywena i {
  font-weight: 600;
  color: #E60012;
}

#menu {
  margin-right: 0.5vw;
}

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

#menu .nav_a1 li:nth-child(3) {
  position: static;
}

#menu .nav_a1 li a {
  display: block;
  color: #231815;
  font-family: "Noto Sans SC";
  /*font-family: 'SimSun';*/
}

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

@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}

#menu .nav_a1 li > a span {
  position: relative;
  display: inline-block;
  line-height: 3em;
}

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

#menu .nav_a1 li .sec {
  position: absolute;
  top: 100%;
  width: 28.5rem;
  left: -35%;
  background: white;
  z-index: 999;
  text-align: left;
  border-bottom-left-radius: .9375rem;
  border-bottom-right-radius: .9375rem;
  padding: 1.625rem;
  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 .xgagf-a a {
  font: 500 1rem/1.5em "Noto Sans SC";
  padding: 0.5em 0;
  color: #333;
}

#menu .nav_a1 li .sec .xgagf-a a:hover {
  color: #E60012;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-a {
  width: 26.5%;
}

#menu .nav_a1 li .sec .wehxh-v .xgagf-b {
  width: 68.75%;
}

#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 150%;
  left: -25%;
  background: white;
  z-index: 999;
  text-align: center;
  border-radius: .5rem;
  padding: 14px 0;
  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: center;
  line-height: 1;
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.03);
}

#menu .nav_a1 li .sec1 > a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2em 0;
  color: #333;
}

#menu .nav_a1 li .sec1 > a:hover {
  color: #E60012;
}

#menu .nav_a1 li .sec2 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 1rem 0 2rem;
  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: center;
  line-height: 1;
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.03);
  border-top: 1px solid #f0f0f0;
}

#menu .nav_a1 li .sec2 dl {
  width: 23%;
  text-align: left;
}

#menu .nav_a1 li .sec2 dl dt {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.5rem;
}

#menu .nav_a1 li .sec2 dl dt a {
  font: 500 1.125rem/1.5em "Noto Sans SC";
  color: #333;
  padding: 0.5em 0;
}

#menu .nav_a1 li .sec2 dl dt a:hover {
  color: #E60012;
}

#menu .nav_a1 li .sec2 dl dd a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.1em 0;
  color: #333;
}

#menu .nav_a1 li .sec2 dl dd a:hover {
  color: #E60012;
}

#menu .nav_a1 li:hover .sec, #menu .nav_a1 li:hover .sec1, #menu .nav_a1 li:hover .sec2 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .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: #E60012;
}

#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: 62.15385%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: .9375rem;
}

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

/* 搜索 */
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 999;
  display: none;
}

.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25%;
}

.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.bu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}

.bu .iconfont {
  font-size: 3.125rem;
}

.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: white;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

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

.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}

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

.head.sticky .head2 {
  background: #fff;
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  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: 36px;
  max-width: 40%;
}

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

.m-bm-head .m-bm-head-box .m-bm-navbtn span, .m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .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";
  /*font-family: 'SimSun';*/
  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-family: 'SimSun';*/
  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;
}

.m-bm-head.white .m-bm-nav li.m-zywen a.on {
  color: #E60012;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}

/* end */
.xta {
  -webkit-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
     -moz-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
      -ms-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
       -o-transform: matrix(1, 0, -0.3, 0.95, 0, 0);
          transform: matrix(1, 0, -0.3, 0.95, 0, 0);
}

.pc-banner {
  position: relative;
  overflow: hidden;
}

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

.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
}

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

@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img {
    height: 100%;
  }
}

.pc-banner .mySwipera .banwez {
  width: 100%;
  z-index: 99;
  color: #383838;
}

.pc-banner .mySwipera .banwez .banwez1 {
  display: inline-block;
}

.pc-banner .mySwipera .banwez .banwez1.w100 {
  padding-bottom: 8rem;
}

.pc-banner .mySwipera .banwez .tit1 {
  border-bottom: 1px solid #000000;
  padding-bottom: 1rem;
}

.pc-banner .mySwipera .banwez .tit1.tit1a {
  border-bottom: none;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit1 {
    padding-bottom: 0.6rem;
  }
}

.pc-banner .mySwipera .banwez .tit1 .p1 {
  font: 400 2rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit1 .p1 {
    font-size: 1.125rem;
  }
}

.pc-banner .mySwipera .banwez .tit1 .p2 {
  font: 700 3.75rem/1.4em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit1 .p2 {
    font-size: 2rem;
    line-height: 1.5em;
  }
}

.pc-banner .mySwipera .banwez .tit1 .p3 {
  font: 500 2.5rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit1 .p3 {
    font-size: 1.5rem;
  }
}

.pc-banner .mySwipera .banwez .tit2 {
  margin-top: 0.8rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit2 {
    margin-top: 0.45rem;
  }
}

.pc-banner .mySwipera .banwez .tit2 dl dt i {
  width: 2.125rem;
  display: block;
  font-size: 0;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit2 dl dt i {
    width: 1.6rem;
  }
}

.pc-banner .mySwipera .banwez .tit2 dl dt i img {
  width: 100%;
}

.pc-banner .mySwipera .banwez .tit2 dl dt p {
  font: 600 1.75rem/1.6em "Noto Sans SC";
  margin: 0 1rem 0 1.2rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit2 dl dt p {
    font-size: 1.125rem;
    margin: 0 0.5rem 0 0.6rem;
  }
}

.pc-banner .mySwipera .banwez .tit2 dl dd {
  font: 600 1.25rem/1.2em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit2 dl dd {
    font-size: 1rem;
  }
}

.pc-banner .mySwipera .banwez .tit3 {
  margin-top: 0.5rem;
}

.pc-banner .mySwipera .banwez .tit3 dl {
  width: 12.6875rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit3 dl {
    width: 6rem;
  }
}

.pc-banner .mySwipera .banwez .tit3 dl + dl {
  margin-left: 1rem;
}

.pc-banner .mySwipera .banwez .tit3 dl img {
  width: 100%;
}

.pc-banner .mySwipera .banwez .tit4 {
  position: absolute;
  left: 0;
  bottom: -70%;
  width: 100%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit4 {
    bottom: -50%;
  }
}

.pc-banner .mySwipera .banwez .tit4 dl {
  color: rgba(255, 255, 255, 0.3);
  font: 700 2rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit4 dl {
    font-size: 1.5rem;
  }
}

.pc-banner .mySwipera .banwez .tit4 dl + dl {
  margin-left: 5%;
}

.pc-banner .mySwipera .banwez .tit5 {
  width: 20.3125rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit5 {
    width: 15rem;
  }
}

.pc-banner .mySwipera .banwez .tit5 img {
  width: 100%;
}

.pc-banner .mySwipera .banwez .we-sd-as1 u {
  width: 18rem;
  font-size: 0;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 u {
    width: 10rem;
  }
}

.pc-banner .mySwipera .banwez .we-sd-as1 u img {
  width: 100%;
}

.pc-banner .mySwipera .banwez .we-sd-as1 .dt {
  color: #333333;
  font: 600 3.5rem/1.5em "Noto Sans SC";
  text-align: center;
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 .dt {
    font-size: 1.8rem;
  }
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa1 {
  padding: 1.25rem 0;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 .erhxa1 {
    padding: 0.5rem 0;
  }
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa1 dl {
  text-align: center;
  padding: 0 1.5em;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 .erhxa1 dl {
    padding: 0 0.8em;
  }
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa1 dl + dl {
  border-left: 1px solid #000000;
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa1 dl dd {
  color: #333333;
  font: 600 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 .erhxa1 dl dd {
    font-size: 1rem;
  }
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa2 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 .erhxa2 {
    margin-top: 1.5rem;
  }
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa2 dl {
  width: 23%;
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa2 dl img {
  width: 100%;
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl {
  width: 5.875rem;
  height: 5.875rem;
  border-radius: 50%;
  background: -webkit-linear-gradient(top, rgba(230, 0, 18, 0.2) 0%, rgba(230, 0, 18, 0) 100%);
  background: -moz-linear-gradient(top, rgba(230, 0, 18, 0.2) 0%, rgba(230, 0, 18, 0) 100%);
  background: -o-linear-gradient(top, rgba(230, 0, 18, 0.2) 0%, rgba(230, 0, 18, 0) 100%);
  background: linear-gradient(180deg, rgba(230, 0, 18, 0.2) 0%, rgba(230, 0, 18, 0) 100%);
  position: absolute;
  -webkit-animation: upDown 3s infinite linear;
     -moz-animation: upDown 3s infinite linear;
       -o-animation: upDown 3s infinite linear;
          animation: upDown 3s infinite linear;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl {
    width: 4rem;
    height: 4rem;
    display: none;
  }
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl:nth-child(1) {
  left: 20%;
  top: 2%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl:nth-child(1) {
    left: 10%;
  }
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl:nth-child(2) {
  right: 20%;
  top: 2%;
  -webkit-animation-delay: -1.5s;
     -moz-animation-delay: -1.5s;
       -o-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl:nth-child(2) {
    right: 10%;
  }
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl:nth-child(3) {
  left: 25%;
  top: 35%;
  -webkit-animation-delay: -1.5s;
     -moz-animation-delay: -1.5s;
       -o-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl:nth-child(3) {
    left: 15%;
  }
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl:nth-child(4) {
  right: 25%;
  top: 35%;
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl:nth-child(4) {
    right: 15%;
  }
}

.pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl dt {
  text-align: center;
  color: #FFFFFF;
  font: 600 1.25rem/1.3em "Noto Sans SC";
}

@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .we-sd-as1 .erhxa3 dl dt {
    font-size: 0.75rem;
    font-weight: 500;
  }
}

.pc-banner .swiper-pagination1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2rem;
  z-index: 9;
  text-align: center;
}

@media (max-width: 768px) {
  .pc-banner .swiper-pagination1 {
    bottom: 1.25rem;
  }
}

.pc-banner .swiper-pagination1 span {
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  opacity: 1;
  background: #FFFFFF;
  margin: 0 0.4rem !important;
  display: inline-block;
}

@media (max-width: 768px) {
  .pc-banner .swiper-pagination1 span {
    width: .875rem;
    height: .875rem;
  }
}

.pc-banner .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #E60012;
}

.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 .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .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 .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

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

.gong-p {
  color: #323232;
  font: 500 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}

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

.title1 {
  color: #9D9D9D;
  text-align: center;
}

.title1 .tit {
  color: #231815;
  font: 700 3rem/1.5em "Noto Sans SC";
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.7rem;
  }
}

.title1 .tit::after {
  content: "";
  display: block;
  background: #E91A2A;
  width: 2.75rem;
  height: 2px;
  margin: 0.5rem auto;
}

@media (max-width: 768px) {
  .title1 .tit::after {
    width: 1.5rem;
    margin: 0.2rem auto;
  }
}

.title1 .ftit {
  font: 400 1.25rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .title1 .ftit {
    font-size: 1rem;
  }
}

.title1.bs {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.65rem);
            transform: translateY(-0.65rem);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0.65rem);
            transform: translateY(0.65rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes upDown {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  25% {
    -moz-transform: translateY(-0.65rem);
         transform: translateY(-0.65rem);
  }
  50% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  75% {
    -moz-transform: translateY(0.65rem);
         transform: translateY(0.65rem);
  }
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@-o-keyframes upDown {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  25% {
    -o-transform: translateY(-0.65rem);
       transform: translateY(-0.65rem);
  }
  50% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
  75% {
    -o-transform: translateY(0.65rem);
       transform: translateY(0.65rem);
  }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-0.65rem);
       -moz-transform: translateY(-0.65rem);
         -o-transform: translateY(-0.65rem);
            transform: translateY(-0.65rem);
  }
  50% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(0.65rem);
       -moz-transform: translateY(0.65rem);
         -o-transform: translateY(0.65rem);
            transform: translateY(0.65rem);
  }
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes scale-anim {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(0.6);
         transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0;
  }
}

@-o-keyframes scale-anim {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
    opacity: 0;
  }
  50% {
    -o-transform: scale(0.6);
       transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0;
  }
}

@keyframes scale-anim {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.6);
       -moz-transform: scale(0.6);
         -o-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.cont1 {
  padding: 5.5rem 0 15.25rem;
  background: url(../images/bj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}

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

@media (max-width: 800px) {
  .cont1 .bg {
    display: none;
  }
}

.cont1 .bg * {
  -webkit-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.cont1 .bg .wal {
  position: relative;
}

.cont1 .bg .btn {
  width: 11.92857%;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -8%;
}

@media (max-width: 1366px) {
  .cont1 .bg .btn {
    right: -5%;
  }
}

.cont1 .bg .btn dl {
  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;
}

.cont1 .bg .btn dl dd {
  padding: .625rem 0;
  position: relative;
  width: 80%;
  cursor: pointer;
}

.cont1 .bg .btn dl dd img {
  width: 100%;
  border: #D1D1D1 solid 2px;
}

.cont1 .bg .btn dl dd.on {
  width: 100%;
}

.cont1 .bg .btn dl dd.on img {
  border-color: #E60012;
}

.cont1 .bg .list {
  width: 73.57143%;
  height: 27.75rem;
  position: relative;
  margin: 0 auto;
}

.cont1 .bg .list li {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.cont1 .bg .list li.show {
  opacity: 1;
  visibility: visible;
}

.cont1 .bg .list li.li_01 .line {
  background: url(../images/img1012.svg) left top no-repeat;
  -o-background-size: auto 25.5625rem;
     background-size: auto 25.5625rem;
  position: absolute;
  z-index: 10;
  left: 0;
  right: auto;
  top: 5rem;
  bottom: auto;
  width: 0;
  height: 25.5625rem;
  -webkit-transition-duration: 2.5s;
     -moz-transition-duration: 2.5s;
       -o-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

.cont1 .bg .list li.li_01 dt {
  position: absolute;
  z-index: 10;
  left: 2.5%;
  right: auto;
  top: 25%;
  bottom: auto;
  background: url(../images/img352.svg) center no-repeat;
  -o-background-size: 100%;
     background-size: 100%;
  width: 22rem;
  height: 22rem;
  line-height: 22rem;
  text-align: center;
  color: #E60012;
  font-size: 2.25rem;
  font-weight: bold;
  opacity: 0;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.cont1 .bg .list li.li_01 dt::before, .cont1 .bg .list li.li_01 dt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat;
  -o-background-size: 100%;
     background-size: 100%;
  -webkit-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.cont1 .bg .list li.li_01 dt::before {
  -webkit-animation: rotate-anim 9s infinite linear;
     -moz-animation: rotate-anim 9s infinite linear;
       -o-animation: rotate-anim 9s infinite linear;
          animation: rotate-anim 9s infinite linear;
  background-image: url(../images/img310_1.svg);
  -o-background-size: 19.375rem;
     background-size: 19.375rem;
}

.cont1 .bg .list li.li_01 dt::after {
  -webkit-animation: rotate-anim2 9s infinite linear;
     -moz-animation: rotate-anim2 9s infinite linear;
       -o-animation: rotate-anim2 9s infinite linear;
          animation: rotate-anim2 9s infinite linear;
  background-image: url(../images/img310_2.svg);
  -o-background-size: 18rem;
     background-size: 18rem;
}

.cont1 .bg .list li.li_01 .dd {
  width: 10.375rem;
  height: 10.375rem;
  background: url("../images/img166.svg") center no-repeat;
  -o-background-size: 100%;
     background-size: 100%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  color: #E60012;
  opacity: 0;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  line-height: 1;
  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-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.cont1 .bg .list li.li_01 .dd::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat;
  -o-background-size: 82%;
     background-size: 82%;
  -webkit-animation: rotate-anim 9s infinite linear;
     -moz-animation: rotate-anim 9s infinite linear;
       -o-animation: rotate-anim 9s infinite linear;
          animation: rotate-anim 9s infinite linear;
  background-image: url(../images/img166_1.svg);
}

.cont1 .bg .list li.li_01 .dd img {
  width: 2.5rem;
  margin: 0 auto;
}

.cont1 .bg .list li.li_01 .dd div {
  font-size: 1rem;
  line-height: 1em;
  width: 100%;
  text-align: center;
}

.cont1 .bg .list li.li_01 .dd.dd_01 {
  left: 45%;
  top: 17%;
}

.cont1 .bg .list li.li_01 .dd.dd_02 {
  left: 61%;
  bottom: 0%;
}

.cont1 .bg .list li.li_01 .dd.dd_03 {
  left: 68%;
  top: 12%;
}

.cont1 .bg .list li.li_01 .dd.dd_04 {
  right: -7%;
  top: 23%;
}

.cont1 .bg .list li.li_01.in .line {
  width: 100%;
}

.cont1 .bg .list li.li_01.in dt, .cont1 .bg .list li.li_01.in .dd {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.cont1 .bg .list li.li_01.in dt {
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.cont1 .bg .list li.li_01.in .dd {
  margin-left: 0;
  margin-top: 0;
}

.cont1 .bg .list li.li_01.in .dd.dd_01 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.cont1 .bg .list li.li_01.in .dd.dd_02 {
  -webkit-transition-delay: 1.3s;
     -moz-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.cont1 .bg .list li.li_01.in .dd.dd_03 {
  -webkit-transition-delay: 1.6s;
     -moz-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.cont1 .bg .list li.li_01.in .dd.dd_04 {
  -webkit-transition-delay: 1.9s;
     -moz-transition-delay: 1.9s;
       -o-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.cont1 .bg .list li.li_02 {
  position: relative;
}

.cont1 .bg .list li.li_02 .yuan {
  padding-top: 16rem;
}

.cont1 .bg .list li.li_02 .yuan img {
  width: 100%;
  opacity: 0;
  -ms-transform: scale(0.9);
      transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}

.cont1 .bg .list li.li_02 .diamna .din {
  position: absolute;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  opacity: 0;
}

.cont1 .bg .list li.li_02 .diamna .din i {
  display: block;
  background: #E60012;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -moz-animation: scale-anim 2s infinite linear;
    -o-animation: scale-anim 2s infinite linear;
       animation: scale-anim 2s infinite linear;
  -webkit-animation: scale-anim 2s infinite linear;
}

.cont1 .bg .list li.li_02 .diamna .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}

.cont1 .bg .list li.li_02 .diamna .din:nth-child(1) {
  left: 9%;
  top: 70%;
}

.cont1 .bg .list li.li_02 .diamna .din:nth-child(2) {
  right: 2.5%;
  top: 70%;
}

.cont1 .bg .list li.li_02 .diamna .din:nth-child(3) {
  left: 53%;
  bottom: 0%;
}

.cont1 .bg .list li.li_02 dl .dd {
  text-align: center;
  position: absolute;
  width: 9.625rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
     -moz-transform: scale(0.3);
      -ms-transform: scale(0.3);
       -o-transform: scale(0.3);
          transform: scale(0.3);
  top: 15.75rem;
  left: 43%;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-animation: upDown 3s infinite linear;
     -moz-animation: upDown 3s infinite linear;
       -o-animation: upDown 3s infinite linear;
          animation: upDown 3s infinite linear;
}

.cont1 .bg .list li.li_02 dl .dd i {
  display: block;
  font-size: 0;
}

.cont1 .bg .list li.li_02 dl .dd i img {
  width: 100%;
}

.cont1 .bg .list li.li_02 dl .dd div.pa {
  width: 100%;
  color: #E60012;
}

.cont1 .bg .list li.li_02 dl .dd div.pa img {
  width: 28%;
  margin: 0 auto;
}

.cont1 .bg .list li.li_02 dl .dd div.pa .name {
  font: 600 1rem/1.5em "Noto Sans SC";
}

.cont1 .bg .list li.li_02 dl .dd:nth-child(odd) {
  -webkit-animation-delay: -1.5s;
     -moz-animation-delay: -1.5s;
       -o-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

.cont1 .bg .list li.li_02.in .yuan img {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.cont1 .bg .list li.li_02.in .diamna .din {
  opacity: 1;
}

.cont1 .bg .list li.li_02.in dl .dd {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  margin-top: 0;
}

.cont1 .bg .list li.li_02.in dl .dd.dd_01 {
  left: 0;
  top: 0;
}

.cont1 .bg .list li.li_02.in dl .dd.dd_02 {
  left: 14%;
  top: 14%;
}

.cont1 .bg .list li.li_02.in dl .dd.dd_03 {
  left: 28%;
  top: 0%;
}

.cont1 .bg .list li.li_02.in dl .dd.dd_04 {
  left: 42%;
  top: 14%;
}

.cont1 .bg .list li.li_02.in dl .dd.dd_05 {
  left: 56%;
  top: 0%;
}

.cont1 .bg .list li.li_02.in dl .dd.dd_06 {
  left: 70%;
  top: 14%;
}

.cont1 .bg .list li.li_02.in dl .dd.dd_07 {
  left: 87%;
  top: 0%;
}

.cont1 .bg .list li.li_03 .tias-s {
  margin-top: 5rem;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  color: #9D9D9D;
  position: absolute;
  z-index: 99;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}

@media (max-width: 768px) {
  .cont1 .bg .list li.li_03 .tias-s {
    font-size: 1rem;
  }
}

.cont1 .bg .list li.li_03 .light {
  width: 100%;
  height: 29.9375rem;
  position: absolute;
  z-index: 10;
  left: 0%;
  right: auto;
  top: 0;
  bottom: auto;
  opacity: 0;
  text-align: center;
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.cont1 .bg .list li.li_03 .light canvas {
  width: 100%;
  margin-top: -2rem;
}

@media (max-width: 1024px) {
  .cont1 .bg .list li.li_03 .light canvas {
    margin-top: 0;
  }
}

.cont1 .bg .list li.li_03 .diamna .din {
  position: absolute;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  opacity: 0;
}

.cont1 .bg .list li.li_03 .diamna .din i {
  display: block;
  background: #E60012;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -moz-animation: scale-anim 2s infinite linear;
    -o-animation: scale-anim 2s infinite linear;
       animation: scale-anim 2s infinite linear;
  -webkit-animation: scale-anim 2s infinite linear;
}

.cont1 .bg .list li.li_03 .diamna .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}

.cont1 .bg .list li.li_03 .diamna .din:nth-child(1) {
  left: 26%;
  top: 43%;
}

.cont1 .bg .list li.li_03 .diamna .din:nth-child(2) {
  left: 29%;
  top: 106%;
}

.cont1 .bg .list li.li_03 .diamna .din:nth-child(3) {
  left: 76%;
  top: 41%;
}

.cont1 .bg .list li.li_03 .diamna .din:nth-child(4) {
  left: 76%;
  top: 106%;
}

.cont1 .bg .list li.li_03 .diamna .din:nth-child(5) {
  right: 0%;
  top: 87%;
}

.cont1 .bg .list li.li_03 h2.title {
  color: #E60012;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 14rem;
  bottom: auto;
  font-size: 2.5rem;
  line-height: 1.2;
  opacity: 0;
  margin-top: 1rem;
  font-weight: 600;
}

.cont1 .bg .list li.li_03 dl .dd {
  text-align: center;
  position: absolute;
  width: 9.3125rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
     -moz-transform: scale(0.3);
      -ms-transform: scale(0.3);
       -o-transform: scale(0.3);
          transform: scale(0.3);
  top: 42%;
  left: 43%;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-animation: upDown 3s infinite linear;
     -moz-animation: upDown 3s infinite linear;
       -o-animation: upDown 3s infinite linear;
          animation: upDown 3s infinite linear;
  z-index: 99;
}

.cont1 .bg .list li.li_03 dl .dd i {
  display: block;
  font-size: 0;
}

.cont1 .bg .list li.li_03 dl .dd i img {
  width: 100%;
}

.cont1 .bg .list li.li_03 dl .dd div.pa {
  width: 100%;
  color: #E60012;
}

.cont1 .bg .list li.li_03 dl .dd div.pa img {
  width: 28%;
  margin: 0 auto;
}

.cont1 .bg .list li.li_03 dl .dd div.pa .name {
  font: 600 1rem/1.5em "Noto Sans SC";
  padding: 0 2em;
}

.cont1 .bg .list li.li_03 dl .dd:nth-child(odd) {
  -webkit-animation-delay: -1.5s;
     -moz-animation-delay: -1.5s;
       -o-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

.cont1 .bg .list li.li_03.in .light {
  opacity: 1;
}

.cont1 .bg .list li.li_03.in h2.title {
  opacity: 1;
  margin-top: 0;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}

.cont1 .bg .list li.li_03.in .tias-s {
  opacity: 1;
  bottom: -12rem;
}

.cont1 .bg .list li.li_03.in .diamna .din {
  opacity: 1;
}

.cont1 .bg .list li.li_03.in dl .dd {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  margin-top: 0;
}

.cont1 .bg .list li.li_03.in dl .dd.dd_01 {
  left: 2%;
  top: 43%;
}

.cont1 .bg .list li.li_03.in dl .dd.dd_02 {
  left: 10%;
  top: 92%;
}

.cont1 .bg .list li.li_03.in dl .dd.dd_03 {
  left: 32%;
  top: 100%;
}

.cont1 .bg .list li.li_03.in dl .dd.dd_04 {
  left: 54%;
  top: 99%;
}

.cont1 .bg .list li.li_03.in dl .dd.dd_05 {
  left: 78%;
  top: 90%;
}

.cont1 .bg .list li.li_03.in dl .dd.dd_06 {
  left: 80%;
  top: 40%;
}

.cont1 .bg .list li.li_04 .yuan {
  width: 80%;
  margin: 0 auto;
  padding-top: 5rem;
}

.cont1 .bg .list li.li_04 .yuan img {
  width: 100%;
  opacity: 0;
  -ms-transform: scale(0.9);
      transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}

.cont1 .bg .list li.li_04 h2.title {
  color: #E60012;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 22rem;
  bottom: auto;
  font-size: 2.5rem;
  line-height: 1.2;
  opacity: 0;
  margin-top: 1rem;
  font-weight: 600;
}

.cont1 .bg .list li.li_04 dl .dd {
  text-align: center;
  position: absolute;
  width: 9.625rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
     -moz-transform: scale(0.3);
      -ms-transform: scale(0.3);
       -o-transform: scale(0.3);
          transform: scale(0.3);
  top: 79%;
  left: 43%;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-animation: upDown 3s infinite linear;
     -moz-animation: upDown 3s infinite linear;
       -o-animation: upDown 3s infinite linear;
          animation: upDown 3s infinite linear;
}

.cont1 .bg .list li.li_04 dl .dd i {
  display: block;
  font-size: 0;
}

.cont1 .bg .list li.li_04 dl .dd i img {
  width: 100%;
}

.cont1 .bg .list li.li_04 dl .dd div.pa {
  width: 100%;
  color: #E60012;
}

.cont1 .bg .list li.li_04 dl .dd div.pa img {
  width: 28%;
  margin: 0 auto;
}

.cont1 .bg .list li.li_04 dl .dd div.pa .name {
  font: 600 1rem/1.5em "Noto Sans SC";
}

.cont1 .bg .list li.li_04 dl .dd:nth-child(odd) {
  -webkit-animation-delay: -1.5s;
     -moz-animation-delay: -1.5s;
       -o-animation-delay: -1.5s;
          animation-delay: -1.5s;
}

.cont1 .bg .list li.li_04 .diamna .din {
  position: absolute;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  opacity: 0;
}

.cont1 .bg .list li.li_04 .diamna .din i {
  display: block;
  background: #E60012;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -moz-animation: scale-anim 2s infinite linear;
    -o-animation: scale-anim 2s infinite linear;
       animation: scale-anim 2s infinite linear;
  -webkit-animation: scale-anim 2s infinite linear;
}

.cont1 .bg .list li.li_04 .diamna .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}

.cont1 .bg .list li.li_04 .diamna .din:nth-child(1) {
  left: 26%;
  top: 88%;
}

.cont1 .bg .list li.li_04 .diamna .din:nth-child(2) {
  left: 53%;
  top: 52%;
}

.cont1 .bg .list li.li_04 .diamna .din:nth-child(3) {
  left: 80%;
  top: 88%;
}

.cont1 .bg .list li.li_04.in .yuan img {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.cont1 .bg .list li.li_04.in .diamna .din {
  opacity: 1;
}

.cont1 .bg .list li.li_04.in h2.title {
  opacity: 1;
  margin-top: 0;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}

.cont1 .bg .list li.li_04.in dl .dd {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  margin-top: 0;
}

.cont1 .bg .list li.li_04.in dl .dd.dd_01 {
  left: 3%;
  top: 72%;
}

.cont1 .bg .list li.li_04.in dl .dd.dd_02 {
  left: 10%;
  top: 34%;
}

.cont1 .bg .list li.li_04.in dl .dd.dd_03 {
  left: 24%;
  top: 6%;
}

.cont1 .bg .list li.li_04.in dl .dd.dd_04 {
  left: 42%;
  top: 0;
}

.cont1 .bg .list li.li_04.in dl .dd.dd_05 {
  left: 61%;
  top: 7%;
}

.cont1 .bg .list li.li_04.in dl .dd.dd_06 {
  left: 75%;
  top: 34%;
}

.cont1 .bg .list li.li_04.in dl .dd.dd_07 {
  left: 82%;
  top: 72%;
}

.cont1 .bg .list li.li_05 .yuan {
  width: 50%;
  margin: 0 auto;
  padding-top: 1rem;
}

.cont1 .bg .list li.li_05 .yuan img {
  width: 100%;
  opacity: 0;
  -ms-transform: scale(0.9);
      transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
}

.cont1 .bg .list li.li_05 dl .dd {
  text-align: center;
  position: absolute;
  width: 13rem;
  opacity: 0;
  -webkit-transform: scale(0.2);
     -moz-transform: scale(0.2);
      -ms-transform: scale(0.2);
       -o-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  border: 1px solid #E60012;
  padding: 0.5rem;
  border-radius: 5.625rem;
  background: #fff;
  left: 41%;
  top: 57%;
}

.cont1 .bg .list li.li_05 dl .dd .wea-asx {
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.cont1 .bg .list li.li_05 dl .dd u {
  display: block;
  font-size: 0;
  width: 3.25rem;
}

.cont1 .bg .list li.li_05 dl .dd u img {
  width: 100%;
}

.cont1 .bg .list li.li_05 dl .dd .name {
  color: #E60012;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-right: 1em;
}

.cont1 .bg .list li.li_05 dl .dd:nth-child(2n) .wea-asx {
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cont1 .bg .list li.li_05 dl .dd:nth-child(2n) .name {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 1em;
  margin-right: 0;
}

.cont1 .bg .list li.li_05 .diamna .din {
  position: absolute;
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  opacity: 0;
}

.cont1 .bg .list li.li_05 .diamna .din i {
  display: block;
  background: #E60012;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -moz-animation: scale-anim 2s infinite linear;
    -o-animation: scale-anim 2s infinite linear;
       animation: scale-anim 2s infinite linear;
  -webkit-animation: scale-anim 2s infinite linear;
}

.cont1 .bg .list li.li_05 .diamna .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
     -moz-animation-delay: -1s;
       -o-animation-delay: -1s;
          animation-delay: -1s;
}

.cont1 .bg .list li.li_05 .diamna .din:nth-child(1) {
  left: 41%;
  top: 12%;
}

.cont1 .bg .list li.li_05 .diamna .din:nth-child(2) {
  left: 65.5%;
  top: 12%;
}

.cont1 .bg .list li.li_05.in .yuan img {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.cont1 .bg .list li.li_05.in .diamna .din {
  opacity: 1;
}

.cont1 .bg .list li.li_05.in dl .dd {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -o-transform: scale(1);
}

.cont1 .bg .list li.li_05.in dl .dd.dd_01 {
  left: 9%;
  top: 36%;
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.cont1 .bg .list li.li_05.in dl .dd.dd_02 {
  left: 71.5%;
  top: 36%;
  -webkit-transition-delay: 0.7s;
     -moz-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.cont1 .bg .list li.li_05.in dl .dd.dd_03 {
  left: 9%;
  top: 81%;
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.cont1 .bg .list li.li_05.in dl .dd.dd_04 {
  left: 71.5%;
  top: 81%;
  -webkit-transition-delay: 1.1s;
     -moz-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.cont1 .bg .list li.li_05.in dl .dd.dd_05 {
  left: 41%;
  top: 110%;
  -webkit-transition-delay: 1.3s;
     -moz-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.cont1 .phone-list {
  display: none;
}

@media (max-width: 800px) {
  .cont1 .phone-list {
    display: block;
  }
}

.cont1 .phone-list .js-dgb {
  margin-top: 1.5rem;
}

.cont1 .phone-list .js-dgb li {
  width: 23%;
}

.cont1 .phone-list .js-dgb li a {
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
  color: #231815;
  font: 600 1.125rem/1.5em "Noto Sans SC";
  padding: 0.5rem 0;
}

.cont1 .phone-list .js-dgb li.on a {
  background: #E60012;
  color: #fff;
}

.cont1 .phone-list .js-dga li {
  margin-top: 0.5rem;
}

.cont1 .phone-list .js-dga li .tit a {
  display: block;
  color: #231815;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  text-align: center;
}

.cont1 .phone-list .js-dga li .drcas a {
  width: 23%;
  text-align: center;
  display: block;
  margin: 0 1%;
  margin-top: 0.8rem;
  background: #fff;
  padding: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
}

.cont1 .phone-list .js-dga li .drcas a img {
  width: 50%;
  margin: 0 auto;
}

.cont1 .phone-list .js-dga li .drcas a .name {
  text-align: center;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.3em;
  padding: 0 0.2em;
}

.cont2 .a2_v1 .a2_b1 {
  width: 31.97917%;
  margin-left: 13.54167%;
}

@media (max-width: 1366px) {
  .cont2 .a2_v1 .a2_b1 {
    margin-left: 5.78125%;
    width: 38.97917%;
  }
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 {
    margin-left: 0;
    width: 100%;
    padding: 2rem 4%;
  }
}

.cont2 .a2_v1 .a2_b1 .title1 {
  text-align: left;
}

.cont2 .a2_v1 .a2_b1 .title1 .tit::after {
  margin-left: 0;
}

.cont2 .a2_v1 .a2_b1 .a2_abt-cont {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 .a2_abt-cont {
    font-size: 1rem;
  }
}

.cont2 .a2_v1 .a2_b1 .a2_abt-cont .cont {
  padding: 0.75rem 0 1rem;
}

.cont2 .a2_v1 .a2_b1 .a2_abt-cont .cont dl {
  font-weight: 700;
  position: relative;
  padding-left: 1em;
}

.cont2 .a2_v1 .a2_b1 .a2_abt-cont .cont dl::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.cont2 .a2_v1 .a2_b1 .a2_abt-cont .as-conta {
  background: #C7C7C7;
  border-radius: .425rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.cont2 .a2_v1 .a2_b1 .a2_abt-cont .as-conta a {
  font: 700 1.25rem/4rem "Noto Sans SC";
  display: block;
  width: 51.5%;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 .a2_abt-cont .as-conta a {
    font-size: 1.125rem;
    line-height: 3.5rem;
  }
}

.cont2 .a2_v1 .a2_b1 .a2_abt-cont .as-conta a:nth-child(1) {
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

.cont2 .a2_v1 .a2_b1 .a2_abt-cont .as-conta a:nth-child(2) {
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-left: -3%;
}

.cont2 .a2_v1 .a2_b1 .a2_abt-cont .as-conta a.active {
  background-color: #E91A2A;
}

.cont2 .a2_v1 .a2_b1 a.more-msl {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 a.more-msl {
    margin-top: 1rem;
  }
}

.cont2 .a2_v1 .a2_b2 {
  width: 54.58333%;
  margin-left: -1%;
  position: relative;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 {
    width: 100%;
    display: none;
  }
}

.cont2 .a2_v1 .a2_b2 u {
  display: block;
  font-size: 0;
  overflow: hidden;
  -webkit-clip-path: polygon(27.1% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(27.1% 0%, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 u {
    -webkit-clip-path: inherit;
            clip-path: inherit;
  }
}

.cont2 .a2_v1 .a2_b2 u img {
  width: 100%;
}

.cont2 .a2_v1 .a2_b2 i {
  position: absolute;
  left: -1.9rem;
  bottom: 0;
  width: 8.6875rem;
  font-size: 0;
}

@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 i {
    display: none;
  }
}

.cont2 .a2_v1 .a2_b2 i img {
  width: 100%;
}

.cont3 {
  background: url(../images/bj2.jpg) no-repeat center top;
  -o-background-size: cover;
     background-size: cover;
  padding: 8.625rem 0 9.8125rem;
}

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

.a3_v1 {
  position: relative;
}

.a3_v1 a.tcspa1a {
  position: absolute;
  left: 60%;
  top: 61%;
  display: block;
  width: 1.9375rem;
}

@media (max-width: 768px) {
  .a3_v1 a.tcspa1a {
    display: none;
  }
}

.a3_v1 a.tcspa1a img {
  width: 100%;
}

.a3_v1 u {
  display: block;
  font-size: 0;
}

.a3_v1 u img {
  width: 100%;
}

.a3_v1 u img.b {
  display: none;
}

@media (max-width: 768px) {
  .a3_v1 u img.a {
    display: none;
  }
  .a3_v1 u img.b {
    display: inline-block;
  }
}

.a3_v1 .a3_list1 {
  position: absolute;
  right: 0;
  top: 0.62rem;
  width: 25.85714%;
}

@media (max-width: 768px) {
  .a3_v1 .a3_list1 {
    position: static;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem;
    background: rgba(255, 255, 255, 0.65);
    padding: 0 4%;
  }
}

@media (max-width: 768px) {
  .a3_v1 .a3_list1 li {
    width: 49%;
  }
}

.a3_v1 .a3_list1 li a {
  color: #6F6E6E;
  font: 400 1.125rem/3.71rem "Noto Sans SC";
}

@media (max-width: 1024px) {
  .a3_v1 .a3_list1 li a {
    line-height: 3.35rem;
  }
}

@media (max-width: 768px) {
  .a3_v1 .a3_list1 li a {
    line-height: 1.5em;
    padding: 0.5rem 0;
    color: #333;
  }
}

.a3_v1 .a3_list1 li a b {
  font-family: 'Montserrat';
  /*font-family: 'SimSun';*/
  font-weight: 500;
  display: block;
  margin-right: 0.3em;
}

@media (max-width: 768px) {
  .a3_v1 .a3_list1 li a b {
    width: 100%;
  }
}

.a3_v1 .a3_list1 li a:hover {
  color: #E91A2A;
}

.cont4 {
  padding: 6.0625rem 0;
}

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

.cont4 .a4_v1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 {
    margin-top: 1rem;
  }
}

.cont4 .a4_v1 .a4_b1 {
  width: 31.71429%;
  box-shadow: 0px 1.875rem 3.125rem rgba(0, 0, 0, 0.03);
  border-radius: .625rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 {
    width: 100%;
  }
}

.cont4 .a4_v1 .a4_b1 li {
  height: -webkit-calc(100%/3);
  height: -moz-calc(100%/3);
  height: calc(100%/3);
  position: relative;
  overflow: hidden;
}

.cont4 .a4_v1 .a4_b1 li a.img {
  display: block;
  padding: 1.5rem;
}

.cont4 .a4_v1 .a4_b1 li a.img p {
  color: #413D3C;
  font: 400 1.375rem/1.4em "Noto Sans SC";
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b1 li a.img p {
    font-size: 1.25rem;
  }
}

.cont4 .a4_v1 .a4_b1 li a.img span {
  display: block;
  color: #9D9D9D;
  font: 500 1rem/1.5em 'Montserrat';
  margin-top: 0.5rem;
}

.cont4 .a4_v1 .a4_b1 li + li {
  border-top: 1px solid #E3E3E3;
}

.cont4 .a4_v1 .a4_b1 li::after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-45deg);
     -moz-transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
       -o-transform: skewX(-45deg);
          transform: skewX(-45deg);
}

.cont4 .a4_v1 .a4_b1 li:hover {
  background: -webkit-linear-gradient(top, #E60012 0%, rgba(230, 0, 18, 0.34) 123.91%);
  background: -moz-linear-gradient(top, #E60012 0%, rgba(230, 0, 18, 0.34) 123.91%);
  background: -o-linear-gradient(top, #E60012 0%, rgba(230, 0, 18, 0.34) 123.91%);
  background: linear-gradient(180deg, #E60012 0%, rgba(230, 0, 18, 0.34) 123.91%);
}

.cont4 .a4_v1 .a4_b1 li:hover::after {
  left: 150%;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}

.cont4 .a4_v1 .a4_b1 li:hover a.img p, .cont4 .a4_v1 .a4_b1 li:hover a.img span {
  color: #fff;
}

.cont4 .a4_v1 .a4_b2 {
  width: 66%;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.cont4 .a4_v1 .a4_b2 li {
  width: 48.37662%;
  background: #fff;
  border-radius: .625rem;
  overflow: hidden;
  border: 1px solid #E3E3E3;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b2 li {
    width: 100%;
  }
  .cont4 .a4_v1 .a4_b2 li + li {
    margin-top: 1rem;
  }
}

.cont4 .a4_v1 .a4_b2 li a.img {
  display: block;
  font-size: 0;
}

.cont4 .a4_v1 .a4_b2 li a.img img {
  width: 100%;
}

.cont4 .a4_v1 .a4_b2 li .cont-p {
  padding: 1rem 1.5rem 1.5rem;
}

.cont4 .a4_v1 .a4_b2 li .cont-p span {
  display: block;
  color: #9D9D9D;
  font: 500 1rem/1.5em 'Montserrat';
  margin: 0.3rem 0 0.45rem;
}

.cont4 .a4_v1 .a4_b2 li .cont-p a.name {
  color: #413D3C;
  font: 400 1.375rem/1.4em "Noto Sans SC";
  display: block;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b2 li .cont-p a.name {
    font-size: 1.25rem;
  }
}

.cont4 .a4_v1 .a4_b2 li .cont-p a.name:hover {
  color: #E91A2A;
}

.cont4 .a4_v1 .a4_b2 li .cont-p .p {
  color: #888888;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.cont4 .a4_v1 .a4_b2 li .cont-p a.more-a {
  color: #888888;
  font: 400 .9375rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v1 .a4_b2 li .cont-p a.more-a {
    margin-top: 0.6rem;
  }
}

.cont4 .a4_v1 .a4_b2 li .cont-p a.more-a::after {
  background: #E91A2A;
}

.cont4 .a4_v1 .a4_b2 li .cont-p a.more-a:hover {
  color: #E91A2A;
}

.cont4 .a4_v2 {
  margin-top: 2.375rem;
}

@media (max-width: 768px) {
  .cont4 .a4_v2 {
    margin-top: 1.5rem;
  }
}

.cont5 {
  background: url(../images/bj3.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 9.625rem 0;
}

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

.cont5 .a5_v1 {
  margin-top: 1.5625rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 {
    margin-top: 1.3rem;
  }
}

.cont5 .a5_v1 a + a {
  margin-left: 1.25rem;
}

@media (max-width: 768px) {
  .cont5 .a5_v1 a + a {
    margin-left: 1rem;
  }
}

.foot-fot {
  position: relative;
  background: #F4F5F5;
}

.foot-fot::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #E60012;
}

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

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

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

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

.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 3.25rem 0 5rem;
}

@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}

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

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

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

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

.foot-fot .foota1 .dseca > a:hover {
  color: #E60012;
}

.foot-fot .foota1 .fo-a2 .foot-tit i {
  font-size: 1.75rem;
  font-weight: 600;
  margin-right: 0.5rem;
}

.foot-fot .foota1 .fo-a2 .dsecb {
  margin-top: 0.4rem;
}

.foot-fot .foota1 .fo-a2 .dsecb b {
  display: block;
  color: #E60012;
  font: 600 1.875rem/1.5em "Montserrat";
}

.foot-fot .foota1 .fo-a2 .dsecb .p {
  color: #888888;
  font: 400 1rem/1.9em "Noto Sans SC";
}

.foot-fot .foota1 .fo-a2 .dsecb .p a {
  color: #888888;
}

.foot-fot .foota1 .fo-a2 .dsecb .p a:hover {
  color: #E60012;
}

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

.foot-fot .foota1 .fo-a2 .social-share a {
  background: #fff;
  font-size: 1.125rem;
  width: 2.375rem;
  height: 2.375rem;
  text-align: center;
  line-height: 2.375rem;
  border-color: transparent;
  color: #888888;
}

.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: #E60012;
  color: #fff;
}

.foot-fot .foota2 {
  color: #888888;
  font: 400 1rem/1.65em "Noto Sans SC";
  border-top: 1px solid #D2D2D2;
}

@media (max-width: 990px) {
  .foot-fot .foota2 {
    border-top: none;
  }
}

.foot-fot .foota2 .footac {
  padding: 1.2em 0;
}

@media (max-width: 990px) {
  .foot-fot .foota2 .footac {
    border-top: none;
  }
}

.foot-fot .foota2 .footac .erjx span:last-child {
  display: none;
}

.foot-fot .foota2 a {
  color: #888888;
}

.foot-fot .foota2 a:hover {
  color: #E60012;
}

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

.foot1-m .derma-m {
  width: 30%;
  max-width: 100px;
  margin: 1.5em auto 0;
}

@media (max-width: 990px) {
  .d_nav {
    display: none;
  }
  .fix-gonga {
    display: none !important;
  }
}

/*手机底部*/
@media (max-width: 991px) {
  .foot1-m {
    display: block;
  }
}

.hidden {
  display: none;
}

.dbb {
  height: 50px;
}

.zd_erha {
  position: fixed;
  right: 1.3%;
  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.topa {
  display: none;
}

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

.zd_erha li > a i {
  display: block;
  margin: 0 auto;
  text-align: center;
}

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

.zd_erha li > a:hover {
  background: #E60012;
}

.zd_erha li > a:hover i img {
  -webkit-filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(56deg) brightness(107%) contrast(101%);
          filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(56deg) brightness(107%) contrast(101%);
}

.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  -moz-transition: all .7s;
  transition: all .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);
}

.nbanner {
  overflow: hidden;
}

.nbanner .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.nbanner .nbanner-wen1 {
  width: 100%;
  z-index: 9;
}

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

.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 700 3.75rem/1.35em "Noto Sans SC";
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 2rem;
    line-height: 1.5em;
  }
}

.nbanner .nbanner-wen1 .banner-cont .p2 {
  font: 400 1rem/1.3em "Noto Sans SC";
  margin-top: 0.2rem;
}

.nbanner .nbanner-wen1 .banner-cont .p2 a {
  color: #fff;
}

.nbanner .nbanner-wen1 .banner-cont .p2 a:hover {
  color: #E91A2A;
}

.nbanner .nbanner-wen1 .banner-cont .p2 span {
  padding: 0 0.05em;
}

.nbanner .nbanner-wen1 .banner-cont .p2 span:last-child {
  display: none;
}

.n_mbx {
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #E3E3E3;
}

.n_mbx .wh .n_src {
  text-align: center;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.n_mbx .wh .n_src li {
  display: inline-block;
}

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

.n_mbx .wh .n_src li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: .125rem;
  background: #E60012;
  width: 0%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .n_mbx .wh .n_src li a {
    color: #000;
    padding: 0.7rem 0.85em;
    font-size: 1.125rem;
  }
  .n_mbx .wh .n_src li a:after {
    height: 1px;
  }
}

.n_mbx .wh .n_src li:hover a, .n_mbx .wh .n_src li.active a {
  color: #E60012;
}

.n_mbx .wh .n_src li:hover a::after, .n_mbx .wh .n_src li.active a::after {
  width: 100%;
}

.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: #7D7D7D;
  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.1;
}

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

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #E60012;
  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: #E60012;
  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: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 2.375rem;
  height: 2.375rem;
}

.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: #fff;
}

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

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

.ajhhsd span {
  padding: 0 0.05em;
}

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

.ajhhsd a {
  color: #7D7D7D;
}

.ajhhsd a:hover {
  color: #E60012;
}

.ny-body-page .head2 {
  background: #fff;
}

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

@media (max-width: 990px) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}

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

.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}

@media (max-width: 768px) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}

.nav-page li {
  padding-bottom: 1em;
}

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

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

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

.nav-page li .sec {
  margin-top: 0.5em;
}

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

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

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

.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  margin-bottom: 1em;
}

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

@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}

.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: #E60012;
  font: 500 1rem/1.5em "montserrat";
}

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

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

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

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

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

.list_content {
  padding: 4.5rem 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 {
  height: 6.25rem;
  margin-top: -6.25rem;
}

@media (max-width: 990px) {
  #abt1, #abt2, #abt3, #abt4, #abt5 {
    height: 60px;
    margin-top: -60px;
  }
}

.ny-tit .tit {
  color: #484848;
  font: 600 2.8125rem/1.4em "Noto Sans SC";
}

@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.7rem;
  }
}

.ny-tit .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #E60012;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .ny-tit .tit::after {
    margin-top: 1rem;
  }
}

.ny-tit .ftit {
  color: #484848;
  font: 600 2rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .ny-tit .ftit {
    font-size: 1.3rem;
  }
}

.ny-tit.bs .tit {
  color: #fff;
}

.abt-cont1 {
  padding: 4rem 0 6.5625rem;
}

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

.abt-cont1 .abt-a1_v1 {
  margin-top: 3.6rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 {
    margin-top: 1rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 {
  width: 48.57143%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 {
    width: 100%;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 .p {
  color: #6F6E6E;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  text-align: justify;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 .p {
    font-size: 1rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 .p .txt {
  color: #6F6E6E;
  text-align: justify;
  font-size: 1.25rem;
  font-family: 'Noto Sans SC';
  /*font-family: 'SimSun';*/
  line-height: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.5rem 0;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 .p .txt {
    padding: 0.7rem 0;
    font-size: 1.125rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b1 a.more-msl {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b1 a.more-msl {
    margin-top: 1rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 {
  width: 48.57143%;
}

@media (max-width: 768px) {
  .abt-cont1 .abt-a1_v1 .abt-a1_b2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 u {
  display: block;
  overflow: hidden;
  font-size: 0;
  border-radius: .625rem;
}

.abt-cont1 .abt-a1_v1 .abt-a1_b2 u img {
  width: 100%;
}

.abt-cont2 {
  background: #F2F3F5;
  padding: 2.8125rem 0;
}

@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2rem 0 1rem;
  }
}

.abt-cont2 .abt-a2v1 .abt-a2c1 {
  margin-bottom: 2.8rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2c1 {
    margin-bottom: 1.25rem;
  }
}

.abt-cont2 .abt-a2v1 .abt-a2c1 .tit {
  color: #6F6E6E;
  font: 600 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2c1 .tit {
    font-size: 1.35rem;
  }
}

.abt-cont2 .abt-a2v1 .abt-a2c1 .abt-a2_list1 {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2c1 .abt-a2_list1 {
    margin-top: 0;
  }
}

.abt-cont2 .abt-a2v1 .abt-a2c1 .abt-a2_list1 li {
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: .625rem;
  padding: 1.25rem 3.5% 2.375rem;
  width: 48.57143%;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
  .abt-cont2 .abt-a2v1 .abt-a2c1 .abt-a2_list1 li {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.abt-cont2 .abt-a2v1 .abt-a2c1 .abt-a2_list1 li .name {
  border-bottom: 1px solid #DEDEDE;
  font: 700 1.125rem/3.25rem "Noto Sans SC";
}

.abt-cont2 .abt-a2v1 .abt-a2c1 .abt-a2_list1 li .name span {
  position: relative;
  display: inline-block;
}

.abt-cont2 .abt-a2v1 .abt-a2c1 .abt-a2_list1 li .name span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.0938rem;
  width: 100%;
  height: .1875rem;
  background: #E91A2A;
}

.abt-cont2 .abt-a2v1 .abt-a2c1 .abt-a2_list1 li .p {
  color: #6F6E6E;
  font: 400 1.125rem/1.55em "Noto Sans SC";
  margin-top: 1.2rem;
}

.abt-cont2 .abt-a2v1 .abt-a2c1 .abt-a2_list1 li .p p {
  padding-left: 1em;
  position: relative;
}

.abt-cont2 .abt-a2v1 .abt-a2c1 .abt-a2_list1 li .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes technology-anim {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes technology-anim {
  0% {
    -moz-transform: scale(0);
         transform: scale(0);
    opacity: 0;
  }
  70% {
    -moz-transform: scale(0.7);
         transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    opacity: 0;
  }
}

@-o-keyframes technology-anim {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
    opacity: 0;
  }
  70% {
    -o-transform: scale(0.7);
       transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0;
  }
}

@keyframes technology-anim {
  0% {
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
         -o-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.abt-cont3 {
  padding: 7rem 0 8rem;
}

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

.abt-cont3 .abt-a3_v1 {
  margin-top: 1.5625rem;
  position: relative;
}

.abt-cont3 .abt-a3_v1 u {
  display: block;
  font-size: 0;
}

.abt-cont3 .abt-a3_v1 u img {
  width: 100%;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 li {
  position: absolute;
  z-index: 10;
  text-align: center;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 li .name {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: -2.5em;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 li .name {
    font-size: 0.5rem;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 li::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: .25rem;
  height: .25rem;
  background: #c32f36;
  border-radius: 50%;
  margin-left: -0.125rem;
  margin-top: -0.125rem;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 li i {
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 2.5rem;
  height: 2.5rem;
  border: #E60012 solid 1px;
  border-radius: 50%;
  margin-left: -1.25rem;
  margin-top: -1.25rem;
  opacity: 0;
  -moz-animation: technology-anim 2s infinite linear;
    -o-animation: technology-anim 2s infinite linear;
       animation: technology-anim 2s infinite linear;
  -webkit-animation: technology-anim 2s infinite linear;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 li i:nth-child(2) {
  -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
       animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(1) {
  left: 7%;
  top: 32%;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(1) {
    top: 14%;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(2) {
  left: 35%;
  top: 36%;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(2) {
    left: 32%;
    top: 16%;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(3) {
  left: 31%;
  top: 40%;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(3) {
    left: 25%;
    top: 20%;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(4) {
  left: 34%;
  top: 42%;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(4) {
    left: 29%;
    top: 21%;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(5) {
  left: 37%;
  top: 42%;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(5) {
    left: 37%;
    top: 21%;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(6) {
  left: 74%;
  top: 37%;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b1 li:nth-child(6) {
    left: 71%;
    top: 17%;
  }
}
.abt-cont3 .abt-a3_v1 .abt-a3_b1 li.hs .name{
  color: #E60012;
}
.abt-cont3 .abt-a3_v1 .abt-a3_b1 li.hs::after {
  width: .5rem;
  height: .5rem;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b2 {
  margin-top: -20%;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 {
    margin-top: -12%;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b2 li {
  width: 40%;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b2 li:nth-child(2) {
  margin-left: 13%;
}

.abt-cont3 .abt-a3_v1 .abt-a3_b2 li:nth-child(3) {
  margin-top: 8.25rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 li {
    width: 100%;
    margin-top: 1.2rem;
  }
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 li:nth-child(2) {
    margin-left: 0;
  }
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 li:nth-child(3) {
    margin-top: 1.2rem;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b2 li span {
  color: #E60012;
  font: 700 8rem/1em "Montserrat";
  display: block;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 li span {
    font-size: 3.5rem;
    width: 1em;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b2 li .cont {
  color: #383838;
  margin-left: 1.5rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 li .cont {
    margin-left: 1rem;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b2 li .cont .name {
  font: 500 1.875rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 li .cont .name {
    font-size: 1.4rem;
  }
}

.abt-cont3 .abt-a3_v1 .abt-a3_b2 li .cont p {
  font: 400 1.25rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .abt-cont3 .abt-a3_v1 .abt-a3_b2 li .cont p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

.abt-cont4 {
  padding: 4.875rem 0;
  background: #F2F3F5;
}

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

.abt-cont4 .title1 .ftit {
  color: #383838;
}

.abt-cont4 .title1 .ftit span {
  display: block;
}

@media (max-width: 768px) {
  .abt-cont4 .title1 .ftit span {
    display: inline;
  }
}

.abt-cont4 .abt-a4_v1 {
  position: relative;
  margin-top: 5.3125rem;
}

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

.abt-cont4 .abt-a4_v1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  background: #E60012;
}

.abt-cont4 .abt-a4_v1 .mySwiper1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/cixiang0621/uploads/20230626/71e9cc046dece578d85212c69c694f84.svg) center no-repeat;
  -o-background-size: 11.9375rem;
     background-size: 11.9375rem;
  padding: 0 4%;
}

.abt-cont4 .abt-a4_v1 .mySwiper1::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 13.75rem;
  height: 13.75rem;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/cixiang0621/uploads/20230626/e1d2883dc02db88bf9807fab6a309ce1.svg) center no-repeat;
  -o-background-size: 100%;
     background-size: 100%;
  margin-left: -6.875rem;
  -moz-animation: rotate-anim 2s infinite linear;
    -o-animation: rotate-anim 2s infinite linear;
       animation: rotate-anim 2s infinite linear;
  -webkit-animation: rotate-anim 2s infinite linear;
}

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

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

.abt-cont4 .abt-a4_v1 .mySwiper1 .arrow .swiper-button-prev1 {
  left: 0;
}

.abt-cont4 .abt-a4_v1 .mySwiper1 .arrow .swiper-button-next1 {
  right: 0;
}

.abt-cont4 .abt-a4_v1 .mySwiper1 .swiper-slide {
  height: 13.75rem;
  position: relative;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/cixiang0621/uploads/20230626/54f572ccb7d62f7135d13f4373a3393b.svg) center no-repeat;
  -o-background-size: 1.5rem;
     background-size: 1.5rem;
}

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

.abt-cont4 .abt-a4_v1 .mySwiper1 .swiper-slide:nth-child(even) .time {
  top: 2.6875rem;
}

.abt-cont4 .abt-a4_v1 .mySwiper1 .swiper-slide.swiper-slide-active {
  -o-background-size: 0;
     background-size: 0;
}

.abt-cont4 .abt-a4_v1 .mySwiper1 .swiper-slide.swiper-slide-active .time {
  background: rgba(0, 0, 0, 0);
  color: #E60012;
  font-size: 1.125rem;
  line-height: 1.5rem;
  top: 50%;
  margin-top: -1.5rem;
  font-weight: bold;
  width: 7.5rem;
  margin-left: -3.75rem;
}

.abt-cont4 .abt-a4_v1 .mySwiper1 .swiper-slide.swiper-slide-active .time span {
  display: block;
}

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

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .abt-a4_v2c1 {
    margin-top: 1rem;
  }
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2c1 li {
  text-align: center;
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2c1 li h3 {
  color: #383838;
  font: 600 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .abt-a4_v2c1 li h3 {
    font-size: 1.25rem;
  }
}

.abt-cont4 .abt-a4_v2 .abt-a4_v2c1 li p {
  color: #6F6E6E;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Noto Sans SC";
  /*font-family: 'SimSun';*/
  line-height: 1.5em;
  padding: 0 19%;
  margin-top: 0.85rem;
}

@media (max-width: 768px) {
  .abt-cont4 .abt-a4_v2 .abt-a4_v2c1 li p {
    font-size: 1rem;
    padding: 0;
    margin-top: 0.5rem;
  }
}

.fwzc-cont1 {
  padding: 3.5rem 0 8rem;
}

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

.fwzc-cont1 .a3_v1 {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .fwzc-cont1 .a3_v1 {
    margin-top: 1.5rem;
  }
}

.fwzc-cont2 {
  background: #F4F5F5;
  padding: 3.875rem 0 5.25rem;
}

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

.fwzc-cont2 .fwzc-a2_v1 {
  position: relative;
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .fwzc-cont2 .fwzc-a2_v1 {
    margin-top: 1.5rem;
  }
}

.fwzc-cont2 .fwzc-a2_v1 u {
  display: block;
  font-size: 0;
}

.fwzc-cont2 .fwzc-a2_v1 u img {
  width: 100%;
}

.fwzc-cont2 .fwzc-a2_v1 u img.b {
  display: none;
}

@media (max-width: 768px) {
  .fwzc-cont2 .fwzc-a2_v1 u img.a {
    display: none;
  }
  .fwzc-cont2 .fwzc-a2_v1 u img.b {
    display: inline-block;
  }
}

.fwzc-cont2 .fwzc-a2_v1 .job-list {
  position: absolute;
  right: 0;
  top: 11.2%;
  width: 33.21429%;
  background: #F4F5F5;
}

@media (max-width: 768px) {
  .fwzc-cont2 .fwzc-a2_v1 .job-list {
    position: static;
    width: 100%;
    margin-top: 1.5rem;
  }
}

.fwzc-cont2 .fwzc-a2_v1 .job-list li {
  padding: 0 5.37634% 0 9.67742%;
  border: 1px solid #BCBCBC;
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
  overflow: hidden;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .fwzc-cont2 .fwzc-a2_v1 .job-list li {
    border-radius: 1.5rem;
    padding: 0 6%;
  }
}

.fwzc-cont2 .fwzc-a2_v1 .job-list li .dt .tit {
  color: #6F6E6E;
  font: 500 1.125rem/3.55rem "Noto Sans SC";
}

.fwzc-cont2 .fwzc-a2_v1 .job-list li .dt a.wexa {
  display: block;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 2.75rem;
}

.fwzc-cont2 .fwzc-a2_v1 .job-list li .dt a.wexa i {
  color: #E60012;
  font-size: 1.5rem;
}

.fwzc-cont2 .fwzc-a2_v1 .job-list li:nth-child(2n) {
  background: #F2F2F2E5;
}

.fwzc-cont2 .fwzc-a2_v1 .job-list li .wehha-job {
  color: #6F6E6E;
  text-align: justify;
  font-size: 1rem;
  font-family: 'Noto Sans SC';
  /*font-family: 'SimSun';*/
  border-top: 1px solid #BCBCBC;
  padding: 1rem 0 3.125rem;
}

@media (max-width: 768px) {
  .fwzc-cont2 .fwzc-a2_v1 .job-list li .wehha-job {
    padding: 0.6rem 0 1.5rem;
  }
}

.fwzc-cont4 {
  background: #F4F5F5;
  padding-top: 4.625rem;
}

@media (max-width: 768px) {
  .fwzc-cont4 {
    padding-top: 2rem;
  }
}

.fwzc-cont4 .fwzc-a4_v1 .tit {
  color: #383838;
  font: 500 1.875rem/1.5em "Noto Sans SC";
  text-align: center;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v1 .tit {
    margin-top: 0.8rem;
    font-size: 1.25rem;
  }
}

.fwzc-cont4 .fwzc-a4_v1 .fwzc-a4c1 {
  margin-top: 2.1875rem;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v1 .fwzc-a4c1 {
    margin-top: 1.5rem;
  }
}

.fwzc-cont4 .fwzc-a4_v1 .fwzc-a4c1 dl {
  width: 31.92857%;
  border-radius: .625rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
  text-align: center;
  padding: 2.5rem 4%;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v1 .fwzc-a4c1 dl {
    width: 100%;
    padding: 2rem 4%;
  }
  .fwzc-cont4 .fwzc-a4_v1 .fwzc-a4c1 dl + dl {
    margin-top: 1rem;
  }
}

.fwzc-cont4 .fwzc-a4_v1 .fwzc-a4c1 dl dt img {
  width: 4.375rem;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v1 .fwzc-a4c1 dl dt img {
    width: 3.5rem;
  }
}

.fwzc-cont4 .fwzc-a4_v1 .fwzc-a4c1 dl dd {
  color: #231815;
  font-size: 1.25rem;
  font-family: Noto Sans SC;
  /*font-family: 'SimSun';*/
  font-weight: 500;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v1 .fwzc-a4c1 dl dd {
    font-size: 1.125rem;
  }
}

.fwzc-cont4 .fwzc-a4_v2 {
  position: relative;
  padding-top: 6.25rem;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v2 {
    padding-top: 2rem;
  }
}

.fwzc-cont4 .fwzc-a4_v2 u {
  width: 58.71429%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v2 u {
    display: none;
  }
}

.fwzc-cont4 .fwzc-a4_v2 u img {
  width: 100%;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li {
  position: absolute;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li {
    position: static;
    width: 48%;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li i {
  width: 3.4375rem;
  display: none;
  font-size: 0;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li i {
    display: block;
    margin: 0 auto;
  }
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li i img {
  width: 100%;
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li .cont-p {
  padding: 0 0.5em;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li .cont-p {
    width: 100%;
    padding: 0;
  }
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li .cont-p .tit {
  color: #383838;
  font: 500 1.25rem/1.5em "Noto Sans SC";
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li .cont-p .txt {
  color: #6F6E6E;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.4em;
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li b {
  width: 7.125rem;
  display: block;
  font-size: 0;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li b {
    display: none;
  }
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li b img {
  width: 100%;
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li:nth-child(2) b, .fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li:nth-child(3) b {
  width: 9.75rem;
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li:nth-child(1) {
  left: 6%;
  bottom: 21%;
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li:nth-child(2) {
  left: 17%;
  top: 12%;
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li:nth-child(3) {
  right: 17%;
  top: 12%;
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li:nth-child(3) .cont-p {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li:nth-child(4) {
  right: 6%;
  bottom: 21%;
}

.fwzc-cont4 .fwzc-a4_v2 .fwzc-a4_a21 li:nth-child(4) .cont-p {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.fwzc-cont5 {
  padding: 5.0625rem 0 5.75rem;
}

@media (max-width: 768px) {
  .fwzc-cont5 {
    padding: 2rem 0 2.5rem;
  }
}

.fwzc-cont5 .fwzc-a5_list1 {
  margin-top: 2.5125rem;
}

@media (max-width: 768px) {
  .fwzc-cont5 .fwzc-a5_list1 {
    margin-top: 0;
  }
}

.fwzc-cont5 .fwzc-a5_list1 li {
  width: 18.35714%;
}

@media (max-width: 768px) {
  .fwzc-cont5 .fwzc-a5_list1 li {
    width: 48%;
    margin-top: 1.5rem;
  }
}

.fwzc-cont5 .fwzc-a5_list1 li .cont-p {
  position: relative;
}

.fwzc-cont5 .fwzc-a5_list1 li .cont-p::after {
  content: "";
  width: 8.75rem;
  height: 8.75rem;
  border: 1px solid #E60012;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 768px) {
  .fwzc-cont5 .fwzc-a5_list1 li .cont-p::after {
    width: 6.5rem;
    height: 6.5rem;
    bottom: -0.6rem;
  }
}

.fwzc-cont5 .fwzc-a5_list1 li .cont-p .cont-a {
  border: 1px solid #E3E3E3;
  background: #fff;
  border-radius: 1.25rem;
  text-align: center;
  color: #383838;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  padding: 4.5rem 2% 6rem;
}

@media (max-width: 768px) {
  .fwzc-cont5 .fwzc-a5_list1 li .cont-p .cont-a {
    padding: 3rem 1% 4.5rem;
    border-radius: 1rem;
    font-size: 1.125rem;
  }
}

.fwzc-cont5 .fwzc-a5_list1 li .cont-p .cont-b {
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
  margin-top: -3.5rem;
  border-radius: 50%;
  background: #E60012;
}

@media (max-width: 768px) {
  .fwzc-cont5 .fwzc-a5_list1 li .cont-p .cont-b {
    width: 5.5rem;
    height: 5.5rem;
  }
}

.fwzc-cont5 .fwzc-a5_list1 li .cont-p .cont-b img {
  width: 45%;
}

.fwzc-cont5 .fwzc-a5_list1 li:nth-child(2n) .cont-p .cont-b {
  background: #341A1C;
}

@media (max-width: 768px) {
  .fwzc-cont5 .fwzc-a5_list1 li:last-child {
    width: 100%;
  }
}

.news-cont1 {
  padding-top: 3.75rem;
}

@media (max-width: 768px) {
  .news-cont1 {
    padding-top: 1rem;
  }
}

.news-cont1 .xw-lista1 {
  margin: 0 -1%;
}

.news-cont1 .xw-lista1 li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 2%;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .news-cont1 .xw-lista1 li {
    width: 100%;
    margin-top: 1rem;
  }
}

.news-cont1 .xw-lista1 li .cont {
  background: #fff;
  border-radius: .625rem;
  overflow: hidden;
  border: 1px solid #E3E3E3;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
}

.news-cont1 .xw-lista1 li .cont a.img {
  display: block;
  font-size: 0;
}

.news-cont1 .xw-lista1 li .cont a.img img {
  width: 100%;
  height: 360px;
}

.news-cont1 .xw-lista1 li .cont .cont-p {
  padding: 1rem 1.5rem 2rem;
}

.news-cont1 .xw-lista1 li .cont .cont-p span {
  display: block;
  color: #9D9D9D;
  font: 500 1rem/1.5em 'Montserrat';
  margin: 0.3rem 0 0.45rem;
}

.news-cont1 .xw-lista1 li .cont .cont-p a.name {
  color: #413D3C;
  font: 400 1.175rem/1.4em "Noto Sans SC";
  height: 2.8em;
  overflow: hidden;
}

@media (max-width: 768px) {
  .news-cont1 .xw-lista1 li .cont .cont-p a.name {
    font-size: 1.25rem;
  }
}

.news-cont1 .xw-lista1 li .cont .cont-p a.name:hover {
  color: #E91A2A;
}

.news-cont1 .xw-lista1 li .cont .cont-p .p {
  color: #888888;
  font: 400 1rem/1.5em "Noto Sans SC";
  height: 66px;
}

.news-cont1 .xw-lista1 li .cont .cont-p a.more-a {
  color: #888888;
  font: 400 .9375rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .news-cont1 .xw-lista1 li .cont .cont-p a.more-a {
    margin-top: 0.6rem;
  }
}

.news-cont1 .xw-lista1 li .cont .cont-p a.more-a::after {
  background: #E91A2A;
}

.news-cont1 .xw-lista1 li .cont .cont-p a.more-a:hover {
  color: #E91A2A;
}

.news-cont2 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .news-cont2 {
    margin-top: 1rem;
  }
}

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

.news-cont2 .news-a2v1 .news_src li {
  margin-right: 1.25rem;
}

@media (max-width: 768px) {
  .news-cont2 .news-a2v1 .news_src li {
    margin-right: 1rem;
  }
}

.news-cont2 .news-a2v1 .news_src li a {
  display: block;
  color: #A9A9A9;
  font: 400 1rem/3rem "Noto Sans SC";
  width: 10.625rem;
  text-align: center;
  border: 1px solid #A9A9A9;
  border-radius: 3.125rem;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

.news-cont2 .news-a2v1 .news_src li:hover a {
  color: #FFFFFF;
  background: #E60012;
  border: 1px solid #E60012;
}

.news-cont2 .news-a2v2 {
  width: 31.42857%;
}

@media (max-width: 768px) {
  .news-cont2 .news-a2v2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.news-cont2 .news-a2v2 form .sskz {
  color: #A9A9A9;
  font: 400 1rem/3rem "Noto Sans SC";
  border: 1px solid #A9A9A9;
  border-radius: 3.125rem;
}

.news-cont2 .news-a2v2 form .sskz input {
  width: -webkit-calc(99% - 4rem);
  width: -moz-calc(99% - 4rem);
  width: calc(99% - 4rem);
  border: none;
  background: none;
  padding: 0 2em;
}

.news-cont2 .news-a2v2 form .sskz input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #A9A9A9;
}

.news-cont2 .news-a2v2 form .sskz input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #A9A9A9;
}

.news-cont2 .news-a2v2 form .sskz input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #A9A9A9;
}

.news-cont2 .news-a2v2 form .sskz input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A9A9A9;
}

.news-cont2 .news-a2v2 form .sskz button {
  width: 4rem;
  text-align: center;
  border: none;
  background: none;
}

.news-cont2 .news-a2v2 form .sskz button i {
  color: #A9A9A9;
  font-size: 1.25rem;
}

.news-cont3 {
  padding-top: 0.5rem;
}

.news-cont3 .news-list li {
  margin-top: 2rem;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
  .news-cont3 .news-list li {
    margin-top: 1rem;
  }
}

.news-cont3 .news-list li .cont-pas {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: .625rem;
  /*padding: 2rem 0;*/
}

@media (max-width: 768px) {
  .news-cont3 .news-list li .cont-pas {
    padding: 1rem 0;
  }
}

.news-cont3 .news-list li .cont-pas .date {
  text-align: right;
  width: 9.14286%;
  padding-right: 2%;
}

@media (max-width: 768px) {
  .news-cont3 .news-list li .cont-pas .date {
    width: 6rem;
  }
}

.news-cont3 .news-list li .cont-pas .date b {
  display: block;
  color: #9D9D9D;
  font: 500 1.875rem/1.2em "Montserrat";
}

@media (max-width: 768px) {
  .news-cont3 .news-list li .cont-pas .date b {
    font-size: 1.5rem;
  }
}

.news-cont3 .news-list li .cont-pas .date span {
  display: block;
  color: #9D9D9D;
  font-size: 1.25rem;
  font-family: 'Montserrat';
  /*font-family: 'SimSun';*/
  font-weight: 500;
}

@media (max-width: 768px) {
  .news-cont3 .news-list li .cont-pas .date span {
    font-size: 1.125rem;
  }
}

.news-cont3 .news-list li .cont-pas .cont-p {
  padding: 0 2%;
  width: 72.85714%;
  border-left: 1px solid #E3E3E3;
}

@media (max-width: 768px) {
  .news-cont3 .news-list li .cont-pas .cont-p {
    width: -webkit-calc(100% - 6rem);
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
    padding: 0 4% 0 3%;
  }
}

.news-cont3 .news-list li .cont-pas .cont-p a.name {
  color: #231815;
  text-align: justify;
  font-size: 1.375rem;
  font-family: Noto Sans SC;
  /*font-family: 'SimSun';*/
}

@media (max-width: 768px) {
  .news-cont3 .news-list li .cont-pas .cont-p a.name {
    font-size: 1.125rem;
  }
}

.news-cont3 .news-list li .cont-pas .cont-p a.name:hover {
  color: #E60012;
}

.news-cont3 .news-list li .cont-pas .cont-p .p {
  color: #888;
  text-align: justify;
  font-size: 1rem;
  font-family: Noto Sans SC;
  /*font-family: 'SimSun';*/
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .news-cont3 .news-list li .cont-pas .cont-p .p {
    margin-top: 0.25rem;
  }
}

.show-news-content {
  padding: 2rem 0 2.5rem;
}

.show-news-content .show-xw-cont1 {
  width: 67.85714%;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont1 {
    width: 100%;
  }
}

.show-news-content .show-xw-cont1 .title-a {
  color: #000;
  text-align: justify;
  font-size: 2rem;
  font-family: Noto Sans SC;
  /*font-family: 'SimSun';*/
  font-weight: 500;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont1 .title-a {
    font-size: 1.5rem;
  }
}

.show-news-content .show-xw-cont1 .data-cont {
  color: #9D9D9D;
  font-size: 1rem;
  font-family: Noto Sans SC;
  /*font-family: 'SimSun';*/
  font-weight: 500;
  padding: 0.4em 0 0.85em;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont1 .data-cont {
    padding: 0.2em 0 0.55em;
  }
}

.show-news-content .show-xw-cont1 .data-cont span {
  font-family: Montserrat;
  /*font-family: 'SimSun';*/
}

.show-news-content .show-xw-cont1 .xinwn-consss {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding: 2rem 0;
  color: #888888;
  font: 400 1rem/1.6em "Noto Sans SC";
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont1 .xinwn-consss {
    padding: 1.2rem 0;
  }
}

.show-news-content .show-xw-cont1 .xinwn-consss img {
  width: 100%;
}

.show-news-content .show-xw-cont1 .pain {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont1 .pain {
    margin-top: 1rem;
  }
}

.show-news-content .show-xw-cont1 .pain .prev, .show-news-content .show-xw-cont1 .pain .next {
  color: #888888;
  font: 400 1rem/1.7em "Noto Sans SC";
}

.show-news-content .show-xw-cont1 .pain .prev a, .show-news-content .show-xw-cont1 .pain .next a {
  color: #888888;
}

.show-news-content .show-xw-cont1 .pain .prev a:hover, .show-news-content .show-xw-cont1 .pain .next a:hover {
  color: #E60012;
}

.show-news-content .show-xw-cont2 {
  width: 27.64286%;
  margin-top: 5rem;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont2 {
    display: none;
  }
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .tit {
  color: #000000;
  font: 500 1.5rem/1.5em "Noto Sans SC";
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li {
  background: #fff;
  border-radius: .625rem;
  overflow: hidden;
  border: 1px solid #E3E3E3;
  margin-top: 1rem;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li a.img {
  display: block;
  font-size: 0;
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li a.img img {
  width: 100%;
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li .cont-p {
  padding: 1rem 1.5rem 1.5rem;
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li .cont-p span {
  display: block;
  color: #9D9D9D;
  font: 500 1rem/1.5em 'Montserrat';
  margin: 0.3rem 0 0.45rem;
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li .cont-p a.name {
  color: #413D3C;
  font: 400 1.375rem/1.4em "Noto Sans SC";
  display: block;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li .cont-p a.name {
    font-size: 1.25rem;
  }
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li .cont-p a.name:hover {
  color: #E91A2A;
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li .cont-p .p {
  color: #888888;
  font: 400 1rem/1.5em "Noto Sans SC";
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li .cont-p a.more-a {
  color: #888888;
  font: 400 .9375rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li .cont-p a.more-a {
    margin-top: 0.6rem;
  }
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li .cont-p a.more-a::after {
  background: #E91A2A;
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li .cont-p a.more-a:hover {
  color: #E91A2A;
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li a.imga {
  padding: 1rem 1.5rem;
  display: block;
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li a.imga p {
  color: #231815;
  font: 400 1.375rem/1.4em "Noto Sans SC";
  display: block;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li a.imga p {
    font-size: 1.25rem;
  }
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li a.imga p:hover {
  color: #E91A2A;
}

.show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li a.imga span {
  display: block;
  color: #9D9D9D;
  font: 500 1rem/1.5em "Montserrat";
  margin-top: 0.4rem;
}

@media (max-width: 768px) {
  .show-news-content .show-xw-cont2 .xw-yc-cont1 .xw-tuija1 li a.imga span {
    margin-top: 0.6rem;
  }
}

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

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

.job-cont1 .job-a1_v1 .job-a1_b1 {
  width: 48.57143%;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_v1 .job-a1_b1 {
    width: 100%;
  }
}

.job-cont1 .job-a1_v1 .job-a1_b1 .title1 {
  text-align: left;
}

.job-cont1 .job-a1_v1 .job-a1_b1 .title1 .tit::after {
  margin: 0.5rem 0;
}

.job-cont1 .job-a1_v1 .job-a1_b1 .cont-p {
  color: #6F6E6E;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  margin-top: 0.65rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_v1 .job-a1_b1 .cont-p {
    font-size: 1rem;
  }
}

.job-cont1 .job-a1_v1 .job-a1_b2 {
  width: 46.21429%;
  overflow: hidden;
  border-radius: .625rem;
}

@media (max-width: 768px) {
  .job-cont1 .job-a1_v1 .job-a1_b2 {
    width: 100%;
    margin-top: 1.4rem;
  }
}

.job-cont1 .job-a1_v1 .job-a1_b2 img {
  width: 100%;
}

.job-cont2 {
  background: #F2F3F5;
  padding: 3.5rem 0;
}

@media (max-width: 768px) {
  .job-cont2 {
    padding: 1rem 0;
  }
}

.job-cont2 .job-a2_list1 li {
  margin: 1.25rem 3.25%;
  width: 15.92857%;
  text-align: center;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li {
    width: 50%;
    margin: 0.65rem 0;
    padding: 0 1%;
  }
}

.job-cont2 .job-a2_list1 li i {
  width: 4.375rem;
  font-size: 0;
  display: inline-block;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li i {
    width: 3rem;
  }
}

.job-cont2 .job-a2_list1 li i img {
  width: 100%;
}

.job-cont2 .job-a2_list1 li .wenata h2 {
  color: #363636;
  font: 600 1.375rem/1.5em "Noto Sans SC";
  margin: 0.4rem 0;
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li .wenata h2 {
    font-size: 1.25rem;
  }
}

.job-cont2 .job-a2_list1 li .wenata .p {
  color: #717171;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .job-cont2 .job-a2_list1 li .wenata .p {
    font-size: 1rem;
  }
}

.job-cont3 {
  padding: 3.75rem 0;
}

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

.job-cont3 .job-list1a {
  margin: 0 -0.8%;
  margin-top: 0.5rem;
}

.job-cont3 .job-list1a li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 0.8%;
  margin-top: 1.625rem;
}

@media (max-width: 1100px) {
  .job-cont3 .job-list1a li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .job-cont3 .job-list1a li {
    margin-top: 1rem;
  }
}

.job-cont3 .job-list1a li .cont-sdsd {
  border: 1px solid #E3E3E3;
  border-radius: .625rem;
  padding: 1.5rem 9%;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
  cursor: pointer;
}

@media (max-width: 1100px) {
  .job-cont3 .job-list1a li .cont-sdsd {
    padding: 1.2rem 7%;
  }
}

.job-cont3 .job-list1a li .cont-sdsd .name {
  color: #231815;
  font: 500 1.375rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .job-cont3 .job-list1a li .cont-sdsd .name {
    font-size: 1.25rem;
  }
}

.job-cont3 .job-list1a li .cont-sdsd .asghrt {
  color: #838383;
  font: 400 .875rem/1.5em "Noto Sans SC";
  margin-top: 2.25rem;
}

@media (max-width: 768px) {
  .job-cont3 .job-list1a li .cont-sdsd .asghrt {
    margin-top: 1rem;
  }
}

.job-cont3 .job-list1a li .cont-sdsd .asghrt p + p {
  border-left: 1px solid #CFCFCF;
  padding-left: 0.7rem;
  margin-left: 0.7rem;
}

@media (max-width: 768px) {
  .job-cont3 .job-list1a li .cont-sdsd .asghrt p + p {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

.job-cont3 .job-cont3v1 {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .job-cont3 .job-cont3v1 {
    margin-top: 1.5rem;
  }
}

.job-tanc.layui-layer {
  width: 45.41667% !important;
  border-radius: .625rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer {
    width: 85% !important;
  }
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 3.2rem;
  top: 2.5rem;
  background: none;
  width: auto;
  height: auto;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2::before {
  content: "\e723";
  font-family: "iconfont" !important;
  /*font-family: "SimSun" !important;*/
  font-size: 2rem;
  font-weight: 400;
}

.job-tanc.layui-layer .pead-cont {
  padding: 2rem 3.75rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont {
    padding: 1rem 1.5rem;
  }
}

.job-tanc.layui-layer .pead-cont dt {
  color: #363636;
  font: 500 1.625rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont dt {
    font-size: 1.4rem;
  }
}

.job-tanc.layui-layer .pead-cont .asghrt1 {
  color: #838383;
  font: 400 1rem/1.2em "Noto Sans SC";
  padding: 0.5em 0 0.8em;
}

.job-tanc.layui-layer .pead-cont .asghrt1 p + p {
  border-left: 1px solid #CFCFCF;
  padding-left: 0.7rem;
  margin-left: 0.7rem;
}

.job-tanc.layui-layer .pead-cont .p2 {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  border-bottom: 1px solid #DCDCDC;
  border-top: 1px solid #DCDCDC;
  padding: 1rem 0;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p2 {
    font-size: 1rem;
    padding: 0.75rem 0;
  }
}

.job-tanc.layui-layer .pead-cont .p3 {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.7rem;
}

@media (max-width: 768px) {
  .job-tanc.layui-layer .pead-cont .p3 {
    font-size: 1rem;
  }
}

.job-tanc.layui-layer .pead-cont .p3 a {
  color: #E60012;
}

.lx-cont1 {
  padding: 4.6875rem 0 4rem;
}

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

.lx-cont1 .xas-sd1 {
  margin-top: 2.325rem;
}

@media (max-width: 768px) {
  .lx-cont1 .xas-sd1 {
    margin-top: 0.25rem;
  }
}

.lx-cont1 .xas-sd1 li {
  width: 31.92857%;
  border-radius: .625rem;
  border: 1px solid #E8E8E8;
  background: #FFF;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
  text-align: center;
  padding: 3.875rem 0 3rem;
}

@media (max-width: 768px) {
  .lx-cont1 .xas-sd1 li {
    width: 100%;
    padding: 2rem 0;
    margin-top: 1rem;
  }
}

.lx-cont1 .xas-sd1 li i {
  display: block;
  width: 5rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .lx-cont1 .xas-sd1 li i {
    width: 4rem;
  }
}

.lx-cont1 .xas-sd1 li i img {
  width: 100%;
}

.lx-cont1 .xas-sd1 li .name {
  color: #363636;
  font-size: 1.375rem;
  font-family: 'Noto Sans SC';
  /*font-family: 'SimSun';*/
  font-weight: 700;
  margin: 1.25rem 0 0.25rem;
}

@media (max-width: 768px) {
  .lx-cont1 .xas-sd1 li .name {
    font-size: 1.25rem;
    margin: 0.6rem 0 0.25rem;
  }
}

.lx-cont1 .xas-sd1 li .p {
  color: #717171;
  font-size: 1.25rem;
  font-family: 'Noto Sans SC';
  /*font-family: 'SimSun';*/
  font-weight: 400;
}

@media (max-width: 768px) {
  .lx-cont1 .xas-sd1 li .p {
    font-size: 1.125rem;
  }
}

.lx-cont2 {
  background: #F2F3F5;
  padding: 2.75rem 0 4.625rem;
}

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

.lx-cont2 .more-msl.hs::before {
  background: #231815;
}

.lx-cont2 .more-msl.hs:hover {
  border-color: #231815;
  color: #fff;
}

.lx-cont2 form .msg-a1 {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 {
    margin-top: 0;
  }
}

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

@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
    margin-top: 1rem;
  }
}

.lx-cont2 form .msg-a1 .inpt input {
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: .625rem;
  font: 400 1rem/3.125rem "Noto Sans SC";
  padding: 0 1em;
}

.lx-cont2 form .msg-a1 .inpt input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AEAEAE;
}

.lx-cont2 form .msg-a1 .inpt input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AEAEAE;
}

.lx-cont2 form .msg-a1 .inpt input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AEAEAE;
}

.lx-cont2 form .msg-a2 {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .lx-cont2 form .msg-a2 {
    margin-top: 1rem;
  }
}

.lx-cont2 form .msg-a2 textarea {
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: .625rem;
  font: 400 1rem/1.5rem "Noto Sans SC";
  padding: 0.75em 1em;
}

.lx-cont2 form .msg-a2 textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #AEAEAE;
}

.lx-cont2 form .msg-a2 textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AEAEAE;
}

.lx-cont2 form .msg-a2 textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AEAEAE;
}

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

@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha {
    margin-top: 1rem;
  }
}

.lx-cont3 #map {
  height: 41.4375rem;
}

@media (max-width: 768px) {
  .lx-cont3 #map {
    height: 80vw;
  }
  .lx-cont3 #map .amap-icon, .lx-cont3 #map .amap-icon img {
    width: 32px !important;
    height: 32px !important;
  }
}

.list_content {
  color: #888888;
  font: 400 1rem/1.6em "Noto Sans SC";
}

@media (max-width: 768px) {
  .hyly-cont1 {
    padding-top: 0.5rem;
  }
}

.hyly-cont1 .phone-list .js-dga li {
  margin-top: 1.5rem;
}

.hyly-cont1 .bg .btn {
  margin-top: 4rem;
}

.product-content {
  padding: 2.8125rem 0 1rem;
}

@media (max-width: 768px) {
  .product-content {
    padding: 2rem 0 1rem;
  }
}

.product-content .nycp-cont1 {
  width: 21%;
}

@media (max-width: 768px) {
  .product-content .nycp-cont1 {
    width: 100%;
  }
}

.product-content .nycp-cont1 .agge_a li {
  border-radius: 1.25rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-content .nycp-cont1 .agge_a li {
    border-radius: 1rem;
  }
}

.product-content .nycp-cont1 .agge_a li + li {
  margin-top: 1.5625rem;
}

@media (max-width: 768px) {
  .product-content .nycp-cont1 .agge_a li + li {
    margin-top: 1rem;
  }
}

.product-content .nycp-cont1 .agge_a li dt {
  background: #F4F5F5;
  color: #1C1C1A;
  font-size: 1.25rem;
  font-family: Noto Sans SC;
  /*font-family: 'SimSun';*/
  font-weight: 700;
  line-height: 3.4375rem;
  text-transform: uppercase;
  padding: 0 10%;
}

@media (max-width: 768px) {
  .product-content .nycp-cont1 .agge_a li dt {
    padding: 0 5%;
    font-size: 1.125rem;
  }
}

.product-content .nycp-cont1 .agge_a li .wheh_a {
  padding: 0.85rem 10%;
}

@media (max-width: 768px) {
  .product-content .nycp-cont1 .agge_a li .wheh_a {
    padding: 0.5rem 5%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product-content .nycp-cont1 .agge_a li .wheh_a a {
  display: block;
  color: #1C1C1A;
  font-size: 1.125rem;
  font-family: Noto Sans SC;
  /*font-family: 'SimSun';*/
  font-weight: 500;
  line-height: 2.3em;
}

@media (max-width: 768px) {
  .product-content .nycp-cont1 .agge_a li .wheh_a a {
    width: 50%;
    font-size: 1rem;
  }
}

.product-content .nycp-cont1 .agge_a li .wheh_a a.active {
  color: #E60012;
}

.product-content .nycp-cont2 {
  width: 75.5%;
}

@media (max-width: 768px) {
  .product-content .nycp-cont2 {
    width: 100%;
    margin-top: 1rem;
  }
}

.product-content .nycp-cont2 form .pr {
  border-radius: 1.875rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.product-content .nycp-cont2 form .pr input {
  width: -webkit-calc(100% - 5rem);
  width: -moz-calc(100% - 5rem);
  width: calc(100% - 5rem);
  padding: 0 4%;
  line-height: 3.375rem;
}

@media (max-width: 768px) {
  .product-content .nycp-cont2 form .pr input {
    padding-left: 5%;
  }
}

.product-content .nycp-cont2 form .pr input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9B9B99;
}

.product-content .nycp-cont2 form .pr input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9B9B99;
}

.product-content .nycp-cont2 form .pr input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9B9B99;
}

.product-content .nycp-cont2 form .pr button {
  width: 4.375rem;
  text-align: center;
  background: #E60012;
  border: none;
  height: 3.5625rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.product-content .nycp-cont2 form .pr button i {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

.product-content .nycp-cont2 .product-list {
  margin: 0 -1.3%;
  margin-top: 0.5rem;
}

.product-content .nycp-cont2 .product-list li {
  width: -webkit-calc(100%/3);
  width: -moz-calc(100%/3);
  width: calc(100%/3);
  padding: 0 1.3%;
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .product-content .nycp-cont2 .product-list li {
    width: 50%;
    margin-top: 1rem;
  }
}

.product-content .nycp-cont2 .product-list li a.asa {
  display: block;
  border-radius: 1.25rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-content .nycp-cont2 .product-list li a.asa {
    border-radius: 0.85rem;
  }
}

.product-content .nycp-cont2 .product-list li a.asa i {
  display: block;
  font-size: 0;
   padding-bottom: 100%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.product-content .nycp-cont2 .product-list li a.asa i img {
  width: 100%;
   position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-content .nycp-cont2 .product-list li a.asa .cont {
  color: #6F6E6E;
  text-align: center;
  font-size: 1.125rem;
  font-family: Noto Sans SC;
  font-weight: 400;
  border-top: 1px solid #E3E3E3;
  line-height: 1.5em;
  padding: 1.125rem 0;
}

@media (max-width: 768px) {
  .product-content .nycp-cont2 .product-list li a.asa .cont {
    font-size: 1rem;
    padding: 0.65rem 0;
  }
}

.product-content .nycp-cont2 .product-list li a.asa .cont p {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.product-show-content {
  padding-top: 5.25rem;
}

@media (max-width: 768px) {
  .product-show-content {
    padding-top: 2rem;
  }
}

.product-show-content .cont-p {
  color: #6F6E6E;
  font: 400 1.125rem/1.6em "Noto Sans SC";
}

@media (max-width: 768px) {
  .product-show-content .cont-p {
    font-size: 1rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 {
  width: 46.07143%;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b1 {
    width: 100%;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .title1 {
  text-align: left;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .title1 .tit {
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b1 .title1 .tit {
    font-size: 1.7rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .title1 .tit::after {
  margin: 0.5rem 0;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .content {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b1 .content {
    font-size: 1rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .content strong {
  color: #231815;
  font: 500 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b1 .content strong {
    font-size: 1.125rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .content .tit-a1 {
  color: #231815;
  font: 500 1.5rem/1.6em "Noto Sans SC";
  margin-top: 0.25em;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b1 .content .tit-a1 {
    font-size: 1.125rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .content .cont-p {
  margin-top: 1rem;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .content .cont-p .tit {
  color: #231815;
  font: 500 1.5rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b1 .content .cont-p .tit {
    font-size: 1.125rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .content .cont-p .p {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b1 .content .cont-p .p {
    font-size: 1rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .content .cont-p .p p {
  position: relative;
  padding-left: 1em;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .content .cont-p .p p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .content ul {
  margin-top: 1rem;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .content ul li {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  position: relative;
  padding-left: 1em;
  margin-top: 0.2em;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 .content ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b1 .content ul li {
    font-size: 1rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 a.more-msl {
  margin-top: 2.5rem;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b1 a.more-msl {
    margin-top: 1rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b1 a.more-msl:hover {
  border-color: #E60012;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 {
  width: 43.21429%;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img {
  width: 100%;
  border-radius: 1.25rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img {
    border-radius: 1rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img > img {
  width: 100%;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .pptb {
  position: absolute;
  width: 27.10744%;
  top: 1rem;
  left: 4%;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .pptb img {
  width: 100%;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .tcsp {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2rem;
  z-index: 1;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .tcsp {
    width: 1.6rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .tcsp img {
  width: 100%;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .mySwiper2 .swiper-slide img {
  width: 100%;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .mySwiper2 .swiper-button-prev1, .product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .mySwiper2 .swiper-button-next1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  border: 1px solid #EAEAEA;
  width: 2.625rem;
  height: 2.625rem;
  z-index: 1;
  text-align: center;
  line-height: 2.5rem;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .mySwiper2 .swiper-button-prev1.swiper-button-disabled, .product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .mySwiper2 .swiper-button-next1.swiper-button-disabled {
  background-color: rgba(234, 234, 234, 0.5);
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .mySwiper2 .swiper-button-prev1.swiper-button-disabled i, .product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .mySwiper2 .swiper-button-next1.swiper-button-disabled i {
  color: #999;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .mySwiper2 .swiper-button-prev1 i, .product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .mySwiper2 .swiper-button-next1 i {
  color: #2C2C2C;
  font: 600 1rem/1.5em "Noto Sans SC";
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .mySwiper2 .swiper-button-prev1 {
  left: 3%;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .cp-show-img .mySwiper2 .swiper-button-next1 {
  right: 3%;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .mySwiper3 {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b2 .mySwiper3 {
    padding: 0 1px;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .mySwiper3 .swiper-slide .img {
  border-radius: 1.25rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont1 .cp-show-a1_b2 .mySwiper3 .swiper-slide .img {
    border-radius: 0.56rem;
  }
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .mySwiper3 .swiper-slide .img img {
  width: 100%;
}

.product-show-content .cp-show-cont1 .cp-show-a1_b2 .mySwiper3 .swiper-slide.swiper-slide-thumb-active .img {
  border-color: #E60012;
}

@media (max-width: 768px) {
  .product-show-content .cp-show-cont3 {
    margin-top: 0;
  }
}

.product-show-content .cp-show-cont3 .paggs1 {
  overflow-x: auto;
}

.product-show-content .cp-show-cont3 .paggs1 .table-bordered td, .product-show-content .cp-show-cont3 .paggs1 .table-bordered th {
  border-color: #E2E2E2;
}

.product-show-content .cp-show-cont3 .paggs1 table {
  min-width: 768px;
  font-size: 1rem;
  font-weight: 400;
}

.product-show-content .cp-show-cont3 .paggs1 table tr:nth-child(2n-1) {
  background: #F4F5F5;
}

.product-show-content .cp-show-cont3 .paggs1 table tr td {
  font-weight: 400;
  color: #6F6E6E;
  padding-left: 2%;
}

.cp-show-contgong {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .cp-show-contgong {
    margin-top: 1rem;
  }
}

.cp-show-contgong .gong-cp-tit {
  border-bottom: 1px solid #D6D6D6;
}

.cp-show-contgong .gong-cp-tit span {
  display: inline-block;
  position: relative;
  color: #6F6E6E;
  font: 600 1.875rem/4rem "Noto Sans SC";
}

@media (max-width: 768px) {
  .cp-show-contgong .gong-cp-tit span {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}

.cp-show-contgong .gong-cp-tit span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 2em;
  height: 1px;
  background: #E60012;
}

.cp-show-contgong .cont-p {
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .cp-show-contgong .cont-p {
    padding: 1.4rem 0;
  }
}

.cp-show-contgong .cont-p ul li {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  position: relative;
  padding-left: 1em;
  margin-top: 0.2em;
}

.cp-show-contgong .cont-p ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .cp-show-contgong .cont-p ul li {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .cp-show-cont4 {
    margin-top: 0;
  }
}

.cp-show-cont4 .mySwiper4 {
  padding: 0 1px;
}

.cp-show-cont4 .mySwiper4 .swiper-slide a.asa {
  display: block;
  border-radius: 1.25rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

@media (max-width: 768px) {
  .cp-show-cont4 .mySwiper4 .swiper-slide a.asa {
    border-radius: 0.85rem;
  }
}

.cp-show-cont4 .mySwiper4 .swiper-slide a.asa i {
  display: block;
  font-size: 0;
  max-height: 180px;
}

.cp-show-cont4 .mySwiper4 .swiper-slide a.asa i img {
  width: 100%;
}

.cp-show-cont4 .mySwiper4 .swiper-slide a.asa .cont {
  color: #6F6E6E;
  text-align: center;
  font-size: 1.125rem;
  font-family: Noto Sans SC;
  font-weight: 400;
  border-top: 1px solid #E3E3E3;
  line-height: 1.5em;
  padding: 0.8rem 0;
}

@media (max-width: 768px) {
  .cp-show-cont4 .mySwiper4 .swiper-slide a.asa .cont {
    font-size: 1rem;
    padding: 0.45rem 0;
  }
}

.cp-show-cont4 .mySwiper4 .swiper-slide a.asa .cont p {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.cp-show-cont4 .mySwiper4 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.7rem;
  display: none;
}

@media (max-width: 768px) {
  .cp-show-cont4 .mySwiper4 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.cp-show-cont4 .mySwiper4 .swiper-pagination1 span {
  background: #CFCFCF;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .cp-show-cont4 .mySwiper4 .swiper-pagination1 span {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.cp-show-cont4 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #E60012;
}

.case-content {
  padding: 3rem 0 1rem;
}

@media (max-width: 768px) {
  .case-content {
    padding: 1.5rem 0 0.5rem;
  }
}

.case-list {
  margin: 0 -1%;
}

@media (max-width: 768px) {
  .case-list {
    margin: 0 -1.5%;
  }
}

.case-list li {
  width: -webkit-calc(100%/4);
  width: -moz-calc(100%/4);
  width: calc(100%/4);
  padding: 1%;
}

@media (max-width: 768px) {
  .case-list li {
    width: 50%;
    margin-top: 0.5rem;
    padding: 1% 1.5%;
  }
}

.case-list li .cont-p {
  overflow: hidden;
  border-radius: 1.25rem;
  border: 1px solid #E1E1E1;
  background: #FFF;
  box-shadow: 0px 1.875rem 3.125rem 0px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
  .case-list li .cont-p {
    border-radius: 1rem;
  }
}

.case-list li .cont-p a.block .wehsa-x {
  padding-bottom: 14.375rem;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .case-list li .cont-p a.block .wehsa-x {
    padding-bottom: 8rem;
  }
}

.case-list li .cont-p a.block .wehsa-x > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-list li .cont-p a.block i {
  display: block;
  font-size: 0;
  width: 5.625rem;
  position: absolute;
  left: 0;
  top: 2rem;
}

@media (max-width: 768px) {
  .case-list li .cont-p a.block i {
    width: 4rem;
    top: 1rem;
  }
}

.case-list li .cont-p a.block i img {
  width: 100%;
}

.case-list li .cont-p a.block .cont-sdera {
  position: absolute;
  right: 0;
  bottom: 1.6rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.7rem 1.1em;
  max-width: 100%;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

@media (max-width: 768px) {
  .case-list li .cont-p a.block .cont-sdera {
    bottom: 1rem;
    padding: 0.35rem 5%;
  }
}

.case-list li .cont-p .cont {
  padding: 1.1rem 1.375rem 1.6rem;
}

@media (max-width: 768px) {
  .case-list li .cont-p .cont {
    padding: 1rem;
  }
}

.case-list li .cont-p .cont a.name {
  display: block;
  font: 500 1.25rem/1.5em "Noto Sans SC";
  color: #6F6E6E;
}

@media (max-width: 768px) {
  .case-list li .cont-p .cont a.name {
    font-size: 1.125rem;
  }
}

.case-list li .cont-p .cont a.name:hover {
  color: #E60012;
}

.case-list li .cont-p .cont .text {
  color: #6F6E6E;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.32em;
  height: 3em;
  overflow: hidden;
}

.case-list li:nth-child(1) {
  width: 50%;
}

.case-list li:nth-child(3) .cont-p a.block .wehsa-x {
  padding-bottom: 38.5rem;
}

@media (max-width: 768px) {
  .case-list li:nth-child(3) .cont-p a.block .wehsa-x {
    padding-bottom: 8rem;
  }
}

.case-list li:nth-child(6) {
  margin-right: 5%;
}

@media (max-width: 768px) {
  .case-list li:nth-child(6) {
    margin-right: 0;
  }
}

.case-list li:nth-child(4), .case-list li:nth-child(5), .case-list li:nth-child(6) {
  margin-top: -24rem;
}

@media (max-width: 768px) {
  .case-list li:nth-child(4), .case-list li:nth-child(5), .case-list li:nth-child(6) {
    margin-top: 0.5rem;
  }
}

.show-case-body .nbanner-wen1 .banner-cont1 {
  text-align: center;
  color: #fff;
}

.show-case-body .nbanner-wen1 .banner-cont1 i {
  display: block;
  width: 11.125rem;
  margin: 0 auto;
  font-size: 0;
}

@media (max-width: 768px) {
  .show-case-body .nbanner-wen1 .banner-cont1 i {
    width: 7rem;
  }
}

.show-case-body .nbanner-wen1 .banner-cont1 i img {
  width: 100%;
}

.show-case-body .nbanner-wen1 .banner-cont1 .tit {
  font: 600 3.8125rem/1.5em "Noto Sans SC";
  padding: 0.8rem 0 0.2rem;
}

@media (max-width: 768px) {
  .show-case-body .nbanner-wen1 .banner-cont1 .tit {
    font-size: 2rem;
  }
}

.show-case-body .nbanner-wen1 .banner-cont1 .txt {
  font: 400 1.25rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .show-case-body .nbanner-wen1 .banner-cont1 .txt {
    font-size: 1rem;
  }
}

.show-case-content .pp-cont1 {
  margin-top: 3.125rem;
}

@media (max-width: 768px) {
  .show-case-content .pp-cont1 {
    margin-top: 2rem;
  }
}

.show-case-content .pp-cont1 .cont-p {
  color: #5A5959;
  font: 400 1.125rem/1.6em "Noto Sans SC";
  margin-top: 1.8rem;
}

@media (max-width: 768px) {
  .show-case-content .pp-cont1 .cont-p {
    padding: 0;
    margin-top: 1rem;
  }
}

.show-case-content .pp-cont2 {
  margin-top: 3.75rem;
}

@media (max-width: 768px) {
  .show-case-content .pp-cont2 {
    margin-top: 1.5rem;
  }
}

.show-case-content .pp-cont2 .mySwiper5 {
  margin-top: 3.5rem;
}

@media (max-width: 768px) {
  .show-case-content .pp-cont2 .mySwiper5 {
    margin-top: 1.5rem;
  }
}

.show-case-content .pp-cont2 .mySwiper5 .swiper-slide .cont-p i {
  display: block;
  font-size: 0;
  -webkit-animation: rotate-anim 9s infinite linear;
     -moz-animation: rotate-anim 9s infinite linear;
       -o-animation: rotate-anim 9s infinite linear;
          animation: rotate-anim 9s infinite linear;
}

.show-case-content .pp-cont2 .mySwiper5 .swiper-slide .cont-p i img {
  width: 100%;
}

.show-case-content .pp-cont2 .mySwiper5 .swiper-slide .cont-p .cont {
  width: 50.26455%;
  text-align: center;
  color: #000000;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .show-case-content .pp-cont2 .mySwiper5 .swiper-slide .cont-p .cont {
    font-size: 0.8rem;
    width: 65%;
  }
}

.show-case-content .pp-cont2 .mySwiper5 .swiper-pagination1 {
  text-align: center;
  margin-top: 1.7rem;
  display: none;
}

@media (max-width: 768px) {
  .show-case-content .pp-cont2 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.show-case-content .pp-cont2 .mySwiper5 .swiper-pagination1 span {
  background: #CFCFCF;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .show-case-content .pp-cont2 .mySwiper5 .swiper-pagination1 span {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.show-case-content .pp-cont2 .mySwiper5 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #E60012;
}

.show-case-content .pp-cont3 {
  margin-top: 3.4rem;
}

@media (max-width: 768px) {
  .show-case-content .pp-cont3 {
    margin-top: 1.5rem;
  }
}

.show-case-content .pp-cont3 .pp-a3_v1 .txt {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  padding: 1em 0 0;
}

@media (max-width: 768px) {
  .show-case-content .pp-cont3 .pp-a3_v1 .txt {
    font-size: 1rem;
    padding: 0.8em 0 0;
  }
}

.show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 {
  margin-top: 2rem;
}

.show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li {
  width: 48.57143%;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li a.asa {
  padding: 1.125rem;
  background: #F4F5F5;
  border-radius: .625rem;
}

@media (max-width: 768px) {
  .show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li a.asa {
    padding: 1rem;
  }
}

.show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li a.asa u {
  border-radius: .625rem;
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: block;
  font-size: 0;
  width: 25.78125%;
}

.show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li a.asa u img {
  width: 100%;
}

.show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li a.asa .cont {
  width: 67.5%;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  .show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li a.asa .cont {
    padding-right: 0.5rem;
  }
}

.show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li a.asa .cont .p {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  width: 70%;
}

.show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li a.asa .cont .jta {
  width: 2.625rem;
  height: 2.625rem;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
}

.show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li a.asa .cont .jta i {
  color: #2C2C2C;
  font: 700 1rem/1em "Noto Sans SC";
}

.show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li a.asa:hover .cont .jta {
  background: #E60012;
  border-color: #E60012;
}

.show-case-content .pp-cont3 .pp-a3_v1 .jjyc-list1 li a.asa:hover .cont .jta i {
  color: #fff;
}

.qc-cont1 {
  padding: 3.625rem 0 3.5rem;
}

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

.qc-cont1 .content {
  color: #6F6E6E;
  font: 400 1.125rem/1.6em "Noto Sans SC";
margin-top: 2rem;
  /*border-bottom: 2px solid #E60012;*/
  /*padding-bottom: 1.5rem;*/
  /*margin-bottom: 1.5rem;*/
}
.qc-cont1 .content ul li{
        position: relative;
    padding-left: 1em;
}
.qc-cont1 .content ul li:before{
        content: "·";
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 768px) {
  .qc-cont1 .content {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

.qc-cont1 .content b {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
}

@media (max-width: 768px) {
  .qc-cont1 .content b {
    font-size: 1.25rem;
  }
}

.qc-cont1 .we-sdja dl dt {
  color: #6F6E6E;
  font: 600 1.3rem/1.5em "Noto Sans SC";
  padding: 0.5em 0;
}

@media (max-width: 768px) {
  .qc-cont1 .we-sdja dl dt {
    padding: 0.35em 0;
  }
}

.qc-cont1 .we-sdja dl dd .pp-list1 {
  margin: 0 -1%;
}

.qc-cont1 .we-sdja dl dd .pp-list1 li {
  width: -webkit-calc(100%/5);
  width: -moz-calc(100%/5);
  width: calc(100%/5);
  padding: 1rem 2% 3rem;
}

@media (max-width: 768px) {
  .qc-cont1 .we-sdja dl dd .pp-list1 li {
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100%/3);
  }
}

.qc-cont1 .we-sdja dl dd .pp-list1 li a.asa {
  border: 1px solid #D9D9D9;
  border-radius: .625rem;
  background: #FFF;
  text-align: center;
  padding: 0.75rem 0;
}

.qc-cont1 .we-sdja dl dd .pp-list1 li a.asa img {
  max-width: 85%;
  height: 100px;
  /*aspect-ratio: 5/4;*/
}

.qc-cont1 .cont-aspa {
  margin-top: 3.2rem;
}

.hzyh img{
    padding: 1% 1%;
}

@media (max-width: 375px) {
        .qc-cont1 .we-sdja dl dd .pp-list1 li a.asa img {
  max-width: 75%;
  height: 70px;
}
}

@media (max-width: 768px) {
  .qc-cont1 .cont-aspa {
    margin-top: 1.5rem;
  }
}

.qc-cont1 .cont-aspa .gong-cp-tit {
  color: #6F6E6E;
  font: 600 1.3rem/1.5em "Noto Sans SC";
}

@media (max-width: 768px) {
  .qc-cont1 .cont-aspa .gong-cp-tit {
    font-size: 1.25rem;
  }
}

.qc-cont1 .cont-aspa .jjyc-list1 {
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .qc-cont1 .cont-aspa .jjyc-list1 {
    margin-top: 0.5rem;
  }
}

.qc-cont1 .cont-aspa .jjyc-list1 li {
  width: 48.57143%;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .qc-cont1 .cont-aspa .jjyc-list1 li {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.qc-cont1 .cont-aspa .jjyc-list1 li a.asa {
  padding: 1.125rem;
  background: #F4F5F5;
  border-radius: .625rem;
}

@media (max-width: 768px) {
  .qc-cont1 .cont-aspa .jjyc-list1 li a.asa {
    padding: 1rem;
  }
}

.qc-cont1 .cont-aspa .jjyc-list1 li a.asa u {
  border-radius: .625rem;
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: block;
  font-size: 0;
  width: 25.78125%;
}

.qc-cont1 .cont-aspa .jjyc-list1 li a.asa u img {
  width: 100%;
}

.qc-cont1 .cont-aspa .jjyc-list1 li a.asa .cont {
  width: 67.5%;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  .qc-cont1 .cont-aspa .jjyc-list1 li a.asa .cont {
    padding-right: 0.5rem;
  }
}

.qc-cont1 .cont-aspa .jjyc-list1 li a.asa .cont .p {
  color: #6F6E6E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  width: 70%;
}

.qc-cont1 .cont-aspa .jjyc-list1 li a.asa .cont .jta {
  width: 2.625rem;
  height: 2.625rem;
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 50%;
}

.qc-cont1 .cont-aspa .jjyc-list1 li a.asa .cont .jta i {
  color: #2C2C2C;
  font: 700 1rem/1em "Noto Sans SC";
}

.qc-cont1 .cont-aspa .jjyc-list1 li a.asa:hover .cont .jta {
  background: #E60012;
  border-color: #E60012;
}

.qc-cont1 .cont-aspa .jjyc-list1 li a.asa:hover .cont .jta i {
  color: #fff;
}

.rxpp-content {
  padding: 2.75rem 0;
}

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

.rxpp-content .rxpp-list1 li + li {
  margin-top: 2.625rem;
}

@media (max-width: 768px) {
  .rxpp-content .rxpp-list1 li + li {
    margin-top: 1.5rem;
  }
}

.rxpp-content .rxpp-list1 li .cont-p {
  border: 1px solid #E1E1E1;
  border-radius: 1.25rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .rxpp-content .rxpp-list1 li .cont-p {
    border-radius: 1rem;
  }
}

.rxpp-content .rxpp-list1 li .cont-p .block {
  width: 50%;
}

@media (max-width: 768px) {
  .rxpp-content .rxpp-list1 li .cont-p .block {
    width: 100%;
  }
}

.rxpp-content .rxpp-list1 li .cont-p .block i {
  display: block;
  font-size: 0;
  width: 5.625rem;
  position: absolute;
  left: 0;
  top: 2.125rem;
}

@media (max-width: 768px) {
  .rxpp-content .rxpp-list1 li .cont-p .block i {
    top: 1.6rem;
    width: 4.5rem;
  }
}

.rxpp-content .rxpp-list1 li .cont-p .block i img {
  width: 100%;
}

.rxpp-content .rxpp-list1 li .cont-p .block .wehsa-x {
  padding-bottom: 56.71429%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  min-height: 100%;
}

.rxpp-content .rxpp-list1 li .cont-p .block .wehsa-x > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as {
  width: 50%;
  padding: 2rem 3%;
}

@media (max-width: 768px) {
  .rxpp-content .rxpp-list1 li .cont-p .cont-as {
    width: 100%;
    padding: 1rem 4%;
  }
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as a.name {
  color: #6F6E6E;
  display: block;
  font: 500 1.25rem/1.5em "Noto Sans SC";
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as a.name:hover {
  color: #E60012;
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as .text {
  color: #6F6E6E;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 {
  padding: 0 1px;
  margin-top: 1.25rem;
}

@media (max-width: 768px) {
  .rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 {
    margin-top: 1rem;
  }
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 .swiper-slide a.asa {
  display: block;
  border-radius: .875rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0px 0.5rem 1rem 0px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

@media (max-width: 768px) {
  .rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 .swiper-slide a.asa {
    border-radius: 0.85rem;
  }
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 .swiper-slide a.asa i {
  display: block;
  font-size: 0;
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 .swiper-slide a.asa i img {
  width: 100%;
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 .swiper-slide a.asa .cont {
  color: #6F6E6E;
  text-align: center;
  font-size: 1rem;
  font-family: Noto Sans SC;
  font-weight: 400;
  border-top: 1px solid #E3E3E3;
  line-height: 1.5em;
  padding: 0.8rem 0;
}

@media (max-width: 768px) {
  .rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 .swiper-slide a.asa .cont {
    font-size: 1rem;
    padding: 0.45rem 0;
  }
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 .swiper-slide a.asa .cont p {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 .swiper-pagination1 {
  text-align: center;
  margin-top: 0.5rem;
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 .swiper-pagination1 span {
  background: #CFCFCF;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.3rem;
}

@media (max-width: 768px) {
  .rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 .swiper-pagination1 span {
    width: 0.8rem;
    height: 0.8rem;
  }
}

.rxpp-content .rxpp-list1 li .cont-p .cont-as .mySwiper6 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #E60012;
}

.rxpp-content .rxpp-list1 li:nth-child(2n) .cont-p .block {
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 768px) {
  .rxpp-content .rxpp-list1 li:nth-child(2n) .cont-p .block {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.goantas-a{
    text-align: center;
    margin-top: 1rem;
}
.goantas-a .swiper-button-prev1, .goantas-a .swiper-button-next1 {
 display: inline-block;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #EAEAEA;
  width: 2.625rem;
  height: 2.625rem;
  z-index: 1;
  text-align: center;
  line-height: 2.5rem;
  margin: 0 0.5rem;
}

.goantas-a .swiper-button-prev1.swiper-button-disabled, .goantas-a .swiper-button-next1.swiper-button-disabled {
  background-color: rgba(234, 234, 234, 0.5);
}

.goantas-a .swiper-button-prev1.swiper-button-disabled i, .goantas-a .swiper-button-next1.swiper-button-disabled i {
  color: #999;
}

.goantas-a .swiper-button-prev1 i, .goantas-a .swiper-button-next1 i {
  color: #2C2C2C;
  font: 600 1rem/1.5em "Noto Sans SC";
}

.goantas-a .swiper-button-prev1 {
  left: 3%;
}

.goantas-a .swiper-button-next1 {
  right: 3%;
}



