<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.banner img{
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner{
    position: relative;
}
.banner .swiper-slide a{
    display: block;
    position: relative;
    height: 100vh;
}
.banner .swiper-slide a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0%, rgba(0, 0, 0, 0) 16%);
}

.banner .page{
    font-size: 0;
    bottom: 126px;
}
.banner .page span{
    font-size: 18px;
    color: #fff;
    margin: 0 18px;
    line-height: 24px;
    position: relative;
    font-family: Arial,sans-serif;
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    opacity: 1;
}
.banner .page span:after{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    right: -121px;
    top: 50%;
    transition: .5s;
}
.banner .page span.active{
    margin-right: 122px;
}
.banner .page span.active:after{
    width: 103px;
}
.banner .btn{
    width: 59px;
    height: 58px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.banner .prev{
    left: 27px;
    background-image: url("../images/prev.png");
}
.banner .next{
    right: 27px;
    background-image: url("../images/next.png");
}


.bannerLink{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
}
.list_box1{
    max-width: 90%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.73);;
}
.list_box1 ul{
    display: flex;
    justify-content: space-between;
}
.list_box1 li{
    float: left;
    width: calc(100% / 7);
    position: relative;
    z-index: 2;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    width: 1px;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 81px;
    bottom: 0;
    background: url("../images/b_img01.png") no-repeat bottom center;
    background-size: auto 101px;
    /*opacity: 0;
    visibility: hidden;*/
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: .5s;
}
.list_box1 li a{
    display: block;
    position: relative;
    z-index: 3;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 69px;
    transition: .5s;
}
.list_box1 li:hover:after{
    transform: scaleY(1);
    /*opacity: 1;
    visibility: visible;*/
}
.list_box1 li:hover a{
    transform: translateY(-10px);
}

.title001{
    position: relative;
    font-size: 0;
}
.title001.mid{
    text-align: center;
}
.title001 .titBox{
    display: inline-block;
}
.title001 .titBox h3{
    font-size: 0;
}
.title001 .titBox h3 span{
    display: inline-block;
    font-size: 36px;
    color: #1E5ABC;
    line-height: 44px;
    font-family: "songtiB",sans-serif;
    vertical-align: middle;
}
.title001 .titBox h3 i{
    display: inline-block;
    width: 1px;
    height: 33px;
    margin: 0 20px;
    background: #D8D8D8;
    vertical-align: middle;
}
.title001 .titBox p{
    font-size: 0;
    margin-top: 5px;
}
.title001 .titBox p img{
    display: inline-block;
    width: 39px;
    vertical-align: middle;
}
.title001 .titBox p span{
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: rgba(114, 143, 190, 0.7);
    vertical-align: middle;
    font-family: Georgia,sans-serif;
    text-align: center;
    min-width: 205px;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #919EB5;
    line-height: 41px;
    transition: .5s;
}
.title001 .more img{
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    margin-right: 7px;
}
.title001 .more:hover{
    right: -10px;
}

.home1 .left{
    /* width: 920px;*/
    width: 57.5%;
}

.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    height: 579px;
    border-radius: 10px;
}
.list1w a .txt h3{
    font-size: 18px;
    line-height: 84px;
    color: #fff;
    text-align: center;
}
.list1w a .txt{
    margin: 0 26px;
    padding-left: 36px;
    padding-right: 126px;
    background: url("../images/s1-img02.png") no-repeat bottom center;
    background-size: 100% 100%;
}
.list1w .page{
    font-size: 0;
    bottom: 108px;
}
.list1w .page span{
    width: 13px;
    height: 13px;
    margin: 0 18px;
    background: #fff;
    opacity: .42;
}
.list1w .page span.active{
    opacity: 1;
}
.list1w .btn{
    top: auto;
    margin-top: 0;
    bottom: 33px;
    width: 7px;
    height: 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 7px 14px;
    transform: none;
}
.list1w .prev{
    left: auto;
    right: 94px;
    background-image: url("../images/s1-img03.png");
}
.list1w .next{
    right: 69px;
    background-image: url("../images/s1-img04.png");
}

.home1 .right{
    width: 38.125%;
}
.list_box2 li a{
    display: block;
    padding: 27px 34px 40px 43px;
    border: 1px solid #E3E2E9;
    background: #fff;
    border-radius: 6px;
}
.list_box2 a time{
    display: block;
    font-size: 20px;
    color: #BEA788;
    line-height: 30px;
    margin-bottom: 9px;
}
.list_box2 a h3{
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 9px;
}
.list_box2 a p{
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    height: 48px;
    text-indent: 2em;
}
.list_box2 li *{
    transition: .5s;
}
.list_box2 li{
    position: relative;
    margin-top: 30px;
    z-index: 2;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -28.5px;
    left: -5px;
    width: 10px;
    height: 57px;
    background: #BEA788;
    border-radius: 8px;
    box-shadow: 0px 4px 10px 0px #BEA788;
    z-index: -1;
    transition: .5s;
}
.list_box2 li:first-child{
    margin-top: 0;
}
.list_box2 li:hover a {
    border-color: #1F61CD;
    box-shadow: 0px 4px 10px 0px rgba(31, 97, 205, 0.42);
}
.list_box2 li:hover a time{
    color: #1F61CD
}
.list_box2 li:hover a h3{
    color: #1F61CD
}
.list_box2 li:hover:before{
    background: #1F61CD;
}

