<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.social{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}
.ab-top{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#e8e8e8;
}
.abt-left{
    float: left;
    line-height: 65px;
    letter-spacing: 1px;
}
.abt-left img{
    float: left;
    margin-right: 6px;
    margin-top: 24px;
}
.abt-left p{
    float: left;
}
.abt-left p a{
    color: #434343;
}
.abt-nav{
    float: right;
    line-height: 73px;
}
.abt-nav li{
    float: left;
    margin-left: 45px;
}
.abt-nav li a{
    font-size: 18px;
}
.abt-nav li:hover{
    border-bottom: 2px solid#1e63ac;
}
.culture-title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}
.culture-title h2{
    display: block;
    font-size: 32px;
    line-height: 45px;
    color: #0054a7;
    font-weight: bold;
}
.culture-title  i {
    width: 30px;
    height: 2px;
    background: #ccc;
    margin-top: 12px;
    text-align: center;
    display: inline-block;
}
.social-box{
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: inline-block;
}
.lieven {
    width: 48%;
    height: 120px;
    float: left;
    margin-left: 24px;
    margin-top: 20px;
}
.lieven a {
    display: block;
    width: 100%;
    height: 120px;
    background: url(../images/lieven.png) no-repeat right #f5f5f5;
}
.left_text {
    color: black;
    width: 55%;
    height: 120px;
    float: left;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
}
.left_text h2 {
    color: #333;
    font-size: 20px;
    height: 50px;
    line-height: 3em;
}
.right_text {
    width: 180px;
    height: 90px;
    padding-top: 30px;
    line-height: 28px;
    text-align: right;
    float: left;
    color: #666;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        height: auto;
        display: inline-block;
        overflow: hidden;
    }

    .banner img {
        width: 148%;
        margin-top: 50px;
        margin-left: -30px;
    }

    .abt-nav {
        float: right;
        line-height: 40px;
        width: 100%;
    }

    .abt-nav li {
        float: left;
        margin-left: 0px;
        width: 31%;
        text-align: center;
    }

    .abt-nav li a {
        font-size: 15px;
    }
    .lieven {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .right_text {
        width: 103px;
    }
}

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