@charset "utf-8";

.banner a{
    display: block;
    position: relative;
}
.banner a img{
    display: block;
    width: 100%;
}

.banner .page{
    font-size: 0;
    right: 0;
    bottom: .42rem;
    margin: 0 auto;
}

.banner .page span{
    width: .36rem;
    height: .36rem;
    /* margin: 0 .16rem; */
    background: transparent url("../images/dots-1.png") no-repeat 50%/100% 100%;
    border-radius: 0;
    opacity: 1;
}

.banner .page span.active{
    background-image: url("../images/dots-2.png");
}

.banner .btn{
    width: .73rem;
    height: 1.03rem;
    background: no-repeat 50%/100% 100%;
}

.banner .prev{
    left: .67rem;
    background-image: url("../images/prev-1.png");
}

.banner .next{
    right: .67rem;
    background-image: url("../images/next-1.png");
}


.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title001 .tit{
    position: relative;
    padding-left: .44rem;
}
.title001 h2{
    font-size: .4rem;
    line-height: .5rem;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.title001 h2 img{
    display: block;
    width: .32rem;
    margin-right: .19rem;
}
.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .3rem;
    color: #212fb4;
    font-weight: bold;
}
.title001 .more a img{
    display: block;
    width: .19rem;
    margin-left: .2rem;
}
.index-s1 .tab-tit{
    display: flex;
    flex-wrap: wrap;
}

.index-s1 .tab-tit h2{
    opacity: .5;
    cursor: pointer;
    position: relative;
    margin-left: 1.06rem;
}
.index-s1 .tab-tit h2:before{
    position: absolute;
    content: '';
    top: 50%;
    left: -.48rem;
    width: .19rem;
    height: .38rem;
    background: url("../images/s1-img-3.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
}
.index-s1 .tab-tit h2:first-child:before{
    display: none;
}
.index-s1 .tab-tit h2:first-child{
    margin-left: 0;
}
.index-s1 .tab-tit h2.active{
    opacity: 1;
}
.index-s1 .title001 .more a{
    display: none;
}
.index-s1 .title001 .more a.active{
    display: flex;
}
.index-s1 .left{
    position: relative;
    width: 47.26%;
}

.list1w a{
    display: block;
    position: relative;
    overflow: hidden;
}

.list1w a .pic{
    padding-top: 5.13rem;
}

.list1w a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    padding: 0 .2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 3;
}
.list1w a h3{
    flex: 1;
    font-size: .2rem;
    line-height: .28rem;
    color: #fff;
    font-weight: 700;
}
.list1w a time{
    display: block;
    width: .42rem;
    margin-left: .2rem;
    flex-shrink: 0;
    font-size: .2rem;
    color: #fff;
    line-height: 1;
    position: relative;
}
.list1w a time span{
    display: block;
}
.list1w a time em{
    margin-top: .06rem;
    display: block;
    text-align: right;
}
.list1w a time:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 141.42%; /* 对角线长度（√2 * 100%） */
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
    transform-origin: 100% 0;
}
.list1w a .tag{
    position: absolute;
    left: 0;
    top: 0;
    width: .84rem;
    height: .84rem;
    background: url("../images/s1-img-2.png") no-repeat 50%/100% 100%;
    clip-path: polygon(0% 0%,0% 100%,100% 0%);
}
.list1w a .tag span{
    position: absolute;
    font-size: .16rem;
    line-height: 1;
    color: #fff;
    left: 0;
    top: 0;
    right: 0;
    transform: rotate(-45deg);
}

.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.6rem;
    background: linear-gradient(360deg,#000 0%,transparent 100%);
}

.list1w .btn{
    width: .63rem;
    height: .63rem;
    background: transparent no-repeat 50%/100% 100%;
}
.list1w .prev{
    left: .33rem;
    background-image: url("../images/prev-2.png");
}
.list1w .next{
    right: .33rem;
    background-image: url("../images/next-2.png");
}

