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

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

p {
  padding: 0;
  margin: 0;
}

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

.wh1 {
  padding: 0 3.9583333333%;
}
@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: #FFFFFF;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  background: #FF4B00;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  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: #FFFFFF;
}
.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: #FF4B00;
  background: #fff;
}
.more-msl.bs:before {
  background: #000;
}
.more-msl.bs:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  background-color: #EBEBEC;
  color: #595D61;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans SC";
}
.more-b > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.more-b span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  -webkit-transition-delay: 0.06s;
     -moz-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
}
.more-b i {
  display: inline-block;
  font-size: 0.75rem;
  -webkit-transition-delay: 0.12s;
     -moz-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  color: #595D61;
  font-weight: 400;
  vertical-align: middle;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #FF4B00;
  -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: #FF4B00;
}
.more-b:hover > * {
  -webkit-transform: translateX(0.75rem);
     -moz-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
  color: #fff;
}
.more-b:hover::after {
  -webkit-transform-origin: center left;
     -moz-transform-origin: center left;
      -ms-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.more-b.hs {
  background: #FF4B00;
  color: #fff;
}
.more-b.hs i {
  color: #fff;
}
.more-b.hs:hover {
  color: #595D61;
}
.more-b.hs:hover > * {
  color: #595D61;
}
.more-b.hs:hover i {
  color: #595D61;
}
.more-b.hs:hover::after {
  background-color: #EBEBEC;
}

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

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.202764977%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img-news img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.head {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
}
.head .head2 {
  line-height: 6.25rem;
  position: relative;
  background: #fff;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.25rem;
}
.head .head2 .zywena a.rhgxt {
  color: #595D61;
  font: 500 1.25rem/1em "Montserrat";
}
.head .head2 .zywena a.rhgxt i {
  font-size: 1.25rem;
  font-weight: 400;
  margin-right: 0.2rem;
}
.head .head2 .sska {
  line-height: 1em;
  margin-left: 1em;
}
.head .head2 .sska a {
  color: #595D61;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}
.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}

#menu {
  margin-right: 3vw;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
  padding: 0 1.5rem;
}
#menu .nav_a1 li a {
  display: block;
  color: #595D61;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.125rem;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FF4B00;
  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: 150%;
  left: -25%;
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 9;
  text-align: center;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.6em 0;
  color: #595D61;
}
#menu .nav_a1 li .sec a:hover {
  color: #FF4B00;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #595D61;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: #FF4B00;
}
#menu .nav_a1 li:hover .sec,
#menu .nav_a1 li:hover .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 li:hover > a, #menu .nav_a1 li.active > a {
  color: #FF4B00;
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}
.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.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: rgb(255, 255, 255);
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.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%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 32px;
  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 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, .m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: "";
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(100vh - 60px);
  height: -moz-calc(100vh - 60px);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}

.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans SC";
  padding: 0 4%;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Noto Sans SC";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 40px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}

.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, .m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li, .m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a, .m-bm-head.white .m-bm-nav .aniut i, .m-bm-head.white .m-bm-nav > li .sec a, .m-bm-head.white .mrhgxt {
  color: #000;
}

@media (max-width: 990px) {
  body {
    padding: 60px 0 0 !important;
  }
}
/* end */
.pc-banner {
  position: relative;
  overflow: hidden;
}
.pc-banner .mySwipera {
  position: relative;
}
.pc-banner .mySwipera .swiper-slide {
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pc-banner .mySwipera .banwez {
  color: #fff;
  width: 100%;
}
.pc-banner .mySwipera .banwez .tit1 {
  font: 600 2.5rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit1 {
    font-size: 1.25rem;
  }
}
.pc-banner .mySwipera .banwez .tit2 {
  font: 600 5rem/1.25em "Noto Sans SC";
  margin-top: 0.2rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit2 {
    font-size: 2rem;
    margin: 0.35rem auto 0.6rem;
  }
}
.pc-banner .mySwipera .banwez .tit3 {
  font: 600 2rem/1.25em "Montserrat";
  text-transform: uppercase;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez .tit3 {
    font-size: 1rem;
  }
}
.pc-banner .mySwipera .swiper-pagination {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 3%;
  width: 100%;
  z-index: 9;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-pagination {
    bottom: 5%;
  }
}
.pc-banner .mySwipera .swiper-pagination span {
  opacity: 1;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 0.6875rem;
  border: 1px solid #fff;
  background: transparent;
}
.pc-banner .mySwipera .swiper-pagination span.swiper-pagination-bullet-active {
  background: #FF4B00;
  border-color: #FF4B00;
  width: 1.5625rem;
}
.pc-banner a.mouse {
  position: absolute;
  left: 3.6%;
  bottom: 4.5%;
  z-index: 99;
  width: 0.9375rem;
  -webkit-animation: run 1s infinite linear;
     -moz-animation: run 1s infinite linear;
       -o-animation: run 1s infinite linear;
          animation: run 1s infinite linear;
}
.pc-banner a.mouse img {
  width: 100%;
}

@-webkit-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 4%;
    opacity: 1;
  }
}

@-moz-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 4%;
    opacity: 1;
  }
}

@-o-keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 4%;
    opacity: 1;
  }
}

@keyframes run {
  from {
    bottom: 7%;
    opacity: 0;
  }
  to {
    bottom: 4%;
    opacity: 1;
  }
}
.label_el {
  color: rgba(26, 26, 26, 0);
  text-shadow: none;
  -webkit-text-stroke-width: 0.47px;
  -webkit-text-stroke-color: #fff;
}
@media (max-width: 768px) {
  .label_el {
    -webkit-text-stroke-width: 0.3px;
  }
}

@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}

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

.overa {
  overflow: hidden;
}

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

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

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

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

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

.gong-p {
  color: #595D61;
  font: 400 1.25rem/1.6em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}

.txt {
  color: #595D61;
  font: 400 1.25rem/1.6em "Noto Sans SC";
}
@media (max-width: 768px) {
  .txt {
    font-size: 1rem;
  }
}

.title1 {
  color: #595D61;
}
@media (max-width: 768px) {
  .title1 {
    width: 100%;
  }
}
.title1 span {
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25em;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  .title1 span {
    font-size: 1.5rem;
    display: none;
  }
}
.title1 .tit {
  color: #595D61;
  font-family: "Noto Sans SC";
  font-size: 2.8125rem;
  font-weight: 700;
  line-height: 1.1em;
  position: relative;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
    text-align: center;
  }
}
.title1 .tit::after {
  content: "";
  width: 2em;
  height: 1px;
  background: #FF4B00;
  display: block;
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .title1 .tit::after {
    margin: 0.85rem auto 0;
  }
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 1.8rem;
  }
}

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

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

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

