@charset "utf-8";

.index-s1 .left{
    width: 63.75%;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 5.86rem;
}
.list1w a .txt .h3{
    position: relative;
    padding: .24rem .15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d1d4d9;
}
.list1w a .txt h3{
    flex: 1;
    font-size: .24rem;
    line-height: .36rem;
    color: #000;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
    transition: .5s;
}
.list1w a .txt time{
    display: block;
    margin-left: .2rem;
    font-size: .16rem;
    line-height: .36rem;
    color: #006a39;
    flex-shrink: 0;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.list1w a .txt .h3:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background:  #006a39;
    transition: .5s;
}
.list1w a .txt p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    margin-top: .14rem;
    padding: 0 .15rem;
}
.list1w a .txt{
    padding: .1rem .15rem;
}
.list1w a:hover .txt .h3:after{
    left: 0;
    width: 100%;
}
.list1w a:hover .txt h3{
    color: #006a39;
}
.list1w .page{
    font-size: 0;
    width: auto;
    left: auto;
    right: .19rem;
    bottom: 1.96rem;
}
.list1w .page span{
    width: .12rem;
    height: .12rem;
    margin: .05rem .11rem 0;
    opacity: 1;
    background: #b5b9b6 no-repeat 50%/100% 100%;
    vertical-align: middle;
}
.list1w .page span.active{
    width: .33rem;
    height: .2rem;
    background-image: url("../images/s1-img-2.png");
    background-color: transparent;
    border-radius: 0;
    margin: 0 .09rem 0;
}

.title001 .tit h2{
    font-size: .36rem;
    line-height: .4rem;
    color: #333333;
    text-align: center;
}
.title001 .tit h4{
    margin-top: .03rem;
    font-size: .13rem;
    line-height: .23rem;
    color: #a2a2a2;
    font-family: Arial,sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.title001 .more a img{
    display: block;
    width: .24rem;
    margin-left: .06rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .24rem;
    color: #333333;
    transition: .5s;
}

.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-s1 .right{
    position: relative;
    z-index: 2;
    width: 36.25%;
    background: #ffffff;
    padding: .38rem .2rem .22rem .2rem;
}
.index-s1 .right .title001 .tit h2,
.index-s1 .right .title001 .tit h4{
    text-align: left;
}
.index-s1 .right .title001{
    justify-content: space-between;
}

.list_box1 li a{
    position: relative;
    z-index: 2;
    padding: 0 .2rem 0 .1rem;
    height: 1.21rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.list_box1 li time{
    display: block;
    width: .76rem;
    text-align: center;
}
.list_box1 li time span{
    display: block;
    font-size: .4rem;
    line-height: 1;
    color: #006a39;
    position: relative;
    padding-bottom: .07rem;
    transition: .5s;
}
.list_box1 li time span:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    height: 1px;
    width: .56rem;
    background: #e8e9ec;
    transform: translateX(-50%);
    transition: .5s;
}
.list_box1 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #777777;
    margin-top: .05rem;
    transition: .5s;
}
.list_box1 li .txt{
    width: calc(100% - 1.08rem);
}
.list_box1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
    transition: .5s;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d1d4d9;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #006a39;
    border-radius: .3rem 0 .3rem 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 1;
}
.list_box1 li{
    position: relative;
}
.list_box1 li:hover time span{
    color: #f5daa5;
}
.list_box1 li:hover time span:after{
    background: #fff;
    opacity: .1;
}
.list_box1 li:hover time em{
    color: #fff;
}
.list_box1 li:hover h3{
    color: #fff;
}
.list_box1 li:hover:before{
    left: -.4rem;
    opacity: 1;
    visibility: visible;
}
.list_box1 li:hover a{
    margin-left: -.4rem;
    padding: 0 .3rem;
}
.list_box1{
    margin-top: .22rem;
}

.index-s1 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index-s1{
    margin-top: .28rem;
    position: relative;
    z-index: 3;
}

