.indexCy {
  padding: 0.8rem 0 0.8rem;
}

.cyBox {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cyBox li {
  width: 24.8%;
  position: relative;
  overflow: hidden;
  background: #000;
}

.cyBox li .img {
  width: 100%;
  height: 100%;
  display: block;
  transition-duration: .5s;
}

.cyBox li:hover .img {
  transform: scale(1.1);
  opacity: 0.6
}

.cyBox li dl {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, .4);
  transition-duration: .5s;
  transform: translateY(48%);
  padding-bottom: 0.1rem;
}

.cyBox li dl dt {
  height: 0.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cyBox li dl dt img {
  width: 40%;
  display: block;
  margin: 0 auto;
  height: auto;
}

.cyBox li dl dd {

  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.18rem;

  transition-duration: .5s;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;

  padding: 0 0.1rem;
  text-align: justify;

}

.cyBox li:hover dl {
  transform: translateY(0);
}

/* .cyBox li dl dt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  padding: 0 0.3rem;
  font-size: 0.18rem;
  margin-top: 0.2rem;
  display: none;
  transition-duration: .5s;
}

.cyBox li dl:hover dt p {
  display: block;
} */


.syimg {
  width: 100%;
  display: block;
}

.homeDj {
  background: url(../images/bg1.jpg) no-repeat bottom center;
  padding: 1rem 0;
}

.djMenubox ul:after {
  content: '';
  clear: both;
  display: block;
}

.djMenubox ul li {
  margin-left: 0.2%;
  position: relative;
  float: left;
  width: 16.2%;
  transition: 0.6s;
  height: 5.6rem;
  background: #000;
}

.djMenubox ul li a {
  width: 100%;
  height: 100%;
}

.djMenubox ul li:first-child {
  margin-left: 0;
}

.djMenubox ul li img {
  width: 100%;
  display: block;
  height: 100%;
  opacity: 0.7;
  object-fit: cover;
  transition-duration: .5s;

}

.djMenubox ul li.hover {
  width: 50%;
}



.djTxt {
  position: absolute;
  left: 0.36rem;
  top: 0.5rem;
  display: flex;
  color: #fff;
  transition: all 0.6s;
  opacity: 1;
  z-index: 2;
}

.djMenubox ul li.hover .djTxt {
  opacity: 0;
}

.djMenubox ul li.hover img {
  opacity: 1;
}

.djTxt h1 {
  margin-right: 0.06rem;
  width: 0.36rem;
  font-size: 0.3rem;
  line-height: 1;
  font-weight: normal;
}

.djTxt p {
  width: 0.2rem;
  font-size: 0.2rem;
  line-height: 1.3;
}

.ws_1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;

}

.pu_h1 h1 {
  line-height: 1.3;
  color: #000;
  font-weight: normal;
}

.pu_h1 h1 p {
  font-weight: bold;

}

.pu_link {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: 0.4s;
}

.pu_link::before {
  z-index: 1;
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2px;
  height: 0.1rem;
  background: #fff;
}

.pu_link::after {
  transition: 0.6s;
  content: '';
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 0.2rem;
  height: 2px;
  background: #fff;
}

.pu_link a {
  transition: 0.6s;
  position: relative;
  width: 1.8rem;
  line-height: 0.54rem;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
}

.pu_link a::before {
  z-index: 1;
  transition: 0.6s;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 0.1rem;
  background: #fff;
}

.pu_link a::after {
  transition: 0.6s;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0.2rem;
  height: 2px;
  background: #fff;
}

.pu_link:hover {
  background: #fff;
  transition-delay: 0.6s;
}

.pu_link:hover::before {
  height: 100%;
}

.pu_link:hover::after {
  width: 100%;
}

.pu_link:hover a {
  color: #cc0011;
  transition-delay: 0.6s;
}

.pu_link:hover a::before {
  height: 100%;
}

.pu_link:hover a::after {
  width: 100%;
}

.pu_link.color::before {
  background: #cc0011;
}

