@charset "utf-8";

.title001{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 h2{
    display: flex;
    align-items: center;
    font-size: .36rem;
    line-height: .4rem;
    color: #0559a6;
    font-family: 'SourceHanSerifCN-Heavy',sans-serif;
}
.title001 h2 img{
    display: block;
    width: .35rem;
    margin-right: .1rem;
}
.title001 .more a{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #888888;
    transition: .5s;
}
.title001 .more a:hover{
    color: #0559a6;
}



.index-s1 .content{
    margin-top: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 0 .25rem rgba(186, 186, 186, 0.15);
}
.index-s1 .left{
    width: 57.22%;
}

.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 5.87rem;
}
.index-s1 .right{
    width: 42.78%;
    background: #fff;
}

.list_box1 li .show{
    position: relative;
    font-size: .18rem;
    line-height: .54rem;
    color: #333333;
    padding-left: .26rem;
    border-bottom: 1px solid #d9d9d9;
}
.list_box1 li .show:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .07rem;
    height: .07rem;
    background: #0559a6;
    border-radius: 50%;
    transform: translateY(-50%);
}
.list_box1 li:last-child .show{
    border: none;
}
.list_box1 li .hide a{
    padding: .28rem .37rem .2rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    transition: .5s;
}
.list_box1 li .hide time{
    display: block;
    width: .65rem;
    text-align: center;
    color: #1c7b46;
    opacity: 0;
}
.list_box1 li .hide time span{
    display: block;
    font-size: .44rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Heavy',sans-serif;
}
.list_box1 li .hide time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .03rem;
}

.list_box1 li .hide time b{
    margin-top: .24rem;
    display: block;
    height: .38rem;
    background: url("/images/s1-img-2.png") no-repeat 50%/auto 100%;
}

.list_box1 li .hide .txt{
    width: calc(100% - 1.06rem);
    margin-top: .03rem;
}
.list_box1 li .hide h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
    transition: .5s;
    opacity: 0;
}

.list_box1 li .hide p{
    font-size: .16rem;
    line-height: .28rem;
    color: #999999;
    height: .56rem;
    margin-top: .13rem;
    opacity: 0;
}
.list_box1 li .hide .bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 53.88%;
    background: linear-gradient(360deg, #e7faf0 0, #ffffff 100%) ;
}
.list_box1 li .hide .bg:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: #008742;
}
.list_box1 li .hide:before{
    position: absolute;
    content: '';
    right: 100%;
    top: 50%;
    border: .12rem solid transparent;
    border-right-color: #fff;
    transform: translateY(-50%);
}
.list_box1 li .hide {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-left: -.42rem;
    margin-right: -.3rem;
    display: none;
}