.list_box1 li{
    width: 48.57%;
    position: relative;
    margin-top: .16rem;
}
.list_box1 li:nth-child(-n+2){
    margin-top: 0;
}
.list_box1 li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .19rem .38rem .19rem .2rem;
}
.list_box1 li time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #4151f0;
    transition: .5s;
}
.list_box1 li h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #262626;
    margin-top: .05rem;
    transition: .5s;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    clip-path: polygon(0% 0%,93% 0%,100% 25%,100% 100%,0% 100%);
    transition: .5s;
}
.list_box1 li:hover:after{
    background: #4151f0;
}
.list_box1 li:hover time,
.list_box1 li:hover h3{
    color: #fff;
}

.list_box1{
    margin-top: .16rem;
}

.index-s1 .right{
    position: relative;
    width: 49.76%;
}

.list_box2 li{
    position: relative;
    background: #fff;
    margin-top: .26rem;
}
.list_box2 li:first-child{
    margin-top: 0;
}
.list_box2 li a{
    position: relative;
    z-index: 2;
    padding: .41rem .39rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.list_box2 li time{
    display: block;
    width: .71rem;
    text-align: center;
    background: #f2f2f2;
    border-radius: .05rem;
    overflow: hidden;
    transition: .5s;
}

.list_box2 li time span{
    display: block;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    background: #4151f0;
    transition: .5s;
}
.list_box2 li time em{
    display: block;
    font-size: .34rem;
    line-height: .52rem;
    color: #424242;
    font-weight: bold;
    transition: .5s;
}
.list_box2 li .txt{
    width: calc(100% - .96rem);
}
.list_box2 li h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #000000;
    transition: .5s;
}
.list_box2 li p{
    margin-top: .1rem;
    font-size: .14rem;
    line-height: .22rem;
    color: #0f0f0f;
    height: .44rem;
    font-weight: 200;
    transition: .5s;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img-6.png") no-repeat bottom right/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    right: .4rem;
    bottom: .23rem;
    width: .2rem;
    height: .2rem;
    background: url("../images/s1-img-4.png") no-repeat 50%/100% 100%;
    transition: .5s;
}
.list_box2 li:hover:before{
    opacity: 1;
    visibility: visible;
}

.list_box2 li:hover:after{
    background-image: url("../images/s1-img-5.png");
}