.pu_link.color::after {
  background: #cc0011;
}

.pu_link.color a {
  color: #000;
  border-color: #ccc;
}

.pu_link.color a::before {
  background: #cc0011;
}

.pu_link.color a::after {
  background: #cc0011;
}

.pu_link.color:hover {
  background: #cc0011;
}

.pu_link.color:hover a {
  color: #fff;
}



.index_banner {
  position: relative;
  width: 100%;
}

.index_banner .mySwiper7 .swiper-slide .slide_bk {
  width: 100%;
}

.index_banner .mySwiper7 .swiper-slide .slide_bk .pc_img .index_lottie {
  width: 100%;
  height: var(--vh);
}

.index_banner .mySwiper7 .swiper-slide .slide_bk img {
  width: 100%;
  height: var(--vh);

}

.index_banner .mySwiper7 .swiper-slide-active .slide_bk img {
  animation: imgSwitch1 5s ease-in-out both;
}

.index_banner .mySwiper7 .swiper-slide .slide_bk .img {
  position: absolute;
  top: 0;
  left: 0;
}

.index_banner .mySwiper7 .swiper-slide .slide_bk .img_1 {
  animation: opacity 2s linear infinite;
}

.index_banner .mySwiper7 .swiper-slide .slide_bk .img_2 {
  animation: opacity 1.6s linear infinite;
}

.index_banner .mySwiper7 .swiper-slide .slide_bk .img_3 {
  animation: opacity 1.4s linear infinite;
}

.index_banner .mySwiper7 .swiper-slide .slide_bk .img_4 {
  width: 6.6rem;
  height: 6.6rem;
  top: 20.5%;
  left: 15.8%;
}

.index_banner .mySwiper7 .swiper-slide .slide_bk .img_5 {
  width: 6.6rem;
  height: 6.6rem;
  top: 20.5%;
  left: 15.8%;
  animation: rotate 26s linear infinite;
  transform-origin: center center;
}

.index_banner .mySwiper7 .swiper-slide .slide_bk .img_6 {
  width: 2.68rem;
  height: 2.68rem;
  top: 24.6%;
  left: 77.1%;
}

.index_banner .mySwiper7 .swiper-slide .slide_bk .img_7 {
  width: 2.68rem;
  height: 2.68rem;
  top: 24.6%;
  left: 77.1%;
  animation: rotate_1 16s linear infinite;
  transform-origin: center center;
}

.index_banner .mySwiper7 .swiper-slide .slide_ab {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 52%;
}

/* .index_banner .mySwiper7 .swiper-slide:nth-child(1) .slide_ab {
  bottom: 50%;
} */




.index_banner .mySwiper7 .swiper-slide .slide_ab .txt {
  color: #fff;

  padding-left: 0.35rem;
  align-items: end;
  position: relative;
  text-align: center;
  display: block;
}



.index_banner .mySwiper7 .swiper-slide .slide_ab .txt h1 {
  font-size: 0.6rem;
  line-height: 1;
  text-shadow: 2px 2px 2px #666;
  font-size: 0.56rem;
}

.index_banner .mySwiper7 .swiper-slide .slide_ab .txt h2 {
  font-size: 0.4rem;


}

.index_banner .mySwiper7 .swiper-slide .slide_ab .txt p {
  font-size: 0.18rem;
  position: relative;
  padding-left: 0.35rem;
  font-weight: bold;

  font-style: italic;
}

.index_banner .mySwiper7 .swiper-slide .slide_ab .txt p::before {
  content: '';
  width: 0.24rem;
  height: 0.24rem;
  background: #cc0011;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 45%;
}

.index_banner .mySwiper7 .swiper-slide .slide_ab .txt::before {
  display: none;
}

.index_banner .index_switch {
  z-index: 2;
  position: absolute;
  right: 0.9rem;
  bottom: 0.8rem;
}