.home1 .title001{
    margin-bottom: 62px;
}
.home1{
    padding-top: 78px;
    padding-bottom: 130px;
    background: url("../images/home1.jpg") no-repeat bottom center;
    background-size: cover;
}
.home2 .left{
    width: 46.9375%;
}

.list_box3 li{
    margin-top: 18px;
    position: relative;
    padding: 18px 90px 16px 122px;
    background: #EBECF0 no-repeat right 38px center;
    background-size: 20px;
    transition: .5s;
}
.list_box3 li:first-child{
    margin-top: 0;
}
.list_box3 li time{
    position: absolute;
    left: 33px;
    top: 18px;
    width: 60px;
    height: 60px;
    background: #1D57B6;
    border-radius: 50%;
    color: #fff;
    padding-top: 8px;
    transition: .5s;
}
.list_box3 li time span{
    display: block;
    margin-left: 12px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-family: Arial,sans-serif;
    margin-bottom: 5px;
}
.list_box3 li time em{
    display: block;
    font-size: 14px;
    line-height: 1;
    font-family: Arial,sans-serif;
    margin-left: 28px;
}
.list_box3 li time:after{
    position: absolute;
    content: '';
    width: 22px;
    height: 1px;
    background: #fff;
    transform: rotate(-15deg);
    top: 33px;
    left: 22px;
}
.list_box3 li a{
    font-size: 18px;
    line-height: 60px;
    color: #000000;
    transition: .5s;
}
.list_box3 li:hover time{
    background: #BEA788;
}
.list_box3 li:hover a{
    color: #fff;
}
.list_box3 li:hover{
    border-radius: 0px 20px 0px 20px;
    background-color: rgba(29, 87, 182, 0.9686);
    background-image: url("../images/s2-img01.png");
}

.home2 .right{
    width: 49.0625%;
}
.home2 .right .top a{
    display: block;
    margin-right: 35px;
    position: relative;
    z-index: 3;
    font-size: 0;
    background: url("../images/s2-img04.png") no-repeat right center;
}
.home2 .right .top .pic{
    display: inline-block;
    width: 480px;
    height: 306px;
    vertical-align: middle;
}
.home2 .right .top .txt{
    display: inline-block;
    width: calc(100% - 480px);
    padding: 44px 26px 28px 39px;
    vertical-align: middle;
}
.home2 .right .top .txt time{
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    font-family: Arial,sans-serif;
    margin-bottom: 28px;
}
.home2 .right .top .txt h4{
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    -webkit-line-clamp: 3;
    height: 120px;
    margin-bottom: 41px;
}
.home2 .right .top .txt i{
    display: block;
    height: 5px;
    background: url("../images/s2-img03.png") no-repeat right center;
}
.home2 .right .top:after{
    position: absolute;
    content: '';
    right: 0;
    top: 19px;
    bottom: 15px;
    left: 0;
    background: rgba(190, 167, 136, 0.62);
    border-radius: 8px;
}
.home2 .right .top{
    position: relative;
    margin-bottom: 26px;
}
.list_box4 li{
    position: relative;
    line-height: 69px;
    border-bottom: 1px solid rgba(29, 87, 182, 0.2392); ;
}
.list_box4 li a{
    font-size: 18px;
    color: #000000;
    padding-right: 120px;
    padding-left: 8px;
}
.list_box4 li a span{
    color: #1D57B6;
}
.list_box4 li time{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: rgba(41, 69, 115, 0.5);
    font-family: Arial, sans-serif;
}
.list_box4 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #1D57B6;
    border-radius: 50%;
}
.list_box4 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    height: 1px;
    bottom: -1px;
    background: #1D57B6;
    transition: .5s;
}
.list_box4 li:hover:after{
    right: 0;
}
.list_box4 li:hover a{
    color: #1D57B6;
}
.home2 .title001 .titBox h3 span,
.home2 .title001 .titBox p span{
    color: #fff;
}
.home2 .title001{
    margin-bottom: 76px;
}
.home2{
    margin-bottom: 109px;
}
.home3 .left{
    width: 44%;
}
.list_box5 li{
    float: left;
    width: 48%;
    margin-left: 4%;
}
.list_box5 li:nth-child(2n+1){
    margin-left: 0;
}
.list_box5 li a{
    display: block;
    padding: 34px 22px 31px;
    position: relative;
    z-index: 3;
}
.list_box5 li h3{
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    transition: .5s;
}
.list_box5 li h3 img{
    display: inline-block;
    width: 18px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -5px;
}
.list_box5 li h5{
    font-size: 15px;
    line-height: 30px;
    color: #666666;
}
.list_box5 li h5 img{
    display: inline-block;
    width: 21px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}
