@charset "UTF-8";


.banner .swiper-slide a{
    position: relative;
    display: block;
    height: 70vh;
    overflow: hidden;
    width: 100%;
}
.banner .swiper-slide a .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: linear 5s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    transform: scale(1.175);
}
.banner .swiper-slide.swiper-slide-active a .bg {
    transform: scale(1);
}
.banner .page{
    font-size: 0;
    bottom: 40px;
}
.banner .page span{
    width: 41px;
    height: 43px;
    margin: 0 5px;
    border-radius: 0;
    opacity: 1;
    background: url('../images/b-dots.png') no-repeat center center;
}
.banner .page span.swiper-pagination-bullet-active{
    background-image: url("../images/b-dots2.png");
}


.title001 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title001 h2{
    display: flex;
    align-items: center;
    font-size: 32px;
    color: #333333;
    line-height: 44px;
    font-weight: 600;
}
.title001 h2 img{
    display: block;
    margin-right: 10px;
    max-height: 44px;
}
.title001 .rr{
    position: relative;
}
.title001 .mores{
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    padding-right: 20px;

    transition: .5s;
}
.title001 .mores:hover{
    color: #ce9557;
}

.container01 .aleft{
    width: 64.29%;
}

.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 258px;
}
.list1w a .txt h2{
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    height: 52px;
    margin-bottom: 15px;
}
.list1w a .txt time{
    display: block;
    color: #ce9557;
    font-size: 14px;
    line-height: 18px;
    padding-left: 28px;
    font-family: '思源宋体 CN' ,serif;
    background: url("../images/s1-img02.png") no-repeat left center;
    margin-bottom: 18px;
}
.list1w a .txt p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    -webkit-line-clamp: 4;
    height: 96px;
}
.list1w a .txt{
    background: #fff;
    padding: 24px 23px 20px;
}
.container01 .aleft .title001 .rr{
    display: flex;
    align-items: center;
}
.title001 .rr .page{
    position: static;
    font-size: 0;
    margin-right: 10px;

}

.title001 .rr .page span{
    background: #ce9557;
    opacity: .5;
    margin: 0 4px;
    width: 8px;
    height: 8px;
}
.title001 .rr .page .swiper-pagination-bullet-active{
    opacity: 1;
}
.title001 .rr .page:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 18px;
    background: #a2b1cb;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.container01 .aright{
    width: 32.5%;
}
.list-box1 a{
    display: flex;
    padding-top: 23px;
    padding-bottom: 24px;
    justify-content: space-between;
    align-items: center;
}
.list-box1 a time{
    display: block;
    width: 95px;
    text-align: center;
    border-right: 1px solid #cecece;
}
.list-box1 a time span{
    display: block;
    font-size: 22px;
    color: #2461a9;
    line-height: 30px;
    margin-bottom: 3px;
    font-family: '思源宋体 CN' ,serif;
}
.list-box1 a time em{
    display: block;
    font-size: 14px;
    color: #888888;
    line-height: 1;
    margin-bottom: 7px;
}
.list-box1 a .txt{
    width: calc(100% - 118px);
    padding-right: 30px;
}
.list-box1 a .txt p{
    font-size: 18px;
    line-height: 26px;
    color: #272727;
    height: 52px;
}
.list-box1 li{
    border-bottom: 1px solid #dddddd;
}
.list-box1 li:last-child{
    border: none;
}
.list-box1 li:last-child a{
    padding-bottom: 16px;
}
.list-box1{
    background: #fff;
}

.container01 .title001{
    margin-bottom: 48px;
}
.container01{
    padding-top: 53px;
    padding-bottom: 54px;
    background: #f5f5f5;
    background-size: cover;
}

.container02 .aleft{
    width: 47.86%;
}
.container02 .aleft .title001 h2{
    color: #fff;
}
.container02 .aleft .title001 .mores{
    color: #fff;
    background-image: url("../images/mores2.png");
}

