@charset "utf-8";

/*弹窗样式*/

.tipsBox{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden; 
    transition: 1s;
}
.tipsBox .tips_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77,0,.175,1);
}
.tipsBox .tips_img{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4.6rem;
    z-index: 2;
    max-width: 90%;
    margin: auto;
}
.tipsBox .tips_img a{
    display: block;

}
.tipsBox .tips_img img{
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    border-radius: .1rem;
}

.tipsBox .pub-close {
    position: absolute;
    width: .48rem;
    height: .48rem;
    z-index: 10;
    right: 0;
    top: -.58rem;
    background-color: rgba(255,255,255,.1);
    border-radius: 100%;
}

.tipsBox .pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(200, 23, 30, 0.9);
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.tipsBox .pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .22rem;
    background-repeat: no-repeat;
    background-image: url('../images/close.png');
    transition: .6s;
}

.tipsBox .pub-close i:hover {
    transform: rotate(180deg)
}

.tipsBox.on {
    opacity: 1;
    visibility: visible;
}

.tipsBox.on .tips_bg {
    height: 100%;
}

/*弹窗样式*/


.banner{
    margin-top: 1.36rem;
}
.banner a{
    display: block;
    position: relative;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/b-mask.png") no-repeat bottom center;
}
.banner a img{
    display: block;
    width: 100%;
}

.banner .page{
    font-size: 0;
    bottom: .18rem;
}
.banner .page span{
    width: .08rem;
    height: .08rem;
    margin: 0 .08rem;
    background: #FFFFFF no-repeat 50%/100%;
    opacity: 1;
    vertical-align: middle;
}
.banner .page span.active{
    margin: 0 .12rem;
    width: .32rem;
    height: .34rem;
    background-image: url("../images/dots.png");
    background-color: transparent;
}
.title001{
    position: relative;
}
.title001 h2{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .36rem;
    line-height: .5rem;
    color: #323232;
    font-weight: 600;
    position: relative;
}
.title001 h2 span{
    display: block;
    color: #AB1A3B;
}
.title001 h2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -.08rem;
    margin: auto;
    width: .37rem;
    height: .05rem;
    background: #AB1A3B;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    font-size: .18rem;
    color: #AB1A3B;
    line-height: .26rem;
    padding-right: .33rem;
    background: url("../images/more02.png") no-repeat right center;
    background-size: .23rem;
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    transition: .5s;
}
.title001 .more img{
    display: block;
    width: .32rem;
    margin-right: .04rem;
}
.title001 .more:hover{
    right: -.1rem;
}
.list_box1 li{
    width: 30.375%;
    position: relative;
    z-index: 2;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: -.28rem;
    right: -.28rem;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-bottom: .03rem solid #B01C3E;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box1 li a{
    display: block;
    position: relative;
    z-index: 3;
    padding-top: .38rem;
    padding-bottom: .45rem;
}
.list_box1 li time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .26rem;
    color: #B01C3E;
    font-family: BEBAS,sans-serif;
    margin-bottom: .07rem;
}
.list_box1 li time img{
    display: block;
    width: .16rem;
    height: .16rem;
    margin-right: .14rem;
}
.list_box1 li h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #363636;
    font-weight: 600;
    transition: .5s;
    margin-bottom: .28rem;
}

.list_box1 li .pic{
    padding-top: 3.1rem;
}
.list_box1 li h4{
    font-size: .16rem;
    line-height: .3rem;
    color: #707070;
    -webkit-line-clamp: 3;
    height: .9rem;
    font-weight: 600;
    margin-top: .27rem;
    margin-bottom: .33rem;
}

.list_box1 li h5{
    width: 1.14rem;
    line-height: .34rem;
    display: flex;
    align-items: center;
    transition: .5s;
    font-size: .14rem;
    color: #9E9E9E;
    border-radius: .5rem;
}
.list_box1 li h5 i{
    display: block;
    width: .12rem;
    height: .1rem;
    margin-left: .09rem;
    background: url("../images/s1-img03.png") no-repeat 50%;
    background-size: 100%;
}

.list_box1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box1 li:hover h3{
    color: #B01C3E;
}
.list_box1 li:hover h5{
    padding-left: .19rem;
    background: #B01C3E;
    color: #fff;
}
.list_box1 li:hover h5 i{
    background-image: url("../images/s1-img04.png");
}

.home1 .title001{
    margin-bottom: .47rem;
}
.home1{
    margin-bottom: .74rem;
}