.list_box2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.list_box2 li{
    width: 23.75%;
    transition: width .5s;
}
.list_box2 li a{
    display: block;
    position: relative;
}

.list_box2 li a .pic{
    padding-top: 2.58rem;
    transition: .5s;
}
.list_box2 li a time img{
    display: block;
    width: .18rem;
    margin-right: .1rem;
}
.list_box2 li a time{
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 1.5rem;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    line-height: .42rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
    background: #006a39;
    border-radius: 0 .2rem 0 0;
    transition: .5s;
    z-index: 3;
}
.list_box2 li a .txt h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    transition: .5s;
}
.list_box2 li a .txt{
    background: #fff;
    padding: .13rem .17rem;
    border: 1px solid #d1d4d9;
    transition: .5s;
}
.list_box2 li.noimg a .top p{
    font-size: .16rem;
    line-height: .26rem;
    color: #fff;
    -webkit-line-clamp: 4;
    height: 1.04rem;
}
.list_box2 li.noimg a .top h5{
    font-size: .16rem;
    line-height: .26rem;
    color: #f5daa5;
    margin-top: .22rem;
}
.list_box2 li.noimg time{
    background: #be9b61;
}
.list_box2 li.noimg a .top{
    height: 2.58rem;
    padding: .39rem .35rem .42rem .29rem;
    position: relative;
    background: #006a39 url("../images/s2-img-3.png") no-repeat bottom right/contain;
    transition: .5s;
}
.list_box2 li.active time{
    background: #be9b61;
}
.list_box2 li.active .pic{
    padding-top: 2.78rem;
}
.list_box2 li.noimg.active a .top{
    height: 2.78rem;
}
.list_box2 li.active .txt h3{
    color: #fff;
}
.list_box2 li.active .txt{
    background: #006a39;
    border-color: #006a39;
}

.list_box2 li.active{
    width: 25%;
}

.list2w .btn{
    width: .38rem;
    height: .38rem;
    background: #fff no-repeat 50%/.2rem;
    border: 1px solid #be9b61;
    border-radius: .5rem;
    transition: .5s;
}

.list2w .prev{
    left: -.68rem;
    background-image: url("../images/prev-1.png");
}
.list2w .next{
    right: -.68rem;
    background-image: url("../images/next-1.png");
}
.list2w .prev:hover{
    background-image: url("../images/prev-2.png");
}
.list2w .next:hover{
    background-image: url("../images/next-2.png");
}
.list2w .btn:hover{
    background-color: #006a39;
    border-color: #006a39;
}
.list2w{
    margin-top: .35rem;
    position: relative;
}

.index-s2{
    margin-top: 1.1rem;
    position: relative;
    z-index: 2;
}

.list3w .slide a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .2rem 0 .3rem 0;
    transition: .5s;
}

.list3w .slide .pic{
    padding-top: 3.3rem;
    transition: .5s;
}
.list3w .slide .pic .a{
    background-position: top center;
}

.list3w .slide .txt h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    transition: .5s;
}
.list3w .slide .txt i{
    display: block;
    height: 1px;
    margin: .25rem 0 .16rem;
    background: #1b2a43;
    opacity: .2;
    transition: .5s;
}
.list3w .slide .txt p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
    transition: .5s;
}

.list3w .slide .txt h5{
    margin-top: .25rem;
    font-size: .16rem;
    line-height: .26rem;
    color: #f5daa5;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list3w .slide .txt{
    padding-top: .35rem;
}

