<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: initial !important;
}
@media (min-width: 1360px){
    .container {
        width: 1250px !important;
    }
}
/*二级导航*/
.dropdown-menu &gt; li &gt; a {
    padding: 10px 20px !important;
    font-size: 14px !important;
}


.index-about-top div{
    position:relative;
}
    .index-about-top div i:first-child {
        position: absolute;
        left: -10%;
    }
    .index-about-top div i:last-child {
        position: absolute;
        right: -10%;
    }
/*服务项目*/
.service {
}

    .service .col-sm-4 {
    }

        .service .col-sm-4 .section-group-default {
            padding: 50px 20px;
            margin-top: 35px;
            margin-bottom: 25px;
            text-align: center;
            height: 200px;
            position: relative;
            background: #fff;
            box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
        }

            .service .col-sm-4 .section-group-default .container-fluid {
                position: relative;
                top: -91px;
            }

                .service .col-sm-4 .section-group-default .container-fluid .row p:first-child {
                    margin-bottom: 24px;
                }

    .service .service-list {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 26px;
    }

        .service .service-list span {
            display: inline-block;
            height: 72px;
            width: 72px;
            text-align: center;
            padding: 10px;
            border-radius: 100%;
        }

#section-groups .list-group-item .service-list span img {
    width: 100%;
}

.service .container-fluid .row {
    padding: 30px 20px 20px 20px;
}
@media screen and (max-width: 768px) {
    .service .col-xs-6.col-sm-3 {
        padding: 0;
        margin-bottom: 10px;
    }
    .service2 .section-group-default,.cooperation .section-group-default {
        margin-bottom: 10px;
    }

}

/*关于我们*/
.companyLeft {
    position: absolute;
    top: 80px;
    left: 0;
}

    .companyLeft p {
    }

    .companyLeft img {
        width: 75%;
    }

.companyRight {
    min-height: 480px;
    width: 80%;
    float: right;
}

/*合作伙伴*/
.cooperation .col-sm-2{
    padding:0 5px;
}
.cooperation .section .section-group-default {
    border: #eee 1px solid;
    padding: 5px;
}
    /*登录注册图标*/
.navbar-login.glyphicon-user:before, .navbar-register.glyphicon-list-alt:before {
    position: relative;
    top: 2px;
    left: -5px;
}
.navbar-login.glyphicon-user, .navbar-register.glyphicon-list-alt {
  top:0;
}
.customer .row {
    margin: 0;
}
    .customer .row .section.section-header:hover img {
        transform: scale(1.1);
        transition: transform ease-in 0.5s;
    }
    .customer .row .section-header {
        overflow:hidden;
    }
/*客户案例*/
.service2 .section-group-default{
    overflow:hidden;
}
    .service2 .section-group-default:hover img {
        transform: scale(1.1);
        transition: transform ease-in 0.5s;
    }
.btn-primary, .btn-primary:hover, .btn-info, .btn-info:hover, .btn-warning, .btn-warning:hover {
    border:none;
}
.text-primary,
.text-primary:hover {
    color: #e83283;
}


/*客户案例2*/
.caseList .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    padding: 10px;
    font-size:14px;
    color:#fff;
}
.caseList .section .section-group-default {
    position: relative;
    overflow: hidden;
    padding: 0
}
.caseList .section .section-group-default p{
    margin:0;
}
    .caseList .section-group-default:hover img {
        transform: scale(1.1);
        transition: transform ease-in 0.5s;
    }

   /* 客户体验*/
.customer-text {
    width: 100%;
    padding: 20px 25px 20px;
    background-color: #f7f7f7;
    transition: all 0.4s ease 0s;
    position: relative;
    border-radius: 4px;
}

    .customer-text:after {
        content: '';
        position: absolute;
        bottom: -7px;
        left: 36px;
        width: 0;
        height: 0;
        border-top: 7px solid #f7f7f7;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        transition: all 0.36s ease;
    }

.customer-img {
    width: 100%;
    margin-top: 20px;
}

    .customer-img span {
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        overflow: hidden;
        border: #eee 1px solid;
    }</pre></body></html>