.banner2025 {
  position: relative;
}
.banner2025 .con {
  position: relative;
}
.banner2025 .pic .bg {
  display: block;
  width: 100%;
  height: 880px;
  object-fit: cover;
}
.banner2025 .txt {
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}
.banner2025 .txt .tit {
  font-size: 88px;
  margin-bottom: 10px;
  font-family: Poppins-Bold;
}
.banner2025 .txt .desc {
  font-size: 32px;
  margin-bottom: 56px;
}
.banner2025 .btns {
  text-align: center;
}
.banner2025 .btns .btn1 {
  line-height: 58px;
  border-radius: 100px;
  background-color: #0074fc;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  padding: 0 40px;
  transition: 0.3s;
}
.banner2025 .btns .btn1:hover {
  color: #fff;
  background: linear-gradient(92.75deg, #00a1fc 1.87%, #0074fc 91.88%);
}
.banner2025 .btns .btn2 {
  background-color: #ffffff;
  color: #000000;
  background-color: #fff;
  border: 1px solid #fff;
}
.banner2025 .btns .btn2:hover{
  color: #0074fc;
  border-color: #0074fc;
  background: #fff;
}
.banner2025 .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  bottom: 54px;
}
.banner2025 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.banner2025 .slick-dots button {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  font-size: 0;
  border: none;
  background-color: #cbd2d9;
  position: relative;
  overflow: hidden;
}
.banner2025 .slick-dots .slick-active button {
  width: 64px;
}
.banner2025 .slick-dots .slick-active button:after {
  content: "";
  width: 0;
  background-color: #0074fc;
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
}
.banner2025 .slick-dots .slick-active button:after {
  -webkit-animation: sak 10s forwards linear;
  -moz-animation: sak 10s forwards linear;
  -ms-animation: sak 10s forwards linear;
  -o-animation: sak 10s forwards linear;
  animation: sak 10s forwards linear;
}
@keyframes sak {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes sak {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes sak {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes sak {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes sak {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.mainidx-new {
  line-height: 1.3;
  color: #1e2128;
}
.rowidx-new1 {
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto 1589px;
  padding: 140px 0 80px;
  background-image: url(../images/2025/index/bg1.png);
  position: relative;
}
/* .rowidx-new1::after{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 740px;
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/2025/index/bg1-3.png);
} */
/* .rowidx-new1::before{
  position: absolute;
  left: 0;
  right: 0;
  top: 740px;
  height: 1420px;
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/2025/index/bg1-4.png);
} */
.rowidx-new1 .wp1200{
  position: relative;
  z-index: 1;
}
.mtop-idx1 {
  text-align: center;
  font-family: Poppins-Medium;
  color: #1E2128;
}
.mtop-idx1 .tit {
  font-size: 40px;
  margin-bottom: 12px;
}
.mtop-idx1 .desc {
  /* color: #465a69; */
  font-size: 24px;
}
.mbanidx-box1 {
  margin: 56px 0 160px;
}
.mban-idxfor1 {
  position: relative;
  margin-bottom: 24px;
}
.mban-idxfor1 .pic .bg {
  display: block;
  width: 100%;
}
.mban-idxfor1 .tit {
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 36px;
  background: linear-gradient(90deg, #1e2128 40.85%, #0074fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.mban-idxfor1 .desc {
  font-size: 20px;
  margin-top: 6px;
}
.mban-idxfor1 .desc p{
  margin-bottom: 0;
}
.mban-idxfor1 .txt {
  text-align: center;
}
.mban-idxnav1 {
  margin: 0 auto;
  /* width: 737px; */
  overflow: hidden;
  background-color: rgba(1, 21, 74, 0.2);
  border-radius: 72px;
}
.mban-idxfor1 .swiper {
  overflow: hidden;
}
.mban-idxnav1 .con {
  display: flex;
  align-items: center;
  height: 56px;
  padding-left: 28px;
  font-size: 18px;
  transition: 0.3s;
  border-radius: 74px;
  cursor: pointer;
  font-family: Poppins-Medium;
}
.ul-idxnav1 .on .con,
.mban-idxnav1 .swiper-slide-thumb-active .con {
  background-color: #fff;
}
.mban-idxnav1 .icon {
  display: block;
  width: 32px;
  margin-right: 10px;
}
.mban-idxfor1 .swiper-button-prev,
.mban-idxfor1 .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  border-radius: 50%;
  /* background: linear-gradient(92.75deg, #9CECFB 1.87%, #0052D4 91.88%); */
  width: 40px;
  height: 40px;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  margin: 0;
}

.mban-idxfor1 .swiper-button-prev {
  background-image: url(../images/2025/index/prev.png);
  left: -70px;
}
.mban-idxfor1 .swiper-button-prev:hover {
  background-image: url(../images/2025/index/prev-1.png);
}
.mban-idxfor1 .swiper-button-next {
  background-image: url(../images/2025/index/next.png);
  right: -70px;
}
.mban-idxfor1 .swiper-button-next:hover {
  background-image: url(../images/2025/index/next-1.png);
}
.mban-idxfor1 .swiper-button-next:after,
.mban-idxfor1 .swiper-button-prev:after {
  display: none;
}
.mbanidx-box1 .cent{
  text-align: center;
}
.mban-idxnav1.m{
  display: none;
}
.ul-idxnav1{
  text-align: center;
  padding-left: 0;
  display: inline-block;
}
.ul-idxnav1 li{
  display: inline-block;
}

.ul-idxnav1 .con{
  padding: 0 28px;
}
.mban-idxnav1 .swiper-button-prev,
.mban-idxnav1 .swiper-button-next {
  display: none;
}
.mban-idxnav1 .swiper-button-prev,
.mban-idxnav1 .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  border-radius: 50%;
  /* background: linear-gradient(92.75deg, #9CECFB 1.87%, #0052D4 91.88%); */
  width: 40px;
  height: 40px;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  margin: 0;
}
.mban-idxnav1 .swiper-button-prev {
  background-image: url(../images/2025/index/prev.png);
  left: 48px;
}
.mban-idxnav1 .swiper-button-prev:hover {
  background-image: url(../images/2025/index/prev-1.png);
}
.mban-idxnav1 .swiper-button-next {
  background-image: url(../images/2025/index/next.png);
  right: 48px;
}
.mban-idxnav1 .swiper-button-next:hover {
  background-image: url(../images/2025/index/next-1.png);
}
.mban-idxnav1 .swiper-button-next:after,
.mban-idxnav1 .swiper-button-prev:after {
  display: none;
}
.midx1-box {
  text-align: center;
}
.midx1-box .tit {
  font-size: 40px;
  margin-bottom: 8px;
  font-family: Poppins-Medium;
}

.midx1-box .desc {
  font-size: 24px;
  font-family: Poppins-Medium;
  margin-bottom: 24px;
}
.midx1-box .pic {
  margin-bottom: 16px;
}
.midx1-box .pic img {
  display: block;
  width: 100%;
}
.midx1-box .pic .m{
  display: none;
}
.midx1-box .more {
  display: inline-block;
  font-size: 16px;
  padding-left: 34px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-image: url(../images/2025/index/arr.png);
  line-height: 25px;
  transition: 0.3s;
  color: #1e2128;
}
.midx1-box .more:hover {
  padding-left: 40px;
}
.rowidx-new7 .txt {
  color: #1e2128;
  padding-top: 24px;
}
.heading-10 {
  margin: 20px 0 16px 0;
}
a.button-3.w-button {
  color: #000;
}
.paragraph-11 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #848fa0;
}
.div-block-36 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.button-3:hover {
  color: #fff !important;
}
.rowidx-new3 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 0 100px;
}
.ulidx-news3 {
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
}
.ulidx-news3 li {
  display: inline-block;
  margin: 0 20px 14px;
}
.ulidx-news3 .con {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 1.6;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  font-family: Poppins-Medium;
}
.ulidx-news3 .icon{
  display: block;
  width: 32px;
  margin-right: 10px;
}
.ulidx-news3 .icon2{
  display: none;
}
.ulidx-news3 .on .icon2{
  display: block;
}
.ulidx-news3 .on .icon1{
  display: none;
}
.ulidx-news3 .on .con,
.ulidx-news3  .con:hover {
  color: #0074fc;
  border-color: #0074fc;
}
.midx-cont3 {
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid #ffffff;
  box-shadow: 0px 5px 30px rgba(71, 77, 95, 0.15);
  border-radius: 16px;
  padding: 36px;
  font-size: 20px;
}
.midx-cont3 .pic {
  padding-top: 59%;
  overflow: hidden;
  position: relative;
  margin-bottom: 36px;
}
.midx-cont3 .pic .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.rowidx-new4 {
  background-color: #fff;
  padding: 120px 0;
}
.ulidx-news4 {
  margin: 56px 0;
  text-align: center;
  padding: 0;
}
.ulidx-news4 li {
  display: inline-block;
  padding: 0 12px;
  vertical-align: top;
}
.ulidx-news4 .con {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
  width: 187px;
  height: 140px;
  background: #ffffff;
  border: 1px solid #cbd2d9;
  border-radius: 12px;
  position: relative;
}
.ulidx-news4 .con::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 100%;
  content: "";
  height: 4px;
  background-color: #004fad;
  transition: 0.3s;
}
.ulidx-news4 .on .con:after {
  bottom: 0;
}
.ulidx-news4 .con img {
  display: block;
}
.midx-new4 {
  text-align: center;
}
.midx-new4 .tit {
  font-size: 24px;
  margin-bottom: 8px;
}
.midx-new4 .desc {
  font-size: 16px;
  color: #465a69;
}
.rowidx-new5 {
  background-color: #f5f6f7;
  padding: 120px 0;
}
.mban-new5 {
  margin-bottom: 90px;
  border-radius: 24px;
  overflow: hidden;
}
.mban-new5 .con {
  display: flex;
  padding: 16px;
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  justify-content: space-between;
}
.mban-new5 .txt {
  width: 48%;
  padding: 40px 0 0 24px;
}
.mban-new5 .icon {
  display: block;
  width: 173px;
  height: 74px;
  margin-bottom: 16px;
}
.mban-new5 .tit {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  color: #1e2128;
}
.mban-new5 .desc {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 7;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-bottom: 22px;
  color: #465a69;
  line-height: 1.5;
}
.mban-new5 .more {
  color: #0074fc;
  font-size: 16px;
  transition: 0.3s;
  padding-left: 33px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 23px auto;
  background-image: url(../images/2025/index/arr2.svg);
}
.mban-new5 .more:hover {
  padding-left: 43px;
}
.mban-new5 .right {
  width: 47%;
}
.mban-new5 .pic {
  padding-top: 82%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.mban-new5 .pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.3s;
}
.mban-new5 .con:hover .pic img {
  transform: scale(1.06);
}
.mban-new5 .slick-arrow {
  left: 48px;
  position: absolute;
  bottom: 40px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(52, 72, 84, 0.4);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  font-size: 0;
  background-color: transparent;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}
.mban-new5 .slick-prev {
  background-image: url(../images/2025/zwj/left.png);
}
.mban-new5 .slick-prev:hover {
  background-image: url(../images/2025/zwj/left-1.png);
}
.mban-new5 .slick-next {
  background-image: url(../images/2025/zwj/right.png);
  left: 104px;
}
.mban-new5 .slick-next:hover {
  background-image: url(../images/2025/zwj/right-1.png);
}
.mban-new5 .slick-arrow:hover {
  background-color: #0074fc;
  border-color: #0074fc;
}
.ulidx-new5 {
  overflow: hidden;
  padding: 0;
}
.ulidx-new5 li {
  float: left;
  width: 33.3%;
  padding: 0 24px;
}
.ulidx-new5 .con {
  display: block;
  text-align: center;
}
.ulidx-new5 .pic {
  padding-top: 67%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 24px;
}
.ulidx-new5 .pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.3s;
}
.ulidx-new5 .con:hover .pic img {
  transform: scale(1.06);
}
.ulidx-new5 .tit {
  font-size: 18px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  font-weight: 600;
}
.ulidx-new5 .con:hover .tit {
  color: #0074fc;
}
.ulidx-new5 .desc {
  font-size: 16px;
  margin-bottom: 40px;
  color: #465a69;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ulidx-new5 .more span {
  display: inline-block;
  font-size: 16px;
  padding-left: 36px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-image: url(../images/2025/zwj/arr.svg);
  line-height: 25px;
  font-weight: 600;
}

