html {
  scroll-behavior: smooth;
}

.banner_container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  overflow: hidden;
}

header {
  position: static !important;
  margin: 0 auto;
}

.ty_more {
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  height: 40px;
  border: 2px solid #004098;
  padding: 0 8px 0 31px;
  color: #004098;
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: 0.4s all;
}

.ty_more span {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.ty_more p {
  z-index: 4;
}

.ty_more img {
  transition: 0.5s all;
}

.ty_more .active {
  display: none;
}

.ty_more::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: 0.3s all;
  border-radius: 50px;
}

.ty_more:hover p {
  color: #fff;
}

.ty_more:hover span {
  background-color: #004098;
}

.ty_more:hover .active {
  display: block;
}

.ty_more:hover .no_active {
  display: none;
}

.ty_more:hover::before {
  width: 100%;
  background-color: #004098;
  z-index: 2;
}


svg.waves {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 100px;
  max-height: 200px;
  overflow: auto;
  transform: rotateY(180deg);
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 5s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 8s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 11s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 8s;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.1) infinite;
}

@keyframes move-forever {
  0% {
    transform: translate3d(85px, 0, 0)
  }

  100% {
    transform: translate3d(-90px, 0, 0)
  }
}


/* 导航 */
.breadcrumb {
  max-width: 100%;
  max-height: 70px;
  margin: 0 8%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 18px;
  color: #555555;
}

.breadcrumb img {
  margin-top: 4px;
}

.select_down {
  margin-left: 9px;
}

.Con {
  margin: 62px auto 107px auto;
  width: 62.5%;
  max-width: 1200px;
}

.Con .title {
  font-size: 36px;
  line-height: 60px;
  color: #111;
  font-weight: bold;
}

.Con .day {
  margin: 54px 0 70px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  color: #333;
}

.Con .day>img {
  margin-right: 8px;
}

.Con .day .share {
  margin-left: 43px;
  display: flex;
  align-items: center;
}

.Con .day .share img {
  margin-left: 28px;
}

.Con .content {
  font-size: 20px;
  line-height: 36px;
  color: #444;
  padding-bottom: 70px;
  border-bottom: 1px solid #dcdbdb;
}

.Con .content img {
  max-width: 100%;
  text-align: center;
  width:100%;
}
.Con .content p{
    margin: 15px 0;
}
.Con .Prev_next {
  margin-top: 21px;
}

.Con .Prev_next p {
  width: 100%;
  font-size: 20px;
  line-height: 44px;
  display: flex;
}

.Con .Prev_next p span {
  width: 135px;
  text-align: left;
  display: inline-block;
}

.Con .Prev_next p a {
  width: calc(100% - 135px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Con .Prev_next p.next {
  color: #004098;
}

.More_news {
  width: 83.3%;
  margin: 107px auto 130px auto;
  position: relative;
}

.More_news .title {
  font-size: 36px;
  line-height: 60px;
  color: #111;
  margin-bottom: 40px;
  font-weight: bold;
}



/* Swiper容器样式 */
.swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
  /* 给底部箭头留空间 */
}

/* 卡片容器 */
.news-card {
  width: 100%;
  border-radius: 8px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.card-img {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

/* 卡片内容区域 */
.card-content {
  padding: 28px 28px 40px 28px;
  box-shadow: rgba(0,0,0,0.15) 0px 1.93465px 7.73859px 0px;
  border-radius: 0 0 10px 10px;
}

/* #Latest News 标签 */
.news-tag {
  font-size: 16px;
  color: #999;
  display: block;
  margin: 26px 0 5px 0;
}

/* 新闻标题 */
.news-title {
  font-size: 24px;
  color: #000;
  line-height: 36px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 日期行 */
.news-date {
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

/* 日历图标（SVG内嵌） */
.news-date .icon-calendar {
  width: 24px;
  height: 24px;
  margin-right: 14px;
  display: inline-block;
  background: url(day.png) no-repeat center;
  background-size: 100%;
}
/* Swiper 箭头按钮样式（精准还原设计稿） */
.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: auto;
  bottom: -85px;
  transform: none;
  margin-top: 0;
}

/* 左箭头 */
.swiper-button-prev {
  right: 67px;
  left: auto;
  background: url(prev_active.png) #004098 no-repeat center center;
  transform: rotateY(180deg);
}

/* 右箭头 */
.swiper-button-next {
  right: 0;
  background: url(prev_active.png) #004098 no-repeat center center;
  transform: rotateY(360deg);
  
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
  opacity: 1;
  border: 1px solid #004098;
  background: url(prev.png) #ffffff no-repeat center center;
}
.swiper-button-prev.swiper-button-disabled{
  transform: rotateY(360deg);
}
.swiper-button-next.swiper-button-disabled{
  transform: rotateY(180deg);
}
.swiper-pagination{
 bottom: 0;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background-color: #004097;
}