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

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

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 4.5833333333%;
}
@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: #385193;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Noto Sans SC";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid #385193;
  -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: #385193;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: #385193;
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: #385193;
}
.more-msl.hs:hover {
  color: #fff;
  border-color: #385193;
}
.more-msl.ls {
  color: #385193;
  background: transparent;
  border-color: #385193;
}
.more-msl.ls:before {
  background: #385193;
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  display: inline-block;
  padding: 0.7rem 3rem;
  border-radius: 3.125rem;
  background-color: #fff;
  color: #989B9E;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans SC";
  border: 1px solid #CFCFCF;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.5rem 1.5rem;
  }
}
.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: #1B1C21;
  font-weight: 400;
  vertical-align: middle;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #310291;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: center right;
     -moz-transform-origin: center right;
      -ms-transform-origin: center right;
       -o-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 3.125rem;
}
.more-b:hover {
  border-color: #310291;
  color: #fff;
}
.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: #385193;
  color: #fff;
}
.more-b.hs i {
  color: #fff;
}
.more-b.hs:hover {
  color: #1B1C21;
}
.more-b.hs:hover > * {
  color: #1B1C21;
}
.more-b.hs:hover i {
  color: #1B1C21;
}
.more-b.hs:hover::after {
  background-color: #EBEBEC;
}
.more-b.ls {
  background: #009B4C;
  color: #fff;
}
.more-b.ls i {
  color: #fff;
}
.more-b.ls:hover {
  color: #fff;
}
.more-b.ls:hover > * {
  color: #fff;
}
.more-b.ls:hover i {
  color: #fff;
}
.more-b.ls:hover::after {
  background-color: #415A9C;
}

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

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  /* .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(65vh - 60px);
    padding-bottom: -moz-calc(65vh - 60px);
    padding-bottom: calc(65vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  } */
  .m-img-news {
    padding-bottom: 68.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: fixed;/* 将导航栏设置为固定位置 */
  top: 0; /* 将导航栏置于页面顶部 */
  width: 100%; /* 全宽 */
  background: #ffffff; /*导航条背景颜色*/
  backdrop-filter: blur(13px);     /*  导航条模糊程度 */
  background-color: rgba(255, 255, 255, 0.8);  /*  导航条透明程度 */
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  height: 3.25rem;
}
.head .head2 .zywena .rhgxt {
  color: #595D61;
  font: 500 1.125rem/6.25rem "Montserrat";
  position: relative;
  padding: 0 1.5rem;
}
.head .head2 .zywena .rhgxt i {
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0.2rem;
}
.head .head2 .zywena .rhgxt .seca {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 8px;
  padding: 0.5rem 1rem;
  row-gap: 9px;
  white-space: nowrap;
  display: none;
  text-align: center;
}
.head .head2 .zywena .rhgxt .seca a {
  color: #333;
  display: block;
  line-height: 1.75em;
  font-size: 1rem;
}
.head .head2 .zywena .rhgxt .seca a:hover {
  color: #380271;
}
.head .head2 .zywena .rhgxt .seca a + a {
  border-top: 1px solid #333;
}
.head .head2 .sska {
  line-height: 1em;
  margin-left: 1.5em;
}
.head .head2 .sska a {
  color: #676767;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}
.head.sticky .head2 {
  backdrop-filter: blur(13px);     /*  导航条模糊程度 */
  background-color: rgba(255, 255, 255, 0.5);  /*  导航条透明程度 */
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 li {
  float: left;
  position: relative;
}
#menu .nav_a1 li a {
  display: block;
  color: #4d4d4d;
  font-family: "Noto Sans SC";
}
#menu .nav_a1 li > a {
  font-size: 1.25rem;
  padding: 0 2rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  font-weight: 600;
}
@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: 8px;
  background: #590cf5;
  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%;
  background: white;
  z-index: 9;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}