@keyframes rotatedHalf1 {
  0% {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cont1 {
  padding: 7.8125rem 0 8.125rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
  .cont1 .more-b {
    display: none;
  }
}
.cont1 .a1_v1 {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 {
    margin-top: 1.5rem;
  }
}
.cont1 .a1_v1 .a1_b1 {
  width: 100%;
  text-align: justify;
}
@media (max-width: 768px) {
  .cont1 .a1_v1 .a1_b1 {
    width: 100%;
  }
}
.cont1 .a1_v2 {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1_v2 {
    margin-top: 1.5rem;
  }
}
.cont1 .a1_v2 li {
  width: 31.8571428571%;
  background: #FFF;
  box-shadow: 0px 0.25rem 2.5rem 0px rgba(183, 183, 183, 0.25);
}
@media (max-width: 768px) {
  .cont1 .a1_v2 li {
    width: 100%;
  }
  .cont1 .a1_v2 li + li {
    margin-top: 1rem;
  }
}
.cont1 .a1_v2 li .cont-p {
  position: relative;
}
.cont1 .a1_v2 li u {
  display: block;
  font-size: 0;
}
.cont1 .a1_v2 li u img {
  width: 100%;
}
.cont1 .a1_v2 li i {
  width: 21.5246636771%;
  display: block;
  margin: 0 auto;
  font-size: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 11%;
}
.cont1 .a1_v2 li i img {
  width: 100%;
}
.cont1 .a1_v2 li .wenata {
  text-align: center;
  padding: 0.25rem 4% 1.85rem;
}
.cont1 .a1_v2 li .wenata h2 span {
  color: #595D61;
  font-family: Montserrat;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  line-height: 1em;
}
@media (max-width: 768px) {
  .cont1 .a1_v2 li .wenata h2 span {
    font-size: 2.5rem;
  }
}
.cont1 .a1_v2 li .wenata h2 b {
  color: #595D61;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.cont1 .a1_v2 li .wenata .p {
  color: #595D61;
  font-family: Noto Sans SC;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6em; /* 160% */
  text-transform: capitalize;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont1 .a1_v2 li .wenata .p {
    font-size: 1rem;
    height: auto;
  }
}

.cont2 {
  background: #EBEBEC;
  padding: 7.75rem 0 10.4375rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 2rem 0;
  }
}
.cont2 u {
  display: block;
  font-size: 0;
  width: 45.1041666667%;
  position: absolute;
  right: 4.7916666667%;
  top: 0;
}
@media (max-width: 1366px) {
  .cont2 u {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .cont2 u {
    right: 0;
  }
}
.cont2 u img {
  width: 100%;
}
.cont2 .wh {
  position: relative;
  z-index: 1;
}
.cont2 .a2_v1 .a2_b1 {
  width: 48%;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b1 {
    width: 100%;
  }
}
.cont2 .a2_v1 .a2_b2 {
  width: 48%;
}
@media (max-width: 768px) {
  .cont2 .a2_v1 .a2_b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.cont2 .a2_v1 .a2_b2 .a2_list2 li img {
  width: 100%;
}
.cont2 .a2_list1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 {
    width: 100%;
    margin-top: 0;
  }
}
.cont2 .a2_list1 li {
  width: 100%;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li {
    width: 100%;
  }
}
.cont2 .a2_list1 li a.name {
  display: block;
  border-bottom: 1px solid rgba(89, 93, 97, 0.2);
  padding: 2.1875rem 0;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li a.name {
    padding: 1rem 0;
  }
}
.cont2 .a2_list1 li a.name .tit .a {
  color: #595D61;
  font: 600 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li a.name .tit .a {
    font-size: 1.25rem;
  }
}
.cont2 .a2_list1 li a.name .tit .b {
  width: 2.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li a.name .tit .b {
    width: 2.3rem;
  }
}
.cont2 .a2_list1 li a.name .tit .b::after {
  content: "";
  width: 2.125rem;
  height: 2.3125rem;
  opacity: 0.9;
  background: -webkit-linear-gradient(bottom, #FF4B00 0%, #FF4B00 100%);
  background: -moz-linear-gradient(bottom, #FF4B00 0%, #FF4B00 100%);
  background: -o-linear-gradient(bottom, #FF4B00 0%, #FF4B00 100%);
  background: linear-gradient(0deg, #FF4B00 0%, #FF4B00 100%);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-35%);
     -moz-transform: translateY(-35%);
      -ms-transform: translateY(-35%);
       -o-transform: translateY(-35%);
          transform: translateY(-35%);
  opacity: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont2 .a2_list1 li a.name .tit .b img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont2 .a2_list1 li a.name .entit {
  color: #595D61;
  font: 500 1rem/1.5em "Montserrat";
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li a.name .entit {
    display: none;
  }
}
.cont2 .a2_list1 li a.name:hover .tit .b::after {
  opacity: 1;
  left: -1rem;
}
.cont2 .a2_list1 li a.name:hover .tit .b img {
  -webkit-transform: translateX(0.3125rem);
     -moz-transform: translateX(0.3125rem);
      -ms-transform: translateX(0.3125rem);
       -o-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}
.cont2 .a2_list1 li.on a.name .tit .b::after {
  opacity: 1;
  left: -1rem;
}
.cont2 .a2_list1 li.on a.name .tit .b img {
  -webkit-transform: translateX(0.3125rem);
     -moz-transform: translateX(0.3125rem);
      -ms-transform: translateX(0.3125rem);
       -o-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}

.cont3 {
  background: #fff;
  padding-top: 7.8125rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2rem 0;
  }
}
.cont3::after {
  content: "";
  width: 90.8333333333%;
  height: 28.9375rem;
  background: #FFF;
  box-shadow: 0px 0.25rem 2.5rem 0px rgba(183, 183, 183, 0.25);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .cont3::after {
    display: none;
  }
}
.cont3 .a3_v1 {
  margin-top: 5.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 {
    margin-top: 1.5rem;
  }
}
.cont3 .a3_v1 .mySwiper1 {
  position: relative;
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .img {
  width: 49.8571428571%;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .a3b1 .img {
    width: 100%;
  }
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .img img {
  width: 100%;
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p {
  width: 50.1428571429%;
  position: relative;
  padding-left: 10%;
  margin-bottom: 7.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1.5rem;
    padding-left: 6%;
  }
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p::after {
  content: "";
  background: #FF4B00;
  width: 1.5rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p::after {
    width: 0.5rem;
  }
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .tit {
  color: #FF4B00;
  font: 600 1.5rem/1.35em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .tit {
    font-size: 1.25rem;
  }
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .text-a {
  color: #5E5E5E;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  padding: 1rem 0 1.8rem;
  border-bottom: 1px solid #C7C5C5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .text-a {
    font-size: 1rem;
    padding: 0.75rem 0 1.25rem;
  }
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .text-a {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .text-a span {
  display: block;
  font: 400 1rem/1.5em "Noto Sans SC";
  background: #EBEBEC;
  color: #5E5E5E;
  text-align: center;
  padding: 0.65em 0;
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .miew {
  color: #5E5E5E;
  margin-top: 1.35rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .miew {
    margin-top: 1rem;
  }
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .miew::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #FF4B00;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  display: none;
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .miew span {
  font: 500 1rem/1.5em "Montserrat";
  text-transform: uppercase;
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .miew i {
  font: 400 1rem/1.5em "Noto Sans SC";
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .miew:hover {
  color: #FF4B00;
}
.cont3 .a3_v1 .mySwiper1 .a3b1 .cont-p .miew:hover::after {
  width: 100%;
}
.cont3 .a3_v1 .mySwiper1 .hjwes {
  width: 41.7857142857%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .hjwes {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
}
.cont3 .a3_v1 .mySwiper1 .hjwes .swiper-pagination1 {
  color: #5E5E5E;
  font: 600 1.25rem/1.5em "Montserrat";
  width: auto;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .hjwes .swiper-pagination1 {
    width: 100%;
    text-align: center;
    display: none;
  }
}
.cont3 .a3_v1 .mySwiper1 .hjwes .swiper-pagination1 span::before {
  content: "0";
}
.cont3 .a3_v1 .mySwiper1 .hjwes .xin {
  background: #B5B7BE;
  width: 35%;
  height: 1px;
  margin-right: 10%;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .hjwes .xin {
    display: none;
  }
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .hjwes .gongjt {
    margin: 1rem auto 0;
  }
}
.cont3 .a3_v1 .mySwiper1 .hjwes .gongjt > div {
  background: #EBEBEC;
  width: 5.3125rem;
  height: 4.5625rem;
  background: #EBEBEC;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .hjwes .gongjt > div {
    width: 4rem;
    height: 3.5rem;
  }
}
.cont3 .a3_v1 .mySwiper1 .hjwes .gongjt > div i {
  color: #626262;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .cont3 .a3_v1 .mySwiper1 .hjwes .gongjt > div i {
    font-size: 0.5rem;
  }
}
.cont3 .a3_v1 .mySwiper1 .hjwes .gongjt > div.swiper-button-next1 {
  background: #FF4B00;
}
.cont3 .a3_v1 .mySwiper1 .hjwes .gongjt > div.swiper-button-next1 i {
  color: #fff;
}

.cont4 {
  background: #f2f2f2;
  padding: 7.875rem 0 7.1875rem;
  border-bottom: 1px solid #999999;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
  .cont4 .more-b {
    display: none;
  }
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_sort1 {
    width: 100%;
    margin-top: 1.5rem;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cont4 .a4_v1 .xw_sort1 li + li {
  margin-left: 1.5em;
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_sort1 li + li {
    margin-left: 1rem;
  }
}
.cont4 .a4_v1 .xw_sort1 li a {
  display: block;
  color: #595D61;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont4 .a4_v1 .xw_sort1 li a {
    font-size: 1.35rem;
  }
}
.cont4 .a4_v1 .xw_sort1 li:hover a, .cont4 .a4_v1 .xw_sort1 li.on a {
  color: #FF4B00;
  font-weight: 600;
}
.cont4 .a4_v2 {
  margin-top: 4.6875rem;
}
@media (max-width: 768px) {
  .cont4 .a4_v2 {
    margin-top: 1.5rem;
  }
}
.cont4 .a4_v2 .ttz {
  height: 0;
  overflow: hidden;
}
.cont4 .a4_v2 .ttz.a {
  height: auto;
}
.cont4 .a4_v2 .mySwiper2 a.icont {
  display: block;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  position: relative;
}
.cont4 .a4_v2 .mySwiper2 a.icont::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.cont4 .a4_v2 .mySwiper2 a.icont u {
  display: block;
  font-size: 0;
  padding-bottom: 110.5714285714%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cont4 .a4_v2 .mySwiper2 a.icont u {
    padding-bottom: 100%;
  }
}
.cont4 .a4_v2 .mySwiper2 a.icont u > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cont4 .a4_v2 .mySwiper2 a.icont .cont-p {
  z-index: 9;
  width: 100%;
  padding: 1rem 8%;
}
.cont4 .a4_v2 .mySwiper2 a.icont .cont-p .tit {
  color: #595D61;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.cont4 .a4_v2 .mySwiper2 a.icont .cont-p .p {
  color: #5E5E5E;
  font: 400 1.125rem/1.8em "Noto Sans SC";
  margin-top: 1.125rem;
}
.cont4 .a4_v2 .mySwiper2 a.icont .cont-p .data {
  border-top: 1px solid #EAEAEA;
  padding-top: 1rem;
  margin-top: 3rem;
}
.cont4 .a4_v2 .mySwiper2 a.icont .cont-p .data .jsda {
  color: #595D61;
  text-align: right;
}
.cont4 .a4_v2 .mySwiper2 a.icont .cont-p .data .jsda span {
  display: block;
  font: 600 1.5rem/1.25em "Noto Sans SC";
}
.cont4 .a4_v2 .mySwiper2 a.icont .cont-p .data .jsda b {
  display: block;
  font: 400 1rem/1.25em "Noto Sans SC";
}
.cont4 .a4_v2 .mySwiper2 a.icont .cont-p .data i {
  color: #595D61;
  font: 400 1.5rem/1.25em "Noto Sans SC";
}
.cont4 .a4_v2 .mySwiper2 a.icont:hover::after {
  background: rgba(53, 53, 53, 0.3);
}
.cont4 .a4_v2 .mySwiper2 a.icont:hover .cont-p .tit, .cont4 .a4_v2 .mySwiper2 a.icont:hover .cont-p .p, .cont4 .a4_v2 .mySwiper2 a.icont:hover .cont-p .data .jsda, .cont4 .a4_v2 .mySwiper2 a.icont:hover .cont-p .data i {
  color: #fff;
}
.cont4 .a4_v2 .swiper-pagination {
  margin: 1rem 0;
  margin-top: 4.6875rem;
  margin-left: 13.5416666667%;
  height: 1px;
  background: #4F4F4F;
  position: static;
  overflow: visible;
}
@media (max-width: 1366px) {
  .cont4 .a4_v2 .swiper-pagination {
    margin-left: 5.78125%;
  }
}
@media (max-width: 768px) {
  .cont4 .a4_v2 .swiper-pagination {
    margin: 1rem 4%;
  }
}
.cont4 .a4_v2 .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #FF4B00;
  height: 0.5rem;
  top: -0.25rem;
}

.cont5 {
  padding: 5.3125rem 0 3.5rem;
}
@media (max-width: 768px) {
  .cont5 {
    padding: 2rem 0;
  }
}
.cont5 .a5_v1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont5 .a5_v1 {
    margin-top: 1rem;
  }
}
.cont5 .a5_v1 .mySwiper3 a.block img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.cont5 .a5_v1 .mySwiper3 a.block:hover img {
  -webkit-filter: none;
          filter: none;
}
.cont5 .a5_v1 .mySwiper3 .swiper-pagination1 {
  width: 100%;
  text-align: center;
}
.cont5 .a5_v1 .mySwiper3 .swiper-pagination1 span {
  opacity: 1;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 0.6875rem;
  border: 1px solid #7A7A7A;
  background: transparent;
}
.cont5 .a5_v1 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #FF4B00;
  border-color: #FF4B00;
  width: 1.5625rem;
}

.foot-fot {
  position: relative;
  background: #EBEBEC;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 2.875rem 0 4rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #595D61;
  font: 600 1.25rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a {
  color: #595D61;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.6em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: #595D61;
  font: 400 1rem/1.8em "Noto Sans SC";
}
.foot-fot .foota1 .dseca > a:hover {
  color: #FF4B00;
}
.foot-fot .foota1 .dseca p {
  color: #595D61;
  font: 400 1rem/1.8em "Noto Sans SC";
}
.foot-fot .foota1 .fo-a2 {
  width: 32%;
}
.foot-fot .foota1 .fo-a2 .dtel {
  color: #595D61;
  font: 700 2rem/1.5em "Montserrat";
}
.foot-fot .foota1 .fo-a2 .dseca {
  margin-top: 0;
}
.foot-fot .foota1 .fo-a2 .social-share {
  margin-top: 0.8rem;
}
.foot-fot .foota1 .fo-a2 .social-share a {
  color: #9FA5AA;
  border-color: #9FA5AA;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.125rem;
}
.foot-fot .foota1 .fo-a2 .social-share a:hover {
  background: #9FA5AA;
  color: #fff;
}
.foot-fot .foota2 {
  color: #999FA5;
  font: 400 1rem/1.65em "Noto Sans SC";
  padding: 1em 0;
  border-top: 1px solid #FFFFFF;
}
.foot-fot .foota2 a {
  color: #999FA5;
}
.foot-fot .foota2 a:hover {
  color: #FF4B00;
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

.foot1-m {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot1-m .m-bm-head-box .m-bm-navbtn span, .foot1-m .m-bm-head-box .m-bm-navbtn:after, .foot1-m .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.foot1-m .m-bm-menu {
  background: #fff;
}
.foot1-m .m-bm-nav > li, .foot1-m .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.foot1-m .m-bm-nav > li > a, .foot1-m .m-bm-nav .aniut i, .foot1-m .m-bm-nav > li .sec a, .foot1-m .mrhgxt {
  color: #000;
}

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

.zd_erha {
  position: fixed;
  right: 1.82292%;
  bottom: 12%;
  z-index: 999;
}
@media (max-width: 768px) {
  .zd_erha {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li {
  margin-top: 1.25rem;
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #B1B3B5;
  border-radius: 50%;
  line-height: 3.5rem;
  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: #FF5800;
}
.zd_erha li .erghgsa {
  position: absolute;
  z-index: -1;
  padding: 0.5em 1.5rem;
  width: auto;
  text-align: center;
  right: -webkit-calc(110% + 5px);
  right: -moz-calc(110% + 5px);
  right: calc(110% + 5px);
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(110%);
     -moz-transform: translateX(110%);
      -ms-transform: translateX(110%);
       -o-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  color: #333;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0.4rem;
  white-space: nowrap;
}
.zd_erha li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

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

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

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

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

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #FF4B00;
  border-color: #FF4B00;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.pager li {
  display: inline;
}

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

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

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

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

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

.ajhhsd {
  color: #595D61;
  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: #595D61;
}
.ajhhsd a:hover {
  color: #FF4B00;
}

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

@media (max-width: 768px) {
  .mt40 {
    margin-top: 1rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "Noto Sans SC";
  background: transparent;
  color: #999;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "Noto Sans SC";
  color: #333;
}
@media (max-width: 768px) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}

.ss-list li {
  padding: 1rem 0;
}
.ss-list li + li {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .ss-list li + li {
    margin-top: 0.5rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 768px) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font: 500 1.25rem/1.35em "Noto Sans SC";
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #FF4B00;
  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: 500 1rem/1.5em "Noto Sans SC";
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}

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

/*内页end*/
.nbanner {
  position: relative;
}
.nbanner .img {
  width: 100%;
  font-size: 0;
}
.nbanner .img img {
  width: 100%;
}
.nbanner .nbanner-wen1 {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: auto;
  bottom: 3rem;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 {
    bottom: 2rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
  text-align: center;
}
.nbanner .nbanner-wen1 .banner-cont .p1 {
  font: 600 3.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p1 {
    font-size: 1.8rem;
  }
}
.nbanner .nbanner-wen1 .banner-cont .p2 {
  font: 600 1.875rem/1.5em "Montserrat";
  letter-spacing: 0.375rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .nbanner .nbanner-wen1 .banner-cont .p2 {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
.nbanner .nbanner-wen1 .banner-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .nbanner-wen1 .banner-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .nbanner-wen1 .banner-cont .ajhhsd a:hover {
  color: #FF4B00;
}

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

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

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

.product-list li {
  padding: 11rem 0;
}
@media (max-width: 768px) {
  .product-list li {
    padding: 2rem 0;
  }
}
.product-list li:nth-child(2n) {
  background: #EBEBEC;
}
.product-list li .cont-p {
  width: 41.0714285714%;
  color: #595D61;
}
@media (max-width: 768px) {
  .product-list li .cont-p {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.5rem;
  }
}
.product-list li .cont-p a.name {
  display: block;
  font: 600 2.5rem/1.15em "Noto Sans SC";
  color: #595D61;
}
@media (max-width: 768px) {
  .product-list li .cont-p a.name {
    font-size: 1.5rem;
  }
}
.product-list li .cont-p a.name:hover {
  color: #FF4B00;
}
.product-list li .cont-p .p {
  font: 400 1.75rem/1.5em "Noto Sans SC";
  position: relative;
  border-bottom: 1px solid #A3A3A3;
  padding: 1rem 0 0.8rem;
}
@media (max-width: 768px) {
  .product-list li .cont-p .p {
    font-size: 1.125rem;
    padding: 0.5rem 0 0.4rem;
  }
}
.product-list li .cont-p .p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 3em;
  height: 1px;
  background: #FF4B00;
}
.product-list li .cont-p .cont {
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .product-list li .cont-p .cont {
    margin: 1rem 0;
  }
}
.product-list li .cont-p .cont p {
  color: #595D61;
  font: 400 1.25rem/1.6em "Noto Sans SC";
  position: relative;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .product-list li .cont-p .cont p {
    font-size: 1rem;
  }
}
.product-list li .cont-p .cont p::after {
  content: "";
  display: block;
  background: #FF4B00;
  width: 0.8125rem;
  height: 0.8125rem;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
@media (max-width: 768px) {
  .product-list li .cont-p .cont p::after {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.6rem;
  }
}
.product-list li a.img {
  width: 52.7142857143%;
  display: block;
  font-size: 0;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0px 0.25rem 2.5rem 0px rgba(183, 183, 183, 0.25);
}
@media (max-width: 768px) {
  .product-list li a.img {
    width: 100%;
  }
}
.product-list li a.img img {
  width: 100%;
}
.product-list li:nth-child(2n) a.more-b {
  background-color: #FFFFFF;
}

.product-show-content {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  .product-show-content {
    padding-top: 0;
  }
}

.hs-tisdt {
  background: #FF4B00;
  text-align: center;
  color: #fff;
  font: 500 1.5rem/1.2em "Noto Sans SC";
  padding: 1rem 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .hs-tisdt {
    font-size: 1.25rem;
    padding: 0.8rem 0;
  }
}

.ashg-as23 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #bfbfbf;
  padding: 1rem 1rem 0;
}
@media (max-width: 768px) {
  .ashg-as23 li {
    width: 33.3333333333%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0.75rem 0.75rem 0;
  }
}
.ashg-as23 li i {
  display: block;
  font-size: 0;
}
.ashg-as23 li i img {
  width: 100%;
}
.ashg-as23 li p {
  text-align: center;
  color: #565656;
  font: 500 1rem/1.5em "Noto Sans SC";
  padding: 0.9rem 0;
}
@media (max-width: 768px) {
  .ashg-as23 li p {
    padding: 0.7rem 0;
  }
}

.ashg-as25 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ashg-as25 li i {
  display: block;
  border: 1px solid #bfbfbf;
  padding: 1rem;
}
@media (max-width: 768px) {
  .ashg-as25 li i {
    padding: 0.75rem;
  }
}
@media (max-width: 768px) {
  .ashg-as25 li {
    width: 100%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.ashg-as25 li i {
  display: block;
  font-size: 0;
}
.ashg-as25 li i img {
  width: 100%;
}
.ashg-as25 li p {
  text-align: center;
  color: #565656;
  font: 500 1rem/1.5em "Noto Sans SC";
  padding: 0.9rem 0;
}
@media (max-width: 768px) {
  .ashg-as25 li p {
    padding: 0.7rem 0;
  }
}

.ashg-as24 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #bfbfbf;
  padding: 1rem 1rem 0;
}
@media (max-width: 768px) {
  .ashg-as24 li {
    width: 100%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding: 0.75rem 0.75rem 0;
  }
}
.ashg-as24 li i {
  display: block;
  font-size: 0;
}
.ashg-as24 li i img {
  width: 100%;
}
.ashg-as24 li i.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.ashg-as24 li i.flex2 u {
  display: block;
  font-size: 0;
  width: 44.2%;
}
.ashg-as24 li p {
  text-align: center;
  color: #565656;
  font: 500 1rem/1.5em "Noto Sans SC";
  padding: 0.9rem 0;
}
@media (max-width: 768px) {
  .ashg-as24 li p {
    padding: 0.7rem 0;
  }
}

.pro-tit {
  color: #595D61;
  font: 600 2.5rem/1.5em "Noto Sans SC";
  position: relative;
  padding-left: 2.875rem;
}
.pro-tit::after {
  content: "";
  display: block;
  width: 2.4375rem;
  height: 2.25rem;
  position: absolute;
  left: 0;
  top: 1rem;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/xinyue0830/uploads/20230905/fd9cd967d8590950e43e0ddda9089ffa.svg) no-repeat center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
@media (max-width: 768px) {
  .pro-tit {
    font-size: 1.8rem;
    padding-left: 1.65rem;
  }
  .pro-tit::after {
    width: 1.25rem;
    height: 1.5rem;
    top: 0.75rem;
  }
}

.pro-show-cont1 {
  padding: 4.375rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 {
    padding: 2rem 0;
  }
}
.pro-show-cont1 .pro-a1b1 {
  width: 41.0714285714%;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-a1b1 {
    width: 100%;
  }
}
.pro-show-cont1 .pro-a1b1 .p {
  font: 400 1.75rem/1.5em "Noto Sans SC";
  position: relative;
  border-bottom: 1px solid #A3A3A3;
  padding: 1rem 0 0.8rem;
  margin-top: 2rem;
  color: #595D61;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-a1b1 .p {
    font-size: 1.125rem;
    padding: 0.5rem 0 0.4rem;
    margin-top: 0.5rem;
  }
}
.pro-show-cont1 .pro-a1b1 .p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 3em;
  height: 1px;
  background: #FF4B00;
}
.pro-show-cont1 .pro-a1b1 .cont {
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-a1b1 .cont {
    margin: 1rem 0;
  }
}
.pro-show-cont1 .pro-a1b1 .cont p {
  color: #595D61;
  font: 400 1.25rem/1.6em "Noto Sans SC";
  position: relative;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-a1b1 .cont p {
    font-size: 1rem;
  }
}
.pro-show-cont1 .pro-a1b1 .cont p::after {
  content: "";
  display: block;
  background: #FF4B00;
  width: 0.8125rem;
  height: 0.8125rem;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-a1b1 .cont p::after {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.6rem;
  }
}
.pro-show-cont1 .pro-a1b1 a.more-b {
  padding: 0.7rem 1.5rem 0.7rem 2.5rem;
}
.pro-show-cont1 .pro-a1b1 a.more-b span {
  font-weight: 400;
}
.pro-show-cont1 .pro-a1b2 {
  width: 52.7142857143%;
  display: block;
  font-size: 0;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0px 0.25rem 2.5rem 0px rgba(183, 183, 183, 0.25);
}
@media (max-width: 768px) {
  .pro-show-cont1 .pro-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.pro-show-cont1 .pro-a1b2 img {
  width: 100%;
}
.pro-show-cont1 .pro-a1b2 .cp-show-img {
  position: relative;
}
.pro-show-cont1 .pro-a1b2 .cp-show-img .mySwiper8 {
  position: relative;
}
.pro-show-cont1 .pro-a1b2 .cp-show-img .gongt > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.pro-show-cont1 .pro-a1b2 .cp-show-img .gongt > div.swiper-button-next1 {
  right: 3%;
}
.pro-show-cont1 .pro-a1b2 .cp-show-img .gongt > div.swiper-button-prev1 {
  left: 3%;
}
.pro-show-cont1 .pro-a1b2 .cp-show-img .gongt > div i {
  color: #999;
  font-size: 2rem;
}
.pro-show-cont1 .pro-a1b2 .cp-show-img .gongt > div i:hover {
  color: #000;
}

.pro-show-cont2 {
  padding: 4.0625rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont2 {
    padding: 1rem 0;
  }
}
.pro-show-cont2 .mySwiper4 {
  padding: 1rem;
  margin: 0 -1rem;
  margin-top: 2.1rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .mySwiper4 {
    margin-top: 0.5rem;
  }
}
.pro-show-cont2 .mySwiper4 .swiper-slide {
  background: #FFF;
  box-shadow: 0px 0.25rem 1rem 0px rgba(183, 183, 183, 0.25);
}
.pro-show-cont2 .mySwiper4 .swiper-slide .cont-p {
  position: relative;
}
.pro-show-cont2 .mySwiper4 .swiper-slide u {
  display: block;
  font-size: 0;
}
.pro-show-cont2 .mySwiper4 .swiper-slide u img {
  width: 100%;
}
.pro-show-cont2 .mySwiper4 .swiper-slide i {
  width: 21.5246636771%;
  display: block;
  margin: 0 auto;
  font-size: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 11%;
}
.pro-show-cont2 .mySwiper4 .swiper-slide i img {
  width: 100%;
}
.pro-show-cont2 .mySwiper4 .swiper-slide .wenata {
  text-align: center;
  padding: 0.25rem 4% 1.85rem;
}
.pro-show-cont2 .mySwiper4 .swiper-slide .wenata h2 span {
  color: #595D61;
  font-family: Montserrat;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  line-height: 1em;
}
@media (max-width: 768px) {
  .pro-show-cont2 .mySwiper4 .swiper-slide .wenata h2 span {
    font-size: 2.5rem;
  }
}
.pro-show-cont2 .mySwiper4 .swiper-slide .wenata h2 b {
  color: #595D61;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.pro-show-cont2 .mySwiper4 .swiper-slide .wenata .p {
  color: #595D61;
  font-family: Noto Sans SC;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6em; /* 160% */
  text-transform: capitalize;
  height: 3.2em;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pro-show-cont2 .mySwiper4 .swiper-slide .wenata .p {
    font-size: 1rem;
    height: auto;
  }
}
.pro-show-cont2 .mySwiper4 .swiper-pagination1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont2 .mySwiper4 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.gong-pagination {
  width: 100%;
  text-align: center;
}
.gong-pagination span {
  opacity: 1;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 0.6875rem;
  border: 1px solid #7A7A7A;
  background: transparent;
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: #FF4B00;
  border-color: #FF4B00;
  width: 1.5625rem;
}

.pro-show-cont3 {
  background: #EBEBEC;
  padding: 5.9375rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont3 {
    padding: 2rem 0;
  }
}
.pro-show-cont3 .cont-p {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .cont-p {
    margin-top: 1rem;
  }
}
.pro-show-cont3 .yycja {
  margin-top: 3.125rem;
}
@media (max-width: 768px) {
  .pro-show-cont3 .yycja {
    margin-top: 1.5rem;
  }
}
.pro-show-cont3 .yycja li .img {
  width: 50%;
}
@media (max-width: 768px) {
  .pro-show-cont3 .yycja li .img {
    width: 100%;
  }
}
.pro-show-cont3 .yycja li .img img {
  width: 100%;
}
.pro-show-cont3 .yycja li .cont-p {
  width: 50%;
  background: #FFF;
  box-shadow: 0px 0.25rem 2.5rem 0px rgba(183, 183, 183, 0.25);
}
@media (max-width: 768px) {
  .pro-show-cont3 .yycja li .cont-p {
    width: 100%;
  }
}
.pro-show-cont3 .yycja li .cont-p .cont {
  width: 100%;
  padding: 0 8%;
  border-left: 0.6875rem solid #FF4B00;
}
@media (max-width: 768px) {
  .pro-show-cont3 .yycja li .cont-p .cont {
    padding: 1.5rem;
    border-left: 0.25rem solid #FF4B00;
  }
}
.pro-show-cont3 .yycja li .cont-p .cont .tit {
  color: #595D61;
  font: 400 1.75rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pro-show-cont3 .yycja li .cont-p .cont .tit {
    font-size: 1.35rem;
  }
}
.pro-show-cont3 .yycja li .cont-p .cont .p {
  color: #595D61;
  font: 400 1.25rem/1.6em "Noto Sans SC";
  margin-top: 0.75rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .pro-show-cont3 .yycja li .cont-p .cont .p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.pro-show-cont3 .yycja li:nth-child(2n) .img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .pro-show-cont3 .yycja li:nth-child(2n) .img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.pro-show-cont3 .yycja li:nth-child(2n) .cont-p .cont {
  border-right: 0.6875rem solid #FF4B00;
  border-left: none;
}
@media (max-width: 768px) {
  .pro-show-cont3 .yycja li:nth-child(2n) .cont-p .cont {
    border-width: 0.25rem;
  }
}

.pro-show-cont4 {
  padding: 5.2rem 0;
}
@media (max-width: 768px) {
  .pro-show-cont4 {
    padding: 2rem 0;
  }
}
.pro-show-cont4 .mySwiper5 {
  padding: 1rem;
  margin: 0 -1rem;
  margin-top: 2.1rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 {
    margin-top: 1rem;
  }
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img {
  display: block;
  background: #FFF;
  box-shadow: 0px 0.25rem 1rem 0px rgba(183, 183, 183, 0.25);
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img u {
  display: block;
  font-size: 0;
  border-bottom: 1PX solid #CDCDCD;
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img u img {
  width: 100%;
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img .data {
  text-align: center;
  padding: 1.5rem 1em;
  color: #595D61;
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img .data .tit {
  font: 600 1.25rem/1.6em "Noto Sans SC";
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img .data .ftit {
  font: 400 1rem/1.5em "Noto Sans SC";
}
.pro-show-cont4 .mySwiper5 .swiper-slide a.img:hover .data .tit {
  color: #FF5800;
}
.pro-show-cont4 .mySwiper5 .swiper-pagination1 {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .pro-show-cont4 .mySwiper5 .swiper-pagination1 {
    margin-top: 1rem;
  }
}

.hy-cont1 {
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .hy-cont1 {
    margin-top: 2rem;
  }
}
.hy-cont1 .cont-p {
  margin-top: 1rem;
}
.hy-cont1 .cont-p .p {
  color: #595D61;
  font: 400 1.25rem/1.6em "Noto Sans SC";
}
@media (max-width: 768px) {
  .hy-cont1 .cont-p .p {
    font-size: 1.125rem;
  }
}
.hy-cont1 .cont-p .p span {
  color: #FF4B00;
}
.hy-cont1 .cont-p .p .p1 p {
  position: relative;
  padding-left: 1em;
}
.hy-cont1 .cont-p .p .p1 p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.hy-cont1 .cont-p .p.flex .img {
  width: 49.6428571429%;
}
@media (max-width: 768px) {
  .hy-cont1 .cont-p .p.flex .img {
    width: 100%;
  }
}
.hy-cont1 .cont-p .p.flex .img img {
  width: 100%;
}
.hy-cont1 .cont-p .p.flex .p {
  width: 44.0714285714%;
}
@media (max-width: 768px) {
  .hy-cont1 .cont-p .p.flex .p {
    width: 100%;
    margin-top: 1.25rem;
  }
}
.hy-cont1 .cont-p .tit {
  color: #595D61;
  font: 600 1.875rem/1.5em "Noto Sans SC";
  margin: 1.5rem 0 0.5rem;
}
@media (max-width: 768px) {
  .hy-cont1 .cont-p .tit {
    font-size: 1.25rem;
    margin: 1rem 0 0.4rem;
  }
}

.hy-cont2 {
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .hy-cont2 {
    margin-top: 2rem;
  }
}
.hy-cont2 .spbb {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .hy-cont2 .spbb {
    margin-top: 1rem;
  }
}
.hy-cont2 .spbb u {
  display: block;
  font-size: 0;
}
.hy-cont2 .spbb u img {
  width: 100%;
}
.hy-cont2 .spbb a.tcbf {
  display: block;
  font-size: 0;
  width: 4rem;
}
@media (max-width: 768px) {
  .hy-cont2 .spbb a.tcbf {
    width: 2.8rem;
  }
}
.hy-cont2 .spbb a.tcbf img {
  width: 100%;
}

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

.news-list {
  margin-top: 1rem;
}
.news-list li {
  width: 100%;
  margin-top: 3rem;
}
.news-list li + li {
  border-top: 1px solid #EBEBEB;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .news-list li + li {
    padding-top: 1.5rem;
  }
}
@media (max-width: 768px) {
  .news-list li {
    margin-top: 1.5rem;
  }
}
@media (max-width: 450px) {
  .news-list li {
    width: 100%;
  }
}
.news-list li a.icont {
  position: relative;
  background: #FFF;
}
.news-list li a.icont u {
  display: block;
  font-size: 0;
  padding-bottom: 18%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  width: 25%;
}
@media (max-width: 768px) {
  .news-list li a.icont u {
    padding-bottom: 65%;
    width: 100%;
  }
}
.news-list li a.icont u > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-list li a.icont .cont-p {
  width: 75%;
  padding: 1.875rem 4%;
}
@media (max-width: 768px) {
  .news-list li a.icont .cont-p {
    padding: 1.4rem 5%;
    width: 100%;
  }
}
.news-list li a.icont .cont-p .tit {
  color: #595D61;
  font: 600 1.25rem/1.5em "Noto Sans SC";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-list li a.icont .cont-p .tit {
    font-size: 1.125rem;
  }
}
.news-list li a.icont .cont-p .p {
  color: #595D61;
  font: 400 1.125rem/1.45em "Noto Sans SC";
  margin-top: 0.6rem;
}
@media (max-width: 768px) {
  .news-list li a.icont .cont-p .p {
    font-size: 1rem;
  }
}
.news-list li a.icont .cont-p .data {
  border-top: 1px solid #EAEAEA;
  padding: 1rem 0;
  margin-top: 1.5rem;
  display: none;
}
@media (max-width: 768px) {
  .news-list li a.icont .cont-p .data {
    margin-top: 1rem;
    padding: 0.75rem 0;
  }
}
.news-list li a.icont .cont-p .data .jsda {
  color: #595D61;
  text-align: right;
}
.news-list li a.icont .cont-p .data .jsda span {
  display: block;
  font: 600 1.5rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .news-list li a.icont .cont-p .data .jsda span {
    font-size: 1.35rem;
  }
}
.news-list li a.icont .cont-p .data .jsda b {
  display: block;
  font: 400 1rem/1.25em "Noto Sans SC";
}
.news-list li a.icont .cont-p .data i {
  color: #595D61;
  font: 400 1.5rem/1.25em "Noto Sans SC";
}
.news-list li a.icont:hover {
  box-shadow: 0px 0.25rem 2.5rem 0px rgba(183, 183, 183, 0.25);
}
.news-list li a.icont:hover .cont-p .tit {
  color: #FF4B00;
}
.news-list li a.icont:hover .cont-p .data .jsda {
  color: #FF4B00;
}
.news-list li a.icont:hover .cont-p .data i {
  color: #FF4B00;
}

/*新闻详情*/
.ny-show_body {
  padding-top: 6.25rem;
}

.xw-show_bja {
  background: #EDEDED;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .xw-show_bja {
    padding-bottom: 1.25rem;
  }
}
.xw-show_bja .ajhhsd {
  padding-bottom: 0;
}
.xw-show_bja .title-a {
  color: #242424;
  font: 500 2.8125rem/1.1em "Noto Sans SC";
  padding: 1.25rem 0 1.5rem;
}
@media (max-width: 768px) {
  .xw-show_bja .title-a {
    font-size: 1.5rem;
    padding: 0.65rem 0;
  }
}
.xw-show_bja .title-b .date-a {
  color: rgba(89, 93, 97, 0.5);
  font: 400 1.25rem/1.5em "Noto Sans SC";
}
.xw-show_bja .title-b .fen-xiang {
  color: rgba(89, 93, 97, 0.5);
  font: 400 1.125rem/1.5em "Noto Sans SC";
  margin-left: 2em;
}
@media (max-width: 768px) {
  .xw-show_bja .title-b .fen-xiang {
    margin-left: 0;
    margin-top: 0.5rem;
    width: 100%;
  }
}
.xw-show_bja .title-b .fen-xiang .social-share .icon-wechat .wechat-qrcode {
  z-index: 99;
}
.xw-show_bja .title-b .fen-xiang .social-share a {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 50%;
  background: #CBCBCB;
  border: none;
  color: #fff;
  font-weight: 400;
}

.show-news-content .xinwn-consss {
  color: #595D61;
  font: 400 1.125rem/1.5em "Noto Sans SC";
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .show-news-content .xinwn-consss {
    padding: 2rem 0;
    font-size: 1rem;
    line-height: 1.6em;
  }
}
.show-news-content .pain {
  border-top: 1px solid #EBEBEC;
  padding: 1.5rem 0 2.5rem;
}
@media (max-width: 768px) {
  .show-news-content .pain {
    padding: 1rem 0 2rem;
  }
}
.show-news-content .pain > div {
  color: #595D61;
  font: 400 1.25rem/1.2em "Noto Sans SC";
  padding: 0.35rem 0;
}
@media (max-width: 768px) {
  .show-news-content .pain > div {
    font-size: 1rem;
    line-height: 1.5em;
  }
}
.show-news-content .pain > div a {
  color: #8E8E8E;
}
.show-news-content .pain > div a:hover {
  color: #FF4B00;
}

.ny-tit {
  text-align: center;
}
.ny-tit .tit {
  color: #595D61;
  font: 600 2.8125rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 2rem;
  }
}
.ny-tit .tit::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #FF4B00;
  margin: 0.75rem auto 1.5rem;
}
.ny-tit .p {
  color: #595D61;
  font: 400 1.5rem/1.5em "Noto Sans SC";
  text-align: center;
}
.ny-tit .p.gtas1 {
  font-size: 1.125rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .ny-tit .p {
    font-size: 1.125rem;
  }
}

@-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-cont1 {
  padding: 6.5625rem 0;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 2rem 0;
  }
}
.abt-cont1 .abt-a3_v1 {
  margin-top: 2.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 {
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a3_v1 u {
  display: block;
  font-size: 0;
}
.abt-cont1 .abt-a3_v1 u img {
  width: 100%;
}
.abt-cont1 .abt-a3_v1 .abt-a3_b1 li {
  position: absolute;
  z-index: 10;
  text-align: center;
}
.abt-cont1 .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-cont1 .abt-a3_v1 .abt-a3_b1 li .name {
    font-size: 0.5rem;
  }
}
.abt-cont1 .abt-a3_v1 .abt-a3_b1 li::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.25rem;
  height: 0.25rem;
  background: #FF4B00;
  border-radius: 50%;
  margin-left: -0.125rem;
  margin-top: -0.125rem;
}
.abt-cont1 .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: #FF4B00 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-cont1 .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-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(1) {
  left: 7%;
  top: 32%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(1) {
    top: 14%;
  }
}
.abt-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(2) {
  left: 35%;
  top: 36%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(2) {
    left: 32%;
    top: 16%;
  }
}
.abt-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(3) {
  left: 31%;
  top: 40%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(3) {
    left: 25%;
    top: 20%;
  }
}
.abt-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(4) {
  left: 34%;
  top: 42%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(4) {
    left: 29%;
    top: 21%;
  }
}
.abt-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(5) {
  left: 37%;
  top: 42%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(5) {
    left: 37%;
    top: 21%;
  }
}
.abt-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(6) {
  left: 74%;
  top: 37%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 .abt-a3_b1 li:nth-child(6) {
    left: 71%;
    top: 17%;
  }
}
.abt-cont1 .abt-a3_v1 .abt-a3_b1 li.hs::after {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
}
.abt-cont1 .abt-a3_v1 .abt-a3_b2 {
  margin-top: -20%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 .abt-a3_b2 {
    margin-top: -12%;
  }
}
.abt-cont1 .abt-a3_v1 .abt-a3_b2 li {
  width: 40%;
  text-align: center;
}
.abt-cont1 .abt-a3_v1 .abt-a3_b2 li:nth-child(2) {
  margin-left: 13%;
}
.abt-cont1 .abt-a3_v1 .abt-a3_b2 li:nth-child(3) {
  margin-top: 1.25rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 .abt-a3_b2 li {
    width: 50%;
    margin-top: 1.2rem;
  }
  .abt-cont1 .abt-a3_v1 .abt-a3_b2 li:nth-child(2) {
    margin-left: 0;
  }
  .abt-cont1 .abt-a3_v1 .abt-a3_b2 li:nth-child(3) {
    margin-top: 1.2rem;
  }
}
.abt-cont1 .abt-a3_v1 .abt-a3_b2 li .toas {
  color: #FF4B00;
  font: 600 1.4375rem/1em "Noto Sans SC";
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 .abt-a3_b2 li .toas {
    font-size: 1.25rem;
  }
}
.abt-cont1 .abt-a3_v1 .abt-a3_b2 li span {
  font: 700 7.8125rem/1em "Montserrat";
  display: inline-block;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 .abt-a3_b2 li span {
    font-size: 2.5rem;
    width: auto;
  }
}
.abt-cont1 .abt-a3_v1 .abt-a3_b2 li .cont {
  color: #383838;
}
.abt-cont1 .abt-a3_v1 .abt-a3_b2 li .cont p {
  font: 400 1.1875rem/1.5em "Noto Sans SC";
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a3_v1 .abt-a3_b2 li .cont p {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

@-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);
  }
}
.abt-cont2 {
  background: #EBEBEC;
  padding: 6.1875rem 0 6.75rem;
}
@media (max-width: 768px) {
  .abt-cont2 {
    padding: 2.25rem 0;
  }
}
.abt-cont2 .abt-a4_v1 {
  position: relative;
  margin-top: 5.3125rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a4_v1 {
    margin-top: 1.5rem;
  }
}
.abt-cont2 .abt-a4_v1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  height: 1px;
  background: #FF4B00;
}
.abt-cont2 .abt-a4_v1 .mySwiper6 {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/xinyue0830/uploads/20230906/5670c74fac97b268aebe0b8d7d1dc2fd.svg) center no-repeat;
  -o-background-size: 11.9375rem;
     background-size: 11.9375rem;
  padding: 0 4%;
}
.abt-cont2 .abt-a4_v1 .mySwiper6::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 13.75rem;
  height: 13.75rem;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/xinyue0830/uploads/20230906/5cafa67d0b876dff31b8addac01c7c15.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-cont2 .abt-a4_v1 .mySwiper6 .arrow .swiper-button-prev1, .abt-cont2 .abt-a4_v1 .mySwiper6 .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: #FF4B00;
  text-align: center;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.abt-cont2 .abt-a4_v1 .mySwiper6 .arrow .swiper-button-prev1 i, .abt-cont2 .abt-a4_v1 .mySwiper6 .arrow .swiper-button-next1 i {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}
.abt-cont2 .abt-a4_v1 .mySwiper6 .arrow .swiper-button-prev1 {
  left: 0;
}
.abt-cont2 .abt-a4_v1 .mySwiper6 .arrow .swiper-button-next1 {
  right: 0;
}
.abt-cont2 .abt-a4_v1 .mySwiper6 .swiper-slide {
  height: 13.75rem;
  position: relative;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/xinyue0830/uploads/20230906/01ccadde74f430ed36288b0738057060.svg) center no-repeat;
  -o-background-size: 1.5rem;
     background-size: 1.5rem;
}
.abt-cont2 .abt-a4_v1 .mySwiper6 .swiper-slide .time {
  font-size: 1rem;
  color: #fff;
  width: 50%;
  height: 2.375rem;
  line-height: 2.375rem;
  background: #FF4B00;
  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-cont2 .abt-a4_v1 .mySwiper6 .swiper-slide:nth-child(even) .time {
  top: 2.6875rem;
}
.abt-cont2 .abt-a4_v1 .mySwiper6 .swiper-slide.swiper-slide-active {
  -o-background-size: 0;
     background-size: 0;
}
.abt-cont2 .abt-a4_v1 .mySwiper6 .swiper-slide.swiper-slide-active .time {
  background: rgba(0, 0, 0, 0);
  color: #FF4B00;
  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-cont2 .abt-a4_v1 .mySwiper6 .swiper-slide.swiper-slide-active .time span {
  display: block;
}
.abt-cont2 .abt-a4_v2 .abt-a4_v2c1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a4_v2 .abt-a4_v2c1 {
    margin-top: 1rem;
  }
}
.abt-cont2 .abt-a4_v2 .abt-a4_v2c1 li {
  text-align: center;
}
.abt-cont2 .abt-a4_v2 .abt-a4_v2c1 li h3 {
  color: #717171;
  font: 600 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a4_v2 .abt-a4_v2c1 li h3 {
    font-size: 1.25rem;
  }
}
.abt-cont2 .abt-a4_v2 .abt-a4_v2c1 li p {
  color: #999999;
  text-align: center;
  font-size: 1.125rem;
  font-family: "Noto Sans SC";
  line-height: 1.5em;
  padding: 0 19%;
  margin-top: 0.85rem;
}
@media (max-width: 768px) {
  .abt-cont2 .abt-a4_v2 .abt-a4_v2c1 li p {
    font-size: 1rem;
    padding: 0;
    margin-top: 0.5rem;
  }
}

.abt-cont3 {
  padding: 8.125rem 0 3.3125rem;
}
@media (max-width: 768px) {
  .abt-cont3 {
    padding: 2.25rem 0;
  }
}
.abt-cont3 .mySwiper7 {
  margin-top: 3.25rem;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper7 {
    margin-top: 1.6rem;
  }
}
.abt-cont3 .mySwiper7 .swiper-slide .img u {
  display: block;
  font-size: 0;
}
.abt-cont3 .mySwiper7 .swiper-slide .img u img {
  width: 100%;
}
.abt-cont3 .mySwiper7 .swiper-slide .img .weass {
  width: 100%;
  height: 100%;
  padding: 9%;
}
.abt-cont3 .mySwiper7 .swiper-slide .img .weass img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.abt-cont3 .mySwiper7 .swiper-pagination1 {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .abt-cont3 .mySwiper7 .swiper-pagination1 {
    margin-top: 1.5rem;
  }
}

.abt-cont4 .abt-a4z_v1 {
  padding: 7.625rem 0;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4z_v1 {
    padding: 3rem 0;
  }
}
.abt-cont4 .abt-a4z_v1 a.more-b {
  margin-top: 2.375rem;
  padding: 0.7rem 2rem;
}
@media (max-width: 768px) {
  .abt-cont4 .abt-a4z_v1 a.more-b {
    margin-top: 1.5rem;
  }
}
.abt-cont4 .abt-a4z_v1 a.more-b span {
  font-weight: 400;
}

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

.job-cont2 {
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .job-cont2 {
    padding-bottom: 3rem;
  }
}
.job-cont2 form {
  margin: 0 -1%;
}
.job-cont2 form .dts1 {
  width: 33.3333333333%;
  padding: 0 1%;
}
@media (max-width: 768px) {
  .job-cont2 form .dts1 {
    width: 100%;
  }
}
.job-cont2 form .dts1 select {
  border: none;
  border-bottom: 1px solid #BFBFBF;
  color: #969B9F;
  font: 400 1.25rem/4.0625rem "Noto Sans SC";
  width: 100%;
  height: 4.0625rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/xinyue0830/uploads/20230907/b2974ee179bfc5450eeeaec8ab596089.svg) no-repeat scroll right center transparent;
  -o-background-size: 1.5rem auto;
     background-size: 1.5rem auto;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .job-cont2 form .dts1 select {
    background-position: 98% center;
    font: 400 1rem/3rem "Noto Sans SC";
    height: 3rem;
  }
}
.job-cont2 form .dts2 {
  width: 33.3333333333%;
  padding: 0 1%;
}
@media (max-width: 768px) {
  .job-cont2 form .dts2 {
    width: 100%;
  }
}
.job-cont2 form .dts2 .flex {
  border: none;
  border-bottom: 1px solid #BFBFBF;
  color: #969B9F;
  font: 400 1.25rem/4.0625rem "Noto Sans SC";
  height: 4.0625rem;
}
@media (max-width: 768px) {
  .job-cont2 form .dts2 .flex {
    font: 400 1rem/3rem "Noto Sans SC";
    height: 3rem;
  }
}
.job-cont2 form .dts2 .flex input {
  width: 90%;
  line-height: 4rem;
  vertical-align: top;
  background: transparent;
}
@media (max-width: 768px) {
  .job-cont2 form .dts2 .flex input {
    line-height: 3rem;
  }
}
.job-cont2 form .dts2 .flex .butt {
  width: 10%;
  line-height: 4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .job-cont2 form .dts2 .flex .butt {
    line-height: 3rem;
  }
}
.job-cont2 form .dts2 .flex .butt i {
  color: #BEB5B5;
  font-size: 1.5rem;
}
.job-cont2 .job-list1a {
  margin: 0 -1%;
  margin-top: 0.5rem;
}
.job-cont2 .job-list1a li {
  width: 33.3333333333%;
  padding: 0 1%;
  margin-top: 1.625rem;
}
@media (max-width: 1100px) {
  .job-cont2 .job-list1a li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .job-cont2 .job-list1a li {
    margin-top: 1rem;
    width: 100%;
  }
}
.job-cont2 .job-list1a li .cont-sdsd {
  border: 1px solid transparent;
  padding: 2rem 7% 0;
  cursor: pointer;
  background: #FFF;
  box-shadow: 0px 0.25rem 2.5rem 0px rgba(183, 183, 183, 0.25);
}
@media (max-width: 1100px) {
  .job-cont2 .job-list1a li .cont-sdsd {
    padding: 1.2rem 7% 0;
  }
}
.job-cont2 .job-list1a li .cont-sdsd .name {
  color: #595D61;
  font: 400 1.4rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .job-cont2 .job-list1a li .cont-sdsd .name {
    font-size: 1.25rem;
  }
}
.job-cont2 .job-list1a li .cont-sdsd .p {
  color: #838383;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding: 0.75rem 0 1rem;
}
.job-cont2 .job-list1a li .cont-sdsd .p p + p {
  border-left: 1px solid #CFCFCF;
  padding-left: 0.7rem;
  margin-left: 0.7rem;
}
@media (max-width: 768px) {
  .job-cont2 .job-list1a li .cont-sdsd .p p + p {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
.job-cont2 .job-list1a li .cont-sdsd .asghrt {
  color: #969B9F;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  border-top: 1px solid #D6D6D6;
  padding: 0.75rem 0;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .job-cont2 .job-list1a li .cont-sdsd .asghrt {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
.job-cont2 .job-list1a li .cont-sdsd:hover {
  border-color: #FF4B00;
}

.job-tanc.layui-layer {
  width: 45.4166666667% !important;
  border-radius: 0.625rem;
  border: 1px solid #E3E3E3;
  background: #FFF;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer {
    width: 85% !important;
  }
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: 3.2rem;
  top: 2.5rem;
  background: none;
  width: auto;
  height: auto;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 768px) {
  .job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2 {
    right: 0;
    top: 0;
  }
}
.job-tanc.layui-layer .layui-layer-setwin .layui-layer-close2:hover {
  -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-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: #FF4B00;
  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: #FF4B00;
}

.lx-cont1 {
  padding: 4.5rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 2rem 0;
  }
}
.lx-cont1 .lx-a1v1 b {
  display: block;
  color: #FF4B00;
  font: 700 2.25rem/1.2em "Montserrat";
  padding: 1.25rem 0 0;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 b {
    font-size: 1.6rem;
    padding: 0.7rem 0 0;
  }
}
.lx-cont1 .lx-a1v1 .p {
  color: #595D61;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .p {
    font-size: 1.125rem;
  }
}
.lx-cont1 .lx-a1v1 .p p {
  padding: 0.15rem 0;
}

.lx-cont2 {
  padding: 0 0 4.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding-bottom: 2rem;
  }
}
.lx-cont2 form .msg-a1 .inpt {
  width: 48.3571428571%;
  margin-top: 1.5rem;
}
@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: none;
  font: 400 1.25rem/3.75rem "Noto Sans SC";
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt input {
    font-size: 1rem;
    line-height: 3.2rem;
  }
}
.lx-cont2 form .msg-a3 {
  margin-top: 2.375rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a3 {
    margin-top: 1.6rem;
  }
}
.lx-cont2 form .msg-a3 textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  font: 400 1.25rem/1.5rem "Noto Sans SC";
  border: 1px solid #BFBFBF;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a3 textarea {
    font-size: 1rem;
  }
}
.lx-cont2 form .msg-a3 textarea:focus {
  border-color: #FF4B00;
}
.lx-cont2 form .msg-a4 {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a4 {
    margin-top: 1rem;
  }
}
.lx-cont2 form .msg-a4 label {
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.lx-cont2 form .msg-a4 p {
  color: #969B9F;
  font: 400 1rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a4 p {
    width: 90%;
  }
}
.lx-cont2 form .msg-a4 p a {
  color: #FF7500;
}
.lx-cont2 form .msg-a4 input[type=checkbox] {
  display: none;
}
.lx-cont2 form .msg-a4 input[type=checkbox]:checked ~ .button {
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xiaocong0522/uploads/20230523/20632685d4b2f23b1d428861ee333fba.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.lx-cont2 form .msg-a4 .button {
  width: 1.125rem;
  height: 1.125rem;
  background: url(https://cloud-assets-brwq.oss-cn-heyuan.aliyuncs.com/xiaocong0522/uploads/20230523/f530941ff253c1e868c8a469613d14fd.svg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
}
.lx-cont2 form .div_aghgha {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha {
    margin-top: 1.5rem;
  }
}
.lx-cont2 form .div_aghgha button {
  border: none;
  padding: 0.7rem 1.5rem 0.7rem 2.4rem;
}
.lx-cont2 form .div_aghgha button span {
  font-weight: 400;
}

.cb-input_light-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 60px;
  width: 300%;
  -webkit-transform: translateX(-66.66%);
     -moz-transform: translateX(-66.66%);
      -ms-transform: translateX(-66.66%);
       -o-transform: translateX(-66.66%);
          transform: translateX(-66.66%);
  opacity: 0.25;
  background-image: url(https://img-data-brwq.oss-cn-hangzhou.aliyuncs.com/xinyue0830/uploads/20230915/e17af138b06a80323b003bf10e41d9be.svg);
  background-position: center bottom;
  background-repeat: repeat-x;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-transition: opacity 0.4s, -webkit-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  transition: opacity 0.4s, -webkit-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  -o-transition: opacity 0.4s, -o-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  -moz-transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s, -moz-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
  transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s;
  transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s, -webkit-transform 0s cubic-bezier(0, 0.25, 0.5, 1), -moz-transform 0s cubic-bezier(0, 0.25, 0.5, 1), -o-transform 0s cubic-bezier(0, 0.25, 0.5, 1);
}

.inpt {
  position: relative;
  overflow: hidden;
}

.inpt input:hover + .cb-input_light-line, .inpt textarea:hover + .cb-input_light-line {
  opacity: 1;
  -webkit-filter: invert(37%) sepia(42%) saturate(5755%) hue-rotate(360deg) brightness(106%) contrast(108%);
          filter: invert(37%) sepia(42%) saturate(5755%) hue-rotate(360deg) brightness(106%) contrast(108%);
}

.inpt input:focus + .cb-input_light-line, .inpt textarea:focus + .cb-input_light-line {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-filter: invert(37%) sepia(42%) saturate(5755%) hue-rotate(360deg) brightness(106%) contrast(108%);
          filter: invert(37%) sepia(42%) saturate(5755%) hue-rotate(360deg) brightness(106%) contrast(108%);
  -webkit-transition-duration: 0.8s, 0.4s;
     -moz-transition-duration: 0.8s, 0.4s;
       -o-transition-duration: 0.8s, 0.4s;
          transition-duration: 0.8s, 0.4s;
}

.jjfa-list1 {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .jjfa-list1 {
    padding: 2rem 0;
  }
}
.jjfa-list1 li {
  border: 1px solid #f2f2f2;
}
.jjfa-list1 li + li {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .jjfa-list1 li + li {
    margin-top: 1.5rem;
  }
}
.jjfa-list1 li .we-a1 {
  width: 30%;
  color: #595D61;
  padding: 0 2%;
}
@media (max-width: 768px) {
  .jjfa-list1 li .we-a1 {
    width: 100%;
    padding: 1.5rem 4%;
  }
}
.jjfa-list1 li .we-a1 .tit {
  font: 600 2rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .jjfa-list1 li .we-a1 .tit {
    font-size: 1.5rem;
  }
}
.jjfa-list1 li .we-a1 .p {
  font: 500 1.25rem/1.5em "Montserrat";
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .jjfa-list1 li .we-a1 .p {
    font-size: 1rem;
  }
}
.jjfa-list1 li .we-a2 {
  width: 70%;
  position: relative;
}
@media (max-width: 768px) {
  .jjfa-list1 li .we-a2 {
    width: 100%;
  }
}
.jjfa-list1 li .we-a2 u {
  display: block;
  font-size: 0;
  padding-bottom: 50%;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 450px) {
  .jjfa-list1 li .we-a2 u {
    padding-bottom: 80%;
  }
}
.jjfa-list1 li .we-a2 u > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.jjfa-list1 li .we-a2 u img {
  width: 100%;
}
.jjfa-list1 li .we-a2 .wehas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.jjfa-list1 li .we-a2 .wehas dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  color: #fff;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  text-align: center;
}
.jjfa-list1 li .we-a2 .wehas dl + dl {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 768px) {
  .jjfa-list1 li .we-a2 .wehas dl {
    font-size: 1rem;
  }
}
@media (max-width: 450px) {
  .jjfa-list1 li .we-a2 .wehas dl {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 33.3333%;
    height: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}

.deco {
  display: block;
  width: 6rem;
  height: 6rem;
  opacity: 1;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  margin: 0 auto;
  -webkit-transform: scale(0.75);
     -moz-transform: scale(0.75);
      -ms-transform: scale(0.75);
       -o-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.deco:before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.75);
     -moz-transform: translate3d(-50%, -50%, 0) scale(0.75);
          transform: translate3d(-50%, -50%, 0) scale(0.75);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 100%;
  height: 4rem;
  width: 4rem;
}

.deco i,
.deco em {
  background: hsla(0, 0%, 100%, 0.8);
  border: 1px solid #fff;
  border-radius: 100%;
  height: 2.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.5);
     -moz-transform: translate3d(-50%, -50%, 0) scale(0.5);
          transform: translate3d(-50%, -50%, 0) scale(0.5);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  width: 2.2rem;
}

.deco:after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.75);
     -moz-transform: translate3d(-50%, -50%, 0) scale(0.75);
          transform: translate3d(-50%, -50%, 0) scale(0.75);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 100%;
  height: 6rem;
  width: 6rem;
}

.jjfa-list1 li .we-a2 .wehas dl:hover .deco:before {
  -webkit-animation: scalepulse 1.3s linear 0.3s infinite both;
     -moz-animation: scalepulse 1.3s linear 0.3s infinite both;
       -o-animation: scalepulse 1.3s linear 0.3s infinite both;
          animation: scalepulse 1.3s linear 0.3s infinite both;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
     -moz-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
}

.jjfa-list1 li .we-a2 .wehas dl:hover .deco i,
.jjfa-list1 li .we-a2 .wehas dl:hover .deco em {
  background: #fff;
  -webkit-animation: scalepulse 1.3s linear 0s infinite both;
     -moz-animation: scalepulse 1.3s linear 0s infinite both;
       -o-animation: scalepulse 1.3s linear 0s infinite both;
          animation: scalepulse 1.3s linear 0s infinite both;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
     -moz-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
}

.jjfa-list1 li .we-a2 .wehas dl:hover .deco:after {
  -webkit-animation: scalepulse 1.3s linear 0.15s infinite both;
     -moz-animation: scalepulse 1.3s linear 0.15s infinite both;
       -o-animation: scalepulse 1.3s linear 0.15s infinite both;
          animation: scalepulse 1.3s linear 0.15s infinite both;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
     -moz-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
}

@-webkit-keyframes scalepulse {
  20% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
    transform: translate3d(-50%, -50%, 0) scale(1.15);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  50% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
}

@-moz-keyframes scalepulse {
  20% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1.15);
         transform: translate3d(-50%, -50%, 0) scale(1.15);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
         animation-timing-function: ease;
  }
  50% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
         transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
         animation-timing-function: ease;
  }
}

@-o-keyframes scalepulse {
  20% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
    transform: translate3d(-50%, -50%, 0) scale(1.15);
    -webkit-animation-timing-function: ease;
    -o-animation-timing-function: ease;
       animation-timing-function: ease;
  }
  50% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-animation-timing-function: ease;
    -o-animation-timing-function: ease;
       animation-timing-function: ease;
  }
}

@keyframes scalepulse {
  20% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1.15);
         transform: translate3d(-50%, -50%, 0) scale(1.15);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
      -o-animation-timing-function: ease;
         animation-timing-function: ease;
  }
  50% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
         transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
      -o-animation-timing-function: ease;
         animation-timing-function: ease;
  }
}
.xg-pro-show-cont4 {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .xg-pro-show-cont4 {
    padding: 2rem 0;
  }
}
.xg-pro-show-cont4 .paggs {
  overflow-x: auto;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xg-pro-show-cont4 .paggs {
    margin-top: 1rem;
  }
}
.xg-pro-show-cont4 .paggs table {
  min-width: 768px;
}
.xg-pro-show-cont4 table {
  border: none;
  border-bottom: 1px solid #C5C5C5;
}
.xg-pro-show-cont4 table tr {
  border: none;
  border-bottom: 1px solid #C5C5C5;
}
.xg-pro-show-cont4 table tr td {
  border: none;
  border-bottom: 1px solid #C5C5C5;
}
.xg-pro-show-cont4 table tr td:first-child {
  color: #595D61;
  font-weight: 500;
}
.xg-pro-show-cont4 table td {
  color: #595D61;
  font: 400 1rem/1.5em "Noto Sans SC";
  vertical-align: middle;
}
@media (max-width: 768px) {
  .xg-pro-show-cont4 table td {
    font-size: 1rem;
  }
}

.xg-pro-show-cont5 {
  padding: 0 0 4rem;
}
@media (max-width: 768px) {
  .xg-pro-show-cont5 {
    padding: 0 0 2rem;
  }
}
.xg-pro-show-cont5 .cont {
  background: #FFF;
  box-shadow: 0px 0.25rem 2.5rem 0px rgba(183, 183, 183, 0.25);
  padding: 4%;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .xg-pro-show-cont5 .cont {
    margin-top: 1rem;
  }
}
.xg-pro-show-cont5 .cont img {
  width: 100%;
}

.case-list {
  margin: 0 -1%;
}
.case-list li {
  padding: 0 1%;
  width: 20%;
  margin-top: 1.5rem;
}
.m-bm-head .m-bm-head-box .zywena {
  color: #020202;
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-bm-head .m-bm-head-box .zywena i {
  font-size: 1.25rem;
  margin-right: 0.25rem;
}
@media (max-width: 768px) {
  .case-list li {
    width: 50%;
    margin-top: 1rem;
  }
}
.case-list li .imga img {
  width: 100%;
}
.case-list li .name {
  text-align: center;
  color: #595D61;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.5rem 0;
}