<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.worm_about_info .worm_left, .worm_about_info .worm_right {
    width: 50%;
    float: left;
}

.worm_about_info {
    overflow: hidden;
    color: #747474;
    font-size: 14px;
}

.worm_about_info .worm_right {
    padding: 2em;
    box-sizing: border-box;
    line-height: 1.5;
}

.worm_about_info .worm_left img {
    width: 95%;
}

.worm_about_info .btn {
    display: block;
    background: #c3151d;
    width: 6em;
    text-align: center;
    color: #fff;
    padding: .5em;
    margin-top: 2em;
    transition: all .3s;
}

.worm_about_info .btn:hover {
    background: #e4311b;
}

.worm_about_info .btn a {
    display: block;
    color: #fff;
}

.about_index .list {
    overflow: hidden;
    color: #fff;
    margin-top: 4em;
}

.about_index .list li {
    background: url(/static/image/index-ab-li-01.jpg) no-repeat center center;
    background-size: cover;
    width: 33%;
    box-sizing: border-box;
    float: left;
    padding: 40px;
}

.about_index .list li h2 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 1em;
}

.about_index .list li p {
    font-size: 16px;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
}

.about_index .list li+li {
    background: url(/static/image/index-ab-li-02.jpg) no-repeat center center;
    background-size: cover;
    border-left: 1px solid #fff;
}

.about_index .list li+li+li {
    background: url(/static/image/index-ab-li-03.jpg) no-repeat center center;
    background-size: cover;
}

.about_index .list li+li+li a {
    color: #000;
}

.about_index .right-arrow {
    margin-top: 1em;
}

.about_index .list a {
    color: #fff;
}

.about_index .list a:hover {
    color: #ddd;
}

.service-list {
    overflow: hidden;
}

.service-list li {
    width: 24%;
    background: url(/static/image/vm_01.jpg) center center;
    float: left;
    position: relative;
    font-size: 18px;
    background-size: 100%;
    margin-right: 1%;
    margin-top: 1.5%;
    transition: background .3s;
}

.service-list li:hover {
    background-size: 110%;
}

.service-list li:nth-child(4n) {
    margin-right: 0;
}

.service-list li a {
    display: block;
    height: 100%;
}

.service-list h2 {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-weight: normal;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
}

.about_index .new_wrap {
    margin-top: 4em;
    overflow: hidden;
    position: relative;
}

.about_index .new_wrap .left img.bg {
    width: 100%;
    min-height: 350px;
    min-width: auto;
}

.about_index .new_wrap .left, .about_index .new_wrap .right {
    width: 49%;
    float: left;
    position: relative;
}

.about_index .new_wrap .left .text {
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    transition: all .3s;
}

.about_index .new_wrap .left .text:hover {
    color: #ccc;
}

.about_index .new_wrap .right {
    margin-left: 2%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border: 1px solid #fff5d7;
    padding: 32px;
    box-sizing: border-box;
}

.about_index .new_wrap .text {
    color: #fff;
}

.about_index .new_wrap .text h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: .5em;
    margin-top: 1em;
}

.about_index .new_wrap .text p {
    margin-bottom: 1em;
}

.about_index .new_wrap .text p {
    font-size: 14px;
    line-height: 1.5;
}

.about_index .new_wrap .right h2 {
    font-size: 30px;
    font-weight: normal;
}

.about_index .new_wrap .right .new_list {
    height: calc(100% - 56px);
}

.about_index .new_wrap .right .new_list .item {
    height: 46%;
    margin-top: 4%;
    position: relative;
    display: block;
    transition: all .3s;
}

.about_index .new_wrap .right .new_list .item:hover {
    color: #c3151d;
}

.about_index .new_wrap .right .new_list .item .cover {
    background-position: center;
    background-size: cover;
    max-width: 185px;
    height: 100%;
}

.about_index .new_wrap .right .new_list .item .time {
    color: #8a8a8a;
}

.about_index .new_wrap .right .new_list .item .time img {
    margin-right: .5em;
}

.about_index .new_wrap .right .new_list .cont {
    position: absolute;
    left: 225px;
    top: 0;
}

.about_index .new_wrap .right .new_list .cont p {
    margin-top: .5em;
    font-size: 18px;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
}

.about_index .new_wrap .right .new_list .cont .right-arrow {
    font-family: 'å®‹ä½“';
    margin-top: .5em;
}

@media only screen and (max-width:1200px) {
    .about_index .new_wrap .left {
        overflow: hidden;
    }
    .about_index .new_wrap .left img.bg {
        width: auto;
        height: 350px;
    }
}

@media only screen and (max-width:768px) {
    .worm_about_info .worm_left img {
        width: 100%;
        margin-bottom: 4%;
    }
    .worm_about_info .worm_left, .worm_about_info .worm_right {
        width: auto;
        float: none;
    }
    .about_index .list li {
        width: 100%;
    }
    .about_index .service-list li {
        width: 100%;
        margin-right: 0 !important;
        margin-top: 1em;
    }
    .about_index .new_wrap .left img.bg {
        width: 100%;
        height: auto;
    }
    .about_index .new_wrap .left, .about_index .new_wrap .right {
        width: 100%;
        float: none;
        position: relative;
    }
    .about_index .new_wrap .right {
        position: relative;
        margin-left: 0;
    }
    .about_index .new_wrap .right .new_list .cont {
        left: 205px;
    }
    .about_index .new_wrap .right {
        padding: 24px;
    }
}



.newList_op {
    margin-top: 30px;
}

.newList_op ul li:nth-child(1) {
    background: #ffeece !important;
}

.newList_op ul li:nth-child(2) {
    background: #ffeece !important;
}

.newList_op ul li:nth-child(3) {
    background: #ffeece !important;
}

.newList_op ul li:hover {
    background: #ffe2a9 !important;
}
</pre></body></html>