@charset "utf-8";
.banner a{
    display: block;
    position: relative;
}
.banner a img{
    display: block;
    width: 100%;
}

.banner .page{
    font-size: 0;
    bottom: .4rem;
}
.banner .page span{
    width: .14rem;
    height: .14rem;
    margin: 0 .16rem;
    background: #FFFFFF no-repeat 50%/100% 100%;
    opacity: 1;
    vertical-align: middle;
}
.banner .page span.active{
    width: .36rem;
    height: .35rem;
    border-radius: 0;
    background-image: url("../images/dots.png");
    background-color: transparent;
}
.title001{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 .ll img{
    display: block;
    height: .67rem;
}
.title001 .more{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .21rem;
    color: #666666;
    position: absolute;
    right: 0;
    bottom: .16rem;
    transition: .5s;
}
.title001 .more img{
    display: block;
    height: .16rem;
    margin-left: .01rem;
}

.title001 .more:hover{
    color: #0E51A6;
    transform: translateX(.1rem);
}

.home1 .left{
    width: 47.86%;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 4.6rem;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img02.png") repeat-x bottom center;
}
.list1w a h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .31rem;
    font-size: .2rem;
    line-height: .32rem;
    color: #fff;
    padding-left: .2rem;
    padding-right: 2.5rem;
    z-index: 3;
    font-weight: 600;
}
.list1w a time{
    position: absolute;
    left: 0;
    top: 0;
    width: .92rem;
    height: .92rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #0E51A6;
    z-index: 3;
    text-align: center;
}
.list1w a time span{
    display: block;
    width: 100%;
    font-size: .28rem;
    line-height: 1;
    font-family: 'songti' ,sans-serif;
    margin-bottom: .1rem;
}
.list1w a time em{
    display: block;
    width: 100%;
    font-size: .16rem;
    line-height: 1;
    font-family: 'songti' ,sans-serif;
}

.list1w .page{
    font-size: 0;
    left: auto;
    width: auto;
    bottom: .42rem;
    right: .26rem;
}
.list1w .page span{
    width: .1rem;
    height: .1rem;
    margin: 0 .08rem;
    opacity: .7;
    background: #fff;
}
.list1w .page span.active{
    opacity: 1;
}
.home1 .left .title001{
    margin-bottom: .23rem;
}
.home1 .right{
    width: 47.86%;
}

.list_box1 li a{
    padding: .24rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li time{
    display: block;
    width: .8rem;
    text-align: center;
}
.list_box1 li time span{
    display: block;
    font-size: .24rem;
    line-height: 1;
    color: #222;
    font-family: 'songti' , sans-serif;
    margin-bottom: .06rem;
}
.list_box1 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #666666;
    font-family: 'songtiR' , sans-serif;
}
.list_box1 li .txt{
    width: calc(100% - .94rem);
}
.list_box1 li .txt h3{
    font-size: .18rem;
    line-height: .28rem;
    color: #222;
}
.list_box1 li *{
    transition: .5s;
}
.list_box1 li{
    border-bottom: 1px dashed #C8C8C8 ;
}
.list_box1 li:hover time span,
.list_box1 li:hover time em{
    color: #0E51A6;
}
.list_box1 li:hover .txt h3{
    color: #0E51A6;
    font-weight: 600;
}

.home1 .right .title001{
    margin-bottom: .18rem;
}

.home1{
    padding-top: .46rem;
    padding-bottom: .84rem;
    background: #F6F8FC;
}

.home2 .left{
    width: 47.86%;
}

