﻿@charset "utf-8";

.banner a{
    display: block;
    position: relative;
}
.banner a img{
    display: block;
    width: 100%;
}

.bannerimg .img_hezi {
    padding-bottom: 100vh !important;
}


.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title001 .tit{
    position: relative;
    padding-left: .44rem;
}
.title001 .tit h2{
    font-size: .44rem;
    line-height: .5rem;
    color: #2c4198;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.title001 .tit p{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .2rem;
    color: #2c4198;
    text-transform: uppercase;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
}
.title001 .tit p img{
    display: block;
    height: .06rem;
    margin-left: .05rem;
}
.title001 .tit:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.15rem;
    width: .77rem;
    height: .71rem;
    background: url("../images/tit02.png") no-repeat 50%/100% 100%;
}
.title001 .more a{
    display: none;
    align-items: center;
    font-size: .14rem;
    color: #2c4198;
    font-weight: 700;
}
.title001 .more a img{
    display: block;
    width: .19rem;
    margin-left: .14rem;

    transition: .5s;
}
.title001 .more a.active{
    display: flex;
}
.title001 .more a:hover img{
    margin-left: .05rem;
    transform: rotate(180deg);
}

.home1 .left{
    position: relative;
    width: 64.4%;
    padding-right: .34rem;

}

.list1w .miso_hd a{
    display: block;
    position: relative;
}
.list1w .miso_hd .pic{
    padding-top: 6.03rem;
}

.list1w .miso_hd .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .26rem .64rem .26rem .36rem;
    background: rgba(0, 0, 0, 0.45);
}
.list1w .miso_hd time{
    display: block;
    font-size: .14rem;
    line-height: .2rem;
    color: #fff;
}
.list1w .miso_hd h3{
    margin-top: .05rem;
    padding-bottom: .14rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.67);
}
.list1w .miso_hd p{
    margin-top: .16rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    height: .48rem;
}

.list1w .miso_bd a{
    display: block;
    position: relative;
    padding: .28rem 0 .28rem .11rem;
    z-index: 2;
}
.list1w .miso_bd h5{
    font-size: .12rem;
    color: #fff283;
    line-height: .2rem;
    opacity: 0;
    transition: .5s;
}
.list1w .miso_bd h3{
    position: relative;
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    -webkit-line-clamp: 3;
    height: .9rem;
    margin-top: .07rem;
    transition: .5s;
}
.list1w .miso_bd a:before{
    position: absolute;
    content: '';
    top: .59rem;
    left: 0;
    width: 2px;
    height: .21rem;
    background: #212fb4;
    transition: .5s;
}
.list1w .miso_bd a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(44, 65, 152, 0.6);
}

.list1w .miso_bd .swiper-slide{
    position: relative;
}

.list1w .miso_bd .bg{
    position: absolute;
    left: -.18rem;
    right: -.18rem;
    top: 0;
    bottom: 0;
    background: #4151f0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list1w .miso_bd .bg:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 100%;
    width: .09rem;
    background: url("../images/s1-img-2.png") no-repeat top center/100% auto;
}

.list1w .miso_bd{
    overflow: visible;
}

.list1w .swiper-slide-thumb-active .bg{
    opacity: 1;
    visibility: visible;
}
.list1w .swiper-slide-thumb-active h5{
    opacity: 1;
}
.list1w .swiper-slide-thumb-active h3{
    color: #fff;
}
.list1w .swiper-slide-thumb-active a:before{
    background: #fff283;
}

.list1w .bot{
    position: relative;
    overflow: hidden;
    margin: -.15rem -.27rem 0 -.18rem;
    padding: 0 .27rem 0 .18rem;
    z-index: 3;
}
.list1w{
    margin-top: .41rem;
}
.home1 .left:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top:1.1rem;
    width: 1px;
    background: #e8e8e8;
}

.home1 .right{
    width: 35.6%;
    padding-left: .3rem;
}