.list3w .slide:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #006a39;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list3w .slide:hover .pic{
    padding-top: 3rem;
}
.list3w .slide:hover .txt h3{
    color: #fff;
}
.list3w .slide:hover .txt i{
    background: #fff;
    margin-left: -.3rem;
    margin-right: -.3rem;
}
.list3w .slide:hover .txt p{
    color: #fff;
}
.list3w .slide:hover .txt h5{
    opacity: 1;
    visibility: visible;
}
.list3w .slide:hover a{
    padding: .5rem .3rem .3rem;
}
.list3w .slide:hover:after{
    opacity: 1;
    visibility: visible;
    border-radius: .5rem 0 .5rem 0;
}
.list3w .page span{
    width: .12rem;
    height: .12rem;
    background: #006a39 no-repeat 50%/100% 100%;
    margin: .05rem .11rem 0;
    opacity: .3;
}
.list3w .page span.active{
    width: .33rem;
    height: .2rem;
    background-image: url("../images/s1-img-2.png");
    background-color: transparent;
    border-radius: 0;
    margin: 0 .09rem 0;
    opacity: 1;
}
.list3w .page{
    font-size: 0;
    position: static;
    margin-top: .4rem;
}

.list3w{
    margin-top: .44rem;
}
.index-s3 .bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10.52rem;
    background: url("../images/index-s3.jpg") no-repeat bottom center/100% auto;
    z-index: -1;
}
.index-s3{
    position: relative;
    padding: 1.35rem 0 1.09rem;
}


.index-s4 .top li{
    width: 49.625%;
}
.index-s4 .top li a,
.index-s4 .bot li{
    display: block;
    position: relative;
}
.index-s4 .top li a .pic{
    padding-top: 4.38rem;
}
.index-s4 .top li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 32%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, transparent);
}
.index-s4 .top li a h4,
.index-s4 .bot li a h4{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .14rem;
    padding: 0 .32rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    z-index: 3;
    transition: .5s;
}
.index-s4 .top li:hover a h4,
.index-s4 .bot li:hover a h4{
    bottom: .2rem;
}
.index-s4 .bot li{
    width: 24.4375%;
}
.index-s4 .bot li a .pic{
    padding-top: 2.18rem;
}
.index-s4 .bot li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 32%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, transparent);
}

.index-s4 .bot{
    margin-top: .12rem;
}
.index-s4 .tab-tit .tit{
    margin: 0 .24rem;
    cursor: pointer;
    opacity: .6;
    transition: .5s;
}
.index-s4 .tab-tit .tit h2{
    color: #fff;
}
.index-s4 .tab-tit .tit h4{
    color: #fff;
    opacity: 0;
    transition: .5s;
}
.index-s4 .tab-tit .tit.active h4{
    opacity: .7;
}
.index-s4 .tab-tit .tit.active{
    opacity: 1;
}
.index-s4 .tab-tit{
    display: flex;
    align-items: center;
}

.index-s4 .title001 .more a{
    color: #fff;
    display: none;
}
.index-s4 .title001 .more a.active{
    display: flex;
}

.index-s4 .tab-cont .child{
    display: none;
}
.index-s4 .tab-cont .child.active{
    display: block;
}
.index-s4 .tab-cont .child.active .top,
.index-s4 .tab-cont .child.active .bot{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s4 .tab-cont .child.active .bot{
    animation-delay: .2s;
}
.index-s4 .tab-cont{
    margin-top: .5rem;
}
.index-s4 .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 6.42rem;
    background: url("../images/index-s4.png") no-repeat 50%/cover;
}
.index-s4{
    padding: .87rem 0 1.75rem;
    position: relative;
    z-index: 2;
}

