.banner {
  height: 425px;
  overflow: hidden;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.banner .banner-bg {
  height: 100%;
  width: 100%;
  background: url(../img_2025/banner.png) no-repeat;
  background-size: cover;

}
.switch-adjunct {
    padding-top: 425px;
    position: relative;
    top: 0;
    transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    -o-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: -1;
}

.index-main {
  position: relative;
  z-index: 2;
  background-color: #fff;
  height: 100%;
}

.index-main .index-row {
  position: relative;
  width: 100%;
}

.index-main .index-row .content {
  width: 81.25%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.page-wrap .content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.page-wrap .category {
  width: 250px;
  height: auto;
  position: relative;
}
.page-wrap .category .category-name {
  width: 100%;
  height: 79px;
  position: absolute;
  top:-79px;
}
.page-wrap .category a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 26px 10px 0 35px;
}
.page-wrap .category .category-name a {
  background-color: #0093DD;
  color: #fff;
  font-size: 1.4375rem;
  font-weight: bold;
}
.page-wrap .category .category-list {
  display: flex;
  flex-direction: column;
  min-height: 584px;
  background: url(../img_2025/list.png) #E5F6FF no-repeat left bottom;
}
.page-wrap .category .category-list li {
  width: 100%;
  height: 79px;
  background: #E5F6FF;
  border-bottom: 1px solid #fff;
  position: relative;
}
.page-wrap .category .category-list li::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 1px;
  width: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #0093DD;
  transition: width 1s ease;
}
.page-wrap .category .category-list li a{
  color: #0093DD;
  font-size: 1.125rem;
  transition: all 0.5s ease;
}

.page-wrap .category .category-list li.active a,
.page-wrap .category .category-list li:hover a{
  color: #026fa5;
  font-weight: bold;
}

.page-wrap .category .category-list li:hover::after{
  width: 100%;
}
/* category end */

.page-wrap .right-content {
  width: calc(100% - 270px);
  min-height: 500px;
  margin: 30px 30px;
}
.right-content .column-title {
  height: 46px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E9F3FA;
  align-items: center;
}
.right-content .column-title h1 {
  display: inline-block;
  width: auto;
  border-bottom: 3px solid #0093DD;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  height: 100%;
}
.right-content .column-title .bread-nav {
  display: flex;
  justify-content: flex-end;
}
.right-content .column-title .bread-nav,
.right-content .column-title .bread-nav a{
  color:#999999;
  font-size: 0.875rem;
}

.column-box {
  width: 100%;
  max-height: 300px;
  margin-top: 20px;
}

.column-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 2%;
}
.column-box ul li {
  width: 23.4%;
  height: 73px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #E9F3FA;
}
.column-box ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  transition: all 1s ease;
}
.column-box ul li a .title {
  display: inline-block;
  width: auto;
  position: relative;
}
.column-box ul li a .title::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #0093DD;
  position: absolute;
  left: -15px;
}
.column-box ul li a .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img_2025/geng_white.png) no-repeat;
  background-size: contain;
}
.column-box ul li a:hover .icon{
  background: url(../img_2025/geng.png) no-repeat;
  background-size: contain;
}
.column-box ul li a:hover {
  background-color: #EAF7FF;
  color: #0093DD;
}
/* column-box end */

.list-box {
  margin-top: 20px;
  height: auto;
}

.list-box .news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: auto;
  margin-bottom: 40px;
}

.list-box .news-list li {
  width: 100%;
  height: 133px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.list-box .news-list li img{
  width: 234px;
  height: 133px;
  object-fit: cover;
}

.list-box .news-list li .txt {
  width: calc(100% - 264px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 20px;
}
.list-box .news-list li .txt .title {
  display: inline-block;
  font-size: 1.25rem;
  color: #000000;
  height: 2rem;
}
.list-box .news-list li .txt .title:hover {
  color: #0093DD;
}
.list-box .news-list li .txt .desc {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.5rem;
  max-height: 3rem;
  overflow: hidden;
}
.list-box .news-list li .txt .date {
  font-size: 0.75rem;
  color: #999999;
  margin-top: 10px;
}

.list-box .news-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 264px;
  width: calc(100% - 264px);
  height: 0;
  background:#0093DD;
  background-size: cover;
  box-shadow: 0 0 10px 0 #0093DD;
  transition: all 1.2s ease;
}
.list-box .news-list li:hover::before {
  height: 100%;
}


.list-box .news-list li .txt:hover a,
.list-box .news-list li .txt:hover p {
  color: #fff !important;
}
/* .news-list */

.list-box .pagenation {
  width: 100%;
  margin: 40px auto;
  height: 40px;
  padding-top: 30px;
}
.list-box .pagenation ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
}
.list-box .pagenation ul li {
  padding: 10px 14px;
  height: 40px;
  width: auto;
  border: 1px solid #BFBFBF;
}
.list-box .pagenation ul li a{
  width: 100%;
  height: 100%;
  color: #333333;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s ease;
}
.list-box .pagenation ul li.disabled a{
  color: #808080;
  pointer-events: none;
}
.list-box .pagenation ul li.active{
  background-color: #0093DD;
  border: 1px solid #0093DD;

}
.list-box .pagenation ul li.active a {
  color: #fff;
  pointer-events: none;
}
/* .list-box end */

