/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
textarea, input
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #222;
    text-decoration: none;
}

.hidden {
    visibility: hidden;
}

.bg_y {
    position: relative;
}

.bg_y:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/text_bg1.png) repeat-x left 1em;
    background-size: .5em .16em;
}

.bg_y span {
    position: relative;
}

.jm-hd {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 2rem;
    background: #fff;
}

.inner {
    position: relative;
    margin: 0 .8rem 0 1.2rem;
    height: 100%;
}

.logo {
    float: left;
}

.logo img {
    height: 1.14rem;
    margin-top: .43rem;
}

.jm-nav {
    float: right;
    list-style-type: none;
    font-size: .36rem;
    margin-top: .8rem;
}

.jm-nav li {
    float: left;
    margin-left: 5px;
}

.jm-nav li:last-child {
    font-weight: bold;
}

.jm-nav a {
    display: block;
    height: .36rem;
    line-height: .36rem;
    padding: 0 .4rem .01rem;
    text-decoration: none;
    color: #222;
}

.jm-nav a:hover, .jm-nav a.active {
    background: url("../img/text_bg1.png") repeat-x bottom left;
    background-size: .5rem .1rem;
}


#jm {
}

.section {
    position: relative;
    overflow: hidden;
}

.section .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

/*按钮*/
.btn-b-black {
    width: 3.2rem;
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    background: #121212;
    border-radius: 0 0 .32rem 0;
    font-size: .32rem;

    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;

}

.btn-b-black a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.btn-b-black:hover {
    background-color: #27272a;
}

.btn-b-yellow {
    width: 3.2rem;
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    background: #ffc110;
    border-radius: 0 0 .32rem 0;
    font-size: .32rem;

    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.btn-b-yellow a {
    color: #000;
    position: relative;
    text-decoration: none;
}

.btn-b-yellow:hover {
    background-color: #ffd800;
}

.st-btn {
    width: 4.8rem;
    height: 1rem;
    text-align: center;
    border: 2px solid #ffc110;
    border-radius: .32rem 0 .32rem 0;
    font-size: .32rem;
    overflow: hidden;
}

.st-btn a {
    width: 2.4rem;
    height: 1rem;
    line-height: 1rem;
    color: #ffc110;
    float: left;
    text-decoration: none;
}

.st-btn a.active {
    background-color: #ffc110;
    color: #000;
}

/*文字色彩*/
.t_y {
    color: #ffc110;
}

.t_r {
    color: red;
}

/*公共屏头*/
.st-title {
    height: .86rem;
    line-height: .86rem;
    padding: 0 1.6rem 0;
    position: relative;
    font-size: .86rem;
}

.st-title img {
    height: .86rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: .4rem;
}

/*页脚*/
.footer {
    background-color: #060605;
}

.footer-about {
    padding: 0 1.6rem 2rem;
    position: relative;
}

.about-left {
    position: relative;
    top: 0;
    left: 0;
}

.about-right {
    width: 7.6rem;
    position: absolute;
    top: 0;
    right: 1.6rem;
}

.footer-about h1 {
    color: #fff;
    font-size: .6rem;
}

.f-nav {
    padding: .6rem 0 1rem;
    font-size: .36rem;
}

.f-nav a {
    color: #ffc110;
    text-decoration: none;
    margin-right: .7rem;
}

.f-nav a:hover {
    color: #ffd800;
}

.contact-way {
    width: 18rem;
    height: 2.2rem;
    line-height: 2em;
    color: #999;
    font-size: .32rem;
}

.contact-way > div {
    float: left;
}

.contact-way > div:first-child {
    margin-right: 1.5rem;
}

.qr {
    width: 2.2rem;
    height: 2.2rem;
    margin-top: .7rem;
}

.qr img {
    width: 100%;
}

.goTop {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    right: 0;
    top: 2rem;
    cursor: pointer;
    opacity: .6;

    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}

.goTop img {
    width: 100%;
    display: block;
}

.goTop:hover {
    opacity: 1;
}

.footer-copyright {
    background-color: #0f0f0e;
    border-top: 1px solid #2e2e2d;
    font-size: .28rem;
    color: #999;
    padding: 1.2rem 1.6rem;
}

.y-btn {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #ffda0f;
    position: absolute;
    z-index: 999;
}

.y-btn:after {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    top: 50%;
    margin-top: -.15em;
    margin-left: -.15em;
    width: .3em;
    height: .3em;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.yb-left {
    left: 1.6rem;
    top: 50%;
    margin-top: -.75rem;
}

.yb-right {
    right: 1.6rem;
    top: 50%;
    margin-top: -.75rem;
}

.yb-left:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.yb-right:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.my-button-disabled {
    display: none;
}

/*分页*/
.pages {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    min-width: 1rem;
    height: 1rem;
    position: relative;
    float: left;
    text-align: center;
    line-height: 1rem;
    color: #999;
    text-decoration: none;
    font-size: .32rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #000;
    border: 1px solid #000;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-right: .35rem;
    margin-left: 0;
    padding: 0 1rem;
    color: #000;
    background-color: #ffc110;
    border-top-left-radius: .35rem;
    border: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    margin-left: .35rem;
    padding: 0 1rem;
    color: #000;
    background-color: #ffc110;
    border-bottom-right-radius: .35rem;
    border: 0;
}
.pagination > li:first-child.disabled > a,
.pagination > li:first-child.disabled > span,
.pagination > li:last-child.disabled > a,
.pagination > li:last-child.disabled > span {
    color: #999;
    cursor: not-allowed;
    background-color: #ddd;
    border-color: #ddd;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #999;
    cursor: not-allowed;
    background-color: #ddd;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    border: 1px solid #000;
}

.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    border: 1px solid #000;
}

.va-table {
    display: table;
    width: 100%;
}

.va-row {
    display: table-row;
}

.va-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

/*右下圆角*/
.right-bottom-r {
    border-bottom-right-radius: .6rem;
}

/*右边头*/
.right-top-box {
    padding: .6rem 0 0;
    font-size: .46rem;
    background: #fff url("../img/border_bg/big_border_top.png") right center no-repeat;
    background-size: 2.98rem 1.66rem;
    border-bottom: 1px solid #ebe7d4;
}

.right-top-title {
    padding-bottom: .3rem;
    padding-left: .6rem;
    position: relative;
    font-size: .46rem;
    font-weight: 500;
}

.right-top-title img {
    height: .46rem;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: .2rem;
}

/*自适应限制*/
.mobile_menu {
    display: none;
}
.nav-toggle {
    display: none;
    height: .68rem;
    width: .68rem;
    position: fixed;
    right: .7rem;
    top: .66rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 1000;
}

.nav-toggle img {
    display: block;
    width: 100%;
}

.nav-toggle .cd-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: .08rem;
    width: .68rem;
    margin: -.04rem 0 0 -.34rem;
    z-index: 10;
}

