.banner {
    width: 100%;
    height: auto;
    display: inline-block;
}

.banner img {
    width: 100%;
}
.about {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -4px;
}

.pro-nav {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f8f8f8;
    padding: 1% 0;
}

.pn-left {
    float: left;
    width: 30%;
}

.pn-left img {
    float: left;
    width: 6%;
    margin-right: 2%;
    margin-top: -3px;
}

.pn-left a {
    color: #707070;
    font-size: 16px;
}

.pn-right {
    float: right;
}

.pn-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pn-right li {
    display: inline-block;
    margin-left: 30px;
}

.pn-right li a {
    font-size: 18px;
    font-weight: bold;
}
.ab-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 4%;
}
.information-box h3 {
    font-size: 28px;
    line-height: 42px;
    color: #0054a7;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.lieven {
    width: 48%;
    height: 164px;
    float: left;
    margin-left: 24px;
    margin-top: 20px;
    background: url(../images/lieven.png) no-repeat right #f5f5f5;
}
.left_text {
    color: black;
    width: 64%;
    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: 159px;
    padding-top: 30px;
    line-height: 28px;
    text-align: right;
    float: right;
    color: #666;
    font-size: 14px;
    margin-right: 2%;
}
.information-box p{
    font-size: 15px;
}
.information-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.information-box ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 3%;
}
.joy-box h3 {
    font-size: 24px;
    line-height: 42px;
    color: #0054a7;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.joy-box p {
    text-indent: 2em;
    line-height: 2em;
    font-size: 16px;
}
@media screen and (max-width: 1024px) and (min-width: 0px){
    .banner {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-top: 12%;
    }
    .pro-nav {
        width: 100%;
        height: auto;
        display: inline-block;
        background: #f8f8f8;
        padding: 2% 0;
    }
    .pn-left {
        float: left;
        width: 100%;
    }
    .pn-left img {
        float: left;
        width: 7%;
        margin-right: 2%;
        margin-top: 1px;
    }
    .pn-right {
        float: right;
        width: 100%;
        margin-top: 3%;
    }
    .lieven {
        width: 100%;
        height: auto;
        float: left;
        margin-left: 0px;
        margin-top: 20px;
        background: url(../images/lieven.png) no-repeat right #f5f5f5;
    }
    .left_text {
        color: black;
        width: 87%;
        float: left;
        padding-left: 20px;
        line-height: 24px;
        font-size: 14px;
    }
    .right_text {
        width: 100%;
        padding-top: 0px;
        line-height: 28px;
        text-align: left;
        float: right;
        color: #666;
        font-size: 14px;
        margin-right: 2%;
    }
    .pn-right li {
    display: inline-block;
    margin-right: 2%;
    margin-left: 0px;
}
.pn-right li a {
    font-size: 17px;
    font-weight: bold;
    margin-top: 5%;
    
}
.left_text h2 {
    color: #333;
    font-size: 20px;
    height: auto;
    line-height: 3em;
}
.joy-box p {
    text-indent: 2em;
    line-height: 25px;
    font-size: 14px;
}

}
