@charset "utf-8";

.banner  .swiper-slide{
    overflow: hidden;
    position: relative;
}
.banner a{
    display: block;
    height: 100vh;
    position: relative;
    overflow: hidden;
   /* transition: 6s;*/
}
.banner a .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .btn-box{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: .52rem;
    max-width: 14rem;
    margin: 0 auto;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.banner .btn{
    position: static;
    transform: none;
    width: .38rem;
    height: .17rem;
    background: transparent no-repeat 50%/100% 100%;
}

.banner .prev{
    background-image: url("/2024images/prev-1.png");
}
.banner .next{
    background-image: url("/2024images/next-1.png");
}

.banner .page {
    position: static;
    font-size: 0;
    margin: 0 .2rem;
}
.banner .page span {
    font-size: 0;
    position: relative;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.06rem;
    background: transparent no-repeat 50% / 100%;
    opacity: 1;
    border: .01rem solid #fff;
}

.banner .page span.active {
    background: #eb7c01;
    border-color: #eb7c01;
}


.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 9999;
    overflow: auto;
    overflow-x: hidden;
    outline: none;
}
.body_b.showdiv {
    top: 0;
}
.scroll {
    padding-top: 1.3rem;
    background: #272a36;
}


.title001{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.title001 h2{
    font-size: .7rem;
    line-height: 1;
    color: #fff;
    font-family: 'Book_antiqua',sans-serif;
}
.title001 h3{
    display: flex;
    align-items: center;
    font-size: .28rem;
    line-height: .36rem;
    color: #fff;
    margin-top: .1rem;
}
.title001 h3 img{
    display: block;
    max-height: .36rem;
    margin-right: .13rem;
}
.title001 i{
    position: relative;
    display: block;
    height: .02rem;
    background: #eb7c01;
    margin-top: .28rem;
}
.title001 i:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #eb7c01;
}

.title001 .more a{
    display: block;
    width: 1.79rem;
    height: .61rem;
    background: #eb7c01;
}
.title001 .more a img{
    display: block;
    width: 100%;
    transition: .5s;
}
.title001 .more a:hover img{
    transform: translateX(.05rem);
}




.list_box1 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box1 li{
    width: 30.64%;
    margin-left: 4.04%;
    margin-top: .22rem;
}
.list_box1 li:nth-child(3n+1){
    margin-left: 0;
}
.list_box1 li:nth-child(-n+3){
    margin-top: 0;
}
.list_box1 li a{
    display: block;
}
.list_box1 li a .pic{
    padding-top: 2.91rem;
}
.list_box1 li time{
    display: block;
    font-size: .2rem;
    color: #eb7c01;
    line-height: .26rem;
}
.list_box1 li h3{
    font-size: .19rem;
    color: #fff;
    line-height: .41rem;
    height: .82rem;
    transition: .5s;
    margin-top: .1rem;
}
.list_box1 li .txt{
    margin-top: .2rem;
}
.list_box1 li:hover h3{
    color: #eb7c01;
}
.list_box1 {
    margin-top: .33rem;
}

.list_box1 .gd a{
    display: block;
    width: 1.79rem;
    height: .61rem;
    background: #eb7c01;
}
.list_box1 .gd a img{
    display: block;
    width: 100%;
    transition: .5s;
}
.list_box1 .gd a:hover img{
    transform: translateX(.1rem);
}
.list_box1 .gd{
     margin-top: .2rem;
    position: relative;
    z-index: 5;
    transform: translateY(.15rem);
}
.index-s1 .title001{
    padding-right: 1.06rem;
    justify-content: flex-end;
}
.index-s1 .title001 i:after{
    left: 0;
    right: auto;
    width: 100vw;
}

.index-s1{
    position: relative;
    padding: .35rem 0 0.29rem;
    background: url("/2024images/index-s1.png") no-repeat top center/cover;
}

