@charset "UTF-8";

.banner a{
    display: block;
    position: relative;
    height: 100vh;
    width: 100vw;
}
.banner .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.banner .paga{
    font-size: 0;
    bottom: 25px;
}
.banner .paga span{
    width: 12px;
    height: 12px;
    background-color: #458ecb;
    margin: 0 13px;
    position: relative;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    vertical-align: middle;
}

.banner .paga .swiper-pagination-bullet-active{
    border-radius: 0;
    margin: 0 7px;
    background-color: transparent;
    width: 44px;
    height: 46px;
    background-image: url("../images/dots.png");
}

.tit001 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 34px;
}
.tit001 .ll{
    display: flex;
    align-items: center;
}
.tit001 .ll img{
    display: block;
    margin-right: 20px;
}
.tit001 .ll h2{
    font-size: 30px;
    color: #183f98;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 6px;
}
.tit001 .ll p{
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    text-align: right;
}
.tit001 .rr .mores a{
    font-size: 14px;
    color: #999;
}
.tit001 .rr .mores a:hover{
    color: #183f98;
}
.container01 .aleft{
    width: 68.125%;
}
.container01 .aleft .content .ll{
    width: 53.21%;
}

.list1w a{
    position: relative;
    display: block;
}
.list1w a .pic{
    /*w580*/
    padding-top: 430px;
}
.list1w a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    z-index: 3;
    padding: 0 20px;
}
.list1w a time{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 76px;
    height: 85px;
    z-index: 3;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    background: url("../images/s1-img02.png") no-repeat 50%;
    background-size: 100%;
}
.list1w a time span{
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 6px;
}
.list1w a time em{
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img03.png") repeat-x bottom center;
}
.list1w .btn{
    width: 22px;
    height: 43px;
    margin-top: 0;
    transform: translateY(-50%);
    background-size: 22px;
}
.list1w .prev{
    left: 10px;
    background-image: url("../images/s1-img04.png");
}
.list1w .next{
    right: 10px;
    background-image: url("../images/s1-img05.png");
}

.container01 .aleft .content .rr{
    width: 44.95%;
}

.ptList li{
    position: relative;
    line-height: 42px;
    font-size: 16px;
    color: #333333;
}
.ptList li a{
    padding-right: 70px;
    transition: .5s;
}
.ptList li a:before{
    display: inline-block;
    content: '›';
    margin-right: 5px;
}
.ptList li time{
    position: absolute;
    right: 0;
    top: 0;
}
.ptList li:hover a{
    color: #183f98;
    transform: translateX(5px);
}

.container01 .aright{
    width: 29.375%;
}