.list_box1 li a{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s ease;
}
.list_box1 li time{
    position: relative;
    display: block;
    padding-right: .06rem;
    width: 1.05rem;
    text-align: center;
    color: #212fb4;
    transition: .5s;
}
.list_box1 li time span{
    display: block;
    font-size: .16rem;
    line-height: 1;
    font-weight: 700;
}
.list_box1 li time i{
    display: block;
    width: .42rem;
    height: .17rem;
    margin: .02rem auto .03rem;
    background: url("../images/s1-img-3.png") no-repeat 50%/100% 100%;
}
.list_box1 li time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .48rem;
    background: #ececec;
    transform: translateY(-50%);
    transition: .5s;
}
.list_box1 li .txt{
    width: calc(100% - 1.36rem);
    position: relative;
}

.list_box1 li h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #010101;
    height: .52rem;
    transition: .5s;
}
.list_box1 li p{
    font-size: .14rem;
    line-height: .2rem;
    color: rgba(255, 255, 255, 0.4);
    height: 0;
    opacity: 0;
    transition: .5s;
}
.list_box1 li .txt:after{
    position: absolute;
    content: '';
    left: calc(100% + .24rem);
    top: 50%;
    width: .3rem;
    height: .08rem;
    background: url("../images/s1-img-6.png") no-repeat 50%/100% 100%;
    opacity: 0;
    transition: .5s;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #4151f0 url("../images/s1-img-5.png") no-repeat right center/contain;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}
.list_box1 li:after{
    position: absolute;
    content: "";
    left: 0.49rem;
    top: -0.1rem;
    width: 1px;
    height: 0.21rem;
    background: #e2e2e2;
    z-index: 2;
}
.list_box1 li:first-child:after{
    display: none;
}
.list_box1 li{
    position: relative;
    flex: 1;
}
.list_box1 li.active time{
    color: #fff;
}
.list_box1 li.active time:after{
    background: rgba(255, 242, 131, 0.5);
}
.list_box1 li.active time i{
    background-image: url("../images/s1-img-4.png");
}
.list_box1 li.active .txt h3{
    color: #fff;
    margin-bottom: .07rem;
}
.list_box1 li.active p{
    height: .2rem;
    opacity: 1;
}
.list_box1 li.active .txt:after{
    opacity: 1;
    visibility: visible;
}
.list_box1 li.active:before{
    right: calc((100vw - 15.9rem) / -2);
    opacity: 1;
    visibility: visible;
}
.list_box1 ul{
    height: 7.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.list_box1:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: calc((100vw - 15.9rem) / -2);
    background: #fff;
}
.list_box1 {
    margin-top: .41rem;
    position: relative;
}

.home1{
    padding: 1.03rem 0 1.3rem;
}

.home2 .title001 .tit h5{
    font-size: .16rem;
    line-height: .24rem;
    color: #0a0a0a;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    position: absolute;
    top: 50%;
    left: 3.7rem;
    transform: translateY(-50%);
    white-space: nowrap;
}

.list_box2 ul{
    height: 9.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box2 li{
    width: 16.5%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.list_box2 li a{
    display: block;
    position: relative;
    width: 100%;
    height: 54.42%;
    transition: .5s;
}
.list_box2 li a .img_zd,
.list_box2 li a .img_hezi{
    height: 100%;
}
.list_box2 li a .txt-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    padding: .23rem .28rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.list_box2 li a h5{
    width: 100%;
    display: flex;
    font-size: .12rem;
    line-height: .24rem;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    transition: .5s;
}
.list_box2 li a h5 img{
    display: block;
    width: .12rem;
    margin-left: .1rem;
}
.list_box2 li a .icon{
    margin-top: .64rem;
    position: relative;
    width: 1.71rem;
    height: 1.55rem;
    background: url("../images/s2-ico-8.png") no-repeat 50%/100% 100%;
    align-self: center;
}
.list_box2 li a .icon img{
    max-width: 1.03rem;
    max-height: .73rem;
}
.list_box2 li a p{
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
    font-weight: 200;
}
.list_box2 li a .p1 p{
    -webkit-line-clamp: 7;
    height: 1.68rem;
    opacity: 0;
}
.list_box2 li a .p1{
    padding: 0 .16rem;
    margin-top: .29rem;
    height: 0;
    transition: .5s;
    overflow: hidden;
}
.list_box2 li a .p2 p{
    height: .48rem;
    text-align: center;
}
.list_box2 li a .p2{
    margin-top: .32rem;
    height: .48rem;
    transition: .5s;
    overflow: hidden;
}
.list_box2 li a h3{
    margin-top: .3rem;
    font-size: .32rem;
    line-height: .4rem;
    color: #fff;
    text-align: center;
    transition: .5s;
}

.list_box2 li .lines{
    width: 1.06rem;
    height: 22.84%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box2 li .line1{
    width: 2px;
    height: 0;
    background: #2c4198;
    transition: .5s;
}
.list_box2 li .line2{
    width: 2px;
    height: 0;
    background: #2c4198;
    transition: .5s;
}
.list_box2 li .line3{
    width: 2px;
    height: 0;
    background: #2c4198;
    transition: .5s;
}
.list_box2 li:hover .line1{
    height: 30%;
}
.list_box2 li:hover .line2{
    height: 60%;
}
.list_box2 li:hover .line3{
    height: 100%;
}
.list_box2 li:hover a{
    height: 60.74%;
}
.list_box2 li:hover a h5{
    opacity: 1;
}
.list_box2 li:hover a .p1{
    height: 1.68rem;
}
.list_box2 li:hover a .p1 p{
    opacity: 1;
}
.list_box2 li:hover a .p2{
    height: 0;
    margin-top: 0;
}
.list_box2 li:hover a .p2 p{
    opacity: 0;
}
.list_box2 li:hover a h3{
    margin-top: .34rem;
}

.list_box2 {
    margin-top: .45rem;
    background: url("../images/home2.jpg") no-repeat 50%/cover;
}

.home3 .title001 .tit h5{
    font-size: .16rem;
    line-height: .24rem;
    color: #0a0a0a;
    font-family: 'SourceHanSerifCN-Bold',sans-serif;
    position: absolute;
    top: 50%;
    left: 3.7rem;
    transform: translateY(-50%);
    white-space: nowrap;
}

.home3 .content .top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home3 .content .top a{
    display: block;
    position: relative;
    border-radius: .2rem;
    overflow: hidden;
}
.home3 .content .top a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .24rem;
    line-height: .68rem;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    transition: .5s;
}
.home3 .content .top a .box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    opacity: 0;
    background: #1c72f4;
    transition: .5s;
}

.home3 .content .top a .box .icon{
    position: relative;
    width: .61rem;
    height: .85rem;
}
.home3 .content .top a .box h4{
    font-size: .32rem;
    color: #fff;
    line-height: .4rem;
    text-align: center;
    margin-top: .36rem;
}

.home3 .content .top_l{
    width: 28.17%;
}
.home3 .content .top_l .pic{
    padding-top: 6.75rem;
}
.home3 .content .top_r{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home3 .content .top_r a{
    width: 48.52%;
    margin-top: .28rem;
}
.home3 .content .top_r a:nth-child(-n+2){
    margin-top: 0;
}
.home3 .content .top_r a .pic{
    padding-top: 3.22rem;
}

.home3 .content .top a:hover h3{
    opacity: 0;
}
.home3 .content .top a:hover .box{
    top: 0;
    height: 100%;
    opacity: 1;
}

.list_box3 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.list_box3 li a{
    display: block;
    position: relative;
}
.list_box3 li .pic{
    padding-top: 6.67rem;
}

.list_box3 li .txt-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 1.07rem 0 1.12rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    z-index: 5;
}
.list_box3 li .icon{
    position: relative;
    width: 1.82rem;
    height: 1.82rem;
    border: 1px dashed #fff;
    border-radius: 50%;
}
.list_box3 li .icon img{
    max-width: .93rem;
    max-height: .87rem;
}

.list_box3 li .txt i{
    display: block;
    width: 1px;
    height: .52rem;
    background: #fff;
    margin: .23rem auto .28rem;
}
.list_box3 li .txt h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.list_box3 li .txt h5{
    margin-top: .7rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: .14rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;

}
.list_box3 li .txt h5 img{
    display: block;
    width: .12rem;
    margin-bottom: .22rem;
}

@media (min-width: 1025px) {
    .list_box3 li{
        width: 22.83%;
        transition: .5s;
    }
    .list_box3 li.active{
        width: 30.18%;
    }
    .list_box3 li .txt h5{
        opacity: 0;
        transition: .5s;
    }
    .list_box3 li.active .txt h5{
        opacity: 1;
    }
}

.home3 .content .bot{
    margin-top: 1rem;
}
.home3 .content{
    margin-top: .47rem;
}
.home3 {
    margin-top: 1.36rem;
}

.home4 .tab-tit{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.home4 .tab-tit .li{
    position: relative;
    margin-left: .31rem;
    padding-left: .07rem;
    cursor: pointer;
}

.home4 .tab-tit .li .tit:before{
    opacity: 0;
    transition: .5s;
}
.home4 .tab-tit .li .tit h2{
    opacity: .6;
    transition: .5s;
}
.home4 .tab-tit .li .tit p{
    opacity: 0;
    transition: .5s;
}
.home4 .tab-tit .li:before{
    position: absolute;
    content: '';
    left: -.09rem;
    top: .02rem;
    width: .18rem;
    height: .46rem;
    background: url("../images/s4-img-1.png") no-repeat 50%/100% 100%;
}
.home4 .tab-tit .li:first-child:before{
    display: none;
}
.home4 .tab-tit .li:first-child{
    padding-left: 0;
    margin-left: 0;
}
.home4 .tab-tit .li.active .tit:before,
.home4 .tab-tit .li.active .tit h2,
.home4 .tab-tit .li.active .tit p{
    opacity: 1;
}

.list_box4 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_box4 li{
    width: 23.27%;
}

.list_box4 li a{
    display: block;
    position: relative;
}
.list_box4 li a .pic{
    padding-top: 2.43rem;
}


.list_box4 li a h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #000000;
    height: .56rem;
    transition: .5s;
}
.list_box4 li a p{
    font-size: .14rem;
    line-height: .26rem;
    color: #0f0f0f;
    height: .52rem;
    opacity: .7;
    margin-top: .1rem;
    font-weight: 200;
}
.list_box4 li a time{
    margin-top: .27rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .14rem;
    color: rgba(0, 0, 0, 0.7);
    line-height: .24rem;
    font-weight: 200;
}
.list_box4 li a time img{
    display: block;
    width: .18rem;
}
.list_box4 li .txt{
    padding: .2rem .17rem .15rem ;
    background: #f4f4f4;
}
.list_box4 li:nth-child(2n) a .pic{
    padding-top: 4.47rem;
}
.list_box4 li:nth-child(2n) .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: transparent;
}
.list_box4 li:nth-child(2n) a p{
    display: none;
}
.list_box4 li:nth-child(2n) a time{
    margin-top: .29rem;
    color: #fff;
}
.list_box4 li:nth-child(2n) a h3{
    color: #fff;
}
.list_box4 li:nth-child(2n) a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 61%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.69) 0%, transparent 100%);
}

