@charset "utf-8";

.banner .swiper-slide a{
    display: block;
    position: relative;

}
.banner .swiper-slide a img{
    display: block;
    width: 100%;
}

.banner .page{
    font-size: 0;
    bottom: .83rem;
}
.banner .page span{
    width: .15rem;
    height: .15rem;
    opacity: 1;
    background: #fff;
    margin: 0 .17rem;
}
.banner .page span.active{
    background: #2f50b1;
}

.banner .btn{
    width: .84rem;
    height: .84rem;
    background: no-repeat 50%/100%;
}

.banner .prev{
    left: .68rem;
    background-image: url('../images/prev01.png');
}
.banner .next{
    right: .68rem;
    background-image: url('../images/next01.png');
}
.home1 .wp{
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home1 .left{
    width: 51.4%;
    position: relative;
    z-index: 3;
}

.list1w a{
    display: block;
    position: relative;
    overflow: hidden;
}
.list1w a .pic{
    padding-top: 4.53rem;
}
.list1w a .txt-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    z-index: 3;
    padding: 0 1.3rem  0 .3rem;
}
.list1w a .txt-box time{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #c8c9c9;
    line-height: .24rem;
    margin-bottom: .04rem;
}
.list1w a .txt-box time img{
    display: block;
    width: .14rem;
    margin-right: .09rem;
}
.list1w a .txt-box h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #fff;
}
.list1w a .tag{
    position: absolute;
    left: -.5rem;
    top: -.4rem;
    width: 1.71rem;
    height: 1.52rem;
    background: url("../images/s1-img02.png") no-repeat 50%/100%;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/s1-img03.png") repeat-x bottom center/100% auto;
}

.list1w .page{
    font-size: 0;
    left: auto;
    width: auto;
    right: .4rem;
    bottom: .35rem;
}
.list1w .page span{
    width: .1rem;
    height: .1rem;
    margin: 0 .05rem;
    background: #fff;
    opacity: 1;
}
.list1w .page span.active{
    background: #ff8500;
}


.home1 .right{
    width: calc(100% - 51.4%);
    position: relative;
    z-index: 2;
    padding: 0 .92rem 0 .7rem;

    align-self: flex-end;
}

.list_box1 li a{
    display: block;
}
.list_box1 li h3{
    font-size: .18rem;
    line-height: .36rem;
    color: #fff;
    margin-bottom: .1rem;
    transition: .5s;
}
.list_box1 li p{
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
    height: .48rem;
    margin-bottom: .2rem;
}
.list_box1 li time{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
}
.list_box1 li time img{
    display: block;
    width: .14rem;
    margin-right: .1rem;
}
.list_box1 li:hover h3{
    color: #ff8500;
}
.list_box1 li:first-child{
    margin-bottom: .47rem;
}

.list_box1{
    margin-bottom: .6rem;
}
.home1 .right a.more{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff8500;
    width: 1.5rem;
    font-size: .13rem;
    line-height: .44rem;
    color: #fff;
    transition: .5s;
}
.home1 .right a.more img{
    display: block;
    width: .23rem;
    margin-left: .29rem;
    margin-top: -.1rem;
    transition: .5s;
}
.home1 .right a.more:hover img{
    transform: translateX(.05rem);
}
.home1 .right a.more:hover{
    border-radius: .5rem;
}

.home1 .right:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -.52rem;
    top: -0.8rem;
    width: calc(100% + 1.78rem);
    background: #2f50b1;
    z-index: -1;
}

.home1{
    padding: .86rem 0 .99rem;
}

.list_tabs{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_tabs .li{
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 .35rem;
    cursor: pointer;
    font-size: .4rem;
    line-height: .44rem;
    color: #2f50b1;
    transition: .5s;
}
.list_tabs .li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: .4rem;
    background: #2f50b1;
}
.list_tabs .li:first-child:before{
    display: none;
}
.list_tabs .li .icon{
    width: .46rem;
    height: .4rem;
    margin-right: .18rem;
    position: relative;
}
.list_tabs .li .icon .img2,
.list_tabs .li.active .icon .img1{
    opacity: 0;
    visibility: hidden;
}
.list_tabs .li.active .icon .img2{
    opacity: 1;
    visibility: visible;
}
.list_tabs .li.active{
    color: #fe6e04;
}