.ulidx-new6{
  padding: 0;
  margin-bottom: 70px;
  /* margin: 0; */
}
@media only screen and (min-width: 1199px) and (max-width: 0px) {
  .banner2025 {
  }
  .banner2025 .con {
  }
  .banner2025 .pic .bg {
    /* height: 58.66vw; */
    object-fit: cover;
  }
  .banner2025 .txt {
    top: 31%;
    left: 0;
    right: 0;
  }
  .banner2025 .txt .tit {
    font-size: 4.666vw;
    margin-bottom: 0.666vw;
  }
  .banner2025 .txt .desc {
    font-size: 2.133vw;
    margin-bottom: 3.733vw;
  }
  .banner2025 .btns {
  }
  .banner2025 .btns .btn1 {
    line-height: 3.866vw;
    border-radius: 6.666vw;
    font-size: 1.333vw;
    margin: 0 0.666vw;
    padding: 0 2.666vw;
    transition: 0.3s;
  }
  .banner2025 .btns .btn1:hover {
  }
  .banner2025 .btns .btn2 {
  }
  .banner2025 .slick-dots {
    left: 0;
    right: 0;
    bottom: 3.6vw;
  }
  .banner2025 .slick-dots li {
    margin: 0 0.333vw;
  }
  .banner2025 .slick-dots button {
    width: 0.266vw;
    height: 0.266vw;
    border-radius: 0.266vw;
    font-size: 0;
    border: none;
  }
  .banner2025 .slick-dots .slick-active button {
    width: 4.266vw;
  }
  .banner2025 .slick-dots .slick-active button:after {
    content: "";
    border-radius: 0.266vw;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .banner2025 .slick-dots .slick-active button:after {
    -webkit-animation: sak 10s forwards;
    -moz-animation: sak 10s forwards;
    -ms-animation: sak 10s forwards;
    -o-animation: sak 10s forwards;
    animation: sak 10s forwards;
  }
  @keyframes sak {
    0% {
    }
    100% {
    }
  }
  @-moz-keyframes sak {
    0% {
    }
    100% {
    }
  }
  @-ms-keyframes sak {
    0% {
    }
    100% {
    }
  }
  @-webkit-keyframes sak {
    0% {
    }
    100% {
    }
  }
  @-o-keyframes sak {
    0% {
    }
    100% {
    }
  }
  .mainidx-new {
    line-height: 1.3;
  }
  .rowidx-new1 {
    background-repeat: repeat-x;
    background-size: auto 105.9vw;
    padding: 9.333vw 0 5.333vw;
    background-image: url(../images/2025/index/bg1.png);
  }
  .rowidx-new1::after{
    display: none;
  }
  .mtop-idx1 {
  }
  .mtop-idx1 .tit {
    font-size: 2.666vw;
    margin-bottom: 0.8vw;
  }
  .mtop-idx1 .desc {
    font-size: 1.066vw;
  }
  .mbanidx-box1 {
    margin: 5.333vw 0;
  }
  .mban-idxfor1 {
    margin-bottom: 1.6vw;
  }
  .mban-idxfor1 .pic .bg {
  }
  .mban-idxfor1 .tit {
    font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 2.4vw;
  }
  .mban-idxfor1 .desc {
    font-size: 1.066vw;
    margin-top: 0.4vw;
  }
  .mban-idxfor1 .txt {
  }
  .mban-idxnav1 {
    margin: 0 auto;
    width: 49.13vw;
    border-radius: 4.8vw;
  }
  .mban-idxfor1 .swiper {
  }
  .mban-idxnav1 .con {
    align-items: center;
    height: 3.733vw;
    padding-left: 1.866vw;
    font-size: 1.066vw;
    transition: 0.3s;
    border-radius: 4.933vw;
  }
  .mban-idxnav1 .swiper-slide-thumb-active .con {
  }
  .mban-idxnav1 .icon {
    width: 2.133vw;
    margin-right: 0.666vw;
  }
  .mban-idxfor1 .swiper-button-prev,
  .mban-idxfor1 .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border-radius: 50%;
    /* background: linear-gradient(92.75deg, #9CECFB 1.87%, #0052D4 91.88%); */
    width: 2.666vw;
    height: 2.666vw;
  }
  .mban-idxfor1 .swiper-button-prev {
    background-image: url(../images/2025/index/prev.png);
    left: -4.666vw;
  }
  .mban-idxfor1 .swiper-button-prev:hover {
    background-image: url(../images/2025/index/prev-1.png);
  }
  .mban-idxfor1 .swiper-button-next {
    background-image: url(../images/2025/index/next.png);
    right: -4.666vw;
  }
  .mban-idxfor1 .swiper-button-next:hover {
    background-image: url(../images/2025/index/next-1.png);
  }
  .mban-idxfor1 .swiper-button-next:after,
  .mban-idxfor1 .swiper-button-prev:after {
  }
  .midx1-box {
  }
  .midx1-box .tit {
    font-size: 1.466vw;
    margin-bottom: 0.533vw;
  }
  .midx1-box .desc {
    font-size: 1.066vw;
    margin-bottom: 1.6vw;
  }
  .midx1-box .pic {
    margin-bottom: 1.066vw;
  }
  .midx1-box .pic img {
  }
  .midx1-box .more {
    font-size: 1.066vw;
    padding-left: 2.266vw;
    background-size: 1.666vw auto;
    background-image: url(../images/2025/index/arr.png);
    line-height: 1.666vw;
    transition: 0.3s;
  }
  .midx1-box .more:hover {
    padding-left: 2.666vw;
  }
  .rowidx-new7 .txt {
  }
  .heading-10 {
    margin: 1.333vw 0 1.066vw 0;
  }
  a.button-3.w-button {
  }
  .paragraph-11 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .div-block-36 {
    flex-direction: column;
    justify-content: space-between;
  }
  .button-3:hover {
  }
  .rowidx-new3 {
    padding: 6.333vw 0 6.666vw;
  }
  .ulidx-news3 {
    padding: 0;
    margin-bottom: 3.6vw;
  }
  .ulidx-news3 li {
    margin: 0 1.6vw;
  }
  .ulidx-news3 .con {
    font-size: 1.6vw;
    line-height: 1.6;
    transition: 0.3s;
    border-bottom: 0.266vw solid transparent;
  }
  .ulidx-news3 .on .con {
  }
  .midx-cont3 {
    background: rgba(255, 255, 255, 0.25);
    border: 0.133vw solid #ffffff;
    box-shadow: 0 0.333vw 2vw rgba(71, 77, 95, 0.15);
    border-radius: 1.066vw;
    padding: 2.4vw;
    font-size: 1.333vw;
  }
  .midx-cont3 .pic {
    margin-bottom: 2.4vw;
  }
  .midx-cont3 .pic .bg {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
  }
  .rowidx-new4 {
    padding: 8vw 0;
  }
  .ulidx-news4 {
    margin: 3.733vw 0;
  }
  .ulidx-news4 li {
    padding: 0 0.8vw;
  }
  .ulidx-news4 .con {
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    width: 12.46vw;
    height: 9.333vw;
    background: #ffffff;
    border: 1px solid #cbd2d9;
    border-radius: 0.8vw;
  }
  .ulidx-news4 .con::after {
    left: 0;
    right: 0;
    bottom: -0.666vw;
    content: "";
    height: 0.266vw;
    transition: 0.3s;
  }
  .ulidx-news4 .on .con:after {
    bottom: 0;
  }
  .ulidx-news4 .con img {
  }
  .midx-new4 {
  }
  .midx-new4 .tit {
    font-size: 1.6vw;
    margin-bottom: 0.533vw;
  }
  .midx-new4 .desc {
    font-size: 1.066vw;
  }
  .rowidx-new5 {
    padding: 8vw 0;
  }
  .mban-new5 {
    margin-bottom: 6vw;
    border-radius: 1.6vw;
  }
  .mban-new5 .con {
    padding: 1.066vw;
    border-radius: 1.6vw;
    justify-content: space-between;
  }
  .mban-new5 .txt {
    padding: 2.666vw 0 0 1.6vw;
  }
  .mban-new5 .icon {
    width: 11.53vw;
    height: 4.933vw;
    margin-bottom: 1.066vw;
  }
  .mban-new5 .tit {
    font-size: 1.333vw;
    margin-bottom: 0.8vw;
  }
  .mban-new5 .desc {
    font-size: 1.066vw;
    margin-bottom: 1.466vw;
    line-height: 1.5;
  }
  .mban-new5 .more {
    font-size: 1.066vw;
    transition: 0.3s;
    padding-left: 2.2vw;
    background-size: 1.533vw auto;
    background-image: url(../images/2025/index/arr2.svg);
  }
  .mban-new5 .more:hover {
    padding-left: 2.866vw;
  }
  .mban-new5 .right {
  }
  .mban-new5 .pic {
    border-radius: 1.066vw;
  }
  .mban-new5 .pic img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    transition: 0.3s;
  }
  .mban-new5 .con:hover .pic img {
    transform: scale(1.06);
  }
  .mban-new5 .slick-arrow {
    left: 3.2vw;
    bottom: 2.666vw;
    width: 2.666vw;
    height: 2.666vw;
    background-size: 0.533vw auto;
    font-size: 0;
    transition: 0.3s;
    transition: 0.3s;
  }
  .mban-new5 .slick-prev {
    background-image: url(../images/2025/zwj/left.png);
  }
  .mban-new5 .slick-prev:hover {
    background-image: url(../images/2025/zwj/left-1.png);
  }
  .mban-new5 .slick-next {
    background-image: url(../images/2025/zwj/right.png);
    left: 6.933vw;
  }
  .mban-new5 .slick-next:hover {
    background-image: url(../images/2025/zwj/right-1.png);
  }
  .ulidx-new5 {
    padding: 0;
  }
  .ulidx-new5 li {
    width: 33.3%;
    padding: 0 1.6vw;
  }
  .ulidx-new5 .con {
  }
  .ulidx-new5 .pic {
    border-radius: 0.8vw;
    margin-bottom: 1.6vw;
  }
  .ulidx-new5 .pic img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    transition: 0.3s;
  }
  .ulidx-new5 .con:hover .pic img {
    transform: scale(1.06);
  }
  .ulidx-new5 .tit {
    font-size: 1.2vw;
    margin-bottom: 1.066vw;
  }
  .ulidx-new5 .con:hover .tit {
  }
  .ulidx-new5 .desc {
    font-size: 1.066vw;
    margin-bottom: 2.666vw;
  }
  .ulidx-new5 .more span {
    font-size: 1.066vw;
    padding-left: 2.4vw;
    background-size: 1.6vw auto;
    background-image: url(../images/2025/zwj/arr.svg);
    line-height: 1.666vw;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1199px) {
  .banner2025 .txt .tit {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .banner2025 .txt .desc {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .banner2025 .pic .bg {
    height: 730px;
  }
  .mban-idxfor1 .swiper-button-next {
    right: 0;
  }
  .mban-idxfor1 .swiper-button-prev {
    left: 0;
  }
  .banner2025 .btns .btn1 {
    line-height: 45px;
    padding: 0 30px;
    font-size: 16px;
    margin: 0 5px;
  }
  .mtop-idx1 .tit {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .mtop-idx1 .desc {
    font-size: 14px;
  }
  .rowidx-new1 {
    padding: 56px 0 30px;
  }
  .mbanidx-box1 {
    margin: 20px 0 56px;
  }
  .mban-idxfor1 .tit {
    font-size: 18px;
  }
  .mban-idxfor1 .desc {
    font-size: 14px;
  }
  .mban-idxfor1 .pic {
    margin-bottom: 10px;
  }
  .mban-idxnav1 {
    width: 100%;
  }
  .ulidx-news3 .con {
    font-size: 18px;
    border-width: 2px;
  }
  .ulidx-news3 {
    white-space: nowrap;
    overflow-x: auto;
  }
  .mban-new5 .txt {
    padding: 0;
  }
  .mban-new5 .icon {
    /* width: 80px; */
    /* margin-bottom: 10px; */
  }
  .mban-new5 .tit {
    font-size: 18px;
  }
  .mban-new5 .desc {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .mban-new5 .more {
    color: #0074fc;
    font-size: 14px;
    transition: 0.3s;
    padding-left: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-image: url(../images/2025/index/arr2.svg);
  }
  .mban-new5 .slick-arrow {
    left: 10px;
  }
  .mban-new5 .slick-next {
    left: 60px;
  }
  .ulidx-new5 li {
    padding: 0 10px;
  }
  .mban-new5 {
    margin-bottom: 48px;
  }
  .rowidx-new5 {
    padding: 56px 0;
  }
  .ulidx-new5 .desc {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .ulidx-new5 .tit {
    margin-bottom: 10px;
  }
  .text-block-9 {
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .div-block-33 {
    width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 959px) {
  .ulidx-news4{
    overflow: hidden;
    margin-bottom: 4px;
  }
  .ulidx-news4 li{
    padding: 0 5px;
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  .ulidx-news4 .con{
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .rowidx-new1 {
    background-image: url(../images/2025/index/bg1-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .rowidx-new1::after{
    display: none;
  }
  .ulidx-new5 li {
    padding: 0;
    margin-bottom: 40px;
    float: none;
    width: 100%;
  }
  .mban-new5 .con {
    display: block;
    padding: 16px;
  }
  .mban-new5 .txt,
  .mban-new5 .right {
    width: 100%;
  }
  .mban-new5 .txt {
    margin-bottom: 18px;
  }
  .mban-new5 .slick-arrow {
    bottom: -58px;
  }
  .mban-new5 {
    margin-bottom: 106px;
  }
  .mban-new5 .slick-arrow {
    left: 28%;
  }
  .mban-new5 .slick-next {
    right: 28%;
    left: auto;
  }
  .mban-new5 .txt {
    padding: 24px 0 0;
  }
  .ulidx-news4 li {
    float: left;
    width: 50%;
    margin-bottom: 24px;
  }
  .ulidx-news4 .con {
    width: 100%;
    height: 111px;
  }
  .rowidx-new4 {
    padding: 56px 0;
  }
  .midx-cont3 {
    font-size: 14px;
    padding: 8px;
  }
  .rowidx-new3 {
    padding: 56px 0;
  }
  .ulidx-news3 {
    margin-bottom: 20px;
  }
  .mban-idxnav1 .swiper-slide-thumb-active .con {
    background-color: transparent;
  }
  .mban-idxnav1 .con {
    display: block;
    text-align: center;
    height: auto;
    padding: 0;
    color: #0074FC;
  }
  .mban-idxnav1.pc{
    display: none;
  }
  .mban-idxnav1.m{
    display: block;
  }
  .mban-idxnav1 {
    background-color: transparent;
    position: relative;
  }
  .mban-idxnav1 .icon1 {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    background-color: #fff;
    border-radius: 14px;
  }
  .mban-idxnav1 .icon {
    margin: 0;
  }
  .mban-idxnav1 .swiper-button-prev,
  .mban-idxnav1 .swiper-button-next {
    display: block;
  }
  .mban-idxfor1 .swiper-button-prev,
  .mban-idxfor1 .swiper-button-next {
    display: none;
  }
  .midx1-box .pic .pc{
    display: none;
  }
  .midx1-box .pic .m{
    display: block;
    width: 327px;
    margin: 0 auto;
  }
  .midx1-box .more{
    background-size: 20px auto;
    padding-left: 28px;
  }
  .midx-cont3 .pic{
    margin-bottom: 20px;
  }
  .midx-new4 .tit{
    font-size: 18px;
  }
  .ultab-new6{
    display: block;
    margin: 40px 0 20px;
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
  }
  .ulidx-new6{
    margin-bottom: 40px;
  }
  .ultab-new6 li{
    display: inline-block;
    margin: 0 5px 15px;
  }
}
