<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ls-main&gt;div{
    box-sizing: border-box;
}
.ls-main&gt;div.block1{
    padding: 50px 0 0;
}
.ls-main&gt;div.block2{
    padding: 50px 0;
}
.ls-main .b-title{
    text-align: center;
    margin-bottom: 32px;
    font: bold 40px helvetica,arial,sans-serif;
    color: #02a7d2;
    /* text-shadow: 5px 5px 5px #333; */
}
.ls-main .block1 .box{
    padding-bottom: 20px;
    background: url(../images/dfbg.png) bottom repeat-x;
}
.ls-main .block1 .box:last-of-type{
    background: none;
    padding-bottom: 0;
}
.ls-main .block1 .box1 .left{
    width: 45%;
}
.ls-main .block1 .box1 .left .title,
.ls-main .block1 .box2 .right .title,
.ls-main .block1 .box3 .title{
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 700;
}
.ls-main .block1 .box1 .left .body p{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 28px;
}
.ls-main .block1 .box1 .left .body p::before,
.ls-main .block1 .box2 .right .body li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../images/zs1.png) no-repeat;
    background-size: 100% 100%;
}
.ls-main .block1 .box1 .right{
    width: 50%;
    height: 400px;
}

.ls-main .block1 .box2{
    padding: 30px 0;
}
.ls-main .block1 .box2 .left{
    width: 70%;
}
.ls-main .block1 .box2 .left ul{
    width: 100%;
    justify-content: space-around;
}
.ls-main .block1 .box2 .left li{
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background-color: #999;
    cursor: pointer;
    transition: all 1s linear;
    overflow: hidden;
}
.ls-main .block1 .box2 .left li:hover{
    width: calc(100% - 340px);
    background-color: #0070C0;
}
.ls-main .block1 .box2 .left li .content1{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #fff;
}
.ls-main .block1 .box2 .left li .content1&gt;div{
    box-sizing: border-box;
    height: 150px;
}
.ls-main .block1 .box2 .left li .content1 .left{
    width: 150px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.ls-main .block1 .box2 .left li .content1 .right{
    display: none;
    width: calc(100% - 170px);
    font-size: 14px;
    box-sizing: border-box;
    padding: 0px 25px 0px 0;
}
.ls-main .block1 .box2 .left li .content1 .right p{
    line-height: 22px;
    margin-bottom: 5px;
}
.ls-main .block1 .box2 .left li:hover .content1 .right{
    display: block;
}
.ls-main .block1 .box2 .right{
    width: 20%;
}
.ls-main .block1 .box2 .right .body li{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 28px;
}

.ls-main .block1 .box3{
    padding: 30px 0 0;
    align-items: flex-start;
}
.ls-main .block1 .box3 .left{
    width: 68%;
    text-align: center;
}
.ls-main .block1 .box3 .right{
    width: 20%;
}
.ls-main .block1 .box3 .left img,
.ls-main .block1 .box3 .right img{
    width: 100%;
    display: block;
}

.ls-main .block2 .b-body{
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    font-weight: 700;
}
.load-banner-text .p2 img{
    width: 35%;
}
/* flex-flow: column; */
@media screen and (max-width:900px) {
    .load-banner-text .p2 img{
        width: 100%;
    }
    .ls-main .block1 .box{
        flex-flow: column;
    }
    .ls-main .block1 .box3{
        justify-content: space-between;
    }
    .ls-main .block1 .box1 .left,
    .ls-main .block1 .box2 .right,
    .ls-main .block1 .box3 .right,
    .ls-main .block1 .box3 .left{
        width: 90%;
        margin: 0 auto;
    }
    .ls-main .block1 .box1 .right,
    .ls-main .block1 .box2 .left{
        display: none;
    }
    .ls-main .block1 .box3 .right{
        margin-top: 40px;
    }
    .ls-main .block1 .box1 .left .title, 
    .ls-main .block1 .box2 .right .title, 
    .ls-main .block1 .box3 .title{
        text-align: center;
    }
    .ls-main .block1 .box3 .right img{
        width: 75%;
        margin: 0 auto;
    }
}
</pre></body></html>