@charset "utf-8";
@font-face {
    font-family: 'SHSCN-Bold';
    src: url("../style/fonts/SourceHanSerifCN-Bold.otf") format("opentype");
    font-display: swap;
}
html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}



a{
    display: block;
}

body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    object-fit: cover;
}



.banner .slick-slide a p {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
    bottom: .35rem;
    width: 100%;
    max-width: 12rem;
    margin: 0 auto;
    font-size: .3rem;
    line-height: .3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 1rem;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 9;
}



.banner .slick-dots {
    /* display: none !important; */
    left: 0;
    right: 0;
    max-width: 14rem;
    margin: auto;
    text-align: right;
    bottom: .6rem;
    z-index: 9;
}

.banner .slick-dots li {
    width: auto;
    margin: 0 .2rem;
    height: .4rem;
    line-height: .4rem;
}

.banner .slick-dots li button {
    display: inline-block;
    color: #fff;
    font-size: .3rem;
    vertical-align: middle;
    width: auto;
    padding: .05rem;
    font-weight: bold;
height:.4rem;
}

.banner .slick-dots li::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: .01rem;
    background-color: #fff;
    transition: all 0.3s;
    margin-left: .1rem;
}

.banner .slick-dots li.slick-active button {
    font-size: .4rem;
    font-weight: 600;
    font-style: italic;
	height:.4rem
}

.banner .slick-dots li.slick-active::after {
    width: .6rem;
}

.banner .slick-prev {
    width: .7rem;
    height: .7rem;
  
    background-size: cover;
    left: 2%;
}

.banner .slick-next {
    width: .7rem;
    height: .7rem;

    background-size: cover;
    right: 2%;
}

.banner-tx {
    position: absolute;
    left: 8%;
    bottom: 0;
    z-index: 99;
    width: 53%;
    padding: .6rem .8rem .8rem .8rem;
    background-color: rgba(0, 0, 0, .4);
}

.banner-tx p {
    font-family: Georgia;
    font-size: .34rem;
    line-height: .5rem;
    height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.01rem;
    color: #ffffff;
}

.banner-tx a {
    font-size: .16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: .73rem;
    letter-spacing: 0rem;
    color: #ffffff;
    padding-left: .8rem;
    display: block;
        background-position: left center;
    background-size: .7rem;
}

.banner-tx a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff;


}

.s1 {
    padding-top: 1.7rem;
    padding-bottom: .8rem;
    background: url(../images/s1-bj.jpg) no-repeat;
    background-size: cover;
}

.s1-tit h2 {
    font-size: .36rem;
    letter-spacing: .02rem;
    color: #333333;
    text-align: center;
    /* background: url(../images/icon-tit.png) no-repeat; */
    background-size: .3rem !important;
    background-position: center bottom;
    padding-bottom: .35rem;
    font-family: 'SHSCN-Bold';
}

.s1-tit h2 img{vertical-align:top;height:.37rem;margin-right:10px;}

.s1-tit {
    position: relative;
}


.s1-more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
}

.s1-more a {
    background-color: #0d6db9;
    border-radius: .16rem;
    padding: 0rem .25rem;
    line-height: .36rem;
    font-size: .14rem;
    color: #ffffff;
    display: inline-block;
    margin-left: .15rem;
}

.s1-more a:hover {
    opacity: 0.7;

}

.s1-more>div {
    width: .36rem;
    height: .36rem;
    display: inline-block;
    cursor: pointer;
    vertical-align: bottom;
    margin: 0 .04rem;
}

.s1-prev {

    background: url(../images/arrow-prev.png) no-repeat;
    background-size: cover;
}

.s1-prev:hover {
    background: url(../images/arrow-prev-hover.png) no-repeat;
    background-size: cover;
}

.s1-next {

    background: url(../images/arrow-next.png) no-repeat;
    background-size: cover;
}

.s1-next:hover {

    background: url(../images/arrow-next-hover.png) no-repeat;
    background-size: cover;
}


.s1-banner .slick-slide a {
    padding: 0 .15rem;
}

.s1-banner {
    margin-top: .3rem;
}

.s1-banner .pic {
    padding-top: 66.8%;
}

.s1-tx {
    background-color: #fff;
    padding: .25rem;
    position: relative;
}

