<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.current {
    border-bottom: 3px solid #5584ec;
    color: #5584ec!important;
    /* color: #207bfa;
     background: #0088bb;*/
}
.nav-box {
    height: 80px;
}
.nav-box .nav-item{
    height: 100%;
    line-height: 80px;
    float: left;
    left: 225px;
    padding: 0px 15px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.nav-box .nav-item a{
    text-decoration: none;
}
.nav-box .nav-item .active{
    color: #5584EC;
}
.nav-box .nav-item .active:before{
    content: "";
    height: 5px;
    width: 30px;
    border-radius: 5px;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 19px;
    background: #5584EC;
}
.nav-box .nav-item .active a{
    color: #5584EC;
}
.nav-box .nav-item a{
    color: #333;
}

/*åº•éƒ¨ä¿¡æ¯ start*/
.footers{
    background-color: #313439!important;
}
.footer-module{
    color:#fff;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    font-family: Myriad Pro;
    padding-top: 50px;
    padding-bottom: 40px;
}
.footer-module .ewm{
    display: flex;
    margin-left: 30px;
}
.footer-module .ewm img{
    height: 80px;
    width: 80px;
    margin: 0px 9px 5px 9px;
}
.footer-module .ewm span{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.5;
}


.footer-module .wrap {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 400;
}
.footer-module .wrap div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
}
.footer-module .wrap span {
    margin-left: 5px;
}

.footer-module .logo{
    /*width: 97px;*/
    height: 57px;
    margin-right: 30px;
}
.footer-module .ml{
    margin-left: 3px;
}
.footer-module .icp{
    margin-top: 15px;
    margin-left: 10px;
    text-align: left!important;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.55;

}
.footer-module .text{
    margin-left: 5px;
    color: #FFFFFF;
    opacity: 0.74;
}
.footer-module .text .text-box{
    /*vertical-align:middle;*/
    display: flex;
}
.footer-module .text .text-box .sub{
    height: 30px;
}
/*åº•éƒ¨ä¿¡æ¯ end*/

.text-decoration-none{
    text-decoration:none;
    color: rgba(0, 0, 0, 0.56);
}
.text-decoration-none:hover{
    text-decoration:none;
}


/*è¾“å…¥æ¡†*/
.input{
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
}
.input input{
    border: 1px solid #dadcdf;
    padding-left: 10px;
    line-height: 35px;
    color: rgb(89 89 89);
    font-size: 14px;
    width: 100%;
}
.input input:hover{
    border: 1px solid rgb(7, 154, 255);
}
.input input::-webkit-input-placeholder{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.38);
}


/*æäº¤æŒ‰é’®*/
.buttons{
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}
.buttons button{
    width: 100%;
    height: 45px;
    font-size: 18px;
    color: #fff;
    background-color: rgb(7, 154, 255);
    /*border-color: #5584ec;*/
    border: 0px solid;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.buttons button:hover{
    background-color: rgba(7, 154, 255, 0.61);
}



/*å›žåˆ°é¡¶éƒ¨*/
.Side-bar{
    width:70px;
    /*height:360px;*/
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.20);
    border-radius: 10px 1px 1px 10px;
    line-height: initial;
}
.Side-bar p{
    margin:0;
}
.Side-bar .currency-widths{

    box-sizing: border-box;
    width:70px;
    height:71.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding-top:13px;*/
}
.Side-bar .currency-widths:hover{
    color: #EC5655;
}
.Side-bar .backTop{}
.Side-bar .backTop .side-text{
    font-size: 16px;
    display: none;
}

.Side-bar .experss-box{
    width:100%;
    height:71.5px;
    position:relative;
}
.Side-bar .experss-flex{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Side-bar .experss-flex .experss-text{
    display: none;
}

.Side-bar .experss-flex:hover{}
.Side-bar .experss-flex:hover .experss-text{
    display: block;
}
.Side-bar .experss-flex:hover .iconqian{
    display: none;
}

.Side-bar .experss-flex .experss-position{
    width:600px;
    max-height:300px;
    border:1px solid #eee;
    border-radius: 8px;
    overflow: auto;
    display: none;
    position:absolute;
    bottom:0;
    right:70px;
}

.Side-bar .divider{
    margin:0;
    top:0!important;
}

.Side-bar .experss-box:hover{}
.Side-bar .experss-box:hover .experss-position{
    display: inline-block;
}

.Side-bar .backTop:hover{

}
.Side-bar .backTop:hover .side-img{
    display: none;
}
.Side-bar .backTop:hover .side-text{
    display: block;
}

.backTop-title{
    /*margin-top: -28px;*/
    font-size: 12px;
}
.mt5{
    margin-top:5px!important;
}
.mt8{
    margin-top:8px!important;
}
.fs30{
    font-size: 46px;
}


.divider{
    margin:0;
    top:0!important;
}
.cooperation{}

.cooperation:hover .business-cooperation-content{
    display: block;
    z-index: 999;
}
.cooperation:hover .side-img{
    /*display: none;*/
}
.cooperation:hover .side-text{
    display: block!important;
}
.cooperation:hover .wechat-ico{
    color: #ffffff;
}
.cooperation:hover .wechat-title{
    color: #ffffff;
}
.cooperation:hover .currency-width{
    background-color: #207bfa;
}

.cooperation .currency-width{
    cursor: pointer;
    box-sizing: border-box;
    width:70px;
    height:71.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cooperation .currency-width .side-text{
    display: none;
}

.cooperation .business-cooperation-content{
    position: absolute;
    display: none;
    width:170px;
    /*height: 160px;*/
    right: 71px;
    bottom: 70px;
    background-color: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(83,66,153,0.20);
    border-radius: 4px;}
.cooperation .business-cooperation-content .title-container{
    padding: 10px;
    font-size: 16px;
    text-align: center;
    background-color: #207bfa;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}
.cooperation .business-cooperation-content .title-container .sub-title{
    padding: 3px;
    font-size: 12px;
    border-radius: 14px;
    background: #fff;
    color: #207bfa;
    width: 110px;
    margin: 5px auto 0px;
}

.contact-service-dialog {}
.contact-service-dialog .service-wechart {
    padding: 10px;
    text-align: center;
}
.contact-service-dialog .service-wechart img {
    width: 150px;
    width: 150px;
}
.contact-service-dialog .service-wechart p {
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    /*color: #999999;*/
    color: #207bfa;
}

.fs30{
    font-size: 46px;
}
.fs12{
    font-size: 12px;
}
.wechatExternalrim{
    margin-left: 10px;
    color: #207bfa;
}
.wechat-ico{
    color: #207bfa;
    font-size: 30px;
    margin-left: 12px;
}
.wechat-title{
    margin-left: 5px;
    color: #207bfa;
}



.side-bar-position {
    z-index: 100;
    position: fixed;
    right: 0;
    /*bottom: 50px;*/
    top: calc(50% - 70px);
    /*transform: translateY(-50%);*/
}
.link-top {
    width: 100%;
    height: 1px;
    border-top: solid rgba(0, 0, 0, 0.12) 1px;
}
.backTop-img{
    cursor: pointer;
}
/*å›žåˆ°é¡¶éƒ¨*/




/*åˆä½œç”³è¯·æ&nbsp;·å¼*/
.application-for{
    margin-left: 100px;
    padding: 5px 15px;
    color: #ffffff!important;
    background-color: var(--color);
    border: 1px solid var(--color);
    border-radius: 15px;
    height: 32px;
    font-size: 14px;
}


:root{
    --color:#079aff;
}


</pre></body></html>