﻿/*reset.css*/
body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, hr, thead, tbody, tfoot, th, td {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

    a:visited {
        color: #333;
    }

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    color: #333;
}

body, button, input, select, textarea {
    font-family: 'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        border: 1px solid #ddd;
        padding: 5px;
    }

    table th {
        font-weight: inherit;
        border-bottom-width: 2px;
        border-bottom-color: #ccc;
    }

img {
    border: 0 none;
    width: auto\9;
    max-width: 100%;
    vertical-align: top;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

        button[disabled], input[disabled], a[disabled] {
            cursor: default;
            pointer-events: none;
        }

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input {
        line-height: normal !important;
    }
}

select[size], select[multiple], select[size][multiple] {
    border: 1px solid #AAA;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video, progress {
    display: inline-block;
}

button {
    padding: 0;
    border: none;
    outline: none;
    background: none;
}

.g-doc {
    margin: 0 auto;
    overflow: hidden;
    max-width: 750px;
}
/*sidePop_v2*/
.m-html-side {
    height: 100%;
}

    .m-html-side body {
        overflow: hidden;
    }

    .m-html-side .m-sideOverlay {
        display: block;
    }

.m-sideOverlay {
    display: none;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    -webkit-tap-highlight-color: transparent;
}

.m-sideSelect {
    display: none;
    position: fixed;
    z-index: 999;
    left: 100%;
    top: 0;
    width: 75%;
    height: 100%; /*background:#fff;*/
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
}

    .m-sideSelect.on {
        -webkit-animation-name: catalog-slide-on;
        animation-name: catalog-slide-on;
        -webkit-transform: translate3d(-100%, 0px, 0px);
        transform: translate3d(-100%, 0px, 0px);
    }

    .m-sideSelect.off {
        -webkit-animation-name: catalog-slide-off;
        animation-name: catalog-slide-off;
        -webkit-transform: translate3d(0, 0px, 0px);
        transform: translate3d(0, 0px, 0px);
    }

@-webkit-keyframes catalog-slide-on {
    0% {
        -webkit-transform: translate3d(0px, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0)
    }
}

@-moz-keyframes catalog-slide-on {
    0% {
        -moz-transform: translate3d(0px, 0, 0)
    }

    100% {
        -moz-transform: translate3d(-100%, 0, 0)
    }
}

@-ms-keyframes catalog-slide-on {
    0% {
        -ms-transform: translate3d(0px, 0, 0)
    }

    100% {
        -ms-transform: translate3d(-100%, 0, 0)
    }
}

