<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*è´¨æ£€æœåŠ¡*/
.service-bg {
    background: url(../images/service_bg.jpg) #FFFFFF center top no-repeat;
    min-height: 480px;
    overflow: hidden;
}

.service-bg .content-title h1{
    font-size: 32px;
    font-weight: bold;
    color: #040A14;
    line-height: 45px;
    text-align: center;
    margin-bottom: 30px;
}
.service-bg .content-title .navlist {
    padding-bottom: 13px;
    border-top: 1px solid #dcdcdc;
    width: 435px;
    margin: 0 auto;
}
.service-bg .content-title .navlist a {
    display: block;
    color: #666;
    text-decoration: none;
    margin: -3px 0 0 0;
    text-align: center;
}
.service-bg .content-title .navlist a span {
    font-size: 18px;
    color: #e4e4e4;
    text-align: center;
    background: #358BFC;
    display: block;
    width: 30px;
    height: 5px;
    margin: 0 auto;


}

.service-banner {
    text-align: center;
    height: 340px;
    overflow: hidden;
}
.service-banner h1{
    color: #358BFC !important;
    margin-bottom: 10px !important;
    margin-top: 90px;
}
.service-banner p{
    font-size: 22px;
}
.service-banner .tel{
    width: 360px;
    margin: 0 auto;
    margin-top: 30px;
    color: #358BFC;
    font-size: 22px;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    border: 1px solid #358BFC;
}
.service-banner .iconkefu{
    color: #358BFC;
    font-size: 24px;
    margin-right: 6px;
}
.service-bg .team{
    background: #ffffff;
    padding-top: 90px;
}

.service-bg .team-box {
    width: 1200px;
    height: 320px;
    border-radius: 10px;
    padding: 8px 35px 40px 35px;
    /*box-shadow: 1px 1px 18px #eee;*/
    margin: 18px auto 30px;
}

.service-bg .team-box .list {
    width: 300px;
    height: 320px;
    float: left;
    text-align: center;
    padding: 0 30px;
    padding-top: 50px;
    margin: 0 30px;
    transition: 0.5s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    border-radius: 5px;
}
/*.service-bg .team-box .list:hover{
    background: #fff;
    box-shadow: 1px 1px 18px #eee;
}*/