.list_tabs .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.list_tabs .more a{
    display: none;
}
.list_tabs .more img{
    display: block;
    width: .53rem;
    transition: .5s;
}
.list_tabs .more:hover img{
    transform: translateX(.1rem);
}
.list_tabs .more a.active{
    display: block;
}

.list2w a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list2w a time{
    display: block;
    width: .7rem;
    text-align: center;
    padding: .03rem 0 .04rem;
    background: url("../images/s2-img01.png") no-repeat 50%/100%;
}
.list2w a time span{
    display: block;
    font-size: .16rem;
    line-height: .29rem;
    color: #fff;
}
.list2w a time em{
    display: block;
    font-size: .26rem;
    line-height: .35rem;
    color: #2f50b1;
}
.list2w a .txt-box{
    width: calc(100% - .97rem);
}
.list2w a .txt-box h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    margin-bottom: .12rem;
    transition: .5s;
}
.list2w a .txt-box p{
    font-size: .14rem;
    line-height: .24rem;
    color: #5b5b5b;
    -webkit-line-clamp: 3;
    height: .72rem;
}
.list2w a:hover .txt-box h3{
    color: #fe6e04;
}

.list2w .page{
    font-size: 0;
    position: static;
    margin-top: .42rem;
}
.list2w .page span{
    width: .09rem;
    height: .09rem;
    margin: 0 .1rem;
    background: #bfbfbf;
    opacity: 1;
}
.list2w .page .active{
    background: #3353b3;
}

.list_bds1_li{

    opacity: 0;
    transform: scale(0);
    height: 0;
}
.list_bds1_li.active{

    opacity: 1;
    transform: scale(1);
    height: auto;
}

@keyframes o-upfade-top {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.list_bds1_li.active .list2w{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.home2 .list_tabs{
    margin-bottom: .45rem;
}

.home2{
    padding: .77rem 0 .52rem;
    background: url("../images/home2.jpg") no-repeat bottom center/cover;
}

.home3 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.home3 .item1{
    width: 29.2%;
}

.title001 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 .ll{
    display: flex;
    align-items: center;
}
.title001 .ll img{
    display: block;
    height: .41rem;
    margin-right: .15rem;
}
.title001 .ll h3{
    font-size: .4rem;
    color: #2f50b1;
    line-height: .44rem;
}
.title001 .more img{
    display: block;
    width: .53rem;
    transition: .5s;
}
.title001 .more:hover img{
    transform: translateX(.1rem);
}

.home3 .item1 .img-box a{
    display: block;
}
.home3 .item1 .img-box .pic{
    padding-top: 2.6rem;
}
.home3 .item1 .img-box h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #111111;
    height: .48rem;
    margin-bottom: .1rem;
    transition: .5s;
}
.home3 .item1 .img-box p{
    font-size: .14rem;
    line-height: .24rem;
    color: #5b5b5b;
    height: .48rem;
}
.home3 .item1 .img-box .txt{
    padding: .22rem 0;
    border-bottom: 1px solid #cc0e0e;
}
.home3 .item1 .img-box:hover h3{
    color: #cc0e0e;
}

.list_box2 li a{
    font-size: .18rem;
    color: #0e0e0e;
    line-height: .62rem;
    transition: .5s;
}
.list_box2 li{
    border-bottom: 1px solid #cc0e0e;
}
.list_box2 li:hover a{
    color: #cc0e0e;
}

.home3 .item2{
    width: 29.2%;
}

.list_box3 li a{
    display: block;
    padding: .14rem 0;
}
.list_box3 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
    margin-bottom: .01rem;
}
.list_box3 li time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #2f50b1;
    line-height: .2rem;
    font-family: "Times New Roman",sans-serif;
}
.list_box3 li time img{
    display: block;
    width: .13rem;
    margin-right: .1rem;
}
.list_box3 li{
    border-bottom: 1px solid #cacaca;
}
.list_box3 li:last-child{
    border: none;
}
.list_box3 li:hover h3{
    color: #fe6e04;
}

.home3 .item3{
    width: 29.2%;
}

.list_box4 li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box4 li .ll{
    display: flex;
    justify-content: center;
    width: 1.14rem;
    font-size: .18rem;
    color: #fff;
    line-height: .44rem;
    text-align: center;
    background: #e9e9e9;
}

.list_box4 li .ll span{
    display: block;
    color: #333333;
    padding-left: .38rem;
    background: url("../images/s3-img03.png") no-repeat left center/.28rem;
    transition: .3s;
}

