/* ========== Banner ========== */
.banner {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.banner .swiper-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.banner .swiper-slide .pic {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  color: #fff;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #0e66b4;
}
.banner .swiper-button-prev {
  background: url(../img2026/left.png);
  width: 0.66rem;
  height: 0.96rem;
  margin-left: 0.30rem;
}
.banner .swiper-button-next {
  background: url(../img2026/right.png);
  width: 0.66rem;
  height: 0.96rem;
  margin-right: 0.30rem;
}

/* banner end */

/* ========== xyxw ========== */
.xyxw {
  width: 100%;
  height: auto;
}
.news-top {
  height: 1.20rem;
}
.news-top .title {
  line-height: 0.16rem;
  font-weight: bold;
  font-size: 0.34rem;
  color: #204F9F;
}
.xyxw .news-top h2 {
  text-align: center;
  padding-top: 0.42rem;
}
.xyxw .news-top .more {
  float: right;
}
.jtmore {
  font-size: 0.14rem;
  color: #333333;
  display: flex;
  align-items: center;
}
.jtmore span {
  display: inline-block;
  width: 0.68rem;
  height: 0.27rem;
  background: url(../img2026/xyxwmore.png) center center no-repeat;
  margin-left: 0.10rem;
  background-size: cover;
}
.xyxw .content {
  display: flex;
  justify-content: space-between;
  padding-top: 0.20rem;
}
.xyxw .tpxw {
  width: 48%;
  overflow: hidden;
  position: relative;
}
.xyxw .tpxw .swiper-slide {
  width: 100%;
}
.xyxw .tpxw .slide-content {
  width: 100%;
  position: relative;
}
.xyxw .tpxw .pic img {
  width: 100%;
  height: 5.68rem;
  object-fit: cover;
}
.xyxw .tpxw .slide-content .info {
  position: relative;
  width: 80%;
  height: 0.87rem;
  top: -0.45rem;
  display: flex;
}
.xyxw .tpxw .slide-content .info .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #204F9F;
  color: #fff;
  font-weight: bold;
  width: 0.87rem;
  height: 0.87rem;
}
.xyxw .tpxw .slide-content .info .date .day {
  font-size: 0.32rem;
}
.xyxw .tpxw .slide-content .info .date .month {
  font-size: 0.14rem;
}
.xyxw .tpxw .slide-content .info .title {
  background: rgba(243, 242, 239, 0.9);
  border-radius: 0px 0.43rem 0px 0px;
  color: #1A1A1A;
  font-size: 0.16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.20rem;
}
.xyxw .tpxw .swiper-pagination {
  position: absolute;
  bottom: 0.60rem;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: end;
}
.xyxw .xwlb {
  width: 48%;
}
.xyxw .xwlb li {
  width: 100%;
  margin-bottom: 0.32rem;
  padding-left: 0.23rem;
  background: url(../img2026/dian.png) left center no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xyxw .xwlb li a {
  font-size: 0.16rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xyxw .xwlb li a:hover {
  font-weight: bold;
  color: #204F9F;
}
.xyxw .xwlb li:nth-child(-n+3) a {
  font-weight: bold;
}
.xyxw .xwlb li .date {
  font-size: 0.14rem;
  color: #8d8d8d;
  width: 1.2rem;
  text-align: right;
}

/* ========== tzgg ========== */
.tzgg {
  width: 100%;
  height: 3.65rem;
  background-color: rgba(228, 238, 255, 1);
  padding-top: 0.40rem;
}
.tzgg .news-top .title {
  text-align: center;
}
.tzgg .news-top .more {
  display: none;
}
.tzgg .news-top .tzgg-swiper-button {
  width: 1.80rem;
  height: 0.70rem;
  position: relative;
  float: right;
  top: -0.20rem;
}
.tzgg .news-top .swiper-button-prev {
  width: 0.53rem;
  height: 0.53rem;
  background: url(../img2026/tzgg_prev.png) center center no-repeat;
  background-size: cover;
}
.tzgg .news-top .swiper-button-next {
  width: 0.53rem;
  height: 0.53rem;
  background: url(../img2026/tzgg_next.png) center center no-repeat;
  background-size: cover;
}
.tzgg .swiper-slide {
  display: flex;
  justify-content: flex-start;
}
.tzgg .tzgg-swiper {
  width: 100%;
  overflow: hidden;
}
.tzgg .swiper-slide .date {
  width: 0.60rem;
  height: 0.60rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.20rem;
}
.tzgg .swiper-slide .date .day {
  font-size: 0.30rem;
}
.tzgg .swiper-slide .date .month {
  font-size: 0.14rem;
}
.tzgg .tzgg-swiper .info .title {
  display: inline-block;
  font-size: 0.18rem;
  height: 0.36rem;
  margin-bottom: 0.30rem;
  font-weight: bold;
}
.tzgg .tzgg-swiper .info .title:hover {
  color: #204F9F;
}
.tzgg .tzgg-swiper .info .desc {
  font-size: 0.14rem;
}

/* tzgg end */

/* ========== xxgk ========== */
.xxgk {
  width: 100%;
  height: 3.65rem;
  background: url(../img2026/tu2.png) no-repeat;
  background-size: cover;
}
.xxgk .content {
  width: 69.4%;
  height: 100%;
  background: url(../img2026/xxgk.png) no-repeat;
  background-size: cover;
  float: right;
  padding-left: 1.73rem;
  padding-right: 1.73rem;
  padding-top: 0.2rem;
  color: #fff;
}
.xxgk .content .news-top {
  height: 0.40rem;
}
.xxgk .content .news-top .title {
  color: #fff;
}
.xxgk .content .info {
  font-size: 0.12rem;
  line-height: 0.36rem;
}

/* xxgk end */

/* ========== xxzz ========== */
.xxzz {
  height: 5.00rem;
  margin-top: 0.60rem;
}
.xxzz .container {
  height: 100%;
  display: flex;
}
.xxzz .left {
  width: 50%;
  height: 100%;
  background: #E3EDFE;
  padding: 0.40rem;
}
.xxzz .left .news-top {
  height: 0.70rem;
}
.xxzz .left .title {
  color: #204F9F;
}
.xxzz .left .list {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.30rem;
  grid-row-gap: 0.34rem; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.xxzz .left .list .item {
  width: calc(50% - 0.30rem);
  height: 0.40rem;
  background: #204F9F;
  border-radius: 0.04rem;
  margin-bottom: 0.34rem;
}
.xxzz .left .list .item:hover {
  background-color: #eba625;
}
.xxzz .left .list .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 0.18rem;
}
.xxzz .right {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.xxzz .right::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img2026/sp.png) no-repeat center center;
  background-size: cover;
  z-index: 0;
  transition: transform 0.5s ease;
}
.xxzz .right:hover::before {
  transform: scale(1.1);
}
.xxzz .right::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(32, 79, 159, 0.53);
  z-index: 1;
}
.xxzz .right a {
  font-size: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
}
.xxzz .right a span.icon {
  background: url(../img2026/shipin.png) left center no-repeat;
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background-size: cover;
}
.xxzz .right a span {
  margin-left: 0.10rem;
}

