input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

.page {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.box_1 {
  width: 100%;
  height: auto;
  background-size: 100% 100%;
}

.box_2 {
  /* background: url("/images/banner-7.png") no-repeat center/cover; */
  position: relative;
  height: 800px;
  width: 100vw;
}

.bannerImg {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box_2 .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.text-wrapper_3 {
  /*width: 17.5vw;*/
  /*height: 2.35vw;*/
  /*margin: 23.75rem 0 0 41.09vw;*/
  position: relative;
  text-align: center;
}

.text_10 {
  /*width: 17.5vw;*/
  /*height: 2.35vw;*/
  /*overflow-wrap: break-word;*/
  font-size: 2.5vw;
  font-weight: normal;
  text-align: center;
  /*white-space: nowrap;*/
  /*line-height: 1.57vw;*/
  font-family: var(--font-family);
  font-weight: 900;
  color: #ffffff;
  margin: 0 auto;
}

.text-wrapper_4 {
  /*width: 20.42vw;*/
  /*height: 0.84vw;*/
  /*margin: 1.45vw 0 17.23vw 39.63vw;*/
  position: relative;
  text-align: center;
}

.text_11 {
  /*width: 20.42vw;*/
  /*height: 0.84vw;*/
  /*overflow-wrap: break-word;*/
  font-size: 0.83vw;
  text-align: center;
  /*white-space: nowrap;*/
  /*line-height: 1.25vw;*/
  font-family: var(--font-family);
  font-weight: 400;
  color: #ffffff;
  margin: 1vw auto 0;
}

.box_4 {
  width: 100vw;
  height: auto;
  margin-bottom: 0.06vw;
}

.group_1 {
  /*width: 26.52vw;*/
  /*height: 3.13vw;*/
  /*margin: 4.01vw 0 0 37.44vw;*/
  /*width: 1400px;*/
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
}

.text-wrapper_5 {
  background-color: #EEEEEE;
  border-radius: 30px;
  height: 46px;
  width: 180px;
  cursor: pointer;
  /*scale: 0.9;*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-wrapper_5:last-of-type{
  margin-left: 40px;
}
.text-wrapper_5.flex-col.active {
  background-color: rgba(250, 208, 44, 1);
}

.text_12 {
  /*width: 7.97vw;*/
  /*height: 0.73vw;*/
  overflow-wrap: break-word;
  font-size: 16px;
  text-align: left;
  /*white-space: nowrap;*/
  /*line-height: 1.25vw;*/
  font-family: var(--font-family);
  font-weight: 400;
  color: #222222;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*text-align: center;*/
}

.text-wrapper_6 {
  background-color: rgba(238, 238, 238, 1);
  border-radius: 30px;
  height: 3.13vw;
  width: 13.55vw;
  cursor: pointer;
  scale: 0.9;
}

.text-wrapper_5:hover,
.text-wrapper_6:hover {
  transform: scale(1.05); /* 放大到原始尺寸的1.5倍 */
  transition: transform 0.5s ease; /* 可选：添加平滑过渡效果 */
}

.text_13 {
  width: 3.65vw;
  height: 0.73vw;
  overflow-wrap: break-word;
  font-size: 0.93vw;
  text-align: left;
  white-space: nowrap;
  line-height: 1.25vw;
  margin: 1.1vw 0 0 5vw;
  font-family: var(--font-family);
  font-weight: 400;
  color: #222222;
}

.group_2 {
  width: 1400px;
  height: auto;
  margin: 70px auto 0;
  transition: transform 0.3s ease;
  display: flex;
  flex-wrap: wrap;
}

.box_5 {
  background-color: rgba(245, 245, 245, 1);
  border-radius: 20px;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 40px;
  /*height: 22.87vw;*/
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  padding: 60px 55px 50px 55px;
}
.box_5:nth-of-type(2n){
    margin-right: 0;
}

.box_5-bg {
  position: absolute;
  width: 0;
  height: 0;
  object-fit: cover;
  z-index: -1;
  transition: 0.6s;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}

.box_5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url("../../images/28.png") no-repeat center/cover; */
  opacity: 0;
  transition: opacity 0.5s ease;
  /*border-radius: 20px;*/
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.box_5:hover::before {
  opacity: 1;
}

.box_5:hover .box_5-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.box_5:hover .paragraph_1,
.box_5:hover .paragraph_2,
.box_5:hover .text_14,
.box_5:hover .text_15,
.box_5:hover .text_16 {
  color: white;
  position: relative;
  z-index: 1;
}

.text-group_1 {
  /*width: 29.64vw;*/
  /*height: auto;*/
  /*margin: 4.32vw 0 0 3.07vw;*/
}

.paragraph_1 {
  /*width: 29.64vw;*/
  height: 62px;
  overflow-wrap: break-word;
  font-size: 26px;
  text-align: left;
  line-height: 30px;
  transition: color 0.5s ease;
  font-family: var(--font-family);
  font-weight: 900;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.paragraph_2 {
  /*width: 26.57vw;*/
  height: 54px;
  overflow-wrap: break-word;
  color: rgba(102, 102, 102, 1);
  font-size: 14px;
  font-family: var(--font-family);
  font-weight: normal;
  text-align: left;
  /*white-space: nowrap;*/
  line-height: 18px;
  /*margin: 1.82vw 0 0 0.46vw;*/
  margin: 30px 0 110px 0;
  transition: color 0.5s ease;
  font-family: var(--font-family);
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block_1 {
  /*width: 27.92vw;*/
  /*height: 1.93vw;*/
  /*margin: 7.23vw 0 3.28vw 3.43vw;*/
  align-items: center;
}

.text-wrapper_7 {
  /*width: 7.61vw;*/
  /*height: 1.93vw;*/
  overflow-wrap: break-word;
  font-size: 0;
  font-family: var(--font-family);
  font-weight: normal;
  text-align: left;
  /*white-space: nowrap;*/
  /*line-height: 1.25vw;*/
}

.text_14 {
  /*width: 7.61vw;*/
  /*height: 1.93vw;*/
  overflow-wrap: break-word;
  color: #222222;
  font-size: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  text-align: left;
  /*white-space: nowrap;*/
  line-height: 1;
  transition: color 0.5s ease;
}

.text_15 {
  /*width: 7.61vw;*/
  /*height: 1.93vw;*/
  overflow-wrap: break-word;
  color: #222222;
  font-size: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  text-align: left;
  line-height: 1;
  transition: color 0.5s ease;
}

.text_16 {
  /*width: 3.08vw;*/
  /*height: 0.79vw;*/
  overflow-wrap: break-word;
  color: #222222;
  font-size: 18px;
  font-family: var(--font-family);
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  line-height: 1;
  /*margin-top: 0.68vw;*/
  cursor: pointer;
  transition: color 0.5s ease;
}

.image-wrapper_1 {
  /*width: 9.38vw;*/
  /*height: 3.13vw;*/
  /*margin: 3.22vw 0 6vw 46.8vw;*/
  margin: 30px auto 80px;
}

.image_3 {
  width: 3.13vw;
  height: 3.13vw;
  cursor: pointer;
  scale: 0.9;
  transition: transform 0.3s ease;
}

.image_4 {
  width: 3.13vw;
  height: 3.13vw;
  cursor: pointer;
  scale: 0.9;
  transition: transform 0.3s ease;
}

.image_3:hover,
.image_4:hover {
  transform: scale(1.05);
}

.news-nav-buttons {
  display: flex;
  gap: 15px;
}
.news-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #bfbfbf;
}

.news-btn:hover {
  background: #fad02c;
  transform: translateY(-2px);
}

.arrow-style {
  width: 1.25rem;
}

.image-text_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.label_1 {
  width: 30px;
  height: 30px;
}

.text-group_2 {
  font-size: 0.7rem;
  color: #666;
  margin-top: 5px;
}
@media only screen and (max-width:1560px) {
    .box_2{
        height: 600px;
    }
    .text_11{
        font-size: 1vw;
    }
    .text_12{
        font-size: 1.2vw;
    }
    /*.paragraph_2{*/
    /*    font-size: 1vw;*/
    /*    line-height: 1vw;*/
    /*}*/
    /*.text_16,*/
    /*.text_15{*/
    /*    font-size: 1vw;*/
    /*}*/
    .box_5{
        border-radius: 16px;
    }
    .group_2{
        width: 1050px;
    }
    .box_5{
        padding: 45px 40px 40px 40px;
    }
    .paragraph_1{
        font-size: 22px;
        line-height: 26px;
        height: 54px;
    }
    .paragraph_2{
        margin: 25px 0 70px 0;
    }
}
/*@media (max-width: 768px) {*/
  /* 顶部banner优化 */
/*  .box_2 {*/
/*    height: 500px;*/
/*  }*/

/*  .text-wrapper_3,*/
/*  .text-wrapper_4 {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    width: 80%;*/
/*    text-align: center;*/
/*  }*/

/*  .text-wrapper_3 {*/
/*    margin-top: 34.16vw;*/
/*  }*/

/*  .text_10 {*/
/*    font-size: 24px;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    line-height: 1.5;*/
/*  }*/

/*  .text_11 {*/
/*    font-size: 16px;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    white-space: normal;*/
/*    line-height: 1.5;*/
/*    margin-top: 30px;*/
/*  }*/

  /* 切换按钮优化 */
/*  .group_1 {*/
/*    width: 80%;*/
/*    height: auto;*/
/*    margin: 30px auto;*/
/*    justify-content: center;*/
/*  }*/

/*  .text-wrapper_5,*/
/*  .text-wrapper_6 {*/
/*    width: 150px;*/
/*    height: 45px;*/
/*  }*/

/*  .text_12,*/
/*  .text_13 {*/
/*    font-size: 14px;*/
/*    margin: auto;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*  }*/

  /* 新闻卡片优化 */
/*  .group_2 {*/
/*    flex-direction: column;*/
/*    width: 90%;*/
/*    height: auto;*/
/*    margin: 20px auto;*/
/*    display: grid;*/
/*    grid-template-columns: repeat(1, 1fr);*/
/*  }*/

/*  .box_5 {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    min-height: 300px;*/
/*    margin-bottom: 20px;*/
/*    padding: 20px;*/
/*  }*/

/*  .text-group_1 {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin: 20px 0 0 0;*/
/*  }*/

/*  .paragraph_1 {*/
/*    width: 100%;*/
/*    font-size: 18px;*/
/*    line-height: 1.4;*/
/*  }*/

/*  .paragraph_2 {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    font-size: 14px;*/
/*    line-height: 1.5;*/
/*    margin: 15px 0 0 0;*/
/*    white-space: normal;*/
/*  }*/

/*  .block_1 {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin: 20px 0;*/
/*  }*/

/*  .text-wrapper_7 {*/
/*    width: auto;*/
/*    height: auto;*/
/*  }*/

/*  .text_14 {*/
/*    font-size: 22px;*/
/*    height: auto;*/
/*  }*/

/*  .text_15 {*/
/*    font-size: 14px;*/
/*    height: auto;*/
/*  }*/

/*  .text_16 {*/
/*    font-size: 14px;*/
/*    height: auto;*/
/*    width: auto;*/
/*  }*/

  /* 分页按钮优化 */
/*  .image-wrapper_1 {*/
/*    width: 100%;*/
/*    margin: 30px 0;*/
/*    justify-content: center;*/
/*    margin-bottom: 60px;*/
/*  }*/

/*  .news-btn {*/
/*    width: 45px;*/
/*    height: 45px;*/
/*  }*/

/*  .label_1 {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*  }*/
/*}*/

/*@media (max-width: 576px) {*/
/*  .box_2 {*/
/*    height: 400px;*/
/*  }*/

/*  .text_10 {*/
/*    font-size: 20px;*/
/*  }*/

/*  .text_11 {*/
/*    font-size: 14px;*/
/*  }*/

/*  .news-btn {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*  }*/
/*}*/
@media only screen and (max-width:960px) {
   .box_2{
       height: 250px;
   }
   .text_10{
       font-size: 20px;
   }
   .text_11{
       font-size: 14px;
       margin: 10px 0 0 0;
   }
   .box_2 .ct{
       top: calc(50% + 8%);
   }
   .box_4{
       width: 92%;
       margin: 0 auto;
       padding-top: 40px;
   }
   .group_1{
    width: 100%;
    height: auto;
    margin: 0 auto;
    justify-content: center;
   }
   .text-wrapper_5{
       width: 140px;
       height: 40px;
       scale: unset;
       display: flex;
       align-items: center;
       justify-content: center;
   }
   .text-wrapper_5:last-of-type{
       margin-left: 15px;
   }
   .text_12{
    font-size: 14px;
    text-align: center;
    white-space: unset;
    line-height: 1;
    width: max-content;
   }
   .group_2{
    width: 100%;
    margin: 30px 0 0 0;
   }
   .box_5{
       border-radius: 10px;
       width: calc(100%);
       height: auto;
       margin-right: 0;
       margin-bottom: 15px;
       padding: 25px 20px 30px 20px;
   }
   .text-group_1{
    width: 100%;
    height: auto;
    margin: 0;
   }
   .block_1{
    width: 100%;
    height: auto;
    margin: 0;
   }
   .paragraph_1{
    height: 46px;
    font-size: 16px;
    line-height: 22px;
   }
   .paragraph_2{
    margin: 10px 0 30px 0;
   }
   .text-wrapper_7{
    width: auto;
    height: auto;
    font-size: unset;
    white-space: unset;
    line-height: unset;
   }
   .text_14{
    width: auto;
    height: auto;
    font-size: 18px;
    white-space: unset;
    line-height: 1;
   }
   .text_15{
    width: auto;
    height: auto;
    color: #222222;
    font-size: 14px;
    line-height: 1;
   }
   .text_16{
    width: auto;
    height: auto;
    font-size: 14px;
    white-space: unset;
    line-height: 1;
    margin-top: 0;
   }
   .news-btn{
       width: 38px;
       height: 38px;
   }
   .image-wrapper_1{
       margin: 20px auto 60px;
   }
}