.list_box1 li.active .hide{
    display: block;
}
.list_box1 li.active .show{
    display: none;
}
.list_box1 li.active .hide time,
.list_box1 li.active .hide h3,
.list_box1 li.active .hide p{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list_box1 li.active .hide .bg:after{
    animation: line-right .5s linear;
}
.list_box1 li.active .hide h3{
    animation-delay: .2s;
}
.list_box1 li.active .hide p{
    animation-delay: .3s;
}
.list_box1 {
    padding: 0 .3rem;
}
@keyframes line-right { 0%{right: 100%;} 100%{right: 0;} }

@keyframes margin { 0%{right: 100%;} 100%{right: 0;} }


.index-s2{
    margin-top: 2.93rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s2 .left{
    width: 49.09%;
    background: #fff url("../images/s2-img-2.png")repeat-x top center/100% auto;
    padding: .48rem .35rem .51rem .48rem;
    box-shadow: 0 0 .25rem rgba(186, 186, 186, 0.15);
}

.index-s2 .top-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s2 .list2w-pic{
    width: 42.31%;
}

.list2w-pic a{
    display: block;
}
.list2w-pic a .pic{
    padding-top: 1.96rem;
}
.index-s2 .list2w-txt{
    width: 51.93%;
    position: relative;
}

.list2w-txt a{
    display: block;
    padding: .18rem 0;
}
.list2w-txt a time{
    display: block;
    font-size: .16rem;
    line-height: .28rem;
    color: #1c7b46;
}
.list2w-txt a h3{
    margin-top: .1rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    -webkit-line-clamp: 3;
    max-height: .9rem;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
    transition: .5s;
}
.list2w-txt a:hover h3{
    color: #1c7b46;
}
.list2w-txt .page{
    position: absolute;
    left: 0;
    font-size: 0;
    bottom: .2rem;
}
.list2w-txt .page span{
    display: inline-block;
    width: .1rem;
    height: .1rem;
    margin-right: .15rem;
    background: #c2c2c2;
    opacity: 1;
}
.list2w-txt .page span.active{
    background: #137840;
}

.index-s2 .bot-box li{
    position: relative;
    line-height: .52rem;
    border-bottom: 1px solid #d9d9d9;
}
.index-s2 .bot-box li:before{
    position: absolute;
    content: '';
    left: .03rem;
    top: 50%;
    width: .07rem;
    height: .07rem;
    background: #0559a6;
    border-radius: 50%;
    transform: translateY(-50%);
}
.index-s2 .bot-box li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: -1px;
    height: .02rem;
    background: #1c7b46;
    transition: .5s;
}
.index-s2 .bot-box li a{
    font-size: .18rem;
    color: #000033;
    padding-left: .26rem;
    padding-right: .8rem;
    transition: .5s;
}
.index-s2 .bot-box li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .16rem;
    color: #1c7b46;
}
.index-s2 .bot-box li:hover a{
    color: #1c7b46;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.index-s2 .bot-box li:hover:after{
    right: 0;
}
.index-s2 .left .bot-box{
    margin-top: .26rem;
}
.index-s2 .left .top-box{
    margin-top: .5rem;
}

.index-s2 .right{
    width: 49.09%;
    background: #fff url("../images/s2-img-2.png")repeat-x top center/100% auto;
    padding: .48rem .35rem .51rem .48rem;
    box-shadow: 0 0 .25rem rgba(186, 186, 186, 0.15);
}
.index-s2 .right .top-box{
    margin-top: .44rem;
}
.index-s2 .right .bot-box{
    margin-top: .31rem;
}

.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 1.8rem;
}

.index-s3{
    margin-top: .46rem;
}

.index-s1-s2-s3{
    margin-top: 1.45rem;
    padding: .51rem 0 .52rem;
    background: #f9f9f9 url("../images/index-s1.png") no-repeat top center/19.2rem auto;
}

.index-s4 .wp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-s4 .left{
    width: 49.09%;
}

.list_box2 li a{
    display: block;
    padding: .16rem 0 .15rem;
}
.list_box2 li h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    transition: .5s;
}
.list_box2 li time{
    display: block;
    font-size: .16rem;
    line-height: .26rem;
    color: #1c7b46;
    margin-top: .04rem;
}
.list_box2 li{
    position: relative;
    border-bottom: 1px solid #d9d9d9;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .02rem;
    background:  #1c7b46;
    transition: .5s;
}
.list_box2 li:last-child{
    border: none;
}
.list_box2 li:hover:after{
    right: 0;
}
.list_box2 li:hover h3{
    color: #1c7b46;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.list_box2{
    margin-top: .39rem;
    padding: .2rem .35rem;
    background: #fff;
}

.index-s4 .right{
    width: 49.09%;
}

.list4w a{
    display: block;
}
.list4w a .pic{
    padding-top: 4.89rem;
}

.list4w .btn{
    width: .44rem;
    height: .44rem;
    background: #fff no-repeat 50%/.08rem;
    border-radius: 50%;
    transition: .5s;
}
.list4w .prev{
    left: .2rem;
    background-image: url("/images/prev-1.png");
}
.list4w .next{
    right: .2rem;
    background-image: url("/images/next-1.png");
}
.list4w .prev:hover{
    background-image: url("/images/prev-2.png");
}
.list4w .next:hover{
    background-image: url("/images/next-2.png");
}
.list4w .btn:hover{
    background-color: #0b4e95;
}
.list4w {
    margin-top: .39rem;
}