.list_box4 li:nth-child(2n) a .aline_r{
    background-image: linear-gradient(#fff, #fff);
}
.list_box4 li:nth-child(2n) .alin_r:hover .aline_r {
    color: #fff;
}

.list_box5 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_box5 li{
    width: 23.27%;
}
.list_box5 li a{
    display: block;
    padding: .22rem .17rem .16rem;
    background: #f4f4f4;
}
.list_box5 li h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #000;
}
.list_box5 li p{
    font-size: .14rem;
    line-height: .26rem;
    color: #0f0f0f;
    height: .52rem;
    opacity: .7;
    margin-top: .09rem;
    font-weight: 200;
}
.list_box5 li time{
    margin-top: .26rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .14rem;
    color: rgba(0, 0, 0, 0.7);
    line-height: .24rem;
    font-weight: 200;
}
.list_box5 li a time img{
    display: block;
    width: .18rem;
}

.list_box5{
    margin-top: .18rem;
}
.home4 .gd a{
    display: block;
    width: 1.2rem;
    font-size: .16rem;
    line-height: .48rem;
    color: #fff;
    background: #2c4198;
    text-align: center;
    border-radius: .05rem;
    margin: 0 auto;
}
.home4 .gd{
    display: none;
    margin-top: .2rem;
}