#menu .nav_a1 li .sec a {
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2em 0;
  color: #1B1C21;
}
#menu .nav_a1 li .sec a:hover {
  color: #001d74;
}
#menu .nav_a1 li .sec1 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: white;
  z-index: 999;
  text-align: center;
  padding: 2rem 0 7.125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
   -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
       transform: translateY(20px);
  text-align: left;
  line-height: 1;
  border-top: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #E4E4E4;
  padding: 0 1.5rem;
}
#menu .nav_a1 li .sec1 dl:last-child {
  border-right: 1px solid #E4E4E4;
}
#menu .nav_a1 li .sec1 dl dt {
  margin-bottom: 1rem;
}
#menu .nav_a1 li .sec1 dl dt a {
  display: block;
  color: #1B1C21;
  font: 500 1.125rem/1em "Noto Sans SC";
  position: relative;
}
#menu .nav_a1 li .sec1 dl dd a {
  display: block;
  color: #96999C;
  font: 400 1rem/1.5em "Noto Sans SC";
  padding: 0.2rem 0;
}
#menu .nav_a1 li .sec1 dl dd a:hover {
  color: #4109b2;
}
#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: #4109b2;
}
#menu .nav_a1 li:hover > a span::after, #menu .nav_a1 li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-img {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.nav-img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 搜索 */
.sskbj {
  padding: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
.sskbj .searchbox1 {
  width: 100%;
  padding: 40px 10.4%;
  height: 472px;
  background-color: #fff;
  text-align: right;
  display: none;
}
.sskbj .searchbox1 .searchs {
  width: 80%;
  max-width: 800px;
  margin-top: 2vw;
}
.sskbj .searchbox1 .searchs dt {
  font-size: 2rem;
  line-height: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.sskbj .searchbox1 .searchs .sertext {
  width: 75%;
  border-radius: 1.875rem;
  font-size: 1rem;
  text-indent: 1em;
}
.sskbj .searchbox1 .searchs .serbtn {
  border-radius: 1.875rem;
}
.sskbj .search-close-btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.sskbj .search-close-btn:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sskbj .search-close-btn i {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
}
.sskbj .serbtn {
  background: #595959;
}

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

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
         transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, .m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: 38px;
  max-width: 40%;
}
.m-bm-head .m-bm-head-box .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;
}
/* 插入部分 */
.slide-content {
   line-height: 100px;
    
}
.banner-button {
    display: inline;
    padding: 20px 80px;
    height: 80px;
    background: #cc0000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    border-radius: 3px;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.banner-button:hover {
    transform: scale(1.1);
    background: #cc0000;
    color: #FFF;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.11);
}
/* 插入部分结束 */
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.062);
}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {
  display: none;
}
.pc-banner .mySwipera .swiper-slide .img > img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: banscaleDraw;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 0;
  -webkit-animation-duration: 0;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
  .pc-banner .mySwipera .swiper-slide .img > img{
    height: auto;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .banwez1 {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
  
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 {
    text-align: center;
    top: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    bottom: 28%;
  }
}
.pc-banner .mySwipera .banwez1 .tit {
  font: 700 3.75rem/1.25em "Noto Sans SC";
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
  }
}
.pc-banner .mySwipera .banwez1 .p {
  font: 400 2rem/1.25em "Noto Sans SC";
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p {
    font-size: 1.5rem;
    margin-top: 0.5em;
  }
}
.pc-banner .mySwipera .banwez1 a.more-msl {
  margin-top: 1.8rem;
}
.pc-banner .mySwipera .er-gat {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
  z-index: 9;
  text-align: center;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .er-gat .swiper-pagination1a {
    width: 100%;
    position: static;
  }
}
.pc-banner .mySwipera .er-gat .swiper-pagination1a span {
  opacity: 1;
  background: transparent;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 0.375rem;
}
.pc-banner .mySwipera .er-gat .swiper-pagination1a span.swiper-pagination-bullet-active {
  background: #f58d3d;
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  display: block;
  z-index: 9;
}
.pc-banner a.mouse p {
  color: #FFFFFF;
  font: 600 0.875rem/1.5em "Montserrat";
  margin-bottom: 0.5em;
}
.pc-banner a.mouse .xdt {
  background: rgba(255, 255, 255, 0.6);
  width: 0.0625rem;
  height: 2rem;
  margin: 0 auto;
  position: relative;
}
.pc-banner a.mouse .xdt::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 0.4rem;
  border-radius: 50%;
  background: white;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scroll2 1s linear infinite;
     -moz-animation: scroll2 1s linear infinite;
       -o-animation: scroll2 1s linear infinite;
          animation: scroll2 1s linear infinite;
}

@-webkit-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-moz-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

@-o-keyframes scroll2 {
  0% {
    top: 0;
  }
  60% {
    top: 50%;
  }
  100% {
    top: 100%;
  }
}

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

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

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

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

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

.overa {
  overflow: hidden;
}

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

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

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

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

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

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