.index-s2 .content{
    margin-top: .1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.index-s2 .left{
    width: 61.07%;
    margin-top: .4rem;
}

.index-s2 .items{
    position: relative;
    overflow: hidden;
}
.index-s2 .items .sw{
    display: flex;
}
@media screen and (min-width: 1025px) {
    .index-s2 .items .item{
        width: 14.97%;
        height: 3.4rem;
        overflow: hidden;
        position: relative;
        transition: width .3s ease;
        box-shadow: -.04rem -.04rem .1rem #666;
        z-index: 2;
    }
    .index-s2 .items .item a{
        display: block;
        height: 100%;
        position: relative;
        z-index: 2;
    }
    .index-s2 .item .img-box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #000;
        z-index: 1;
        opacity: 1;
    }
    .index-s2 .item .img-box .pic{
        height: 100%;
    }
    .index-s2 .item .txt-box{
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 0;
        padding: 0 .1rem;
        z-index: 3;
        background:rgba(0,0,0,.5);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }
    .index-s2 .item .txt-box h3{
        font-size: .19rem;
        line-height: .42rem;
        color: #fff;
        text-align: center;

    }
    .index-s2 .items .item.active{
        width: 70.06%;
    }
    .index-s2 .items .item.active .txt-box{
        opacity: 1;
        visibility: visible;
    }
}

.index-s2 .right{
    width: 34.64%;
}

.list_box2 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li time{
    width: .87rem;
    display: block;
    text-align: left;
    padding: .09rem 0 .05rem .1rem;
    background: url("/2024images/s2-img-2.png") no-repeat 50%/100% 100%;
}
.list_box2 li time span{
    display: block;
    font-size: .29rem;
    line-height: 1;
    color: #0874c4;
    font-family: 'Book_antiqua',sans-serif;
    padding-left: .1rem;
}
.list_box2 li time em{
    display: block;
    font-size: .13rem;
    line-height: 1;
    color: #676767;
    font-family: Arial,sans-serif;
    margin-top: .01rem;
}

.list_box2 li .txt{
    width: calc(100% - 1rem);
}
.list_box2 li h3{
    font-size: .19rem;
    line-height: .31rem;
    color: #eb7c01;
    height: .62rem;
    transition: .5s;
}
.list_box2 li:not(:first-child){
    margin-top: .3rem;
}
.list_box2 li:hover h3{
    color: #333;
}

.list1w .btn-box{
    margin-top: .47rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.list1w .btn{
    position: static;
    transform: none;
    width: .64rem;
    height: .53rem;
    background: #999999 no-repeat 50%/.22rem .08rem;
    transition: .5s;
    border-radius: .05rem;
}
.list1w .prev{
    margin-right: .15rem;
    background-image: url("/2024images/prev-2.png");
}
.list1w .next{
    width: 1.44rem;
    background-image: url("/2024images/next-2.png");
}
.list1w .btn:hover{
    background-color: #eb7c01;
}
.list1w .prev:hover{
    background-image: url("/2024images/prev-3.png");
}
.list1w .next:hover{
    background-image: url("/2024images/next-3.png");
}
.list1w .swiper-slide{
    z-index: -1;
}
.list1w .swiper-slide-active{
    z-index: 5;
}
.index-s2 .title001 h2{
    color: #eb7c01;
}
.index-s2 .title001 h3{
    color: #eb7c01;
}
.index-s2 .title001 i{
    opacity: 0;
}
.index-s2 .title001 i:after{
    right: 0;
    left: auto;
    width: 100vw;
}
.index-s2 .title001{
    padding-left: 1rem;
}
.index-s2 .wp{
    position: relative;
    z-index: 2;
}

.index-s2 .bg-1{
    position: absolute;
    left: 0;
    right: 0;
    top: -.65rem;
    bottom: 0;
    background: url("/2024images/index-s2.png") no-repeat 50%/100% 100%;
    z-index: -1;
}
.index-s2 .gd{
    position: absolute;
    left: 0;
    bottom: -.6rem;
    z-index: 3;
}
.index-s2 .gd a{
    display: block;
    width: 1.79rem;
    height: .61rem;
    background: #eb7c01;
}
.index-s2 .gd a img{
    display: block;
    width: 100%;
    transition: .5s;
}
.index-s2 .gd a:hover img{
    transform: translateX(.1rem);
}
.index-s2{
    position: relative;
    padding: .4rem 0 .6rem;
    z-index: 2;
    background: #fff;
}

.list2w a{
    display: block;
    position: relative;
    border-radius: .05rem;
    overflow: hidden;
}
.list2w a .pic{
    padding-top: 5.04rem;
}
.list2w a .txt h3{
    font-size: .19rem;
    line-height: .79rem;
    color: #033aa8;
    padding: 0 .2rem;
    width: calc(100% - .9rem);
}
.list2w a .txt i{
    display: block;
    width: .9rem;
    height: .79rem;
    background: #eb7c01;
}
.list2w a .txt i img{
    display: block;
    width: 100%;
    height: 100%;
}
.list2w a .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64.23%;
    background: #fff;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list2w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 5;
    transition: .5s;
}
.list2w .swiper-slide-active a:after{
    opacity: 0;
}

