    

*{
    margin:0;
    padding:0;
    list-style: none;
    text-decoration:none;
}
@font-face {
    font-family: 'MyFont';
    src: url('FZDYSJW.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    }
.toutiao{
    width:100%;
    position: relative;
}
.toutiao img{
    width:100%;
}
.toutiao a{
    overflow: hidden;
    color: #ffff;
    text-overflow: ellipsis;
    font-family:'MyFont', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    position: absolute;
    bottom: 7%;
    left: 22%;
}
.lunbo{
    width: calc(100% - 1.5rem);
    margin: 0 auto;
}
.massage_left .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.massage_left .swiper-slide img{
    width:100%;
}
.massage_left .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.massage_left .pic a span {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    color: #fff;
    display: flex;
    padding: 1.5rem .75rem 1rem .75rem;
    justify-content: left;
    align-items: center;
    gap: .625rem;
    flex-shrink: 0;
    font-family: "PingFang SC";
    font-size:16px;
    font-style: normal;
    line-height: 27px;
    /* 135% */
    font-weight: normal;
}

.massage_left .swiper-pagination {
    left: 71%;
    width: 33%;
    bottom: 15px;
}

.massage_left .swiper-pagination-bullet {
    background: url(dian.png) no-repeat;
    opacity: 1;
}

.massage_left .swiper-pagination-bullet-active {
    background: url(dian1.png) no-repeat !important;
    width: 1.5rem;
    border-radius: 0;
}


.news {
    margin-top: 24px;
    border: 1px solid #FFD685;
    background: rgba(255, 214, 133, 0.36);
    backdrop-filter: blur(12px);
    display: table;
    width: calc(100% - 1.5rem);
    margin:24px auto;
}

.news ul li {
    float: left;
    display: flex;
    padding: 20px 0;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px dashed #FACB6E;
    width: 100%;
    position: relative;
    text-indent: 30px;
}
.news ul li:nth-child(5),.news ul li:nth-child(6),.cjzslist ul li:nth-child(9),.cjzslist ul li:nth-child(10){
    border-bottom:0;
}
.news ul li a {
    color: #8F0000;
    font-family: "PingFang SC";
    font-size:14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.news ul li:hover a{
    color: #E0130D;
}
.news ul li a::before {
    position: absolute;
    content: "";
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    background: #8F0000;
    left: 1rem;
    top: 50%;
    transform: translate(0, -50%);
}
/* 科技足迹 */

.bt {
    width: 100%;
    height:60px;
    background: url(sjbt.png) no-repeat;
    margin-bottom: 24px;
    position: relative;
}

.bt b {
    text-align: left;
    font-family: 'MyFont', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px;
    letter-spacing: 1px;
    background: linear-gradient(180deg, #A10000 25.58%, #EB342F 89.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-left: 10%;
}

.bt .more {
    text-align: right;
    margin-top: 24px;
    color: #333;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 5%;
}
.bt .more:hover,.kjzj .more:hover, .zjl_list .more:hover{
    color: #EB342F;
}
.kjzj {
    width: calc(100% - 1.5rem);
    margin:24px auto;
}
.kjzj ul {
    display: table;
}

.kjzj ul li {
    float: left;
    margin-right: 3%;
    width: 48.5%;
    margin-bottom: 3%;
}

.kjzj ul li:nth-child(2n) {
    margin-right: 0;
}

.kjzj span {
    display: table;
    width:100%;
    height:auto;
    position: relative;
}

.kjzj span img {
    width: 100%;
    height: auto;
}

.kjzj .more,.zjl_list .more {
    display: block;
    text-align: center;
    margin-top: 24px;
    color: #333;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bj {
    position: absolute;
    left: 0;
    border: 0;
}

.biaoti {    
    display: flex;
    padding: 20px 12px 10px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    align-self: stretch;
    background: #C10702;
    margin-top: -5px;
}

.biaoti p {
    overflow: hidden;
    color: #FFF9F5;
    text-align: justify;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    padding-bottom: 5px;
}
.kjzj ul li:hover .biaoti p{
    color: #FFEAC2;
}
.biaoti b {
    overflow: hidden;
    color: #FFF9F5;
    text-align: right;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    border-top: 1px solid #FD9;
    padding-top: 5px;
}


/* 强国答卷 */
.qgdj{
    width: calc(100% - 1.5rem);
    margin:24px auto;
    overflow: hidden;
}

.horizontal-accordion div{
    display:none;
}
.horizontal-accordion ul li{
    padding: 12px 12px 12px 6px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-bottom: 1px dashed #FACB6E;
    background: rgba(255, 214, 133, 0.36);
    clear: both;
    display: table;
    width:95%;

}
.horizontal-accordion ul li i{
    overflow: hidden;
    color: #8F0000;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-indent: 7%;
    display: block;
    position: relative;
    
}
.horizontal-accordion ul li i::before {
    position: absolute;
    content: "";
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    background: #8F0000;
    left: 1rem;
    top: 50%;
    transform: translate(0, -50%);
}
.jians{
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
.horizontal-accordion ul li div img{
    float: left;
    width:113px;
    height:auto;
    margin-left: 15px;
    /* margin-top: 10px; */
    margin-right: 10px;
}
.horizontal-accordion ul li div span{
    overflow: hidden;
    color: #333;
    text-align: justify;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    display:block;
}
.horizontal-accordion ul li div p{
    overflow: hidden;
    color: #6C727A;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    margin-top: 5px;
    display:block;
}
.horizontal-accordion ul li:nth-child(1) div{
    display:block;
}
.jians {
    transition: transform 0.3s ease;
    /* 旋转基点按需调整 */
    transform-origin: center center;
}
.horizontal-accordion ul li:nth-child(1) .jians{
    transform: rotate(90deg);
}




.rwfc,.cjzs,.lshm,.hjzj{
    display: table;
    width: calc(100% - 1.5rem);
    margin:24px auto;
    overflow: hidden;
}



.rw ul li .rwzp {
    float: left;
    width: 100%;
    height:auto;
}
.rwlist {
    width: 100%;
    height:auto;    
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    flex: 1 0 0;
    background: url(sk11.png) no-repeat 0px -8px;
    display: inline-block;
}

.rwlist span {
    text-align: justify;
    font-family: 'MyFont', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    background: linear-gradient(104deg, #FFF 5.1%, #FFF1D6 99.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px auto;
    text-align: center;    
    display: block;
}

.rwlist p {
    text-align: justify;
    font-family: 'MyFont', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: 1px;
    background: linear-gradient(104deg, #FFF 5.1%, #FFF1D6 99.02%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px auto;
    text-align: left;
    display: block;
    width: 80%;
}

.rwlist .y {
    float: left;
    margin-left: -55px;
    margin-top: 60px;
}

.rwlist .y1 {
    float: right;
    margin-right: -55px;
    margin-top: 10px;
}

.liebiao {
    margin-top:12px;
}

.liebiao ul li {
    position: relative;
    float: left;
    margin-right: 3%;
    width: 48.5%;
    margin-bottom: 3%;
}

.liebiao ul li:nth-child(2n) {
    margin-right: 0;
}

.liebiao ul li img {
    width: 100%;
    height: auto;
}

.liebiao .bjtp {
    position: absolute;
    left: 0;
    top: 0;
}

.liebiao ul li span {
    display: flex;
    height: 50px;
    padding:10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    background: #C10702;
    overflow: hidden;
    color: #FFF9F5;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.cjtitle ul{
    display:block;
    width:100%;
    border-bottom: 1px solid #C10702;
    height: 48px;
}
.cjtitle ul li{
    float: left;
    color: #333;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    display: flex;
    padding: 8px 16px;
    align-items: center;
}
.cjtitle ul li.on{
    background: #C10702;
    color: #fff;
}
.cjzslist{
    clear: both;
    margin-top:12px;
}

.cjzslist ul li a{
    overflow: hidden;
    color: #333;
    text-align: justify;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    display: flex;
    padding: 12px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
    position: relative;
    text-indent:20px;
}
.cjzslist ul li a::before{
    position: absolute;
    content: "";
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    background: #000;
    left: .5rem;
    top: 50%;
    transform: translate(0, -50%);
}
.cjzslist ul li{
    border-bottom: 1px dashed rgba(108, 112, 122, 0.48);
}
.cjzslist ul li:nth-child(4){
    border:none;
}
.lshm_list ul li{
    float: left;
    display: flex;
    width: 44.5%;
    padding: 8px 6px 10px 6px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    border: 1px solid #C10702;
    background: #FFF;
    margin-right:3%;
    margin-bottom:3%;
}
.lshm_list ul li:nth-child(2n){
    margin-right:0;
}
.lshm_list ul li span{
    text-align: center;
    font-family: 'MyFont', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(180deg, #A10000 25.58%, #EB342F 89.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px dashed #A10000;
    padding-bottom: 5px;
}
.lshm_list ul li p{
    color: #14171F;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.zyhj_list ul li{
    float: left;    
    width:48.5%;
    margin-right:3%;
    margin-bottom:3%;
}
.zyhj_list ul li:nth-child(2n){
    margin-right:0;
}
.zyhj_list ul li img{
    width:100%;
}
.gyzjl{
    clear: both;
}
.zjl_top{
    padding: 10px 12px 16px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border: 1px solid #FACB6E;
    background: rgba(255, 214, 133, 0.36);
    height:120px;
}
.zjl_center span{
    color: #8F0000;
    text-align: left;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom:10px;
    display: block;
}
.zjl_center p{
    color: #1F1414;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.zjl_right{
    float: right;
    margin-right:10px;
    margin-top:10px;
}


.zjl_list ul li {
    border-bottom: 1px solid #D8DDEB;
    background: rgba(255, 255, 255, 0.88);
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    width:100%;
    clear: both;
    margin-top:12px;
    display: table;
    padding-bottom:10px;
    position: relative;
}


.zjl_list ul li:nth-child(2n) {
    margin-right: 0;
}

.zjl_list ul li img {
    width: 113px;
    height:auto;
    float: left;
    margin-right: 12px;
}

.zjl_list ul li a {
    overflow: hidden;
    color: #14171F;
    text-align: justify;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight:500;
    line-height: 27px;
    letter-spacing: 1.8px;    
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    width:69%;
}

.zjl_list ul li i,
.zjl_list ul li p {
    overflow: hidden;
    color: #6C707A;
    text-align: right;
    text-overflow: ellipsis;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.zjl_list ul li i {
    float: left;
}

.zjl_list ul li div {
    width:69%;
    float: right;
    height:76px;
    right:0;
}


.zjl_list ul li p {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
}











.toutiao{
    position: relative;
}
.daohang{
    position: absolute;
    right:0;
    top: 60px;
}
  /* 头部菜单按钮 */
  .header {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .menu-btn {
    width: 36px;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }
  .menu-btn span {
    width: 100%;
    height: 3px;
    background: #333;
    border-radius: 3px;
  }

  /* 遮罩层 */
  .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .mask.show {
    opacity: 1;
    visibility: visible;
  }

  /* 右侧导航容器 */
  .side-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    max-width: 320px;
    height: 100%;
    background: #C10702;
    z-index: 100;
    transform: translateX(100%); /* 默认完全移出右侧 */
    transition: transform 0.3s ease;
    overflow-y: auto;
  }
  .side-nav.show {
    transform: translateX(0);
  }

  /* 导航头部关闭区域 */
  .nav-top {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
  }
  .close-btn {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
  }

  /* 导航菜单列表 */
  .side-nav ul li a {
    display: block;
    padding: 16px 15px;
    color: #fff;
    border-bottom: 1px solid #f1f1f1;
    position: unset;
    text-align: left;
    background: linear-gradient(180deg, #FFF 0%, #FFDC97 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-indent: 20px;
  }