.list-box2 a{
    display: flex;
    padding-top: 28px;
    padding-bottom: 17px;
    align-items: flex-start;
    justify-content: space-between;
}
.list-box2 a time{
    display: block;
    width: 77px;
    text-align: center;
}
.list-box2 a time span{
    display: block;
    font-size: 30px;
    color: #fff;
    font-family: '思源宋体 CN' ,serif;
    line-height: 39px;
    background: #ce9557;
}
.list-box2 a time em{
    display: block;
    font-size: 14px;
    line-height: 39px;
    color: #5077be;
    background: #d9e4f9;
}
.list-box2 a .txt{
    width: calc(100% - 97px);
    padding-right: 40px;
}
.list-box2 a .txt h2{
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    height: 52px;
}
.list-box2 a .txt h5{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #c4d4f0;
    margin-top: 5px;
}
.list-box2 a .txt h5 img{
    display: block;
    width: 15px;
    margin-right: 10px;
}
.list-box2 li{
    border-top: 1px dashed #7895c4;
}
.list-box2 li:first-child{
    border-top: 1px solid #7895c4;
}
.container02 .aright{
    width: 48.57%;
    padding-left: 42px;
    position: relative;
}
.container02 .aright:after{
    position: absolute;
    content: '';
    left: 0;
    width: 100vw;
    top: -40px;
    bottom: -50px;
    background: #e3ecfd;
    background-size: cover;
}
.list_tabs{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.list_tabs .li{
    font-size: 18px;
    color: #1f1f1f;
    line-height: 44px;
    background: #e1e6f0;
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 20px;
    cursor: pointer;
    min-width: 142px;
    text-align: center;
    margin-right: 17px;
    transition: .5s;
}
.list_tabs .li.active{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #ce9557;
}

.list-box3 a{
    display: flex;
    padding-top: 21px;
    padding-bottom: 22px;
    justify-content: space-between;
    align-items: center;
}
.list-box3 a time{
    display: block;
    width: 67px;
    text-align: center;
}
.list-box3 a time span{
    display: block;
    font-size: 22px;
    color: #3e69b8;
    line-height: 1;
    font-family: '思源宋体 CN' ,serif;
    margin-bottom: 11px;
}
.list-box3 a time em{
    display: block;
    font-size: 16px;
    color: #ce9557;
    line-height: 26px;
    border: 1px solid #dac7b7;
    font-family: '思源宋体 CN' ,serif;
}
.list-box3 a .txt{
    width: calc(100% - 100px);
    padding-right: 10px;
}
.list-box3 a .txt p{
    font-size: 18px;
    line-height: 26px;
    color: #353636;
    max-height: 52px;
}
.list-box3 li{
    border-top: 1px dashed #c5c2c2;
}
.list-box3 li:first-child{
    border: none;
}
.list_bds_li{
    transform: scaleX(0);
    height: 0;
    visibility: hidden;
}
.list_bds_li.active{
    transform: scaleX(1);
    height: auto;
    visibility: visible;
}
.container02 .title001{
    margin-bottom: 30px;
}
.container02 .aright .title001 .mores{
    display: none;
}
.container02 .aright .title001 .mores.active{
    display: block;
}

.container02{
    overflow: hidden;
    padding-top: 105px;
    padding-bottom: 50px;
    background: #3a6ec1;
    display: none;
}
.list2w a{
    display: block;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.3);
}
.list2w .pic{
    padding-top: 278px;
}
.list2w .txt .time{
    font-size: 0;
    text-align: right;
    margin-bottom: 13px;
}
.list2w .txt time{
    display: inline-block;
    font-size: 12px;
    padding-left: 27px;
    background: url("../images/s3-img02.png") no-repeat left center;
    line-height: 18px;
}
.list2w .txt h2{
    font-size: 18px;
    line-height: 28px;
    color: #313131;
    height: 56px;
    margin-bottom: 10px;
}
.list2w .txt p{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    -webkit-line-clamp: 3;
    height: 78px;
}
.list2w a .txt {
    padding: 21px 30px;
    background: #ffffff;
    transition: .5s;
}
.list2w a:hover .txt{
    background: #4466a8;
}
.list2w a:hover .txt h2,
.list2w a:hover .txt p{
    color: #fff;
}
.list2w a:hover .txt time{
    color: #fff;
    background-image: url("../images/s3-img03.png");
}

