@charset "utf-8";

.banner  a{
    display: block;
    position: relative;
}
.banner  a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.36rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.banner  a img{
    display: block;
    width: 100%;
}


.banner .page{
    font-size: 0;
    bottom: .4rem;
}

.banner .page span{
    width: .12rem;
    height: .12rem;
    background: #fff;
    opacity: 1;
    margin: 0 .1rem;
}

.banner .page span.active{
    background: #A62931;
}

.title001{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title001 .ll{
    position: relative;
    z-index: 2;
    text-align: center;
}
.title001 .ll:before{
    position: absolute;
    content: '';
    right: calc(100% + .26rem);
    top: .26rem;
    width: 1.39rem;
    height: .17rem;
    background: url("../images/tit01.png") no-repeat bottom center;
    background-size: 100%;
}
.title001 .ll:after{
    position: absolute;
    content: '';
    left: calc(100% - .05rem);
    bottom: 0;
    width: 1.39rem;
    height: .17rem;
    background: url("../images/tit02.png") no-repeat bottom center;
    background-size: 100%;
}
.title001 h2{
    font-size: .36rem;
    line-height: .52rem;
    color: #333333;
    font-family: 'songti', sans-serif;
}

.title001 p{
    font-size: .16rem;
    line-height: .21rem;
    color: #B58C60;
}
.title001 .more,.title002 .more{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .55rem;
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .21rem;
    color: #9E9E9E;
    transition: .5s;
}
.title001 .more img,
.title002 .more img{
    display: block;
    width: .37rem;
    margin-left: .05rem;
}
.title001 .more:hover,.title002 .more:hover{
    color: #A62931;
}

.title002{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title002 .ll {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-left: .17rem;
}
.title002 .ll:after{
    position: absolute;
    content: '';
    left: calc(100% + .19rem);
    top: .23rem;
    width: 1.39rem;
    height: .17rem;
    background: url("../images/tit02.png") no-repeat bottom center;
    background-size: 100%;
}
.title002 .ll:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.04rem;
    width: .68rem;
    height: .68rem;
    background: linear-gradient(180deg, #EEC1C4 0%, rgba(224, 243, 237, 0) 100%);
    border-radius: 50%;
    z-index: -1;
}
.title002 .ll h2{
    font-size: .36rem;
    line-height: .52rem;
    color: #333333;
    font-family: 'songti', sans-serif;
}
.title002 .ll h2 span{
    color: #A62931;
    font-family: 'songti', sans-serif;
}
.title002 .ll p{
    font-size: .16rem;
    line-height: .21rem;
    color: #B58C60;
    text-align: center;
}
.title002 .more{
    position: static;
}


.home1 .left{
    width: 52.93%;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.32rem;
    background: linear-gradient(180deg, rgba(8, 8, 8, 0) 0%, rgba(21, 21, 21, 0.8) 100%);
}
.list1w .pic{
    padding-top: 5.24rem;
}

.list1w .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.32rem;
    z-index: 3;
    padding-left: .3rem;
    padding-right: 1.8rem;
}
.list1w .txt time{
    display: block;
    font-size: .18rem;
    line-height: .4rem;
    color: #fff;
    background: #B58C60;
    width: 1.28rem;
    text-align: center;
    font-family: 'songti', sans-serif;
    margin-bottom: .1rem;
}
.list1w .txt h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #fff;
    font-weight: 600;
}
.list1w .page{
    font-size: 0;
    left: auto;
    width: auto;
    right: .28rem;
    bottom: .31rem;
}
.list1w .page:after{
    position: absolute;
    content: '';
    width: .35rem;
    height: 1px;
    top: 50%;
    left: calc(100% - .06rem);
    background: #fff;
    opacity: .5;
    margin-top: -.005rem;
}
.list1w .page span{
    width: .17rem;
    height: .17rem;
    margin: 0 .06rem;
    border-radius: 0;
    opacity: 1;
    vertical-align: middle;
    background: url("../images/s1-img02.png") no-repeat 50%;
    background-size: 100%;
}
.list1w .page span.active{
    width: .29rem;
    height: .29rem;
    background-image: url("../images/s1-img03.png");
}

.home1 .right{
    width: 44%;
}