.index-s4 .title001 h2{
    color: #fff;
}
.index-s4 .title001 .more a{
    color: #fff;
}

.index-s4 {
    padding: .76rem 0 .84rem;
    background: url("/images/index-s4.jpg") no-repeat bottom center/cover;
}
.index-s5 .wp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s5 .left{
    width: 32%;
    padding: .48rem .37rem .44rem;
    background: #fff url("../images/s2-img-2.png")repeat-x top center/100% auto;
    box-shadow: 0 0 .25rem rgba(186, 186, 186, 0.15);
}
.list_box3 li{
    position: relative;
}
.list_box3 li:not(:last-child):after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: -1px;
    height: .02rem;
    background: #1c7b46;
    transition: .5s;
}
.list_box3 li a{
    padding: .27rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li time{
    width: .65rem;
    display: block;
    text-align: center;
    color: #0559a6;
    transition: .5s;
}
.list_box3 li time span{
    display: block;
    font-size: .44rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Heavy',sans-serif;
}
.list_box3 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .04rem;
}
.list_box3 li .txt{
    width: calc(100% - .87rem);
    margin-top: .02rem;
}

.list_box3 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    max-height: .6rem;
    transition: .5s;
}
.list_box3 li:not(:last-child){
    border-bottom: 1px solid #d9d9d9;
}
.list_box3 li:hover h3{
    color: #1c7b46;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}
.list_box3 li:hover:after{
    right: 0;
}
.list_box3 li:hover time{
    color: #1c7b46;
}

.list5w .btn-box{
    margin-top: .02rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list5w .btn{
    position: static;
    width: .14rem;
    height: .14rem;
    transform: none;
    background: transparent no-repeat 50%/.08rem;
}
.list5w .prev{
    background-image: url("/images/prev-3.png");
}
.list5w .next{
    background-image: url("/images/next-3.png");
}
.list5w .page{
    position: static;
    font-size: 0;
    margin: 0 .2rem;
}
.list5w .page span{
    width: .1rem;
    height: .1rem;
    margin: 0 .075rem;
    background: #c2c2c2;
    opacity: 1;
}
.list5w .page span.active{
    background: #137840;
}
.list5w{
    margin-top: .27rem;
}

.index-s5 .center{
    width: 32%;
    position: relative;
    z-index: 2;
    padding: .49rem .32rem .54rem .4rem;
    background: #fff url("../images/s2-img-2.png")repeat-x top center/100% auto;
    box-shadow: 0 0 .25rem rgba(186, 186, 186, 0.15);
}

.list_box4 li{
   width: 100%;
    margin-top: .58rem;
}
.list_box4 li:nth-child(-n+1){
    margin-top: 0;
}
.list_box4 li a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box4 li .img-box{
    width: .98rem;
}
.list_box4 li .img_hezi{
    padding-top: 100%;
}
.list_box4 li .img_zd{
    border-radius: 50%;
}
.list_box4 li .txt-box{
    width: calc(100% - 1.18rem);
}
.list_box4 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    transition: .5s;
}
.list_box4 li h4{
    font-size: .18rem;
    line-height: .34rem;
    color: #999999;
    font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.list_box4 li .txt{
    margin-top: .22rem;
    padding: .065rem 0 .065rem .18rem;
    border-left: 1px solid #d9d9d9;
}
.list_box4 li:hover h3{
    color: #1c7b46;
    font-family: 'SourceHanSansCN-Bold',sans-serif;
}

.list_box4{
    margin-top: .55rem;
    position: relative;
    z-index: 2;
}
.index-s5 .center:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4.56rem;
    background: url("/images/s5-img-2.png") no-repeat bottom center/auto 100%;
    z-index: 1;
}
.index-s5 .right{
    width: 32%;
    padding: .48rem .37rem .44rem;
    background: #fff url("../images/s2-img-2.png")repeat-x top center/100% auto;
    box-shadow: 0 0 .25rem rgba(186, 186, 186, 0.15);
}

.index-s5{
    padding: .77rem 0 .85rem;
    background: #f9f9f9 url("../images/index-s5.png") no-repeat bottom center/100% auto;
}

.list_mt{
    display: flex;
    position: absolute;
    top: -.89rem;
    right: 1.32rem;
    z-index: 5;
}
.list_mt .li{
    position: relative;
    margin-left: .3rem;
}
.list_mt .li a{
    display: block;
    border-radius: 50%;
    box-shadow:  0 0 .25rem rgba(158, 158, 158, 0.25);
}
.list_mt .li a img{
    display: block;
    width: .5rem;
    height: .5rem;
}
.list_mt .li .ewm{

}
.list_mt .li .ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(.3rem);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    width: 1.1rem;
    height: 1.1rem;
    background: #fff;
    box-shadow: 0px 2px 9.5px 0.5px rgba(1, 1, 1, 0.21);
    padding: .1rem;
    border-radius: .1rem;
    text-align: center;z-index:1;
}