.list2w .swiper-container{
    overflow: visible;
}

.list2w .page{
    font-size: 0;
    position: static;
    margin-top: .22rem;
}
.list2w .page span{
    width: .11rem;
    height: .11rem;
    margin: 0 .085rem;
    background: #eb7c01 no-repeat 50%/100% 100%;
    opacity: 1;
    vertical-align: middle;
}
.list2w .page span.active{
    width: .21rem;
    height: .21rem;
    background-color: transparent;
    background-image: url("/2024images/s3-img-3.png");
}

.list2w .btn{
    width: .27rem;
    height: .49rem;
    background: no-repeat 50%/100% 100%;
    margin-top: -.215rem;
    z-index: 5;
}

.list2w .prev{
    left: 2rem;
    background-image: url("/2024images/prev-4.png");
}
.list2w .next{
    right: 2rem;
    background-image: url("/2024images/next-4.png");
}

.list2w{
    position: relative;
    padding: 0 3.225rem;
    margin-top: .4rem;
}
.index-s3 .title001 h3{
    padding-right: .35rem;
    justify-content: flex-end;
}
.index-s3 .title001 i:after{
    left: auto;
    right: 0;
    width: 100vw;
}
.index-s3{
    margin-top: -.5rem;
    padding: 1.14rem 0 .12rem;
    background: #f2f2f2 url("../2024images/index-s3.png") no-repeat top center/100% 7rem;
}

.index-s4 .left{
    width: 67.5%;
}
.index-s4 .img-box a{
    display: block;
    position: relative;
}
.index-s4 .img-box .pic{
    padding-top: 5.31rem;
}
.index-s4 .img-box h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .1rem;
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 .2rem;
    transition: .5s;
    z-index: 3;
}
.index-s4 .img-box time{
    position: absolute;
    left: 0;
    top: .3rem;
    font-size: .19rem;
    line-height: .4rem;
    color: #fff;
    background: rgba(235,124,1,.7);
    z-index: 5;
    padding: 0 .21rem;
}
.index-s4 .img-box a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 15%;
    background: linear-gradient(180deg,transparent 0%,#000 100%);
}

.index-s4 .right{
    width: 32.5%;
    position: relative;
    padding-right: .38rem;
}

.list_box3 li a{
    display: block;
    padding: .3rem 0 .2rem;
}
.list_box3 li h3{
    font-size: .19rem;
    line-height: .25rem;
    color: #fff;
    height: .5rem;
    transition: .5s;
}
.list_box3 li{
    border-bottom: 1px dashed #fff;
}
.list_box3 li:hover h3{
    color: #eb7c01;
}
.list_box3{
    padding: 1.2rem .22rem 1.33rem .4rem;
    background: url("/2024images/s4-img-2.png") no-repeat top center/100% 100%;
}
.index-s4 .gd{
    position: absolute;
    right: 0;
    bottom: .2rem;
    z-index: 2;
}
.index-s4 .gd a{
    display: block;
    width: 1.79rem;
    background: #eb7c01;
}
.index-s4 .gd a img{
    display: block;
    width: 100%;
    transition: .5s;
}
.index-s4 .gd a:hover img{
    transform: translateX(.1rem);
}

