@charset "utf-8";
/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {margin:0;padding:0;font-family:\5FAE\8F6F\96C5\9ED1,Verdana, Geneva, sans-serif;}
img {border:none}
ul li {list-style:none;}
a {text-decoration:none;blr:expression(this.onFocus = this.blur)}
:focus{outline:none;}
.bg-body {
    background-color: #f2f2f2;
}
.top-blank {
    width: 100%;
    height: 50px;
    background-color: #0a9f4b;
    display: box;
    display: -webkit-box;
    box-align: center;
    -webkit-box-align: center;
    box-pack: center;
    -webkit-box-pack: center;
    color: #ffffff;
    font-size: 1.1rem;
    position: relative;
}
.back-btn {
    position: absolute;
    left: 12px;
    top: 14px;
    display: box;
    display: -webkit-box;
    box-align: center;
    -webkit-box-align: center;
}
.back-btn i {
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    margin-right: 4px;
}
.back-btn div {
    font-size: 1rem;
    color: #ffffff;
}
.service-article {
    padding:15px; 
}
.service-article p {
    font-size: 0.95rem;
    line-height: 24px; 
    text-align: justify;
    margin-top:5px;
    margin-bottom:10px;
}
.service-article h1 {
    font-size: 0.95rem;
    margin-bottom: 5px;
}
.white-body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}