.nav-toggle .cd-before, .nav-toggle .cd-after {
    position: absolute;
    height: .08rem;
    width: .68rem;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav-toggle .cd-before {
    top: -.16rem;
}

.nav-toggle .cd-after {
    top: .16rem;
}

.nav-toggle.close-nav .cd-icon > img {
    display: none;
}

.nav-toggle.close-nav .cd-before {
    -webkit-transform: translateY(.16rem) rotate(45deg);
    -moz-transform: translateY(.16rem) rotate(45deg);
    -ms-transform: translateY(.16rem) rotate(45deg);
    -o-transform: translateY(.16rem) rotate(45deg);
    transform: translateY(.16rem) rotate(45deg);
}

.nav-toggle.close-nav .cd-after {
    -webkit-transform: translateY(-.16rem) rotate(-45deg);
    -moz-transform: translateY(-.16rem) rotate(-45deg);
    -ms-transform: translateY(-.16rem) rotate(-45deg);
    -o-transform: translateY(-.16rem) rotate(-45deg);
    transform: translateY(-.16rem) rotate(-45deg);
}

.cd-overlay-nav, .cd-overlay-content {
    position: fixed;
    top: 18px;
    right: 5%;
    height: 4px;
    width: 4px;
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
    z-index: 100;
}

.cd-overlay-nav span, .cd-overlay-content span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    will-change: transform;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s 0s, visibility 0s .2s;
    -moz-transition: opacity .2s 0s, visibility 0s .2s;
    transition: opacity .2s 0s, visibility 0s .2s
}
.cd-overlay-content {
    z-index: 102;
}


.all-win {
    position: fixed;
    z-index: 1000;
}

.all-win-hide {
    display: none;
}

@media (max-width: 1080px) {
    .jm-nav {
        display: none;
    }

    .inner {
        margin: 0;
        padding: 0 .7rem;
    }

    .nav-toggle {
        display: block;
    }

    .mobile_menu {
        display: block;
    }
    .jm-nav-m {
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #f8f8f8;
        position: fixed;
        top: 0;
        left: 0;
        padding: 2rem 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        list-style-type: none;
        font-size: .36rem;
        z-index: 101;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s,opacity .2s;
        -moz-transition: visibility 0s,opacity .2s;
        transition: visibility 0s,opacity .2s;
    }
    .jm-nav-m.fade-in {
        visibility: visible;
        opacity: 1;
    }
    .jm-nav-m li {
        width: 80%;
        text-align: center;
        height: 2rem;
        line-height: 2rem;
        margin: 0 auto;
    }

    .jm-nav-m li:last-child {
        font-weight: bold;
    }

    .jm-nav-m a {
        display: block;
        padding: 0 .7rem;
        text-decoration: none;
        color: #222;
        height: auto;
        line-height: 2rem;
        border-bottom: #222 1px solid;
    }

    .jm-nav-m a:hover, .jm-nav-m a.active {
        border-bottom: #ffc110 1px solid;
        color: #ffc110;
    }

    #jm .footer {
        height: auto !important;
        padding: 1rem 0 0 !important;
    }

    .footer .fp-tableCell {
        height: auto !important;
    }

    .footer-about {
        padding: 0 .7rem 1rem;
    }

    .about-right {
        position: static;
    }

    .footer-copyright {
        padding: 1.2rem .7rem;
    }

    .goTop {
        display: none;
    }

    .contact {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        justify-content: space-between;
        flex-flow: row-reverse;
    }

    .f-nav a {
        display: block;
        margin-bottom: 1em;
    }

    .contact-way {
        width: 70%;
        height: auto;
        line-height: 1.5em;
    }

    .contact-way p {
        padding-top: 1em;
    }

    .contact-way span {
        display: block;
        color: #fff;
    }

    /*分页*/
    .pagination > li > a,
    .pagination > li > span {
        min-width: .85rem;
        height: .85rem;
        line-height: .85rem;
    }

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        padding: 0 .75rem;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        padding: 0 .75rem;
    }
}