.info-box {
  height: auto;
  margin: 40px 0;
}

.info-box .news-title {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  color: #333333;
  line-height: 2rem;
  text-align: center;
}

.info-box .sub-info{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 0.875rem;
  color: #B6B6B6;
  display: flex;
  gap: 30px;
  justify-content: center;
}

.info-box .news-content-detail{
  margin: 30px 0 50px 0;
  font-size: 1rem;
  line-height: 2rem;
  color: #333333;
}
.info-box .news-content-detail p {
  text-indent: 2rem;
}
.info-box .news-content-detail img {
  max-width: 90%;
  width: auto;
  display: block;
  margin: 20px auto;
  object-fit: cover;
}

.info-box .news-nav {
  width: 100%;
  height: auto;
}

.info-box .news-nav a {
  width: auto;
  font-size: 1.125rem;
  color: #333333;
  display: inline-block;
  height: 2rem;
}
.info-box .news-nav a:hover {
  color: #0093DD;
  font-weight: bold;
}

@media (max-width:1400px) {
  html {
    font-size: 14px;
  }
  .page-wrap .category {
    width: 200px;
  }
  .page-wrap .category .category-name {
    height: 60px;
    top: -60px;
  }
  .page-wrap .category a {
    padding: 16px 10px 0 20px;
  }
  .page-wrap .category .category-list li {
    height: 60px;
  }
  .page-wrap .right-content {
    width: calc(100% - 220px);
    margin: 20px;
  }
  .list-box .news-list li .txt .title {
    overflow: hidden;
    height: 3.5rem;
  }
  .column-box ul {
    justify-content: flex-start;
  }
  .column-box ul li {
    width: 32%;
  }
  .footer-bottom .right .email-item {
    width: 200px;
    height: 70px;
    background-size: contain !important;
  }
}

@media (max-width:1024px) {
  .site-header {
    position:  relative !important;
  }
  .banner {
    position: relative !important;
    width: 100%;
    height: 48vw;
  }
  .switch-adjunct {
    display: none;
  }
  .index-main .index-row .content {
    width: 90%;
  }
  .page-wrap .content {
    display: block;
    position: relative;
  }
  .page-wrap .category {
    position: absolute;
    width: 100%;
  }
  .page-wrap .category .category-name a {
    position: relative;
  }
  .page-wrap .category .category-name a::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../img_2025/enter-hover.png) no-repeat;
  }
  .page-wrap .category-list {
    height: 0;
    min-height: 0 !important;
    opacity: 0;
    transition: all 1s ease;
  }
  .page-wrap .category.active .category-list {
    height: auto;
    opacity: 1;
  }
  .page-wrap .category.active .category-list li{
    z-index: 999;
  }
  
  .page-wrap .right-content {
    width: 90%;
    margin: 40px auto;
    padding-top: 20px;
  }
  .right-content .column-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    height: 76px;
    padding-bottom: 10px;
  }
  .info-box {
    margin: 20px 0;
  }
  .info-box .news-content-detail {
    margin: 20px 0;
  }
  .list-box .news-list {
    gap: 10px;
  }
  .list-box .news-list li {
    height: 80px;
  }
  .list-box .news-list li::before {
    left: 110px;
    width: calc(100% - 120px);
  }
  .list-box .news-list li img {
    width: 100px;
    height: 70px;
  }
  .list-box .news-list li .txt {
    width: calc(100% - 100px);
  }
  .list-box .news-list li .txt .title {
    font-size: 1rem;
    height: 56px;
    overflow: hidden;
  }
    .list-box .news-list li .txt .desc{
      display: none;
    }
.list-box .news-list li .txt .date {
  margin-top: 0;
}
  .list-box .pagenation {
    padding-top: 10px;
  }

  .column-box ul li {
    width: 48%;
  }
}

@media (max-width: 768px) {
  .column-box {
    height: 100%;
    max-height: 500px;
  }
  .column-box ul li {
    width: 100%;
  }
}