.home4 .tab-cont{
    margin-top: .44rem;
}

.home4 .tab-cont .child{
    display: none;
}
.home4 .tab-cont .child.active{
    display: block;
}

.home4{
    margin-top: 1.37rem;
}

.list2w a{
    display: block;
    text-align: center;
}
.list2w a .num {
    font-size: .18rem;
    color: #fff;
}
.list2w a .num span {
    font-size: .8rem;
    font-family: Impact,sans-serif;
}
.list2w a p {
    font-size: .2rem;
    margin-top: .15rem;
    color: #fff;
}

.home5 .btn-box{
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home5 .btn-box .img{
    display: block;
    object-fit: fill;
    object-position: right center;
}
.home5 .btn-box .img img{
    display: block;
    max-height: .06rem;
}
.home5 .btn-box .imgr{
    object-position: left center;
}
.home5 .btn-box .page{
    margin: 0 .1rem;
    font-size: 0;
    flex-shrink: 0;
    position: static;
}
.home5 .btn-box .page span{
    width: .33rem;
    height: .33rem;
    background: transparent url('../images/s5-img-3.png') no-repeat 50%/100% 100%;
    opacity: 1;

}
.home5 .video{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.home5 .video video{
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    object-fit: cover;
}
.home5 .video:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}
.home5 {
    margin-top: .76rem;
    overflow: hidden;
    padding: 2.52rem  0 1.98rem;
    position: relative;
}

.list3w-top a{
    display: block;
    position: relative;
    transform-origin: left center;
    transition: .5s;
}
.list3w-top a .pic{
    padding-top: 3.48rem;
}

.list3w-top a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #4251ea;
    opacity: 0;
    transition: .5s;
}
.list3w-top .swiper-slide-active a:after{
    opacity: 1;
}
.list3w-top .swiper-slide-active a{
    transform: scale(1.05);
}