.home2 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home2 .left{
    width: 51%;
    position: relative;
}
.home2 .left:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: calc(100% + 10vw);
    height: 1px;
    background: #B01C3E;
    opacity: .1;
}
.home2 .left:before{
    position: absolute;
    content: '';
    left: -.03rem;
    bottom: 0;
    height: 5.03rem;
    width: .06rem;
    background: url("../images/s2-img05.png") no-repeat top center;
    background-size: 100%;
}
.home2 .txt h3{
    font-size: .24rem;
    line-height: .36rem;
    color: #2F2F2F;
    font-weight: 600;
}
.home2 .txt h4{
    font-size: .18rem;
    line-height: .36rem;
    color: #9E9E9E;
    margin-bottom: .14rem;
}

.home2 .txt h5{
    font-size: .18rem;
    line-height: .42rem;
    color: #525252;
    -webkit-line-clamp: 5;
    height: 2.1rem;
    margin-bottom: .29rem;
    overflow: hidden;
}
.home2 .txt h5 video{display:none;}
.home2 .txt .gd{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home2 .txt .gd img{
    display: block;
    width: 69.43%;
    max-width: 5.18rem;
}
.home2 .txt .gd a{
    display: block;
    width: 1.54rem;
    color: #B01C3E;
    padding-left: .22rem;
    font-size: .18rem;
    line-height: .48rem;
    background: url("../images/s2-img02.png") no-repeat 50%;
    background-size: 100%;
}
.home2 .txt{
    position: relative;
    z-index: 2;
    padding: .33rem .32rem .54rem .38rem;
}
.home2 .txt:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.56rem;
    background: #F7F2F4;
    z-index: -1;
}
.home2 .right{
    width: 49%;
}
.home2 .right a{
    display: block;
    position: relative;
}
.home2 .right a .pic{
    padding-top: 4.74rem;
}
.home2 .right a .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .5rem;
    height: .51rem;
    margin: auto;
    z-index: 3;
    background: url("../images/s2-img04.png") no-repeat 50%;
    background-size: 100%;
}

.home2 .title001{
    margin-bottom: .72rem;
}

.homea{
    position: relative;
    z-index: 3;
    padding-top: .75rem;
    background:  url("../images/homea.jpg") no-repeat bottom 1.33rem center;
    background-size: cover;
}

.home3 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home3 .left{
    position: relative;
    width: 51%;
    padding: 0 .2rem .2rem;
}
.home3 .left:before{
    position: absolute;
    content: '';
    right: .32rem;
    top: 1.08rem;
    width: calc(100% + 10vw);
    height: 1px;
    background: #FFFFFF;
    opacity: .2;
}
.home3 .left:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% + 1.9rem);
    background: #FFFFFF;
    opacity: .2;
}

.home3 .left .top a{
    display: block;

}
.home3 .left .top dl{
    display: flex;
    align-items: flex-start;
}
.home3 .left .top dt{
    font-size: .18rem;
    line-height: .48rem;
    color: #fff;
    font-weight: 600;
    width: .9rem;
}
.home3 .left .top dd{
    width: calc(100% - .9rem);
    font-size: .18rem;
    line-height: .48rem;
    color: #fff;

}
.home3 .left .top dd.l2{
    max-height: .96rem;
}
.home3 .left .top dd span{
    display: block;
}
.home3 .left .top{
    margin-bottom: .46rem;
    padding-top: .34rem;
}
.list1w a{
    display: block;
}
.list1w a .icon{
    width: .81rem;
    height: .89rem;
    position: relative;
    margin: 0 auto;
    background: url("../images/s3-img01.png") no-repeat 50%;
    background-size: 100% 100%;
    transition: .5s;
}
.list1w a .icon .img02{
    opacity: 0;
    visibility: hidden;
}
.list1w a .icon img{
    transition: .5s;
}
.list1w a h3{
    font-size: .18rem;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: .08rem;
}
.list1w a:hover .icon .img02{
    opacity: 1;
    visibility: visible;
}
.list1w a:hover .icon{
    background-image: url("../images/s3-img02.png");
}

.home3 .right{
    width: 49%;
}

.list_box2 li{
    width: 47.95%;
    position: relative;
    margin-bottom: .42rem;

}
.list_box2 li *{
    transition: .5s;
}
.list_box2 li a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    z-index: 1;
    padding: .27rem .09rem .27rem .18rem;
}
.list_box2 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/s3-img05.png") no-repeat bottom right;
    transition: .5s;
    z-index: -1;
}
.list_box2 li time{
    width: .72rem;
    height: .83rem;
    padding-left: .08rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: url("../images/s3-img03.png") no-repeat 50%;
    background-size: 100% 100%;
    transition: .3s;
}