.index-s5 .left{
    width: 52.125%;
    position: relative;
    z-index: 2;
    padding-top: .59rem;
}
.index-s5 .left .ll{
    width: 1.5rem;
    padding: .1rem 0 1.24rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.index-s5 .tab-tit .li span{
    display: block;
    font-size: .2rem;
    line-height: .6rem;
    color: #fff;
    position: relative;
    text-align: center;
    transition: .5s;
}
.index-s5 .tab-tit .li span:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 0;
    background: #fff;
    transition: .5s;
}
.index-s5 .tab-tit .li{
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.index-s5 .tab-tit .li:not(:first-child){
    margin-top: .1rem;
}
.index-s5 .tab-tit .li.active span:after{
    left: 0;
    width: 100%;
}
.index-s5 .tab-tit .li.active span{
    color: #f5daa5;
}
.index-s5 .tab-tit{
    width: 100%;
    padding: .31rem .18rem .98rem;
    position: relative;
    background: url("../images/s5-img-1.png") no-repeat 50%/100% 100%;
}

.index-s5 .ll .more a{
    display: none;
    align-items: center;
    font-size: .18rem;
    line-height: .24rem;
    color: #fff;
    transition: .5s;
}
.index-s5 .ll .more a img{
    display: block;
    width: .24rem;
    margin-left: .05rem;
}
.index-s5 .ll .more a.active{
    display: flex;
}
.index-s5 .ll .more a:hover{
    color: #f5daa5;
}

.index-s5 .left .rr{
    width: calc(100% - 2.54rem);
    background: #fff;
    padding: 0 .57rem 0 .83rem;
    border-radius: 1rem 0 0 0;
}

.list_box3 li a{
    display: block;
    padding: .49rem 0 .48rem;
}
.list_box3 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    transition: .5s;
}
.list_box3 li time{
    margin-top: .17rem;
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .26rem;
    color: #666666;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.list_box3 li time img{
    display: block;
    width: .18rem;
    margin-right: .08rem;
}
.list_box3 li:not(:last-child){
    border-bottom: 1px solid #babfc6;
}
.list_box3 li:hover h3{
    color: #006a39;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.list_box3 li{
    opacity: 0;
}
.index-s5 .tab-cont .gd a{
    display: flex;
    align-items: center;
    color: #000;
    line-height: .24rem;
}
.index-s5 .tab-cont .gd a img{
    display: block;
    width: .18rem;
    margin-left: .05rem;
}
.index-s5 .tab-cont .gd{
    margin-top: .2rem;
    display: none;
    justify-content: center;
}
.index-s5 .tab-cont .child{
    display: none;
}
.index-s5 .tab-cont .child.active{
    display: block;
}
.index-s5 .tab-cont .child.active .list_box3 li{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s5 .tab-cont .child.active .list_box3 li:nth-child(2){
    animation-delay: .2s;
}
.index-s5 .tab-cont .child.active .list_box3 li:nth-child(3){
    animation-delay: .3s;
}
.index-s5 .tab-cont .child.active .list_box3 li:nth-child(4){
    animation-delay: .4s;
}
.index-s5 .left:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: .66rem;
    left: calc((100vw - 16rem) / -2);
    background:#006a39 url("../images/s5-img-3.png") no-repeat left bottom/contain;
}

.index-s5 .right{
    width: 41.25%;
    margin-top: .09rem;
}
.index-s5 .right .title001 .tit h4,
.index-s5 .right .title001 .tit h2{
    text-align: left;
}
.index-s5 .right .title001{
    justify-content: space-between;
}

.index-s5 .right .top a{
    display: block;
    position: relative;
}

