@charset "utf-8";
.banner a{
    display: block;
    position: relative;
}
.banner a img{
    display: block;
    width: 100%;
    max-height: 820px;
}

.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 17.45%;
    background: url("../images/b-mask.png") repeat-x bottom center/auto 99%;
}

.banner .page{
    font-size: 0;
    bottom: .64rem;
}

.banner .page span{
    width: .45rem;
    height: .2rem;
    margin: 0 .12rem;
    background: transparent url("../images/dots-1.png") no-repeat 50%/100%;
    border-radius: 0;
    opacity: 1;
}
.banner .page span.active{
    background-image: url("../images/dots-2.png");
}


.title001{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.title001 .tit h6{
    font-size: .56rem;
    color: #449fdd;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}
.title001 .tit h3{
    position: relative;
    font-size: .34rem;
    line-height: .4rem;
    color: #fff;
    margin-top: -.3rem;
}

.title001 .more{
    width: 1.57rem;
    line-height: .34rem;
    border: 1px solid #4b4b4b;
    text-align: center;
    font-size: .14rem;
    color: #646464;
    transition: .5s;
}
.title001 .more a{
    display: block;
    font-family: SourceHanSerifCN-Heavy,sans-serif;
}
.title001 .more:hover{
    color: #fff;
    background: #3247a0;
    border-color: #3247a0;
}

.index-s1 .left{
    width: 66.77%;
}

.list-box1 li{
    width: 47.98%;
}
.list-box1 li a{
    display: block;
    position: relative;
}
.list-box1 li .pic{
    padding-top: 3.48rem;
}
.list-box1 li h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: .18rem;
    line-height: .62rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 .3rem;
    z-index: 5;
}

.list-box2 li a{

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-box2 li time{
    display: block;
    width: 1.2rem;
    text-align: center;
    color: #646464;
    position: relative;
    padding: .14rem 0;
    transition: .5s;
}

.list-box2 li time span{
    display: block;
    font-size: .3rem;
    line-height: 1;
}
.list-box2 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}

.list-box2 li time:after{
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 1px;
    height: .33rem;
    background: #cfcfcf;
    transform: translateY(-50%);
}

.list-box2 li .txt{
    width: calc(100% - 1.49rem);
    padding-right: .2rem;
}
.list-box2 li h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    transition: .5s;
}
.list-box2 li{
    background: #fafafa;
}
.list-box2 li:nth-child(2n){
    background: #f4f4f4;
}
.list-box2 li:hover time{
    color: #fff;
    background: #3247a0;
}
.list-box2 li:hover time:after{
    background: #3247a0;
}
.list-box2 li:hover h3{
    color: #3247a0;
}

.index-s1 .left .title001 .tit{
    width: 47.98%;
    text-align: right;
    padding: .27rem .37rem;
    position: relative;
    z-index: 2;
}
.index-s1 .left .title001 .tit:after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: linear-gradient(90deg,#3247a0 0 ,#2d77ba 181%);
    z-index: -1;
    border-radius: 0 .1rem 0 0;
}

.index-s1 .left .title001{
    margin-bottom: .34rem;
}

.index-s1 .right{
    width: 30.59%;
}

