@charset "utf-8";
.banner .swiper-slide{
    width: 14rem;
}
.banner a{
    display: block;
    position: relative;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    transition: .5s;
}
.banner a img{
    display: block;
    width: 100%;
}
.banner a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .38rem;
    z-index: 3;
    font-size: .24rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateX(0.1rem);
}
.banner .swiper-slide-active a p{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.banner .swiper-slide-active a:after{
    background: url("../images/b-mask.png") repeat-x bottom center;
}
.banner .paga{
    bottom: .2rem;
    font-size: 0;
}
.banner .paga span{
    width: .08rem;
    height: .08rem;
    margin:0  .14rem;
    background: #fff;
    opacity: .4;
}
.banner .paga span.swiper-pagination-bullet-active{
    opacity: 1;
    background: #ffb308;
}
.banner .btnBox{
    display: flex;
    align-items: center;
    height: .51rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 14rem;
    margin: 0 auto;
    transform: translateY(-50%);
    justify-content: space-between;
    z-index: 3;
}
.banner .btn{
    width: .51rem;
    height: .51rem;
    margin-top: auto;
    top: 0;
    background-size: 100%;
}
.banner .prev{
    left:-.25rem;
    background-image: url("../images/prev.png");
}
.banner .next{
    right: -.25rem;
    background-image: url("../images/next.png");
}
.title001{
    padding-top: .5rem;
    padding-bottom: .22rem;
    margin-bottom: .23rem;
    background: url("../images/s1-img07.png") no-repeat 50% / 2.78rem 1.02rem;
}
.title001 h2{
    font-size: .3rem;
    color: #0a0c0e;
    line-height: 1;
    position: relative;
    z-index: 3;
    text-align: center;
    font-family: '思源宋体 CN';
}

.list_box0 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list_box0 .li{
    padding: 0 0.15rem;
}
.list_box0 .li a{
    display: block;
}
.list_box0 .li a .icon{
    width: 1.22rem;
    height: 1.22rem;
    margin: 0 auto;
    position: relative;
    border: 1px dashed #477bbf;
    border-radius: 50%;
}
.list_box0 .li a p{
    font-size: .18rem;
    line-height: .24rem;
    color: #000000;
    text-align: center;
    margin-top: .26rem;
    transition: .5s;
}
.list_box0 .li:hover a .icon img{
    transform: rotateY(360deg);
    transition: .5s;
}
.list_box0 .li:hover a p{
    color: #0c51ab;
}

.container01 {
    padding-top: .2rem;
    padding-bottom: .43rem;
    background: url("../images/container01.jpg") no-repeat 50% /cover;
}
.title002{
    position: relative;
    margin-bottom: .3rem;
}
.title002 h2{
    display: flex;
    align-items: center;
    font-size: .28rem;
    line-height: .34rem;
    color: #000000;
    font-family: '思源宋体 CN';
}
.title002 h2 img{
    display: block;
    margin-right: .1rem;
    width: .24rem;
}
.title002 .mores{
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: .14rem;
    background: url("../images/mores.png") no-repeat right center/.07rem;
    transform: translateY(-50%);
}
.title002 .mores a{
    display: block;
    font-size: .15rem;
    color: #0c51ab;
    line-height: 1;
}
.container02 .aleft{
    width: 66.07%;

}
.container02 .aleft .ll{
    width: 55.35%;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 3.42rem;
}
.list1w a .txt{
    padding: .24rem .33rem;
    background: url("../images/s2-img02.jpg") no-repeat 50%/cover;
}
.list1w a .txt h2{
    font-size: .18rem;
    line-height: .28rem;
    color: #fff;
    height: .56rem;
    font-weight: 600;
    margin-bottom: .1rem;
}
.list1w a .txt time{
    display: block;
    font-size: .18rem;
    line-height: .28rem;
    color: #fff;
}
.list1w .page{
    left: auto;
    width: auto;
    right: .24rem;
    text-align: right;
    bottom: .3rem;
    font-size: 0;
}
.list1w .page span{
    width: .1rem;
    height: .1rem;
    background: #fff;
    opacity: 1;
    margin: 0 .1rem;
}
.list1w .page span.swiper-pagination-bullet-active{
    background: #ffb308;
}
.container02 .aleft .rr{
    width: 44.65%;
    padding: .23rem .25rem 0.16rem .2rem;
    background: url("../images/s2-img03.jpg") no-repeat bottom center/100% 100%;
}
.list_box1 a{
    position: relative;
    display: flex;
    padding-top: .27rem;
    padding-bottom: .19rem;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.32);
}