.list_box1 li{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FDF5EA;
    padding: 0 .1rem;
    margin-top: .16rem;
}
.list_box1 li:first-child{
    margin-top: 0;
}
.list_box1 li time{
    display: block;
    width: .8rem;
    text-align: center;
    font-size: .18rem;
    line-height: .92rem;
    color: #8F4F0A;
    font-weight: 600;
    position: relative;
}
.list_box1 li time:before{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .18rem;
    background: #AEB5B3;
    transform: translateY(-50%);
    transition: .5s;
}
.list_box1 li a{
    width: calc(100% - 1rem);
    font-size: .18rem;
    line-height: .92rem;
    color: #404040;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top:0;
    bottom: 0;
    background: url("../images/s1-img04.png") no-repeat 50%;
    background-size: cover;
    border-bottom: .03rem solid #E1AD6A;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.3);
    z-index: -1;
    transition: .5s;
}
.list_box1 li *{
    transition: .5s;
}
.list_box1 li:hover:after{
    right: 0;
}
.list_box1 li:hover time{
    color: #fff;
}
.list_box1 li:hover time:before{
    background: #F3B36E;
}
.list_box1 li:hover a{
    font-weight: 600;
    color: #fff;
}

.home1 .title001{
    margin-bottom: .36rem;
}
.home1{
    margin-bottom: .54rem;
}

.home2 .wp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home2 .left{
    width: 48.54%;
}

.list_box2 li{
    position: relative;
    height: 0.9rem;
    margin-top: 0.2rem;
}
.list_box2 li:first-child{
    margin-top: 0;
}
.list_box2 li a{
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .75rem;
    transition: .5s;
}
.list_box2 li a h3{
    font-size: .3rem;
    line-height: .34rem;
    color: #fff;
    font-weight: 600;
    width: calc(100% - 1rem);
}
.list_box2 li a img{
    display: block;
    width: .81rem;
}

.list_box2 ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list_box2 {
    height: 5.3rem;
}
.list_box2 li .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: .5s;
}
.list_box2 li:hover .bg{
    transform: scale(1.05);
}
.list_box2 li:hover a{
    padding: 0 .6rem;
}

.home2 .right{
    width: 48.47%;
}

.list2w .swiper-slide {
    width: 4.02rem;
    height: 5.3rem;
}
.list2w a{
    display: block;
    position: relative;
}
.list2w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    transition: .5s;
}
.list2w a .pic{
    padding-top: 5.3rem;
}
.list2w  .swiper-slide-active a:after{
    opacity: 0;
}
.list2w .btn{
    width: .35rem;
    height: .67rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.list2w .prev{
    right: .55rem;
    left: auto;
    background-image: url("../images/s2-img08.png");
}
.list2w .next{
    right: auto;
    left: .55rem;
    background-image: url("../images/s2-img07.png");
}

.home2 .title002{
    margin-bottom: .47rem;
}
.home2{
    margin-bottom: .74rem;
}

.list3w a{
    display: block;
    position: relative;
}
.list3w a .pic{
    padding-top: 3.23rem;
}
.list3w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.32rem;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(11, 11, 11, 0) 51%);
}
.list3w a h3{
    font-size: .24rem;
    color: #fff;
    line-height: .34rem;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .22rem;
    padding: 0 .2rem;
    text-align: center;
    z-index: 3;
}


.list3w{
    padding: .27rem .35rem .27rem;
    background: url("../images/s3-img02.png") no-repeat 50%/100% 100%;
}

.home3 .title001{
    margin-bottom: .49rem;
}
.home3{
    margin-bottom: .75rem;
}
.list4w a{
    display: block;
    position: relative;
}
.list4w a .pic{
    padding-top: 3.74rem;
}
.list4w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.39rem;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(8, 8, 8, 0) 100%);
}
.list4w a .con{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.list4w a .icon{
    width: 1.26rem;
    height: 1.22rem;
    position: relative;
    margin-bottom: .25rem;
}
.list4w a .icon:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s4-img06.png") no-repeat 50%;
    background-size: 100% 100%;
}
.list4w a h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.aside_rr{
    position: fixed;
    top: 50%;
    margin-top: -1.15rem;
    right: 0;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    width: .95rem;
    height: 1.9rem;
    background: #94070a;
    transform: scale(0);
    background: url('../images/aside_img01.png') center center no-repeat;
    transform-origin: right center;
    z-index: 9;
    background-size: 100% 100%;
}
.aside_rr a{
    display: flex;
    height: 100%;
    align-items: center;
}
.aside_rr i{
    width: .26rem;
    display: block;
    margin-left: .2rem;
    position: relative;
    opacity: 0;
    z-index: 1;
    background-size: 100%;
    font-size: .24rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}