.list-box3 li a{
    position: relative;
    z-index: 2;
    display: block;
    padding: .29rem 0 .29rem;
}
.list-box3 li a time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #3247a0;
    margin-bottom: .05rem;
}
.list-box3 li a h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    transition: .5s;
}
.list-box3 li a:after{
    position: absolute;
    content: '';
    right: -.15rem;
    bottom: .14rem;
    width: 2.44rem;
    height: 1.04rem;
    background: url("../images/s1-img-2.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: -1;
}

.list-box3 li{
    border-bottom: 1px solid #dbdbdb;
}
.list-box3 li:hover a:after{
    opacity: 1;
    visibility: visible;
}
.list-box3 li:hover a h3{
    color: #3247a0;
}
.list-box3 .more{
    margin-top: .37rem;
}
.list-box3 .more a{
    display: block;
    width: 1.57rem;
    line-height: .34rem;
    border: 1px solid #4b4b4b;
    text-align: center;
    font-size: .14rem;
    color: #646464;
    transition: .5s;
    margin: 0 auto;
    font-family: SourceHanSerifCN-Heavy,sans-serif;
}
.list-box3 .more a:hover{
    color: #fff;
    background: #3247a0;
    border-color: #3247a0;
}

.list-box3{
    padding: .04rem .32rem .27rem;
    background: #fafafa;
}

.index-s1 .right .title001{
    padding: .27rem .3rem;
    border-radius: 0 .1rem 0 0;
    background: linear-gradient(90deg,#3247a0 0 ,#2d77ba 117%);
}

.index-s1{
    padding: .96rem 0 .9rem;
}

.index-s2 .tab-tit{
    margin-bottom: .6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.index-s2 .tab-tit .li{
    padding: 0 .08rem;
    position: relative;
    cursor: pointer;
}
.index-s2 .tab-tit .li:before{
    position: absolute;
    content: '';
    left: 0;
    width: 1px;
    bottom: .1rem;
    height: .18rem;
    background: #8a8a8a;
}
.index-s2 .tab-tit .li h6{
    font-size: .56rem;
    line-height: 1;
    color: #e2e8ff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    opacity: 0;
    transition: .5s;
}
.index-s2 .tab-tit .li h3{
    font-size: .36rem;
    color: #8a8a8a;
    line-height: .4rem;
    text-align: center;
    position: relative;
    margin-top: -.3rem;
    transition: .5s;
}
.index-s2 .tab-tit .li:first-child:before{
    display: none;
}

.index-s2 .tab-tit .li.active h6{
    opacity: 1;
}
.index-s2 .tab-tit .li.active h3{
    color: #3247a0;
    transform: scale(1.2);
}

.list-box4 li{
    width: 23.1%;
    position: relative;
    background: #fafafa;
}
.list-box4 li a{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list-box4 li:nth-child(2n) a{
    flex-direction: column-reverse;
}
.list-box4 li .pic{
    height: 2.61rem;
}
.list-box4 li .txt time{
    display: block;
    font-size: .14rem;
    line-height: .24rem;
    color: #646464;
    margin-bottom: .1rem;
}

.list-box4 li .txt h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    margin-bottom: .11rem;
}

.list-box4 li .txt p{
    font-size: .14rem;
    line-height: .24rem;
    color: #646464;
    -webkit-line-clamp: 3;
    height: .72rem;
}

.list-box4 li .txt:after{
    position: absolute;
    content: '';
    bottom: -.1rem;
    right: -.48rem;
    width: 3.04rem;
    height: 1.3rem;
    background: url("../images/s2-img-5.png") no-repeat 50%/100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list-box4 li .txt{
    position: relative;
    z-index: 2;
    padding: .22rem .25rem ;
}
.list-box4 li .txt *{
    transition: .5s;
}
.list-box4 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg,#3247a0 1%,#2a96cb 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list-box4 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list-box4 li:hover .txt time{
    color: #a4b4f7;
}
.list-box4 li:hover .txt h3{
    color: #ffffff;
}
.list-box4 li:hover .txt p{
    color: #a4b4f7;
}
.list-box4 li:hover .txt:after{
    opacity: 1;
    visibility: visible;
}

.list-box4 .more a{
    display: block;
    width: 1.57rem;
    line-height: .36rem;
    text-align: center;
    font-size: .14rem;
    color: #fff;
    transition: .5s;
    margin: 0 auto;
    font-family: SourceHanSerifCN-Heavy,sans-serif;
    background: #3247a0;
}
.list-box4 .more{
    margin-top: .45rem;
}

.list-box4 .more a:hover{
    border-radius: .5rem;
}

.index-s2 .child{
    display: none;
}
.index-s2 .child.active{
    display: block;
}

.index-s3 .left{
    width: 68.42%;
}

.index-s3 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-s3 .content .ll{
    width: 53.75%;
    padding: .51rem .4rem .17rem ;
    background: #fff;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 2.73rem;
}

.list1w a .top{
    margin-bottom: .24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list1w a .top time{
    display: flex;
    width: .7rem;
    height: .7rem;
    background: #3247a0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: .1rem 0 .1rem 0 ;
}
.list1w a .top time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-weight: 700;
}
.list1w a .top time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list1w a .top .top_r{
    width: calc(100% - .95rem);
}

.list1w a .top h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #3247a0;
    height: .6rem;
}

.list1w a p{
    font-size: .14rem;
    line-height: .24rem;
    color: #646464;
    -webkit-line-clamp: 3;
    height: .72rem;
}
.list1w a p span{
    color: #3247a0;
}

.list1w a .txt-box{
    padding: .25rem 0;
}

.list1w .page{
    font-size: 0;
    bottom: 2.3rem;
}
.list1w .page span{
    width: .09rem;
    height: .09rem;
    margin: 0 .06rem;
    background: #fff;
    opacity: 1;

}
.list1w .page span.active{
    background: #3247a0;
}

.index-s3 .content .rr{
    width: 44.23%;
    padding: .17rem 0;
    background: #fff;
}

.list-box5 li a{
    position: relative;
    z-index: 2;
    padding: .3rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d1d1d1;
    transition: .5s;
}
.list-box5 li time{
    display: flex;
    width: .7rem;
    height: .7rem;
    background: #3247a0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: .1rem 0 .1rem 0 ;
    transition: .5s;
}
.list-box5 li time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-weight: 700;
}
.list-box5 li  time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}
.list-box5 li .txt{
    width: calc(100% - .95rem);
}
.list-box5 li .txt h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
    max-height: .6rem;
    transition: .5s;
}