.list2w .page{
    font-size: 0;
    position: static;
}
.list2w .page span{
    width: 13px;
    height: 13px;
    background: #ce9557;
    opacity: .5;
    margin: 0 16px;
}
.list2w .page span.swiper-pagination-bullet-active{
    width: 35px;
    margin: 0 4px;
    opacity: 1;
    border-radius: 50px;
}
.list2w .swiper-container{
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.list2w .btn{
    width: 26px;
    height: 49px;
    margin-top: auto;
    transform: translateY(-50%);
    background-position: 50%;
    background-repeat: no-repeat;
}
.list2w .prev{
    left: -50px;
    background-image: url("../images/s3-img04.png");
}
.list2w .next{
    right: -45px;
    background-image: url("../images/s3-img05.png");
}
.list2w {
    position: relative;
}

.container03 .title001{
    margin-bottom: 57px;
}
.container03{
    padding-top: 89px;
    padding-bottom: 52px;
    background: url("../images/container03.jpg") no-repeat 50%;
    background-size: cover;
    display: none;
}

.container04 .aleft{
    width: 100%;
}

.list-box4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-box4 li{
    width: 30%;
	margin: 0 5px;
    height: 220px;
}
.list-box4 li a{
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.list-box4 li a .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    transition: .5s;
}
.list-box4 li .iconBox{
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.list-box4 li .icon{
    width: 84px;
    height: 96px;
    position: relative;
}
.list-box4 li p{
    font-size: 29px;
    color: #fff;
    text-align: center;
    line-height: 39px;

}
.list-box4 li:hover a .bg{
    transform: scale(1.1);
}

.container04 .aright{
    width: 43.58%;
    padding-top: 122px;
    padding-left: 128px;
    padding-right: 30px;
    background: url("../images/s4-img15.jpg") no-repeat 50%;
    background-size: cover;
}
.list-box5{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-box5 .li{
    width: 50%;
}
.list-box5 .li a{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #fff;
    line-height: 60px;
    transition: .5s;
}
.list-box5 .li a img{
    display: block;
    width: 28px;
    margin-right: 10px;
}
.list-box5 .li:last-child{
    width: 100%;
}
.list-box5 .li:hover a{
    color: #ce9557;
}
.container04 .title001{
    margin-bottom: 56px;
}
.container04 {
    padding-top: 95px;
    padding-bottom: 93px;
    background: url("../images/container04.jpg") no-repeat 50%/cover;
}

.list3w a{
    display: block;
}
.list3w a .pic{
    padding-top: 41.25%;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
    margin-bottom: 30px;
}
.list3w a p{
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}
.list3w .swiper-container{
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
.list3w .btn{
    width: 26px;
    height: 49px;
    margin-top: auto;
    top: 50px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.list3w .prev{
    left: -50px;
    background-image: url("../images/s3-img04.png");
}
.list3w .next{
    right: -45px;
    background-image: url("../images/s3-img05.png");
}
.list3w {
    position: relative;
}

.container05 .title001{
    margin-bottom: 46px;
}
.container05{
    padding-top: 106px;
    padding-bottom: 88px;
    background: #fff url("../images/container05.png") right center;

}
@media screen and (max-width: 1400px){
    .list2w .prev,
    .list3w .prev{
        left: 0;
    }
    .list2w .next,
    .list3w .next{
        right: 0;
    }
}
@media screen and (max-width: 1200px){
    html, body .body_h{
        height: auto;
        overflow: auto;
    }
    .banner .swiper-slide a{
        height: auto;
        padding-top: 50%;
    }
    .body_b{
        position: static;
    }
    .scroll{
        padding-top: 0;
    }
    .list_tabs .li.active{
        font-size: 18px;
    }
    .banner{
        /* margin-top: .75rem; */
    }
    .banner .page{
        bottom: 10px;
    }
    .banner .page span{
        width: 30px;
        height: 32px;
        background-size: 25px;
    }
    .banner .page span.swiper-pagination-bullet-active{
        background-size: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .title001 h2{
        font-size: .24rem;
        line-height: .35rem;
    }
    .title001 h2 img{
        max-height: .35rem;
        margin-right: .1rem;
    }
    .title001 .mores{
        font-size: 12px;
    }
    .container01 {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .container01 .title001,
    .container02 .title001,
    .container03 .title001,
    .container04 .title001,
    .container05 .title001{
        margin-bottom: .3rem;
    }
    .list1w a .txt{
        padding: .2rem .15rem;
    }
    .list-box1 a{
        padding-top: .24rem;
        padding-bottom: .25rem;
    }
    .list-box1 li:last-child a{
        padding-bottom: .21rem;
    }
    .list-box1 a .txt,
    .list-box2 a .txt{
        padding-right: .2rem;
    }
    .container02{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .container02 .aright{
        padding-left: .2rem;
    }
    .list_tabs .li.active{
        font-size: .2rem;
    }
    .list_tabs .li{
        min-width: 1.4rem;
        padding-left: .2rem;
        padding-right: .2rem;
        margin-right: .15rem;
        line-height: .45rem;
        font-size: .2rem;
    }
    .container03,
    .container04,
    .container05{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .list2w a .txt{
        padding: .2rem .15rem;
    }
    .list2w .btn{
        width: .26rem;
        height: .49rem;
        margin-top: -.5rem;
        background-size: .26rem;
    }
    .list3w .btn{
        width: .26rem;
        height: .49rem;
        background-size: .26rem;
        margin-top: -.1rem;
    }
    .list2w .txt .time{
        text-align: left;
    }
    .list2w .pic{
        padding-top: 63.18%;
    }
    .list2w .txt h2{
        font-size: 16px;
    }
    .list2w .swiper-container{
        margin-bottom: .2rem;
    }
    .list2w .page span.swiper-pagination-bullet-active{
        width: .35rem;
    }
    .list2w .page span{
        width: .13rem;
        height: .13rem;
        margin: 0 .1rem;
    }
    .list-box4 li .icon{
        width: .65rem;
        height: .75rem;
    }
    .list-box4 li p{
        font-size: .2rem;
    }
    .container04 .aright{
        padding-left: .4rem;
    }
    .list-box5 .li a{
        font-size: 18px;
    }
    .list3w a .pic{
        margin-bottom: .2rem;
    }
    .list3w a p{
        font-size: 16px;
    }
}
@media screen and (max-width: 900px){
    .container01 .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .list1w a .pic{
        padding-top: 65.82%;
    }
    .container01 .aright{
        width: 100%;
    }
    .list-box1 a time span{
        font-size: 20px;
    }
    .container02 .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .container02 .aright{
        width: 100%;
        padding-left: 0;
        padding-top: .3rem;
    }
    .container02{
        background-position: top center;
    }
    .container02 .aright:after{
        left: -15px;
        top: 0;
    }
    .list-box2 a time span{
        font-size: 20px;
        line-height: 30px;
    }
    .list-box2 a time em{
        font-size: 12px;
        line-height: 28px;
    }
    .list-box2 a time{
        width: 64px;
    }
    .list-box2 a .txt{
        width: calc(100% - 84px);
    }
    .list-box2 a{
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .list_tabs{
        margin-bottom: .25rem;
    }
    .container04 .aleft{
        width: 100%;
    }
    .container04 .aright{
        width: 100%;
        padding: .3rem .25rem;
    }
}

@media screen and (max-width: 640px){
    .list-box1 a time{
        width: 75px;
    }
    .list-box1 a .txt{
        width: calc(100% - 90px);
    }
    .list-box1 a .txt p,
    .list-box2 a .txt h2{
        font-size: 14px;
    }
    .list-box1 a time span,
    .list-box3 a time span{
        font-size: 18px;
    }
    .list-box2 a .txt h5{
        font-size: 12px;
    }
    .list-box3 a time em{
        font-size: 12px;
        line-height: 20px;
    }
    .list-box3 a time{
        width: 52px;
    }
    .list-box3 a .txt{
        width: calc(100% - 67px);
    }
    .list-box3 a .txt p{
        font-size: 14px;
    }
    .list-box3 a{
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .list-box4 li{
        height: 2rem;
    }
    .list-box5 .li a{
        font-size: .2rem;
        line-height: .55rem;
    }
    .list-box5 .li a img{
        width: .28rem;
        margin-right: .1rem;
    }
    .list3w a p{
        font-size: 14px;
    }
    .list3w .btn{
        display: none;
    }
    .list2w .btn{
        width: .2rem;
        background-size: .2rem;
    }
    .list-box2 a .txt{
        padding-right: 0;
    }
}