﻿@charset "utf-8";
.banner{
    margin-top: 1.16rem;
}
.banner img{
    display: block;
    width: 100%;
}
.banner .btn{
    width: .56rem;
    height: .56rem;
    margin-top: auto;
    transform: translateY(-50%);
    background-size: 100% 100%;
}
.banner .prev{
    left: 1rem;
    background-image: url("../images/prev.png");
}
.banner .next{
    right: 1rem;
    background-image: url("../images/next.png");
}
.title001 {
    position: relative;
}
.title001 .tit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.title001 .tit h2{
    font-size: .36rem;
    color: #333333;
    line-height: .76rem;
    font-weight: 600;
    position: relative;
}
.title001 .tit h2:after{
    position: absolute;
    content: '';
    right: .1rem;
    bottom: 0;
    width: .56rem;
    height: .04rem;
    background: #0c428a;
}
.title001 .tit p{
    margin-left: .1rem;
    font-size: .22rem;
    color: rgba(12, 66, 138, 0.43);
    font-family: Arial,serif;
    margin-top: 5px;
}
.title001 .mores{
    position: absolute;
    right: 0;
    top: 50%;
    padding-left: .45rem;
    font-size: .18rem;
    line-height: .22rem;
    color: #0c428a;
    transform: translateY(-50%);
    font-family: Arial,serif;
    background: url("../images/mores.png") no-repeat left center/.35rem;
    transition: .5s;
}
.title001 .mores:hover{
    color: #c3222a;
}
.list_box2 li{
    width: 30.86%;
    margin-left: 3.71%;
}
.list_box2 li:first-child{
    margin-left: 0;
}
.list_box2 li a{
    display: block;
    position: relative;
}
.list_box2 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #1b4f80;
}
.list_box2 li.xian2 a:after{
    background: #33974d;
}
.list_box2 li.xian3 a:after{
     background: #a92e34;
 }
.list_box2 li .pic{
    padding-top: 3rem;
}
.list_box2 li .txt h2{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    margin-bottom: .2rem;
}
.list_box2 li .txt time{
    display: block;
    font-size: .16rem;
    color: #999999;
    line-height: .2rem;
    padding-left: .22rem;
    background: url("../images/s1-img02.png") no-repeat left center/.16rem;
    margin-bottom: .16rem;
}
.list_box2 li .txt p{
    font-size: .14rem;
    color: #999999;
    line-height: .28rem;
    height: .56rem;
}
.list_box2 li .txt{
    padding-top: .2rem;
    padding-bottom: .25rem;
}
.list_box2 li:hover .txt{
    background: url("../images/s1-img03.png") no-repeat bottom .27rem center/100%;
}
.container01 .title001{
    margin-bottom: .5rem;
}
.container01{
    padding-top: .5rem;
    padding-bottom: .98rem;
}

.container02{
    position: relative;
    z-index: 3;
}
.container02 img{
    display: block;
    width: 100%;
}
.container02 .wp{
    height: 100%;
    position: relative;
}
.container02 .box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.container02 .box .txt a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .36rem;
    color: #fff;
    line-height: .4rem;
    font-weight: 600;
    text-align: center;
    background: #c3222a;
    border: .03rem solid #fff;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}
.container02 .box .txt div{
    width: 2rem;
    height: 2rem;
    position: relative;
    padding: .15rem;
    margin: 0 auto;
}
.container02 .box .txt div:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img03.png") no-repeat center center/auto 100%;
}
.container02 .box .txt{
    width: 2.7rem;
    padding-top: 1.16rem;
    height: 100%;
    background: url("../images/s2-img02.png") no-repeat bottom right /100% 100%;
}