.title1 {
  color: #595D61;
  text-align: center;
}
.title1 .tit {
  font: 500 3.125rem/1.5em "Noto Sans SC";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
  }
}
.title1 .tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.65rem auto 0;
  background: #f58d3d;
}
.title1 .ftit {
  color: #989B9E;
  font: 400 1.5rem/1.5em "Noto Sans SC";
  margin-top: 1rem;
}
.title1.bs {
  color: #fff;
}
.title1.bs .tit::after {
  background: #fff;
}
.title1.tl {
  text-align: left;
}
.title1.tl .tit {
  margin-left: 0;
}
.title1.tl .tit::after {
  margin-left: 0;
}

@-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: 6.25rem 0 7.8125rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1 .a1_list1 {
  margin-top: 4.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 {
    margin-top: 1.5rem;
  }
}
.cont1 .a1_list1 li {
  width: 31.5022421525%;
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li {
    width: 100%;
  }
  .cont1 .a1_list1 li + li {
    margin-top: 1.5rem;
  }
}
.cont1 .a1_list1 li a.img {
  display: block;
}
.cont1 .a1_list1 li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
}
.cont1 .a1_list1 li a.img i img {
  width: 100%;
}
.cont1 .a1_list1 li a.img .cont-p {
  border-bottom: 1px solid #f58d3d;
  padding: 1rem 0;
}
.cont1 .a1_list1 li a.img .cont-p .tit {
  color: #595D61;
  font: 600 1.375rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .cont1 .a1_list1 li a.img .cont-p .tit {
    font-size: 1.25rem;
  }
}
.cont1 .a1_list1 li a.img .cont-p .p {
  color: #989B9E;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.35em;
}

.cont2 {
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 16.25rem 0 19.3125rem;
}
@media (max-width: 768px) {
  .cont2 {
    padding: 4rem 0;
    background-attachment: inherit;
  }
}
.cont2 .title1 .txt {
  font: 400 2rem/1.5em "Noto Sans SC";
  margin-top: 1.78rem;
}
@media (max-width: 768px) {
  .cont2 .title1 .txt {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.cont3 {
  position: relative;
}
.cont3 .a3v1 .a3b1 {
  width: 50%;
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b1 {
    width: 100%;
  }
}
.cont3 .a3v1 .a3b1 img {
  width: 100%;
}
.cont3 .a3v1 .a3b2 {
  width: 50%;
  background: #F8F8F8;
  padding: 10.5rem 13.6979166667% 0 4%;
}
@media (max-width: 1366px) {
  .cont3 .a3v1 .a3b2 {
    padding: 6rem 4.5833333333% 0 5%;
  }
}
@media (max-width: 768px) {
  .cont3 .a3v1 .a3b2 {
    width: 100%;
    padding: 2rem 4%;
  }
}
.cont3 .a3v1 .a3b2 .a3b2c1 .title1 {
  text-align: left;
}
.cont3 .a3v1 .a3b2 .a3b2c1 .title1 .tit {
  margin-left: 0;
}
.cont3 .a3v1 .a3b2 .a3b2c1 .title1 .tit::after {
  margin-left: 0;
}
.cont3 .a3v1 .a3b2 .a3b2c1 .p {
  color: #989B9E;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin: 1.5rem 0;
}
.cont3 .a3v2 {
  position: absolute;
  left: 0;
  bottom: 7.5rem;
  width: 100%;
}
@media (max-width: 1366px) {
  .cont3 .a3v2 {
    bottom: 5rem;
    position: static;
  }
}
@media (max-width: 768px) {
  .cont3 .a3v2 {
    position: static;
    background: #fff;
  }
}
.cont3 .a3v2 .a3v2c1 {
  background: #FFF;
  box-shadow: 0.125rem 0.25rem 0.9375rem 0px rgba(0, 0, 0, 0.08);
  padding: 2.375rem 0;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c1 {
    box-shadow: none;
    padding: 1.5rem 0;
  }
}
.cont3 .a3v2 .a3v2c1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c1 li {
    width: 50%;
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 1.25rem;
  }
  .cont3 .a3v2 .a3v2c1 li:nth-child(3n) {
    border-left: none;
  }
}
.cont3 .a3v2 .a3v2c1 li + li {
  border-left: 1px solid #D5D6D8;
}
.cont3 .a3v2 .a3v2c1 li .cont-p .wenata {
  text-align: center;
}
.cont3 .a3v2 .a3v2c1 li .cont-p .wenata .par {
  color: #989B9E;
  font-size: 0.75rem;
  line-height: 1.1em;
  font-weight: 500;
}
.cont3 .a3v2 .a3v2c1 li .cont-p .wenata .par span {
  color: #f58d3d;
  font-size: 2.8125rem;
  line-height: 1em;
  font-weight: 600;
}
@media (max-width: 768px) {
  .cont3 .a3v2 .a3v2c1 li .cont-p .wenata .par span {
    font-size: 2.4rem;
  }
}
.cont3 .a3v2 .a3v2c1 li .cont-p .wenata .p {
  color: #989B9E;
  font-size: 1rem;
  line-height: 1.25em;
}
.cont3 .a3v2 .a3v2c1 li .cont-p i {
  display: block;
  width: 3rem;
  margin-left: 1rem;
}
.cont3 .a3v2 .a3v2c1 li .cont-p i img {
  width: 100%;
}

.swiper-pagination1 {
  text-align: center;
  margin-top: 1.5rem;
}
.swiper-pagination1 span {
  opacity: 1;
  background: transparent;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #989B9E;
  margin: 0 0.375rem;
}
.swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #f58d3d;
}