.video-box {
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #000;
    display: none;
    z-index: 10002;
    top:0;
}
.video-box #closeBtn {
    cursor: pointer;
    transition: all 0.5s ease;
}
.video-box #closeBtn::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 50px;
    text-align: center;
    background: url(../img2026/close.png) no-repeat;
    background-size: cover;
}
.video-box #closeBtn:hover::after {
  transform: rotate(90deg);
}

.video-box video {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}


/* xxzz end */

/* ========== dyzx ========== */
.dyzx {
  margin-top: 0.22rem;
}
.dyzx .container {
  height: 100%;
}
.dyzx .news-top {
  height: 1.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dyzx .content {
  display: flex;
  height: 100%;
  width: 100%;
}
.dyzx .left {
  width: 65%;
}
.dyzx .left a {
  display: none;
  width: 100%;
  height: 5.19rem;
  overflow: hidden;
}
.dyzx .left a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.dyzx .left a img:hover {
  transform: scale(1.1);
}
.dyzx .left a.active {
  display: block;
}
.dyzx .left a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.dyzx .right {
  flex: 1;
  margin-left: 0.47rem;
}
.dyzx .right .news-list {
  display: flex;
  flex-direction: column;
}
.dyzx .right .news-list li {
  height: 1.12rem;
  width: 100%;
  border-bottom: 0.01rem solid #E7E7E7;
  position: relative;
}
.dyzx .right .news-list li:last-child {
  border-bottom: none;
}
.dyzx .right .news-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 0.18rem;
  color: #1A1A1A;
}
.dyzx .right .news-list li.active a {
  color: #9C1E22;
}
.dyzx .right .news-list li.active::before {
  content: '';
  position: absolute;
  left: -0.20rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.02rem;
  height: 0.48rem;
  background: #9C1E22;
}
.dyzx .right .more {
  position: absolute;
  bottom: 0.20rem;
  right: 0;
}

/* dyzx end */