.list1w a{
    position: relative;
    display: block;
    background: #fff;
    padding: .28rem .26rem .2rem;
    box-shadow: 0 0 .2rem rgba(30, 71, 129, 0.23);
}
.list1w a .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .3rem;
}
.list1w a .time time{
    display: block;
    font-size: .18rem;
    line-height: .36rem;
    color: #1e4781;
    height: .36rem;
    font-family: Arial,serif;
}
.list1w a .time time i{
    display: inline-block;
    font-size: .36rem;
    font-weight: 600;
    line-height: 1;
    font-family: Arial,serif;
    margin-right: .05rem;
}
.list1w a .time span{
    display: block;
    font-size: .16rem;
    color: #fff;
    line-height: .34rem;
    background: #33974d;
    border-radius: .5rem;
    padding: 0 .17rem;
}
.list1w a .time span.ending{
    color: #757575;
    background: #ebebeb;
}
.list1w a .pic{
    padding-top: 2.64rem;
}
.list1w a .txt h2{
    font-size: .2rem;
    color: #333333;
    line-height: .32rem;
    height: .64rem;
    margin-bottom: .12rem;
}
.list1w a .txt h5{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: .16rem;
    color: #666666;
    line-height: .36rem;
}
.list1w a .txt h5 img{
    display: block;
    width: .16rem;
    margin-right: .1rem;
}
.list1w a .txt {
    padding-top: .23rem;
    padding-bottom: .1rem;
}
.list1w a .jt{
    position: absolute;
    width: .5rem;
    height: .5rem;
    right: 0;
    bottom: 0;
    background: #1e4781 url("../images/s3-img02.png") no-repeat 50%/.16rem;
    transition: .5s;
}
.list1w a:hover .jt{
    background-color: #c3222a;
}
.list1w a:hover .time time i{
    color: #c3222a;
}
.list1w a:hover .time time {
    color: #999a9a;
}

.list1w .swiper-container{
    padding: .2rem 0;
    margin-bottom: .27rem;
}
.list1w .btnBox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list1w .btn{
    width: .47rem;
    height: .47rem;
    margin-top: auto;
    position: static;
    background-size: 100%;
}
.list1w .prev{
    background-image: url("../images/s3-img05.png");
}
.list1w .next{
    background-image: url("../images/s3-img06.png");
}
.list1w .page{
    font-size: 0;
    position: static;
    margin: 0 .17rem;
}
.list1w .page span{
    width: .11rem;
    height: .11rem;
    margin: 0 .1rem;
    opacity: 1;
    background: #c6d4e7;
}
.list1w .page span.swiper-pagination-bullet-active{
    background: #c3222a;
}

.container03 .title001{
    margin-bottom: .34rem;
}
.container03{
    padding-top: .72rem;
    padding-bottom: .73rem;
    background: #f6fafd;
}