.nteList li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nteList li a time{
    display: block;
    width: 58px;
    padding: 8px 10px;
    background: #f5f5f5;
    position: relative;
}
.nteList li a time span{
    display: block;
    font-size: 22px;
    color: #333333;
    line-height: 26px;
}
.nteList li a time em{
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    padding-left: 20px;
}
.nteList li a time:after{
    position: absolute;
    content: '';
    left: 15px;
    top: 32px;
    width: 35px;
    height: 1px;
    background: #999999;
    transform: rotate(-35deg);
}
.nteList li a .txt{
    width: calc(100% - 72px);
}
.nteList li a .txt p{
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    height: 56px;
}
.nteList li{
    margin-top: 30px;
}
.nteList li:first-child{
    margin-top: 0;
}
.nteList li:hover a .txt p{
    color: #183f98;
}
.nteList li:hover a time{
    background: linear-gradient(#458ecb,#184098);
}
.nteList li:hover a time span,
.nteList li:hover a time em{
    color: #fff;
}
.nteList li:hover a time:after{
    background: #fff;
}

.container01{
    padding-top: 59px;
    padding-bottom: 67px;
}

.tit002 ul{
    text-align: center;
}
.tit002{
    position: relative;
    margin-bottom: 64px;
}
.tit002 ul li{
    display: inline-block;
    font-size: 26px;
    color: #333333;
    line-height: 72px;
    position: relative;
    padding-left: 56px;
    padding-right: 30px;
    cursor: pointer;
    transition: .5s;
    margin-left: 43px;
}
.tit002 ul li:first-child{
    margin-left: 0;
}
.tit002 ul li:before{
    position: absolute;
    content: '';
    left: -36px;
    top: 50%;
    width: 77px;
    height: 80px;
    background: url("../images/tit001.png") no-repeat 50%;
    background-size: 77px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.tit002 ul li.active{
    color: #183f98;
    font-weight: 600;
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
    border-radius: 0 25px 0 0 ;
}
.tit002 ul li.active:before{
    opacity: 1;
    visibility: visible;
}
.tit002 .mores{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    transform: translateY(-50%);
}
.tit002 .mores:hover{
    color:#183f98;
}
.tit002 .mores a{
    display: none;
}
.tit002 .mores a.on{
    display: block;
}
.container02 .aleft{
    width: 46.875%;
}

.list2w a{
    display: block;
    position: relative;
}
.list2w a .pic{
    padding-top: 530px;
}
.list2w a p{
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    padding-left: 20px;
    padding-right: 120px;
    z-index: 3;
}
.list2w a time{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 76px;
    height: 85px;
    z-index: 3;
    color: #fff;
    padding-top: 10px;
    text-align: center;
    background: url("../images/s1-img02.png") no-repeat 50%;
    background-size: 100%;
}
.list2w a time span{
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 6px;
}
.list2w a time em{
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.list2w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img02.png") repeat-x bottom center;
}
.list2w .paga{
    left: auto;
    width: auto;
    right: 35px;
    color: #fff;
    bottom: 20px;
}
.list2w .paga span{
    color: #fff;
    font-size: 16px;
}

.list2w .paga .swiper-pagination-current{
    font-size: 24px;
}
.container02 .aright{
    width: 50.625%;
}

.s2-list li .block1 {
    line-height: 48px;
    position: relative;
    font-size: 16px;
    color: #333333;
}
.s2-list li .block1 a{
    padding-right: 128px;
}
.s2-list li .block1 a:before{
    display: inline-block;
    content: '›';
    margin-right: 5px;
}
.s2-list li .block1 span{
    position: absolute;
    top: 0;
    right: 0;
}
.s2-list li .block2 a{
    display: flex;
    align-items: center;
    padding: 20px 21px 20px;
    justify-content: space-between;
    background: linear-gradient(#3c6dbb,#183f98);
}
.s2-list li .block2 .txt{
    width: calc(100% - 94px);
    padding-right: 28px;
}
.s2-list li .block2 .txt h2{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 8px;
}
.s2-list li .block2 .txt p{
    font-size: 14px;
    color: #c4e0f8;
    line-height: 26px;
    height: 52px;
}
.s2-list li .block2 time{
    display: block;
    width: 94px;
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 11px;
    color: #fff;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.s2-list li .block2 time span{
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 5px;
}
.s2-list li .block2 time em{
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.s2-list li .block2,
.s2-list li.show .block1{
    display: none;
}
.s2-list li.show .block2{
    display: block;
    margin-bottom: 20px;
}


.container02{
    padding-top: 55px;
    padding-bottom: 97px;
    background: url("../images/container02.jpg") no-repeat 50%;
    background-size: cover;
}


.list3w a{
    display: block;
    padding: 27px 15px 41px;
    background: #f8f8f8;
}
.list3v a{
    padding-bottom: 45px;
    position: relative;
}

.list3w a time{
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    padding-left: 26px;
    margin-bottom: 18px;
    background: url("../images/s3-img02.png") no-repeat left center;
}
.list3w a h2{
    font-size: 18px;
    line-height: 30px;
    color: #333;
    height: 60px;
    font-weight: 600;
    margin-bottom: 20px;
}
.list3w a .pic{
    padding-top: 310px;
    margin-bottom: 26px;
}
.list3w a p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
}
.list3w .swiper-slide{
    width: 450px;
}
.list3w .swiper-slide:nth-child(2n+1){
    margin-top: 60px;
}
.list3w .swiper-slide:hover a{
    background: #fff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
}
.list3w .swiper-slide:hover a h2{
    color: #183f98;
}
.list3w .swiper-slide:hover a time{
    color: #666;
}
.list3w .swiper-container{
    padding-top: 10px;
    padding-bottom: 10px;
}
.list3w .btnBox{
    font-size: 0;
    position: absolute;
    top: -50px;
    right: 30vw;
    width: 125px;
    height: 50px;
}
.list3w .btn{
    display: inline-block;
    position: static;
    transform: none;
    margin-top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.list3w .prev{
    margin-right: 25px;
    background-image: url("../images/s3-imgL.png");
}
.list3w .next{
    background-image: url("../images/s3-imgR.png");
}
.list3w{
    width: 100vw;
    position: relative;

}
.container03 .tabb {
    position: relative;
    margin-top: -30px;
    overflow: visible;
}

.container03 .s1{
    margin-bottom: 68px;
}
.container03 .s1 .tit001 .ll{
    display: block;
}
.container03 .s1 .tit001 .ll li{
    display: flex;
    align-items: center;
    opacity: .5;
    cursor: pointer;
}
.container03 .s1 .tit001 .ll li:nth-child(2){
    margin-left: 40px;
}
.container03 .s1 .tit001 .ll li.active{
    opacity: 1;
}
.container03 .s1 .tit001 .rr .mores a{
    display: none;
}
.container03 .s1 .tit001 .rr .mores a.on{
    display: block;
}
.container03 .swiper-container-fade .swiper-slide .swiper-slide{
    pointer-events: inherit;
}

.list3v a .pic{
    margin-bottom: 0;
}

.list3v a  i{
    width: 45px;
    height: 45px;
    position: absolute;
    right: 30px;
    bottom: 25px;
    background: url("../images/play.png") no-repeat 50%;
    background-size: 100% 100%;
    z-index: 3;
}

.linklist li{
    width: 15.5%;
    background: #2779bd;
    transition: .5s;
}
.linklist li:nth-child(2){
    background: #ec933d;
}
.linklist li:nth-child(3){
    background: #655c94;
}
.linklist li:nth-child(4){
    background: #f06846;
}
.linklist li:nth-child(5){
    background: #27ac6c;
}
.linklist li:nth-child(6){
    background: #153c93;
}
.linklist li a{
    display: block;
    padding: 50px 0 50px;
    position: relative;
    text-align: center;
}
.linklist li p{
    font-size: 28px;
    color: #fff;
    line-height: 30px;
    font-family: 'SourceBold';
}
.linklist li i{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 95px;
    height: 95px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.linklist li:nth-child(1) i{
    background-image: url("../images/s3-img03.png");
}
.linklist li:nth-child(2) i{
    background-image: url("../images/s3-img04.png");
}
.linklist li:nth-child(3) i{
    background-image: url("../images/s3-img05.png");
}
.linklist li:nth-child(4) i{
    background-image: url("../images/s3-img06.png");
}
.linklist li:nth-child(5) i{
    background-image: url("../images/s3-img07.png");
}
.linklist li:nth-child(6) i{
    background-image: url("../images/s3-img08.png");
}
.linklist li:hover{
    transform: translateY(-10px);
}

.container03 {
    padding-top: 67px;
    padding-bottom: 55px;
    background: url("../images/container03.jpg") no-repeat bottom center;
overflow:hidden;
}

@media screen and (max-width: 1200px){
    .banner a{
        height: auto;
        padding-top: 51.43%;
    }
   
}

@media screen and (max-width: 1024px){
    .banner{
        margin-top: 75px;
    }
    .container01 .aleft{
        width: 100%;
        margin-bottom: 30px;
    }
    .container01 .aright{
        width: 100%;
    }

    .tit001 .ll img{
        width: 42px;
        margin-right: 10px;
    }
    .tit001 .ll h2{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .tit001 .ll p{
        font-size: 12px;
    }
    .tit001 .rr .mores a,
    .tit002 .mores{
        font-size: 12px;
    }
    .tit001{
        margin-bottom: 20px;
    }
    .list1w a p{
        font-size: 16px;
        bottom: 5px;
        padding: 0 10px;
    }
    .ptList li{
        font-size: 16px;
        line-height: 44px;
    }
    .ptList li time{
        font-size: 12px;
    }
    .list1w a time,
    .list2w a time{
        top: 5px;
        right: 5px;
    }
    .list1w a time span,
    .list2w a time span{
        font-size: 24px;
        line-height: 28px;
    }
    .list1w a time em,
    .list2w a time em{
        font-size: 12px;
    }
    .list1w .btn{
        width: 15px;
        height: 25px;
        background-size: 15px;
    }
    .container01{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tit002 ul li{
        font-size: 22px;
        line-height: 54px;
        padding-left: 36px;
        padding-right: 20px;
        margin-left: 15px;
    }
    .tit002 ul li:before{
        left: -20px;
        width: 47px;
        height: 50px;
        background-size: 47px;
    }
    .list2w a p{
        font-size: 16px;
        bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .list2w .paga{
        right: 5px;
        bottom: 40px;
    }
    .list2w .paga .swiper-pagination-current{
        font-size: 18px;
    }
    .list2w .paga span{
        font-size: 12px;
    }
    .s2-list li .block2 .txt h2{
        font-size: 16px;
        margin-bottom: 0;
    }
    .s2-list li .block2 .txt p{
        font-size: 12px;
    }
    .s2-list li .block2 a{
        padding: 10px;
    }
    .s2-list li .block2 .txt{
        width: calc(100% - 74px);
        padding-right: 10px;
    }
    .s2-list li .block2 time{
        width: 74px;
        padding-left: 10px;
    }
    .s2-list li .block2 time span{
        font-size:24px;
        line-height: 28px;
    }
    .s2-list li .block2 time em{
        font-size: 12px;
    }
    .tit002{
        margin-bottom: 20px;
    }
    .container02 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .list3w .swiper-slide:nth-child(2n+1){
        margin-top: 0;
    }
    .list3w a time{
        font-size: 12px;
        margin-bottom: 0;
    }
    .list3w a h2{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .list3w a .pic{
        padding-top: 73.81%;
        margin-bottom: 10px;
    }
    .list3w a p{
        font-size: 12px;
    }
    .list3w a{
        padding: 20px 10px;
    }
    .list3w .btn{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .list3w .btnBox{
        position: static;
        width: auto;
        height: auto;
    }
    .list3w{
        width: 100%;
        margin-top: 0;
    }
    .container03 .tabb{
        margin-top: 0;
    }
    .container03 .s1 {
        margin-bottom: 30px;
    }
    .linklist li p{
        font-size: 20px;
    }
    .linklist li a{
        padding: 30px 0 30px;
    }
    .linklist li i{
        width: 45px;
        height: 45px;
    }
    .container03 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .s2-list li .block1 span{
        font-size: 12px;
    }
     .container02 .aleft{
        width: 100%;
        margin-bottom: 20px;
    }
    .container02 .aright{
        width: 100%;
    }
     .list2w a .pic{
        padding-top: 70.67%;
    }
}

@media screen and (max-width: 900px){
    .banner .paga span{
        width: 8px;
        height: 8px;
        margin: 0 5px;
    }
    .banner .paga .swiper-pagination-bullet-active{
        width: 24px;
        height: 26px;
        margin: 0 5px;
    }
    .banner .paga{
        bottom: 10px;
    }
    .container01 .aleft .content .ll{
        width: 100%;
        margin-bottom: 20px;
    }
    .list1w a .pic{
        padding-top: 74.14%;
    }
    .container01 .aleft .content .rr{
        width: 100%;
    }
   
    .s2-list li.show .block2{
        margin-bottom: 0;
    }
   
    .linklist li{
        width: 32%;
        margin-bottom: 15px;
    }
    
    .container03{
        padding-bottom: 15px;
    }
    .tit002 ul{
        text-align: left;
    }
    
}

@media screen and (max-width: 768px){
    .ptList li{
        font-size: 14px;
        line-height: 40px;
    }
    .ptList li a {
        padding-right: 45px;
    }
    .nteList li a .txt p{
        font-size: 14px;
    }
    .nteList li {
        margin-top: 15px;
    }
    .nteList li a time span{
        font-size: 18px;
    }
    .nteList li a time em{
        font-size: 12px;
    }
    .s2-list li .block1{
        font-size: 14px;
        line-height: 42px;
    }
    .s2-list li .block1 a {
        padding-right: 75px;
    }
    .linklist li{
        width: 48%;
    }
    .tit001 .ll h2{
        font-size: 20px;
    }
    .list1w a time,
    .list2w a time{
        width: 56px;
        height: 68px;
    }
    .list1w a time span, .list2w a time span{
        margin-bottom: 0;
    }
    .list3w .btn{
        width: 45px;
        height: 45px;
    }

}
@media screen and (max-width: 640px){
    .banner {
        margin-top: 55px;
    }
    .list3v a i{
        right: 20px;
        bottom: 40px;
    }
}
@media screen and (max-width: 480px){
    .container01 .aleft .content .ll{
        margin-bottom: 10px;
    }
    .tit002 ul li:before{
        display: none;
    }
    .tit002 ul li{
        font-size: 18px;
        line-height: 42px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
    }
    .tit002 ul li.active{
        border-radius: 0 10px 0 0;
    }
    .tit002 .mores{
        right: -10px;
    }
    .container03 .s1 .tit001 .ll li:nth-child(2){
        margin-left: 5px;
    }
    .container03 .s1 .tit001 .ll li img{
        width: 30px;
        margin-right: 5px;
    }
}