.swiper-pagination{
  font-size: 0.18rem;
}
/* index-1 */
.index-1 {background-color: #fff;width:100%;height: 100vh;overflow: hidden;position: relative;z-index: 1;}
/* 头部 */
.header{
  position: absolute;
  top:0;
  z-index: 100;
  width: 100%;
  padding: 0 0.92rem 0 1.10rem;
    box-sizing: border-box;
}
.header .logo{height: 82px;float:left;display:block;margin-top:0.44rem;}
.header .logo img{width: 100%;height: 100%;object-fit: contain;}
.header .content {
  float:right;
  margin-top:0.26rem;
  width: calc(100% - 400px);
}
.header .content .top-nav {
  display: block; 
  list-style: none;
  padding: 0;
  height: 30px;
  line-height: 30px;
  float:right;
}
.header .content .nav-box{
  margin-top: -0.08rem;
}
.header .content .top-nav li{font-size: 12px;float:left; margin: 0 0.2rem;}
.header .content .top-nav li a{color: #fff;font-size: 0.14rem;text-decoration: none;transition: all 0.5s ease;text-shadow: 0px 2px 2px rgb(0 0 0 / 90%);}
.header .content .top-nav li a:hover{color: rgba(252, 167, 60, 1);font-weight: bold;}
.header .content .top-nav .search-box{width: 2.14rem;height: 0.3rem;display:flex;background-color: #fff;}
.header .content .top-nav .search-box input{
  width: 1.8rem;height: 100%;background-color: #fff;outline: none;border: none;padding: 0 0.08rem;padding-left: 0.16rem;
  font-size: 0.14rem;
}
.header .content .top-nav .search-box button{
  width: 0.34rem;height: 100%;background: url(../img2025/searchbtn.png) no-repeat center center;
  position: relative;cursor: pointer;
}
.header .content .top-nav .search-box button::before{
  content: '';position: absolute;display: inline-block;width: 0.01rem; height: 0.2rem;background-color: #ccc;
  left: 0; top: 0.05rem;
}


/* banner */
.swiper-container {width: 100%;height: 100%;}
.banner {position: relative;width: 100%;height: 100%;z-index: 1;}
.banner .swiper-slide{display: block;width: 100%;height: 100%;background-color: #fff;}
.banner .banner-img{
  width: 100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;z-index: 1;
}
.banner .pagination-box {
  position: absolute;
  bottom: 0.32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  width: 100%;
  height: 0.70rem;
}
.banner .pagination-box .bullt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
}
.banner .pagination-box .swiper-pagination {
  padding: 0.16rem 0.10rem;
  display: flex;
  position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet{
  width: 0.15rem;
  height: 0.15rem;
  border: 1px solid #fff;
  margin-right: 0.16rem;
  background-color: transparent;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
  background-color: #fff;
}
.banner .pagination-box .more {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 0.14rem;
}
.banner .pagination-box .more::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0.02rem;
  height: 0.16rem;
  background-color: #fff;
  left: -0.20rem;
  top: 0.02rem;
}
.banner .pagination-box .slide-tip {
  z-index: 100;
  
}

.banner .pagination-box .slide-tip i{
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  background: url(../img2025/down.svg) no-repeat center center;
  position: absolute;
  bottom: -0.20rem;
  z-index: 2;
  background-size: cover;
  cursor: pointer;
  transform: translateX(-50%);
  animation: downup 2s linear 0s infinite;
}

/* index-2 */
.index-2 {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
}
.index-2.on {
  top: 0;
}
.index-2 .container{
  width: 72.9%;
  position: relative;
  z-index: 1;
  margin: auto;
}

.index-2 .f_con {
  width: 100%;
}
.index-2 .news-title {
  width: 100%;
  height: 0.40rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.50rem;
}
.index-2 .news-title .title {
  position: relative;
  display: inline-block;
  color:#0072AA;
  font-family: Microsoft YaHei;
}
.index-2 .news-title .title h1{
  font-size: 0.36rem;
}
.index-2 .news-title .title .en{
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  justify-content: center;
  position: absolute;
  left: -0.75rem;
  top: 0.08rem;
  width: 0.60rem;
}
.index-2 .news-title .title span{
  font-size: 0.48rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
}
.index-2 .news-title .title label{
  display: inline-block;
  width: 0.20rem;
  margin-top: 0.15rem;
}

/* gmxw */
.gmyw .news-title .news-more{
  width: 1.2rem;
  height: 0.41rem;
  display: inline-block;
  background: #47AEE1;
  border-radius: 0.20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.20rem;
  font-weight: bold;
  cursor: pointer;
}
.gmyw .news-title .news-more span{
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: url(../img2025/btn.png) no-repeat center center;
  background-size: contain;
  margin-left: 0.10rem;
}
.gmyw .gmyw-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 6.18rem;
  gap: 0.20rem;
  margin-top: 0.50rem;
}
.gmyw .tpxw {
  width: 62.78%;
}
.gmyw .tpxw .swiper-slide {
  width: 100%;
  height: 5.67rem;
  position: relative;
}
.gmyw .tpxw .swiper-slide img {
  width: 100%;
  height: 5.68rem;
  object-fit: cover;
}
.gmyw .tpxw .swiper-slide .text {
  position: absolute;
  bottom: -0.50rem;
  left: 0;
  z-index: 2;
  width: 78%;
  height: 0.87rem;
  opacity: 0.9;
  display: flex;
  align-items: center;
}
.gmyw .tpxw .text .date{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #C0A062;
  color: #fff;
  width: 0.87rem;
  height: 100%;
}
.gmyw .tpxw .text .date span:nth-child(1){
  font-size: 0.46rem;
  color: #fff;
  line-height: 1;
}
.gmyw .tpxw .text .date p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.28rem;
  padding-top: 0.1rem;
  display: inline-block;
}
.gmyw .tpxw .text .date p::after{
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(-7deg);
  bottom: auto;
  top: .07rem;
}
.gmyw .tpxw .text .date::after{
  width: auto;
  right: 0.05rem;
  bottom: auto;
  top: -0.05rem;
  border-top: 0.05rem solid #8C2D30;
  border-left: 1px solid #8C2D30;
}
.w1{
  position: relative;
  z-index: 1;
}
.w1::after{
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
}
.gmyw .tpxw .text .date span:nth-child(2) {
  font-size: 0.14rem;
  font-weight: bold;
}
.gmyw .tpxw .text .title {
  width: calc(100% - 0.87rem);
  height: 100%;
  display: flex;
  align-items: center;
  background: #DCF4FF;
  border-radius: 0 0.43rem 0 0;
  padding-right: 0.2rem;
}
.gmyw .tpxw .text .title a {
  color: #0077C1;
  font-size: 0.18rem;
  font-weight: bold;
  padding-left: 0.30rem;
}
.gmyw .tpxw .pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22.47%;
  height: 0.30rem;
  display: flex;
  justify-content: center;
}
.gmyw .tpxw .pagination .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.10rem;
}
.gmyw .tpxw .pagination .swiper-pagination-bullet {
  width: 0.10rem;
  height: 0.10rem;
  background: #0093DD;
  border-radius: 50%;
  margin: 0 0.05rem;
}
.gmyw .gmyw-list {
  width: 35.8%;
  display: flex;
  flex-direction: column;
}
.gmyw .gmyw-list .item {
  width: 100%;
  height: 1rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fff;
}
.gmyw .gmyw-list .item .date {
  width: 1.08rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*flex-direction: column;*/
  color: #222;
  /*border-bottom: 1px solid #fff;*/
}