.index-s5 .right .top a .pic{
    padding-top: 4.06rem;
}
.index-s5 .right .top a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
}
.index-s5 .right .top a time{
    margin-top: .1rem;
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.index-s5 .right .top a .txt{
    position: relative;
    margin-top: -.61rem;
    padding: .27rem .3rem ;
    background: #006a39;
    border-radius: 0 .6rem 0 0;
    z-index: 3;
}
.index-s5 .right .top{
    margin-top: .39rem;
}
.list_box4 li a{
    height: .86rem;
    padding: 0 .3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_box4 li a img{
    display: block;
    width: .36rem;
    flex-shrink: 0;
    margin-right: .14rem;
}
.list_box4 li a h3{
    flex: 1;
    font-size: .2rem;
    color: #333333;
    transition: .5s;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d1d4d9;
}
.list_box4 li:before{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #006a39;
    transition: .5s;
    z-index: 1;
}
.list_box4 li:last-child:after,
.list_box4 li:last-child:before{
    display: none;
}
.list_box4 li:hover:before{
    left: 0;
    width: 100%;
}
.list_box4 li:hover a h3{
    color: #006a39;
}
.list_box4 li{
    position: relative;
}

.index-s6 .left{
    width: 23.8125%;
    margin-top: .2rem;
}
.mt-list li{
    position: relative;
    width: .46rem;
    height: .46rem;
}
.mt-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 1px solid #006a39;
    border-radius: 50%;
    transition: .5s;
}
.mt-list li a img{
    display: block;
    max-width: .36rem;
    max-height: .22rem;
}
.mt-list li a .img-2{
    display: none;
}
.mt-list li span{
    width: .92rem;
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0 0 8px rgba(0, 106, 57, 0.23);
    padding: 2px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    z-index: 15;
    display: flex;
    text-align: center;
    font-size: .14rem;
    color: #444;
}
.mt-list li span:before {
    content: '';
    border: 5px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.mt-list li span img{
    display: block;
    width: 100%
}

.mt-list li:hover span {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}
.mt-list li:hover a .img-2{
    display: block;
}
.mt-list li:hover a .img-1{
    display: none;
}
.mt-list li:hover a{
    background: #006a39;
}

.mt-list{
    padding-left: .3rem;
    position: relative;
    z-index: 2;
}


.index-s6 .content .img-box a{
    display: block;
    position: relative;
}
.index-s6 .content .img-box a .ico img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.index-s6 .content .img-box a .ico{
    position: absolute;
    left: 0;
    top: 0;
    width: .75rem;
    height: .67rem;
    z-index: 3;
}
.index-s6 .content .img-box a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    max-height: .6rem;
}

.index-s6 .content .img-box a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 .3rem .26rem;
    z-index: 3;
    transition: .5s;
}
.index-s6 .content .img-box a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 33%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%,transparent 100%);
}
.index-s6 .content .img-box a:hover .txt{
    bottom: .1rem;
}

.index-s6 .left .img-box a .pic{
    padding-top: 6.05rem;
}
.index-s6 .left .bot{
    margin-top: .74rem;
}

.index-s6 .right{
    width: 75%;
}

.index-s6 .right .top li:nth-child(1){
    width: 68.16%;
}
.index-s6 .right .top li:nth-child(2){
    width: 30.08%;
}
.index-s6 .right .top .img-box a .pic{
    padding-top: 4.27rem;
}
.index-s6 .right .bot li:nth-child(1){
    width: 48.91%;
}
.index-s6 .right .bot li:nth-child(2){
    width: 49.33%;
}
.index-s6 .right .bot .img-box a .pic{
    padding-top: 3.01rem;
}
.index-s6 .right .bot{
    margin-top: .17rem;
}