.list_box3 li{
    width: 48%;
    border: 1px solid #e1e1e1;
    margin-bottom: .4rem;
}
.list_box3 li a{
    padding: .14rem .14rem .13rem .14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li time{
    display: block;
    width: 1.03rem;
    color: #fff;
    background: #1e4781;
    padding: .2rem .05rem .2rem .14rem;
}
.list_box3 li time span{
    display: block;
    font-size: .26rem;
    line-height: .3rem;
    font-weight: 600;
    margin-bottom: .1rem;
}
.list_box3 li time em{
    display: block;
    font-size: .18rem;
    color: #fff;
    line-height: .2rem;
}
.list_box3 li .txt{
    width: calc(100% - 1.33rem);
}
.list_box3 li .txt p{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
}
.container04 .title001{
    margin-bottom: .72rem;
}
.container04{
    padding-top: .42rem;
    padding-bottom: .5rem;
}

.list_box4 li{
    width: 25%;
}
.list_box4 a{
    display: block;
}
.list_box4 a img{
    display: block;
    width: 1.89rem;
    max-width: 100%;
    margin: 0 auto;
    transition: .5s;
}
.list_box4 a:hover img{
    transform: rotateY(180deg);
}
.container05 {
    padding-top: .62rem;
    padding-bottom: .77rem;
    background: url("../images/container05.jpg") no-repeat 50%/cover;
}

.list2w a{
    display: block;
    position: relative;
    overflow: hidden;
    padding: .25rem .25rem 0;
}
.list2w a .pic{
    padding-top: 2.91rem;
}
.list2w a .txt h2{
    font-size: .2rem;
    color: #333333;
    line-height: .3rem;
    margin-bottom: .16rem;
}
.list2w a .txt p{
    font-size: .14rem;
    color: #999999;
    line-height: .24rem;
    height: .48rem;
    margin-bottom: .28rem;
}
.list2w a .txt .gd{
    width: .73rem;
    height: .03rem;
    margin: 0 auto;
    background: #33974d  no-repeat 50%/ .25rem;
    /*transition: .3s;*/
}
.list2w a .txt time{
    position: absolute;
    font-size: .18rem;
    color: #fff;
    top: -.23rem;
    left: .2rem;
    line-height: .44rem;
    background: #33974d;
    padding: 0 .12rem;
}
.list2w a .txt {
    position: relative;
    padding-top: .4rem;
    z-index: 3;
}

.list2w .colb a .txt time{
    background: #1e4781;
}
.list2w .colb a .txt .gd{
    background-color: #1e4781;
}
.list2w .colR a .txt time{
    background: #ac3036;
}
.list2w .colR a .txt .gd{
    background-color: #ac3036 ;
}
.list2w .swiper-slide-active a .txt .gd{
    height: .66rem;
    background-image: url("../images/s5-img02.png");
}
.list2w .colb.swiper-slide-active a{
    box-shadow: 0 0 .2rem rgba(30, 71, 129, 0.28);
}
.list2w .colG.swiper-slide-active a{
    box-shadow: 0 0 .2rem rgba(51, 151, 77, 0.28);
}
.list2w .colR.swiper-slide-active a{
    box-shadow: 0 0 .2rem rgba(172, 48, 54, 0.28);
}
.list2w .swiper-wrapper{
    align-items: center;
}
.list2w .swiper-container{
    padding: .2rem 0;
    margin-bottom: .44rem;
}
.list2w .btnBox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list2w .btn{
    width: .47rem;
    height: .47rem;
    margin-top: auto;
    position: static;
    background-size: 100%;
}
.list2w .prev{
    background-image: url("../images/s3-img05.png");
}
.list2w .next{
    background-image: url("../images/s3-img06.png");
}
.list2w .page{
    font-size: 0;
    position: static;
    margin: 0 .17rem;
}
.list2w .page span{
    width: .11rem;
    height: .11rem;
    margin: 0 .1rem;
    opacity: 1;
    background: #c6d4e7;
}
.list2w .page span.swiper-pagination-bullet-active{
    background: #c3222a;
}

.container06 .title001{
    margin-bottom: .2rem;
}
.container06{
    padding-top: .62rem;
    padding-bottom: .78rem;
    background: #f6fafd;
}
.list_box5 img{
    display: block;
    width: 100%;
}

.list_box5 li{
   /* width: calc(100% / 11);*/
    position: relative;
    height: .3rem;
    top: 50%;
    transform: translateY(-50%);
}
.list_box5 li .txt{
    position: absolute;
    width: 1.76rem;
    bottom: 1.52rem;
}
.list_box5 li:nth-child(2n) .txt{
    bottom: auto;
    top: 1.4rem;

}
.list_box5 li .txt p{
    font-size: .16rem;
    color: #181818;
    line-height: .26rem;
    -webkit-line-clamp: 4;
    max-height: 1.04rem;
    margin-bottom: .1rem;
}

.list_box5 li .txt time{
    display: block;
    font-size: .22rem;
    line-height: .4rem;
    color: #fff;
    font-weight: 600;
    width: .9rem;
    background: #0c428a;
    text-align: center;
    position: relative;
}
.list_box5 li .txt time:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.12rem;
    transform: translateX(-50%);
    border: 0.06rem solid #0c428a;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.list_box5 li:nth-child(2n) .txt time:after{
    top: auto;
    bottom: 100%;
    border-bottom-color: #0c428a;
    border-top-color: transparent;
}
.list_box5 li:nth-child(2n) .txt p{
    margin-bottom: 0;
    margin-top: .06rem;
}
.list_box5 li .txt .dot{
    width: .24rem;
    height: .24rem;
    bottom: -1.49rem;
    left: .53rem;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    border: 0.06rem solid #0c428a;
    z-index: 9;
}