.gmyw .gmyw-list .item .date .tim{
  padding-left: 0.05rem;
}

.gmyw .gmyw-list .item .date span:nth-child(1){
  font-size: 0.32rem;
}
.gmyw .gmyw-list .item .date span:nth-child(2) {
  font-size: 0.12rem;
}
.gmyw .gmyw-list .item .title{
  width: calc(100% - 1.08rem);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.10rem;
  border-bottom: 1px solid #eee;
  /*color: #000000;*/
  color: #222;
  font-size: 0.17rem;
}
.gmyw .gmyw-list .item span{
  font-size: 0.3rem;
  color: #353535;
}
.gmyw .gmyw-list .item .tim p{
  font-size: 0.2rem;
  color: #353535;
}
.gmyw .gmyw-list .item .tim i{
  display: inline-block;
  font-style: normal;
  font-size: 0.14rem;
}
.gmyw .gmyw-list .item .tim em{
  display: inline-block;
  font-style: normal;
  font-size: 0.12rem;
  color: #8C8C8C;
  line-height: 0.28rem;
}
.gmyw .gmyw-list .item .title a{
  font-size: 0.18rem;
  font-weight: bold;
  display: inline-block;
  line-height: 0.28rem;
  /*transition: color 0.3s ease-in-out;*/
  position: relative;
}
.gmyw .gmyw-list .item .title:hover{
  font-size: 0.20rem;
  color: #fff;
}
.gmyw .gmyw-list .item:hover {
  background: #0093DD;
  /*transition: all 0.4s ease-in-out;*/
  border-bottom: none !important;

}
.gmyw .gmyw-list .item::before {
  content: '';
  display: block;
  width: 0px;
  height: 1rem;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  /*transition: left 0.3s ease-in-out;*/
  z-index: 100;
}
.gmyw .gmyw-list .item:hover::before{
  width: 60px;
  left: -60px;
  background: #0093DD;
  height: 1rem;
}
.gmyw .gmyw-list .item:hover .date{
  border-bottom: none !important;
}