.list_mt .li .ewm img {
    display: block;
    width: 100%;
}

.list_mt .li .ewm:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -.08rem;
    margin-left: -.06rem;
    border-bottom: #fff .08rem solid;
    border-left: transparent .06rem solid;
    border-right: transparent .06rem solid;
}
.list_mt .li:hover .ewm {
    transform: translateX(-50%) translateY(.1rem);
    opacity: 1;
    visibility: visible;
}

.index-s6 .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-s6 .items .item a{
    display: block;
    position: relative;
}
.index-s6 .items .item .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/images/s6-img-7.png") no-repeat 50%/.87rem;
    margin: auto;
    z-index: 2;
}
.index-s6 .items .item .tips{
    position: absolute;
    left: 0;
    top: 0;
    width: .45rem;
    height: .45rem;
    z-index: 3;
}
.index-s6 .items .item .tips img{
    display: block;
    width: 100%;
}
.index-s6 .items .item .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .25rem .3rem;
    z-index: 3;
    background: linear-gradient(360deg,rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
.index-s6 .items .item time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;

}
.index-s6 .items .item h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #fff;
    margin-top: .03rem;
}

.index-s6 .items .item-video{
    width: 33.06%;
}
.index-s6 .items .item-video .pic{
    padding-top: 6.58rem;
}
.index-s6 .items .item-pho{
    width: 33.47%;
    display: flex;
    flex-wrap: wrap;
}
.index-s6 .items .item-pho a{
    display: block;
    width: 100%;
}
.index-s6 .items .item-pho .pic{
    padding-top: 3.29rem;
}

.index-s6 .content{
    position: relative;
    z-index: 2;
    margin-top: .39rem;
}

.index-s6 .title001 h2{
    color: #fff;
}
.index-s6 .title001 .more a{
    color: #fff;
}
.index-s6 {
    position: relative;
    z-index: 2;
    padding: .66rem 0 .92rem;
    background: #f9f9f9 url("../images/index-s6.jpg") no-repeat top center/auto 6.75rem;
}


@media (max-width: 1199px){
    .index-s1-s2-s3{
        margin-top: .75rem;
    }
}