.index-s6 .content{
    margin-top: .44rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.index-s6{
    border-radius: 0 0 2.4rem 0;
    padding: 1rem 0 2.6rem;
    background: url("../images/index-s6.png") no-repeat bottom center/100% auto;
}

@media screen and (min-width: 1025px){
    .list_box2{
        height: 3.66rem;
    }
}
@media (max-width: 1199px){
    .index-s5 .left:after{
        left: -15px;
    }
}
@media (max-width: 1025px){
    .index-s1 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 57.45%;
    }
    .list1w a .txt{
        padding: .1rem ;
    }
    .list1w a .txt .h3{
        padding: .1rem 0;
    }
    .list1w a .txt h3{
        font-size: .2rem;
    }
    .list1w a .txt time{
        margin-left: .15rem;
    }
    .list1w a .txt p{
        padding: 0 ;
        margin-top: .1rem;
    }
    .list1w .page{
        bottom: 1.5rem;
        right: .1rem;
    }
    .list1w .page span{
        width: .1rem;
        height: .1rem;
        margin: .03rem .05rem 0;
    }
    .list1w .page span.active{
        width: .24rem;
        height: .14rem;
        margin: 0 .05rem;
    }
    .index-s1 .right{
        width: 100%;
        padding: 0;
        margin-top: .4rem;
    }
    .title001 .tit h2{
        font-size: .22rem;
        line-height: .3rem;
    }
    .title001 .more a{
        font-size: .16rem;
    }
    .title001 .more a img{
        width: .18rem;
    }
    .list_box1 li a{
        height: 1rem;
        padding: 0;
    }
    .list_box1 li time span{
        font-size: .36rem;
    }
    .list_box1 li:before{
        border-radius: .2rem 0 .2rem 0;
    }
    .list_box1 li:hover a{
        padding: 0;
        margin: 0;
    }
    .list_box1 li:hover:before{
        left: -15px;
        right: -15px;
    }
    .list_box1{
        margin-top: .15rem;
    }
    .list_box2 li{
        width: 49% !important;
    }
    .list_box2{
        gap: .2rem 2%;
    }
    .list_box2 li a .pic{
        padding-top: 32vw !important;
    }
    .list_box2 li.noimg a .top{
        height: 32vw!important;
    }
    .list_box2 li.noimg:hover a .txt h3{
        color: #006a39;
    }
    .list_box2 li.noimg:hover a .txt{
        border-color: #006a39;
    }
    .list2w{
        margin-top: .2rem;
    }
    .index-s2 {
        margin-top: 0.4rem;
    }
    .list3w .slide .pic{
        padding-top: 30vw !important;
    }
    .list3w .slide .txt i{
        margin: .1rem 0;
    }
    .list3w .slide .txt h5{
        margin-top: .1rem;
    }
    .list3w .slide .txt{
        padding-top: .15rem;
    }
    .list3w .slide a{
        padding: .2rem 0;
    }
    .list3w .slide:hover .txt i{
        margin-left: -.2rem;
        margin-right: -.2rem;
    }
    .list3w .slide:hover a{
        padding: .2rem;
    }
    .list3w .slide:hover:after{
        border-radius: .2rem 0;
    }
    .list3w .page span{
        width: .1rem;
        height: .1rem;
        margin: .03rem .05rem 0;
    }
    .list3w .page span.active{
        width: .24rem;
        height: .14rem;
        margin: 0 .05rem;
    }
    .list3w .page{
        margin-top: .15rem;
    }
    .list3w{
        margin-top: .15rem;
    }
    .index-s3{
        padding: .4rem 0;
    }
    .index-s4 .top li a .pic{
        padding-top: 26vw;
    }
    .index-s4 .bot li a .pic {
        padding-top: 13vw;
    }
    .index-s4 .top li a h4, .index-s4 .bot li a h4{
        padding: 0 .15rem;
    }
    .index-s4 .tab-cont{
        margin-top: .15rem;
    }
    .index-s4 .bg{
        height: 36.2vw;
    }
    .index-s4{
        padding: .4rem 0;
    }
    .index-s5 .left{
        width: 100%;
        padding: .4rem 0;
    }
    .index-s5 .left .ll{
        width: 1.3rem;
        padding: 0 0 .2rem;
    }
    .index-s5 .tab-tit .li span{
        line-height: .5rem;
    }
    .index-s5 .tab-tit{
        padding: .2rem .15rem .8rem;
    }
    .index-s5 .left .rr{
        width: calc(100% - 1.8rem);
        padding: 0 .3rem;
        border-radius: .3rem 0 0 0;
    }
    .list_box3 li a{
        padding: .2rem 0;
    }
    .list_box3 li time{
        margin-top: .1rem;
    }
    .index-s5 .left:after{
        bottom: 0;
    }
    .index-s5 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .index-s5 .right .top a .pic{
        padding-top: 61.52%;
    }
    .index-s5 .right .top a .txt{
        padding: .2rem;
        border-radius: 0 .2rem 0 0;
    }
    .index-s5 .right .top{
        margin-top: .15rem;
    }
    .list_box4 li a{
        height: .8rem;
        padding: 0;
    }

    .index-s6 .left{
        width: 100%;
        margin-top: 0;
    }
    .mt-list li a img{
        max-width: .24rem;
        max-height: .2rem;
    }
    .mt-list li{
        width: .4rem;
        height: .4rem;
    }
    .mt-list ul{
        justify-content: center;
        gap: .1rem .2rem;
    }
    .mt-list{
        padding: 0 ;
    }
    .index-s6 .left .bot{
        margin-top: .2rem;
    }
    .index-s6 .left .img-box a .pic{
        padding-top: 54vw;
    }
    .index-s6 .content .img-box a .ico{
        width: 6rem;
        height: .6rem;
    }
    .index-s6 .content .img-box a .txt{
        padding: 0 .15rem .1rem;
    }
    .index-s6 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .index-s6 .right .top .img-box a .pic{
        padding-top: 34vw;
    }
    .index-s6 .right .bot .img-box a .pic{
        padding-top: 26vw;
    }
    .index-s6 .content{
        margin-top: .2rem;
    }
    .index-s6{
        padding: .4rem 0;
        border-radius: 0;
    }
}