.gmyw .gmyw-list .item:hover .date span,
.gmyw .gmyw-list .item:hover {
  color: #fff !important;
  border-bottom: none !important;
}
.gmyw .gmyw-list .item:hover .tim{
  color: #fff !important;
}
.gmyw .gmyw-list .item:hover p,
.gmyw .gmyw-list .item:hover em{
  color: #fff !important;
}

/* mtjj-ztwz */
.mtjj-ztwz {
  width: 100%;
  height: 7.24rem;
  background: url('../img2025/by.png') no-repeat left top;
  background-size: 100%;
  margin-top: 0.80rem;
}
.mtjj-ztwz .column-title {
  padding: 0.50rem 0;display: flex;justify-content: space-between;
}
.mtjj-ztwz .column-title h1{
  font-size: 0.36rem;
}
.mtjj-ztwz .btn-group {
  display: flex;
  gap:0.40rem;
}
.mtjj-ztwz .btn-group .swiper-btn{
  display:flex;
  align-items: center;
  justify-content: center;
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  /* border: 1px solid RGBA(71, 165, 211, 1); */
  cursor: pointer;
  position: relative;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.mtjj-ztwz .swiper-btn:hover {
  transform: scale(1.1);
}


/* mtjj */
.mtjj {
  width: 100%;
  height: 3.65rem;
}
.mtjj .column-title {
  opacity: 0;
}
.mtjj h1 a{color: #0072AA;font-size: 0.36rem;font-weight: bold;}
.mtjj-content {
  margin-top: auto;
  padding: 0 3%;
  box-sizing: border-box;
}
.mtjj .swiper-btn.next {
  background: url(../img2025/mtjj_next.png) no-repeat center;
  background-size: cover;
}
.mtjj .swiper-btn.prev {
  background: url(../img2025/mtjj_prev.png) no-repeat center;
  background-size: cover;
}
.mtjj-content .mtjj-item {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 0.12rem;
  width: 100%;
  height: 1.90rem;
}

.mtjj-content .mtjj-item h3 {
  font-size: 0.20rem;
  font-weight: bold;
  padding-top: 0.10rem;
  transform: translateY(0);
  transform-origin: left top;
  transition: all;
}
.mtjj-content .mtjj-item .h-line {
  width: 132%;
  height: 1px;
  background-color: #fff;
}
.mtjj-content .mtjj-item .date {
  font-size: 0.18rem;
}
.mtjj-content .mtjj-item .desc{
  font-size: 0.18rem;
  line-height: 0.24rem;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mtjj-content .mtjj-item h3,
.mtjj-content .mtjj-item .date {
  display: inline-block;
  transform-origin: top left;
  transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

/* hover 动画 */
.mtjj-content .mtjj-item:hover h3,
.mtjj-content .mtjj-item:hover .date {
  transform: translateY(-9px) scale(1.05);

}



.mtjj .swiper-slide a {
  opacity: 0;
}

/* ztwz */
.ztwz{
  width: 100%;
}
.ztwz .column-title {
  color: #fff;
  padding: 0.40rem 0 0.20rem;
  opacity: 0;
}
.ztwz .ztwz-content {
  margin-top: auto;
  padding: 0 3%;
  box-sizing: border-box;
  height: 2.50rem;
  
}
.ztwz .swiper-btn.next {
  background: url(../img2025/mtjj_next_active.png) no-repeat center;
  background-size: cover;
}
.ztwz .swiper-btn.prev {
  background: url(../img2025/mtjj_prev_active.png) no-repeat center;
  background-size: cover;
}
.ztwz-content .swiper-container{
  padding-top: 0.40rem;
  position: relative;
}
.ztwz-content .swiper-slide a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.50rem;
  transform: translateY(0);
  transform-origin: left top;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.ztwz-content .swiper-slide:hover a{
  transform: translateY(-20px) scale(1);
}
.ztwz-content .swiper-slide a img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.ztwz-content .swiper-pagination {
  position: absolute;
  bottom: 0px;
}
.ztwz-content .swiper-pagination .swiper-pagination-bullet {
  width: 0.10rem;
  height: 0.10rem;
  background: #0093DD;
  border-radius: 50%;
  margin: 0 0.05rem;
}
.ztwz-content .swiper-slide img {
  transition: all 0.4s ease;
}

.ztwz-content .swiper-slide:hover img {
  transform: scale(1.08) translateY(-0.1rem);
  /*box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.5);*/
}

/* xzgm */
.xzgm-content {
  display: flex;
  gap: 0.20rem;
  margin-top: 0.50rem;
}
.xzgm-content ul li{
  overflow: hidden;
}
.xzgm-content ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.xzgm-content ul li a .img-box{
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1);
  transform-origin: center center;
}
.video_slide03{
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持视频比例裁剪 */
}
.video_slide{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xzgm-content ul li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xzgm-content ul li a .title {
  display: flex;
  overflow: hidden;
  height: 0.24rem;
  align-content: center;
  height: 0.50rem;
  line-height: 0.50rem;
  font-size: 0.18rem;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666;
}
.xzgm-content ul li a:hover .title{
  color: #0072AA;
}
.xzgm-content .left li:nth-child(1) {
  width: calc(100% - 0.0rem);
  height: 4.00rem;
  margin-bottom: 0.20rem;
  position: relative;
}

.xzgm-content .left li:nth-child(1) .title{
  position: absolute;
  bottom:0.28rem;
  left: 0.20rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
}

.xzgm-content .left li:nth-child(2),
.xzgm-content .left li:nth-child(3) {
  width: calc(50% - 0.10rem);
  height: 2.30rem;
}
.xzgm-content .left li:nth-child(2) .img-box,
.xzgm-content .left li:nth-child(3) .img-box{
  width: 100%;
  height: 1.90rem;
}

.xzgm-content .left li:nth-child(2) {
  float: left;
}
.xzgm-content .left li:nth-child(3) {
  float: right;
}

.xzgm-content .right li:nth-child(1),
.xzgm-content .right li:nth-child(2) {
  width: calc(50% - 0.10rem);
  height: 2.40rem;
}
.xzgm-content .right li:nth-child(1) {
  float: left;
  margin-bottom: 0.20rem;
}
.xzgm-content .right li:nth-child(2) {
  float: right;
  margin-bottom: 0.20rem;
}
.xzgm-content .right li:nth-child(3) {
  width: 100%;
  height: 4.20rem;
  position: relative;
  clear: both;
  overflow: hidden;
}

.xzgm-content .right li:nth-child(1) .img-box,
.xzgm-content .right li:nth-child(2) .img-box {
  width: 100%;
  height: 1.90rem;
  object-fit: cover;
}

.xzgm-content .right li:nth-child(3) .title{
  position: absolute;
  bottom:0.28rem;
  left: 0.20rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
}

.xzgm-content ul li:hover img{
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}


/* tzgg */
.tzgg {
  background: #F6FCFF;
  width: 100%;
  height: 3.65rem;
  margin-top: 0.40rem;
}
.tzgg .container {
 height: 100%;
 padding-top:1px;
}
.tzgg-content{
  height: 1.98rem;
  width: 100%;
  margin-top: 0.40rem;
  display: flex;
  gap: 0.20rem;
}

.tzgg-content .tzgg-item {
  width: 32%;
  height: 100%;
  display: flex;
  color: #0072AA;
  position: relative;
  padding: 0.20rem 0.10rem 0.20rem 0;
  float: left;
  margin-left: 3px;
}
.tzgg-content .tzgg-item::after {
  content: '';
  display: block;
  width: 1px;
  height: 60%;
  background: #0072AA;
  position: absolute;
  top: calc(20%);
  right: -0.1rem;
}

.tzgg-content .tzgg-item:last-child::after {
  display: none;
}

.tzgg-content .tzgg-item .date{
  width: 0.90rem;
  height: 0.50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tzgg-content .tzgg-item .date p::after{
  width: 100%;
  height: 1px;
  background: #0072AA;
  transform: rotate(-7deg);
  bottom: auto;
  top: -0.04rem;
}


.tzgg-content .tzgg-item .date span:first-child{
  font-size: 0.30rem;
}
.tzgg-content .tzgg-item .date span:last-child{
  font-size: 0.14rem;
}
.tzgg-content .tzgg-item .content {
  width: calc(100% - 0.90rem);
  display: flex;
  flex-direction: column;
}
.tzgg-content .tzgg-item .content .title {
  font-size: 0.18rem;
  margin-bottom: 0.16rem;
  display: inline-block;
  line-height: 0.28rem;
}
.tzgg-content .tzgg-item .content .desc {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #0072AA;
}
.tzgg-content .tzgg-item:hover {
  background: #0072AA;
  color: #fff;
  box-shadow: 0.05rem 0.05rem 0.05rem rgba(0, 0, 0, 0.2);
  border-radius: 0.10rem;
  transform: translateY(-0.10rem);
}
/* 悬停父元素时修改子元素 ::after 样式 */
.tzgg-content .tzgg-item:hover .date p::after {
  width: 100%;
  height: 1px;
  background: #fff;  /* 变成白色 */
  transform: rotate(-7deg);
  bottom: auto;
  top: -0.04rem;
  transition: all 0.3s ease;
}
.tzgg-content .tzgg-item:hover .desc{
  color: #fff;
}
.tzgg-content .tzgg-item:hover::after{
  background: #fff;
}
.news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tabs {
  display: flex;
  gap: 10px;
}

/* 按钮样式 */
.tab-btn {
  background: #f5f5f5;
  color: #0072AA;
  border: none;
  padding: 3px 11px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.36rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
/* 激活状态（选中或悬停对应内容时） */
.tab-btn.active {
  background: #0072AA;
  color: #fff;
}

/* cjrh */
.cjrh {
  width: 100%;
  height: 8.43rem;
  background: url(../img2025/by02.png) left top no-repeat RGBA(0, 116, 179, 1);
  margin-top: 0px;
  background-size: contain;
  overflow: hidden;
}
.cjrh .container {
  height: 100%;
}
.cjrh .news-title .title {
  color: #fff;
}
.cjrh .news-title .en {
  color: #B1DAEE;
}
.cjrh-content {
  width: 100%;
  position: relative;
  display: flex;
  position: relative;
}
.cjrh-content .cjrh-text {
  width: 4.82rem;
  height: 5.20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-top: 0.78rem;
  padding: 0 0 0 0.38rem;
  box-sizing: border-box;
  position: relative;
}
.cjrh-content .cjrh-text-container{
  display: flex;
  flex-direction: column;
}
.cjrh-content .cjrh-text .cjrh-item {
  width: 100%;
  height: 1.22rem;
  border-bottom: 1px solid #E7E7E7;
  padding-top: 0.30rem;
  position: relative;
  box-sizing: border-box;
}
.cjrh-content .cjrh-text .cjrh-item::after{
  content: '';
  display: block;
  width: 0;
  height: 1.22rem;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.cjrh-content .cjrh-text .cjrh-item a{
  width: 100%;
  height: 100%;
  display: flex;
  line-height: 0.28rem;
  font-size: 0.20rem;
  font-weight: bold;
  /*color:rgba(26, 26, 26, 1);*/
  color:#666;
  position: relative;
}

.cjrh-content .cjrh-text .cjrh-item.active {
  position: relative;
  top: 0px;
}
.cjrh-content .cjrh-text .cjrh-item.active::after{
  width: 0.52rem;
  right: -0.52rem;
}

.cjrh-content .cjrh-text .cjrh-item.active a{
  color: #0074B3;
}
.cjrh-content .cjrh-text .cjrh-item.active a::before{
  content: '';
  display: block;
  width: 8px;
  height: 0.48rem;
  position: absolute;
  top: 0.08rem;
  left: -0.25rem;
  background: #0074B3;
}

.cjrh-content .cjrh-text .more {
  width: 100%;
  height: 0.40rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
.cjrh-content .cjrh-text .more a{
  color: #0074B3;
  font-size: 0.12rem;
  margin-right: 0.40rem;
}

/* cjrh-img */
.cjrh-img {
  width: 11.78rem;
  height: 6.32rem;
  position: absolute;
  top: -0.33rem;
  left:4.82rem;
}
.cjrh-img a {
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.3s ease-in-out;
}
.cjrh-img a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cjrh-img a.active {
  display: block;
}

.kjrh-gjjl {
  width: 100%;
  height: 6.09rem;
  display: flex;
  justify-content: space-between;
  gap:1rem;
  background-color: #fff;
}
.kjrh {
  width: 60%;
  height: 100%;
}
.gjjl {
  width: 34%;
  height: 100%;
}
.kjrh-content {
  width: 100%;
  height: 4.3rem;
  margin-top: 0.49rem;
}

.kjrh-content .kjrh-item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 0.20rem;
  padding: 0.10rem 0;
  border-radius: 0 0 0.10rem 0.10rem;
}
.kjrh-content .kjrh-item .img-a {
  width: 100%;
  height: 2.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.kjrh-content .kjrh-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kjrh-content .kjrh-item .title {
  color: #1A1A1A;
  font-size: 0.18rem;
  line-height: 0.30rem;
}
.kjrh-content .kjrh-item .date {
  color: #666666;
  font-size: 0.18rem;
}
.kjrh-content .swiper-container{
  position: relative;
}
.kjrh-content .swiper-pagination {
  position: absolute;
  bottom: 0px;
}
.kjrh-content .swiper-pagination .swiper-pagination-bullet{
  background: #0074B3;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  margin: 0 0.05rem;
}
.kjrh-content .kjrh-item:hover img{
  transform: scale(1.1);
}
.kjrh-content .kjrh-item:hover .title {
  color: #0074B3;
  font-weight: bold;
}
.kjrh-content .kjrh-item:hover .date {
  color: #0074B3;
}

/* gjjl */
.gjjl-content {
  width: 100%;
  height: 3.96rem;
  margin-top: 0.49rem;
}

.gjjl-content .swiper-slide a{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gjjl-content .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* xcsp */
.xcsp {
  width: 100%;
  height: 6.00rem;
  position: relative;
}
.xcsp video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.xcsp .container {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xcsp .school-motto {
  font-size: 0.72rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.72rem;
  margin-top: 0.20rem;
  opacity: 0;
}

.xcsp .more {
  margin-top: 1.58rem;
  display: flex;
  gap: 0.20rem;
  opacity: 0;
}

.xcsp .more a{
  color: #fff;
  position: relative;
  padding-left: 0.20rem;
}
.xcsp .more a:first-child::before{
  content: '';
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  /*background: url(../img/video.png) no-repeat left center;*/
  top: 0;
  left: -0.20rem;
}
.xcsp .more a:last-child::before,
.xcsp .more a:nth-last-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0.02rem;
  height: 0.22rem;
  background-color: #fff;
}

/* gmjs */
.gmjs {
  padding-top: 0.60rem;
  height: 2.86rem;
}
.gmjs p {
  font-size: 0.16rem;
  color: #3C3C3C;
  line-height: 0.36rem;
  text-indent: 0.32rem;
}
.gmjs .more {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 0.30rem;
}

.gmjs .more a {
  color: #0074B3;
  line-height: 0.30rem;
  display: inline-block;
  font-size: 0.16rem;
}
.gmjs .more a:last-child {
  font-size: 0.18rem;
  position: relative;
  padding-right: 0.30rem;
}
.gmjs .more a:last-child::after {
  content: '';
  position: absolute;
  top: 0.12rem;
  right: 0;
  display: block;
  width: 0.24rem;
  height: 0.06rem;
  background: url(../img2025/copy.png) no-repeat right center;
}

/* gmrw */
.gmrw {
  width: 100%;
  height: 7.80rem;
  background: linear-gradient(180deg, rgba(120, 200, 239, 0.5), #FFFFFF);
}


.gmrw .container{
  padding-top: 1px;
}
.gmrw-content {
  margin: 1.20rem 5.3% 0;
  height: 5.30rem;
  opacity: 0;
}
.gmrw-content .swiper-slide {
  width: 50%;
}
.gmrw-content .swiper-slide .gmrw-item {
  width: 100%; 
  height: 100%;
  position: relative;
}
.gmrw-content .swiper-slide .gmrw-item .img-a {
  display: block;
  width: 100%;
  height: 100%;
  
}
.gmrw-content .swiper-slide .gmrw-item .img-a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gmrw-content .swiper-slide .gmrw-item .title {
  background-color: rgba(0, 0, 0, 0.4);
  height: 0.40rem;
  line-height: 0.40rem;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 0.18rem;
}

.gmrw-content .swiper-pagination {
  position: absolute;
  bottom: -31px;
}
.gmrw-content .swiper-pagination .swiper-pagination-bullet{
  background: #0074B3;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  margin: 0 0.05rem;
}

/* .rmgm */
.rmgm {
  width: 100%;
  height: 12.76rem;
  background: url(../img2025/by05.png) no-repeat left top;
  background-size: contain;
  position: relative;
}
.rmgm .container{
  padding-top: 1px;
}
.rmgm .news-title {
  opacity: 0;
}
.rmgm .news-title .title {
  color: #fff;
}
.rmgm .news-title .en {
  color: #B1DAEE;
}
.rmgm-content {
  position: absolute;
  left:2.60rem;
  top:1.5rem;
  width: calc(100% - 2.60rem);
  display: flex;
  flex-wrap: wrap;
  height: auto;
  gap:0;
  opacity: 0;
}
.rmgm-content .item {
  height: 3.70rem;
  position: relative;
}
.rmgm-content .item a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.rmgm-content .item .tuimg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.rmgm-content .item .tuimg:hover {
  transform: scale(1.05);
}
.rmgm-content .item .text{
  position: absolute;
  bottom: 0.10rem;
  height: 0.60rem;
  display: flex;
  align-items: center;
  gap:0.22rem;
  color: #fff;
  padding-left: 0.30rem;
  font-size: 0.27rem;
  font-weight: bold;
  text-shadow: 0 0.08rem 0.15rem rgba(0, 0, 0, 0.8);
}
.rmgm-content .item .text::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0.60rem;
  height: 0.60rem;
}
.rmgm-content .item .text.xhs,
.rmgm-content .item .text.wb,
.rmgm-content .item .text.dy,
.rmgm-content .item .text.tsg,
.rmgm-content .item .text.gmgy,
.rmgm-content .item .text.gmst,
.rmgm-content .item .text.gmyx,
.rmgm-content .item .text.gzh {
  background-size: contain;
  padding-left: 0.70rem;
}
.rmgm-content .item .text.xhs {
  background: url(../img2025/xhs.png) no-repeat left center; 
}
.rmgm-content .item .text.wb {
  background: url(../img2025/dy.png) no-repeat left center;
}
.rmgm-content .item .text.dy {
  background: url(../img2025/wb.png) no-repeat left center;
}
.rmgm-content .item .text.gmgy {
  background: url(../img2025/guangying.png) no-repeat left center;
}
.rmgm-content .item .text.tsg {
  background: url(../img2025/tushu.png) no-repeat left center;
}
.rmgm-content .item .text.gmst{
  background: url(../img2025/shetuan.png) no-repeat left center;
}
.rmgm-content .item .text.gmyx{
  background: url(../img2025/yinxinag.png) no-repeat left center
}
.rmgm-content .item .text.gzh {
  background: url(../img2025/gzh.png) no-repeat left center;
}
.ba {
  width: 100%;        /* 固定宽度 */
  height: 100%;       /* 固定高度 */
  object-fit: cover;
}
.rmgm-content .item1 {
  width: 20.4%;
}
.rmgm-content .item2 {
  width: 39.7%;
}
.rmgm-content .item3 {
  width: 39.7%;
}
.rmgm-content .item4 {
  width: 39.7%;
}
.rmgm-content .item5 {
  width: 39.7%;
}
.rmgm-content .item6 {
  width: 20.4%;
}
.rmgm-content .item7 {
  width: 20.4%;
}
.rmgm-content .item8 {
  width: 20.4%;
}
.rmgm-content .item9 {
  width: 20.4%;
}
.rmgm-content .item10 {
  width: 36.7%;
  padding: 0.29rem 0.37rem;
  box-sizing: border-box;
}
.rmgm-content .item10 h3 {
  font-size: 0.28rem;
}
.rmgm-content .item10 ul {
  margin-top: 0.90rem;
  display: flex;
  gap: 0.90rem;
}
.rmgm-content .item10 ul li {
  width: 1.20rem;
  height: 1.20rem;
}
.rmgm-content .item10 ul li a{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.rmgm-content .item10::before{
  display: none;
}
.rmgm-content .item10 ul li a .txt{
  font-size: 0.18rem;
  color: #000;
}
.rmgm-content .item10 ul li .icon {
  width: 100%;
  height: 100%;
}
.rmgm-content .item10 ul li .fkdj{
  background: url(../img2025/icon07.png) no-repeat center; 
  background-size: contain;
}
.rmgm-content .item10 ul li .vr{
  background: url(../img2025/icon08.png) no-repeat center;
  background-size: contain;
}
.rmgm-content .item10 ul li .dt{
  background: url(../img2025/icon09.png) no-repeat center;
  background-size: contain;
}
.rmgm-content .item10 ul li:hover .fkdj{
  background: url(../img2025/icon007.png) no-repeat center;
  background-size: contain;
}
.rmgm-content .item10 ul li:hover .vr{
  background: url(../img2025/icon008.png) no-repeat center;
  background-size: contain;
}
.rmgm-content .item10 ul li:hover .dt{
  background: url(../img2025/icon009.png) no-repeat center;
  background-size: contain;
}

/* -----------------zhank allmenu---------------- */

.zhank {
    width: 1.00rem;
    height: 0.50rem;
    background: #0093DD;
    border-radius: 0.25rem 0px 0px 0.25rem;
    position: fixed;
    right: 0;
    top: 1.40rem;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allmenu {
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0.20rem;
    background: url('../img2025/bj4.png');
    z-index: 1000;
    display: none;
    top:0;
}

.allmenu .logo {
    display: block;
    width: 15.00rem;
    height: 0.77rem;
    margin: 0.04rem auto 0;

}

.allmenu .zhank {
    width: 1.00rem;
    height: 0.50rem;
    background: #E6C390;
    border-radius: 0.25rem 0px 0px 0.25rem;
    position: absolute;
    right: 0;
    top: 0.37rem;
}

.allmenu .content {
    color: #fff;
    margin: 0.40rem auto 0;
    width: 70%;
    display: none;
    height: 85%;
}

.allmenu .content .ul {
    display: flex;
}

.allmenu .content .ul li {
    font-size: 0.20rem;
    letter-spacing: 0.05rem;
    text-align: center;
    width: 16.5%;
}

.allmenu .content .ul li span {
    width: 0.50rem;
    height: 0.02rem;
    display: block;
    background: #E6C390;
    margin: 0 auto;
}

.allmenu .content .ul li .sub_ul {
    margin-top: 0.20rem;
}

.allmenu .content .ul li .sub_ul li {
    text-align: center;
    font-size: 0.16rem;
    margin-bottom: 0.10rem;
    width: 100%;
}

.allmenu .content .ul li .sub_ul li:hover {
    color: #FAC67A;
}
@media screen and (max-width: 1440px) {
.header .logo {height:76px;}
.nav-content > li {margin: 0.2rem;}
.nav-content > li > a { font-size: 16px;}
}
@media screen and (max-width: 1300px) {
.header {
  padding: 0 0.6rem 0 0.7rem;
}
.header .logo {height:72px !important;margin-top:0.22rem;}
.header .content .top-nav li a {
  font-size:12px !important;
}
.nav-content > li {margin: 0.16rem 0.13rem !important;}
.nav-content > li > a { font-size: 14px !important;}
}

@media screen and (max-width: 1200px) {
.header {
  padding: 0 0.5rem 0 0.4rem;
}
.header .logo {height:72px !important;margin-top:0.22rem;}
.header .content {width:calc(100% - 350px)}
.header .content .top-nav li a {
  font-size:12px !important;
}
.nav-content > li {margin: 0.16rem 0.1rem !important;}
.nav-content > li > a { font-size: 13px !important;}
}


@media screen and (max-width: 1024px){
  .zhank{display: none;}
  .index-1 {height: auto;}
  .banner {
    height: 48vw;
    margin-top: 70px;
    position: relative !important;
  }
  .slide-tip {display: none;}
  .index-2{
    position: relative;
  }
  .gmyw .gmyw-content {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .gmyw .tpxw {
    width: 100%;
    height: 24vh;
  }
  .gmyw .tpxw .swiper-slide {
    height: 20vh;
  }
  .gmyw .tpxw .swiper-slide img{
    height: 100%;
  }
  .gmyw .gmyw-list {
    width: 100%;
  }

  .xzgm-content {
    display: flex;
    flex-direction: column;
  }
  .tzgg{
    height: auto;
    margin-bottom: 20px;
  }
  .tzgg-content {
    flex-direction: column;
    height: auto;
    gap: 0;
  }
  .tzgg-content .tzgg-item{
    width: 100%;
  }
  .tzgg-content .tzgg-item::after{
    display: none;
  }

  .cjrh-content .cjrh-text {
    width: 2.8rem;
  }

  .cjrh-img {
    left: 2.8rem;
  }
  .cjrh-content .cjrh-text .cjrh-item a {
    max-height: 30px;
    overflow: hidden;
  }
  .kjrh-gjjl{
    flex-direction: column;
    height: auto;
    gap: 0px;
    padding-bottom: 30px;
  }
  .kjrh {
    width: 100%;
  }
  .gjjl {
    width: 100%;
  }
  .xcsp .school-motto {
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  .xcsp .more a:first-child::before {
    width: 24px;
    height: 24px;
    left:-20px;
  }
  .xcsp .more a:last-child::before {
    width: 2px;
    height: 22px;
  }
  .gmjs {
    height: auto;
    padding-bottom: 20px;
  }
  .gmrw {
    height: 7rem;
  }
  .gmrw-content {
    margin-top: 80px;
    height: 4rem;
  }
  .gmrw-content .swiper-slide{
    height: 20vh;
  }
  .rmgm-content {
    left: 2.5rem;
    width: calc(100% - 1rem);
  }
  .rmgm {
    height: auto;
  }
   .rmgm-content {
    position: relative;
    top: 20px;
    padding-bottom: 30px;
   }
  .rmgm-content .item{
    width: 33% !important;
    height: 2rem !important;
  }
  .rmgm-content .item10 {
    width: 100% !important;
  }
  .rmgm-content .item10 ul {
    margin-top: 10px;
  }
}