.service-bg .team-box .list i {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.service-bg .team-box .list i.img1 {
    background: url(../images/team_icon1.png) center no-repeat;
}
.service-bg .team-box .list i.img2 {
    background: url(../images/team_icon2.png) center no-repeat;
}
.service-bg .team-box .list i.img3 {
    background: url(../images/team_icon3.png) center no-repeat;
}
.service-bg .team-box .list span {
    display: inline-block;
 /*   width: 1030px;*/
    vertical-align: top;
}
.service-bg .team-box .list b {
    display: inline-block;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
.service-bg .team-box .list span p {
    color: #666;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
}
.service-bg .team-img{
    width: 1200px;
    height: 220px;
    padding: 0px 35px ;
    /*box-shadow: 1px 1px 18px #eee;*/
    margin: 18px auto 30px;
}
.service-bg .team-img li{
    width: 300px;
    float: left;
    height: 200px;
    text-align: center;
    margin: 0 30px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    cursor: pointer;

}
.service-bg .team-img img{
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 5px;
    overflow: hidden;
}
.service-bg .team-img img:hover {
    transform: scale(1.1);
    box-shadow: 1px 1px 18px #eee;
}

.process{
    padding-bottom: 100px;
    width: 1200px;
    margin-top: 50px;
    overflow: hidden;

}
.process ul{
    width: 1300px;
    padding-top: 50px;
    height: 150px;
    margin-left: 70px;
}
.process ul li{
    float: left;
    width: 200px;
}
.process ul li p{
    display: block;
    float: left;
    text-align: center;
}
.process ul li b{
    width: 80px;
    height: 80px;
    display: block;
    line-height: 80px;
    font-size: 20px;
    background: linear-gradient(to right,#186EF8,#35c6fc);

    border-radius: 100%;
    text-align: center;
    color: #ffffff;
}
.process ul li span{
    font-size: 16px;
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
.process ul li img{
    float: right;
    width: 40px;
    margin-right: 50px;
    margin-top: 20px;
}
/*èžèµ„æœåŠ¡*/
.financing-bg {
    background: url(../images/financing_bg.jpg) #FFFFFF center top no-repeat;
    min-height: 480px;
    overflow: hidden;
}

.financing-bg .content-title h1{
    font-size: 32px;
    font-weight: bold;
    color: #040A14;
    line-height: 45px;
    text-align: center;
    margin-bottom: 30px;
}
.financing-bg .content-title .navlist {
    padding-bottom: 13px;
    border-top: 1px solid #dcdcdc;
    width: 435px;
    margin: 0 auto;
}
.financing-bg .content-title .navlist a {
    display: block;
    color: #666;
    text-decoration: none;
    margin: -3px 0 0 0;
    text-align: center;
}
.financing-bg .content-title .navlist a span {
    font-size: 18px;
    color: #e4e4e4;
    text-align: center;
    background: #358BFC;
    display: block;
    width: 30px;
    height: 5px;
    margin: 0 auto;
}


.financing-banner {
    text-align: center;
    height: 340px;
    overflow: hidden;
}
.financing-banner h1{
    color: #efcfac !important;
    margin-bottom: 10px !important;
    margin-top: 90px;
}
.financing-banner p{
    font-size: 22px;
    color: #efcfac !important;
}
.financing-banner span{
    display: inline-block;
    font-size: 20px;
    background: #d2a87a;
    background: linear-gradient(to right,#d2a87a,#f2d4b2);
    color: #683e06;
    padding: 0px 20px;
    height: 46px;
    line-height: 46px;
    border-radius: 10px;
    margin-top: 25px;
}
.financing-bg .order{
    background: #ffffff;
    padding-top: 90px;
}
.financing-bg .order .content-title p{
    width: 680px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}
.financing-bg .method{
    margin-top: 80px;

}
.financing-bg .method-bg{
    margin-top: 50px;
    background: url(../images/method_bg.jpg) #ffffff center center no-repeat;
    height: 600px;
    position: relative;
}
.financing-bg .method-bg .list{
    background: #358BFC;
    background: linear-gradient(to right,#186EF8,#35c6fc);
    width: 160px;
    height: 160px;
    border-radius: 100px;
    text-align: center;
    padding-top: 15px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;

}
.financing-bg .method-bg .list i{
    width: 80px;
    height: 80px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto;
}
.financing-bg .method-bg .list-1{
    position: absolute;
    left: 530px;
    top: 10px;
}
.financing-bg .method-bg .list-1 i{
    background-image: url("../images/method1.png");
}
.financing-bg .method-bg .list-2{
    position: absolute;
    left: 350px;
    top: 300px;
}
.financing-bg .method-bg .list-2 i{
    background-image: url("../images/method2.png");
}
.financing-bg .method-bg .list-3{
    position: absolute;
    left: 730px;
    top: 300px;
}
.financing-bg .method-bg .list-3 i{
    background-image: url("../images/method3.png");
}
.financing-bg .method-bg .list h2{
    font-size: 22px;
    color: #FFFFFF;
    font-weight: normal;
}
.financing-bg .method-bg .list:hover{
    transform: scale(1.1);
    box-shadow: 1px 1px 18px #eee;
}
.financing-bg .advantage{
    margin-top: 80px;
    padding-bottom: 200px;
}

.financing-bg .advantage {
    width: 1200px;
    height: 320px;
    border-radius: 10px;
    padding: 8px 35px 40px 35px;
    /*box-shadow: 1px 1px 18px #eee;*/
    margin: 18px auto 30px;
}

.financing-bg .advantage .list {
    width: 300px;

    float: left;
    text-align: center;
    padding: 0 30px;
    padding-top: 50px;
    margin: 0 30px;
    transition: 0.5s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    cursor: pointer;
    border-radius: 5px;
}
.financing-bg .advantage .list i {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.financing-bg .advantage .list i.img1 {
    background: url(../images/advantage1.png) center no-repeat;
}
.financing-bg .advantage .list i.img2 {
    background: url(../images/advantage2.png) center no-repeat;
}
.financing-bg .advantage .list i.img3 {
    background: url(../images/advantage3.png) center no-repeat;
}
.financing-bg .advantage .list span {
    display: inline-block;
    /*   width: 1030px;*/
    vertical-align: top;
}
.financing-bg .advantage .list b {
    display: inline-block;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 6px;
}

/*ä»“å‚¨æœåŠ¡*/
.storage-bg {
    background: url(../images/storage_bg.jpg) #FFFFFF center top no-repeat;
    min-height: 480px;
    overflow: hidden;
}
.storage-bg .service-banner h1{
    color: #fbb624 !important;
}
.storage-bg .service-banner p{
    color: #FFFFFF;
}
.storage-bg.service-bg .team{
    padding-top: 0;
    padding-bottom: 50px;
}
.storage-bg .query{
    margin-top: 30px;
}
.storage-bg .query span{
    color: #358BFC;
}
.search-form{
    width: 620px;
    height: 50px;
    margin: auto;
}
.search-input{
    width: 520px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    display: inline-block;
    margin: 0;
    border: 1px solid #358BFC;
    float: left;
}
.searchBtn{
    height: 46px;
    line-height: 46px;
    width: 100px;
    display: inline-block;
    margin: 0;
    float: left;
}
.storage-bg .map {
    background: #ffffff;
    padding-top: 90px;
}
.storage-bg.service-bg .team-box,.storage-bg.service-bg .team-box .list{
    height: 260px;
}
.storage-bg.service-bg .team-box .list i.img1 {
    background: url(../images/storage_icon1.png) center no-repeat;
}
.storage-bg.service-bg .team-box .list i.img2 {
    background: url(../images/storage_icon2.png) center no-repeat;
}
.storage-bg.service-bg .team-box .list i.img3 {
    background: url(../images/storage_icon3.png) center no-repeat;
}
</pre></body></html>