.s1-tx p {
    font-size: .18rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: .01rem;
    color: #333333;
    margin-bottom: .25rem;
}

.s1-tx span {
    display: block;
    background: url(../images/icon-date1.png) no-repeat;
     background-size: .19rem !important;
    background-position: left bottom;
    padding-left: .25rem;
    font-family: Arial;
    font-size: .16rem;
    line-height: .19rem;
    color: #666666;
    padding-top: .25rem;
    border-top: solid .01rem #eee;

}

.s1-tx::after {
    content: '';
    width: .31rem;
    height: .09rem;
    position: absolute;
    background: url(../images/icon-arrow1.png) no-repeat;
    background-size: .3rem;
    right: .25rem;
    bottom: .3rem;
}

.s1 .slick-slide a:hover .s1-tx {
    background-color: #0d6db9;
}

.s1 .slick-slide a:hover .s1-tx::after {
    background: url(../images/icon-arrow2.png) no-repeat;
    background-size: .3rem;
}

.s1 .slick-slide a:hover span {
    color: #fff;
    background: url(../images/icon-date2.png) no-repeat;
    background-position: left bottom;
    border-top: solid .01rem rgba(255, 255, 255, .4);
}

.s1 .slick-slide a:hover p {
    color: #fff;
}

.s1-list {
    margin-top: .4rem;
}

.s1-list .slick-slide a {
    padding: 0 .15rem;
}

.s2 {
    padding-top: .6rem;
    padding-bottom: .6rem;
}
.s2-list{margin-top:.25rem;}
.s2-list ul li {
    float: left;
    width: 30.333%;
    padding: .2rem .15rem;
    border: 0.01rem solid #ccc;
    margin-bottom: .15rem;
}

