.wh {
  padding:0px 15px;
}
:root {
  --color-bs: #fff;
  --color-ys: #7A7A7A;
  --color-zt: #c8161d;
  --head-height: 5.625rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
}
.wh1 {
  padding: 0 5.2083333333%;
}
@media (max-width: 768px) {
  .wh1 {
    padding: 0 4%;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.more-msl {
  display: inline-block;
  color: var(--color-zt);
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  font: 400 1rem/3.125rem "Inter";
  border-radius: 1.5625rem;
  width: 10rem;
  text-align: center;
  border: 1px solid var(--color-zt);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .more-msl {
    line-height: 2.8rem;
    width: 9rem;
    font-size: 0.875rem;
  }
}
.more-msl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-zt);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
   -ms-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
       transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
}
.more-msl:hover {
  color: #fff;
}
.more-msl:hover::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
   -ms-transform: scale(2);
    -o-transform: scale(2);
       transform: scale(2);
}
.more-msl.bs {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.more-msl.bs:before {
  background: #fff;
}
.more-msl.bs:hover {
  color: var(--color-zt);
}
.more-msl.hs {
  color: #8E8E8E;
  background: transparent;
  border-color: #8E8E8E;
}
.more-msl.hs:before {
  background: var(--color-zt);
}
.more-msl.hs:hover {
  color: #fff;
  border-color: var(--color-zt);
}
.more-msl.ls {
  color: var(--color-zt);
  background: transparent;
  border-color: var(--color-zt);
}
.more-msl.ls:before {
  background: var(--color-zt);
}
.more-msl.ls:hover {
  color: #fff;
}

.more-b {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.85rem 2rem;
  border-radius: 3.125rem;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 1.5em;
  border: 1px solid var(--color-zt);
  font-weight: 500;
  background: var(--color-zt);
  font-size: 1rem;
}
@media (max-width: 768px) {
  .more-b {
    padding: 0.7rem 1.65rem;
  }
}
.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 i {
  font-size: 1.25rem;
  margin-left: 0.35rem;
  font-weight: 600;
}
.more-b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  -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 > * {
  color: var(--color-zt);
}
.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 {
  border-color: #c8161d;
  background: #c8161d;
  color: #fff;
}
.more-b.hs::after {
  background: #fff;
}
.more-b.hs:hover {
  color: #c8161d;
}
.more-b.bs {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.more-b.bs > * {
  color: #fff;
}
.more-b.bs::after {
  background: var(--color-zt);
}
.more-b.bs:hover {
  border-color: var(--color-zt);
}

@media (max-width: 990px) {
  body {
    padding-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 990px) {
  .pc-hidden {
    display: none;
  }
}
.m-hidden {
  display: none;
}

@media (max-width: 990px) {
  .m-hidden {
    display: block;
  }
}
@media (max-width: 990px) {
  .m-img {
    padding-bottom: 66%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-img > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-imgny {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .m-imgny > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .pc-banner .swiper-slide.a {
    padding-bottom: -webkit-calc(70vh - 60px);
    padding-bottom: -moz-calc(70vh - 60px);
    padding-bottom: calc(70vh - 60px);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .pc-banner .swiper-slide.a .img {
    position: static !important;
  }
  .pc-banner .swiper-slide.a .img > img {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .m-img-news {
    padding-bottom: 68.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;
  }
}




.cp_sort1 {
  background: #F4F5F5;
  border-radius: 2rem;
  border: 1px solid #DBDBDB;
  padding: 1rem;
}
.cp_sort1 > li {
  position: relative;
  z-index: 1;
}
.cp_sort1 > li + li {
  margin-top: 1rem;
}
.cp_sort1 > li > .sec {
  padding: 0;
}
.cp_sort1 > li > .sec > .tit1 > a.clicked {
  border-bottom: 1px solid #DEDEDE;
}
.cp_sort1 > li > .sec > .tit1 > a.clicked, .cp_sort1 > li > .sec > .tit1 > a:hover {
  color: #c8161d;
}
.cp_sort1 > li > .sec > .tit1 > .sec {
  padding: 0;
  border-bottom: 1px solid #DEDEDE;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 {
  padding: 0 2%;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 .aniut {
  right: 2%;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a {
  font-size: 0.875rem;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a.clicked {
  border-bottom: 1px solid #DEDEDE;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a.clicked, .cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > a:hover {
  color: #c8161d;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec {
  padding: 0;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a {
  font-size: 0.75rem;
  line-height: 2rem;
}
.cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a.clicked, .cp_sort1 > li > .sec > .tit1 > .sec > .tit1 > .sec > .tit1 > a:hover {
  color: #c8161d;
}
.cp_sort1 > li > a {
  display: block;
  line-height: 3.5rem;
  font-size: 1rem;
  color: #020202;
  font-family: "Inter";
  padding: 0 8%;
  font-weight: 600;
  background: #FFFFFF;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 1.875rem;
}
.cp_sort1 > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "Inter";
  font-weight: 500;
}
.cp_sort1 > li > a.clicked {
  background: #c8161d;
  color: #fff;
}
.cp_sort1 > li > a.clicked + .aniut i {
  color: #fff;
}
.cp_sort1 > li .sec {
  display: none;
  padding: 1rem 0 0.1rem;
}
.cp_sort1 > li .sec .tit1 {
  position: relative;
  padding: 0 8%;
}
.cp_sort1 > li .sec .tit1 .aniut {
  height: 2.8125rem;
  line-height: 2.8125rem;
  right: 8%;
}
.cp_sort1 > li .sec .tit1 .aniut i {
  font-size: 1.125rem;
}
.cp_sort1 > li .sec .tit1 a {
  color: #020202;
  font-size: 1rem;
  line-height: 2.8125rem;
}
.cp_sort1 > li .sec .tit1 a.active{
        color: #c8161d;
}
.cp_sort1 > li .sec a {
  display: block;
  font-size: 12px;
  color: #020202;
  line-height: 35px;
}
.cp_sort1 > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.cp_sort1 .aniut {
  position: absolute;
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    right: 0;
    top: 0;
    text-align: right;
    z-index: 9;
    padding-right: 8%;cursor: pointer;
}
.cp_sort1 .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  color: #888888;
}

@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%;
  overflow: hidden;
}
.pc-banner .mySwipera .swiper-slide .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.135);
  display: none;
}
.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: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 20s;
}
.pc-banner .mySwipera .swiper-slide .img > img.aimg {
  visibility: hidden;
}
@media (max-width: 990px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {
    visibility: inherit;
  }
}
.pc-banner .mySwipera .swiper-slide .img #myvideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc-banner .mySwipera .swiper-slide:hover .img .imgxa2 {
  z-index: 1;
}
.pc-banner .mySwipera .banwez1 {
  width: 100%;
  z-index: 99;
  color: #FFFFFF;
}
.pc-banner .mySwipera .banwez1 .tit {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.35em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.pc-banner .mySwipera .banwez1 .tit i {
  width: 6.3125rem;
  display: block;
  position: absolute;
  right: 1.25em;
  top: -1.25em;
}
.pc-banner .mySwipera .banwez1 .tit i img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .tit {
    font-size: 2rem;
    line-height: 1.4em;
  }
  .pc-banner .mySwipera .banwez1 .tit i {
    width: 3.25rem;
  }
}
.pc-banner .mySwipera .banwez1 .p1 {
  font-size: 1.75rem;
  line-height: 1.25em;
  width: 40%;
  margin-top: 0.35em;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .banwez1 .p1 {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}
.pc-banner .mySwipera .wehasxa1 {
  position: absolute;
  right: 0;
  width: 32.2916666667%;
  bottom: 0;
  z-index: 9;
  height: 5.625rem;
  border-top-left-radius: 2rem;
  padding-right: var(--cbasta);
  background: var(--color-zt);
  padding-left: 2%;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .wehasxa1 {
    width: 70%;
    height: 3.75rem;
    border-top-left-radius: 1rem;
    padding-left: 6%;
  }
}
.pc-banner .mySwipera .wehasxa1 .pagination {
  margin-top: 0.7rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .wehasxa1 .pagination {
    margin-top: 0.6rem;
  }
}
.pc-banner .mySwipera .wehasxa1 .pagination .list {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  width: auto;
  height: 2.25rem;
  background: transparent;
  border-radius: 0;
  outline: 0;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .wehasxa1 .pagination .list {
    height: 2rem;
  }
}
.pc-banner .mySwipera .wehasxa1 .pagination button {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .wehasxa1 .pagination button {
    width: 0.35rem;
    height: 0.35rem;
  }
}
.pc-banner .mySwipera .wehasxa1 .pagination button > svg {
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  stroke: #fff;
  fill: none;
  stroke-width: 1.5;
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
  left: 68%;
  top: 71%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .wehasxa1 .pagination button > svg {
    width: 2rem;
    height: 2rem;
    left: 68%;
    top: 68%;
  }
}
.pc-banner .mySwipera .wehasxa1 .pagination .list + .list {
  margin-left: 2.5rem !important;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .wehasxa1 .pagination .list + .list {
    margin-left: 2rem !important;
  }
}
.pc-banner .mySwipera .wehasxa1 .pagination .swiper-pagination-bullet-active button svg {
  -moz-animation-name: circ;
    -o-animation-name: circ;
       animation-name: circ;
  -moz-animation-duration: 6.5s;
    -o-animation-duration: 6.5s;
       animation-duration: 6.5s;
  -webkit-animation-name: circ;
  -webkit-animation-duration: 6.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}
.pc-banner .mySwipera .wehasxa1 .pagination .list:nth-child(1).swiper-pagination-bullet-active button svg {
  -webkit-animation-name: circ;
     -moz-animation-name: circ;
       -o-animation-name: circ;
          animation-name: circ;
  -webkit-animation-duration: 6.5s;
     -moz-animation-duration: 6.5s;
       -o-animation-duration: 6.5s;
          animation-duration: 6.5s;
  stroke-dashoffset: 0\0 ;
  stroke-dasharray: 0\0 ;
}
.pc-banner .mySwipera .wehasxa1 .swiper-num {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.125rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .wehasxa1 .swiper-num {
    font-size: 1rem;
  }
}
.pc-banner .mySwipera .wehasxa1 .swiper-num span::before {
  content: "0";
}
.pc-banner .mySwipera .wehasxa1 .swiper-num span.active {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 0.2rem;
}
@media (max-width: 768px) {
  .pc-banner .mySwipera .wehasxa1 .swiper-num span.active {
    font-size: 1.25rem;
  }
}
.pc-banner a.mouse {
  position: absolute;
  left: 0;
  bottom: 2rem;
  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: 400 0.875rem/1.5em "Inter";
  margin-top: 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 circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes circ {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@-moz-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@-o-keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@keyframes run {
  from {
    bottom: 70%;
    opacity: 0;
  }
  to {
    bottom: 35%;
    opacity: 1;
  }
}
@-webkit-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-o-keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes wiht {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-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%;
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
         transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
       transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
       transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
.swiper {
  overflow: hidden;
}

.overa {
  overflow: hidden;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.xz img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xz:hover img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.top:hover {
  -webkit-transform: translateY(-1rem);
     -moz-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
       -o-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.gong-pagination span {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0 0.25rem;
}
.gong-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}
.gong-pagination.hs span {
  background: rgba(0, 0, 0, 0.3);
}
.gong-pagination.hs span.swiper-pagination-bullet-active {
  background: #c8161d;
}

.gong-p {
  color: #7A7A7A;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75em;
  text-align: justify;
}
@media (max-width: 768px) {
  .gong-p {
    font-size: 1rem;
  }
}
.gong-p.bs {
  color: #fff;
}

.title1 {
  color: #9F9E9F;
  font-weight: 700;
}
.title1 .tit {
  color: #020202;
  font-size: 3rem;
  line-height: 1.35em;
}
@media (max-width: 768px) {
  .title1 .tit {
    font-size: 2rem;
  }
}
.title1 .entit {
  font-size: 1.5rem;
  line-height: 1.25em;
  text-transform: uppercase;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .title1 .entit {
    font-size: 1.25rem;
    margin-top: 0.2rem;
  }
}
.title1.bs {
  color: #fff;
}
.title1.bs .tit {
  color: #fff;
}

.iconfont1 {
  font-family: "iconfont" !important;
}

.cont1 {
  background: url(/images/bj1.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding:4.8rem 0 4.9rem;
}
@media (max-width: 768px) {
  .cont1 {
    padding: 2rem 0;
  }
}
.cont1 .a1v1 .a1b1 {
  width: 52.5714285714%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 {
    width: 100%;
  }
}
.cont1 .a1v1 .a1b1 .cont-p {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .cont-p {
    margin-top: 1rem;
  }
}
.cont1 .a1v1 .a1b1 .cont-p .tit {
  color: #020202;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .cont-p .tit {
    font-size: 1.5rem;
  }
}
.cont1 .a1v1 .a1b1 .cont-p .p1 {
  margin-top: 0.5rem;
}
.cont1 .a1v1 .a1b1 .cont-p .more-b {
  margin-top: 2.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .cont-p .more-b {
    margin-top: 1rem;
  }
}
.cont1 .a1v1 .a1b1 .a1c1 {
  margin-top: 3.875rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1c1 {
    margin-top: 1.85rem;
  }
}
.cont1 .a1v1 .a1b1 .a1c1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cont1 .a1v1 .a1b1 .a1c1 li .date {
  color: #c8161d;
}
.cont1 .a1v1 .a1b1 .a1c1 li .date span {
  font-size: 3.125rem;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1c1 li .date span {
    font-size: 2.125rem;
  }
}
.cont1 .a1v1 .a1b1 .a1c1 li .date .ast {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25em;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1c1 li .date .ast {
    line-height: 1em;
  }
}
.cont1 .a1v1 .a1b1 .a1c1 li .date sup {
  vertical-align: top;
  top: 0;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b1 .a1c1 li .date sup {
    font-size: 1rem;
  }
}
.cont1 .a1v1 .a1b1 .a1c1 li .p1 {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-top: 0.2rem;
}
.cont1 .a1v1 .a1b2 {
  width: 42.8571428571%;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 {
    width: 100%;
    margin-top: 1rem;
  }
}
.cont1 .a1v1 .a1b2 .a1b2c1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .a1b2c1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}
.cont1 .a1v1 .a1b2 .a1b2c1 li {
  border-radius: 1.25rem;
  background: #FFF;
  box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 2.5rem 2% 2.2rem;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .a1b2c1 li {
    padding: 2rem 2%;
    border-radius: 1rem;
  }
}
.cont1 .a1v1 .a1b2 .a1b2c1 li u {
  font-size: 0;
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 50%;
  background: #F5F5F5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cont1 .a1v1 .a1b2 .a1b2c1 li u {
    width: 4.65rem;
    height: 4.65rem;
  }
}
.cont1 .a1v1 .a1b2 .a1b2c1 li u img {
  width: 50%;
}
.cont1 .a1v1 .a1b2 .a1b2c1 li p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.125rem;
  line-height: 1.8em;
  margin-top: 1rem;
}
.cont1 .a1v1 .a1b2 .a1b2c1 li:hover {
  background: -webkit-linear-gradient(329deg, #c8161d -20.86%, #EE3838 90.92%);
  background: -moz-linear-gradient(329deg, #c8161d -20.86%, #EE3838 90.92%);
  background: -o-linear-gradient(329deg, #c8161d -20.86%, #EE3838 90.92%);
  background: linear-gradient(121deg, #c8161d -20.86%, #EE3838 90.92%);
}
.cont1 .a1v1 .a1b2 .a1b2c1 li:hover p {
  color: #fff;
}

.cont2 {
  position: relative;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}
.cont2 .a2_list1 li {
  display: none;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li {
    width: 100%;
    height: 100%;
  }
}
.cont2 .a2_list1 li img {
  width: 100%;
}
@media (max-width: 768px) {
  .cont2 .a2_list1 li img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cont2 .a2v1 {
  position: absolute;
  left: 0;
  top: 7rem;
  width: 100%;
}
@media (max-width: 768px) {
  .cont2 .a2v1 {
    top: 2rem;
  }
}
.cont2 .a2v2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cont2 .a2v2 {
    position: static;
    padding-top: 7rem;
  }
}
.cont2 .a2v2 .wh {
  height: 100%;
}
.cont2 .a2v2 .a2b2c1 {
  height: 100%;
}
.cont2 .a2v2 .a2b2c1 li {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  height: 100%;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2b2c1 li {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    height: auto;
    padding: 2.5rem 0;
    width: 100%;
  }
}
.cont2 .a2v2 .a2b2c1 li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2b2c1 li + li {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.cont2 .a2v2 .a2b2c1 li:nth-child(2) {
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2b2c1 li:nth-child(2) {
    -webkit-flex: auto;
       -moz-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}
.cont2 .a2v2 .a2b2c1 li .asxat {
  color: #fff;
}
.cont2 .a2v2 .a2b2c1 li .asxat u {
  width: 5.875rem;
  height: 5.875rem;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2b2c1 li .asxat u {
    width: 5rem;
    height: 5rem;
  }
}
.cont2 .a2v2 .a2b2c1 li .asxat u img {
  width: 50%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cont2 .a2v2 .a2b2c1 li .asxat .tit {
  font-size: 2.25rem;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2b2c1 li .asxat .tit {
    font-size: 1.75rem;
  }
}
.cont2 .a2v2 .a2b2c1 li .asxat .p1 {
  font-size: 1.5rem;
  line-height: 1.65em;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2b2c1 li .asxat .p1 {
    font-size: 1.125rem;
  }
}
.cont2 .a2v2 .a2b2c1 li .asxat a.more-b {
  margin: 2rem auto 0;
}
@media (max-width: 768px) {
  .cont2 .a2v2 .a2b2c1 li .asxat a.more-b {
    margin: 1rem auto 0;
  }
}
.cont2 .a2v2 .a2b2c1 li.on .asxat u {
  background: #fff;
}
.cont2 .a2v2 .a2b2c1 li.on .asxat u img {
  -webkit-filter: inherit;
          filter: inherit;
}

.sy-body {
  overflow: visible;
  position: relative;
}

.cont3 {
  background: url(../images/bj2.jpg) repeat center;
  padding: 7.125rem 0;
}
@media (max-width: 768px) {
  .cont3 {
    padding: 2.25rem 0;
  }
}
.cont3 .asxt1 {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont3 .asxt1 {
    margin-top: 1.5rem;
  }
}
.cont3 .asxt1 li {
  position: sticky;
  top: -webkit-calc(var(--head-height) + 3rem);
  top: -moz-calc(var(--head-height) + 3rem);
  top: calc(var(--head-height) + 3rem);
  border-radius: 2.25rem;
  overflow: hidden;
  margin-top: 1rem;
  background: #FFF;
  box-shadow: 0px 0px 1.5rem 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .cont3 .asxt1 li {
    border-radius: 1rem;
    position: relative;
    top: 0;
  }
}
.cont3 .asxt1 li .img {
  font-size: 0;
}
.cont3 .asxt1 li .img img {
  width: 100%;
  aspect-ratio: 1400/486;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .cont3 .asxt1 li .img img {
    aspect-ratio: 1/1;
  }
}
.cont3 .asxt1 li .cont-p {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 6%;
  color: #fff;
}
@media (max-width: 768px) {
  .cont3 .asxt1 li .cont-p {
    padding: 0 6%;
  }
}
.cont3 .asxt1 li .cont-p .tit {
  font-size: 2.625rem;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .cont3 .asxt1 li .cont-p .tit {
    font-size: 1.8rem;
  }
}
.cont3 .asxt1 li .cont-p .p1 {
  font-size: 1rem;
  line-height: 1.7em;
  width: 45%;
  padding: 0.5rem 0 1rem;
}
@media (max-width: 768px) {
  .cont3 .asxt1 li .cont-p .p1 {
    width: 100%;
  }
}

.jt-gong > div {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background: var(--color-zt);
}
.jt-gong > div i {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.cont4 {
  padding-bottom: 3.4375rem;
}
@media (max-width: 768px) {
  .cont4 {
    padding-bottom: 2rem;
  }
}
.cont4 .a4v1 {
  background: url(../images/bj3.jpg) no-repeat center;
  -o-background-size: cover;
     background-size: cover;
  padding: 7.1875rem 0 11.125rem;
}
@media (max-width: 768px) {
  .cont4 .a4v1 {
    padding: 2rem 0 7rem;
  }
}
@media (max-width: 768px) {
  .cont4 .a4v1 .xw-sort1 {
    margin-top: 1rem;
  }
}
.cont4 .a4v1 .xw-sort1 li a {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 2.875rem;
  padding: 0.9rem 2rem;
  border-radius: 1.875rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .cont4 .a4v1 .xw-sort1 li a {
    padding: 0.75rem 1.5rem;
  }
}
.cont4 .a4v1 .xw-sort1 li + li {
  padding-left: 1rem;
}
.cont4 .a4v1 .xw-sort1 li:hover a, .cont4 .a4v1 .xw-sort1 li.on a {
  background: #fff;
  color: #c8161d;
}
.cont4 .a4v2c1 {
  margin-top: -8.9375rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2c1 {
    margin-top: -5rem;
  }
}
.cont4 .a4v2c1 .tta {
  display: none;
}
.cont4 .a4v2c1 .mySwiper1 .swiper-slide a.img {
  display: block;
  font-size: 0;
  border-radius: 1rem;
  overflow: hidden;
}
.cont4 .a4v2c1 .mySwiper1 .swiper-slide a.img img {
  width: 100%;aspect-ratio: 16 / 10;  object-fit: cover;
}
.cont4 .a4v2c1 .mySwiper1 .swiper-slide a.name {
  display: block;
  color: #000000;
  font-size: 1.125rem;
  line-height: 1.5em;
  padding: 0.75em 0 0.4rem;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.cont4 .a4v2c1 .mySwiper1 .swiper-slide a.name:hover {
  color: var(--color-zt);
}
.cont4 .a4v2c1 .mySwiper1 .swiper-slide .p1 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.5em;
}
.cont4 .a4v2c1 .mySwiper1 .swiper-slide span {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.5em;
  margin-top: 0.5rem;
  display: block;
}
.cont4 .a4v2c1 .mySwiper1 .schd-as {
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2c1 .mySwiper1 .schd-as {
    margin-top: 1rem;
  }
}
.cont4 .a4v2c1 .mySwiper1 .schd-as .swiper-pagination {
  position: relative;
  height: 3px;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: rgba(0, 0, 0, 0.3);
}
.cont4 .a4v2c1 .mySwiper1 .schd-as .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--color-zt);
}
.cont4 .a4v2c1 .mySwiper1 .schd-as .jt-gong {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2c1 .mySwiper1 .schd-as .jt-gong {
    margin-left: 1.5rem;
  }
}
.cont4 .a4v2c1 .mySwiper1 .schd-as .jt-gong .swiper-button-next1 {
  margin-left: 1.25rem;
}
@media (max-width: 768px) {
  .cont4 .a4v2c1 .mySwiper1 .schd-as .jt-gong .swiper-button-next1 {
    margin-left: 1rem;
  }
}

.foot-fot {
  position: relative;
  background: #5A5A5A;
}
.foot-fot .foota1 {
  position: relative;
  z-index: 1;
}
@media (max-width: 990px) {
  .foot-fot .foota1 {
    display: none;
  }
}
.foot-fot .foota1 .foot-tit {
  color: #FFFFFF;
  font: 600 1.125rem/1.5em "Noto Sans SC";
}
.foot-fot .foota1 .foot-tit a {
  color: #fff;
  display: block;
}
.foot-fot .foota1 .dseca {
  margin-top: 0.35em;
}
.foot-fot .foota1 .dseca > a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font: 400 1rem/1.9em "Noto Sans SC";
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot-fot .foota1 .dseca > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
.foot-fot .foota1 .dseca > a:hover {
  color: #fff;
}
.foot-fot .foota1 .dseca > a:hover::after {
  width: 100%;
}
.foot-fot .foota1 .foota1b1 {
  padding: 3.425rem 0;
}
.foot-fot .foota1 .foota1b1 .dlogo img {
  height: 5.125rem;
}
.foot-fot .foota1 .foota1b2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.875rem 0 2.375rem;
}
.foot-fot .foota1 .foota1b2 .dbfxa {
  margin-top: 1.5rem;
}
.foot-fot .foota1 .foota1b2 .dbfxa li {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 2em;
}
.foot-fot .foota1 .foota1b2 .dbfxa li i {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.foot-fot .foota1 .foota1b2 .dbfxa li i img {
  width: 50%;
}
.foot-fot .foota1 .foota1b2 .dbfxa li p {
  margin-left: 0.8em;
}
.foot-fot .foota2 {
  color: rgba(255, 255, 255, 0.4);
  font: 400 0.875rem/1.65em "Noto Sans SC";
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.85em 0;
}
.foot-fot .foota2 a {
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.foot-fot .foota2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.foot-fot .foota2 a:hover::after {
  width: 100%;
}
.foot-fot .foota2 a:hover {
  color: #fff;
}
.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 .aat_list {
    display: none;
  }
}
.zd_erha .aat_list li {
  position: relative;
}
.zd_erha .aat_list li + li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 70%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: rgba(63, 63, 63, 0.1);
}
.zd_erha .aat_list li > a {
  display: block;
  width: 100%;
  position: relative;
  background: #c8161d;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  box-shadow: 0 0.125rem 1rem 0.125rem rgba(0, 20, 60, 0.2);
}
.zd_erha .aat_list li > a i {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zd_erha .aat_list li > a i img {
  height: 1.875rem;
}
.zd_erha .aat_list 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 .aat_list li .erghgsb {
  width: 7rem;
  padding: 0.3rem;
}
.zd_erha .aat_list li .erghgsb img {
  width: 100%;
}
.zd_erha .aat_list li:hover .erghgsa {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/*内页css*/
.loadmore-nodata {
  margin: 0 auto 9em;
}

.text-center {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .pagination {
    margin: 0 0 0;
  }
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 2.375rem;
  color: #666666;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 0.2rem;
  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: var(--color-zt);
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--color-zt);
  border-color: var(--color-zt);
  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;
}





/* 首页 解决方案轮播 */
.msjjbg { background: #000000 url(/images/mjjbg.jpg) no-repeat center; margin: 0 auto; height: 740px; width: 100%; padding-top:65px}
.w1200 {width:93.5%; margin: 0 auto; }

.tabshow {
	height:422px;
	position:relative;
}
.tabshow .hidea {
	display:none;
}
.tabshow .udbtn, .tabshow .tabTagBox li {width: 320px; height: 23px;}
.tabshow .udbtn {
	display:block;
	width:320px;
	height:23px;
	line-height:999em;
	overflow:hidden;
}
.tabshow .uPrev { background: url(/images/jleft.png) no-repeat;}
.tabshow .dNext {background: url(/images/jright.png) no-repeat;}
.tabTagBox {
	height:415px;
	width:320px;
	background: url(/images/mjjbg2.png) repeat;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.tabTagList {
	position:absolute;
	left:0;
	height:999em;
}
.tabshow .tabTagBox li {
	float:left;
	width:100%;
	height:83px;
	line-height: 83px;
	font-size: 15px;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
}
.tabshow .tabTagBox li span{	font-size: 15px;color:#fff;}

.tabshow .tabTagBox li.current {
	background: #c8161d; color: #fff;
}
.tabshow .tabTagBox li.current span{
	 color: #fff;
}
.mtabz { float: left; padding-top: 50px;}
#tag01 span { background: url(/images/hytb1.png) no-repeat left;}
#tag02 span { background: url(/images/hytb2.png) no-repeat left;}
#tag03 span { background: url(/images/hytb3.png) no-repeat left;}
#tag04 span { background: url(/images/hytb4.png) no-repeat left;}
#tag05 span { background: url(/images/hytb5.png) no-repeat left;}
#tag06 span { background: url(/images/hytb6.png) no-repeat left;}
#tag07 span { background: url(/images/hytb7.png) no-repeat left;}
#tag08 span { background: url(/images/hytb8.png) no-repeat left;}
#tag09 span { background: url(/images/hytb9.png) no-repeat left;}
#tag010 span { background: url(/images/hytb10.png) no-repeat left;}

.tabTagList span{ margin-left: 24px; display: inline-block;height:83px; padding-left: 62px;}
.tabshow .tabcon {
	position:absolute;
	top:132px;
	right:0;
	z-index:1;
	width:70%;
	overflow:hidden;
}
.tabshow .tabcon h2 {
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#333;
	padding:10px 0 10px 25px;
}
.tabcon p { color: #ebeaea;  padding: 3% 0; line-height: 32px;}
.tabcon .tit {font-size:18px;	color:#fff; padding-top:8%;}
.zndbt { font-size: 24px; color: #fff;border-bottom: 1px solid #8c8c8c; padding-bottom:20px;}
.mjjzj { width: 100%; padding-top: 3%; padding-bottom: 7%;}
.mjjzj span { color: #ffffff; font-size: 15px; display:block; margin-top:7%; background: url(../images/mjj1.png) no-repeat; padding-left: 25px;}
.mjjzj span a{ color: #ffffff; font-size: 15px; }
.morem { display: inline-block; font-size: 15px; color: #fff; width: 117px; height: 35px; text-align: center; line-height: 35px; background: #666666; margin-top: 10%;}
.mmorej { float:left;}
.mmorej a { display: inline-block; color: #fff; font-size: 16px;}
.mmorej .link {
  padding: 0.85rem 2rem;
  border-radius: 3.125rem;margin-top:30px;width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  line-height: 1.5em;
  border: 1px solid var(--color-zt);
  font-weight: 500;
  background: var(--color-zt);
  font-size: 1rem;
}
.mmorej .link i {
    background: url(/images/ico_05.png) no-repeat 130px;display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.mmorej .link:hover {
	   border-color: var(--color-zt);
	  background-color: #FFFFFF ;
	  overflow: hidden; color: #c8161d;
	}
.mmorej .link:hover i {
	  background: url(/images/ico_06.png) no-repeat 130px;
	}
.mjjsji { display: none;}
.solve_left{ width:40%; float:left;}
.solve_right{ width:100%; float:left; padding-top:2%; line-height:31px; color:#FFFFFF}
.solve_right p{ border-bottom:none !important; line-height:31px !important; color:#FFFFFF}
.solive{border-bottom: 1px solid #8c8c8c; padding-bottom:30px; height:330px;overflow: hidden;}
.solve_right p a{ font-size:14px; color:#ebeaea; padding-left:15px; background: url(../images/dian.png) no-repeat left;}
.solve_right p a:hover{ color:#ffe100;}	
.huang .carousel-indicators {
  width: 100%;
  left: 0;
  margin-left: 0;
}	
.huang .carousel-indicators li{ background:#fff; width:44px; height:4px; border:none; border-radius:10px}	
.huang .carousel-indicators li.active {    background-color: #FFE100;}	
.slide-image01 { display:none;}
.slide-image { display:block;}

.mleft { width:30px; left:2%; }
.mright {width:30px; right:2%;}
.mleft span{ width:30px; height:65px; display:block; background: url(../images/mleft.png) no-repeat; margin-left:10%;}
.mright span{ width:30px; float:right; height:65px; display:block; background: url(../images/mright.png) no-repeat; margin-right:10%;}
.htmleaf-container .carousel-item img {
  max-width: 100%;
}


@media screen and (max-width: 768px) {
	.slide-image,.slide { display:block; margin-top:60px;}

.huang .carousel-indicators li{ background:#fff; width:24px; height:4px; border:none; border-radius:none}	
.huang .carousel-indicators { bottom:-4px;}
.mleft span{ display:none; }
.mright span{ display:none;}

}