 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
a{text-decoration:none;}
img {border: 0rem;vertical-align: middle;max-width: 100%;}
        body {
            font-family: 'Inter', sans-serif;
            background: linear-gradient(145deg, #eef7ff 0%, #d9eafb 100%);
            color: #1a2c2c;
            overflow: hidden;
            height: 100vh;
        }

        /* 桌面版原样式容器 (默认可见) */
        .fullpage-wrapper {
            height: 100vh;
            overflow-y: auto;
            scroll-behavior: smooth;
            scroll-snap-type: y mandatory;
        }
        .fullpage-wrapper::-webkit-scrollbar {
            width: 6px;
        }
        .fullpage-wrapper::-webkit-scrollbar-track {
            background: #cbdbe6;
            border-radius: 8px;
        }
        .fullpage-wrapper::-webkit-scrollbar-thumb {
            background: #2c7da0;
            border-radius: 8px;
        }

        .section {
            scroll-snap-align: start;
            min-height: 100vh;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            position: relative;
            background-color: transparent;
        }

        .container {
            max-width: 1280px;
            width: 90%;
            margin: 0 auto;
            padding: 20px 0;
        }

        .hero-xinjiang {
            position: relative;
            width: 100%;
            height: 60vh;
             background: url('./yjyj0.png') center center/cover no-repeat; 
            /* background: url('https://images.pexels.com/photos/1675606/pexels-photo-1675606.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&dpr=2') center center/cover no-repeat;*/
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .hero-xinjiang::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
           /* background: linear-gradient(120deg, rgba(0, 40, 60, 0.65), rgba(0, 80, 100, 0.45));*/
            z-index: 1;
        }
        .hero-text {
            position: relative;
            z-index: 2;
            text-align: center;
            color: white;
            height: 100%;
            padding: 0 1rem;
        }
        .hero-text h1 {
            font-size: 5rem;
            font-weight: 800;
            letter-spacing: 6px;
            text-shadow: 0 10px 25px rgba(0,0,0,0.4);
            margin-bottom: 1rem;
        }
 .hero-text .yjyj{
	 width: 760px;
	 margin-top: 9%;
	}
.hero-text .pc{
    margin-top: 60px;
    }
.hero-text .mobile{
       display:none;
        }
        .hero-text p {
        max-width: 1100px;
        margin: 20px auto;
        }

.hero-text p img{
        width: 100%;
        margin:0 auto;
        }

        .cards-container {
            display: flex;
            flex-direction: column;
            gap: 1rem;
            width: 100%;
            max-width: 1100px;
            margin: 0 auto;
            justify-content: center;
        }

        .news-card {
            display: flex;
            gap: 1.5rem;
            background: rgba(255, 250, 240, 0.98);
            border-radius: 32px;
            overflow: hidden;
            box-shadow: 0 18px 32px -12px rgba(0, 32, 64, 0.12);
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 245, 0.8);
            width: 100%;
            min-height: 200px;
        }
        .news-card:hover {
            transform: translateY(-6px);
            background: rgba(255, 255, 248, 1);
            box-shadow: 0 28px 40px -16px rgba(27, 96, 125, 0.25);
            border-color: rgba(44, 125, 160, 0.4);
        }
        .card-img {
            flex: 0 0 20%;
            min-width: 160px;
            max-width: 280px;
            background-color: #eef2fa;
        }
        /* 新增：隐藏空图片容器 */
        .card-img.empty {
            display: none;
        }
        .card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.4s ease;
            aspect-ratio: 4 / 3;
        }
        .news-card:hover .card-img img {
            transform: scale(1.02);
        }
        .card-content {
            flex: 1;
            padding: 1rem 1.5rem 1rem 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        /* 调整：无图片时内容区padding */
        .news-card.no-img .card-content {
            padding: 1.5rem;
        }
        .card-category {
            display: inline-block;
            font-size: 0.7rem;
            background: rgba(44, 125, 160, 0.15);
            color: #1a6b8f;
            padding: 4px 12px;
            border-radius: 30px;
            width: fit-content;
            margin-bottom: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.3px;
        }
        .card-content h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #154e6b;
            margin-bottom: 0.6rem;
            line-height: 1.3;
        }
        .card-summary {
            font-size: 0.9rem;
            color: #2e5568;
            line-height: 1.5;
            margin-bottom: 1rem;
            opacity: 0.88;
        }
        .card-meta {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-size: 0.75rem;
            color: #5f8aa3;
            margin-top: 0.4rem;
        }
        .read-more {
            margin-top: 0.8rem;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-weight: 600;
            font-size: 0.8rem;
            color: #2c7da0;
            text-decoration: none;
            transition: 0.2s;
            cursor: pointer;
            width: fit-content;
        }
        .read-more a{
            text-decoration:none;
            color:#2c7da0;
        }
 /* 底部 */
.footer {
  height: 200px;
  clear: both;
  /* background: url(../img/footer_bg.jpg) no-repeat center; */
  background-color: #0a2f42;
  min-width: 1550px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .05);
  border-top: 1px solid #e2e2e2;
  margin-top: 24px;
}

.foot_box {
  margin: 0 auto;
  /* margin-top: 30px; */
  /* padding: 0 10px; */
  height: 200px;
  width: 1280px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: border-box;
  box-sizing: content-box;
}

.foot_box .dzjg {
  float: left;
  margin-top: 40px;
}

