@charset "UTF-8";

.protocol_title {
    text-align: center;
    color: #262626;
    font-weight: bold;
    font-size: 1.9rem;
    padding: 1rem 0;
}

.protocol_main {
    padding: 0 1.5rem;
}

    .protocol_main h3 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #262626;
        padding: 2.6rem 0 1.7rem;
    }
    .protocol_main h4 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #262626;
        padding: 1.0rem 0 1.7rem;
    }

    .protocol_main p {
        font-size: 1.8rem;
        color: #262626;
        line-height: 3rem;
        padding-bottom: 1rem;
    }

    .protocol_main .protocol_p1 {
        font-size: 1.8rem;
        color: #262626;
        line-height: 3rem;
        font-weight: bold;
    }

.protocol_footer {
    padding: 2rem 0 3rem;
}

    .protocol_footer p {
        font-size: 1.8rem;
        text-align: center;
        color: #262626;
        font-weight: bold;
        line-height: 3rem;
    }

.tel_link {
    font-size: 1.8rem;
    text-align: center;
    color: #0070BA;
    font-weight: bold;
}

/*关于我们*/

.about_title {
    padding: 2rem 0 0;
}

    .about_title img {
        margin: 0 auto;
        padding-bottom: 2.7rem;
    }

    .about_title p {
        color: #999;
        font-size: 1.3rem;
        line-height: 1.8rem;
        padding: 0 1.5rem;
    }

.about_main {
    padding: 0 1.5rem;
    margin-bottom: 2rem;
    height: 50rem;
}

    .about_main h3 {
        padding: 3rem 0 2rem;
        font-weight: bold;
    }

.about_center {
    width: 100%;
    margin-bottom: 2rem;
    overflow: hidden;
}

.about_l {
    float: left;
    /*width: 6rem;*/
    /*height: 6rem;*/
    /*border-radius: 50%;*/
    /*background: #0070BA;*/
    margin-right: 1rem;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    width: 20%;
}

    .about_l .span1 {
        float: left;
        width: 6rem;
        height: 6rem;
        border-radius: 50%;
        background: #0070BA;
        margin-right: 1rem;
        text-align: center;
        color: #fff;
        font-size: 1.3rem;
        /*width: 25%;*/
    }

    .about_l .span2 {
        float: left;
        width: 6rem;
        height: 6rem;
        border-radius: 50%;
        background: #0070BA;
        margin-right: 1rem;
        text-align: center;
        color: #fff;
        font-size: 1.3rem;
        /*width: 25%;*/
    }

        .about_l .span2 span {
            margin-top: 1.5rem;
            display: inline-block;
        }

.about_r {
    width: 75%;
    float: left;
    /*width: 25.5rem;*/
    line-height: 1.8rem;
    box-sizing: border-box;
    font-size: 1.3rem;
    /*height: 3rem;*/
    overflow: hidden;
}

.about_pad1 {
    line-height: 6rem;
}

.about_pad2 {
    padding-top: 1.3rem;
}

.about_pad3 {
    padding-top: 0.5rem;
}

.help_top {
    padding: 2rem 2rem 1rem;
}

.help_top_main {
    border: 1px solid #E5E6E6;
    border-radius: 0.8rem;
    height: 5rem;
    position: relative;
}

    .help_top_main .search_input {
        border: none;
        width: 85%;
        margin-left: 1rem;
        height: 3rem;
        margin-top: 1rem;
        font-size: 1.6rem;
        color: #666;
    }

.search_icon {
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background: url("../img/search_icon.png") no-repeat;
    background-size: 100% 100%;
}

.help_top_title {
    border-bottom: 1px solid #E5E6E6;
}

.help_top_img {
    padding: 2.5rem 0 1.2rem;
    margin: 0 auto;
}

    .help_top_img img {
        margin: 0 auto;
    }

.help_top_text {
    padding-bottom: 1.6rem;
    color: #262626;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
}

.help_tel {
    text-align: center;
    color: #0070BA;
    margin: 0 auto;
    display: block;
    padding: 1.6rem 0 1.8rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.help_title {
    margin: 2.8rem 0 0 2rem;
    font-size: 2.4rem;
    color: #262626;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 3rem;
}

.help_link {
    height: 6rem;
    line-height: 6rem;
    margin-left: 2rem;
    border-bottom: 1px solid #dbdbdb;
    color: #0070BA;
    font-size: 1.6rem;
}

    .help_link a {
        height: 6rem;
        line-height: 6rem;
        color: #0070BA;
        font-size: 1.6rem;
    }


#wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 48px;
    left: 0;
    width: 100%;
    /*background: #ccc;*/
    overflow: hidden;
}

#scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}


.direct_main {
    margin: 0 auto;
}

.direct_title {
    padding: 3rem 0;
}

.direct_text {
    font-size: 3rem;
    text-align: center;
    color: #F58E21;
}

.direct_line {
    min-height: 0.2rem;
    width: 4rem;
    min-width: 4rem;
    text-align: center;
    background: #F58E21;
    display: block;
    margin: 1rem auto 0;
}

.direct_subheading {
    min-height: 0.2rem;
    width: 4rem;
    min-width: 4rem;
    text-align: center;
    background: #F58E21;
    display: block;
    margin: 1rem auto 0;
}

.direct_img {
    margin: 0 auto;
    width: 100%;
}

.subheading {
    margin-bottom: 3.5rem;
    font-size: 2.4rem;
    color: #262626;
    text-align: center;
}
