<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.service-top{
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background: url('/static/home/img/service/topBg.png') center 167px no-repeat;
    background-color: var(--vice-color);
}
.service-top .center{
    height: 100%;
    padding-top: 100px;
}


.service-six{
    margin-top: -120px;
    overflow: hidden;
}
.service-six a{
    flex-direction: column;
    float: left;
    margin-right: 30px;
    width: 380px;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.service-six a:nth-child(3n){
    margin-right: 0;
}
.service-six a:nth-child(n+4){
    margin-top: 30px;
}
.service-six a h2{
    font-size: 24px;
    line-height: 1;
    color: #fff;
}
.service-six a p{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    margin: 15px 0 -5px;
}
.service-six-title{
    position: relative;
    margin-top: 60px;
    font-size: 42px;
    height: 180px;
}
.service-six-title span{
    position: absolute;
    display: block;
    font-size: 200px;
    font-weight: bold;
    line-height: 1;
    color: var(--light-color);
    opacity: .2;
    z-index: -1;
}


.service-eight{
    width: 100%;
    min-width: 1200px;
    margin-top: 70px;
    background-color: #f5f5f5;
    padding: 100px 0;
}
.service-eight-ul{
    margin-top: 60px;
    background: url('/static/home/img/service/eightBar.png') center top no-repeat;
    background-size: 100% auto;
    height: 520px;
    position: relative;
}
.service-eight-li{
    position: absolute;
    width: 230px;
}
.service-eight-li.eight-li-67{
    width: 360px;
}
.service-eight-li span{
    font-size: 24px;
    font-weight: bold;
}
.service-eight-li p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.service-eight-li-last{
    position: absolute;
    top: 463px;
    right: 200px;
}
.service-eight-li-last&gt;p{
    height: 39px;
    padding: 0 71px 0 20px;
    border-radius: 19.5px;
    background-color: var(--vice-color);
    font-size: 16px;
    line-height: 39px;
    color: #fff;
    margin-right: -51px;
}
.service-eight-li-last&gt;p span{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}
.service-eight-li-last&gt;span{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--deep-color);
    border: 6px solid #f5f5f5;
}



.service-sixNL{
    padding: 120px 0 100px;
}
.service-sixNL&gt;.flex{
    margin-top: 60px;
}
.service-sixNL-img{
    display: block;
}
.service-sixNL-ul{
    flex: 1;
    margin-left: 92px;
    overflow: hidden;
}
.service-sixNL-ul li{
    float: left;
    width: 260px;
}
.service-sixNL-ul li:nth-child(odd){
    margin-right: 60px;
}
.service-sixNL-ul li:nth-child(n+3){
    margin-top: 70px;
}
.service-sixNL-ul li h2{
    font-family: XYLogo;
    font-size: 36px;
    line-height: 1;
    color: var(--vice-color);
    margin: -6px 0 -4px;
}
.service-sixNL-ul li span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.service-sixNL-ul li p{
    margin-top: 10px;
}</pre></body></html>