@media (max-width: 769px){
    .list_box1 li .txt {
        width: calc(100% - 0.9rem);
    }
    .list_box2 li.noimg a .top h5{
        margin-top: .1rem;
    }
    .list_box2 li.noimg a .top{
        padding: .2rem .2rem .5rem;
    }
    .index-s4 .top li{
        width: 49.5%;
    }
    .index-s4 .bot li{
        width: 49.5%;
    }
    .index-s4 .bot ul{
        gap: .12rem 1%;
    }

    .index-s4 .top li a .pic,
    .index-s4 .bot li a .pic{
        padding-top: 55.16%;
    }
    .index-s4 .bg {
        height: 39.3vw;
    }
    .index-s5 .left .ll{
        width: 100%;
    }
    .index-s5 .tab-tit .li{
        min-width: 1.2rem;
        margin: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: .05rem;
    }
    .index-s5 .tab-tit{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        gap: .15rem .2rem;
        background: none;
        border-radius: .1rem;
    }
    .index-s5 .left .ll .more{
        display: none;
    }
    .index-s5 .left .rr{
        width: 100%;
        padding: 0 .2rem .2rem;
        border-radius: .1rem ;
        margin-top: .2rem;
    }
    .index-s5 .tab-cont .gd{
        display: flex;
    }
    .index-s5 .left:after{
        right: -15px;
    }
    .index-s6 .content .img-box a .ico{
        width: .45rem;
        height: .45rem;
    }
    .index-s6 .content .img-box a h3{
        font-size: .18rem;
    }

}

@media (max-width: 641px){
    .index-s6 .right .top li:nth-child(1){
        width: 100%;
    }
    .index-s6 .right .top li:nth-child(2){
        width: 100%;
    }
    .index-s6 .right .top .img-box a .pic {
        padding-top: 50vw;
    }
    .index-s6 .right .bot .img-box a .pic{
        padding-top: 29vw;
    }
    .index-s6 .right .top ul{
        gap: .2rem 0;
    }
    .list_box2 li{
        width: 100% !important;
    }
    .list_box2 li a .pic {
        padding-top: 50vw !important;
    }
    .list_box2 li.noimg a .top{
        height: auto !important;
    }
    .list_box2 li a time{
        padding: 0 .1rem;
    }
    .index-s4 .tab-tit .tit{
        margin: 0 .02rem;
    }
    .index-s6 .content .img-box a h3{
        line-height: .26rem;
        max-height: .52rem;
    }

}
@media (max-width: 481px){
    .index-s4 .top li,
    .index-s4 .bot li{
        width: 100%;
    }
    .index-s4 .top ul{
        gap: .12rem 1%;
    }
    .list3w .slide .pic{
        padding-top: 58vw!important
    }
    .index-s5 .right .top a .txt{
        padding: .1rem;
    }
    .index-s6 .right .bot li{
        width: 100% !important;
    }
    .index-s6 .right .bot ul{
        gap: .17rem 0;
    }
    .index-s6 .right .bot .img-box a .pic{
        padding-top: 47vw;
    }

}
/*2025-11-12*/
.index-s6 .content .img-box{
    position: relative;
}
.index-s6 .content .img-box .gd img{
    display: block;
    width: .2rem;
    margin-left: .02rem;
}
.index-s6 .content .img-box .gd{
    position: absolute;
    right: .1rem;
    top: .1rem;
    font-size: .16rem;
    line-height: .32rem;
    color: #fff;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .8rem;
    background: #006a39;
    border-radius: 50vw;
}
.index-s6 .content .img-box .gd:after{
    display: none;
}