.home2 .content{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.home2 .content .ll{
    width: 47.76%;
}

.list2w a{
    display: block;
}
.list2w a .pic{
    padding-top: 4.5rem;
}
.list2w .btnBox{
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: .18rem;
}
.list2w .btn{
    position: static;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent no-repeat 50%;
    background-size: .15rem .09rem;
    transition: .5s;
    transform: none;
}
.list2w .prev{
    margin-right: .15rem;
    background-image: url("../images/s2-img02.png");
}
.list2w .next{
    background-image: url("../images/s2-img03.png");
}
.list2w .prev:hover{
    background-image: url("../images/s2-img04.png");
}
.list2w .next:hover{
    background-image: url("../images/s2-img05.png");
}
.list2w .btn:hover{
    background-color: #fff;
}

.home2 .content .rr{
    width: 48.95%;
    margin-top: .55rem;
}

.list_box2 li a{
    display: block;
    border-radius: 0 .6rem 0 0 ;
    padding: .26rem .24rem .3rem;
    background: rgba(255, 255, 255, 0.3) no-repeat 50%/cover;
}

.list_box2 li a h3{
    font-size: .16rem;
    line-height: .28rem;
    color: #FFFFFF;
    height: .56rem;
    margin-bottom: .14rem;
}
.list_box2 li a h5{
    font-size: .14rem;
    line-height: .28rem;
    color: rgba(255, 255, 255, 0.7);
    padding-left: .2rem;
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_box2 li a h5.h51{
    background-size: .16rem;
    background-image: url("../images/s2-img06.png");
}
.list_box2 li a h5.h52{
    background-size: .14rem;
    background-image: url("../images/s2-img07.png");
}

.list_box2 li a h5.h53{
    background-size: .13rem;
    background-image: url("../images/s2-img08.png");
}
.list_box2 li *{
    transition: .5s;
}
.list_box2 li:hover a{
    background-image: url("../images/s2-img12.png");
}
.list_box2 li:hover a h3{
    color: #0E51A6;
    font-weight: 600;
}

.list_box2 li:hover a h5{
    color: #666666;
}

.list_box2 li:hover a h5.h51{
    background-image: url("../images/s2-img09.png");
}

.list_box2 li:hover a h5.h52{
    background-image: url("../images/s2-img10.png");
}

.list_box2 li:hover a h5.h53{
    background-image: url("../images/s2-img11.png");
}


.list_box2 li{
    margin-top: .2rem;
}
.list_box2 li:nth-child(3){
    display: none;
}

.list_box2 li:first-child{
    margin-top: 0;
}

.home2 .left .title001{
    margin-bottom: .38rem;
}

.home2 .right{
    width: 47.14%;
}

.list_box3 li a{
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .23rem .14rem;
}
.list_box3 li time{
    display: block;
    width: .84rem;
    text-align: center;
    color: #fff;
}
.list_box3 li time span{
    display: block;
    font-size: .22rem;
    line-height: 1;
    font-family: 'songti' , sans-serif;
    margin-bottom: .08rem;
}
.list_box3 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    font-family: 'songtiR' , sans-serif;
}
.list_box3 li .txt{
    width: calc(100% - 1rem);
}

.list_box3 li .txt h3{
    font-size: .18rem;
    line-height: .3rem;
    color: #fff;
    max-height: .6rem;
}

.list_box3 li .txt p{
    font-size: .14rem;
    line-height: .26rem;
    color: rgba(255, 255, 255, 0.7);
    height: .52rem;
    display: none;
}

.list_box3 li.show .txt h3{
    line-height: .24rem;
    margin-bottom: .04rem;
    font-weight: 600;
    white-space: nowrap;
    display: block;
}

.list_box3 li.show .txt p{
    display: block;
}

.list_box3 li{
    position: relative;
}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(104, 180, 222, 0.8);
    box-shadow: 0 .04rem .16rem 0 rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list_box3 li.show:after{
    opacity: 1;
    visibility: visible;
}

.home2 .right .title001{
    margin-bottom: .4rem;
}


.home2 .title001 .more{
    color: #fff;
}

.home2{
    padding-top: .38rem;
    padding-bottom: .69rem;
    background: url("../images/home2.jpg") no-repeat 50%;
    background-size: cover;
}

.home3 .left{
    width: 47.86%;
}

.list_box4 li{
    position: relative;
    line-height: .66rem;
    border-bottom: 1px dashed #C8C8C8;
}
.list_box4 li a{
    font-size: .18rem;
    color: #222;
    padding-right: 1.4rem;
    padding-left: .2rem;
    transition: .5s;
}
.list_box4 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .18rem;
    color: #666666;
    font-family: 'songtiR' , sans-serif;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: .05rem;
    height: .24rem;
    width: .02rem;
    background: #214E9C;
}

.list_box4 li:hover a{
    color: #0E51A6;
}
.home3 .left .title001{
    margin-bottom: .1rem;
}
.home3 .right{
    width: 47.86%;
}

.list_box5 li{
    position: relative;
    width: 47.01%;
    background: #fff;
    border: 1px solid #CECECE;
    margin-bottom: .33rem;
}
.list_box5 li a{
    display: block;
    position: relative;
    z-index: 3;
    padding-top: .3rem ;
    padding-bottom: .16rem;
}
.list_box5 li .icon{
    position: relative;
    width: .84rem;
    height: .84rem;
    margin: 0 auto;
}

