﻿@charset "utf-8";

.banner a{
    display: block;
}
.banner img{
    display: block;
    width: 100%;
}
.banner .swiDots{
    font-size: 0;
    bottom: .4rem;
}
.banner .swiDots span{
    width: .1rem;
    height: .1rem;
    margin: 0 .1rem;
    background: #fff;
    opacity: .6;
}
.banner .swiDots span.active{
    opacity: 1;
}

.index_s1 .li{
    width: 21.25%;
}
.index_s1 .li1 .selectInput{
    width: 100%;
    font-size: .18rem;
    color: rgba(51, 51, 51, 0.4);
    padding-left: .3rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    border: 1px solid #848484;
    border-radius: .08rem;
}
.index_s1 .li1 .selectInput .defalutInput{
    height: .51rem;
}
.index_s1 .li1 .selectInput::after{
    content: '';
    width: .21rem;
    height: .13rem;
    background: url("../images/s1-img-1.png") no-repeat 50%/100%;
}
.index_s1 .li input{
    display: block;
    width: 100%;
    height: .53rem;
    font-size: .18rem;
    color: rgba(51, 51, 51, 0.4);
    padding: 0 .3rem;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    border: 1px solid #848484;
    border-radius: .08rem;
}
.index_s1 .li input::placeholder{
    color: rgba(51, 51, 51, 0.4);
}
.index_s1 .li5{
    width: 10%;
}
.index_s1 .li5 button img{
    display: block;
    width: .19rem;
    margin-right: .2rem;
}
.index_s1 .li5 button{
    width: 100%;
    height: .53rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .18rem;
    color: #fff;
    font-family: 'SourceHanSansCN-Medium', sans-serif;
    background: #006151;
    border-radius: .08rem;
    cursor: pointer;
}