.foot_box .info {
  margin-top: 35px;
  margin-left: 30px;
  float: left;
  color: #cfdfe8;
  width: 890px;
  text-align: center;
  line-height: 35px;
  margin-right: 30px;
}
.foot_box .info a{
	 color: #cfdfe8;
}
.foot_box .info_mobile {
  display: none;
}
.foot_box .info .ga_icon {
  margin-right: 10px;
  width: 20px;
}

.foot_right {
  margin-top: 50px;
  float: right;
  width: 240px;
}

.ewm {
  float: left;
  margin-right: 10px;
}
.ewm img {
  /* max-width: 100%; */
  z-index: 0;
}

.fd_weixin:hover .ewm {
  display: block;
}

.fd_weixin .ewm {
  position: absolute;
  left: -150px;
  top: -50px;
  display: none;
  width: 15px;
  z-index: 999;
}
.zc {
  float: left;
  margin-bottom: 7px;
}
.ipv6 {
  float: left;
}
.ipv6 img {
  /* width: 120px; */
  /* height: 65px; */
  /* margin-right: 20px; */
}

.slh {
  float: left;
}

.slh img {
  width: 125px;
  height: 65px;
}

.foot_a {
  float: left;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  /* color: #fff; */
  text-align: center;
  
}


.foot_a a {
  border-left: 2px solid rgb(0, 0, 0, 0.7);
  padding: 0 15px;
}

.foot_a a:nth-child(1) {
  border: 0;
}

        @media (max-width: 700px) {
            .news-card {
                flex-direction: column;
                min-height: auto;
            }
            .card-img {
                flex: auto;
                max-width: 100%;
                min-width: unset;
            }
            .card-img img {
                aspect-ratio: 16 / 9;
            }
            .card-content {
                padding: 1.2rem;
            }
            .card-content h3 {
                font-size: 1.25rem;
            }
            /* 移动端无图片样式调整 */
            .news-card.no-img .card-content {
                padding: 1.5rem;
            }
			.hero-text .pc{
       display:none;
        }
			.hero-text .mobile{
       display:block;
        }
        }

        /* 移动端全屏卡片专用样式（独立容器） */
        .mobile-swiper {
            height: 100vh;
            width: 100%;
            overflow-y: auto;
            scroll-snap-type: y mandatory;
            background: linear-gradient(145deg, #eef7ff 0%, #d9eafb 100%);
            position: relative;
            z-index: 10;
        }
        .mobile-swiper::-webkit-scrollbar {
            width: 4px;
        }
        .mobile-swiper .full-slide {
            scroll-snap-align: start;
            min-height: 100vh;
            height: auto;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px 0;
            box-sizing: border-box;
        }
        /* 手机版卡片样式：每个卡片居中显示，充分利用屏幕空间 */
        .mobile-swiper .news-card {
            width: 90%;
            max-width: 500px;
            margin: 0 auto;
            flex-direction: column;
            background: #fffef8;
            border-radius: 32px;
            box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.2);
            transition: transform 0.2s ease;
        }
        .mobile-swiper .news-card .card-img {
            width: 100%;
            max-width: 100%;
        }
        .mobile-swiper .news-card .card-img img {
            aspect-ratio: 16 / 9;
            width: 100%;
        }
        .mobile-swiper .news-card .card-content {
            padding: 1.5rem;
        }
        /* 移动端无图片样式 */
        .mobile-swiper .news-card.no-img .card-content {
            padding: 1.5rem;
        }
        .mobile-swiper .hero-xinjiang {
            width: 100%;
            height: 100vh;
            border-radius: 0;
            background-position: center;
            margin: 0;
        }
        .mobile-swiper .hero-text h1 {
            font-size: 3rem;
            letter-spacing: 2px;
        }
        .mobile-swiper .hero-text .yjyj {
           width: 100%;
           margin-top: 30%;
        }
        .mobile-swiper .footer {
            background: #0a2f42;
            min-width: 100%;
            margin-top: 0;
            padding: 2rem 1rem;
            border-radius: 0;
        }
        .mobile-swiper .footer-content p{
			    font-size: 1.25rem;
    height: 60px;
    line-height: 30px;
}

        @media (max-width: 700px) {
 .footer,
  .foot_box {
    min-width: 100%;
    height: 300px;
    width: 100%;
  }
.foot_box .dzjg {
    text-align: center;
    float: left;
    margin-top: 30px;
    width: 14%;
  }
.foot_box .dzjg img {
    width: 80%;
  }
.foot_box .info{
	display:none;
}
  .foot_box .info_mobile {
    display: block;
    margin: 0 auto;
    float: left;
    color: #cfdfe8;
    line-height: 1.5;
    width: 86%;
    font-size: 12px;
    padding-top: 10px;
  }
.foot_box .info_mobile p{
	hight:30px;
	line-height:25px
}
			    .foot_box .info_mobile img {
        width: 5%;
    }
	.foot_box .info_mobile a{
color: #cfdfe8;
	}
	.foot_right {
    margin-top: 10px;
    float: left;
    width: 100%;
  }
	.zc, .ipv6, .ewm {
    float: left;
    margin-bottom: 7px;
    width: 33%;
    text-align: center;
    margin-left: 10%;
  }

  .zc img,
  .ipv6 img,
  .ewm img {
    width: 94px;
    height: auto;
    margin: 0 5px;
  }
        }
		