.list3w-top .swiper-container{
    padding: .1rem 0;
}
.list3w-top .btn-box{
    position: absolute;
    right: 0;
    bottom: -.82rem;
    width: 1.42rem;
    display: flex;
    justify-content: space-between;
}
.list3w-top .btn{
    width: .7rem;
    height: .55rem;
    position: static;
    transform: none;
    background: #4151f0 no-repeat 50%/.16rem;
    opacity: 1;
}

.list3w-top .prev{
    background-image: url("../images/prev-1.png");
}
.list3w-top .next{
    background-image: url("../images/next-1.png");
}

.list3w-top{
    position: relative;
}
.list3w-bot a{
    display: block;
}
.list3w-bot a h3{
    font-size: .24rem;
    line-height: .3rem;
    color: #232323;
}
.list3w-bot a h4{
    margin-top: .08rem;
    font-size: .16rem;
    line-height: .24rem;
    color: #4251ea;
}
.list3w-bot a p{
    margin-top: .14rem;
    font-size: .14rem;
    line-height: .26rem;
    color: rgba(15, 15, 15, 0.7);
    height: .52rem;
    font-weight: 200;
}
.list3w-bot {
    margin-top: .3rem;
}

.home6 .content{
    margin-top: .49rem;
}
.home6{
    margin-top: 1.3rem;
}