.list_box5 li .icon .img02{
    opacity: 0;
}

.list_box5 li h3{
    font-size: .16rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    margin-top: .1rem;
    transition: .5s;
}

.list_box5 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s3-img09.png") no-repeat 50%;
    background-size: cover;
    transform: scaleX(0);
    transform-origin: left center;
    box-shadow: 0px .04rem .16rem 0px rgba(0, 0, 0, 0.16);
    transition: .5s;
}
.list_box5 li:hover .icon .img02{
    opacity: 1;
}
.list_box5 li:hover .icon .img01{
    opacity: 0;
}
.list_box5 li:hover h3{
    color: #fff;
}
.list_box5 li:hover:after{
    transform: scaleX(1);
}

.home3 .right .title001{
    margin-bottom: .34rem;
}

.home3{
    margin-bottom: .07rem;
}

.list_box6 li{
    margin-right: 0.4rem;
}
.list_box6 li:first-child{
    margin-left: 0;
}
.list_box6 li a{
    display: block;
    font-size: .2rem;
    line-height: .4rem;
    color: #222222;
    transition: .5s;
}
.list_box6 li:hover a{
    color: #0E51A6;
}

.home4 .title001{
    margin-bottom: .3rem;
}

.homea{
    padding-top: .5rem;
    padding-bottom: .57rem;
    background: url("../images/homea.png") no-repeat bottom center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .banner{
        margin-top: .75rem;
    }

}
@media (max-width: 1025px){
    .banner .page{
        bottom: .15rem;
    }
    .banner .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 .1rem;
    }
    .banner .page span.active{
        width: .28rem;
        height: .28rem;
    }
    .title001 .ll img{
        height: .56rem;
    }
    .home1 .left{
        width: 100%;
        margin-bottom: .45rem;
    }
    .list1w a .pic{
        padding-top: 68.65%;
    }
    .list1w a h3{
        bottom: .2rem;
        padding-right: 1.5rem;
    }
    .list1w .page{
        right: .2rem;
        bottom: .3rem;
    }
    .home1 .right{
        width: 100%;
    }
    .list_box1 li a{
        padding: .2rem 0;
    }
    .home1{
        padding: .45rem 0;
    }
    .home1 .left .title001{
        margin-bottom: .3rem;
    }
    .home2 .left{
        width: 100%;
        margin-bottom: .45rem;
    }
    .list2w a .pic{
        padding-top: 140.625%;
    }
    .home2 .content .rr{
        margin-top: 0;
    }
    .list_box2 li:nth-child(3){
        display: block;
    }
    .list_box2 li a h3{
        font-size: .18rem;
    }
    .list_box2 li a h5{font-size: .16rem}
    .list_box2 li{
        margin-top: 4.8vw;
    }
    .list2w .btn{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .list2w .btnBox{
        position: static;
        margin-top: 0;
    }
    .list2w{
        position: relative;
    }
    .list2w .prev{
        margin-right: 0;
    }
    .home2 .left .title001{
        margin-bottom: .3rem;
    }
    .home2 .right{
        width: 100%;
    }
    .home2 .right .title001{
        margin-bottom: .3rem;
    }
    .home2{
        padding: .45rem 0;
    }
    .home3 .left{
        width: 100%;
        margin-bottom: .45rem;
    }
    .home3 .right{
        width: 100%;
    }
    .list_box5 li h3{
        font-size: .18rem;
    }
    .home3 .right .title001{
        margin-bottom: .3rem;
    }
    .home4 .title001{
        margin-bottom: .2rem;
    }
    .list_box6 li{
        margin-left: 0;
        margin-right: .34rem;
    }
    .homea{
        padding: .45rem 0;
    }
}
@media (max-width: 768px){
    .home2 .content .ll{
        width: 100%;
        margin-bottom: .45rem;
    }
    .list2w{
        max-width: 4rem;
        margin: 0 auto;
    }
    .home2 .content .rr{
        width: 100%;
    }
    .list_box2 li{
        margin-top: .24rem;
    }
    .list_box5 li .icon{
        width: .6rem;
        height: .6rem;
    }
    .list_box5 li{
        width: 48%;
        margin-bottom: .2rem;
    }
}