<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-banner{
    background: url("../images/鍏充簬鎴戜滑.png") no-repeat 50%;
    background-size: 100% 100%;
    width: 100%;
    height: 560px;
    text-align: center;
    line-height: 25px;
    padding-top: 200px;
}
.about-banner&gt;h1{
    color: #fff;
}

.about-banner&gt;div{
    color: rgba(255,255,255,0.85);
}

.about-box{
    background: #fff;
}
.about-title{
    height: 100px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 100px;
    display: flex;
    justify-content: space-around;
}
.about-title li{
    width: 150px;
    font-size: 20px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.active-title{
    background: #3399FF;
}
.about-con{
    width: 900px;
    margin: 20px auto;
    background: #fff;
}
.about-con-li&gt;img{
    width: 100%;
    height: 360px;
}
.company-profile{
    padding: 30px 50px 80px 30px;
}
.profile-info{
    border-left: #00aeff solid 1px;
    padding-left: 15px;
}
.profile-info div{
    margin:40px 0;
}
.profile-info-div{
    position: relative;
}
.round{
    display: inline-block;
    width:10px;
    height: 10px;
    background: #00aeff;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 5px;
}
.certificate{
    width: 300px;
    height: 220px;
    margin: 30px 0 40px 0;
}
.certificate&gt;img{
    width: 100%;
    height: 100%;
}
.certificate-img img{
    width: 200px;
    height: 280px;
    margin-right: 30px;
}
.about-con-li-img{
    width: 900px;
    margin: 0 auto;
    padding:30px 70px;
}
.about-con-li-text{
    background: #F6F6F6;
    padding: 15px 15px;
    line-height: 28px;
}
.job{
    color:#3399FF ;
    font-size: 20px;
}
.job-info{
    border-top:1px #D8D8D8 solid;
    padding:40px 0;
}
.job-info li{
    line-height: 28px;
    color: rgba(0,0,0,.65);
}
.address{
    line-height: 22px;
}
.about-con-li .company-img{
    height: 420px;
}

@media (max-width: 750px) {
    a {text-decoration: none;}
    li{ list-style: none;}
    .active-title{color:#fff ;}
    .block{display: block;}
    .none{display: none;}
    .color-045{color: rgba(0,0,0,.45);}
    .color-065{color: rgba(0,0,0,.65);}
    p{margin: 0}
    .service&gt;p,.plan&gt;p{
        margin-bottom: 30px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    body {
        background-color: #F6F6F6;
    }
    .about-con-li .company-img{
        height: 210px;
    }
    .about-banner{
        height: 200px;
        padding-top: 70px;
    }
    .about-banner&gt;div{
        margin-top: 0;
    }
    .about-title{
        width: 100%;
        padding: 0;

    }
    .about-title li{
        font-size: 20px;
    }
    .about-con{
        width:100%;
    }

    .certificate-img img{
        margin-bottom: 10px;
    }
    .about-con-li-img{
        width: 100%;
    }
    .job-info{
       padding: 40px 12px;
    }
    .address{
        padding: 0 12px;
    }
    .about-con-li-img {
        padding: 30px 0px;
     }
    .about-con-li-img&gt;h2{
        padding-left: 12px;
    }
    .about-con-li-img&gt;h3{
        padding-left: 12px;
    }
    .map{
        width :100%
    }
    .triangle {
        width: 10px;
        border: 10px solid;
        left: 50px;
        border-color: #3399FF transparent transparent transparent;
    }

    .about-title li {
        font-size: 16px;
        width: 150px;
        height: 60px;
        line-height: 60px;
    }
    .about-title{
        height: 60px;
    }
    .about-con-li&gt;img {
        height: 210px;
    }

}
</pre></body></html>