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;
    border: 0;
    vertical-align: baseline
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

.clear {
    clear: both
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    font: 12px/ 1.5 Helvetica, \\5FAE\8F6F\96C5\9ED1;
    outline: none;
    -webkit-font-smoothing: antialiased
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #7e8c8d;
    text-decoration: none;
    outline: 0;
    -webkit-backface-visibility: hidden
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:vertical {
    height: 3px;
    background-color: hsla(0, 0%, 49%, .7);
    -webkit-border-radius: 6px
}

::-webkit-scrollbar-thumb:horizontal {
    width: 3px;
    background-color: hsla(0, 0%, 49%, .7);
    -webkit-border-radius: 6px
}

body, html {
    width: 100%;
    height: 100%;
    position: relative
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    background: #f2f2f2
}

li, ul {
    list-style-type: none
}

*, :after, :before {
    box-sizing: border-box
}

input ::-webkit-input-placeholder {
    color: #999
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.mod-popup-msg {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal
}

.mod-popup-notice {
    font-size: 16px;
    line-height: 20px
}

.mod-footer-copyright {
    font-size: 11px;
    line-height: 14px
}

.ui-btn--primary {
    color: #fff
}

.ui-btn--block {
    display: block;
    text-align: center
}

.mod-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .1)
}

.mod-nav:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    border-top: 1px solid #ccc;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.mod-nav-item {
    float: left;
    width: 20%;
    height: 1.5rem;
    text-align: center;
    font-size: .5rem;
    background: #fff;
    color: #323232;
    border-right: 1px solid #ccc
}

.mod-nav-item.calltel span {
    width: 1rem;
    margin: auto;
    display: block;
    height: 1rem;
    color: #fff;
    margin-top: .3rem;
    background: url("/templates/m/image/navbar-phone.png") no-repeat center center;
    background-size: 100%;
}

.mod-nav-item.calltel {
    background: #961912;
    line-height: 0;
}

.mod-nav-item:last-child {
    border-right: none
}

.mod-nav-item.cur {
    color: #961912
}

.mod-nav-item:before {
    content: "";
    display: block;
    background-size: contain;
    background-position: center;
}

.mod-nav-item.mod-nav-home:before {
    height: .8rem;
    background-image: url('/templates/m/image/navbar-home.png');
    background-repeat: no-repeat
}

.mod-nav-item.mod-nav-home.cur:before {
    background-image: url('/templates/m/image/navbar-home.png');
    background-repeat: no-repeat
}

.mod-nav-item.mod-nav-cat:before {
    height: .8rem;
    background-image: url('/templates/m/image/navbar-service.png');
    background-repeat: no-repeat
}

.mod-nav-item.mod-nav-cat.cur:before {
    background-image: url('/templates/m/image/navbar-service.png');
    background-repeat: no-repeat
}

.mod-nav-item.mod-nav-shi:before {
    height: .8rem;
    background-image: url('/templates/m/image/navbar-news.png');
    background-repeat: no-repeat
}

.mod-nav-item.mod-nav-shi.cur:before {
    background-image: url('/templates/m/image/navbar-news.png');
    background-repeat: no-repeat
}

.mod-nav-item.mod-nav-mine:before {
    height: .8rem;
    background-image: url('/templates/m/image/navbar-about.png');
    background-repeat: no-repeat
}

.mod-nav-item.mod-nav-mine.cur:before {
    background-image: url('/templates/m/image/navbar-about.png');
    background-repeat: no-repeat
}

.mod-footer {
    background: #f2f2f2
}

.mod-footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.mod-footer-acc {
    color: #878787;
    text-align: center;
    padding: 0 12px
}

.mod-footer-accinfo {
    padding: 10px 0;
    position: relative
}

.mod-footer-accinfo:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #e3e3e3;
    left: 0;
    bottom: -1px;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.mod-footer-accinfo a, .mod-footer-accinfo p {
    display: inline-block;
    vertical-align: middle
}

.mod-footer-accinfo a {
    color: #1cbcb4;
    margin-left: 10px
}

.mod-footer-copyright {
    text-align: center;
    color: #adb6b3;
    padding: 30px 0;
    background: #f2f2f2;
}

.mod-footer.pad-bot {
    padding-bottom: 50px
}

.mod-popup-notice {
    position: fixed;
    z-index: 1000;
    width: 175px;
    padding: 20px 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mod-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1000
}

.mod-popup-header {
    text-align: center
}

.mod-popup-body {
    padding: .42rem .6rem
}

.mod-popup-msg {
    color: #323232;
    font-size: .36rem;
    line-height: 2
}

.mod-popup-footer {
    text-align: center;
    padding: .2rem 0;
    position: relative
}

.mod-popup-footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    border-top: 1px solid #ccc;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.topheader {
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: left;
    font-size: .42rem;
    background: #fff;
    color: #323232;
    border-bottom: 1px solid #ccc;
}

.logo {
    float: left;
    vertical-align: middle;
    background-size: contain;
    margin-left: .1rem;
    width: 4rem;
    height: 1rem;
    background-image: url('/templates/m/image/logo.png');
    background-repeat: no-repeat
}

.hle {
    width: 4rem;
    overflow: hidden;
    float: left;
    height: 1.2rem;
}

.hri {
    margin-right: .1rem;
    margin-top: .1rem;
    border-radius: .08rem;
    display: block;
    width: 2.5rem;
    float: right;
    height: 1rem;
    color: black;
    background: url('/templates/m/image/headset.png') right no-repeat
}

.main-container {
    padding-bottom: 1.2rem;
}

.nofuwu {
    font-size: .6rem;
    text-align: center;
    padding-top: .8rem;
    color: #d6d8d8;
}

.pagemenu {
    padding: .36rem .3rem;
    background: #fff;
}

.pagemenu ul {
    display: block;
    position: relative;
}

.pagemenu ul .pagetext {
    height: 1rem;
    width: 2rem;
    line-height: 1rem;
    text-align: center;
    margin: auto;
    overflow: hidden;
    font-size: .42rem;
    color: #666;
}

.pagemenu ul li {
    position: absolute;
    width: 4rem;
    height: 1rem;
    line-height: 1rem;
    top: 0px;
}

.pagemenu ul li a {
    background: #ebe9e9;
    border-radius: 5px;
    display: block;
    border: 0px;
    height: 100%;
    text-align: center;
    font-size: .52rem;
}

.pagemenu ul li a:hover {
    background: #dddbdb;
    color: #333;
}

.clear {
    clear: both
}

.main {
    background: #fff;
    padding: .36rem;
    min-height: 10rem;
    margin-top: .24rem;
}

.fulianxi {
    margin: .5rem 0;
}

.fulianxi a {
    float: left;
    display: block;
    width: 50%;
    text-align: center;
    font-size: .5rem;
}