<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* è¯¦æƒ…é¡µæ–°æ¨¡å— */
/* banner */
.detail-banner{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    height: 400px;
    background-image: url(../images/detail_banner.jpg);
    background-size: 2560px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.detail-banner-title{
    color: #fff;
    font-size: 48px;
    text-align: center;
    padding-top: 110px;
    font-weight: bold;
}
.detail-banner-desc{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
}
.detail-banner-btn{
    width: 180px;
    height: 46px;
    line-height: 46px;
    background: linear-gradient(90deg, #E88F16 0%, #DF6312 100%);
    border-radius: 3px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    cursor: pointer;
}
.detail-banner-btn img{
    width: 14px;
    margin-top: 16px;
    float: right;
}

/* æ‹›å•†å¼•èµ„ç¨Žæ”¶ä¼˜æƒ&nbsp;æ”¿ç­– */
.investment{
    padding: 80px 0;
    overflow: hidden;
}
.investment-back{
    width: 285px;
    height: 172px;
    position: relative;
    float: left;
    margin-right: 20px;
}
.investment-back-first{
    background: linear-gradient(90deg, #1F6CDD 0%, #0750C8 100%);
}
.investment-back-second{
    background: linear-gradient(90deg, #0092C5 0%, #0073B0 100%);
}
.investment-back-third{
    background: linear-gradient(90deg, #1C7FFB 0%, #0356CB 100%);
}
.investment-back-fourth{
    background: linear-gradient(90deg, #4B27C0 0%, #3F1BAE 100%);
    margin-right: 0;
}
.investment-back img{
    width: 98px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.investment-title{
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: 42px;
}
.investment-info{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    left: 42px;
    top: 64px;
}
/* æ³¨å†Œå…¬å¸ç¨Žæ”¶ä¼˜æƒ&nbsp;æ”¿ç­– */
.register-company{
    background: #1F6CDD;
    padding: 80px 0;
    overflow: hidden;
}
.register-company .common-top h2{
    color: #fff;
}
.register-company .common-top .common-row{
    background-color: #fff;
}
.register-back{
    width: 386px;
    height: 230px;
    float: left;
    background: #fff;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
}
.register-back .register-img{
    overflow: hidden;
}
.register-back:hover img{
    transform: scale(1.1);
}
.register-back img{
    width: 386px;
    float: left;
    transition:all 1s linear;
    -webkit-transition:all 1s linear; /* Safari */
    -moz-transition:all 1s linear; /* Firefox  */
    -o-transition:all 1s linear; /* Opera  */
}
.register-back .register-info{
    font-size: 18px;
    color: #333;
    line-height: 25px;
    text-align: center;
    margin-top: 20px;
    float: left;
    width: 386px;
}
.register-back-last{
    margin-right: 0;
}
/* å®šåˆ¶è¡Œä¸šè§£å†³æ–¹æ¡ˆ */
.solve{
    width: 100%;
    max-width: 2560px;
    min-width: 1200px;
    margin: auto;
    position: relative;
    padding: 80px 0 60px 0;
    background-color: #F7F8FB;
}
.solve ul{
    overflow: hidden;
}
.solve ul li{
    float: left;
    width: 224px;
    height: 144px;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}
.solve ul li.solve-li-start{
    margin-left: 0;
}
.solve ul li img{
    float: left;
    width: 224px;
    height: 144px;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
}
.solve ul li:hover img{
    transform: scale(1.1);
}
.solve-li-grey{
    position: relative;
    z-index: 1;
    float: left;
    width: 224px;
    height: 144px;
    margin-top: -144px;
    overflow: hidden;
    background:rgba(0,0,0,0.5);
}
.solve-li-grey p{
    color: #FFFFFF;
    text-align: center;
    font-size:20px;
    font-weight:500;
    margin-top: 62px;
}
.solve-ask{
    width: 180px;
    height: 36px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    background-color: #1F6CDD;
    margin: auto;
    margin-top: 62px;
}
.detail-box p b{
    font-weight: bold;
}
.detail-box p m{
    cursor: pointer;
}
.detail-box p m:hover{
    color: #1f6cdd;
}
.article-text{
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 12px;
}</pre></body></html>