.index_banner .index_switch .prev,
.index_banner .index_switch .next {
  transition: 0.4s;
  cursor: pointer;
  opacity: 0.4;
  width: 0.15rem;
  margin: 0 0.1rem;
}

.index_banner .index_switch .prev img,
.index_banner .index_switch .next img {
  width: 100%;
  display: block;
}

.index_banner .index_switch .prev:hover,
.index_banner .index_switch .next:hover {
  color: #fff;
  opacity: 1;
}

.index_banner .index_switch .next {
  margin: 0 0 0 0.1rem;
}

.index_about {
  overflow: hidden;
  height: var(--vh);
}

.index_about .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.index_about .wrapper .apper_1 {
  width: 100%;
  height: 100%;

}

/* .index_about .wrapper .apper_1 picture {
  width: 100%;
  height: 100%;
}

.index_about .wrapper .apper_1 img {
  width: 100%;
  height: 100%;
} */

.index_about .wrapper .apper_2 {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;

}

.index_about .wrapper .apper_2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}

.index_about .wrapper .apper_3 {

  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dt.jpg) no-repeat bottom center #fff;
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: auto;
}

.index_about .wrapper .apper_3 .app_top {
  display: flex;
  border-bottom: 1px solid #d6d6d6;
}

.index_about .wrapper .apper_3 .app_top .le_box {
  width: 47%;
}

.index_about .wrapper .apper_3 .app_top .le_box .x1 {
  border-bottom: 1px solid #d6d6d6;
  padding: 0.9rem 0.9rem 0.5rem;
}

.index_about .wrapper .apper_3 .app_top .le_box .x1 h1 {
  line-height: 1.3;
  color: #000;
  font-weight: normal;
}

.index_about .wrapper .apper_3 .app_top .le_box .x1 h1 p {
  font-weight: bold;

}

.index_about .wrapper .apper_3 .app_top .le_box .x2 {
  padding: 1.96rem 0.9rem 0.74rem;
}

.index_about .wrapper .apper_3 .app_top .le_box .x2 img {
  width: 3.05rem;
}

.index_about .wrapper .apper_3 .app_top .ri_box {
  width: 53%;
  padding: 0.8rem 0.9rem 0 1.1rem;
  border-left: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  position: relative;
}

.index_about .wrapper .apper_3 .app_top .ri_box .pu_h1 {
  text-align: center;
  padding-top: 0.7rem;
}

.index_about .wrapper .apper_3 .app_top .ri_box::before {
  content: '';
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  width: 0.3rem;
  height: 0.19rem;
  background: url(../images/on1.svg) no-repeat;
}

.index_about .wrapper .apper_3 .app_top .ri_box .x1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: stretch;
  align-items: stretch;
  justify-items: center;
  width: 60%;
  margin: 0 auto;
}


.index_about .wrapper .apper_3 .app_top .ri_box .x1 .item .desc {
  margin: 0.1rem 0 0;
  color: #000;
}

.index_about .wrapper .apper_3 .app_top .ri_box .x2 {
  margin: 0.2rem 0;
  text-align: center;
}

.index_about .wrapper .apper_3 .app_top .ri_box .x2 p {
  color: #666;
  line-height: 1.6;
}

.index_about .wrapper .apper_3 .app_bot {
  flex: 1;
  display: flex;
  align-items: center;
}

.homeGg {
  width: 100%;
  height: 0.5rem;
  position: absolute;
  bottom: -0.4rem;
  right: 0;
  z-index: 3;

}

.homeGg .w1720 {
  box-shadow: 0 0 5px 2px rgb(0 0 0 /0.1);
  background: #fff;
  display: flex;
  align-items: center;
  height: 0.5rem;
  margin: 0 0.9rem;
  padding: 0 0.2rem;
}

.homeGg h1 {
  font-size: 0.24rem;
  margin-right: 0.25rem;

}

.homeGg ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.homeGg ul li {
  width: 33.33%;
}

.homeGg ul li a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.18rem;
  position: relative;
  padding-left: 0.1rem;
  transition-duration: .5s;
  height: 0.5rem;
}