.cont4 {
  padding: 6.125rem 0 4.5625rem;
}
@media (max-width: 768px) {
  .cont4 {
    padding: 2rem 0;
  }
}
.cont4 a.more-b {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont4 a.more-b {
    margin-top: 1.25rem;
  }
}
.cont4 .a4v1 {
  position: relative;
  margin-top: 2.625rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 {
    margin-top: 1.5rem;
  }
}
.cont4 .a4v1 .mySwiper1 {
  padding: 0 1px;
}
.cont4 .a4v1 .mySwiper1 .swiper-slide a.cont-p {
  display: block;
  background: #F8F8F8;
  border: 1px solid #F8F8F8;
  padding: 2.875rem 2.5rem 4.6875rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .mySwiper1 .swiper-slide a.cont-p {
    padding: 2rem 1.5rem;
  }
}
.cont4 .a4v1 .mySwiper1 .swiper-slide a.cont-p .date {
  color: #595D61;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.cont4 .a4v1 .mySwiper1 .swiper-slide a.cont-p .date span {
  font-size: 2rem;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .mySwiper1 .swiper-slide a.cont-p .date span {
    font-size: 1.75rem;
  }
}
.cont4 .a4v1 .mySwiper1 .swiper-slide a.cont-p .name {
  color: #595D61;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  height: 3em;
  overflow: hidden;
  margin: 1rem 0 1.5rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 .mySwiper1 .swiper-slide a.cont-p .name {
    margin: 0.75rem 0 1rem;
  }
}
.cont4 .a4v1 .mySwiper1 .swiper-slide a.cont-p .p {
  color: #989B9E;
  font: 400 1rem/1.5em "Noto Sans SC";
  text-align: justify;
  height: 4.5em;
  overflow: hidden;
}
.cont4 .a4v1 .mySwiper1 .swiper-slide a.cont-p:hover {
  border-color: #f58d3d;
  background: transparent;
}
.cont4 .a4v1 .mySwiper1 .swiper-slide a.cont-p:hover .date {
  color: #f58d3d;
}

