@charset "UTF-8";

 
body, html {
  font-size: 0.8333333333vw;font-family: '思源黑体';
}

@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: "Alibaba";
}

p {
  padding: 0;
  margin: 0;
}

:root {
  --color-bs: #fff;
  --color-ys: #555555;
  --color-zt: #C5060F;
  --head-height: 6.25rem;
  --cbasta: 13.5416666667%;
  --pandrd: 5.375rem;
  --pantop: 1.75rem;
}
@media (max-width: 1366px) {
  :root {
    --cbasta: 5.78125%;
  }
}
@media (max-width: 768px) {
  :root {
    --cbasta: 4%;
    --pandrd: 2rem;
    --pantop: 0;
  }
}

.wh {
  padding: 0 var(--cbasta);
}

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

.flex {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.flex-z {display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
.flex_left {display: flex;justify-content: start;flex-wrap: wrap;align-items: center;}
.flex_left1 {display: flex;justify-content: start;flex-wrap: wrap;}
.flex2 {display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex3 {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-end;}
.flex21 {display: flex;justify-content: flex-end;flex-wrap: wrap;}
 
 

@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(60vh - 60px);
    padding-bottom: -moz-calc(60vh - 60px);
    padding-bottom: calc(60vh - 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: var(--head-height);
  position: relative;
  background: #fff;
}
.head .head2 .logo a {
  display: block;
}
.head .head2 .logo a img {
  width: 15.9125rem; margin-top:1.5rem;
}
.head .head2 .top_dh i {
  color: #B91D2A;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.head .head2 .top_dh p {
  color: #555555;
  font-size: 1.125rem;
  line-height: 1.5em;
}
.head .head2 .top_dh b {
  color: #B91D2A;
  font-size: 1.375rem;
  font-weight: 600;
}
.head .head2 .sska {
  line-height: 1em;
  margin-left: 2rem;
}
.head .head2 .sska a {
  color: #1B1C21;
}
.head .head2 .sska a i {
  font-size: 1.25rem;
  margin-right: 0.4em;
}
.head.sticky .head2 {
  backdrop-filter: blur(14px);
  background-color: rgba(255, 255, 255, 0.9);
}

#menu {
  margin-right: 1vw;
}
#menu .nav_a1 > li {
  float: left;
}
#menu .nav_a1 > li a {
  display: block;
  color: #1B1C21;
  font-family: "Alibaba";
}
#menu .nav_a1 > li > a {
  font-size: 1.125rem;
  padding: 0 2rem;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 1680px) {
  #menu .nav_a1 > li > a {
    padding: 0 1.35em;
  }
}
@media (max-width: 1366px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.8em;
  }
}
@media (max-width: 1024px) {
  #menu .nav_a1 > li > a {
    padding: 0 0.5em;
  }
}
#menu .nav_a1 > li > a span {
  position: relative;
  display: block;
}
#menu .nav_a1 > li > a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-zt);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scaleX(0);
     -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
       -o-transform: scaleX(0);
          transform: scaleX(0);
}
#menu .nav_a1 > li > a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0.5rem;
  width: 100%;
}
#menu .nav_a1 > li .sec {
  position: absolute;
  top: -webkit-calc(100% + 0.5rem);
  top: -moz-calc(100% + 0.5rem);
  top: calc(100% + 0.5rem);
  width: 100%;
  left: 0%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
  line-height: 1.5em;
}
#menu .nav_a1 > li .sec .sec-v1 {
  background: #fff;
  padding: 2rem 0;
  box-shadow: 0px 0px 0.5rem 0px rgba(0, 0, 0, 0.07);
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a1 {
  width: 40.3571428571%;
  padding: 0 5%;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a1 a {
  font-size: 1.125rem;
  padding: 1.125em 0;
  color: #555;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a1 a i {
  font-size: 0.4rem;
  font-weight: 600;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a1 a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a2 {
  width: 58.9285714286%;
  padding: 0 5%;
  border-left: 1px solid #D9D9D9;
  padding-bottom: 1rem;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a2 .tit {
  color: #555;
  font-size: 1.125rem;
  line-height: 1.5em;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a2 .news-list-top1 {
  margin-top: 0.75rem;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a2 .news-list-top1 li {
  width: 45.6692913386%;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.65rem;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a2 .news-list-top1 li a.bane .img {
  overflow: hidden;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a2 .news-list-top1 li a.bane .img img {
  width: 100%;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a2 .news-list-top1 li a.bane p {
  color: #555;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.5rem 0 0.35rem;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a2 .news-list-top1 li a.bane span {
  color: #858585;
  font-size: 1rem;
  line-height: 1.5em;
  font-family: "Alibaba";
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a2 .news-list-top1 li a.bane:hover p {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a3 {
  width: 67.8571428571%;
  padding: 0 3.8% 0 5.5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.75rem;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a3 a {
  font-size: 1.125rem;
  padding: 1.125em 0;
  color: #555;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a3 a i {
  font-size: 0.4rem;
  font-weight: 600;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a3 a:hover {
  color: var(--color-zt);
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a4 {
  width: 31.7857142857%;
  padding: 0 5.5% 0 3.5%;
  border-left: 1px solid #D9D9D9;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a4 .news-list-top1 {
  padding: 1.5rem 0;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a4 .news-list-top1 li {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 0.65rem;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a4 .news-list-top1 li a.bane .img {
  overflow: hidden;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a4 .news-list-top1 li a.bane .img img {
  width: 100%;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a4 .news-list-top1 li a.bane p {
  color: #555;
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0.5rem 0 0.35rem;
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a4 .news-list-top1 li a.bane span {
  color: #858585;
  font-size: 1rem;
  line-height: 1.5em;
  font-family: "Alibaba";
}
#menu .nav_a1 > li .sec .sec-v1 .sec-a4 .news-list-top1 li a.bane:hover p {
  color: var(--color-zt);
}
#menu .nav_a1 > li:hover:nth-child(4) .sec,
#menu .nav_a1 > li:hover:nth-child(4) .sec1 {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
#menu .nav_a1 > li:hover > a, #menu .nav_a1 > li.active > a {
  color: var(--color-zt);
}
#menu .nav_a1 > li:hover > a span::after, #menu .nav_a1 > li.active > a span::after {
  -webkit-transform: scaleX(1);
     -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
       -o-transform: scaleX(1);
          transform: scaleX(1);
}

 

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

@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 .tcas {width: 20%;max-width: var(--head-height);margin: 0 auto 1rem;}
.pc-banner .mySwipera .tcas img {width: 100%;}
.pc-banner .mySwipera .swiper-slide {overflow: hidden;}
.pc-banner .mySwipera .swiper-slide .img {position: relative;width: 100%;height: 100%;overflow: hidden;}
.pc-banner .mySwipera .swiper-slide .img:after {content: "";display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);}
.pc-banner .mySwipera .swiper-slide .img.imgdt:after {display: none;}
.pc-banner .mySwipera .swiper-slide .img > img {width: 100%;height: 100%;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;}
.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: 50%;transform: translateY(-50%);}
.pc-banner .mySwipera .banwez1 .tit {font-weight: 700;font-size: 3.25rem;line-height: 1.25em;}
.pc-banner .mySwipera .banwez1 .p {font-weight: 700;font-size: 1.75rem;line-height: 1.25em;margin-top: 1rem;}
.pc-banner .mySwipera .asd-fw {position: absolute;left: 0;bottom: 0;z-index: 1;width: 100%;}
.pc-banner .mySwipera .asd-fw .asha1 {display: flex;justify-content: space-between;flex-wrap: wrap;gap: 1px;}
.pc-banner .mySwipera .asd-fw .asha1 li {flex: 1;}
.pc-banner .mySwipera .asd-fw .asha1 li a {display: block;text-align: center;background: rgba(0, 0, 0, 0.4);color: #FFFFFF;font-size: 1.5rem;line-height: 1.35em;font-weight: 700;padding: 1.75rem 1em;transition: all 0.4s;}
.pc-banner .mySwipera .asd-fw .asha1 li a:hover {background: #B91D2A;}
.pc-banner .mySwipera .er-gat {position: absolute;left: 0;bottom: 28%;width: 100%;z-index: 9;}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span {opacity: 1;background: rgba(255, 255, 255, 0.4);width: 2.625rem;height: 0.25rem;margin-right: 0.5rem;border-radius: 0;}
.pc-banner .mySwipera .er-gat .swiper-pagination1 span.swiper-pagination-bullet-active {background: #B91D2A;}
.pc-banner a.mouse {position: absolute;left: 0;bottom: 0;width: auto;left: 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 "Alibaba";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; transform: translateX(-50%);animation: scroll2 1s linear infinite;}

@media (max-width: 768px) {
  .pc-banner .mySwipera .swiper-slide .img > img.aimg {visibility: inherit;}
  .pc-banner .mySwipera .banwez1 .tit {font-size: 1.8rem;}
  .pc-banner .mySwipera .banwez1 .p {font-size: 1.25rem;margin-top: 0.75em;}
  .pc-banner .mySwipera .asd-fw .asha1 li {width: 33.33%;flex: auto;}
  .pc-banner .mySwipera .asd-fw .asha1 li a {font-size: 1.125rem;padding: 1rem 1em;}
  .pc-banner .mySwipera .er-gat .swiper-pagination1 {width: 100%;position: static;}
}

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

/* 图片动画 */
.fang {overflow: hidden;display: block;}
.fang img {transition: all 0.6s;}
.fang:hover img {transform: scale(1.1);}

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

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

.gong-p {color: #555555;font: 400 1.25rem/1.7em "Alibaba";text-align: justify;}
@media (max-width: 768px) {
  .gong-p {font-size: 1.125rem;}
}
.gong-p.bs {color: #fff;}

.title1 .ftit {color: #C5060F;font-size: 2.3125rem;line-height: 1.5em;font-weight: 500;}
.title1 .tit {color: #555555;font-size: 1.5rem;line-height: 1.5em;font-weight: 500;}
.title1.bs .ftit {color: #fff;}
.title1.bs .tit {color: #fff;}

.title2 .ftit {color: #C5060F;font-size: 2.3125rem;line-height: 1.5em;font-weight: 500;}
.title2 .tit {color: #555555;font-size: 1.5rem;line-height: 1.5em;font-weight: 500;}
.title2.bs .ftit {color: #fff;}
.title2.bs .tit {color: #fff;}

@media (max-width: 768px) {
  .title1 .ftit {font-size: 1.65rem;}
  .title1 .tit {font-size: 1.125rem;}
  .title2 .ftit {font-size: 1.65rem;}
  .title2 .tit {font-size: 1.125rem;}
}


a.more-k {font-size: 1.25rem;line-height: 2em;color: #555555;font-weight: 500;}
a.more-k i {display: block;font-size: 0;width: 3.5rem;margin-left: 0.5rem;transition: all 0.5s;}
a.more-k i img {width: 100%;}
a.more-k.bs {color: #fff;}
a.more-k.bs i img {filter: brightness(0) invert(1);}
a.more-k.bs:hover {color: #fff;}
a.more-k:hover {color: var(--color-zt);}
a.more-k:hover i {transform: translateX(0.75rem);}

@media (max-width: 768px) {
  a.more-k {font-size: 1.125rem;}
  a.more-k i {width: 3rem;margin-left: 0.35rem;}
}

.cont1 {padding: 9.375rem 0 11.875rem;}
.cont1 .a1v1 .a1b1 {width: 42.6428571429%;}
.cont1 .a1v1 .a1b1 .p1 {margin-top: 1rem;}
.cont1 .a1v1 .a1b1 .more-k {margin-top: 2.875rem;}
.cont1 .a1v1 .a1b2 {width: 46.7142857143%;}
.cont1 .a1v1 .a1b2 .a1b2c1 {gap: 0.5rem 1rem;}
.cont1 .a1v1 .a1b2 .a1b2c1 li {width: 44.8012232416%;}
.cont1 .a1v1 .a1b2 .a1b2c1 li .tit {color: #555555;font-size: 1.5rem;line-height: 1.5em;font-weight: 600;}
.cont1 .a1v1 .a1b2 .a1b2c1 li .p1 {font-size: 1.25rem;line-height: 1.5em;border-bottom: 1px solid #A0A0A0;color: #5F5F5F;padding-bottom: 0.5rem;}
.cont1 .a1v1 .a1b2 .a1b2c1 li .cont-p {color: #B91D2A;font-size: 4.8125rem;line-height: 1.25em;}
.cont1 .a1v1 .a1b2 .a1b2c1 li .cont-p b {font-size: 1.5rem;font-weight: 700;}

@media (max-width: 768px) {
  .cont1 {padding: 2.25rem 0;}
  .cont1 .a1v1 .a1b1 {width: 100%;}
  .cont1 .a1v1 .a1b1 .p1 {margin-top: 0.5rem;}
  .cont1 .a1v1 .a1b1 .more-k {margin-top: 1rem;}
  .cont1 .a1v1 .a1b2 {width: 100%;margin-top: 1rem;}
  .cont1 .a1v1 .a1b2 .a1b2c1 li {width: 47%;}
  .cont1 .a1v1 .a1b2 .a1b2c1 li .tit {font-size: 1.25rem;}
  .cont1 .a1v1 .a1b2 .a1b2c1 li .p1 {font-size: 1.125rem;}
  .cont1 .a1v1 .a1b2 .a1b2c1 li .cont-p {font-size: 2.6rem;}
}

.cont2 {padding: 5.75rem 0 18rem;position: relative;background-repeat: no-repeat; background-size: cover;}
.cont2 .a2_list1 {display: grid;grid-template-columns: repeat(3, 1fr);gap: 1.625rem 0;margin-top: 4.25rem;}
.cont2 .a2_list1 li {border-left: 1px solid rgba(163, 163, 163, 0.4);}
.cont2 .a2_list1 li a.img {display: block;width: 100%;height: 100%;padding: 3.125rem;position: relative;transition: all 0.4s;}
.cont2 .a2_list1 li a.img::after {content: "";position: absolute;left: 0;top: 0;width: 0.25rem;height: 100%;background: var(--color-zt);opacity: 0;}
.cont2 .a2_list1 li a.img u {display: block;font-size: 0;width: 3.75rem;}
.cont2 .a2_list1 li a.img u img {width: 100%;}
.cont2 .a2_list1 li a.img .tit {color: #555555;font-size: 1.5rem;line-height: 1.5em;padding: 1rem 0 0.5rem;}
.cont2 .a2_list1 li a.img .p1 {color: #555555;font-size: 1rem;line-height: 1.5em;}
.cont2 .a2_list1 li:hover a.img {background: #FFFFFF;}
.cont2 .a2_list1 li:hover a.img::after {opacity: 1;}
.cont2 .a2_list1 li:hover a.img .tit {font-weight: 700;color: #B91D2A;}

@media (max-width: 768px) {
  .cont2 {padding: 2.5rem 0;}
  .cont2 .a2_list1 {grid-template-columns: repeat(1, 1fr);gap: 1rem;margin-top: 1rem;}
  .cont2 .a2_list1 li {border: 1px solid rgba(163, 163, 163, 0.4);}
  .cont2 .a2_list1 li a.img {padding: 2rem;}
  .cont2 .a2_list1 li a.img u {width: 3.125rem;}
  .cont2 .a2_list1 li a.img .tit {font-size: 1.35rem;padding: 0.75rem 0 0.5rem;}
}

.cont3 {margin-top: -11.375rem;position: relative;z-index: 1;}
.cont3 .a3v1 {width: 100%;padding: 4rem 0 4rem;}
.cont3 .a3v1 ul { width:100%; display:flex; flex-wrap:wrap;}
.cont3 .a3v1 ul li { width:24%;transition: all 0.4s; margin-right:1.3%; margin-bottom:2rem;}
.cont3 .a3v1 ul li:nth-child(4n) {margin-right: 0;}
.cont3 .a3v1 ul li .img{ width:100%; position:relative; overflow:hidden;} 
.cont3 .a3v1 ul li .img img{position:absolute;left:0;top:0;width:100%;height:100%;transition: all 0.4s;}
.cont3 .a3v1 ul li .img .hezi{padding-bottom: 70% !important;}
.cont3 .a3v1 ul li .data {width: 100%;color: #999;font-size: 1rem;line-height: 2.5em;transition: all 0.4s;}
.cont3 .a3v1 ul li .sum {width:100%;color: #333;font-size: 1.125rem;line-height: 1.45em;}
.cont3 .a3v1 ul li:hover img{transform: scale(1.05, 1.05);}
.cont3 .a3v1 ul li:hover .data {color: #333;}
.cont3 .a3v1 ul li:hover .sum {color: #C5060F;}

@media (max-width: 768px) {
  .cont3 {margin-top: -1rem;}
  .cont3 .a3v1 {width: 100%;padding: 2.5rem 4% 2rem;}
}


.cont4 {padding: 4rem 0 7rem;}
.cont4 .a4v2 {margin-top: 3.0625rem;}
.cont4 .a4v2 .a4v2c1 {width: 49%;box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);border-top: 0.3125rem solid #B91D2A; background:#fff;}
.cont4 .a4v2 .a4v2c1 .img {display: block;font-size: 0;overflow: hidden;}
.cont4 .a4v2 .a4v2c1 .img img {width: 100%;}
.cont4 .a4v2 .a4v2c2 {width: 49%;box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05);border-top: 0.3125rem solid #aaa;padding: 0 3% 0;box-shadow: 0px 0px 3.125rem 0px rgba(0, 0, 0, 0.05); background:#fff;}
.cont4 .a4v2 .a4v2c2 li {padding: 1.5rem 0 0.7rem;border-bottom: 1px solid #E8E8E8;}
.cont4 .a4v2 .a4v2c2 li:last-child {border-bottom: none;}
.cont4 .a4v2 .a4v2c2 li a .tit span {color: #555555;font-size: 1.2rem;line-height: 1.5em;position: relative;padding: 0.2rem 0.5rem 0.1rem 0;}
.cont4 .a4v2 .a4v2c2 li a .tit span::before {content: "·";font-weight: 700;color: #D9D9D9;font-size: 1rem;margin-right: 0.4rem;}
.cont4 .a4v2 .a4v2c2 li a .tit p {color: #858585;font-size: 1rem;line-height: 1.5em;}
.cont4 .a4v2 .a4v2c2 li a .name {color: #999;font-size: 0.8rem;line-height: 1.5em;padding: 0.65rem 0 0.15rem 0.8rem;}
.cont4 .a4v2 .a4v2c2 li a:hover .tit span {color: var(--color-zt);}
.cont4 .a4v2 .a4v2c2 li a:hover .name {color: var(--color-zt);}


@media (max-width: 768px) {
  .cont4 {padding: 2.25rem 0;}
  .cont4 .title1 {width: 100%;margin-bottom: 1rem;}
  .cont4 .a4v2 {margin-top: 1.5rem;}
  .cont4 .a4v2 .a4v2c1 {width: 100%;}
  .cont4 .a4v2 .a4v2c2 {width: 100%;margin-top: 1.85rem;padding: 0 6%;}
  .cont4 .a4v2 .a4v2c2 li:last-child {border-bottom: none;}
  .cont4 .a4v2 .a4v2c2 li a .name {font-size: 1.125rem;}
}


.cont5 {background-repeat: no-repeat;background-position: center;background-size: cover;padding: 14.625rem 0 13.625rem;position: relative;}
.cont5 .p1 {width: 43.2142857143%;margin: 0.65rem 0 1.75rem;}

@media (max-width: 768px) {
  .cont5 {padding: 4rem 0;}
  .cont5 .p1 {width: 100%;margin: 0.65rem 0 1.25rem;}
}


.foot-fot {position: relative;background: #565656;}
.foot-fot .foota1 {position: relative;z-index: 1;padding: 5.0625rem 0 5.3125rem;}
@media (max-width: 990px) {
  .foot-fot .foota1 {display: none;}
}
.foot-fot .foota1 .foota1-a .fo-a1 {width: 25%;}
.foot-fot .foota1 .foota1-a .fo-a1 .dlogo {width: 100%; margin:0 auto; text-align:center;}
.foot-fot .foota1 .foota1-a .fo-a1 .dlogo img {width: 16rem;}
.foot-fot .foota1 .foota1-a .fo-a1 .wehs {text-align: center;color: rgba(255, 255, 255, 0.6);margin-top: 1.25rem;}
.foot-fot .foota1 .foota1-a .fo-a1 .wehs .tit {line-height: 1.75em;position: relative;}
.foot-fot .foota1 .foota1-a .fo-a1 .wehs .tit p {padding: 0 1em;font-size: 1.5rem;}
.foot-fot .foota1 .foota1-a .fo-a1 .wehs .tit::before {content: "";width: 2rem;height: 1px;flex: auto;background: rgba(255, 255, 255, 0.6);}
.foot-fot .foota1 .foota1-a .fo-a1 .wehs .tit::after {content: "";width: 2rem;height: 1px;flex: auto;background: rgba(255, 255, 255, 0.6);}
.foot-fot .foota1 .foota1-a .fo-a1 .wehs > p {font-size: 1.25rem;line-height: 1.75em;letter-spacing: 0.25rem;}
.foot-fot .foota1 .foota1-a .fo-a2 a {display: block;color: #BBBBBB;font-size: 1.125rem;line-height: 2.5rem;}
.foot-fot .foota1 .foota1-a .fo-a2 a:hover {color: #fff;}
.foot-fot .foota1 .foota1-a .fo-a3 .dtel i {display: block;font-size: 2.25rem;font-size: 0;}
.foot-fot .foota1 .foota1-a .fo-a3 .dtel i img {width: 100%;}
.foot-fot .foota1 .foota1-a .fo-a3 .dtel p {font-size: 1.625rem;color: #fff;margin-left: 0.75rem;}
.foot-fot .foota1 .foota1-a .fo-a3 .p1 {color: #BBBBBB;font-size: 1rem;line-height: 2rem;margin-top: 0.5rem;}
.foot-fot .foota1 .foota1-a .fo-a4 dl {width: 7.8125rem;text-align: center;}
.foot-fot .foota1 .foota1-a .fo-a4 dl dt {color: #BBBBBB;font-size: 1rem;line-height: 2em;font-weight: 400;margin-top: 0.25rem;}
.foot-fot .foota2 {color: #BBBBBB;font-size: 0.875rem;line-height: 1.5em;}
.foot-fot .foota2 .fooa2v1a {border-top: 1px solid rgba(255, 255, 255, 0.2);padding: 1.5rem 0;}
.foot-fot .foota2 .fooa2v1a .foot-a2v2 {margin-top: 1.5rem;}
.foot-fot .foota2 .social-share p {margin-right: 1em;}
.foot-fot .foota2 .social-share a {color: #555555;background: #E8E8E8;border: none;width: 2rem;height: 2rem;line-height: 2rem;font-size: 1.125rem;}
.foot-fot .foota2 .social-share a:hover {background: var(--color-zt);color: #fff;}
.foot-fot .foota2 a {color: #BBBBBB;}
.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;}


@media (max-width: 990px) {
  .foot-fot .foota2 .fooa2v1a .foot-a2v2 {margin-top: 0;}
  .foot-fot .foota2 .fooa2v1a {padding: 1rem 0;}

}
.hidden {display: none;}


/*内页css*/
.pagination {display: inline-block;padding-left: 0;margin: 0 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li > a, .pagination > li > span {position:relative;float:left;margin-left:-1px;line-height:2.375rem;color:#333;text-decoration:none;background:#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;
}
 @media (max-width: 768px) {
  .pagination {margin: 0 0 0;}
}

 

.ajhhsd {color: #A7A5A5;font: 400 1rem/2rem "Alibaba";padding: 1.3em 0;}
.ajhhsd span {padding: 0 0.05em;}
.ajhhsd span:last-child {display: none;}
.ajhhsd a {color: #A7A5A5;}
.ajhhsd a:hover {color: var(--color-zt);}

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

/*内页end*/
.nbanner {position: relative; margin-top:6rem;}
.nbanner .img {width: 100%;font-size: 0;}
.nbanner .img img {width: 100%;}



.nbanner .mbx-cont {position: absolute;left: 0;width: 100%;bottom: 6rem;}
.nbanner .mbx-cont .ajhhsd {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:rgba(0,0,0,0.3);left: 0;top: var(--head-height);width: 100%;z-index: 9; height:6rem; line-height:6rem; margin-top:-6rem; border-bottom:1px solid #ccc;}
.n_mbx .n_src {font-size: 0;text-align: left;}
.n_mbx .n_src li {display: inline-block;}
.n_mbx .n_src li + li {margin-left: 3rem;}
.n_mbx .n_src li a {display: block;color: #fff;font-size: 1.2rem;position: relative;transition: all 0.6s;}
.n_mbx .n_src li a::after {content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background:var(--color-zt);transform-origin:center;transform:scaleX(0);transition:transform 0.3s cubic-bezier(0.4, 0, 0, 1);}
.n_mbx .n_src li:hover a, .n_mbx .n_src li.active a {color: var(--color-zt);}
.n_mbx .n_src li:hover a::after, .n_mbx .n_src li.active a::after {transform: scaleX(1);}

@media (max-width: 768px) {
  .n_mbx {top: 60px;}
  .n_mbx .n_src {white-space: nowrap;display: block;padding: 0.25rem 0;}
  .n_mbx .n_src li a {line-height: 2.6rem;font-size: 1.1rem;padding: 0.5rem 0;}
}



.ny-body {padding-top: var(--head-height);}

.abt-cont1 {padding: 3.75rem 0 9rem; min-height:35rem;}
.abt-cont1 .p1xt {margin-top: 1.35rem; font-size:1.2rem; line-height:2rem; text-align:justify;}

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

 
 

.news-cont2 {margin-top: 3rem;}
.news-cont2 .news-list { width:100%; position:relative;}
.news-cont2 .news-list ul{display: grid;grid-template-columns: repeat(2, 1fr);gap: 0 2.625rem;}
.news-cont2 .news-list li {border-bottom: 1px solid #D9D9D9; margin-bottom:1rem;}
.news-cont2 .news-list li a {padding: 2rem;display: block;height: 100%;background:rgba(0,0,0,0.03);}
.news-cont2 .news-list li a .more span {color: #555555;font-size: 0.875rem;line-height: 1.5em;border: 1px solid #D9D9D9;border-radius: 0.1875rem;position: relative;padding: 0.2rem 0.5rem 0.1rem;}
.news-cont2 .news-list li a .more span::before {content: "·";font-weight: 700;color: #D9D9D9;font-size: 1rem;margin-right: 0.4rem;}
.news-cont2 .news-list li a .more p {color: #858585;font-size: 1rem;line-height: 1.5em;}
.news-cont2 .news-list li a .name {color: #333;font-size: 1.4rem;line-height: 1.5em;margin-top: 0.5rem;}
.news-cont2 .news-list li a .sum {color: #888;font-size: 0.9rem;line-height: 1.65em;text-align: justify;margin: 0.5rem 0 1.75rem;}
.news-cont2 .news-list li a .asha {margin-left: auto;width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;}
.news-cont2 .news-list li a .asha i {color: #555555;font-size: 0.45rem;}
.news-cont2 .news-list li a:hover {background: #B91D2A;}
.news-cont2 .news-list li a:hover .more span {color: #fff;border-color: #fff;}
.news-cont2 .news-list li a:hover .more span::before {color: #fff;}
.news-cont2 .news-list li a:hover .more p {color: #fff;}
.news-cont2 .news-list li a:hover .name, .news-cont2 .news-list li a:hover .sum {color: #fff;}
.news-cont2 .news-list li a:hover .asha i {color: #fff;}

@media (max-width: 768px) {
  .news-cont2 {margin-top: 1.5rem;}
  .news-cont2 .news-list { width:100%; position:relative;}
  .news-cont2 .news-list ul{grid-template-columns: repeat(1, 1fr);gap: 0;}
  .news-cont2 .news-list li a {padding: 1.5rem;}
  .news-cont2 .news-list li a .name {font-size: 1.125rem;}
  .news-cont2 .news-list li a .sum {font-size: 1rem;margin: 0.25rem 0 1rem;}
}

  

.lx-cont1 { width:100%; position:relative;}
.lx-cont1 .lx-a1v1 {margin-top: 2rem;}
.lx-cont1 .lx-a1v1 .lx-a1b1 {width: 50.3571428571%;border: 1px solid #D9D9D9;padding: 3.25rem 4% 4rem;}
.lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {color: #656565;font-size: 2.25rem;line-height: 1.25em;border-bottom: 1px solid #CDCDCD;padding: 0.25rem 0 0.85rem;}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p {color: #838383;font-size: 1.125rem;line-height: 2rem;margin-top: 2rem;}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p b {font-size: 1.625rem;font-weight: 500;color: #B91D2A;}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p a {color: #838383;}
.lx-cont1 .lx-a1v1 .lx-a1b1 .p a:hover {color: var(--color-zt);}

.lx-cont1 .lx-a1v1 .lx-a1b2 {width: 49.6428571429%;position: relative;z-index: 1;}
@media (max-width: 768px) {
  .lx-cont1 {padding: 2rem 0;}
  .lx-cont1 .lx-a1v1 {margin-top: 1rem;}
  .lx-cont1 .lx-a1v1 .lx-a1b1 {width: 100%;padding: 1.5rem 7% 2rem;}
  .lx-cont1 .lx-a1v1 .lx-a1b1 .tit1 {font-size: 1.5rem;}
  .lx-cont1 .lx-a1v1 .lx-a1b1 .p {margin-top: 1.25rem;}
  .lx-cont1 .lx-a1v1 .lx-a1b2 {width: 100%;height: 80vw;}
}

 

:root {
  --primary: #a02c2c;
  --secondary: #ff3a3a;
  --accent: #ff3535;
  --light: #f8f9fa;
  --dark: #212529;
  --success: #a72828;
}

 