.index_s1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title001{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 h2 img{
    display: block;
    width: .39rem;
    margin-right: .14rem;
}
.title001 h2{
    display: flex;
    align-items: center;
    font-size: .3rem;
    line-height: .4rem;
    color: #111111;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.title001 .more a img{
    display: block;
    height: .07rem;
    margin-left: .08rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: 1;
    color: #006151;
}

.index_s2 .left{
    width: 30.5%;
}

.list_box1 li a{
    height: .65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li time{
    display: block;
    font-size: .16rem;
    color: #d0a669;
    margin-right: .25rem;
    flex-shrink: 0;
    font-family: 'SourceHanSerifCN-Light', sans-serif;
}
.list_box1 li h3{
    flex: 1;
    font-size: .18rem;
    color: #333333;
    transition: .5s;
}
.list_box1 li:hover h3{
    color: #006151;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e3e5e5;
}
.list_box1 li{
    position: relative;
}
.list_box1{
    margin-top: .35rem;
}

.index_s2 .cen{
    width: 30.3125%;
}

.list_box2 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box2 li{
    position: relative;
    width: 28.86%;
    margin: .12rem 0 0 6.71%;
}
.list_box2 li:nth-child(-n+3){
    margin-top: 0;
}
.list_box2 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box2 li a{
    height: .66rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li span{
    flex: 1;
    font-size: .18rem;
    color: #333333;
    transition: .5s;
}
.list_box2 li i{
    display: block;
    width: .08rem;
    height: .11rem;
    margin-left: .1rem;
    flex-shrink: 0;
    background: url("../images/s2-img-1.png") no-repeat 50%/100% auto;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #006151;
    opacity: .6;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    right: 0;
    width: 0;
    height: .03rem;
    bottom: -.01rem;
    background: #d0a669;
    transition: .5s;
}
.list_box2 li:hover span{
    color: #006151;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box2 li:hover:after{
    left: 0;
    width: 100%;
}
.list_box2{
    margin-top: .34rem;
}

.index_s2 .right{
    width: 30.5%;
}

.list_box3 li a{
    padding-left: .27rem;
    height: .92rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li .img{
    width: .34rem;
    height: .41rem;
    flex-shrink: 0;
    margin-right: .3rem;
}
.list_box3 li .img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.list_box3 li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    max-height: .56rem;
    transition: .5s;
}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d7dedc;
}
.list_box3 li{
    position: relative;
}
.list_box3 li:hover h3{
    color: #006151;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box3 {
    margin-top: .29rem;
}

.index_s2{
    margin-top: .7rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index_s3 .left{
    width: 30.5%;
}

.list_box4 li a{
    padding: 0 .1rem;
    height: .91rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box4 li time{
    display: block;
    text-align: center;
    color: #d0a669;
    margin-right: .3rem;
    flex-shrink: 0;
}
.list_box4 li time span{
    display: block;
    font-size: .27rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box4 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .1rem;
}
.list_box4 li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    max-height: .56rem;
    transition: .5s;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #dadfde;
}
.list_box4 li{
    position: relative;
}
.list_box4 li:hover h3{
    color: #006151;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box4 {
    margin-top: .29rem;
}
.index_s3 .right{
    width: 65.375%;
}

.index_s3 .content .ll{
    width: 41.87%;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 2.57rem;
    border-radius: .12rem;
}
.list1w a h3{
    font-size: .2rem;
    line-height: .36rem;
    color: #111111;
    height: .72rem;
    transition: .5s;
}
.list1w a time{
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #d0a669;
    margin-top: .38rem;
}
.list1w a .txt{
    padding: .33rem 0 .12rem;
}
.list1w a:hover h3{
    color: #006151;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.index_s3 .content .rr{
    width: 54.11%;
}

.list_box5 li a{
    padding-bottom: .19rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box5 li time{
    display: block;
    font-size: .16rem;
    line-height: .28rem;
    color: #d0a669;
    margin-right: .38rem;
    flex-shrink: 0;
    font-family: 'SourceHanSerifCN-Light', sans-serif;
}
.list_box5 li h3{
    flex: 1;
    font-size: .18rem;
    line-height: .28rem;
    color: #333333;
    height: .56rem;
    transition: .5s;
}
.list_box5 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #d5dcda;
}
.list_box5 li{
    position: relative;
}
.list_box5 li + li{
    margin-top: .16rem;
}
.list_box5 li:hover h3{
    color: #006151;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.index_s3 .content{
    margin-top: .45rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index_s3{
    margin-top: .9rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.list2w a{
    position: relative;
    display: flex;
    padding-bottom: .62rem;
    align-items: flex-start;
    justify-content: space-between;
}
.list2w a time{
    width: .91rem;
    height: 1.01rem;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #006151;
    border-radius: .06rem;
    flex-shrink: 0;
    margin-right: .27rem;
    margin-top: .06rem;
}
.list2w a time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list2w a time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    margin-top: .1rem;
}
.list2w a h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    transition: .5s;
}
.list2w a p{
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    -webkit-line-clamp: 3;
    height: .72rem;
    margin-top: .24rem;
    opacity: .6;
}
.list2w a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .02rem;
    background: #d6d8d8;
}
.list2w a:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 0;
    height: .04rem;
    background: #006152;
    transition: .5s;
}
.list2w a:hover h3{
    color: #006151;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list2w a:hover:after{
    width: 100%;
    left: 0;
}
.list2w{
    margin-top: .42rem;
}
.index_s4{
    margin-top: .9rem;
}

.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 1.8rem;
}
.list3w{
    margin-top: .48rem;
}
.index_s5{
    margin-top: .82rem;
}

.list_box6 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box6 li a{
    display: block;
}
.list_box6 li .icon{
    position: relative;
    width: 1.13rem;
    height: 1.16rem;
    background: url("../images/s6-img-1.png") no-repeat 50%/100% 100%;
    margin: 0 auto;
}
.list_box6 li .icon img{
    max-width: .42rem;
    max-height: .42rem;
}
.list_box6 li h3{
    margin-top: .25rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #333;
    text-align: center;
    transition: .5s;
}
.list_box6 li:hover h3{
    color: #006151;
    font-family: 'SourceHanSansCN-Bold', sans-serif;
}
.list_box6 li:hover  .icon img{
    animation: beat 0.5s 1;
}

@keyframes beat{from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
    25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
    50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
    75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
    from,to{-webkit-transform:scale(1,1);transform:scale(1,1)}
    25%{-webkit-transform:scale(.9,1.1);transform:scale(.9,1.1)}
    50%{-webkit-transform:scale(1.1,.9);transform:scale(1.1,.9)}
    75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}
}
.index_s6{
    margin-top: .92rem;
}

.index_page{
    padding: .54rem 0 1.18rem;
    background: url("../images/index_page.png") no-repeat bottom center/100% auto;
}