.list_box5 li:nth-child(2n) .txt .dot{
    bottom: auto;
    top: -1.37rem;
    left: .55rem;
}
.list_box5 li .txt .dot:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -0.4rem;
    transform: translateY(-50%);
    width: 1px;
    height: 1.08rem;
    background: #0c428a;
}
.list_box5 li:nth-child(2n) .txt .dot:before{
    bottom: auto;
    top: .7rem;

}

.list_box5 li.colG .txt time:after{
    border-top-color: #33974d;
    border-right-color: #33974d;
}

.list_box5 li.colG:nth-child(2n) .txt time:after{
    border-bottom-color: #33974d;
    border-top-color: transparent;
}
.list_box5 li.colG .txt time{
    background: #33974d;
}
.list_box5 li.colG .txt .dot{
    border-color: #33974d;
}
.list_box5 li.colR .txt time:after{
    border-top-color: #a33034;
    border-right-color: #a33034;
}
.list_box5 li.colR:nth-child(2n) .txt time:after{
    border-bottom-color: #a33034;
    border-top-color: transparent;
}
.list_box5 li.colR .txt time{
    background: #a33034;
}
.list_box5 li.colR .txt .dot{
    border-color: #a33034;
}
.list_box5 ul{
    height: 5.78rem;
}
.list_box5{
    position: relative;
    height: 5.78rem;
    background: url("../images/s6-img02.png") no-repeat 50%/100% .3rem;
}
.list_box5 .btn{
    width: 0.47rem;
    height: 0.47rem;
    top: 50%;

    background-size: 100%;
}
.list_box5 .prev{
    left: -.7rem;
    background-image: url("../images/s3-img05.png");
}

.list_box5 .next{
    right: -.7rem;
    background-image: url("../images/s3-img06.png");
}
.container07 .title001{
    margin-bottom: .77rem;
}
.container07 {
    padding-top: .51rem;
    padding-bottom: .7rem;
}

.list3w {
    position: relative;
    padding-left: .6rem;
    padding-right: .6rem;
}
.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 52.25%;
}
.list3w .btn{
    width: 0.47rem;
    height: 0.47rem;
    margin-top: auto;
    transform: translateY(-50%);
    background-size: 100%;
}
.list3w .prev{
    left: 0;
    background-image: url("../images/s3-img05.png");
}
.list3w .next{
    right: 0;
    background-image: url("../images/s3-img06.png");
}
.container08 .title001{
    margin-bottom: .7rem;
}
.container08{
    padding-top: .5rem;
    padding-bottom: 1.2rem;
    background: url("../images/container08.png") no-repeat top center;
}

aside{
    position: fixed;
    right: .32rem;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
aside a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    color: #fff;
    line-height: .24rem;
    font-weight: 600;
    text-align: center;
    background: #c3222a;
    border: 0.03rem solid #fff;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}
aside .li{
    width: 1rem;
    height: 1rem;
    padding: .05rem;
    position: relative;
}
aside .li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img03.png") no-repeat center center/auto 100%;
}
aside .li:nth-child(2):before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #d2dae6;
    border: 1px dashed #2e548a;
    border-radius: 50%;
}
aside .li:nth-child(2) a{
    border-color: #d2dae6;
    background: #1e4781;
}
aside .li:nth-child(2){
    margin-top: .13rem;
}