.foot-fot {
  position: relative;
  background: #310291;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
  padding: 4.25rem 0 6.4375rem;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font: 600 1rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a {
  color: #FFFFFF;
  display: block;
}
.foot-fot .foota1 .fo-a1 .d_sdha {
  margin-top: 1.25rem;
}
.foot-fot .foota1 .fo-a1 .d_sdha li {
  margin-top: 0.5rem;
}
.foot-fot .foota1 .fo-a1 .d_sdha li .iamsgh {
  width: 1.25rem;
}
.foot-fot .foota1 .fo-a1 .d_sdha li .iamsgh img {
  width: 100%;
}
.foot-fot .foota1 .fo-a1 .d_sdha li .cont-b {
  width: -webkit-calc(98% - 1.25rem);
  width: -moz-calc(98% - 1.25rem);
  width: calc(98% - 1.25rem);
  color: #FFFFFF;
}
.foot-fot .foota1 .fo-a1 .d_sdha li .cont-b b {
  display: block;
  color: #FFFFFF;
  font: 500 1.125rem/1.5em "Montserrat";
}
.foot-fot .foota1 .fo-a1 .d_sdha li .cont-b span {
  font-weight: 500;
}
.foot-fot .foota1 .fo-a1 .d_sdha li .cont-b p {
  font: 400 0.875rem/1.5em "Noto Sans SC";
  white-space: nowrap;
}
.foot-fot .foota1 .fo-a1 .d_sdha li .cont-b a {
  color: #FFFFFF;
}
.foot-fot .foota1 .fo-a2 .seca {
  margin-top: 1.25rem;
}
.foot-fot .foota1 .fo-a2 .seca a {
  display: block;
  color: #FFFFFF;
  font: 400 0.875rem/1.85em "Noto Sans SC";
}
.foot-fot .foota1 .fo-a3 {
  width: 21.2857142857%;
}
.foot-fot .foota1 .fo-a3 form {
  border-radius: 1.5625rem;
  position: relative;
  overflow: hidden;
  margin-top: 1.5em;
  width: 100%;
  padding: 0.25rem;
  background: #FFFFFF;
  border: 1px solid #CFCFCF;
}
.foot-fot .foota1 .fo-a3 form input {
  font: 500 1rem/2.1875rem "sourcehansans";
  text-indent: 1em;
  background: transparent;
  width: -webkit-calc(100% - 4rem);
  width: -moz-calc(100% - 4rem);
  width: calc(100% - 4rem);
}
.foot-fot .foota1 .fo-a3 form button {
  color: #fff;
  width: 2.1875rem;
  height: 2.1875rem;
  text-align: center;
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  border: none;
  background: #f58d3d;
  border-radius: 50%;
}
.foot-fot .foota1 .fo-a3 form button img {
  width: 62.5%;
}
.foot-fot .foota1 .fo-a4 .social-share {
  margin-top: 1.25rem;
}
.foot-fot .foota1 .fo-a4 .social-share a {
  background: #fff;
  color: #415A9C;
  border: none;
  font-size: 1.125rem;
  width: 2rem;
  line-height: 2rem;
  height: 2rem;
}
.foot-fot .foota1 .fo-a4 .social-share a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.foot-fot .foota2 {
  color: #fff;
  font: 400 1rem/1.65em "Noto Sans SC";
  background: #310291;
}
.foot-fot .foota2 .foota2-a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.8em 0;
}
.foot-fot .foota2 a {
  color: white;
}
.foot-fot .foota2 a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.foot-fot .foota2 p + p {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .foot-fot .foota2 p + p {
    margin-left: 0;
  }
}
.foot-fot .foota2 p + p span:last-child {
  display: none;
}

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

@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: 0.65rem;
}
.zd_erha li > a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  background: #282828;
  border-radius: 50%;
  line-height: 3.5rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.zd_erha li > a.ls {
  background: #f58d3d;
}
.zd_erha li > a.bs {
  border: 1px solid #EAEAEA;
  background: #FFF;
}
.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 .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: #4109b2;
  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: #4109b2;
  border-color: #4109b2;
  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;
} */
/* 分页栏样式结束 */

/* 分页栏样式2 */
.pages {
  padding-left: 0;
  width:100%;
  text-align: center;
  list-style: none;
  clear: both; 
  margin: 2.6875rem 0;
}