.list-box5 li:last-child a{
    border-bottom: transparent;
}
.list-box5 li:after{
    position: absolute;
    content: '';
    right: -.17rem;
    bottom: 0;
    width: 2.38rem;
    height: 1.02rem;
    background: url("../images/s2-img-5.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list-box5 li{
    position: relative;
    padding: 0 .38rem;
    background: #fff;
    transition: background .5s;
}
.list-box5 li:hover{
    background: #3247a0;
}
.list-box5 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list-box5 li:hover time{
    background: linear-gradient(-129deg,#ee9700 1% ,#e72121 100%);
}
.list-box5 li:hover .txt h3{
    color: #fff;
}
.list-box5 li:hover a{
    border-color: #3247a0;
}

.index-s3 .right{
    width: 30.26%;
}
.index-s3 .right .img-box .pic{
    padding-top: 1.54rem;
}

.list-box6 li{
    position: relative;
    font-size: .18rem;
    color: #000000;
    line-height: .63rem;
    padding-left: .16rem;
    border-bottom: 1px solid #d1d1d1;
    transition: .5s;
}
.list-box6 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .03rem;
    height: .16rem;
    background: #3247a0;
    transform: translateY(-50%);
    transition: .5s;
}
.list-box6 li:last-child{
    border: none;
}
.list-box6 li:hover{
    color: #3247a0;
}
.list-box6 {
    padding: .05rem .28rem .15rem;
    background: #fff;
}

.index-s3 .title001 .tit h6{
    color: #e2e8ff;
}
.index-s3 .title001 .tit h3{
    color: #010101;
}
.index-s3 .title001 {
    margin-bottom: .52rem;
}
.index-s3{
    margin-top: .8rem;
    padding: .94rem 0 .7rem;
    background: url("../images/index-s3.jpg") no-repeat bottom center/cover;
}


.list2w a{
    display: block;
    position: relative;
}
.list2w a .pic{
    padding-top: 2.27rem;
}
.list2w a time{
    position: absolute;
    left: .14rem;
    top: -.17rem;
    width: .7rem;
    height: .7rem;
    border-radius: .1rem 0 .1rem 0;
    background: rgba(50, 71, 160, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 5;
}
.list2w a time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    font-weight: 700;
}
.list2w a time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    margin-top: .05rem;
}

.list2w a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .17rem;
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
    padding: 0 .2rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 5;
}
.list2w a .play{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: .37rem;
    height: .37rem;
    background: url("../images/s4-img-2.png") no-repeat 50%/100%;
    margin:auto;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg,transparent 0,#4963d1 100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list2w{
    padding-top: .17rem;
}

.list2w a:hover h3,
.list2w a:hover .play,
.list2w a:hover:after{
    opacity: 1;
    visibility: visible;
}

.list2w .page{
    margin-top: .48rem;
    font-size: 0;
    position: static;
}
.list2w .page span{
    width: .1rem;
    height: .1rem;
    margin: 0 .08rem;
    background: #d0d0d0;
    opacity: 1;
}
.list2w .page span.active{
    background: #263fa8;
}

.index-s4 .title001 .tit h6{
    color: #e2e8ff;
}
.index-s4 .title001 .tit h3{
    color: #3247a0;
    text-align: center;
}
.index-s4 .title001 .more{
    position: absolute;
    right: 0;
    bottom: 0;
}
.index-s4 .title001{
    position: relative;
    margin-bottom: .55rem;
    justify-content: center;
}

.index-s4{
    padding: .91rem 0 .52rem;
}