@keyframes catalog-slide-on {
    0% {
        transform: translate3d(0px, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes catalog-slide-off {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes catalog-slide-off {
    0% {
        -moz-transform: translate3d(-100%, 0, 0)
    }

    100% {
        -moz-transform: translate3d(0, 0, 0)
    }
}

@-ms-keyframes catalog-slide-off {
    0% {
        -ms-transform: translate3d(-100%, 0, 0)
    }

    100% {
        -ms-transform: translate3d(0, 0, 0)
    }
}

@keyframes catalog-slide-off {
    0% {
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}

.m-sideWrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.m-sideScroller {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -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-m-sideSelect: none;
    -moz-user-m-sideSelect: none;
    -ms-user-m-sideSelect: none;
    user-m-sideSelect: 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;
}

.m-sideIcon {
    width: 22px;
    height: 12px;
    position: fixed;
    left: -16.66%;
    top: 0;
    bottom: 0;
    margin: auto 0 auto -12px;
}

    .m-sideIcon::before, .m-sideIcon::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        vertical-align: middle;
        position: absolute;
    }

    .m-sideIcon::before {
        left: 0;
    }

    .m-sideIcon::after {
        left: 8px;
    }

.m-sideTit {
    height: 50px;
    line-height: 50px;
    padding: 0 0.24rem;
    border-bottom: 10px solid #f4f4f8;
    font-size: 17px;
    color: #777;
    text-align: center;
}

.m-sideTit2 {
    font-size: 14px;
    text-align: left;
}

.m-sideTit3 {
    border-bottom: none;
}

.m-sideFoot {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: #f7f7f7;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.m-sideFix {
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 50px;
}

.u-load-ing:after, .u-load-none:after {
    display: block;
    height: 20px;
    line-height: 20px;
    position: absolute;
    z-index: 1;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 15px;
    color: #999;
}


/*瀛楁瘝鍒嗙被tab*/
.m-letter {
    padding: 10px 0.24rem;
}

    .m-letter li {
        overflow: hidden;
    }

    .m-letter span {
        float: left;
        width: 20%;
        height: 38px;
        text-align: center;
        font-size: 14px;
        margin: 2px 0;
    }

    .m-letter i {
        display: block;
        height: 36px;
        line-height: 36px;
        border: 1px solid #fff;
        background: #fff;
        margin: 0 5px;
    }

    .m-letter span:first-child {
        margin-left: 0;
    }

    .m-letter .current {
        border: 1px solid #2d7eda;
        color: #2d7eda;
    }

    .m-letter .disabled {
        color: #ccc;
        background: #e9e9eb;
        border: 1px solid #e9e9eb;
    }


/*crumb*/
.m-crumb {
    height: 44px;
    line-height: 44px;
    background: #007adf;
    color: #fff;
    padding: 0 0.24rem;
}

    .m-crumb .curCs {
        font-size: 15px;
        color: #fff;
    }

        .m-crumb .curCs:visited {
            color: #fff;
        }

    .m-crumb .slogan {
        font-size: 12px;
        padding-left: 5px;
        margin-left: 5px;
        border-left: 1px solid #0d81e1;
    }

    .m-crumb .changeCity {
        float: right;
    }


/*渚у脊妗�*/
.m-head, .m-hd {
    height: 40px;
    line-height: 40px;
    padding: 0 0.24rem;
    border-bottom: 1px solid #eee;
    font-size: 17px;
}

.m-sideSelect {
    width: 80%;
}

.m-sideWrapper {
    background: #f5f6f8;
}

.m-head .m-mark {
    color: #007adf;
    font-size: 18px;
    border-bottom: 2px solid #007adf;
    padding: 0 5px;
    line-height: 39px;
}
/*鍒囨崲鍩庡競*/
.m-swipeTab {
    margin-top: 12px;
}

    .m-swipeTab .pannel {
        font-size: 17px;
        text-align: center;
        overflow: hidden;
    }

        .m-swipeTab .pannel a {
            float: left;
            width: 50%;
            padding-bottom: 8px;
            border-bottom: 2px solid #eee;
        }

            .m-swipeTab .pannel a.current {
                color: #007adf;
                border-bottom-color: #007adf;
                margin-bottom: -2px;
            }

.m-city-tab {
    overflow: hidden;
    padding: 7px 0.24rem 20px;
}

    .m-city-tab .name {
        float: left;
        width: 32%;
        margin: 3px 2% 3px 0;
        text-align: center;
    }

    .m-city-tab li:nth-child(3n) {
        margin: 3px 0;
    }

    .m-city-tab li i {
        display: block;
        height: 36px;
        line-height: 36px;
        border: 1px solid #fff;
        background: #fff;
        font-size: 14px;
    }

    .m-city-tab ul {
        display: none;
    }

        .m-city-tab ul:first-child {
            display: block;
        }


.m-section {
    border-bottom: 10px solid #f4f4f8;
}
/* 鏇村鎸夐挳 */
.u-btn-more,
.u-btn {
    display: block;
    height: 34px;
    line-height: 34px;
    background: #f8f8f8;
    border: 1px solid #eee;
    margin: 0 0.24rem 20px;
    text-align: center;
}

    .u-btn-more a,
    .u-btn-more button {
        display: block;
        width: 100%;
        height: 100%;
        color: #777;
        font-size: 14px;
    }

        .u-btn-more a:hover,
        .u-btn-more a:visited {
            color: #777;
        }

        .u-btn-more button[disabled] {
            color: #ccc;
            pointer-events: none;
        }

    .u-btn-more .u-arr-d:after {
        border-top-color: #f8f8f8;
    }
/*鏅€氭寜閽�*/
.u-btn {
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
    text-align: left;
    padding-left: 10px;
}

.u-btn-blue {
    border: 1px solid #ddd;
    color: #007adf;
}

    .u-btn-blue:hover,
    .u-btn-blue:visited,
    .u-btn-blue:active {
        color: #007adf;
    }

.u-btn-org {
    border: 1px solid #fa0;
    background: #fa0;
    color: #fff;
}

    .u-btn-org:hover,
    .u-btn-org:visited,
    .u-btn-org:active {
        color: #fff;
    }
/*绠ごicon*/
.u-arr-r,
.u-arr-d {
    position: relative;
    margin-left: 5px;
}

    .u-arr-r:before,
    .u-arr-r:after,
    .u-arr-d:before,
    .u-arr-d:after {
        content: '';
        font-size: 0;
        width: 0;
        height: 0;
        line-height: 0;
        overflow: hidden;
        display: inline-block;
        border: 0 dashed transparent;
        border-width: 5px;
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

.u-arr-r {
    padding-left: 5px;
}

    .u-arr-r:before,
    .u-arr-r:after {
        border-left-style: solid;
        border-right: none;
    }

    .u-arr-r:before {
        border-left-color: #aaa;
    }

.s-blue .u-arr-r:before {
    border-left-color: #007adf;
}

.s-grey .u-arr-r:before {
    border-left-color: #999;
}

.u-arr-r:after {
    border-left-color: #fff;
    left: -2px;
}

.u-arr-d {
    padding-left: 10px;
}

    .u-arr-d:before,
    .u-arr-d:after {
        border-top-style: solid;
        border-bottom: none;
    }

    .u-arr-d:before {
        border-top-color: #aaa;
    }

    .u-arr-d:after {
        border-top-color: #fff;
        top: -4px;
    }
/*灏忔爣绛�*/
.u-dl {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid #007adf;
    color: #007adf;
    font-size: 12px;
}

.u-cout-down,
.u-note {
    font-size: 12px;
    color: #999;
}

.u-cmt:after {
    content: '璇勮';
}

.u-floor:after {
    content: '妤�';
}

.u-play:after {
    content: '鎾斁';
}


.u-video {
    position: relative;
}

    .u-video:after {
        content: '';
        width: 25%;
        height: 0;
        padding-top: 25%;
        background-position: 0 0;
        background-size: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .u-video .cmsAddIvyTip {
        left: 0;
        top: 0;
        z-index: 3;
    }

.u-time:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 14px;
    margin-right: 5px;
    background-position: 0 -52px;
}

.u-time2 {
    position: relative;
}

    .u-time2:before {
        content: '';
        width: 11px;
        height: 12px;
        background-position: -12px -52px;
    }

.u-change,
.u-city {
    display: inline-block;
    height: 100%;
    color: #007adf;
    font-size: 14px;
}

    .u-change:hover,
    .u-city:visited,
    .u-city:hover,
    .u-change:visited {
        color: #007adf;
    }

    .u-change:before,
    .u-city:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        width: 15px;
        height: 14px;
        background-position: 0 -66px;
    }

    .u-city:before {
        width: 10px;
        height: 16px;
        background-position: -16px -66px;
    }

.u-ico-cyh:before,
.u-ico-kyc:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 34px;
    margin-right: 10px;
}

.u-ico-cyh:before {
    background-position: 0 -82px;
}

.u-ico-kyc:before {
    background-position: 0 -117px;
}


.s-red {
    color: #f94e4e;
}

.s-green {
    color: #00b036;
}

.s-grey,
.s-grey:hover,
.s-grey:visited {
    color: #999;
}

.s-cur,
.current,
.s-blue,
a.s-blue:hover,
a.s-blue:visited {
    color: #007adf;
}

.s-lazyimg {
    background: #d9d9d9 url(/Template/default/images/wap/holder.jpg) no-repeat center center;
    background-size: contain;
}

.s-lazyImg,
img {
    background: #d9d9d9 url(/Template/default/images/wap/holder.jpg) no-repeat center center;
    background-size: contain;
}

.hide {
    display: none;
}

.phone {
    position: absolute;
    right: 0.24rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #47c45c;
    font-size: 14px;
    text-align: center;
}

    .phone:before {
        content: "";
        height: 20px;
        width: 1px;
        background: #f4f4f8;
        position: absolute;
        left: -22px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .phone .icon {
        display: block;
        width: 27px;
        height: 26px;
        background-position: -70px -26px;
    }


.m-art-list .tit {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    padding: 0 0.24rem;
}

    .m-art-list .tit .mark {
        font-size: 18px;
    }

    .m-art-list .tit .submark {
        float: right;
        width: 50%;
        text-align: right;
        font-size: 14px;
        color: #999;
    }

.m-plst li {
    overflow: hidden;
}

    .m-plst li a {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .m-plst li:last-child a {
        border-bottom: none;
    }

.m-plst .m-plst-img {
    float: left;
    margin-right: 12px;
}

.m-plst-tit {
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .m-plst-tit .u-tag {
        margin-top: 5px;
        float: right;
    }

.m-plst-img {
    position: relative;
}

.m-plst-img-tag {
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    background: #3496e9;
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.m-info {
    height: 23px;
    line-height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-size: 12px;
}

    .m-info .m-info-l {
        float: left;
        margin-left: 0.24rem;
    }

    .m-info .m-info-r {
        float: right;
    }

        .m-info .m-info-r.u-cmt:after {
            content: '鍥炲';
        }

    .m-info span:not(:first-child) {
        margin-left: 12px;
    }

.m-seria {
    display: block;
    padding: 0 0.24rem !important;
    clear: both;
    font-size: 14px;
    color: #999;
    height: 49px;
    line-height: 49px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: -15px;
}

    .m-seria:visited {
        color: #999;
    }

.m-plst1 li a {
    position: relative;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
}

.m-plst1 .u-sign {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.m-plst1 .u-sign-zhiding {
    background-position: 0 -288px;
}

.m-plst1 .u-sign-tuijian {
    background-position: 0 -344px;
}

.m-plst1 .m-plst-tit {
    max-height: 2.8em;
    margin-top: -3px;
    white-space: normal;
    overflow: hidden;
    font-size: 17px;
}

    .m-plst1 .m-plst-tit + .m-info {
        width: 64%;
        position: absolute;
        z-index: 1;
        right: 0.24rem;
        bottom: 15px;
    }

.m-plst1 .m-plst-img + .m-plst-tit {
    margin-top: 0;
    position: relative;
    top: -5px;
}

.m-plst1 .m-info {
    margin: 0 0 -5px;
    position: relative;
}

.m-plst1 .u-tag {
    position: absolute;
    right: 0;
    top: -2px;
    height: 26px;
    line-height: 26px;
    padding: 0 3px;
    border-radius: 4px;
    font-size: 12px;
    color: #ff7800;
    border: 1px solid #ff7800;
}

.m-plst1 .m-plst-img,
.m-plst1 .m-plst-img3,
.m-plst .m-plst-img1 {
    height: 0;
    padding-top: 21.55%;
    overflow: hidden;
}

.m-plst1 .m-plst-img {
    width: 32%;
    float: left;
    margin-right: 12px;
}

    .m-plst1 .m-plst-img img {
        width: 100%;
        min-height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

.m-plst1 .m-plst-img3,
.m-plst .m-plst-img1 {
    margin: 10px 0;
    text-align: center;
    position: relative;
}

    .m-plst1 .m-plst-img3 img,
    .m-plst .m-plst-img1 img {
        min-height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

        .m-plst1 .m-plst-img3 img:nth-child(1) {
            left: 0;
            right: auto;
        }

        .m-plst1 .m-plst-img3 img:nth-child(2) {
            left: 0;
            right: 0;
            margin: auto;
        }

        .m-plst1 .m-plst-img3 img:nth-child(3) {
            right: 0;
            left: auto;
        }

    .m-plst1 .m-plst-img3 + .m-info .m-info-l {
        margin-left: 0;
    }

.m-plst1 .m-plst-img1 {
    padding-top: 39.89%;
    margin: 0;
}

    .m-plst1 .m-plst-img1.u-video:after {
        width: 15%;
        padding-top: 15%;
    }

    .m-plst1 .m-plst-img1 + .m-plst-tit {
        position: relative;
        z-index: 2;
        background: rgba(0, 0, 0, 0.5);
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        padding: 0 .24rem;
        color: #fff;
        margin: -28px 0 10px;
    }

        .m-plst1 .m-plst-img1 + .m-plst-tit + .m-info {
            width: 100%;
            position: relative;
            bottom: 0;
        }

.m-plst1 .u-video:after {
    width: 32%;
    padding-top: 32%;
}

.m-plst1 .cmsAddIvyTip {
    
    display: inline-block;
    width: 10px;
    height: 18px;
    vertical-align: text-bottom;
    margin-right: 3px;
}

.m-art-list .u-btn-more {
    display: block;
    font-size: 14px;
}

.m-scroll-nav {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    height: 43px;
    line-height: 43px;
    position: relative;
    overflow: hidden;
}

    .m-scroll-nav .m-scroll-nav-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flexbox;
    }

    .m-scroll-nav a {
        display: block;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

    .m-scroll-nav .s-cur {
        color: #007adf;
    }

    .m-scroll-nav::after {
        content: '';
        display: block;
        width: 9%;
        height: 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), #ffffff);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1), #ffffff);
        background: linear-gradient(left, rgba(255, 255, 255, 0.1), #ffffff);
    }

.m-more-loading {
    display: none;
    padding: 26px 10px;
    text-align: center;
    color: #b3b8ba;
    font-size: 13px;
    line-height: 20px;
}