.list_box4 li .rr{
    width: calc(100% - 1.2rem);
    background: #e9e9e9;
    transition: .5s;
}
.list_box4 li .rr h3{
    font-size: .18rem;
    color: #333333;
    line-height: .44rem;
    padding: 0 .2rem;
}
.list_box4 li:first-child .ll{
    display: block;
    background: #fe6e04 !important;
}
.list_box4 li:first-child .rr{
    background: #2f50b1 !important;
    text-align: center;
}
.list_box4 li:first-child .rr h3{
    color: #fff !important;
}

.list_box4 li{
    margin-bottom: .12rem;
}
.list_box4 li:last-child{
    margin-bottom: 0;
}
.list_box4 li:hover .ll{
    background: #fe6e04;
}
.list_box4 li:hover .rr{
    background: #fe6e04;
}
.list_box4 li:hover .rr h3{
    color: #fff;
}
.list_box4 li:hover .ll span{
    color: #fff;
    background-image: url("../images/s3-img04.png");
}

.home3 .title001{
    margin-bottom: .45rem;
}
.home3 .item2 .title001{
    margin-bottom: .25rem;
}
.home3 {
    padding: .74rem 0 .72rem;
}

.home4 .inner-label{
    font-size: .4rem;
    color: #fff;
    line-height: .44rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: .4rem;
}
.home4 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.home4 .left{
    width: 54.67%;
}

.home4 .para{
    font-size: .17rem;
    line-height: .35rem;
    color: #fff;
    /* height: 3.2rem; */
    overflow: hidden;
    /* margin-bottom: .10rem; */
    text-indent: 2em;
}

.list_box5 li a{
    display: block;
}
.list_box5 li .icon{
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    /* background: #fff; */
    margin: 0 auto;
    position: relative;
    transition: .5s;
}
.list_box5 li .icon .img2,
.list_box5 li:hover .icon .img1{
    /*opacity: 0;
    visibility: hidden;*/
}
.list_box5 li .txt-box h3{
    font-size: .18rem;
    line-height: .36rem;
    color: #fff;
    font-weight: 600;
}
.list_box5 li .txt-box h4{
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;
}
.list_box5 li .txt-box{
    text-align: center;
    padding-top: .08rem;
}
.list_box5 li:hover .icon .img2{
    opacity: 1;
    visibility: visible;
}
.list_box5 li:hover .icon{
    /* background: #fe6e04; */
}