.aside{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.aside li{
    position: relative;
    right: -.4rem;
    width: .82rem;
    height: 1.51rem;
    margin-bottom: .28rem;
    background: url("../images/ad-img-1.png") no-repeat 50%/100%;
    transition: .5s;
}
.aside li a{
    height: 100%;
    display: flex;
    align-items: center;
}
.aside li i{
    display: block;
    font-size: .18rem;
    letter-spacing: .03rem;
    line-height: 1;
    margin-left: .45rem;
    color: #fff;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    transition: .5s;
    opacity: 0;
    transform: scale(0);

}
.aside li:last-child{
    margin-bottom: 0;
}
.aside li:hover{
    right: 0;
}
.aside li:hover i{
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }
    .aside{
        display: none;
    }
}
@media (max-width: 1025px){
    .banner .page{
        bottom: .2rem;
    }
    .banner .page span {
        width: 0.3rem;
        height: 0.16rem;
        margin: 0 .1rem;
    }
    .index-s1 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .index-s1 .left .title001 .tit:after{
        display: none;
    }
    .index-s1 .left .title001 .tit{
        width: auto;
        padding: 0;
    }
    .title001 .tit h6{
        font-size: .36rem;
        color: #e2e8ff;
    }
    .title001 .tit h3{
        font-size: .26rem;
        line-height: .3rem;
        color: #000;
        margin-top: -.19rem;
        text-align: left;
    }
    .title001 .more{
        font-size: 12px;
        width: 1.2rem;
        line-height: .32rem;
    }
    .list-box1 li .pic{
        padding-top: 71.45%;
    }
    .list-box1 li{
        width: 48%;
    }
    .list-box1 li h3{
        padding: 0 .2rem;
        line-height: .52rem;
    }
    .list-box2 li time{
        padding: .12rem 0;
        width: 1rem;
    }
    .list-box2 li time span{
        font-size: .26rem;
    }
    .list-box2 li .txt {
        width: calc(100% - 1.2rem);
        padding-right: .1rem;
    }
    .index-s1 .left .title001 {
        margin-bottom: .3rem;
    }
    .index-s1 .right{
        width: 100%;
    }
    .index-s1 .right .title001{
        padding: .16rem .2rem;
    }
    .index-s1 .right .title001 .tit h3{
        color: #fff;
    }
    .list-box3 li a{
        padding: .2rem 0;
    }
    .list-box3{
        padding: .1rem .2rem .2rem;
    }
    .list-box3 .more {
        margin-top: 0.2rem;
    }
    .index-s1{
        padding: .4rem 0 .45rem;
    }
    .index-s2 .tab-tit .li h6{
        font-size: .36rem;
        color: #e2e8ff;
    }
    .index-s2 .tab-tit .li h3{
        font-size: .26rem;
        line-height: .3rem;
        color: #000;
        margin-top: -.19rem;
    }
    .index-s2 .tab-tit{
        margin-bottom: .3rem;
    }
    .list-box4 li{
        width: 49%;
    }
    .list-box4 ul{
        gap: .24rem 2%;
    }
    .list-box4 li .pic{
        height: auto;
        padding-top: 71.5%;
    }
    .list-box4 li .txt{
        padding: .2rem ;
    }
    .list-box4 .more {
        margin-top: .3rem;
    }

    .index-s3 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .index-s3 .content .ll{
        padding: .2rem;
    }
    .list1w a .top time span,
    .list-box5 li time span{
        font-size: .3rem;
    }
    .list-box5 li{
        padding: 0 .2rem;
    }
    .index-s3 .title001 {
        margin-bottom: 0.3rem;
    }
    .index-s3 .right{
        width: 100%;
    }
    .list-box6{
        padding: .1rem .2rem;
    }
    .list-box6 li{
        line-height: .58rem;
    }
    .index-s3{
        margin-top: .4rem;
        padding: .4rem 0;
    }
    .list2w a time span{
        font-size: .3rem;
    }
    .list2w a .pic{
        padding-top: 56.99%;
    }
    .list2w .page {
        margin-top: 0.2rem;
    }
    .index-s4 .title001{
        margin-bottom: .3rem;
    }
    .index-s4{
        padding: .4rem 0;
    }
}
@media (max-width: 768px){
    .index-s3 .content .ll{
        width: 100%;
        margin-bottom: .4rem;
    }
    .index-s3 .content .rr{
        width: 100%;
        padding: 0;
    }
    .list-box5 li a{
        padding: .2rem 0;
    }
    .list1w a .txt-box{
        padding: .2rem 0;
    }
    .list1w a .top {
        margin-bottom: 0.15rem;
    }
    .list1w .page{
        bottom: 2.1rem;
    }
}
@media (max-width: 481px){
    .list-box1 li{
        width: 100%;
    }
    .list-box1 ul{
        gap: .24rem 0;
    }
    .list-box1 li h3{
        padding: 0 .15rem;
        line-height: .48rem;
    }
    .index-s2 .tab-tit .li{
        padding: 0;
        width: 50%;
    }
    .index-s2 .tab-tit .li h6{
        display: none;
    }
    .index-s2 .tab-tit .li h3{
        margin-top: 0;
    }
    .index-s2 .tab-tit{
        gap: .15rem 0;
    }
    .index-s2 .tab-tit .li h3{
        font-size: .24rem;
    }
    .index-s2 .tab-tit .li:nth-child(3):before{
        display: none;
    }
    .index-s4 .title001{
        justify-content: flex-start;
    }
}