.list_box1 a time{
    display: block;
    font-size: .18rem;
    color: #0c51ab;
    line-height: .22rem;
}
.list_box1 a .txt{
    width: calc(100% - .75rem);
}
.list_box1 a .txt p{
    font-size: .16rem;
    line-height: .22rem;
    color: #000000;
    height: .44rem;
    transition: .5s;
}
.list_box1{
    padding-left: .2rem;
    border-left: 1px solid #bbe4f9;
}
.list_box1 li{
    position: relative;

}
.list_box1 li:first-child a{
    padding-top: .13rem;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    top: .33rem;
    left: -.24rem;
    width: .07rem;
    height: .07rem;
    background:#90a2ba;
    border-radius: 50%;
}
.list_box1 li:hover a .txt p,
.list_box1 li.active a .txt p{
    color: #0c51ab;
    font-weight: 600;
}
.list_box1 li:hover:before,
.list_box1 li.active:before{
    background: #0c51ab;
}

.container02 .aright{
    width: 31%;
}

.list_box2 li a{
    display: flex;
    border: 1px solid #d3dee4;
    padding: .14rem 0;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li a time{
    display: block;
    width: .82rem;
    text-align: center;
    position: relative;
}
.list_box2 li a time:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 1px;
    height: .49rem;
    background: #dfdfdf;
}
.list_box2 li a time span{
    display: block;
    font-size: .28rem;
    color: #0c51ab;
    line-height: 1;
    margin-bottom: .05rem;
}
.list_box2 li a time em{
    display: block;
    font-size: .14rem;
    color: #000000;
    line-height: 1;
}
.list_box2 li a .txt{
    width: calc(100% - 1rem);
    padding-right: .2rem;
}
.list_box2 li a .txt p{
    font-size: .16rem;
    line-height: .26rem;
    color: #000;
    height: .52rem;
}
.list_box2 li{
    position: relative;
    margin-top: .19rem;
    transition: .5s;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 0;
    bottom: 0;
    height: .02rem;
    background: #0c51ab;
    transition: .5s;
}
.list_box2 li:first-child{
    margin-top: 0;
}
.list_box2 li:hover:before{
    width: 100%;
}
.list_box2 li:hover{
    box-shadow: 0px 10px 15px 0px rgba(12,81,171,0.25);
}
.container02{
    margin-bottom: .58rem;
}

.container03{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container03 .w440{
    width: 31.43%;
}

.list_box3 li a{
    display: flex;
    align-items: center;
    padding-top: .16rem;
    padding-bottom: .21rem;
    justify-content: space-between;
    border-bottom: 1px dashed #b1b0b0;
}
.list_box3 li a .pic{
    width: 1.43rem;
    height: 1.08rem;
}
.list_box3 li a .txt{
    width: calc(100% - 1.7rem);
}
.list_box3 li a p{
    font-size: .16rem;
    color: #000000;
    line-height: .24rem;
    height: .48rem;
    margin-bottom: .1rem;
    transition: .5s;
}
.list_box3 li a time{
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
}
.list_box3 li:hover a p{
    color: #0c51ab;
}
.list_box4 li a{
    position: relative;
    display: flex;
    padding-top: .18rem;
    padding-bottom: .25rem;
    justify-content: space-between;
    border-bottom: 1px dashed #b2b1b1;
}
.list_box4 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 0;
    bottom: -1px;
    height: 1px;
    background: #0c51ab;
    transition: .5s;
}
.list_box4 li .txt{
    width: calc(100% - 1.13rem);
    position: relative;
    padding-left: .19rem;
}
.list_box4 li .txt:before{
    position: absolute;
    content: '';
    left: 0;
    top: .06rem;
    width: .06rem;
    height: .06rem;
    border: 1px solid #2b84d1;
    border-radius: 50%;
}
.list_box4 li .txt p{
    font-size: .16rem;
    line-height: .22rem;
    color: #000000;
    transition: .5s;
    height: .44rem;
}
.list_box4 li time{
    width: 1.13rem;
    text-align: right;
    color: #666666;
    font-size: .16rem;
    line-height: .22rem;
}
.list_box4 li:hover a:after{
    width: 100%;
}
.list_box4 li:hover .txt p{
    color: #0c51ab;
    font-weight: 600;
}
.list_box4 li:hover time{
    color: #0c51ab;
}