.list_box2 li time span{
    display: block;
    font-size: .18rem;
    line-height: 1;
    font-family: BEBAS, sans-serif;
    margin-bottom: .07rem;

}
.list_box2 li time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    font-family: BEBAS, sans-serif;
    opacity: .5;
}
.list_box2 li .txt{
    width: calc(100% - .96rem);
}
.list_box2 li .txt h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #3C3C3C;
    font-weight: 600;
    margin-bottom: .13rem;
}
.list_box2 li .txt h5{
    font-size: .16rem;
    line-height: .24rem;
    color: #5E5E5E;
}
.list_box2 li .txt h6{
    width: .71rem;
    line-height: .25rem;
    text-align: center;
    font-size: .14rem;
    color: #848484;
    border: 1px solid #7E7E7E;
    border-radius: .05rem;
    margin-top: .2rem;
}

.list_box2 li:hover a{
    background: #D1A567;
}
.list_box2 li:hover a:after{
    background-image: url("../images/s3-img06.png");
}

.list_box2 li:hover time{
    color: #D1A567;
    background-image: url("../images/s3-img04.png");
}
.list_box2 li:hover .txt h3{
    color: #fff;
}
.list_box2 li:hover .txt h5{
    color: #FFFFFF;
    opacity: .8;
}
.list_box2 li:hover .txt h6{
    border-color: #FFFFFF;
    color: #fff;
}
.home3 .title001{
    margin-bottom: .56rem;
}
.home3 .title001 h2{
    color: #fff;
}
.home3 .title001 h2 span{
    color: #fff;
}
.home3 .title001 h2:after{
    background: #fff;
}
.home3 .title001 .more{
    color: #fff;
    background-image: url("../images/more04.png");
}
.home3{
    position: relative;
    margin-top: -1.33rem;
    padding-top: 2.17rem;
    padding-bottom: .32rem;
    background: url("../images/home3.jpg") no-repeat bottom center;
    background-size: cover;
}

.list2w a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list2w a .pic{
    width: 6.51rem;
    height: 7.64rem;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.list2w a .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: .01rem;
    top: 0;
    background: url("../images/s4-img02.png") no-repeat bottom center;
    background-size:100%  auto ;
}
.list2w a .txt{
    width: calc(100% - 7.34rem);
    padding-top: 1.54rem;
}
.list2w a .txt h3{
    font-size: .24rem;
    line-height: .5rem;
    color: #2F2F2F;
    font-weight: 600;
    margin-bottom: .36rem;
}
.list2w a .txt h5{
    font-size: .18rem;
    line-height: .36rem;
    -webkit-line-clamp: 8;
    height: 2.88rem;
    color: #5F5F5F;
}

.list2w .btn{
    position: absolute;
    right: 0;
    bottom: 1.16rem;
    width: calc(100% - 7.34rem);
    display: flex;
    align-items: center;
}
.list2w .btn div{
    position: static;
    width: .43rem;
    height: .43rem;
    border-radius: 50%;
    transform: none;
    border: 1px solid #B01C3E;
    background-repeat: no-repeat;
    background-size: .09rem;
    background-position: 50%;
    transition: .5s;
}
.list2w .btn .prev{
    background-image: url("../images/s4-img03.png");
}

.list2w .btn .next{
    margin-left: .32rem;
    background-image: url("../images/s4-img04.png");
}
.list2w .btn div:hover{
    width: 1.04rem;
    border-radius: .5rem;
    background-color: #B01C3E;
    background-size: .42rem;
}
.list2w .btn .prev:hover{
    background-image: url("../images/s4-img05.png");
}
.list2w .btn .next:hover{
    background-image: url("../images/s4-img06.png");
}

.home4 .title001{
    position: relative;
    z-index: 3;
}
.home4 .content{
    position: relative;
    margin-top: -.5rem;
}
.home4{
    margin-bottom: .64rem;
}
.home5 .title001 h2{
    text-align: left;
    justify-content: flex-start;
}
.home5 .title001{
    display: flex;
    margin-bottom: .54rem;
}
.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 2.42rem;
}
.list3w a time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .26rem;
    color: #B01C3E;
    font-family: BEBAS, sans-serif;
    margin-bottom: .03rem;
}
.list3w a time img{
    display: block;
    width: .16rem;
    margin-right: .14rem;
}
.list3w a h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #383838;
    font-weight: 600;
    margin-bottom: .2rem;
    transition: .5s;
}