.home4 .right{
    width: 43.73%;
    margin-top: .12rem;
}
.home4 .right .img-box a{
    display: block;
    position: relative;
    height: 4.14rem;
    border-radius: .1rem;
    overflow: hidden;
}
.home4 .right .img-box img,
.home4 .right .img-box video{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home4 .right .img-box .play{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: .8rem;
    height: .8rem;
    background: url("../images/s4-img02.png") no-repeat 50%/100%;
    margin: auto;
    z-index: 3;
}
.home4{
    padding: .78rem 0 .81rem;
    background: url("../images/home4.jpg") no-repeat bottom center/cover;
}

.list_box6 li{
    width: 25%;
}
.list_box6 li a{
    display: block;
}
.list_box6 li .icon{
    width: 1.74rem;
    height: 1.74rem;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    border: 1px dashed #2f50b1;
    transition: .5s;
}

.list_box6 li .icon .img2,
.list_box6 li:hover .icon .img1{
    opacity: 0;
    visibility: hidden;
}

.list_box6 li h4{
    font-size: .3rem;
    line-height: .4rem;
    color: #2f50b1;
    text-align: center;
    margin-top: .23rem;
    transition: .5s;
}
.list_box6 li:hover .icon{
    background: #fe6e04;
    border: 1px solid #fe6e04;
}
.list_box6 li:hover .icon .img2{
    opacity: 1;
    visibility: visible;
}
.list_box6 li:hover h4{
    color: #fe6e04;
}

.home5{
    padding: 1.07rem 0 .97rem;
    background: url("../images/home5.jpg") no-repeat bottom center/cover;
}

@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }
    .banner .btn{
        width: .45rem;
        height: .45rem;
    }
    .banner .prev{
        left: .15rem;
    }
    .banner .next{
        right: .15rem;
    }
    .banner .page{
        bottom: .2rem;
    }
    .banner .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
}
@media (max-width: 1025px){
    .home1 .left{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 57vw;
    }
    .list1w a .txt-box{
        padding: 0 .85rem 0 .2rem;
        bottom: .1rem;
    }
    .list1w a .txt-box h3{
        font-size: .2rem;
        line-height: .3rem;
    }
    .list1w a .txt-box time{
        margin-bottom: 0;
    }
    .list1w .page{
        right: .05rem;
        bottom: 0.2rem;
    }
    .home1 .right{
        width: 100%;
        padding: .3rem .2rem;
    }
    .home1 .right:after{
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .list_box1 li p{
        margin-bottom: .1rem;
    }
    .list_box1 li:first-child{
        margin-bottom: .2rem;
    }
    .list_box1{
        margin-bottom: .24rem;
    }
    .home1 .right a.more{
        font-size: .18rem;
        width: 2rem;
        line-height: .5rem;
    }
    .home1 .right a.more img{
        width: .35rem;
        margin-left: .1rem;
        margin-top: -0.04rem;
    }
    .home1{
        padding: .45rem 0;
    }
    .list_tabs .li{
        font-size: .26rem;
        line-height: .34rem;
        padding: 0 .15rem;
    }
    .list_tabs .li .icon{
        width: .3rem;
        height: .3rem;
        margin-right: .1rem;
    }
    .list_tabs .li:before{
        height: .24rem;
    }
    .list_tabs .more img{
        width: .35rem;
    }
    .home2 .list_tabs{
        margin-bottom: .3rem;
    }
    .list2w .page{
        margin-top: .2rem;
    }
    .home2{
        padding: .45rem 0;
    }
    .title001 .ll h3{
        font-size: .26rem;
        line-height: .34rem;
    }
    .title001 .ll img{
        height: .3rem;
        margin-right: .1rem;
    }
    .title001 .more img{
        width: .35rem;
    }
    .home3 .item1{
        width: 48%;
        margin-bottom: .3rem;
    }
    .home3 .item2{
        width: 48%;
        margin-bottom: .3rem;
    }
    .home3 .item3{
        width: 100%;
    }
    .home3 .title001{
        margin-bottom: .25rem;
    }
    .home3 .item2 .title001{
        margin-bottom: .1rem;
    }
    .home3{
        padding: .45rem 0;
    }
    .home4 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .home4 .inner-label{
        font-size: .26rem;
        line-height: .36rem;
        margin-bottom: .15rem;
    }
    .home4 .para{
        line-height: 2;
        height: auto;
        margin-bottom: .24rem;
    }
    .home4 .right{
        width: 100%;
        margin-top: 0;
    }
    .home4 .right .img-box a{
        height: 54vw;
    }
    .home4{
        padding: .45rem 0;
    }
    .list_box6 li .icon{
        width: 1.2rem;
        height: 1.2rem;
    }
    .list_box6 li .icon img{
        max-width: .5rem;
        max-height: .5rem;
    }
    .list_box6 li h4{
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .1rem;
    }
    .home5{
        padding: .45rem 0;
    }
}

@media (max-width: 769px){
    .home1 .right a.more{
        font-size: .16rem;
        width: 1.6rem;
        line-height: .46rem;
    }
    .home1 .right a.more img{
        width: .25rem;
    }
    .home3 .item1{
        width: 100%;
    }
    .home3 .item1 .img-box .pic{
        padding-top: 59.36%;
    }
    .home3 .item1 .img-box .txt{
        padding: .15rem 0;
    }
    .home3 .item2{
        width: 100%;
    }
    .list2w .page span{
        margin: 0 .05rem;
    }
    .home2 .list_tabs{
        justify-content: flex-start;
    }
    .home2 .list_tabs .li:first-child{
        padding-left: 0;
    }
    .list_box5 li .icon img{
        max-width: .25rem;
        max-height: .25rem;
    }
}
@media (max-width: 641px){
    .list_box5 ul{
        gap: .2rem 0;
        justify-content: flex-start;
    }
    .list_box5 li{
        width: 25%;
    }
    .list_box5 li .txt-box{
        padding-top: .1rem;
    }
    .home4 .right .img-box .play{
        width: .45rem;
        height: .45rem;
    }
    .list_box6 li .icon{
        width: 1rem;
        height: 1rem;
    }
    .list_box6 li .icon img{
        max-width: .4rem;
        max-height: .4rem;
    }
}
@media (max-width: 481px){
    .list_box5 li{
        width: 33.33%;
    }
    .list_box6 li{
        width: 50%;
    }
    .list_box6 ul{
        gap: .2rem 0;
    }
}