.container03 .w434{
    width: 31%;
}

.list_tabs {
    position: relative;
    padding-left: .28rem;
    display: flex;
    background: url("../images/tit05.png") no-repeat left center /.27rem;
}
.list_tabs  .li{
    font-size: .18rem;
    color: #939393;
    line-height: .34rem;
    font-family: '思源宋体 CN';
    padding: 0 .12rem;
    cursor: pointer;
    position: relative;
}
.list_tabs  .li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .04rem;
    height: .04rem;
    background: #939393;
    border-radius: 50%;
    transform: translateY(-50%);
}
.list_tabs  .li:first-child:before{
    display: none;
}
.list_tabs  .li.active{
    font-size: .28rem;
    color: #000;
}

.list_bds .list_bds_li{
    transform: scaleX(0);
    visibility: hidden;
    height: 0;
}
.list_bds .list_bds_li.active{
    transform: scaleX(1);
    visibility: visible;
    height: auto;
}

.container03 .w434 .mores a{
    display: none;
}
.container03 .w434 .mores a.active{
    display: block;
}
.container03 .title002{
    padding-bottom: .26rem;
    margin-bottom: .16rem;
    border-bottom: 1px solid #c5cee8;
}
.container03 .title002 .mores{
    top: 0;
    transform: none;
}
.container03 .title002 .mores a{
    line-height: .34rem;
}
.container03 {
    margin-bottom: .6rem;
}
.list2w a{
    display: block;
    overflow: hidden;
}
.list2w a img{
    display: block;
    width: 100%;
    transition: .5s;
}
.list2w a:hover img{
    transform: scale(1.1);
}
.index{
    padding-top: .62rem;
    padding-bottom: .65rem;
    background: url("../images/index.jpg") no-repeat bottom /cover;
}

@media screen and (max-width: 1024px){
    .banner{
        margin-top: .75rem;
    }
    .banner .prev{
        left: .1rem;
    }
    .banner .next{
        right: .1rem;
    }
    .banner .btn{
        width: .4rem;
        height: .4rem;
    }
    .banner a:after{
        background: url('../images/b-mask.png') repeat-x bottom center;
    }
    .list_box0 .li a .icon{
        width: .8rem;
        height: .8rem;
    }
    .list_box0 .li a .icon img{
        max-width: 40%;
        max-height: 40%;
    }
    .list_box0 .li a p{
        margin-top: .15rem;
    }
    .title001{
        padding-top: 0.2rem;
        padding-bottom: 0.1rem;
        margin-bottom: .2rem;
        background-size: 2.08rem 0.62rem;
    }
    .title001 h2,
    .title002 h2,
    .list_tabs .li.active{
        font-size: .24rem;
    }
    .title002{
        margin-bottom: .2rem;
    }
    .container01{
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .container02 .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .container02 .aright{
        width: 100%;
    }
    .container02{
        margin-bottom: .4rem;
    }
    .container03 .w440{
        width: 48%;
        margin-bottom: .4rem;
    }
    .container03 .w434{
        width: 100%;
    }
    .container03{
        margin-bottom: .4rem;
    }
    .index{
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
}

@media screen and (max-width: 768px){
    .banner a p{
        display: none;
    }
    .list_box0 .li{
        width: 33.33%;
        margin-bottom: .2rem;
    }
    .container02 .aleft .ll{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 66.79%;
    }
    .list1w a .txt{
        padding: .2rem .15rem;
    }
    .container02 .aleft .rr{
        width: 100%;
    }
    .list_box1 a .txt p,
    .list_box2 li a .txt p,
    .list_box3 li a p,
    .list_box4 li .txt p{
        font-size: .2rem;
    }
    .container03 .w440{
        width: 100%;
    }
    .container03 .title002{
        padding-bottom: .2rem;
    }
    .list_box4 li a{
        padding: .15rem 0;
    }
    .list_box4 li .txt p,
    .list_box1 a .txt p,
    .list_box3 li a p,
    .list_box4 li time,
    .list_box1 a time{
        line-height: .32rem;
        height: .64rem;
    }
    .list1w a .txt h2{
        font-size: .2rem;
    }
    .list_box4 li .txt:before{
        top: .1rem;
    }
}