.pages a, .pages span { 
  color: #666;
  margin: 0 3px;
  display: inline-block;
  vertical-align:middle;
  line-height: 38.5px;
  background: #fff;
  border: 1px solid #ddd; 
  border-radius:50%; 
  width: 2.375rem;
  height: 2.375rem;
}
.pages a:hover{display:inline-block;color: #666 ;background: #ddd;border-color: #ddd;box-shadow: 0 0 14px rgba(0, 0,0, .2);}
.pages span{display:inline-block;color: #666;}
.pages a.page-num-current{display:inline-block;color: #fff;background: #4109b2;border-color: #ddd;box-shadow: 0 0 1px rgba(0,0,0 .2);}
/* 分页栏样式2结束 */


.ajhhsd {
  color: #6F7375;
  font: 400 1rem/2rem "Noto Sans SC";
  padding: 1.3em 0;
}
.ajhhsd i {
  font: 400 1rem/2rem "Noto Sans SC";
  margin-right: 0.2rem;
}
@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: #6F7375;
}
.ajhhsd a:hover {
  color: #4109b2;
}

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

@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: #4109b2;
  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: 52%;
}
.nbanner .nbanner-wen1 .banner-cont {
  color: #fff;
}
.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 .mbx-cont {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
}
.nbanner .mbx-cont .ajhhsd {
  padding: 0.45rem 0;
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a {
  color: #FFFFFF;
}
.nbanner .mbx-cont .ajhhsd a:hover {
  color: rgba(255, 255, 255, 0.65);
}

.n_mbx {
  position: sticky;
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  left: 0;
  top: 6.25rem;
  width: 100%;
  z-index: 9;
}
@media (max-width: 990px) {
  .n_mbx {
    top: 60px;
  }
}
.n_mbx .n_src {
  font-size: 0;
  text-align: center;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .n_mbx .n_src {
    white-space: nowrap;
    display: block;
  }
}
.n_mbx .n_src li {
  display: inline-block;
}
.n_mbx .n_src li + li {
  margin-left: 3.75rem;
}
.n_mbx .n_src li a {
  display: block;
  color: #666666;
  font: 500 1rem/3.125rem "Noto Sans SC";
  position: relative;
  text-transform: uppercase;
  padding: 0.85rem 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.n_mbx .n_src li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #4109b2;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
@media (max-width: 768px) {
  .n_mbx .n_src li a {
    line-height: 2.6rem;
    font-size: 1.1rem;
    padding: 0.5rem 0;
  }
}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {
  color: #4109b2;
}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

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

.ny-tit .entit {
  color: #535353;
  font: 700 1.5rem/1.2em "Montserrat";
  text-transform: uppercase;
}
.ny-tit .tit {
  color: #535353;
  font: 600 2.5rem/1.3em "Noto Sans SC";
}
@media (max-width: 768px) {
  .ny-tit .tit {
    font-size: 1.8rem;
  }
}

.abt-cont1 {
  padding: 1rem 0 6.875rem;
}
@media (max-width: 768px) {
  .abt-cont1 {
    padding: 0.5rem 0 2rem;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 {
  width: 28.7142857143%;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b1 {
    width: 100%;
  }
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .title1 {
  text-align: left;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .title1 .tit {
  line-height: 1.35em;
  margin-left: 0;
}
.abt-cont1 .abt-a1v1 .abt-a1b1 .title1 .tit:after {
  margin-left: 0;
}
.abt-cont1 .abt-a1v1 .abt-a1b2 {
  width: 62.2857142857%;
  color: #989B9E;
  font: 400 1.125rem/1.7em "Noto Sans SC";
  text-align: justify;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v1 .abt-a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.abt-cont1 .abt-a1v2 {
  font-size: 0;
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .abt-cont1 .abt-a1v2 {
    margin-top: 1.5rem;
  }
}
.abt-cont1 .abt-a1v2 img {
  width: 100%;
}

.product-content .product-list li {
  border: 1px solid #E6E6E6;
  margin-bottom: 5.5rem;
}
@media (max-width: 768px) {
  .product-content .product-list li {
    margin-bottom: 2rem;
  }
}
.product-content .product-list li a.img {
  display: block;
  width: 50%;
  background: #F8F8F8;
  text-align: center;
}
@media (max-width: 768px) {
  .product-content .product-list li a.img {
    width: 100%;
  }
}
.product-content .product-list li a.img img {
  width: 80%;
}
.product-content .product-list li .cont-p {
  width: 50%;
  padding: 2rem 5%;
}
@media (max-width: 768px) {
  .product-content .product-list li .cont-p {
    width: 100%;
    padding: 1.5rem 5%;
  }
}
.product-content .product-list li .cont-p .tit {
  color: #595D61;
  font: 600 1.375rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .product-content .product-list li .cont-p .tit {
    font-size: 1.25rem;
  }
}
.product-content .product-list li .cont-p .txt {
  color: #989B9E;
  font: 400 1rem/1.5em "Noto Sans SC";
  border-bottom: 1px solid #f58d3d;
  padding-bottom: 1em;
  margin-top: 0.5em;
  text-align: justify;
}
@media (max-width: 768px) {
  .product-content .product-list li .cont-p .txt {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.product-content .product-list li:nth-child(2n) a.img {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .product-content .product-list li:nth-child(2n) a.img {
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.hz-content .hz-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8125rem;
}
@media (max-width: 1280px) {
  .hz-content .hz-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hz-content .hz-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.hz-content .hz-list li a.img {
  display: block;
  border: 1px solid #D4D4D4;
  font-size: 0;
}
.hz-content .hz-list li a.img img {
  width: 100%;
}

.news-content .xw-a1v1 li .cont-p {
  background: #F8F8F8;
}
.news-content .xw-a1v1 li .cont-p a.img {
  display: block;
  font-size: 0;
  width: 50%;
}
@media (max-width: 768px) {
  .news-content .xw-a1v1 li .cont-p a.img {
    width: 100%;
  }
}
.news-content .xw-a1v1 li .cont-p a.img img {
  width: 100%;
}
.news-content .xw-a1v1 li .cont-p .consd {
  width: 50%;
  padding: 1.5rem 4%;
}
@media (max-width: 768px) {
  .news-content .xw-a1v1 li .cont-p .consd {
    width: 100%;
  }
}
.news-content .xw-a1v1 li .cont-p .consd .date {
  color: #595D61;
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 500;
}
.news-content .xw-a1v1 li .cont-p .consd .date span {
  font-size: 2rem;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .news-content .xw-a1v1 li .cont-p .consd .date span {
    font-size: 1.75rem;
  }
}
.news-content .xw-a1v1 li .cont-p .consd .name {
  color: #595D61;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  overflow: hidden;
  margin: 1rem 0 1rem;
}
@media (max-width: 768px) {
  .news-content .xw-a1v1 li .cont-p .consd .name {
    margin: 0.75rem 0;
  }
}
.news-content .xw-a1v1 li .cont-p .consd .p {
  color: #989B9E;
  font: 400 1rem/1.5em "Noto Sans SC";
  text-align: justify;
}
.news-content .xw-a1v1 li .cont-p .consd a.more-b {
  margin-top: 2rem;
}

.news-list li {
  margin-top: 2.5rem;
}
.news-list li .cont-pas {
  border: 1px solid #F8F8F8;
  background: #F8F8F8;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .news-list li .cont-pas {
    padding: 1.5rem 0;
  }
}
.news-list li .cont-pas .date {
  width: 12.5%;
  text-align: right;
  color: #595D61;
  font-size: 2rem;
  line-height: 1.2em;
  padding-right: 3%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .news-list li .cont-pas .date {
    display: none;
  }
}
.news-list li .cont-pas .date span {
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
}
.news-list li .cont-pas .cont-p {
  width: 87.5%;
  padding: 0 3%;
  border-left: 1px solid #CECECE;
}
@media (max-width: 768px) {
  .news-list li .cont-pas .cont-p {
    width: 100%;
    border-left: none;
    padding: 0 4%;
  }
}
.news-list li .cont-pas .cont-p a.name {
  color: #595D61;
  font: 400 1.25rem/1.5em "Noto Sans SC";
}
.news-list li .cont-pas .cont-p .p {
  color: #989B9E;
  font: 400 1rem/1.5em "Noto Sans SC";
  margin-top: 0.75em;
}
.news-list li .cont-pas:hover {
  background: #fff;
  border-color: #f58d3d;
}
.news-list li .cont-pas:hover .date {
  color: #f58d3d;
}

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

.xw-show_bja {
  border-top: 1px solid #EAEAEA;
}

.xw_content-v1 {
  padding-bottom: 4.625rem;
}
@media (max-width: 768px) {
  .xw_content-v1 {
    padding-bottom: 2rem;
  }
}
.xw_content-v1 .xw-conta1 {
  width: 71.2857142857%;
}
@media (max-width: 768px) {
  .xw_content-v1 .xw-conta1 {
    width: 100%;
  }
}
.xw_content-v1 .xw-conta1 .title-a {
  color: #232425;
  font: 600 1.875rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .xw_content-v1 .xw-conta1 .title-a {
    font-size: 1.5rem;
  }
}
.xw_content-v1 .xw-conta1 .title-b {
  font-size: 1rem;
  line-height: 1em;
  padding: 1rem 0;
}
.xw_content-v1 .xw-conta1 .title-b .date-a {
  color: #3470B1;
}
.xw_content-v1 .xw-conta1 .title-b .date-b {
  color: #8A8A8A;
  border-left: 1px solid #8A8A8A;
  padding-left: 0.5em;
  margin-left: 0.5em;
  font-family: "Montserrat";
  font-weight: 500;
}
.xw_content-v1 .xw-conta1 .xinwn-consss {
  color: #7E8285;
  font: 400 1rem/2em "Noto Sans SC";
  padding: 1rem 0 2rem;
}
@media (max-width: 768px) {
  .xw_content-v1 .xw-conta1 .xinwn-consss {
    padding: 0.5rem 0 1rem;
  }
}
.xw_content-v1 .xw-conta1 .pain {
  border-top: 1px solid #DADADA;
  padding-top: 1rem;
}
.xw_content-v1 .xw-conta1 .pain a {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.xw_content-v1 .xw-conta1 .pain a i {
  font-size: 0.75rem;
  font-weight: 600;
}
.xw_content-v1 .xw-conta1 .pain a:hover {
  color: #3470B1;
}
.xw_content-v1 .xw-conta1 .pain .fanbha .fhaas {
  color: #3470B1;
  font-size: 1rem;
}
.xw_content-v1 .xw-conta1 .pain .fanbha .fhaas img {
  width: 0.8125rem;
  line-height: 1.5em;
  display: block;
  vertical-align: middle;
}
.xw_content-v1 .xw-conta2 {
  width: 21.5%;
  margin-top: 7rem;
}
@media (max-width: 768px) {
  .xw_content-v1 .xw-conta2 {
    display: none;
  }
}
.xw_content-v1 .xw-conta2 .fen-xiang {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  padding: 0.5rem 0;
}
.xw_content-v1 .xw-conta2 .fen-xiang > p {
  color: #8A8A8A;
  font-size: 1rem;
  line-height: 1.5em;
}
.xw_content-v1 .xw-conta2 .fen-xiang .social-share a {
  color: #323232;
  font-size: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border: none;
  background: #fff;
}
.xw_content-v1 .xw-conta2 .xw_lista1 li {
  padding: 1.25rem 0;
  border-bottom: 1px solid #DADADA;
}
.xw_content-v1 .xw-conta2 .xw_lista1 li .tit a {
  display: block;
  color: #232425;
  font: 400 1.125rem/1.5em "Noto Sans SC";
}
.xw_content-v1 .xw-conta2 .xw_lista1 li .tit a:hover {
  color: #3470B1;
}
.xw_content-v1 .xw-conta2 .xw_lista1 li .data {
  font-size: 1rem;
  line-height: 1em;
  color: #3470B1;
  margin-top: 0.65rem;
}
.xw_content-v1 .xw-conta2 .xw_lista1 li .data span {
  color: #8A8A8A;
  border-left: 1px solid #8A8A8A;
  padding-left: 0.5em;
  margin-left: 0.5em;
  font-family: "Montserrat";
  font-weight: 500;
}

.lx-cont1 {
  padding: 2.5rem 0 4rem;
}
@media (max-width: 768px) {
  .lx-cont1 {
    padding: 1rem 0 2rem;
  }
}
.lx-cont1 .lx-a1v1 {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 {
    margin-top: 1rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 {
  width: 37.8571428571%;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 {
    width: 100%;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
  color: #232425;
  font: 400 1.5rem/1.5em "Noto Sans SC";
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {
    font-size: 1.25rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p {
  color: #7E8285;
  font-size: 1rem;
  line-height: 2em;
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p {
    margin: 0.75rem 0;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p a {
  color: #7E8285;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p a:hover {
  color: #3470B1;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna .img {
  width: 9rem;
  padding: 0.65rem;
  background: #EFF0F1;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .erna .img {
    width: 7.5rem;
    padding: 0.35rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna .img img {
  width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .erna .cont-p {
  color: #7E8285;
  font: 400 1rem/2em "Noto Sans SC";
  margin-left: 1em;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b1 .erna .cont-p {
    line-height: 1.5em;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 {
  width: 57.1428571429%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .lx-cont1 .lx-a1v1 .lx-a1b2 {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.lx-cont1 .lx-a1v1 .lx-a1b2 #mapDiv {
  height: 22.875rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 #mapDiv .tdt-infowindow-content p {
  margin: 18px 0 7px;
  font-size: 15px;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 #mapDiv .tdt-bottom {
  display: none;
}

.lx-cont2 {
  background: #F8F8F8;
  padding: 6.6875rem 0 8.25rem;
}
@media (max-width: 768px) {
  .lx-cont2 {
    padding: 2rem 0;
  }
}
.lx-cont2 form {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form {
    margin-top: 0;
  }
}
.lx-cont2 form .m_label1 {
  color: #232425;
  font: 400 0.875rem/1.5em "Noto Sans SC";
  padding-bottom: 0.5em;
}
.lx-cont2 form input {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0 0.75em;
  font-size: 0.875rem;
  line-height: 3.125rem;
  border-radius: 1.5625rem;
}
.lx-cont2 form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #DCDCDC;
  padding: 0.75em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 0.75rem;
}
.lx-cont2 form .city-picker-span {
  border: 1px solid #D2D2D2;
  padding: 0 1em;
  font-size: 0.875rem;
  color: #AEB5BB;
  border-radius: 1.5625rem;
}
.lx-cont2 form .city-picker-span > .arrow {
  right: 0.75rem;
}
.lx-cont2 form .inpt {
  margin-top: 1rem;
}
.lx-cont2 form .msg-a1 .inpt {
  width: 31.8571428571%;
}
@media (max-width: 768px) {
  .lx-cont2 form .msg-a1 .inpt {
    width: 100%;
  }
}
.lx-cont2 form .div_aghgha {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .lx-cont2 form .div_aghgha {
    margin-top: 1rem;
  }
}