.list3w a i{
    position: relative;
    display: block;
    height: 1px;
    border-bottom: 1px dashed rgba(171, 26, 59, 0.1);
    margin-bottom: .16rem;
}
.list3w a i:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    height: 1px;
    bottom: -.005rem;
    background: #AB1A3B;
    transition: .5s;
}
.list3w a h6{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .14rem;
    line-height: .3rem;
    color: #9E9E9E;
    transition: .5s;
}
.list3w a h6 em{
    display: block;
    width: 0.12rem;
    height: 0.1rem;
    margin-left: 0.09rem;
    background: url('../images/s1-img03.png') no-repeat 50%;
    background-size: 100%;
    transition: .5s;
}
.list3w a .txt{
    padding-top: .22rem;
}
.list3w a:hover i:after{
    right: 0;
}
.list3w a:hover h3{
    color: #AB1A3B;
}
.list3w a:hover h6{
    color: #AB1A3B;
}
.list3w a:hover h6 em{
    background-image: url('../images/s5-img06.png')
}

.list3w .swiper-container{
    width: 20.13rem;
    left: 0;
    margin-bottom: .27rem;
}

.list3w .btn{
    display: flex;
    align-items: center;
}

.list3w .btn div{
    position: static;
    transform: none;
    width: .43rem;
    height: .48rem;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .5s;
}
.list3w .btn .prev{
    background-image: url("../images/s5-img02.png");
}
.list3w .btn .next{
    margin-left: .15rem;
    background-image: url("../images/s5-img03.png");
}
.list3w .btn .prev:hover{
    background-image: url("../images/s5-img04.png");
}
.list3w .btn .next:hover{
    background-image: url("../images/s5-img05.png");
}
.list3w{
    position: relative;
}
.list3w:after{
    position: absolute;
    content: '';
    width:1.76rem;
    top: 0;
    bottom: 0;
    right: -1.6rem;
    background: linear-gradient(270deg, #FCEED8 0%, rgba(252, 244, 233, 0) 100%);
    z-index: 3;
}
.home5{
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding-top: .72rem;
    padding-bottom: .86rem;

    background-size: 14.48rem auto;
}
.home5:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 14.48rem;
    background:#fff  url("../images/home5.png") no-repeat left bottom;
    z-index: -1;
}

.homeb{
    padding-top: 1.02rem;
    background: url("../images/homeb.jpg") no-repeat top center;
    background-size: cover;
}
.list4w_hgg a{
    display: block;
    position: relative;
}
.list4w_hgg a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(122% 122% at 50% 41%, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.list4w_hgg a img{
    display: block;
    width: 100%;
    height: 8.45rem;
    object-fit: cover;
}
.list4w_hgg a .play{
    position: absolute;
    width: .68rem;
    height: .49rem;
    left: 0;
    right: 0;
    bottom: 57.14%;
    margin: auto;
    background: url("../images/s6-img02.png") no-repeat 50%/100%;
}

.list4w_hg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .9rem;
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    z-index: 3;
}
.list4w_hg a{
    display: block;
}
.list4w_hg a .pic{
    padding-top: 1.9rem;
}

.home6{
    position: relative;
}

.aside{
    position: fixed;
    top: 50%;
    right: .24rem;
    transform: translateY(-50%);
    width: 1.01rem;
    z-index: 99;
}
.aside .a-top img{
    display: block;
    width: 100%;
}
.aside li a{
    display: block;
    font-size: .16rem;
    line-height: .36rem;
    border-bottom: 1px dashed rgba(171, 26, 59, 0.1);
    transition: .5s;
    text-align: center;
}
.aside li:last-child a{
    border: none;
}
.aside li:hover a{
    color: #AB1A3B;
    font-weight: 600;
}