.home7 .left{
    width: 48.24%;
}

.home7 .left a{
    display: block;
    position: relative;
}
.home7 .left a .pic{
    z-index: 2;
    padding-top: 4.64rem;
}
.home7 .left a .play{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .86rem;
    height: .85rem;
    background: url("../images/s7-img-5.png") no-repeat 50%/100% 100%;
    z-index: 3;
    margin: auto;
}
.home7 .left a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .28rem;
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
    text-align: center;
    z-index: 3;
}
.home7 .left a:after{
    position: absolute;
    content: '';
    left: -.16rem;
    right: -.16rem;
    top: -.16rem;
    bottom: -.16rem;
    background: url("../images/s7-img-6.png") no-repeat 50%/100% 100%;
}

.home7 .right{
    width: 50.25%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.home7 .right a{
    display: block;
    position: relative;
}
.home7 .right a h3{
    position: absolute;
    left: .21rem;
    top: .23rem;
    font-size: .24rem;
    line-height: 1;
    width: .24rem;
    color: #fff;
    z-index: 3;
}
.home7 .right a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(120deg,#4151f0 0%,transparent 100%);
}
.home7 .right .ll{
    width: 53.57%;
}
.home7 .right .ll a .pic{
    padding-top: 2.88rem;
}
.home7 .right .ll a:not(:first-child){
    margin-top: .09rem;
}
.home7 .right .rr{
    width: 45.31%;
}
.home7 .right .rr a .pic{
    padding-top: 4.64rem;
}

.home7 .content{
    margin-top: -.15rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.home7 {
    padding: 1.16rem 0 .69rem;
}

body{
    background: url("../images/body.png") no-repeat bottom .4rem  center/100% auto;
}

@media (max-width: 1199px) {
    .banner{
        margin-top: .75rem;
    }
    body{
        background: #fff;
    }
}

@media (max-width: 1025px) {
    .title001 .tit h2{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title001 .tit p{
        font-size: .14rem;
    }
    .title001 .tit p img{
        height: .04rem;
        margin-left: .05rem;
    }
    .title001 .tit:before{
        top: -0.1rem;
        width: 0.57rem;
        height: 0.51rem;
    }
    .title001 .tit{
        padding-left: .3rem;
    }
    .title001 .more a img{
        margin-left: .1rem;
    }

    .home1 .left{
        width: 100%;
        padding-right: 0;
    }

    .list1w .miso_hd .pic{
        padding-top: 60.97%;
    }
    .list1w .miso_hd .txt{
        padding: .2rem;
    }
    .list1w .miso_hd h3{
        padding-bottom: .1rem;
    }
    .list1w .miso_hd p{
        margin-top: .1rem;
    }

    .list1w .bot{
       margin: .2rem 0 0;
        padding: 0;
    }
    .list1w .miso_bd .bg{
        left: 0;
        right: 0;
    }
    .list1w .miso_bd a{
        padding: .2rem;
    }
    .list1w .miso_bd a:before{
        top: .51rem;
    }
    .list1w .miso_bd .bg:after{
        display: none;
    }
    .list1w{
        margin-top: .25rem;
    }
    .home1 .right{
        width: 100%;
        padding-left: 0;
        margin-top: .45rem;
    }
    .list_box1 li.active:before{
        right: 0;
    }
    .list_box1 ul {
        height: 6.6rem;
    }
    .list_box1{
        margin-top: .25rem;
    }
    .home1{
        padding: .45rem 0 .4rem;
    }
    .home2 .title001 .tit h5,
    .home3 .title001 .tit h5{
        display: none;
    }
    .list_box2 li .lines{
        display: none;
    }
    .list_box2 li{
        height: auto;
        width: 32%;
    }
    .list_box2 ul,
    .list_box2 li a,
    .list_box2 li a .img_zd, .list_box2 li a .img_hezi{
        height: auto;
    }
    .list_box2 ul{
        flex-wrap: wrap;
        gap: .2rem 2%;
    }
    .list_box2 li a .img_hezi{
        padding-top: 3.2rem;
    }
    .list_box2 li a .icon{
        margin-top: .1rem;
        width: 1rem;
        height: .9rem;
    }
    .list_box2 li a .icon img{
        max-width: 0.5rem;
        max-height: 0.5rem;
    }
    .list_box2 li a .txt-box{
        padding: .15rem;
        justify-content: center;
    }
    .list_box2 li a h3{
        font-size: .22rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .list_box2 li a .p2{
        display: none;
    }
    .list_box2 li a .p1{
        height: .96rem;
        opacity: 1;
        padding: 0;
        margin-top: .1rem;
    }
    .list_box2 li a .p1 p{
        opacity: 1;
        -webkit-line-clamp: 4;
    }
    .list_box2 li a h5{
        opacity: 1;
    }
    .list_box2{
        margin-top: .25rem;
        padding: .2rem 15px;
    }
    .home3 .content .top_l{
        width: 49%;
    }
    .home3 .content .top_l .pic{
        padding-top: 59.52%;
    }
    .home3 .content .top_r{
        width: 100%;
        gap: .2rem 2%;
        margin-bottom: .2rem;
    }
    .home3 .content .top_r a .pic{
        padding-top: 59.52%;
    }
    .home3 .content .top a h3{
        font-size: .2rem;
        line-height: .5rem;
    }
    .home3 .content .top_r a{
        width: 49%;
        margin: 0;
    }
    .home3 .content .top a .box .icon{
        width: .4rem;
        height: .4rem;
    }
    .home3 .content .top a .box h4{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .home3 .content .top{
        align-items: center;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .list_box3 li{
        width: 25%;
    }
    .list_box3 li .icon{
        width: .8rem;
        height: .8rem;
        margin-bottom: .2rem;
    }
    .list_box3 li .icon img{
        width: .4rem;
        height: .4rem;
    }
    .list_box3 li .txt i{
        margin: .1rem auto;
    }
    .list_box3 li .txt h3{
        font-size: .22rem;
        line-height: .3rem;
    }
    .list_box3 li .txt h5{
        margin-top: .1rem;
    }
    .list_box3 li .txt h5 img{
        margin-bottom: .1rem;
    }
    .list_box3 li .txt-box{
        padding: .2rem;
        justify-content: center;
    }
    .list_box3 li .pic{
        padding-top: 3rem;
    }
    .home3 .content .bot{
        margin-top: .3rem;
    }
    .home3 .content{
        margin-top: .2rem;
    }
    .home3{
        margin-top: .45rem;
    }
    .home4 .tab-tit .li:before{
        display: none;
    }
    .home4 .tab-tit .li .tit p{
        opacity: .6;
    }
    .home4 .tab-tit .li{
        padding-left: 0;
        margin-left: .3rem;
    }
    .list_box4 li a .pic{
        padding-top: 65.67%;
    }
    .list_box4 li .txt,
    .list_box5 li a{
        padding: .15rem;
    }
    .list_box4 li a time,
    .list_box5 li time{
        margin-top: .1rem;
    }
    .list_box4 li a p,
    .list_box5 li p{
        margin-top: .05rem;
    }
    .list_box4 li:nth-child(2n) a .pic{
        padding-top: 3.37rem;
    }
    .list_box4 li:nth-child(2n) a time{
        margin-top: .1rem;
    }
    .list_box4 li,
    .list_box5 li{
        width: 49%;
    }
    .list_box4 li:nth-child(1){
        order: 0;
    }
    .list_box4 li:nth-child(2){
        order: 2;
    }
    .list_box4 li:nth-child(3){
        order: 1;
    }
    .list_box4 li:nth-child(4){
        order: 3;
    }
    .list_box4 li:nth-child(2n) a .pic{
        padding-top: 121.14%;
    }
    .list_box4 ul,
    .list_box5 ul{
        gap: .2rem 2%;
    }
    .home4 .tab-cont{
        margin-top: .25rem;
    }
    .home4 {
        margin-top: 0.45rem;
    }
    .list2w a .num span{
        font-size: .6rem;
    }
    .list2w a p{
        margin-top: .1rem;
    }
    .home5 .btn-box{
        margin-top: .3rem;
    }
    .home5{
        padding: .6rem 0;
        margin-top: .45rem;
    }
    .list3w-top a .pic{
        padding-top: 138.09%;
    }
    .list3w-bot a p{
        margin-top: .1rem;
    }
    .list3w-top .btn-box{
        position: static;
        width: auto;
    }
    .list3w-top .btn{
        position: absolute;
        width: .25rem;
        height: .35rem;
        background-size: .1rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .list3w-top .prev{
        left: 0;
    }
    .list3w-top .next{
        right: 0;
    }
    .list3w-bot{
        margin-top: .2rem;
    }
    .home6 .content{
        margin-top: .2rem;
    }
    .home6 {
        margin-top: 0.45rem;
    }
    .home7 .left{
        width: 100%;
    }
    .home7 .left a .pic{
        padding-top: 60.5%;
    }
    .home7 .left a:after{
        left: -15px;
        right: -15px;
    }
    .home7 .left a h3{
        font-size: .2rem;
        line-height: .3rem;
        bottom: .2rem;
    }
    .home7 .left a .play{
        width: .5rem;
        height: .5rem;
    }
    .home7 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .home7 .right .ll{
        width: 66.2%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .home7 .right .ll a{
        width: 48.5%;
        margin: 0 !important;
    }
    .home7 .right .ll a .pic{
        padding-top: 67.29%;
    }
    .home7 .right .rr{
        width: 32%;
    }
    .home7 .right .rr a .pic{
        padding-top: 67.29%;
    }
    .home7 .content{
        margin-top: .3rem;
    }
    .home7{
        padding: .45rem 0 .4rem;
    }
}

@media (max-width: 769px) {
    .list_box1 li time{
        width: .9rem;
    }
    .list_box1 li .txt {
        width: calc(100% - 1.1rem);
        padding-right: .1rem;
    }
    .list_box3 li{
        width: 50%;
    }
    .home3 .content .top a{
        border-radius: .1rem;
    }
    .home7 .right a h3{
        left: .1rem;
        top: .1rem;
        font-size: .2rem;
    }
    .home4 .gd{
        display: block;
    }
    .home4 .title001 .more{
        display: none;
    }
    .home4 .tab-tit{
        width: 100%;
        justify-content: space-between;
    }
    .home4 .tab-tit li{
        margin-left: 0;
    }
}

@media (max-width: 481px) {
    .list1w .miso_hd .txt{
        display: none;
    }
    .list_box2 li{
        width: 49%;
    }
    .list_box3 li .txt i{
        height: .3rem;
    }
    .list_box3 li .pic {
        padding-top: 2.7rem;
    }
    .home4 .tab-tit .li .tit{
        padding-left: 0;
    }
    .home4 .tab-tit .li .tit:before{
        display: none;
    }
    .list2w a .num span {
        font-size: 0.5rem;
    }
    .home7 .right .ll{
        width: 100%;
    }
    .home7 .right .ll a{
        width: 49%;
    }
    .home7 .right .rr{
        width: 49%;
        margin-top: .1rem;
    }
}