/* Service页面通用样式 */
* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    width: 100%;
    min-width: 1000px;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    background-color: #ffffff;
}

.wrap {
    position: relative;
    width: 100%;
    min-height: auto;
    padding-top: 80px;
    background: url("../images/pp_banner.jpg") top center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.main {
    position: relative;
    width: 1000px;
    min-height: auto;
    margin: 0 auto;
}

.logo {
    padding: 10px 0;
}

.content {
    width: 100%;
    min-height: auto;
    background-color: #f5f5f5;
    padding: 30px 0 40px 0;
    border-radius: 8px;
}

.content h1 {
    text-align: center;
    line-height: 75px;
    font-size: 35px;
    color: #060606;
}

.content p {
    width: 95%;
    margin: 20px auto;
    color: #060606;
    font-size: 12px;
    line-height: 30px;
}

.content p b {
    font-size: 14px;
}

.content a {
    color: #30933f;
    text-decoration: underline;
}

.content a:hover {
    color: #4ed462;
}

/* 底部背景区域 */
.bottom_bg {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #4b4b4b;
    margin-top: 0;
}

.bottom {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
}

.pcl {
    display: inline-block;
    width: 186px;
    height: 45px;
    margin-right: 10px;
}

.ghw {
    display: inline-block;
    width: 192px;
    height: 44px;
}

.bot_txt {
    width: 100%;
    max-width: 430px;
    margin: 15px auto 0;
    color: #dbdbdb;
    text-align: center;
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
    line-height: 24px;
}

.bold {
    font-weight: bold;
}

.title {
    width: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 70px;
}

.bot_lf {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.bot_rg {
    float: right;
    color: #ffffff;
    margin-right: 55px;
    line-height: 24px;
    width: 440px;
    padding-top: 30px;
}

/* 响应式设计 */
@media screen and (max-width: 1024px) {
    body {
        min-width: 100%;
    }

    .wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .main {
        width: 95%;
        max-width: 1000px;
    }

    .bottom {
        width: 95%;
        max-width: 1000px;
    }

    .content {
        padding: 20px 0 30px 0;
    }

    .content h1 {
        font-size: 28px;
        line-height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .content {
        min-height: auto;
        padding: 15px 0 20px 0;
    }

    .content h1 {
        font-size: 24px;
        line-height: 50px;
    }

    .content p {
        width: 90%;
        font-size: 13px;
        line-height: 26px;
        margin: 15px auto;
    }

    .bottom {
        padding: 20px 0;
    }

    .bot_txt {
        font-size: 12px;
        padding-top: 10px;
        margin: 10px auto 0;
    }
}