.aside ul{
    padding-top: .08rem;
    padding-bottom: .08rem;
    border-left: 1px solid #AB1A3B;
    border-right: 1px solid #AB1A3B;
    background: #fff;
}
.gtop a{
    display: block;
}
.gtop img{
    display: block;
    width: 100%;
}
@media (max-width: 1199px) {
    .aside{
        display: none;
    }
    .banner{
        margin-top: .75rem;
    }
}
@media (max-width: 1025px){
    .title001 h2{
        font-size: .28rem;
    }
    .title001 .more{
        font-size: .14rem;
    }
    .home1 .title001{
        margin-bottom: .3rem;
    }
    .list_box1 li .pic{
        padding-top: 63.78%;
    }
    .list_box1 li h3{
        margin-bottom: .18rem;
    }
    .list_box1 li h4{
        margin-top: .15rem;
        margin-bottom: .18rem;
    }
    .list_box1 li a{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .list_box1 li{
        width: 31%;
    }
    .list_box1 li:after{
        right: -.15rem;
        left: -.15rem;
    }
    .home1{
        margin-bottom: .45rem;
    }
    .home2 .title001{
        margin-bottom: .4rem;
    }
    .home2 .left{
        width: 100%;
    }
    .home2 .right{
        width: 100%;
    }
    .home2 .txt{
        padding: .3rem .2rem;
    }
    .home2 .txt h3{
        font-size: .22rem;
    }
    .home2 .right a .pic{
        padding-top: 60.46%;
    }
    .homea{
        padding-top: .4rem;
    }
    .home3{
        margin-top: 0;
        padding-top: .4rem;
        padding-bottom: .2rem;
    }
    .home3 .left{
        width: 100%;
        margin-bottom: .1rem;
        padding: 0 .2rem .3rem;
    }
    .home3 .left:before{
        right: 0;
       top: 0.85rem;
    }
    .home3 .left .top{
        margin-bottom: .4rem;
        padding-top: .3rem;
    }
    .list1w a h3{
        line-height: .4rem;
    }
    .home3 .right{
        width: 100%;
    }
    .list_box2 li{
        width: 48.5%;
        margin-bottom: .28rem;
    }
    .home3 .title001{
        margin-bottom: .35rem;
    }
    .list2w a .pic{
        width: 4.51rem;
        height: 5.29rem
    }
    .list2w a .txt {
        width: calc(100% - 4.8rem);
        padding-top: 0;
    }
    .list2w a{
        align-items: center;
    }
    .list2w a .txt h3{
        font-size: .22rem;
        line-height: .44rem;
        margin-bottom: .12rem;
    }
    .home4 .content{
        margin-top: .35rem;
    }
    .list2w .btn{
        display: none;
    }
    .home4{
        margin-bottom: .4rem;
    }
    .list3w .swiper-container{
        width: 100%;
    }
    .list3w:after{
        display: none;
    }
    .list3w a .pic{
        padding-top: 64.36%;
    }
    .list3w a .txt{
        padding-top: .12rem;
    }
    .list3w a h3{
        margin-bottom: .12rem;
    }
    .list3w a i{
        margin-bottom: .1rem;
    }
    .home5 .title001{
        margin-bottom: .35rem;
    }
    .home5{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .home5:after{
        width: 100%;
        max-width: none;
    }
    .homeb{
        padding-top: .4rem;
    }
    .list4w_hg a .pic{
        padding-top: 53.37%;
    }
    .list4w_hg{
        bottom: .3rem;
        padding: 0 15px;
    }
    .list4w_hgg a img{
        width: 100%;
        height: 44.01vw;
    }
    .list4w_hgg a .play{
        bottom: 0;
        top: 0;
        margin: auto;
    }
.home2 .txt h5{
 height:auto;
}
}
@media (max-width: 769px){

    .list_box1 li{
        width: 100%;
    }
    .home1{
        margin-bottom: .3rem;
    }
    .home2 .txt .gd a{
        width: 1.14rem;
        padding-left: 0.16rem;
        line-height: 0.36rem;
        font-size: .14rem;
    }
    .list_box2 li{
        width: 100%;
    }
    .list_box2 li a{
        padding: .2rem ;
    }
    .list_box2 li .txt h6{
        margin-top: .12rem;
    }
    .list_box2 li .txt h3{
        margin-bottom: .1rem;
    }
    .list2w a{
        display: block;
    }
    .list2w a .pic{
        margin: 0 auto;
    }
    .list2w a .txt{
        width: 100%;
        padding-top: .2rem;
    }
    .list4w_hg{
        display: none;
    }
}
@media (max-width: 481px){
    .title001 h2{
        font-size: .24rem;
    }
    .home3 .left .top dd.l2{
        max-height: none;
        display: block;
    }
    .home3 .left .top dd{
        white-space: normal;
        line-height: .36rem;
    }
    .home3 .left .top dt{
        line-height: .36rem;
    }
    .list1w a .icon img{
        max-width: 35%;
    }
    .list2w a .pic {
        width: 3.81rem;
        height: 4.47rem;
    }
}



.aside li{
    position: relative;

}
.aside li .phon{
    position: absolute;
    width: 200%;
    height: 100%;
    background: #be193c;
    text-align: center;
    top: 0;
    right: 100%;
    overflow: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: right center;
    transition: .5s;
}
.aside li .phon em{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
}
.aside li:hover .phon{
    transform: scaleX(1);
    opacity: 1;
    visibility: visible;
}



.list4w_hg a .pic:after{
    position:absolute;
    content:'';
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: url(../images/s6-img02.png) no-repeat 50%/.4rem;;
}