@media (max-width: 1025px){
    .title001 h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title001 h2 img{
        width: .24rem;
        margin-right: .1rem;
    }
    .index-s1 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 71.24%;
    }
    .index-s1 .right{
        width: 100%;
    }
    .list_box1 li.active .hide{
        margin: 0 -.2rem;
    }
    .list_box1{
        padding: 0 .2rem;
    }
    .list_box1 li .hide:before{
        display: none;
    }
    .list_box1 li .hide a{
        padding: .2rem;
    }
    .index-s1 .content{
        margin-top: .2rem;
    }
    .index-s2 {
        margin-top: 0.4rem;
    }
    .index-s2 .left{
        width: 100%;
        padding: .2rem ;
        margin-bottom: .4rem;
    }
    .list2w-pic a .pic{
        padding-top: 74.24%;
    }
    .index-s2 .bot-box li,
    .list_box1 li .show{
        line-height: .62rem;
    }
    .index-s2 .left .bot-box {
        margin-top: 0.1rem;
    }
    .index-s2 .left .top-box{
        margin-top: .2rem;
    }
    .index-s2 .right{
        width: 100%;
        padding: .2rem ;
    }
    .index-s2 .right .bot-box{
        margin-top: .1rem;
    }
    .index-s2 .right .top-box {
        margin-top: 0.3rem;
    }
    .list3w a .pic{
        padding-top: 12.5%;
    }
    .index-s3 {
        margin-top: 0.4rem;
    }
    .index-s1-s2-s3{
        padding: .35rem 0 .4rem;
        background-size: 100% auto;
    }
    .index-s4 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .list_box2{
        margin-top: .26rem;
        padding: .1rem .2rem;
    }
    .index-s4 .right{
        width: 100%;
    }
    .list4w a .pic{
        padding-top: 69.17%;
    }
    .list4w {
        margin-top: 0.26rem;
    }
    .index-s4 {
        padding: 0.35rem 0 0.4rem;
    }
    .index-s5 .left{
        width: 100%;
        padding: .2rem;
        margin-bottom: .4rem;
    }
    .list_box3 li a{
        padding: .15rem 0;
    }
    .list5w {
        margin-top: 0.1rem;
    }
    .list_box3 li time span{
        font-size: .3rem;
    }
    .index-s5 .center{
        width: 100%;
        padding: .2rem ;
        margin-bottom: .4rem;
    }
    .list_box4 li .txt{
        margin-top: .1rem;
    }
    .list_box4 li{
        margin: 0 !important;
        width: 49%;
    }
    .list_box4 ul{
        gap: .3rem 2%;
    }
    .list_box4 {
        margin-top: 0.3rem;
    }
    .index-s5 .center:after{
        height: 2.6rem;
    }
    .index-s5 .right{
        width: 100%;
        padding: .2rem;

    }
    .index-s5{
        padding: .35rem 0 .4rem;
    }
    .list_mt .li a img{
        width: .4rem;
        height: .4rem;
    }
    .list_mt .li{
        margin-left: .2rem;
    }
    .list_mt{
        top: -0.6rem;
        right: 0.62rem;
    }
    .index-s6 .items .item .txt{
        padding: .15rem .1rem;
    }
    .index-s6 .items .item .play{
        background-size: .6rem;
    }
    .index-s6 .content{
        margin-top: .26rem;
    }
    .index-s6{
        padding: .35rem 0 .4rem;
    }
}

@media (max-width: 769px){
    .list_box1 li .hide time span{
        font-size: .35rem;
    }
    .list_box1 li .hide time b{
        margin-top: .2rem;
        height: .3rem;
    }
    .list_box1 li .hide .txt {
        width: calc(100% - 0.9rem);
        margin-top: 0;
    }
    .list_box4 li{
        width: 100%;
    }
    .index-s6 .items .item-video{
        width: 50%;
    }
    .index-s6 .items .item-pho{
        width: 50%;
    }
    .index-s6 .items .last-child{
        width: 100%;
    }
    .index-s6 .items .last-child a{
        width: 50%;
    }
    .list2w-txt a{
        padding: 0;
    }
    .list2w-txt a h3{
        margin-top: .05rem;
    }
    .list2w-txt .page{
        bottom: .1rem;
    }
}
@media (max-width: 481px){
    .list_box1 li .hide p{
        margin-top: .05rem;
    }
    .list2w-txt a h3{
        -webkit-line-clamp: 2;
        height: .6rem;
    }
    .list4w .prev{
        left: .1rem;
    }
    .list4w .next{
        right: 0.1rem;
    }
    .index-s6 .items .item-video{
        width: 100%;

    }
    .index-s6 .items .item-video .pic{
        padding-top: 52vw;
    }
    .index-s6 .items .item-pho a{
        width: 50%;
    }
    .index-s6 .items .item-pho{
        width: 100%;
    }
    .index-s6 .items .item-pho .pic{
        padding-top: 32vw;
    }
    .list_mt{
        position: static;
        justify-content: center;
        margin-bottom: .2rem;
    }
    .list_mt .li{
        margin: 0 .1rem;
    }
}