#banner {
    margin-top: 40px;
}

#about_qy {
    background: #fff;
    margin-top: 20px;
    padding: 20px 0;
}

.qy {
    background: #ffffff;
    text-align: center;
}

.qy h3 {
    font-size: 18px;
    color: #5CC3D8;
}

.qy p {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.qy>div {
    width: 100%;
    overflow: hidden;
}

.qy img {
    width: 100%;
    height: 50%;
    cursor: pointer;
    transition: all 1.5s;
}

.qy img:hover {
    transform: scale(1.4);
}

.qy_h h2 {
    font-size: 25px;
    color: #333333;
}

.qy_h p {
    font-size: 13px;
    color: #666;
    margin-bottom: 40px;
}

.qy_h img {
    width: 90%;
    height: 90%;
}

#about_wh .wh_fl {
    text-align: center;
    height: 200px;
}

.wh_fl h3 {
    margin-top: 70px;
    font-size: 16px;
    color: #66cc99;
}

.wh_fl p {
    font-size: 12px;
    color: #333333;
}

#about_wh {
    text-align: center;
}

#about_wh h2,
#PresidentMessage h2 {
    font-size: 25px;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

#about_wh img {
    width: 80%;
    height: 80%;
}

#PresidentMessage p {
    margin: 10px 0;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    padding: 0 30px;
}


/*品牌故事*/

#pp_gs h3,
#pp_sy h3,
#pp_ps h3,
#pp_cp h3 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin: 50px 0;
}

#pp_gs p,
#pp_sy p {
    font-size: 15px;
    color: #737373;
    text-align: left;
    margin: 20px 0;
}

#pp_gs h4,
#pp_sy h4 {
    font-size: 18px;
    color: #333333;
    text-align: left;
    margin-top: 50px;
}

#pp_gs p:nth-child(1) {
    margin-top: 100px;
}

#pp_sy h5 {
    font-size: 18px;
    margin-top: 200px;
    text-align: center;
}

#pp_sy .liu {
    margin-top: 100px;
}


/*品水体验*/

#pp_ps h5 {
    font-size: 16px;
    color: #5CC3D8;
}

#pp_ps h6 {
    font-size: 14px;
    color: #5CC3D8;
}

#pp_ps p {
    font-size: 13px;
    color: #737373;
    margin: 0;
}


/*媒体查询    小屏幕*/

@media(max-width:768px) {
    .qy_h p {
        padding: 0 10px;
    }
    .qy_h h1 {
        padding: 0 10px;
        margin: 20px 0;
        font-size: 18px;
    }
    .qy_h h2 {
        margin: 20px 0;
        font-size: 15px;
    }
    .qy h3 {
        font-size: 15px;
    }
    #about_qy {
        background: white;
    }
    #PresidentMessage p {
        margin: 10px 0;
        text-align: left;
        font-size: 12px;
        line-height: 20px;
        padding: 0 10px;
    }
    .qy_h img {
        width: 100%;
        height: 100%;
    }
    #about_wh img {
        width: 100%;
        height: 100%;
    }
    /*品牌故事*/
    #pp_gs h3,
    #pp_sy h3,
    #pp_ps h3,
    #pp_cp h3 {
        font-size: 18px;
        color: #333333;
        text-align: center;
        margin: 20px 0;
    }
    #pp_gs p,
    #pp_sy p {
        font-size: 12px;
        color: #737373;
        text-align: left;
        margin: 10px 0;
    }
    #pp_gs h4,
    #pp_sy h4 {
        font-size: 15px;
        color: #333333;
        text-align: left;
        margin-top: 20px;
    }
    #pp_gs p:nth-child(1) {
        margin-top: 10px;
    }
    #pp_sy h5 {
        font-size: 13px;
        margin-top: 20px;
        text-align: center;
    }
    #pp_sy .liu {
        margin-top: 10px;
    }
    /*品水体验*/
    #pp_ps p {
        font-size: 12px;
    }
    #pp_ps h5 {
        font-size: 14px;
    }
    #pp_ps h6 {
        font-size: 13px;
    }
}