.list_box2 li:hover time span{
    background: #b43cfa;
}
.list_box2 li:hover h3,
.list_box2 li:hover p{
    color: #fff;
}
.list_box2 li:hover{
    background: transparent;
}
.list_box2{
   /* opacity: 0;*/
}
.index-s1 .tab-cont .child{
    opacity: 0;
    height: 0;
    transform: scale(0);
}
.index-s1 .tab-cont .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}
.index-s1 .tab-cont .child.active .list1w,
.index-s1 .tab-cont .child.active .list_box1,
.index-s1 .tab-cont .child.active .list_box2{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s1 .tab-cont .child.active .list_box2{
    animation-delay: .2s;
}
.index-s1 .tab-cont .child.active .list_box1{
    animation-delay: .3s;
}
.index-s1 .tab-cont{
    margin-top: .53rem;
}

.list_box7 .li{
    width: 30.92%;
    background: url("../images/s1-img-10.png") no-repeat 50%/100% 100%;
    filter: drop-shadow(0 0 .2rem rgba(91, 91, 91, 0.44));
    transition: .5s;
}
.list_box7 .li a{
    height: .87rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .22rem;
    color: #fff;
    font-weight: bold;
}
.list_box7 .li a img{
    display: block;
    height: .2rem;
    margin-right: .15rem;
}
.list_box7 .li:nth-child(2){
    background-image: url("../images/s1-img-11.png");
}
.list_box7 .li:nth-child(3){
    background-image: url("../images/s1-img-12.png");
}
.list_box7 .li:hover{
    transform: translateY(-.1rem);
}
.list_box7{
    margin-bottom: .68rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-s1{
    padding: .46rem 0 1.1rem;
    background: url("../images/homea.jpg") no-repeat bottom center/100% 100%;
}

.index-s2 .title001 h2{
    color: #fff;
}

.list2w_1 a{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.list2w_1 a .pic{
    width: 3.75rem;
    height: 2.28rem;
    border-radius: .2rem;
}

.list2w_1 a .txt{
    width: calc(100% - 4.33rem);
    padding-top: .04rem;
}

.list2w_1 a .para{
    font-size: .22rem;
    line-height: .46rem;
    color: #ffffff;
    height: 1.84rem;
    overflow: hidden;
}

.list2w_1 a .para *{
    font-size: .22rem;
    line-height: .46rem;
}

.list2w_1 a .gd span{
    display: block;
    width: 2.28rem;
    line-height: .64rem;
    color: #fff;
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    border-radius: .5rem;
    background: #3d61f6;
}
.list2w_1 a .gd{
    display: flex;
    justify-content: flex-end;
}

.list2w_2 .con h3{
    font-size: .3rem;
    line-height: .4rem;
    color: #fff;
    padding-right: .3rem;
    background: url("../images/s2-img-2.png") no-repeat right center/.18rem;
}

.list2w_2 .con i{
    display: block;
    height: .03rem;
    width: .28rem;
    background: #fff;
    margin: .22rem 0 .45rem;
}
.list2w_2 .con p{
    font-size: .18rem;
    line-height: .36rem;
    color: #fff;
    -webkit-line-clamp: 3;
    height: 1.08rem;
}

.list2w_2 .con{
    display: block;
    padding: .37rem .44rem .43rem ;
}
.list2w_2 .slide0{
    background: linear-gradient(28deg,#240fe0 0 ,#1c0edf 100%);
}
.list2w_2 .slide1{
    background: linear-gradient(28deg,#4151f0 0 ,#5a69ff 100%);
}
.list2w_2 .slide2{
    background: linear-gradient(28deg,#02b2cd 0 ,#2bd5ef 100%);
}
.list2w_2 .slide3{
    background: linear-gradient(28deg,#a721f4 0 ,#a721f4 100%);
}
.list2w_2 .slide4{
    background: linear-gradient(28deg,#1f80cf94 0 ,#1983da 100%);
}
.list2w_2 .slide5{
    background: linear-gradient(28deg,#a721f4 0 ,#a721f4 100%);
}
.list2w_2 .slide6{
    background: linear-gradient(28deg,#a721f4 0 ,#a721f4 100%);
}
.list2w_2 .slide7{
    background: linear-gradient(28deg,#a721f4 0 ,#a721f4 100%);
}
.list2w_2 .slide8{
    background: linear-gradient(28deg,#a721f4 0 ,#a721f4 100%);
}
.list2w_2 .slide9{
    background: linear-gradient(28deg,#a721f4 0 ,#a721f4 100%);
}

.list2w_2 .swiper-slide{
    border-radius: .2rem;
}
.list2w_2 .btn{
    width: .63rem;
    height: .63rem;
    background: no-repeat 50%/100% 100%;
}
.list2w_2 .prev{
    left: -.99rem;
    background-image: url("../images/prev-2.png");
}
.list2w_2 .next{
    right: -.99rem;
    background-image: url("../images/next-2.png");
}
.list2w_2{
    position: relative;
}

.index-s2 .bot{
    margin-top: .9rem;
}
.index-s2 .content{
    margin-top: .49rem;
}


.index-s2{
    padding: 1.07rem 0 ;
    background: url("../images/index-s2.jpg") no-repeat bottom center/cover;
}

.index-s3 .left{
    width: 48.82%;
}

.index-s3 .left .top a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("../images/s3-img-3.png") no-repeat right center/auto 100%;
}
.index-s3 .left .top a .pic{
    width: 2.25rem;
    height: 1.33rem;
}
.index-s3 .left .top a .txt{
    width: calc(100% - 2.45rem);
    padding-right: .6rem;
}
.index-s3 .left .top a h3{
    font-size: .2rem;
    line-height: .28rem;
    color: #000000;
    font-weight: bold;
    transition: .5s;
}
.index-s3 .left .top a i{
    display: block;
    height: 1px;
    background: #212121;
    margin: .12rem 0 .11rem;
}
.index-s3 .left .top a time img{
    display: block;
    width: .09rem;
    margin-right: .1rem;
}
.index-s3 .left .top a time{
    display: flex;
    align-items: center;
    font-size: .12rem;
    color: #4151f0;
    line-height: .24rem;
}
.index-s3 .left .top{
    margin-bottom: .21rem;
}
.list_box8 li a{
    position: relative;
    z-index: 2;
    height: .87rem;
    padding: 0 .26rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.list_box8 li h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #010101;
    transition: .5s;
}

.list_box8 li time{
    display: block;
    font-size: .12rem;
    line-height: .24rem;
    color: rgba(0, 0, 0, 0.5);
    padding-left: .19rem;
    background: url("../images/s3-img-4.png") no-repeat left center/.09rem;
    transition: .5s;
}
.list_box8 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #4151f0;
    clip-path: polygon(100% 0%,100% calc(100% - .32rem),calc(100% - .34rem) 100%,0% 100%,0% 0%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box8 li:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: .34rem;
    height: .34rem;
    background: url("../images/s3-img-6.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box8 li{
    position: relative;
    background: #fff;
    margin-top: .21rem;
    transition: .5s;
}
.list_box8 li:first-child{
    margin-top: 0;
}
.list_box8 li:hover h3{
    color: #fff;
}
.list_box8 li:hover time{
    color: #fff;
    background-image: url("../images/s3-img-5.png");
}
.list_box8 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box8 li:hover:before{
    opacity: 1;
    visibility: visible;
}
.list_box8 li:hover{
    background: transparent;
}
.list_box8{
    position: relative;
    z-index: 2;
}
.index-s3 .right{
    width: 48.82%;
    position: relative;
}
.index-s3 .right .list_box8 li:first-child a{
    height: 1.33rem;
}

.index-s3 .right:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 100%;
    width: 80.59%;
    height: 1.23rem;
    /* background: url("../images/s3-img-7.png") no-repeat 50%/100% 100%; */
}

.index-s3 .content{
    margin-top: .47rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index-s4 .tab-tit{
    display: flex;
    flex-wrap: wrap;
}

.index-s4 .tab-tit h2{
    opacity: .5;
    cursor: pointer;
    position: relative;
    margin-left: 1.06rem;
}
.index-s4 .tab-tit h2:before{
    position: absolute;
    content: '';
    top: 50%;
    left: -.48rem;
    width: .19rem;
    height: .38rem;
    background: url("../images/s1-img-3.png") no-repeat 50%/100% 100%;
    transform: translateY(-50%);
}
.index-s4 .tab-tit h2:first-child:before{
    display: none;
}
.index-s4 .tab-tit h2:first-child{
    margin-left: 0;
}
.index-s4 .tab-tit h2.active{
    opacity: 1;
}
.index-s4 .title001 .more a{
    display: none;
}
.index-s4 .title001 .more a.active{
    display: flex;
}

.index-s4 .left{
    width: 32.24%;
}

.index-s4 .left a{
    display: block;
}
.index-s4 .left a .pic{
    padding-top: 3.14rem;
}
.index-s4 .left a .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-s4 .left a .time span{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #4151f0;
}
.index-s4 .left a .time time{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .24rem;
    color: #bfbfbf;
}
.index-s4 .left a .time time time{
    display: block;
    width: .13rem;
    margin-right: .07rem;
}
.index-s4 .left a h3{
    margin-top: .25rem;
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    transition: .5s;
}
.index-s4 .left a p{
    font-size: .14rem;
    line-height: .24rem;
    color: #646464;
    height: .48rem;
    margin-top: .2rem;
}
.index-s4 .left a p span{
    color: #4151f0;
}
.index-s4 .left a .txt{
    padding: .28rem .3rem .38rem;
    background: #fff;
}
.index-s4 .left a:hover h3{
    color: #4151f0;
}
.index-s4 .right{
    width: 66.12%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_box4 li a{
    position: relative;
    z-index: 2;
    height: 1.32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box4 li time{
    width: .7rem;
    height: .7rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #f0f0f0;
    border-radius: .1rem 0 .1rem 0;
    transition: .5s;
}
.list_box4 li time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    font-weight: bold;
    color: #616161;
    transition: .5s;
}
.list_box4 li time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    color: #9e9e9e;
    margin-top: .05rem;
    transition: .5s;
}
.list_box4 li .txt{
    width: calc(100% - .95rem) ;
}
.list_box4 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    max-height: .6rem;
    transition: .5s;
}
.list_box4 li:before{
    position: absolute;
    content: '';
    left: -.28rem;
    right: -.28rem;
    top: 0;
    bottom: -1px;
    background: #4151f0;
    clip-path: polygon(100% 0%,100% calc(100% - .32rem),calc(100% - .34rem) 100%,0% 100%,0% 0%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    right: -.28rem;
    bottom: -1px;
    width: .34rem;
    height: .34rem;
    background: url("../images/s3-img-6.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list_box4 li:last-child{
    border: none;
}
.list_box4 li{
    position: relative;
    border-bottom: 1px solid #d1d1d1;
}
.list_box4 li:hover time{
    background: #606efe;
}

.list_box4 li:hover time span,
.list_box4 li:hover time em{
    color: #fff;
}
.list_box4 li:hover h3{
    color: #fff;
}
.list_box4 li:hover:before,
.list_box4 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box4{
    width: 48.76%;
    padding: .14rem .28rem .09rem;
    background: #fff;
}

.index-s4 .child{
    display: none;
}
.index-s4 .child.active{
    display: block;
}
.index-s4 .child.active .left,
.index-s4 .child.active .list_box4{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s4 .child.active .list_box4{
    animation-delay: 0.2s;
}
.index-s4 .child.active .list_box4:nth-child(2){
    animation-delay: 0.3s;
}

.index-s4 .tab-cont{
    margin-top: .51rem;
}
.index-s4{
    margin-top: .97rem;
}

.homea{
    padding: 1.05rem 0 .98rem;
    background:#f1f2ff url("../images/homeb.jpg") no-repeat bottom center/100% auto;
}

@media (max-width: 1199px) {
    .banner{
        margin-top: .75rem;
    }
    .banner .btn{
        width: 0.35rem;
        height: 0.5rem;
    }
    .banner .prev{
        left: .2rem;
    }
    .banner .next{
        right: .2rem;
    }
    .banner .page{
        max-width: none;
        text-align: center;
        bottom: .2rem;
    }
    .banner .page span{
        width: .24rem;
        height: .24rem;
        margin: 0 .1rem;
    }
}

@media (max-width: 1025px) {
    .title001 h2{
        font-size: .26rem;
        line-height: .4rem;
    }
    .title001 h2 img{
        width: .24rem !important;
        margin-right: .1rem;
    }
    .title001 .more a img{
        width: .15rem;
        margin-left: .05rem;
    }
    .title001 .more a{
        font-size: .16rem;
    }
    .index-s1 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 60.1%;
    }
    .list1w .btn{
        width: .4rem;
        height: .4rem;
    }
    .list1w .prev{
        left: .1rem;
    }
    .list1w .next{
        right: .1rem;
    }
    .list_box1 li{
        width: 49%;
        margin: 0;
    }
    .list_box1 ul{
        gap: .2rem 0;
    }
    .index-s1 .right{
        width: 100%;
        margin-top: .3rem;
        padding-left: 0;
    }
    .index-s1 .right:before{
        display: none;
    }
    .list_box2 li a{
        line-height: .64rem;
    }
    .list_box2 {
        margin-top: 0.1rem;
    }
    .list_box7{
        margin-bottom: .3rem;
    }
    .index-s1 .tab-tit h2,
    .index-s4 .tab-tit h2{
        margin-left: .4rem;
    }
    .index-s1 .tab-tit h2:before,
    .index-s4 .tab-tit h2:before{
        left: -0.25rem;
        width: .1rem;
        height: 0.2rem;
    }
    .list_box7 .li a{
        font-size: .2rem;
        height: .64rem;
    }
    .list_box7 .li{
        width: 32%;
    }
    .index-s1 .tab-cont{
        margin-top: .26rem;
    }
    .list_box2 li a{
        padding: .2rem;
    }
    .list_box2 li:before{
        background: #4151f0;
    }
    .index-s1{
        padding: .4rem 0;
        background-size: 100% auto;
        background-color: #efefef;
    }
    .list2w_1 a .pic{
        width: 100%;
        height: auto;
        padding-top: 60.8%;
    }
    .list2w_1 a .txt{
        width: 100%;
        margin-top: .2rem;
    }
    .list2w_1 a .para *{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list2w_1 a .para{
        font-size: .2rem;
        line-height: .3rem;
        height: 1.2rem;
    }
    .list2w_1 a .gd span{
        font-size: .18rem;
        line-height: .48rem;
        width: 1.6rem;
    }
    .list2w_1 a .gd{
        margin-top: .2rem;
        justify-content: center;
    }
    .list2w_2 .con{
        padding: .2rem;
    }
    .list2w_2 .con h3{
        font-size: .2rem;
        line-height: .3rem;
        background-size: .14rem;
    }
    .list2w_2 .con i{
        margin: .1rem 0;
    }
    .list2w_2 .con p{
        line-height: .28rem;
        height: .84rem;
    }
    .list2w_2 .swiper-slide{
        border-radius: .1rem;
    }
    .index-s2 .bot{
        margin-top: .3rem;
        display: none;
    }
    .list2w_2 .prev{
        left: -10px;
    }
    .list2w_2 .next{
        right: -10px;
    }
    .list2w_2 .btn{
        width: .4rem;
        height: .4rem;
    }
    .list2w_2{
        padding: 0 .4rem;
    }
    .index-s2 .content{
        margin-top: .26rem;
    }
    .index-s2{
        padding: .4rem 0;
    }
    .index-s3 .left{
        width: 100%;
    }
    .index-s3 .right{
        width: 100%;
        margin-top: .2rem;
    }
    .index-s3 .right:before{
        display: none;
    }
    .list_box8 li a{
        height: .82rem;
        padding: 0 .2rem;
    }
    .index-s3 .right .list_box8 li:first-child a{
        height: .82rem;
    }
    .index-s3 .left .top a .txt{
        padding-right: .2rem;
    }
    .index-s3 .content{
        margin-top: .26rem;
    }
    .index-s4 .left{
        width: 100%;
    }
    .index-s4 .left a .pic{
        padding-top: 69.59%;
    }
    .index-s4 .left a .txt{
        padding: .2rem;
    }
    .index-s4 .left a h3{
        margin-top: .1rem;
    }
    .index-s4 .left a p{
        margin-top: .1rem;
    }
    .index-s4 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box4{
        width: 49%;
        padding: .1rem .2rem;
    }
    .list_box4 li a{
        height: 1.2rem;
    }
    .list_box4 li:before{
        left: -.2rem;
        right: -.2rem;
    }
    .list_box4 li:after{
        right: -.2rem;
    }
    .index-s4 .tab-cont{
        margin-top: .26rem;
    }
    .index-s4{
        margin-top: .4rem;
    }
    .homea{
        padding: .4rem 0;
    }
}

@media (max-width: 769px) {
    .list_box1 li{
        width: 100%;
    }
    .list_box1 li a{
        padding: .15rem .2rem ;
    }
    .list_box1 li:after{
        clip-path: polygon(0% 0%, 95% 0%, 100% 35%, 100% 100%, 0% 100%);
    }
    .list_box7 .li a img{
        height: .16rem;
        margin-top: .05rem;
    }
    .list_box2 li:after{
        display: none;
    }
    .list_box2 li p{
        margin-top: .05rem;
    }
    .list_box2 li time em{
        line-height: .48rem;
        font-size: .28rem;
    }
    .list_box2 li .txt {
        width: calc(100% - 0.85rem);
    }
    .list_box4{
        width: 100%;
    }
    .index-s4 .right{
        gap: .3rem 0;
    }
}

@media (max-width: 481px) {
    .banner .page{
        bottom: .1rem;
    }
    .banner .page span{
        margin: 0 .05rem;
    }
    .banner .btn {
        width: 0.25rem;
        height: 0.35rem;
    }
    .banner .next {
        right: .1rem;
    }
    .banner .prev {
        left: .1rem;
    }
    .list_box7 .li{
        width: 49%;
    }
    .list_box7{
        gap: .15rem 2%;
        justify-content: center;
    }
    .index-s1 .tab-tit h2, .index-s4 .tab-tit h2{
        margin-left: .2rem;
    }
    .index-s1 .tab-tit h2:before, .index-s4 .tab-tit h2:before{
        display: none;
    }
    .index-s3 .left .top a .pic {
        width: 1.7rem;
        height: 1.3rem;
    }
    .index-s3 .left .top a .txt {
        width: calc(100% - 1.885rem);
    }
}