@media screen and (max-width: 1199px) {
    .banner{
        margin-top: .75rem;
    }
    .banner .prev {
        left: .15rem;
    }
    .banner .next{
        right: .15rem;
    }
}
@media screen and (max-width: 1024px){
    .title001 .tit h2{
        font-size: .24rem;
        line-height: .56rem;
    }
    .title001 .tit p{
        font-size: .16rem;
    }
    .title001 .mores{
        font-size: .16rem;
    }
    .container01{
        padding-top: .3rem;
        padding-bottom: .4rem;
    }
    .list_box2 li{
        width: 32%;
        margin-left: 2%;
    }
    .list_box2 li .pic{
        padding-top:69.44%;
    }
    .container01 .title001,
    .container04 .title001{
        margin-bottom: .35rem;
    }
    .container03{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .container03 .title001{
        margin-bottom: .15rem;
    }
    .list1w a .pic{
        padding-top: 68.42%;
    }
    .list1w .swiper-container{
        margin-bottom: .15rem;
    }
    .container04{
        padding-top: .3rem;
        padding-bottom: .1rem;
    }
    .list_box4 a img{
        width: 1.5rem;
    }
    .container05 {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .list2w a .txt .gd{
        height: 0.66rem;
        background-image: url("../images/s5-img02.png");
    }
    .list2w .swiper-container{
        margin-bottom: .15rem;
    }
    .container06{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .list2w a{
        padding: .2rem .2rem 0;
    }
    .list2w a .pic{
        padding-top: 69.95%;
    }
    .container07{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .container07 .title001{
        margin-bottom: .35rem;
    }
    .list3w{
        padding-left: 0;
        padding-right: 0;
    }
    .container08 .title001{
        margin-bottom: .35rem;
    }
    .container08{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .list_box2 li .txt h2,
    .list1w a .txt h2,
    .list_box3 li .txt p,
    .list2w a .txt h2{
        font-size: .19rem;
    }
    .list_box3 li time span{
        font-size: .24rem;
    }

    .list_box5 .prev{
        left: 0;
    }
    .list_box5 .next{
        right: 0;
    }
    .list_box5 ul,
    .list_box5{
        height: 4.38rem;
    }
    .list_box5 li .txt{
        bottom: 0.8rem;
    }
    .list_box5 li:nth-child(2n) .txt{
        top: 0.8rem;
    }
    .list_box5 li:nth-child(2n) .txt .dot{
        top: -0.77rem;

    }
    .list_box5 li:nth-child(2n) .txt .dot:before{
        top: 0.35rem;;
    }
    .list_box5 li .txt .dot:before{
        height: 0.48rem;
        bottom: -0.12rem;
    }
    .list_box5 li .txt .dot{
        bottom: -0.75rem;
        width: 0.14rem;
        height: 0.14rem;
        border: 0.04rem solid #0c428a;
    }

}
@media screen and (max-width: 768px){
    .list_box2 li{
        width: 100%;
        margin-left: 0;
        margin-bottom: .3rem;
    }
    .container01{
        padding-bottom: .1rem;
    }
    .list1w a{
        padding: .2rem;
    }
    .list_box3 li{
        width: 100%;
        margin-bottom: .3rem;
    }
    .list_box3 li time{
        width: 0.9rem;
        padding: .15rem 0.1rem;
    }
    .list_box3 li time span{
        font-size: .22rem;
        margin-bottom: .05rem;
    }
    .list_box3 li .txt{
        width: calc(100% - 1.1rem);
    }
    .list2w a .txt .gd{
        width: .55rem;
        height: .55rem !important;
        background-size: .2rem;
    }
    .list_box5 li .txt time{
        font-size: .2rem;
        line-height: .36rem;
    }
}
@media screen and (max-width: 640px){
    .banner .btn{
        width: .45rem;
        height: .45rem;
    }
    .title001 .tit{
        justify-content: flex-start;

    }
    .title001{
        margin-bottom: .25rem !important;
    }
    .container03 .title001{
        margin-bottom: .1rem !important;
    }
    .list_box2 li .txt h2, .list1w a .txt h2, .list_box3 li .txt p, .list2w a .txt h2{
        font-size: .2rem;
    }
    .list_box4 li{
        width: 50%;
        margin: .15rem 0;
    }
    .container05{
        padding: .15rem 0;
    }
    .list_box4 a img{
        width: 1.2rem;
    }
    .list_box5 .btn{
        width: .4rem;
        height: .4rem;
        margin-top: -.2rem;
    }
    /*.list_box5 li .txt{
        width: 100%;
    }*/
}