.index-s4 .content{
    position: relative;
    margin-top: -.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.index-s4 .title001 h2{
    color: #eb7c01;
    margin-left: -1rem;
}
.index-s4 .title001 h3{
    padding-right: .35rem;
    color: #eb7c01;
    justify-content: flex-end;
}
.index-s4 .title001 i{
    opacity: 0;
}

.index-s4 {
    padding: .35rem 0 0 ;

    position: relative;
    z-index: 2;
}

.index-s5 .left{
    width: 47.14%;
    padding-left: .85rem;
}

.index-s5 .left .txt-box a{
    display: block;
    padding: .44rem .5rem .5rem;
    background: #fff;
}
.index-s5 .left .txt-box h3{
    font-size: .38rem;
    line-height: .52rem;
    color: #0e59b1;
}
.index-s5 .left .txt-box p{
    font-size: .16rem;
    line-height: .26rem;
    -webkit-line-clamp: 4;
    color: #000;
    height: 1.04rem;
    margin-top: .24rem;
}
.index-s5 .left .txt-box h6{
    margin-top: .3rem;
    width: 1.79rem;
    background: #eb7c01;
}
.index-s5 .left .txt-box h6 img{
    display: block;
    width: 100%;
    transition: .5s;
}
.index-s5 .left .txt-box h6 img:hover{
    transform: translateX(.1rem);
}

.index-s5 .right{
    width: 47.14%;
    margin-top: .25rem;
    padding-right: .38rem;
}


.list_box4 li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box4 li .pic{
    width: 3rem;
    height: 2.2rem;
}
.list_box4 li .txt{
    width: calc(100% - 3.4rem);
}
.list_box4 li h3{
    font-size: .19rem;
    line-height: .25rem;
    color: #fff;
    -webkit-line-clamp: 3;
    height: .75rem;
    transition: .5s;
}
.list_box4 li p{
    font-size: .14rem;
    line-height: .19rem;
    color: #b1c3d8;
    -webkit-line-clamp:6;
    height: 1.14rem;
    margin-top: .2rem;
}
.list_box4 li:not(:first-child){
    margin-top: .25rem;
}
.list_box4 li:hover h3{
    color: #eb7c01;;
}

.index-s5 .content{
    margin-top: .27rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index-s5 .title001{
    justify-content: flex-end;
}
.index-s5 .title001 .tit{
    width: 47.14%;
}
.index-s5 .title001 i:after{
    left: 0;
    right: auto;
    width: 100vw;
}

.index-s5{
    margin-top: 1.12rem;
    position: relative;
    z-index: 2;
}
.index-s4-s5 .bg-1{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 11.5rem;
    background-image: url("/2024images/index-s4-s5.png");
    background-size: 140% 100%;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-color: #0e59b1;

}
.index-s4-s5{
    position: relative;
    padding-bottom: 1.37rem;
    background: #f2f2f2;
    z-index: 3;
}

/*foot*/

.foot .wp{
    width: 100%;
    max-width: none;
    display: flex;
    flex-wrap: wrap;
}

.foot .ft-left{
    margin-left: 10%;
    font-size: .21rem;
    line-height: 1.8;
    color: #fff;
    margin-top: .6rem;
}
.foot .ft-left p a{
    display: flex;
    align-items: center;
}
.foot .ft-left p a img{
    display: block;
    width: .18rem;
    height: .21rem;
    margin-right: .1rem;
}
.foot .ft-logo a{
    display: block;
}
.foot .ft-logo img{
    display: block;
    max-height: 2.26rem;
}
@media screen and (min-width: 1921px){
    .foot .ft-logo img{
        height: 2.26rem;
    }
}
.foot .ft-logo{
    margin-left: 8%;
}
.foot .ft-right{
    margin-left: 10%;
    display: flex;
    flex-wrap: wrap;
    margin-top: .6rem;
}

.foot .ft-right .li{
    margin-left: .13rem;
}
.foot .ft-right .li img{
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    object-fit: cover;
}

.foot{
    padding-top: 1.1rem;
    height: 4.06rem;
    margin-top: -.6rem;
}

.bq{
    background: #000;
}
.bq p{
    display: block;
    color: #fff;
    font-size: .18rem;
    text-align: center;
    line-height: .36rem;
}
.bq p img{
    display: inline-block;
    width: .43rem;
    transform: translateY(.05rem);
}

@media (max-width: 1199px){
    .body_b{
        position: static;
    }
    .scroll{
        padding: 0;
        background: #fff;
    }
    .banner a{
        height: 52vw;
    }
    .banner{
        margin-top: .75rem;
    }
    .foot .ft-left,
    .foot .ft-logo,
    .foot .ft-right{
        margin: 0;
    }
    .foot .wp{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .foot{
        height: auto;
        margin-top: 0;
        padding: .45rem 0;
    }
    .bq p img{
        width: .3rem;
        vertical-align: middle;
        transform: none;
        margin-top: -.05rem;
    }
    .bq{
        padding: .1rem 15px;
    }
}


@media (max-width: 1025px){
    .banner .btn-box{
        bottom: .2rem;
        justify-content: center;
    }
    .banner .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem;
    }
    .banner .page{
        margin: 0 .1rem;
    }
    .banner .btn{
        width: .3rem;
        height: .12rem;
    }
    .title001 h2{
        font-size: .3rem;
        text-align: center;
    }
    .title001 h3{
        font-size: .24rem;
        line-height: .3rem;
        margin-top: .1rem;
        justify-content: center;
    }
    .title001 h3 img{
        max-height: .26rem;
        margin-right: .08rem;
    }
    .title001 i{
        width: .6rem;
        margin: .15rem auto 0;
    }
   .title001 i:after{
        display: none !important;
    }
    .index-s1 .title001{
        padding-right: 0;
        justify-content: center;
    }
    .list_box1 li a .pic{
        padding-top: 67.83%;
    }
    .list_box1 li time{
        font-size: .16rem;
        line-height: .24rem;
    }
    .list_box1 li h3{
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem;
        margin-top: 0rem;
    }
    .list_box1 li .txt{
        padding-top: .1rem;
        margin-top: 0;
    }
    .list_box1 li{
        width: 32%;
        margin: 0;
    }
    .list_box1 ul{
        gap: .25rem 2%;
    }
    .list_box1{
        margin-top: .25rem;
    }
    .list_box1 .gd a{
        width: 1.3rem;
        height: auto;
    }
    .list_box1 .gd{
        display: flex;
        justify-content: center;
        margin-top: .2rem;
        transform: none;
    }
    .index-s1{
        padding: .4rem 0;
    }
    .index-s2 .title001{
        padding-left: 0;
        justify-content: center;
    }
    .index-s2 .title001 i{
        opacity: 1;
    }
    .index-s2 .left{
        width: 100%;
        margin-top: 0;
    }
    .index-s2 .items a{
        display: block;
        position: relative;
    }
    .index-s2 .items a .pic{
        padding-top: 57.6%;
    }
    .index-s2 .items a h3{
        font-size: .18rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .index-s2 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box2 li h3{
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box2 li:not(:first-child){
        margin-top: .2rem;
    }
    .list1w .btn-box{
        margin-top: .2rem;
        justify-content: center;
    }
    .list1w .next{
        width: .64rem;
    }
    .index-s2 .gd{
        position: static;
        margin-top: .2rem;
        display: flex;
        justify-content: center;
    }
    .index-s2 .gd a{
        width: 1.3rem;
        height: auto;
    }
    .index-s2 .bg-1{
        top: 0;
        bottom: 0;
        background: #f2f2f2;
    }
    .index-s2 .content{
        margin-top: .26rem;
    }
    .index-s2{
        padding: .4rem 0;
    }
    .index-s3 .title001 h2{
        text-align: left;
    }
    .index-s3 .title001 h3{
        padding-right: 0;
        justify-content: flex-start;
    }
    .index-s3 .title001 i{
        margin-left: 0;
    }
    .title001 .more a{
        width: 1.3rem;
        height: auto;
    }
    .index-s3 .title001{
        align-items: center;
    }
    .list2w{
        padding: 0;
    }
    .list2w a .pic{
        padding-top: 66.75%;
    }
    .list2w a:after{
        display: none;
    }
    .list2w a .txt{
        width: 100%;
    }
    .list2w a .txt h3{
        font-size: .18rem;
        line-height: .6rem;
        padding: 0 .1rem;
        width: calc(100% - .6rem);
    }
    .list2w a .txt i{
        width: .6rem;
        height: .6rem;
    }
    .list2w .next{
        right: .1rem;
    }
    .list2w .prev{
        left: .1rem;
    }
    .list2w .btn{
        width: .2rem;
        height: .36rem;
    }
    .list2w .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .list2w .page span.active{
        width: .15rem;
        height: .15rem;
    }
    .list2w .page{
        margin-top: .15rem;
    }
    .list2w .swiper-container{
        overflow: hidden;
    }
    .list2w{
        margin-top: .26rem;
    }
    .index-s3{
        margin-top: 0;
        padding: .35rem 0 .2rem;
    }
    .index-s4 .left{
        width: 100%;
    }
    .index-s4 .img-box .pic{
        padding-top: 58.98%;
    }
    .index-s4 .img-box time{
        font-size: .18rem;
        padding: 0 .1rem;
        line-height: .36rem;
    }
    .index-s4 .img-box h3{
        padding: 0 .1rem;
    }
    .index-s4 .right{
        width: 100%;
        padding: 0;

    }
    .list_box3{
        padding: .3rem .2rem;
        background: #0e59b1;
    }
    .list_box3 li a{
        padding: .2rem 0;
    }
    .list_box3 li h3{
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem;
    }
    .index-s4 .gd{
        position: static;
        display: flex;
        justify-content: center;
        margin-top: .2rem;
    }
    .index-s4 .gd a{
        width: 1.3rem;
    }
    .index-s4 .content{
        margin-top: .26rem;
    }
    .index-s4 .title001 h2{
        margin-left: 0;
    }
    .index-s4 .title001 i{
        opacity: 1;
    }
    .index-s4 .title001 h3{
        padding-right: 0;
        justify-content: center;
    }
    .index-s4 .title001{
        justify-content: center;
    }
    .index-s5 .title001 .tit{
        width: 100%;
    }
    .index-s4-s5 .bg-1{
        display: none;
        background-size:100% auto;
    }
    .index-s5 .left{
        width: 100%;
        padding-left: 0;
    }
    .index-s5 .left .txt-box a{
        padding: .2rem;
    }
    .index-s5 .left .txt-box h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .index-s5 .left .txt-box p{
        margin-top: .1rem;
        height: auto;
        max-height: 1.04rem;
    }
    .index-s5 .left .txt-box h6{
        margin-top: .15rem;
        width: 1.3rem;
    }
    .index-s5 .right{
        width: 100%;
        padding-right: 0;
        margin-top: .3rem;
    }
    .list_box4{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .list_box4 li{
        width: 48%;
        margin: 0 !important;
    }
    .list_box4 li .pic{
        width: 100%;
        height: auto;
        padding-top: 73.33%;
    }
    .list_box4 li .txt{
        width: 100%;
        padding-top: .1rem;
    }
    .list_box4 li h3{
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list_box4 li p{
        margin-top: .1rem;
    }
    .index-s5{
        margin-top: .4rem;
        padding: .35rem 0;
        background: #1f6acc;
    }
    .index-s4-s5{
        padding-bottom: .4rem;
    }
    .foot .ft-logo{
        width: 100%;
        order: 0;
    }
    .foot .ft-logo img{
        max-width: 100%;
        max-height: 1.8rem;
        margin: 0 auto;
    }
    .foot .ft-left{
        width: 48%;
        order: 1;
        font-size: .18rem;
    }
    .foot .ft-right{
        width: 48%;
        order: 1;
        justify-content: flex-end;
    }
    .foot .ft-right .li img{
        width: 1.1rem;
        height: 1.1rem;
    }
    .foot{
        padding: .15rem 0 .2rem;
    }
}

@media (max-width: 769px){
    .list_box1 li{
        width: 49%;
    }
    .foot .ft-left{
        width: 100%;
        text-align: center;
    }
    .foot .ft-left p a{
        justify-content: center;
    }
    .foot .ft-right{
        width: 100%;
        order: 2;
        justify-content: center;
        margin-top: .2rem;
    }
    .foot .ft-right .li{
        margin: 0 .05rem;
    }
}

@media (min-width: 1921px) {
    .title001 h3 img{
        height: .3rem;
    }
    .list2w{
        padding: 0 .7rem;
    }
    .list2w a .pic{
        padding-top: 3.3rem;
    }
    .list2w a .txt{
        width: 80%;
    }
    .index-s4 .left{
        width: 50%;
    }
    .index-s4 .img-box .pic{
        padding-top: 3.7rem;
    }
    .index-s4 .right{
        width: 50%;
    }
    .list_box3 li a{
        padding: .2rem;
    }
    .index-s4 .gd{
        bottom: .1rem;
    }
    .index-s4 .gd a{
        width: 1.4rem;
    }
    .list_box3 {
        padding: 0.4rem .2rem 0.7rem 0.2rem;
    }
    .index-s5 .left{
        width: 32%;
        padding-left: 0;
    }
    .index-s5 .left .txt-box a{
        padding: .4rem 0.3rem 0.4rem;
    }
    .index-s5 .left .txt-box h3 {
        font-size: .3rem;
    }
    .index-s5 .right{
        width: 59%;
        padding-right: 0;
    }
    .list_box4 li .pic {
        width: 4.6rem;
        height: 3.2rem;
    }
    .list_box4 li .txt {
        width: calc(100% - 4.8rem);
    }
    .index-s4-s5 .bg-1{
        background-size: 120% 120%;
    }
    .index-s5 .title001 .tit{
        width: 56%;
    }
    .index-s2 .items .item{
        height: 3.5rem;
    }
    .index-s3{
        background-size: 100% 6.29rem;
    }
    .index-s4 .content{
        max-width: 92%;
        margin: -.75rem auto 0;
    }
}