<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: #040b25;
}
.all{
    background-color: rgba(4,11,37,1);
    position: relative;
    z-index: 2;
}
.nav{
    position: absolute;
    line-height: 170px;
    top: 0; 
    width: 100%;
    padding: 0 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    transition: 0.5s;
}
.nav img{
    vertical-align: middle;
}
.nav_act{
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: rgba(0,0,0,.2);
    box-shadow: 0 1px 0 hsl(0deg 0% 100% / 7%);
    transition: 0.5s;
    line-height: 100px;
}
.banner{
    width: 100%;
    overflow: hidden;
}
.banner_phone{
    height:100%;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.banner video{
   width: 100%;
   height: auto;
}
.banner .txt .lasta{
    margin-bottom: 35px;
    width: 65%;
}
.banner .txt .lastb{
    margin-bottom: 80px;
}
.banner .txt{
    width: 1440px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .txt img{
    display: block;
}
.banner::after{
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(transparent, #040b25);
    position: absolute;
    bottom: 0;
    left: 0;
}
.more{
    display: block;
    color: white;
    text-align: center;
    line-height: 54px;
    background-color: #2455e2; /* æµè§ˆå™¨ä¸æ”¯æŒæ—¶æ˜¾ç¤º */
    background-image: linear-gradient(to right, #2455e2, #4ea8f4);
    width: 200px;
    border-radius: 50px;
}


.w1440{
    width: 1440px;
    margin: auto;
}
.guest{
    padding-top: 2%;
}
.guest .guest_name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.common h3{
    background-image:-webkit-linear-gradient(left,#2455e2, #4ea8f4); 
    -webkit-background-clip:text; 
    font-weight: bold;
    -webkit-text-fill-color:transparent; 
    line-height: 1;
    margin-bottom:10px;
    display: inline-block;
}
.common .subtit{
    color: white;
    opacity: 0.6;
    line-height: 1;
}
.guest .sw_btn img{
    cursor: pointer;
}
.guest .sw1{
    padding: 40px 0;
}
.guest .sw1 .swiper-slide{
    background-image: url(../img/swbg_03.png);
    background-size: 100% 100%;
    height: 320px;
    padding: 30px;
    transform: scale(0.9);
}
.guest .sw1 .swiper-slide-active{
    background-image: url(../img/sw_bg_03.png);
    transform: scale(1.1);
}

.guest .swiper-button-disabled{
    opacity: 0.2;
}
.guest .text{
    color: white;
    opacity: 0.3;
    writing-mode: vertical-lr;
    z-index: 2;
    position: relative;
}
.guest .text_tit{
    font-size: 24px;
    margin-right: 15px;
}
.guest .text_sub{
    font-size: 16px;
}
.guest .sw1 .swiper-slide img{
    position: absolute;
    bottom: 0;
    right: 20px;
    max-height: 90%;
}
.guest .sw1 .swiper-slide-active img{
    max-height: none;
    height: 105%;
}
.guest .sw1 .swiper-slide-active .text{
    writing-mode:inherit;
    opacity: 1;
}
.guest .sw1 .swiper-slide-active .text .text_tit::after{
    content: "";
    display: block;
    margin: 25px 0;
    background-color: #858a9c;
    height: 2px;
    width: 24px;
}
.guest .sw{
    position: relative;
    margin-top: 28px;
}


.new{
    padding-top: 10%;
}
.new_img{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 5.55%;
}
.new_img&gt;img{
    width: 100%;
}
.new_txt{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
   
}
.new_txt img{
    margin-bottom: 70px;

}
.ap_list{
    width: 80%;
}
.shijian{
    display: flex;
    justify-content: space-between;
}


.shipin{
    position: relative;
}
.shipin .shipin_zi{
    position: absolute;
    top: 50%;
    left:5%;
    transform: translateY(-50%);
}
.shipin .play{
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shipin .play img{
    cursor: pointer;
}
.shipin video{
    width: 100%;
    opacity: 0;
    display: block;
}
.vio{
    padding:0 0 5%;
    margin-top: 5.5%;
    background-image: url(../img/vio2_03.png);
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    overflow: hidden;
}
.vio_sw {
    width: 90%;
    margin: auto;
}
.vio_sw .swiper-slide{
    color: #48578d;
    transition: 0.5s;
}
.vio_sw .swiper-slide:hover{
    color: #636f9e;
    transition: 0.5s;
}
.vio_sw .point{
    position: relative;
    margin: 25px 0;
}
.vio_sw .point::before{
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #48578d;
    border-radius: 50%;
    transition: 0.5s;
    position: relative;
    z-index: 2;
}
.vio_sw .point::after{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #48578d;
}
.vio_sw .swiper-slide:hover .point::before{
    background-color: #636f9e;
    transition: 0.5s;
}
.code{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    text-align: right;
    align-items: center;
    color: white;
    background: url(../img/bg_06.png);
    background-size: 100% 100%;
    height: 209px;
}
.code_img{
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    margin-left: 20px;
}
.yicheng{
    padding-top: 10.41%;
}
.yicheng .flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yicheng .fle_three{
    margin-top: 5.5%;
    display: flex;
    justify-content: space-between;
}
@keyframes myfirst3
{
    from {margin-top: -240px;}
    to {margin-top: 0;}
}
.afternoon{
    display: none;
    justify-content: space-between;
    position: relative;
}
.afternoon_act{
    display: flex;
}

.yicheng .fnt_72{
    font-size: 72px;
    color: #828592;
    line-height: 1;
    font-weight: bold;
}
.yicheng .number{
    margin-bottom: 70px;
    position: relative;
    cursor: pointer;
}
.yicheng .number .s_num{
    color: #828592;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 140px;
}
.yicheng .number_act{
    background-image: -webkit-linear-gradient(left,#2455e2, #4ea8f4);
    -webkit-background-clip: text;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
}
.yicheng .number_act .s_num{
    background-image: -webkit-linear-gradient(left,#2455e2, #4ea8f4);
    -webkit-background-clip: text;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
}
.yicheng .ul_act .li{
    padding: 20px 20px;
    color: #ffffff;
    background-size: 100% 100%;
    cursor: pointer;
    margin-bottom: 35px;
    position: relative;

}
.time_act{
    background-color: #071135; /* ä¸æ”¯æŒçº¿æ€§çš„æ—¶å€™æ˜¾ç¤º */
    background-image: linear-gradient(to right, #071135 , #12204f);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 5px;
}
.li_people{
    display: none;
    position: absolute;
    top: -50%;
    left: 490px;
}
.time_act .li_people{
    display: block;
}
.time_act .same_tit{
    color: #0086f1;
    transition: 0.5s;
}
.yicheng .ul_act .li:last-child{
    margin-bottom: 0;
}
.yicheng .ul_act .li:nth-child(5){
   margin-bottom: 30px;
}
.yicheng .ul_act .li .same_tit{
    transition: 0.5s;
}
.yicheng .ul_act .li:hover .same_tit{
    color: #0086f1;
    transition: 0.5s;
}
.ul_time{
    padding-right: 50px;
}
.same_time{
    text-align: center;
    color: white;
    margin-bottom: 70px;
    position: relative;
}
.same_time:last-child{
    margin-bottom: 0;
}
.same_time::before{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #3a86e9;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    border-radius: 50%;
    position: absolute;
}
.time_duan{
    margin-bottom: 20px;
}
.same_des{
    position: relative;
    opacity: 0.6;
    margin-top: 5px;
}
.same_time::after{
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 150px;
    top: 40px;
    right: -38px;
    background:rgba(255,255,255,0.2);
}
.same_time:last-child::after{
    display: none;
}
.ul_two{
    display: flex;
}
.ul_two&gt;div .li:last-child .same_des::before{
    display: none;
}
.duan{
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 166px;
    background-image: url(../img/pmbg_03.png);
    background-size: 100% 100%;
    text-align: center;
}


.speech{
    display: none;
}
.item{
    padding: 30px 40px;
    background-image: url(../img/bgnew_03.png);
    background-size: 100% 100%;
    height: 262px;
    position: relative;
    width: 568px;
    margin-bottom: 100px;
}
 .title{
    background-image: -webkit-linear-gradient(left,#2455e2, #4ea8f4);
    -webkit-background-clip: text;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    width: 60%;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.pb_btn{
    width: 90px;
    height: 38px;
    line-height: 38px;
    color: white;
    text-align: center;
    background-color: #242d4c;
    border-radius: 5px;
}
.item_pm{
    background: url(../img/pmbgy_03.png);
    background-size: 100% 100%;
    padding: 30px 0 0 50px;
    height: 240px;
    width: 928px;
    position: relative;
    margin-bottom: 30px;
}

.name_pm{
    background-image: -webkit-linear-gradient(left,#2455e2, #4ea8f4);
    -webkit-background-clip: text;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-top: 35px;
    margin-bottom: 50px;
}
.address_pm{
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.3);
}
.address_pm img{
    margin-right: 10px;
}




.item_time{
    display: flex;
    align-items: center;
    color: white;
}
.item_time img{
    margin-right: 10px;
}
.item_name span:first-child{
    margin-right: 30px;
    font-weight: bold;
}
.item_name{
    position: absolute;
    color: white;
    left: 40px;
    bottom: 30px;
    z-index: 2;
}
.item_people{
    position: absolute;
    bottom: 0;
    right: 5%;
    max-height: 120%;
}
.ap{
    width: 20%;
}
.common_fix{
    position: fixed;
    top: 100px;
}
.yicheng .fle_threeend{
    justify-content: flex-end;
}
.yicheng .fle_threeend .shijian{
    justify-content: flex-end;
}
.ap_fixed{
    left: calc((100% - 1440px)/2);
}
@keyframes myfirst2
{
    from {top: 30px;}
    to {top: 0;}
}




.grow{
    padding-top: 10.41%;  
}


.about{
    padding-top: 6.41%;
}
.about_flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5.5%;
}
.about_txt{
    width: 41%;
    color: white;
}
.line{
    margin: 40px 0;
    width: 55px;
    height: 2px;
    background-color: #828591;
}
.about_txt p{
    line-height: 30px;
}
.about_txt p:first-child{
    margin-bottom: 40px;
}
.about_txt .des{
    margin-bottom: 80px;
}




.partner{
    padding-top: 10.41%;
}
.partner ul{
    margin-top: 5.5%;
}
.partner ul li{
    margin-bottom: 15px;
}
.partner ul li:last-child{
    margin-bottom: 0;
}
.partner_name{
    margin-bottom: 30px;
    color: white;
}
.partner_list a{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
    width: calc((100% - 175px)/6);
    background-color: #111330;
    border-radius: 10px;
    height: 80px;
}
.partner_list a:nth-child(6n){
    margin-right: 0;
}

.foot{
    color: white;
    text-align: center;
    padding: 120px 0 70px;
}
.foot_logo{
    margin: 40px 0 30px;
}
.gray{
    opacity: 0.5;
}
.foot_code{
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 20px;
}

.contact{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 80px;
    background-image: url(../img/contact_03.png);
    background-size: 100% 100%;
    text-align: center;
    width: 80px;
    height: 190px;
    z-index: 9;
    display: none;
}
.contact a{
    color: white;
    height: 95px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.contact a:first-child::after{
    width: 60%;
    display: block;
    height: 1px;
    left: 50%;
    top: 95px;
    transform: translateX(-50%);
    background-color: #3f4765;
    position: absolute;
    content: "";
}
.contact img{
    margin-bottom: 12px;
}
.hover_code{
    display: none;
    text-align: center;
    background-image: url(../img/hovercode_03.png);
    background-size: 100% 100%;
    width: 230px;
    height: 258px;
    position: absolute;
    left: -240px;
    top: 0;
    padding-top: 25px;
}
.contact a:hover .hover_code{
    display: block;
}
.code_tit{
    margin: 10px 0;
}
.hover_img{
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
}








.anchor{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    z-index: 9;
    display: none;
    font-size: 16px;
}
.anchor div{
    margin-bottom: 50px;
    color: white;
    opacity: 0.3;
    cursor: pointer;
}
.anchor .anchor_act{
    opacity: 1;
    color: #3a86f1;
}
.anchor div:last-child{
    margin-bottom: 0px;
}
.anchor::after{
    position: absolute;
    right: -25px;
    width: 2px;
    height: 140%;
    background: red;
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2a6dde; /* æµè§ˆå™¨ä¸æ”¯æŒæ—¶æ˜¾ç¤º */
    background: linear-gradient(180deg,rgba(60,116,255,0) 0,#214b68,#2a6dde,rgba(60,116,255,0) 100%);

}
@keyframes myfirst
{
    from {opacity: 0;}
    to {opacity: 1;}
}
.common_show{
    display: block;
    animation:myfirst 0.5s;
	-webkit-animation:myfirst 0.5s; /* Safari and Chrome */
}
.anchor .anchor_blue{
    color: #3a86f1;
    position: relative;
    opacity: 1;
    z-index: 9;
}
.anchor .anchor_blue span{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #040b25;
    right: -34px;
}
.anchor .anchor_blue span::after{
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #3a86f1;
    top: 50%;
    transform: translate(-50%,-50%);
}
.about_flx_tu{
    width: 49%;
    background-image: url(../img/bg332_02.jpg);
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size: cover;
    background-origin:content-box;
}
.about_flx_tu img{
    width: 100%;
    display: block;
}
.vio_p{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 99;
}
.zhengti{
    position: relative;
    width: 80%;
}
.zhengti video{
    width: 100%;
}
.zhengti svg{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
}
.luntan{
    padding-top: 10.41%;
}
.luntan_flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 340px;
    padding: 0 5.2%;
    background-image: url(../img/pmbgy_03.png);
    background-size: 100% 100%;
    color: white;
    margin-bottom: 40px;
}
.luntan_flx:last-child{
    margin-bottom: 0;
}
.luntan_more{
    margin-top: 35px;
    display: block;
    border-radius: 50px;
    line-height: 54px;
    width: 200px;
    text-align: center;
    color: white;
    background-color: #2455e2; /* ä¸æ”¯æŒçº¿æ€§çš„æ—¶å€™æ˜¾ç¤º */
    background-image: linear-gradient(to right, #2455e2, #4ea8f4);
}
.luntan_r{
    width: 50%;
}
.luntan_r&gt;div{
    width: auto;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(to right,transparent, #4ca5f3);
    border-radius: 5px;
    padding: 0 40px;
    margin: 0 auto 20px;
    display: inline-block;
    margin-right: 10px;
}
.luntan_r&gt;div::before{
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 50%;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.luntan_r&gt;div:first-child{
    margin-left: 60px;
}
.luntan ul{
    margin-top: 5.5%;
}
.luntan_phone{
    display: none;
}
@media screen and (max-width: 1500px) {
    .guest .sw1 .swiper-slide{
        height: 240px;
    }
    .w1440 {
        width: 1100px;
    }
    .banner .txt{
        width: 1100px;
    }
    .anchor{
        left: 10px;
    }
    .item_pm{
        width: 660px;
        height: 180px;
    }
    .name_pm{
        margin-top: 15px;
        margin-bottom: 22px;
    }
    .duan{
        height: 600px;
    }
    .ap_fixed{
        left: calc((100% - 1100px)/2);
    }
    .contact{
        right: 20px;
    }
    .item{
        height: 210px;
        margin-bottom: 30px;
        width: 410px;
    }
    .speech .title{
        font-size: 18px;
    }
    .yicheng .ul_act .li .same_tit{
        font-size: 16px;
    }
    .same_time{
        margin-bottom: 50px;
    }
    .same_time::after{
        height: 130px;
    }
    .yicheng .ul_act .li:nth-child(2){
        margin-bottom: 20px;
    }
    .yicheng .ul_act .li:nth-child(4){
        margin-bottom: 8px;
    }
    .yicheng .ul_act .li:nth-child(5){
        margin-bottom: 20px;
    }
    .li_people{
        left: 410px;
    }
    .item .title{
        font-size: 16px;
    }
    .item .item_name{
        font-size: 14px;
    }
    .luntan_r&gt;div{
        padding: 0 10px;
        margin-right: 8px;
    }
}
@media screen and (max-width: 768px) {
    .w1440 {
        width: 100%;
        padding: 0 20px;
    }
    .banner .txt{
        width: 100%;
        padding: 0 20px;
    }
    .nav{
        padding:0 20px;
        line-height: 60px;
    }
    .grow{
        padding-top: 16.41%;  
    }
    .partner{
        padding-top: 16.41%;
    }
    .about{
        padding-top: 16.41%;
    }
    .logoa{
        width: 100px;
    }
    .logob{
        width: 110px;
    }
    .banner .txt .lasta{
        margin-bottom: 35px;
        width: 100%;
    }
    .banner .txt .lastb{
        width: 54%;
    }
    .guest .sw1 .swiper-slide {
        height: 200px;
    }
    .new_txt{
        width: 60%;
    }
    .new_txt img{
        width: 100%;
        margin-bottom: 20px;
    }
    .more{
        line-height: 40px;
        width: 140px;
    }
    .new_img&gt;img{
        height: 250px;
        width: auto;
    }
    .common_show{
        display: none;
    }
    .yicheng .fle_three{
        display: block;
        margin-top: 10%;
    }
    .ap{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 6%;
    }
    .yicheng .number{

        margin-bottom: 0;
    }
    .yicheng .fnt_72{
        font-size: 45px;
    }
    .shangwu{
        margin-right: 18%;
    }
    .yicheng .number .s_num {
        left: 85px;
        width: 40px;
    }
    .speech{
        display: none !important;
    }
    .ap_list{
        width: 100%;
    }
    .same_time::after {
        height: 120px;
    }
    .yicheng .ul_act .li{
        margin-bottom: 0;
    }
    .yicheng .ul_act .li:nth-child(2){
        margin-bottom: 18px;
    }
    .yicheng .ul_act .li:nth-child(4){
        margin-bottom: 0;
    }
    .time_duan{
        margin-bottom: 0;
    }
    .yicheng .ul_act .li:nth-child(5) {
        margin-bottom: -16px;
    }
    .shipin .shipin_zi{
        width: 30%;
    }
    .vio_sw {
        display: none;
    }
    .code_img{
        padding: 5px;
    }
    .code_img img{
        width: 50px;
    }
    .code {
        height: 130px;
    }
    .code .fnt_32{
        font-size: 16px;
    }
    .about_flx{
        display: block;
    }
    .about_flx_tu{
        width: 90%;
        margin:0 auto 20px;
    }
    .about_txt{
        width: 100%;
    }
    .about_txt .des{
        margin-bottom: 40px;
    }
    .partner_list a{
        width: calc((100% - 20px)/2);
        margin: 0 0 20px !important;
    }
    .partner_list a:nth-child(2n){
        float: right;
    }
    .foot {
        color: white;
        text-align: center;
        padding: 50px 3% 30px;
    }
    .afternoon_act{
        display: block;
    }
    .duan{
        background: none;
        margin-bottom: 20px;
        text-align: center;
        height: auto;
        width: 100%;
    }
    .duan&gt;div&gt;div{
        display: inline-block;
    }
    .item_pm{
        width: 100%;
        padding: 20px;
        height: 160px;
        margin-bottom: 20px;
    }
    .vio{
        padding: 0;
    }
    .guest .sw1 .swiper-slide-active img{
        right: 0;
    }
    .guest .text_sub{
        font-size: 12px;
    }
    .yicheng {
        padding-top: 20%;
    }
    .luntan_flx{
        background-image: url(../img/newbg.png);
        border: 1px solid rgba(255,255,255,0.2);
        height: auto;
        padding: 30px 5.2%;
        margin-bottom: 20px;
        border-radius: 5px;
        display: block;
    }
    .luntan_r{
        width: 100%;
        margin-top: 20px;
    }
    .luntan_r&gt;div:first-child {
        margin-left: 0px;
    }
    .luntan_r&gt;div{
        background: none;
        height: auto;
        line-height: inherit;
    }
    .luntan_phone{
        font-size: 12px;
        margin-top: 10px;
        opacity: 0.6;
    }
    .luntan_phone div::before{
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: white;
        margin-right: 10px;
    }
    .luntan_more{
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
    .time_act .li_people{
        display: none;
    }
    .banner video{
        height: 100%;
        width: auto;
     }
     .banner_phone{
         display: block;
     }
     .banner_vio{
         display: none;
     }
}</pre></body></html>