.aside_rr.showdiv i {
    margin-left: .54rem;
    opacity: 1;
    transition: all .6s ease-out 1s;
}
.aside_rr.showdiv {
    opacity: 1;
    transform: none;
    transition: all .6s ease-out 0.2s;
}



@keyframes circle1 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}
.list4w a:hover .icon:after{
    animation: circle1 10s linear 0s infinite;
}

.home4 .title001{
    margin-bottom: .55rem;
}

.index{
    padding-top: .72rem;
    padding-bottom: 1.12rem;
    background:#EAE4D7 url("") no-repeat bottom center;
    background-size: 100%;
}

@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }
    .banner .page{
        bottom: .15rem;
    }
    .aside_rr{
        display: none;
    }
}
@media (max-width: 1025px){
    .title001 h2,.title002 .ll h2{
        font-size: .28rem;
        line-height: .44rem;
    }
    .title001 .ll:before{
        width: 1rem;
        height: .12rem;
        top: .2rem;
        right: calc(100% + 0.15rem);
    }
    .title001 .ll:after{
        width: 1rem;
        height: .12rem;
        bottom: .06rem;
        left: calc(100% - 0.05rem);
    }
    .title002 .ll:after{
        width: 1rem;
        height: .12rem;
        left: calc(100% + 0.1rem);
    }
    .title002 .ll:before{
        width: .48rem;
        height: .48rem;
    }
    .home1 .title001{
        margin-bottom: .3rem;
    }
    .home1{
        margin-bottom: .45rem;
    }
    .home2 .title002{
        margin-bottom: .32rem;
    }
    .list_box2 li a{
        padding: 0 .35rem;
    }
    .list_box2 li a h3{
        font-size: .24rem;
    }
    .list_box2 li a img{
        width: .64rem;
    }
    .home2{
        margin-bottom: .45rem;
    }
    .list3w a .pic{
        padding-top: 68.57%;
    }
    .list3w a h3{
        font-size: .2rem;
        line-height: .3rem;
        bottom: .15rem;
    }
    .list3w{
        padding: .2rem .25rem;
    }
    .home3 .title001{
        margin-bottom: .3rem;
    }
    .home3{
        margin-bottom: .45rem;
    }
    .list4w a .pic{
        padding-top: 78.125%;
    }
    .list4w a .icon{
        width: 1rem;
        height: .98rem;
        margin-bottom: .15rem;
    }
    .list4w a .icon img{
        max-width: 50%;
        max-height: 50%;
    }
    .list4w a h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .home4 .title001{
        margin-bottom: .3rem;
    }
    .index{
        padding-top: .45rem;
        padding-bottom: .45rem;
    }

}
@media (max-width: 920px){
    .home1 .left{
        width: 100%;
        margin-bottom: .45rem;
    }
    .list1w .pic{
        padding-top: 65.99%;
    }
    .home1 .right{
        width: 100%;
    }
    .list_box1 li a{
        font-size: .2rem;
    }
    .home2 .left{
        width: 100%;
        margin-bottom: .45rem;
    }
    .home2 .right{
        width: 100%;
    }
    .list2w a .pic{
        padding-top: 131.84%;
    }
    .list2w .swiper-slide{
        width: 3.75rem;
        height: auto;
    }

}
@media (max-width: 769px){
    .list2w .swiper-slide{
        width: 40vw;
    }
    .list2w .btn{
        width: .24rem;
        height: .53rem;
    }
    .list2w .next{
        left: .3rem;
    }
    .list2w .prev{
        right: .3rem;
    }
    .title001 .more, .title002 .more{
        right: 0;
    }
    .list_box2{
        height: 4.8rem;
    }
    .list_box2 li{
        height: 1.4rem;
        margin-top: .15rem;
    }
    .list_box2 li a h3{
        font-size: .22rem;
    }
}
@media (max-width: 640px){
    .list2w .swiper-slide{
        width: 44vw;
    }
    .list1w .txt time{
        line-height: .36rem;
        width: 1.2rem;
    }
    .list1w .txt{
        padding-right: 1.25rem;
        padding-left: .2rem;
        bottom: .2rem;
    }
    .list1w .page span{
        width: .1rem;
        height: .1rem;
    }
    .list1w .page span.active{
        width: .18rem;
        height: .18rem;
    }
    .list1w .page{
        bottom: .25rem;
    }
}
@media (max-width: 481px){
    .list2w .swiper-slide{
        width: 54vw;
    }
}