/* ========== zsjy ========== */
.zsjy {
  width: 100%;
  height: 5.24rem;
  background: url(../img2026/zsjy.png) left top no-repeat #E3EDFE;
  margin-top: 0.60rem;
  padding-top: 0.60rem;
  padding-left: 0.2rem;
}
.zsjy .news-top {
  height: 0.80rem;
}
.zsjy .more {
  display: none;
}
.zsjy .zsjy-swiper .swiper-slide a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.zsjy .zsjy-swiper .swiper-slide a img {
  width: 100%;
  height: 2.45rem;
  object-fit: cover;
}
.zsjy .zsjy-swiper .swiper-slide a .title {
  font-weight: bold;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.24rem;
  margin-top: 0.20rem;
}
.zsjy .zsjy-swiper .swiper-slide a:hover img {
  transform: scale(1.1);
}
.zsjy .zsjy-swiper .swiper-slide a:hover .title {
  color: #9C1E22;
}

/* zsjy end */

/* ========== pxjd ========== */
.pxjd {
  width: 100%;
  height: 6.38rem;
  position: relative;
  margin-top: 0.60rem;
  padding-top: 1.23rem;
}
.pxjd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../img2026/beij.png) no-repeat;
  background-size: cover;
}
.pxjd .container {
  position: relative;
}
.pxjd .more {
  position: absolute;
  right: 0;
  top: -0.80rem;
}
.pxjd .left {
  width: 2.30rem;
  float: left;
}
.pxjd .news-top .title {
  color: #fff;
}
.pxjd .tabs {
  display: flex;
  flex-direction: column;
  align-items: end;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
}
.pxjd .tabs .tab {
  margin-bottom: 0.40rem;
  position: relative;
  height: 0.42rem;
  line-height: 0.42rem;
}
.pxjd .tabs .tab.active::before {
  content: '';
  position: absolute;
  left: -3.00rem;
  width: 3.22rem;
  height: 0.42rem;
  background: url(../img2026/peix.png) left center no-repeat;
  background-size: cover;
}
.pxjd .right {
  float: right;
  width: calc(100% - 2.70rem);
  height: 100%;
}
.pxjd .tab-panel {
  display: none;
  width: 100%;
  height: 4.37rem;
  overflow: hidden;
}
.pxjd .tab-panel .swiper-slide a {
  display: block;
  width: auto;
  height: 4.37rem;
  background-color: #fff;
}
.pxjd .tab-panel .swiper-slide a img {
  width: 100%;
  height: 2.47rem;
  object-fit: fill;
}
.pxjd .tab-panel .swiper-slide a .info {
  width: 100%;
  height: 1.90rem;
  background-color: #fff;
  padding: 0.05rem 0.2rem 0.20rem;
}
.pxjd .tab-panel .swiper-slide a .info .date {
  font-size: 0.14rem;
  color: #A2A2A2;
  line-height: 0.36rem;
}
.pxjd .tab-panel .swiper-slide a .info .title {
  font-size: 0.18rem;
  color: #5F5F5F;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.1rem;
}
.pxjd .tab-panel .swiper-slide a .info .desc {
  font-size: 0.14rem;
  color: #A7A7A7;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pxjd .tab-panel.active {
  display: block;
}
.pxjd .right {
  position: relative;
}
.pxjd .tab-swiper {
  position: static;
}
.pxjd .tab-swiper .swiper-button-prev,
.pxjd .tab-swiper .swiper-button-next {
  width: 0.60rem;
  height: 0.60rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(100% + 0.30rem);
  background: url(../img2026/jiantou.png) center center no-repeat;
}
.pxjd .tab-swiper .swiper-button-prev {
  background-color: rgba(204, 26, 26, 1);
  right: 0.60rem;
  left: auto;
}
.pxjd .tab-swiper .swiper-button-next {
  background-color: rgba(50, 92, 160, 1);
  transform: rotate(180deg);
  right: 0;
}

/* .pxjd end */

/* ========== xyfg ========== */
.xyfg {
  width: 100%;
  height: 9.10rem;
  background: #E4EEFF;
  padding-top: 0.55rem;
}
.xyfg .news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.40rem;
}
.xyfg .pic-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.44rem;
}
.xyfg .pic-box .item {
  height: 3.56rem;
  overflow: hidden;
}
.xyfg .pic-box .item:nth-child(1) { width: 46.6%; }
.xyfg .pic-box .item:nth-child(2) { width: 26.7%; }
.xyfg .pic-box .item:nth-child(3) { width: 26.7%; }
.xyfg .pic-box .item:nth-child(4) { width: 26.7%; }
.xyfg .pic-box .item:nth-child(5) { width: 26.7%; }
.xyfg .pic-box .item:nth-child(6) { width: 46.6%; }
.xyfg .pic-box .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.xyfg .pic-box .item img:hover {
  transform: scale(1.1);
}

/* .xyfg end */

/* ========== 响应式媒体查询 ========== */
@media (max-width: 1440px) {
  .news-top .title {
    font-size: 0.26rem;
  }
  .xyxw .xwlb li {
    margin-bottom: 0.22rem;
  }
  .xyxw .tpxw .pic img {
    height: 4.50rem;
  }
  .xxzz {
    height: 4.00rem;
  }
  .xxzz .left .news-top {
    height: 0.54rem;
  }
  .xxzz .left .list {
    grid-row-gap: 0.2rem;
  }
} 