.list_box5 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(29, 87, 182, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    box-sizing: border-box;
    border: 1px solid rgba(29, 87, 182, 0.2392);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box5 li:last-child:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom:1px solid #D8D8D8;;
}
.list_box5 li{
    position: relative;
    border-bottom: 1px solid #D8D8D8;
}

.list_box5 li:first-child,.list_box5 li:nth-child(2){
    border-top: none;
}
.list_box5 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box5 li:hover h3{
    color: #134FB0;
}
.list_box5 li:hover,
.list_box5 li:hover + li,
.list_box5 li:hover:before{
    border-color: transparent;
}

.home3 .right{
    width: 51.5%;
}
.list2w{
    position: relative;
    z-index: 2;
    padding-right: 69px;
}

.list2w a{
    display: block;
    padding-left: 7px;
}
.list2w a .pic{
    height: 475px;
}
.list2w a .txt h3{
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}
.list2w a .txt time{
    position: absolute;
    left: -7px;
    bottom: 32px;
    width: 109px;
    height: 109px;
    background: #BEA788;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 18px;
}

.list2w a .txt time span{
    display: block;
    font-size: 36px;
    line-height: 1;
    font-family: Arial, sans-serif;
    margin-bottom: 8px;
}
.list2w a .txt time em{
    display: block;
    font-size: 18px;
    line-height: 1;
    font-family: Arial, sans-serif;
}

.list2w a .txt{
    position: relative;
    padding: 47px 26px 30px 135px;
}
.list2w .page{
    font-size: 0;
    bottom: 78px;
    padding-left: 90px;
}
.list2w .page span{
    width: 11px;
    height: 11px;
    margin: 0 19px;
    background: #fff;
    opacity: .27;
}
.list2w .page span.active{
    opacity: 1;
}

.list2w .btn{
    position: absolute;
    right: 0;
    width: 69px;
    height: 396px;
    bottom: 113px;
    z-index: 3;

}
.list2w .btn div{
    width: 100%;
    position: static;
    transform: none;
    height: 198px;
    background-size: 22px;
    background-position: 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(216, 216, 216, 0.33);
}

.list2w .btn .prev{
    background-image: url("../images/s2-img10.png");
}

.list2w .btn .next{
    background-image: url("../images/s2-img11.png");
}

.list2w:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    max-width: 95%;
    width: 784px;
    height: 550px;
    background: #1D57B6;
}

.home3 .title001{
    margin-bottom: 77px;
}
.homea{
    padding-top: 114px;
    padding-bottom: 116px;
    background: url("../images/homea.png") no-repeat top center;
    background-size: cover;
}

.home4 .txt{
    width: 654px;
    margin-bottom: 82px;
}
.home4 .txt p{
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.home4 .more2 a{
    width: 654px;
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 49px;
    height: 49px;
    font-family: Arial, sans-serif;
}

.home4 .more2 a img{
    display: inline-block;
    width: 49px;

    margin-right: 21px;
    vertical-align: middle;
}

.home4 .title001 .titBox h3 span,
.home4 .title001 .titBox p span{
    color: #fff;
}

.home4 .title001{
    margin-bottom: 60px;
}

.home4{
    padding-top: 136px;
    padding-bottom: 60px;
    height: 657px;
    background: url("../images/home4.jpg") no-repeat bottom center;
    background-size: cover;
}

@media screen and (max-width: 1600px){
    .banner .swiper-slide a{
        height: auto;
        padding-top: 50%;
    }
    .banner img{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .home2 .right .top .pic{
        width: 380px;
    }
    .home2 .right .top .txt{
        width: calc(100% - 380px);
    }
    .home4{
        padding-top: 100px;
        height: 567px;
    }
}

/*2024-04-18*/
.home4{
    position: relative;
    background: none;
    padding: 0;
}
.home4 .con{
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 5;
}

.list4w_hgg a{
    display: block;
    position: relative;
}
.list4w_hgg a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(122% 122% at 50% 41%, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.list4w_hgg a img{
    display: block;
    width: 100%;
    height: 657px;
    object-fit: cover;
}
.list4w_hgg a .play{
    position: absolute;
    width: .49rem;
    height: .49rem;
    left: 0;
    right: 0;
    bottom: 57.14%;
    margin: auto;
    background: url("../images/s4-img01.png") no-repeat 50%/100%;
}

.list4w_hg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 3;
}
.list4w_hg a{
    display: block;
    position: relative;
}
.list4w_hg a:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #BEA788;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list4w_hg .swiper-slide-thumb-active a:before{
    opacity: 1;
    visibility: visible;
}
.list4w_hg a .pic{
    padding-top: 60%;
}


@media screen and (max-width: 1600px){
    .home4{
        height: auto;
    }
    .list4w_hg{
        max-width: 96%;
    }
}</pre></body></html>