.homeGg ul li a:hover {
  padding-left: 0.15rem;
}

.homeGg ul li a p {

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homeGg ul li a::before {
  content: '';
  width: 0.04rem;
  height: 0.04rem;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.02rem;
}

.homeLc {
  position: relative;
  width: 98%;
  margin-left: 2%;
  /* padding-bottom: 0.4rem; */
  /* margin-top: 1.4rem; */
  transition-duration: 1s;
}

.homeLc img {
  display: block;
  width: 100%;
}

.lcLis {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 0.72rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lcLis dl {

  position: relative;
  float: left;
  left: -0.6rem !important;
  width: 61%;
}

.lcLis dl:hover dt {
  border-bottom: 1px solid #ad000e;
  color: #ad000e;
  cursor: pointer;
}

.lcLis dl dd {
  width: 1.3rem;


  position: absolute;
  top: -100%;
  left: -6px;
  display: none;
}

.lcLis dl:nth-child(2n) dd {
  top: 100%;
}

.lcLis dl:hover dd {
  display: block;
}




.lcLis dl dt h1 {
  font-size: 0.24rem;
}

.lcLis dl dt p {
  font-size: 0.2rem;
  width: 200%;
}

.lcLis dl:nth-child(1) {
  margin-top: 15%;
}

.lcLis dl:nth-child(2) {
  margin-top: 23%;

}

.lcLis dl:nth-child(3) {

  margin-top: 6%;

}

.lcLis dl:nth-child(4) {
  margin-top: 20%;


}

.lcLis dl:nth-child(5) {
  margin-top: -5%;

}

.lcLis dl:nth-child(6) {
  margin-top: 13%;

}

.lcLis dl:nth-child(7) {
  margin-top: -5%;

}

.lcLis dl:nth-child(8) {
  margin-top: 12%;

}

.lcLis dl:nth-child(9) {
  margin-top: -6%;

}

.lcLis dl:nth-child(10) {
  margin-top: 12%;

}

.lcLis dl:nth-child(11) {
  margin-top: -22%;

}

.lcLis dl:nth-child(12) {
  margin-top: -2%;

}


.lcLis dl:nth-child(13) {
  margin-top: -19%;

}


.lcLis dl:nth-child(14) {
  margin-top: 0%;

}


.lcLis dl:nth-child(15) {
  margin-top: -30%;

}

.lcLis dl:nth-child(16) {
  margin-top: -8%;

}



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

.indexBusniess .swiper-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  left: 5%;
  bottom: 0.4rem;
  z-index: 4;
}

.indexBusniess .swiper-wrapper {
  height: auto !important;
}

.indexBusniess .swiper-pagination-bullet {
  width: 13%;
  height: 0.8rem;
  border-radius: 0;
  background: none;
  opacity: 0.5;
  border-top: 1px solid #fff;
  overflow: hidden;
  position: relative;
}

.indexBusniess .swiper-pagination-bullet:before {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #fff;
  transition: all 4s;
}


.indexBusniess .swiper-pagination-bullet-active:before {
  width: 100%;
}

.indexBusniess .swiper-pagination-bullet-active {
  opacity: 1;
}

.indexBusniess .swiper-pagination-bullet img {
  display: block;
  height: 0.8rem;
  width: auto;
}

.indexBusniess .swiper-button-prev {
  display: inline-block;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  visibility: visible;
  transition: all .5s;
  width: 0.62rem;
  height: 0.62rem;
  transform: translateZ(0);
  left: 5%;
  border-radius: 100%;
  background: #fff;
  outline: none;
}

.indexBusniess .swiper-button-prev:after {
  content: '';
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/arrow_prev.png) 0 0/cover no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.indexBusniess .swiper-button-prev:before {
  content: '';
  display: block;
  width: 116.12903%;
  height: 116.12903%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

.indexBusniess .swiper-button-prev:hover {
  background: #c72d32;
}

.indexBusniess .swiper-button-prev:hover:after {
  background-image: url(../images/arrow_prev_hover.png);
}

.indexBusniess .swiper-button-next {
  display: inline-block;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
  visibility: visible;
  transition: all .5s;
  width: 0.62rem;
  height: 0.62rem;
  transform: translateZ(0);
  right: 5%;
  border-radius: 100%;
  background: #fff;
  outline: none;
}

.indexBusniess .swiper-button-next:after {
  content: '';
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/arrow_next.png) 0 0/cover no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.indexBusniess .swiper-button-next:before {
  content: '';
  display: block;
  width: 116.12903%;
  height: 116.12903%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
}

.indexBusniess .swiper-button-next:hover {
  background: #c72d32;
}

.indexBusniess .swiper-button-next:hover:after {
  background-image: url(../images/arrow_next_hover.png);
}



.indexBusniess .pu_h1 {
  position: absolute;
  left: 0.9rem;
  color: #fff;
  font-weight: bold;
  top: 1rem;
  z-index: 5;
  color: #fff;
}

.indexBusniess .pu_h1 h1 {
  color: #fff;
}



.index_news .ws_2 {
  margin: 0.58rem 0 0 0;
}

.index_news .swiper-wrapper {
  height: auto !important;
}



.newQh,
.newsMenubox ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsMenubox ul li {
  margin-right: 0.2rem;
  font-size: 0.22rem;
  cursor: pointer;
}

.newsMenubox ul li.hover {
  color: #cc0011;
  font-weight: bold;

}

.pu_slide a {
  position: relative;
  border-top: 2px solid #ccc;
  padding: 0.18rem 0 0;
}

.pu_slide a::before {
  transition: 0.6s;
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #cc0011;
}

.pu_slide a .content .t1 .mark {
  color: #999;
}

.pu_slide a .content .t1 .time {
  margin: 0.04rem 0 0 0;
  color: #000;
  font-weight: bold;
}

.pu_slide a .content .t2 {
  margin: 0.54rem 0 0.32rem;
}

.pu_slide a .content .t2 p {
  color: #000;
  line-height: 0.36rem;
  height: 0.72rem;
}

.pu_slide a .img {
  overflow: hidden;
  width: 100%;
}

.pu_slide a .img img {
  transition: 0.4s;
  width: 100%;
}

.pu_slide a:hover::before {
  width: 100%;
}

.pu_slide a:hover .img img {
  transform: scale(1.05);
}




@media (-webkit-device-pixel-ratio: 2) {

  .lcLis dl dt p {
    font-size: 0.18rem;
  }


  .lcLis dl:nth-child(1) {

    margin-top: 16%;
  }

  .lcLis dl:nth-child(2) {
    margin-top: 24%;
  }

  .lcLis dl:nth-child(3) {
    margin-top: 7%;
  }

  .lcLis dl:nth-child(4) {
    margin-top: 22%;

  }

  .lcLis dl:nth-child(5) {
    margin-top: -5%;
  }

  .lcLis dl:nth-child(6) {
    margin-top: 10%;

  }

  .lcLis dl:nth-child(7) {
    margin-top: -4%;
  }

  .lcLis dl:nth-child(8) {
    margin-top: 13%;
  }

  .lcLis dl:nth-child(9) {
    margin-top: -5.8%;
  }

  .lcLis dl:nth-child(10) {
    margin-top: 14%;


  }

  .lcLis dl:nth-child(11) {
    margin-top: -22%;

  }

  .lcLis dl:nth-child(12) {
    margin-top: -3%;


  }

  .lcLis dl:nth-child(13) {
    margin-top: -21%;

  }


  .lcLis dl:nth-child(14) {
    margin-top: -2%;


  }



}


@media (max-width: 1680px) {}

@media (max-width: 1500px) {}

@media (max-width: 1400px) {}

@media (max-width: 1300px) {



  .index_about .wrapper .apper_3 .app_bot .mySwiper8 .swiper-slide img {
    max-height: 0.4rem;
  }

  .index_about .wrapper .apper_3 .app_top .le_box .x1 {
    padding: 1.2rem 0.9rem 0.8rem;
  }

  .index_about .wrapper .apper_3 .app_top .ri_box .pu_h1 {
    padding-top: 0.5rem;
  }

  .homeLc {
    display: flex;
    justify-content: right !important;
    align-items: right !important;

  }



  .homeLc img {
    position: relative;
    top: -0.3rem;
  }

  .lcLis dl:nth-child(1) {

    margin-top: 13%;
  }

  .lcLis dl:nth-child(2) {
    margin-top: 20%;
  }

  .lcLis dl:nth-child(3) {
    margin-top: 2%;
  }

  .lcLis dl:nth-child(4) {
    margin-top: 18%;

  }

  .lcLis dl:nth-child(5) {
    margin-top: -10%;

  }

  .lcLis dl:nth-child(6) {
    margin-top: 7%;

  }

  .lcLis dl:nth-child(7) {
    margin-top: -10%;
  }

  .lcLis dl:nth-child(8) {
    margin-top: 11%;
    left: -2.7rem;
  }

  .lcLis dl:nth-child(9) {
    margin-top: -10%;
  }

  .lcLis dl:nth-child(10) {
    margin-top: 10%;

  }

  .lcLis dl:nth-child(11) {
    margin-top: -26%;


  }

  .lcLis dl:nth-child(12) {
    margin-top: -3%;

  }

  .lcLis dl:nth-child(13) {
    margin-top: -25%;
  }


  .lcLis dl:nth-child(14) {
    margin-top: -4%;

  }



}

@media (max-width: 1200px) {



  .p100 {
    padding-top: 0.8rem;
  }

  .p100_ {
    padding-bottom: 0.8rem;
  }

  .index_banner .mySwiper7 .swiper-wrapper {
    height: auto;
  }

  .index_banner .mySwiper7 .swiper-slide .slide_bk img {
    height: auto;
  }

  .index_about {
    height: auto;
  }

  .index_about .wrapper .apper_1 {
    display: none;
  }

  .index_about .wrapper .apper_2 {
    display: none;
  }

  .index_about .wrapper .apper_3 {
    opacity: 1;
    position: relative;
    top: auto;
    left: auto;
  }





  .f46 {
    font-size: 0.32rem;
  }






  .index_area .ea_top .le_box,
  .index_area .ea_top .ri_box,
  .index_desire .re_box .x2,
  .index_about .wrapper .apper_3 .app_top .ri_box,
  .index_about .wrapper .apper_3 .app_top .le_box {
    width: 100%;
  }
}

@media (max-width: 750px) {

  .index_about .wrapper .apper_3 .app_top .ri_box .x1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem 0;
  }

  .index_banner .mySwiper7 .swiper-slide .slide_ab .txt h1 {
    font-size: 30px;
  }

  .homeGg,
  .homeLc img {
    display: none;
  }

  .index_about .wrapper .apper_3 .app_top .ri_box {
    padding: 20px;
  }

  .lcLis dl dt h1 {
    font-size: 16px;
  }

  .index_about .wrapper .apper_3 .app_top .ri_box .x2 p,
  .lcLis dl dt p {
    font-size: 14px;
  }

  .lcLis dl dd {
    display: none !important;
  }

  .lcLis {
    position: relative;
    padding-left: 0;
    display: block;
  }

  .lcLis dl {
    left: 0 !important;
    margin-top: 0 !important;
    width: 32%;
    float: left;
    margin-bottom: 10px;
    min-height: 80px;
  }

  .lcLis dl dt p span {
    padding: 0 !important;
  }

  .djMenubox ul li {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px;
  }

  .djMenubox ul li.hover .djTxt {
    opacity: 1;
  }

  .newsMenubox {
    position: absolute;
    width: 100%;
    display: flex;
    left: 0;
    top: 80px;
  }

  .ws_1 {

    padding-bottom: 30px;
  }
}