@media (max-width: 1200px) {
  .xxzz {
    height: 3.50rem;
  }
  .xxzz .left .list {
    grid-row-gap: 0.1rem;
  }
  .xyfg {
    height: 7.00rem;
  }
  .xyfg .pic-box {
    margin-top: 0.25rem;
  }
  .xyfg .pic-box .item {
    height: 2.80rem;
  }
}


@media (max-width: 1080px) {
  .banner {
    height: 35vh;
    margin-top: 0.70rem;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 0.50rem;
    height: 0.70rem;
    background-size: cover;
  }
  .news-top {
    height: 1rem;
  }
  .news-top .title {
    font-size: 0.28rem;
  }
  .xyxw .content {
    flex-direction: column;
    padding-top: 0;
  }
  .xyxw .news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .xyxw .news-top h2 {
    padding-top: 0;
  }
  .xyxw .tpxw {
    width: 100%;
  }
  .xyxw .tpxw .pic img {
    height: 2rem;
  }
  .xyxw .tpxw .slide-content .info .date {
    width: 1.8rem;
  }
  .xyxw .xwlb {
    width: 100%;
  }
  .xyxw .xwlb li {
    margin-bottom: 0.3rem;
  }
  .xyxw .xwlb li:nth-child(n+8) {
    display: none;
  }
  .xyxw .xwlb li a {
    font-size: 0.2rem;
  }
  .xyxw .xwlb li .date {
    width: 140px;
    font-size: 0.15rem;
  }
  .tzgg {
    padding-top: 0;
    height: 2.65rem;
  }
  .tzgg .news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tzgg .news-top .more {
    display: flex;
  }
  .tzgg .news-top .tzgg-swiper-button {
    display: none;
  }
  .xxgk .content {
    width: 100%;
    background-position: right center;
    padding:0.4rem 0.5rem;
  }
  .xxzz {
    height: 7.5rem;
  }
  .xxzz .container {
    flex-direction: column;
  }
  .xxzz .left {
    width: 100%;
    padding: 0 0.2rem 0.1rem;
  }
  .xxzz .left .news-top {
    margin-top: 0.3rem;
  }
  .xxzz .left .list {
    grid-column-gap:0.1rem;
    margin-bottom: 0.2rem;
  }
  .xxzz .left .list .item  {
    margin-bottom: 0.1rem;
    width: calc(50% - 0.1rem);
  }
  .xxzz .left .list .item a {
    font-size: 0.16rem;
  }
  .xxzz .right {
    width: 100%;
  }
  .xxzz .right a span.icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .video-box video {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100% !important;
    left: 0;
  }
  .video-box #closeBtn::after {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
}
   .dyzx {
    position: relative;
   }
  .dyzx .news-top {
    text-align: left;
    justify-content: start;
  }
  .dyzx .right .more {
    position: absolute;
    bottom: auto;
    top: 0.45rem;
  }
  .dyzx .content {
    flex-direction: column-reverse;
    justify-content: end;
    position: static;
  }
  .dyzx .left {
    width: 100%;
  }
  .dyzx .left a {
    height: 2.5rem;
  }
  .dyzx .right {
    width: 100%;
    margin-left: 0;
    position: static;
  }
  .dyzx .right .news-list li {
    height:0.9rem;
  }
  .zsjy {
    padding-top: 0.1rem;
    height: 4.24rem;
  }
   .zsjy .news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
  .zsjy .more {
    display: flex;
  }
  .zsjy .zsjy-content {
    margin: 0 0.2rem;
  }
  .pxjd::before {
    width: 100%;
  }
  .pxjd {
    padding-top:0.4rem;
    height: 7.2rem;
  }
  .pxjd .more {
    top:0;
    color: #fff;
  }
  .pxjd .news-top {
    height: 0.6rem;
  }
  .pxjd .left {
    width: 100%;
    float: none;
  }
  .pxjd .tabs {
    flex-direction: row;
    justify-content: space-around;
  }
  .pxjd .tabs .tab.active::before {
    left: -0.2rem;
    width: 0.5rem;
    background-position: right center;
  }
  .pxjd .right {
    width: 100%;
    float: none;

  }
  .pxjd .tab-swiper .swiper-button-prev, .pxjd .tab-swiper .swiper-button-next {
    top:calc(100% + 0.5rem);
  }
  .xyfg {
    height: auto;
    padding-bottom: 0.3rem;
  }
  .xyfg .pic-box .item {
    width: 100% !important;
    height: 2.5rem;
    margin-bottom: 0.1rem;
  }
}