/*2025-12-23*/

.index-s6 .right .top li:nth-child(1){
    width: 32.16%;
}
.index-s6 .right .top li:nth-child(2){
    width: 32.16%;
}
.index-s6 .right .top li:nth-child(3){
    width: 32.16%;
}
.index-s6 .right .bot li:nth-child(1){
    width: 58.83%;
}
.index-s6 .right .bot li:nth-child(2){
    width: 39.33%;
}

.list4w{
    padding: .4rem .3rem .25rem;
    background: #006a39 url("../images/xb.png") no-repeat bottom right/100% auto;
}
.list4wBox1 .slide-a1 li a{
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    background: #edfff7;
}
.list4wBox1 .slide-a1 li .pic{
    padding-top: 4.75rem;
    transition: all .5s;
}
.list4wBox2 h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    text-align: center;
}
.list4wBox2{
    margin-top: .17rem;
}

@media (min-width: 1025px){
    .list4wBox1 .slide-a1{
        width: 4.95rem;
        transform: rotate3d(0, 0, 1, 90deg);
        transform-origin: top right;
        position: absolute;
        top: 100%;
        right: 0;
    }
    .list4wBox1 {
        position: relative;
        height: 4.95rem;
    }
    .list4wBox1 .slide-a1 .swiper-slide{width: 4.75rem;height: 3.21rem; overflow: hidden;}
    .list4wBox1 .slide-a1 .swiper-slide  .item{transform: rotate3d(0,0,1,-90deg);transform-origin:top left;position: absolute;left: 0;top: 100%;width: 3.21rem;height: 4.75rem; }
    .list4wBox1 .slide-a1 .swiper-slide-next a{background: #ccd8d3}
    .list4wBox1 .slide-a1 .swiper-slide .pic{opacity: 0}
    .list4wBox1 .slide-a1 .swiper-slide-active .pic{opacity: 1}
}
@media (max-width: 1025px) {
    .list4wBox1 .slide-a1 li .pic{
        height: auto;
        padding-top: 147.98%;
    }
    .list4w{
        padding: .2rem;
    }
}
@media (max-width: 641px) {
    .index-s6 .right .top li:nth-child(1){
        width: 100%;
    }
    .index-s6 .right .top li:nth-child(2){
        width: 49%;
    }
    .index-s6 .right .top li:nth-child(3){
        width: 49%;
    }
    .index-s6 .right .bot li:nth-child(1){
        width: 49%;
    }
    .index-s6 .right .bot li:nth-child(2){
        width: 49%;
    }
    .index-s6 .right .bot .img-box a .pic{
        padding-top: 50vw;
    }
}
@media (max-width: 481px) {
    .index-s6 .right .top li:nth-child(2){
        width: 100%;
    }
    .index-s6 .right .top li:nth-child(3){
        width: 100%;
    }
}
@media (max-width: 769px) {
    .index-s5 .tab-tit .li{
        width:32%
    }
     .index-s5 .tab-tit{
         gap:.15rem 2%
     }
}