.s2-list ul li:hover{background: #0d6db9;}

.s2-list ul li:nth-child(3n+2) {
    margin: 0 4.5%;
}

.s2-date b {
    font-family: Arial;
    font-size: .36rem;
    line-height: .31rem;
    letter-spacing: -0.01rem;
    color: #0d6db9;
    display: block;
}

.s2-date span {
    font-family: Arial;
    font-size: .14rem;
    line-height: .31rem;
    color: #0d6db9;
    display: block;
}

.s2-date {
    float: left;
    text-align: center;
    margin-right: .15rem;
}

.s2-tx {
    padding-left: .15rem;
    overflow: hidden;
    border-left: .01rem dashed rgba(153, 153, 153, .5);
}

.s2-tx p {
    font-size: .18rem;
    line-height: .3rem;
    letter-spacing: .01rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}


.s2-list ul li a:hover p {
    text-decoration: underline;
}

.s2-list ul li:hover .s2-tx p,.s2-list ul li:hover .s2-date b,.s2-list ul li:hover .s2-date span{color:#fff;}

.s3 {
    background: url(../images/s3-bj.jpg) no-repeat;
    background-size: cover;
    padding-top: .75rem;
    padding-bottom: .8rem;
}


.s3 .s1-tit h2 {
    color: #fff;
    /* background: url(../images/icon-tit2.png) no-repeat; */
    background-position: center bottom;
    background-size: .3rem;
}

.s3-c{
    margin-top: .5rem;
    background: url(../images/s3-tx-bj.png) no-repeat;
    background-position: center bottom;
    background-size: 100% 4.24rem;
    padding-left: .6rem;
    padding-bottom: .6rem;
    position: relative;
}
.s3-banner .pic {
    padding-top: 0;
    height: 4.65rem;
}

.s3-banner {
    width: 8.1rem;
    float: left;
}
.s3-tx{
    overflow: hidden;
    padding-top: 1.6rem;
    padding-left: .4rem;
    padding-right: .22rem;
}

.s3-date{
    font-family: Arial;
	font-size: .16rem;
    display: block;
	color: #f1b128;
    padding-left: .3rem;
    background: url(../images/icon-date2.png) no-repeat;
    background-size: .16rem !important;
    background-position: left center;
    margin-bottom: .4rem;
}

.s3-tx ul li a h3{
	font-size: .22rem;
	line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #ffffff;
    margin-bottom: .2rem;
}
.s3-tx ul li h3:hover{
    text-decoration: underline;
}
.s3-tx ul li a p{
    font-size: .16rem;
    line-height: .3rem;
    height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    margin-bottom: .28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.s3-tx-more{
    text-align: right;
    
    
}


.s3-tx-more span{
    font-size: .14rem;
	line-height: .3rem;
	letter-spacing: 0rem;
	color: #ffffff;
    display: inline-block;
    background: url(../images/icon-arrow3.png) no-repeat;
    background-size: .7rem !important;
    background-position: left bottom;
    padding-right: .22rem;
    padding-left: .03rem;
    
}
.s3-tx-more:hover{
    opacity: 0.7;
}

.s3-c .s1-more{
    top: .2rem;
    bottom: auto;
    right: 0;
}

.s4{
    padding: .7rem 0;
}
.s4 .s4-tit img {
    width: .4rem;
    vertical-align: top;
    margin-left: 5px;
}
.s4-pic ul{
    float: left;

}

.s4-pic ul:first-child,.s4-pic ul:nth-child(2){
    margin-right: .3rem;
}


.s4-pic .pic{
    width: 4.13rem;
    height: 2.75rem;
    padding-top: 0;
}

.s4-pic ul li a{
    position: relative;
}



.s4-pic ul li a::after{
    content: '';
    position: absolute;
    width: 100%;
    height: .8rem;
    background: url(../images/s4-pic-zzc.png) no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
}
.s4-pic ul li{
    margin-bottom: .2rem;
}
.s4-pic ul{
    margin-top: .3rem;
}

.s4-pic ul:nth-child(2){
    transform: translateY(-0.3rem);
}

.s4-pic ul:nth-child(3){
    transform: translateY(-0.8rem);
}

.s4-l{
    float: left;
    margin-right: 4.5%;
}
.s4-l .s4-tit a,.s4-r .s4-tit a{font-family: 'SHSCN-Bold';font-size: .3rem;}
.s4-r{
    overflow: hidden;
}

.s4-date{
    text-align: center;
    float: left;
    margin-right: .2rem;
    padding-right: .2rem;
    border-right: .01rem dashed #ccc;
}
.s4-date b{
    font-family: Arial;
	font-size: .36rem;
	line-height: .31rem;
	letter-spacing: -0.01rem;
	color: #0d6db9;
    display: block;
}

.s4-date span{
    font-family: Arial;
	font-size: .14rem;
	line-height: .31rem;
	color: #0d6db9;
    display: block;
}

.s4-info{
    overflow: hidden;

}

.s4-info p {
    font-size: .22rem;
    line-height: .6rem;
    height: .6rem;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .01rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s4-list ul li a{
    padding: .2rem;
    border: solid .01rem #ccc;
    
}
.s4-list ul{
    margin-top: .2rem;
}
.s4-list ul li{
    margin-bottom: .15rem;
}

.s4-list ul li a:hover{
    background-color: #0d6db9;

}
.s4-list ul li a:hover span{
    color: #fff;
}
.s4-list ul li a:hover b{
    color: #fff;
}
.s4-list ul li a:hover p{
    color: #fff;
}


.s41-pic ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);  /* 默认4列横排，可根据需要调整 */
  gap: 24px;                              /* 网格间距，同时控制横纵间距 */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 卡片容器样式 */
.s41-pic li {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* 悬浮效果增强交互 */
.s41-pic li:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}

/* 链接继承卡片样式，保证整块可点 */
.s41-pic li a {
  text-decoration: none;
  display: block;
  color: inherit;
}

/* 图片容器：确保图片比例统一且裁剪美观 */
.s41-pic .pic {
  width: 100%;
  height: 200px;        /* 固定高度，保证横排基线统一，错位由margin-top实现 */
  overflow: hidden;
  background-color: #f5f5f5;
}

.s41-pic .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* 保证图片比例，填充容器 */
  display: block;
  transition: transform 0.4s ease;
}

.s41-pic li:hover .pic img {
  transform: scale(1.05); /* 图片放大效果 */
}

/* 文字标题样式 */
.s41-pic .s4-tx {
  padding: 14px 12px 16px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #1e2a3e;
  border-top: 1px solid #f0f0f0;
  background: #fff;
}


/* 通过 margin-top 使卡片在网格单元格内上下错落，视觉上形成韵律感 */
.s41-pic li:nth-child(1) { margin-top: 0; }
.s41-pic li:nth-child(2) { margin-top: 24px; }
.s41-pic li:nth-child(3) { margin-top: 12px; }
.s41-pic li:nth-child(4) { margin-top: 32px; }
.s41-pic li:nth-child(5) { margin-top: 8px; }
.s41-pic li:nth-child(6) { margin-top: 28px; }
.s41-pic li:nth-child(7) { margin-top: 16px; }
.s41-pic li:nth-child(8) { margin-top: 4px; }
/* 若有更多卡片，可继续扩展，或根据实际需求调整偏移数值，营造随意错落感 */



.s5{
    padding: .7rem 0;
}
.s5-y{
    margin-top: .2rem;
}

.s5-y > ul {
  display: flex !important;          
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 16px 32px;
  /* 清除可能存在的浮动影响 */
  clear: both;
}


.s5-y > ul > li {
  display: block;                    
  float: none;                       
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}


.s5-y > ul > li > a {
  display: inline-block;
  padding: 6px 12px;          /* 适当增加内边距，让背景和阴影效果更明显 */
  color: #333;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1); /* 平滑缓动 */
  cursor: pointer;
  border-radius: 4px;         /* 预先设置圆角，为背景变化做准备 */
}


.s5-y > ul > li > a:hover {
  transform: translateY(-2px);          /* 向上浮起 */
  color: #0073aa;
  background-color: #f5f5f5;           /* 浅背景 */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* 浮起阴影 */
  text-decoration: none;
}


.s5-y > ul > li > a:active {
  transform: scale(0.96) translateY(2px); /* 缩小并向下沉 */
  background-color: #e0e0e0;               /* 深色背景，模拟按压 */
  color: #0056b3;                         /* 颜色变深 */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); /* 内阴影，增强凹陷感 */
  transition: all 0.08s ease-out;          /* 极快过渡，按下瞬间完成 */
}


/* 响应式适配：平板设备显示2列 */
@media (max-width: 1024px) {
  .s41-pic ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  /* 平板下微调错位幅度，避免过度参差 */
  .s41-pic li:nth-child(n) {
    margin-top: 0;
  }
  .s41-pic li:nth-child(odd) {
    margin-top: 12px;
  }
  .s41-pic li:nth-child(even) {
    margin-top: 28px;
  }
}

/* 手机设备显示单列，取消错位保持整齐 */
@media (max-width: 640px) {
  .s41-pic ul {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .s41-pic li:nth-child(n) {
    margin-top: 0;
  }
}












@media screen and (max-width: 1200px) {
    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0;
    }
    .s4,
    .s3,
    .s2,
    .s1 {
        padding: .5rem 0;
    }

}


@media screen and (max-width: 1024px) {
    .s3-banner{
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
    }
    .s3-banner .pic {
        width: 100%;
        height: auto;
        padding-top: 64%;
    }
    .s3-c .s1-more{
        top: -0.8rem;
    }
    .s1-more>div{
        display: none;
    }
    .s3-c{
        padding: 0;
    }
    .s3-tx{
        padding: .2rem;
    }
    .s3-tx ul li a h3{
        margin-bottom: .1rem;
    }

    .s4-l{
        float: none;
        width: auto;
        height: auto;
        margin-right: 0;
        margin-bottom: .2rem;
    }
    .s4-pic ul:nth-child(2),.s4-pic ul:nth-child(3){
        transform: none;
    }
    .s4-pic ul{
        width: 50%;
        margin: 0 !important;
        padding: .1rem;
    }
    .s4-pic ul li{
        margin-top: .1rem;
    }
    .s4-pic .pic{
        width: 100%;
        height: auto;
        padding-top: 66.6%;
    }
    .s4-tit {
        margin-bottom: .2rem;
    }
    .banner .slick-slide a::before{
        content: none;
    }

}
@media screen and (max-width: 768px) {
    .s2-list ul li{
        width: 50%;
        margin: 0 !important;
        padding: .2rem .1rem;
    }
	.banner .slick-dots{bottom:.3rem;}
	.banner .slick-dots li button{font-size:.2rem;}
	.banner .slick-dots li{margin:0 .05rem;}
	.banner .slick-dots li.slick-active button{font-size:.3rem;}
}


@media screen and (max-width: 480px) {
    .s2-list ul li{
        width: 100%;
    }
}