@charset "utf-8";
.banner{
    position: relative;
}

.banner a img{
    display: block;
    width: 100%;
}

.title001{
    padding-bottom: .09rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #25691c;
}
.title001 .tit{
    display: flex;
    align-items: baseline;
}
.title001 h2{
    display: flex;
    align-items: baseline;
    font-size: .32rem;
    line-height: .44rem;
    color: #286b1f;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.title001 h2 img{
    display: block;
    height: .29rem;
}
.title001 h5{
    font-size: 0.18rem;
    line-height: 1;
    color: #1d7e44;
    margin-left: .12rem;
    text-transform: uppercase;
}
.title001 .more a img{
    display: block;
    height: .2rem;
    margin-left: .05rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    /#font-size: .14rem;*/
    color: #666666;
    line-height: 1;
}

.index_s1 .left{
    width: 66.66%;
}

.index_s1 .ll{
    width: 50%;
}

.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 3.4rem;
}
.list1w a h3{
    font-size: .2rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    transition: .5s;
}
.list1w a .txt{
    padding: .2rem .22rem .76rem ;
    background: url("../images/s1-img-2.jpg") no-repeat 50%/100% 100%;
}

.list1w a:hover h3{
    color: #25691c;
}
.list1w .btn_box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .26rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.list1w .page{
    font-size: 0;
    position: static;
}
.list1w .page span{
    width: .09rem;
    height: .09rem;
    margin: 0 .1rem;
    background: rgba(37, 105, 28, 0.6) no-repeat 50%/100% 100%;
    opacity: 1;
    vertical-align: middle;
}
.list1w .page span.active{
    width: .21rem;
    height: .2rem;
    margin: 0 .05rem;
    border-radius: 0;
    background-color: transparent;
    background-image: url("../images/s1-img-3.png");
}
.list1w .page_num{
    position: relative;
    padding-left: .29rem;
}
.list1w .page_num:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 1px;
    width: .24rem;
    background: #25691c;
}
.list1w .page_num li{
    font-size: .24rem;
    line-height: 1;
    color: #25691c;
    font-weight: bold;
    display: none;
}
.list1w .page_num li.active{
    display: block;
}

.index_s1 .rr{
    width: 45.83%;
}

