html {
    font-size: 62.5%;
    font-family: tahoma,Helvetica, Arial,"\5FAE\8F6F\96C5\9ED1";
}

body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, button, textarea, p, blockquote, table, th, td, menu {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol, menu {
    list-style: none;
}

fieldset, img {
    border: none;
}

img, object, select, input, textarea, button {
    vertical-align: middle;
}

input, textarea, select, address, caption, cite, code, dfn, em, i, b, strong, small, th, var, abbr {
    font-size: 100%;
    font-style: normal;
}

caption, th {
    text-align: left;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}

code, kbd, pre, samp, tt {
    font-family: Consolas,"Courier New", Courier, monospace;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

    a:link, a:visited, a:active {
        color: #000;
    }

    a:hover, a:focus {
        color: #f60;
        text-decoration: none;
        outline: none;
    }

.cf {
    zoom: 1;
}

    .cf:before, .cf:after {
        content: "";
        display: table;
    }

    .cf:after {
        clear: both;
    }

body {
    /*background:rgba(36,36,36,0.8);*/
    background: url("../img/bg.png") no-repeat;
    background-size:100% 100%;
    margin-bottom: 85px;
}

.header img {
    width: 100%;
}

.Content {
    padding: 0 6%;
}

.navbox {
    display: -webkit-flex;
    /* new Chrome 21+ */
    display: flex;
    /* new Opera 12.1, Firefox 22+ */
    margin-top: 5%;
}

    .navbox .nav_item {
        -webkit-flex: 1;
        /* Chrome */
        -ms-flex: 1;
        /* IE 10 */
        flex: 1;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
    }

        .navbox .nav_item .nav_photo {
            margin: .5rem auto;
            display: block;
            width: 90%;
        }

.titlebox {
    font-size: 20px;
    height: 3.0rem;
    line-height: 3.0rem;
    color: #000000;
    /*border-bottom: 1px solid #fff;*/
    border-bottom: 1px solid #000;
}

.codebox {
    margin: 2% 0;
    padding: 1% 0;
    text-align: center;
}

    .codebox input {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        border-radius: 20px;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 20px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        margin: 16px 0;
        outline:none;
        text-align:center;
    }

    .codebox button {
        color: #fff;
        /*background-color: #C8142D;*/
        background-color:#EF7F01;
        border-color: #EEE;
        font-weight: 300;
        font-size: 16px;
        font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        text-decoration: none;
        text-align: center;
        line-height: 40px;
        height: 26;
        padding: 0 40px;
        margin: 16px auto;
        display: block;
        appearance: none;
        cursor: pointer;
        border: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        border-radius: 20px;
        outline:none;
    }

.msgbox {
    background-color: #fff;
    position: fixed;
    bottom: 55px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    z-index: 10;
}

footer {
    box-sizing: border-box;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    background: #fff;
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    z-index: 10;
}

    footer a {
        display: block;
        font-size: 12px;
        width: 33.3%;
        height: 55px;
        text-align: center;
        background: no-repeat center;
        background-size: 100% 100%;
        color: #fff !important;
        border-top: 1px solid #eee;
    }

        footer a:nth-child(1) {
            background-image: url("../img/wechat.jpg");
        }

        footer a:nth-child(2) {
            background-image: url("../img/tel.jpg");
        }

        footer a:nth-child(3) {
            background-image: url("../img/contact.jpg");
        }

.slide-img {
    width: 200%;
    -webkit-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    transform: translateX(-25%);
}

.box-img {
    overflow: hidden;
}

/*# sourceMappingURL=h5_index.css.map */