@media (max-width: 1025px) {
    .banner .swiDots span{
        margin: 0 .08rem;
    }
    .banner .swiDots{
        bottom: .15rem;
    }
    .index_s1 .li1 .selectInput,
    .index_s1 .li input{
        padding: 0 .15rem;
    }
    .selectInput::after{
        right: .15rem;
        width: .15rem;
        height: .08rem;
    }
    .index_s1 .li5 button img{
        margin-right: .1rem;
    }
    .index_s1 .li1,
    .index_s1 .li2,
    .index_s1 .li3,
    .index_s1 .li4{
        width: 49%;
    }
    .index_s1 .li5{
        width: 1.3rem;
    }
    .index_s1{
        gap: .2rem 2%;
        justify-content: center;
    }
    .title001 h2{
        font-size: .26rem;
        line-height: 1;
    }
    .title001 h2 img{
        width: .35rem;
        margin-right: .1rem;
    }
    .index_s2 .left{
        width: 100%;
    }
    .list_box1 li h3{
        font-size: .2rem;
    }
    .list_box1 li time{
        margin-right: .2rem;
    }
    .list_box1{
        margin-top: .1rem;
    }
    .index_s2 .cen{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box2 li span{
        font-size: .2rem;
    }
    .list_box2 li a{
        height: .62rem;
    }
    .list_box2 li{
        width: 32%;
        margin: 0;
    }
    .list_box2 ul{
        gap: .1rem 2%;
    }
    .list_box2{
        margin-top: .1rem;
    }
    .index_s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box3 li a{
        padding-left: 0;
        height: .85rem;
    }
    .list_box3 li .img{
        margin-right: .2rem;
    }
    .list_box3 li h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
    }
    .list_box3{
        margin-top: .1rem;
    }
    .index_s2{
        margin-top: .4rem;
    }
    .index_s3 .left{
        width: 100%;
    }
    .list_box4 li a{
        padding-left: 0;
        height: .85rem;
    }
    .list_box4 li time em{
        margin-top: .05rem;
    }
    .list_box4 li time{
        margin-right: .2rem;
    }
    .list_box4 li h3{
        font-size: .2rem;
        line-height: .3rem;
        max-height: .6rem;
    }
    .list_box4{
        margin-top: .1rem;
    }
    .index_s3 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .index_s3 .content .ll{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 58.67%;
        border-radius: .1rem;
    }
    .list1w a .txt{
        padding: .2rem 0;
    }
    .list1w a h3{
        line-height: .3rem;
        height: .6rem;
    }
    .list1w a time{
        margin-top: .1rem;
    }
    .index_s3 .content .rr{
        width: 100%;
        margin-top: .2rem;
    }
    .list_box5 li time{
        margin-right: .2rem;
    }
    .list_box5 li h3{
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box5 li a{
        padding-bottom: .15rem;
    }
    .list_box5 li + li{
        margin-top: .15rem;
    }
    .index_s3 .content{
        margin-top: .3rem;
    }
    .index_s3{
        margin-top: .4rem;
    }
    .list2w a h3{
        font-size: .2rem;
    }
    .list2w a p{
        font-size: .18rem;
        margin-top: .1rem;
    }
    .list2w a time span{
        font-size: .3rem;
    }
    .list2w a time em{
        font-size: .14rem;
        margin-top: .05rem;
    }
    .list2w a time{
        width: .75rem;
        height: .8rem;
        margin-top: .05rem;
        margin-right: .2rem;
    }
    .list2w a{
        padding-bottom: .2rem;
    }
    .list2w{
        margin-top: .2rem;
    }
    .index_s4{
        margin-top: .4rem;
    }
    .list3w a .pic{
        padding-top: 50%;
    }
    .list3w{
        margin-top: .2rem;
    }
    .index_s5{
        margin-top: .4rem;
    }
    .list_box6 li .icon img{
        max-width: 35%;
        max-height: 35%;
    }
    .list_box6 li .icon{
        width: 1rem;
        height: 1rem;
    }
    .list_box6 li h3{
        margin-top: .1rem;
    }
    .list_box6 li{
        width: 12.5%;
    }
    .list_box6 ul{
        gap: .2rem 0;
        justify-content: flex-start;
    }
    .index_s6{
        margin-top: .4rem;
    }
    .index_page{
        padding: .4rem 0;
    }
}
@media (max-width: 769px) {
    .list_box6 li{
        width: 25%;
    }
}

@media (max-width: 481px) {
    .index_s1 .li1,
    .index_s1 .li2,
    .index_s1 .li3,
    .index_s1 .li4{
        width: 100%;
    }
    .index_s1{
        gap: .15rem 0;
    }
    .list_box2 li{
        width: 49%;
    }
    .list_box6 li{
        width: 32%;
    }
    .list_box6 ul{
        justify-content: center;
    }
}