.list_box1 li a{
    height: .98rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li time{
    display: block;
    font-size: .23rem;
    line-height: .3rem;
    color: #222222;
    flex-shrink: 0;
    margin-right: .13rem;
    min-width: .7rem;
    transition: .5s;
}
.list_box1 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .32rem;
    color: #222222;
    max-height: .64rem;
    transition: .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list_box1 li:hover h3{
    color: #11502b;
    font-weight: bold;
}
.list_box1 li:hover time{
    color: #11502b;
    font-size: .24rem;
    font-weight: bold;
}
.list_box1 li{
    border-bottom: 1px dashed #9a9a9a;
}
.index_s1 .content{
    margin-top: .19rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index_s1 .right{
    width: 30.42%;
}

.list_box2 li a{
    position: relative;
    z-index: 2;
    padding: .11rem 0 .11rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li time{
    margin-right: .15rem;
    display: block;
    min-width: .6rem;
    text-align: center;
    border: 1px solid #d3ac8b;
    transition: .5s;
    flex-shrink: 0;
}
.list_box2 li time span{
    display: block;
    font-size: .3rem;
    line-height: .34rem;
    color: #d3ac8b;
    font-weight: bold;
    transition: .5s;
}
.list_box2 li time em{
    display: block;
    font-size: .17rem;
    line-height: .23rem;
    color: #fff;
    background: #d3ac8b;
    border-top: 1px solid #d3ac8b;
    transition: .5s;
}
.list_box2 li h3{
    flex: 1;
    padding-right: .1rem;
    font-size: .2rem;
    line-height: .32rem;
    color: #222222;
    transition: .5s;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: -.12rem;
    top: 0;
    bottom: -1px;
    right: 0;
    background: url("../images/s1-img-4.png") no-repeat 50%/cover;
    opacity: 0;
    visibility: hidden;
    transition: .5s;

}
.list_box2 li{
    position: relative;
    border-bottom: 1px dashed #999999;
}
.list_box2 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_box2 li:hover time{
    background: #fff;
    border-color: #fff;
}
.list_box2 li:hover time span{
    color: #286b1f;
}
.list_box2 li:hover time em{
    color: #286b1f;
    border-top-color: #286b1f;
    background: #fff;
}
.list_box2 li:hover h3{
    font-weight: bold;
    color: #fff;
}
.list_box2{
    margin-top: .19rem;
}

.index_s1{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.list2w a{
    display: block;
}
.list2w a .pic{
    padding-top: 3.2rem;
    transition: .5s;
}
.list2w a h3{
    margin-top: .27rem;
    font-size: .25rem;
    line-height: .24rem;
    color: #000014;
    text-align: center;
    transition: .5s;
}
.list2w a:hover h3{
    color: #286b1f;
    font-weight: bold;
}

.list2w .btn{
    width: .61rem;
    height: .61rem;
    background: no-repeat 50%/100%;
    opacity: .6;
    transition: .5s;
}
.list2w .prev{
    left: -.42rem;
    background-image: url("../images/prev-1.png");
}
.list2w .next{
    right: -.42rem;
    background-image: url("../images/next-1.png");
}
.list2w .btn:hover{
    opacity: 1;
}
.list2w{
    position: relative;
    padding: 0 .5rem;
    margin-top: .49rem;
}
.index_s2{
    margin-top: .42rem;
}

.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 2.01rem;
}
.list3w{
    margin-top: .52rem;
}
.index_s3{
    margin-top: .51rem;
}

.index_page{
    padding: .79rem 0 .95rem;
    background: url("../images/index_page.jpg") top center/100% auto;
}

@media (min-width: 1026px) {
    .list2w .swiper-slide-active a .pic{
        clip-path: polygon(0 0, 100% .2rem, 100% calc(100% - .2rem), 0 100%);
    }
    .list2w .swiper-slide-next a .pic{
        clip-path: polygon(0 .2rem, 100% 0, 100% 100%, 0 calc(100% - .2rem));
    }
    .list2w .swiper-slide-next + li a .pic{
        clip-path: polygon(0 0, 100% .2rem, 100% calc(100% - .2rem), 0 100%);
    }
    .list2w .swiper-slide-next + li + li a .pic{
        clip-path: polygon(0 .2rem, 100% 0, 100% 100%, 0 calc(100% - .2rem));
    }
}

@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }
}

@media (max-width: 1025px){

    .title001{
        padding-bottom: 0;
    }
    .index_s1 .left{
        width: 100%;
    }

    .list1w a h3{
        font-size: .18rem;
    }
    .list_box1 li h3{
        font-size: .18rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .index_s1 .content{
        margin-top: .2rem;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box2{
        margin-top: .1rem;
    }
    .list_box2 li h3{
        font-size: .18rem;
    }
    .list2w a .pic{
        padding-top: 100%;
    }
    .list2w a h3{
        font-size: .18rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .list2w .btn{
        width: .4rem;
        height: .4rem;
    }
    .list2w .prev{
        left: 0;
    }
    .list2w .next{
        right: 0;
    }
    .list2w{
        padding: 0;
        margin-top: .2rem;
    }
    .index_s2{
        margin-top: .4rem;
    }
    .list3w a .pic{
        padding-top: 59.12%;
    }
    .list3w{
        margin-top: .2rem;
    }
    .index_s3{
        margin-top: .4rem;
    }
    .index_page{
        padding: .4rem 0;
    }
}

@media (max-width: 769px){
    .banner{
        margin-top: .75rem;
    }
    .index_s1 .ll{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 70.83%;
    }

    .index_s1 .rr{
        width: 100%;
        margin-top: .2rem;
    }
    .list_box1 li:hover time{
        font-size: .2rem;
    }
    .list_box1 li h3{
        line-height: .3rem;
        max-height: .6rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .list_box1 li a{
        height: .8rem;
    }
}

@media (max-width: 481px){
    .list1w a .txt{
        padding-bottom: .5rem;
    }
    .list1w .btn_box{
        bottom: .2rem;
    }
}