﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, table, th, td, button, a {
    padding: 0;
    margin: 0;
    list-style: none;
    text-indent: 0px;
    -webkit-touch-callout: none;
    /*当你触摸并按住触摸目标时候，禁止或显示系统默认菜单 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after, button:before, button:after, input:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

cite, em {
    font-style: normal;
}

img, button {
    border: 0px none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

button, object {
    cursor: pointer;
    background: none;
    vertical-align: middle;
    overflow: visible;
}

object {
    cursor: default;
}

input, button, select, textarea {
    outline: none;
    vertical-align: middle;
}

textarea {
    resize: none;
}

i, b {
    font-style: normal;
    font-weight: 100;
}

html {
    /* font-size: 100px; */
    /*表示100px=1rem;       625%    62.5%*/
    font-family: "microsoft yahei", "\534E\6587\7EC6\9ED1", Verdana, Arial, Helvetica, sans-serif;
    background: rgba(255, 255, 255, 1);
}

body {
    font-family: "microsoft yahei", "\534E\6587\7EC6\9ED1", Verdana, Arial, Helvetica, sans-serif;
    /*微软雅黑      华文细黑     最后一个字体：ios系统默认 */
    font-size: 16px;
    /* -webkit-user-select: none; */
    /*禁止选中内容*/
    -webkit-text-size-adjust: none;
    /*不调整（拉伸）字大小*/
    background: #fff;
}

#app {
    width: 100%;
    min-height: 12.46rem;
    /*min-height: 800px;*/
    background: rgba(255, 255, 255, 1);
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
}

.clear {
    clear: both;
}

input {
    font-size: 0.26rem;
    -webkit-appearance: none;
}

textarea {
    font-size: 0.26rem;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #666;
}

input:-moz-placeholder {
    color: #666;
}

input::-moz-placeholder {
    color: #666;
}

input:-ms-input-placeholder {
    color: #666;
}

textarea::-webkit-input-placeholder {
    color: #666;
}

textarea:-moz-placeholder {
    color: #666;
}

textarea::-moz-placeholder {
    color: #666;
}

textarea:-ms-input-placeholder {
    color: #666;
}

@font-face {
    font-family: 'iconfont';
    /* project id 2431991 */
    src: url('//at.alicdn.com/t/font_2431991_kipvzptpqt.eot');
    src: url('//at.alicdn.com/t/font_2431991_kipvzptpqt.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_2431991_kipvzptpqt.woff2') format('woff2'), url('//at.alicdn.com/t/font_2431991_kipvzptpqt.woff') format('woff'), url('//at.alicdn.com/t/font_2431991_kipvzptpqt.ttf') format('truetype'), url('//at.alicdn.com/t/font_2431991_kipvzptpqt.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.swiper-container {
    height: auto !important;
}

.swiper-wrapper {
    height: auto !important;
}

.swiper-slide {
    height: auto !important;
}

@media screen and (min-width:1366px) {
    /* 头部 */
    .headbox {
        position: relative;
    }
    .headbox .mhead {
        display: none;
    }
    .headbox .head {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -800px;
        width: 1600px;
        z-index: 3;
    }
    .headbox .head .logo {
        float: left;
        margin-top: 19px;
    }
    .headbox .head .logo img {
        display: block;
    }
    .headbox .head .hNav {
        float: right;
        width: 1150px;
        height: 99px;
        background: rgba(0, 0, 0, 0.3);
        border-bottom: 2px solid #8b7049;
    }
    .headbox .head .hNav a {
        float: left;
        padding: 30px 0 27px;
        margin-left: 76px;
        line-height: 40px;
        font-size: 16px;
        color: #f8db97;
        border-top: 2px solid rgba(248, 219, 151, 0);
    }
    .headbox .head .hNav a:hover {
        border-top: 2px solid rgba(248, 219, 151, 1);
    }
    .headbox .oban img {
        display: block;
        width: 100%;
    }
    .headbox .oban .swiper-btn {
        position: absolute;
        bottom: 50px;
        right: 160px;
        z-index: 3;
    }
    .headbox .oban .swiper-btn .icon {
        float: left;
        width: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #f8db97;
        text-align: center;
        border: 2px solid #f8db97;
        border-radius: 50%;
        margin-left: 20px;
        outline: none;
    }
    .headbox .oban .swiper-btn .icon:hover {
        background: #f8db97;
        color: #280c03;
    }
    .headbox .tban img {
        display: block;
        width: 100%;
    }
    .headbox .tban .info {
        position: absolute;
        top: 250px;
        left: 50%;
        margin-left: -800px;
    }
    .headbox .tban .info .h2 {
        height: 56px;
        position: relative;
        padding-left: 36px;
    }
    .headbox .tban .info .h2::after {
        position: absolute;
        top: 18px;
        left: 0;
        width: 4px;
        height: 34px;
        background: #f8db97;
        content: '';
    }
    .headbox .tban .info .h2 .cn {
        float: left;
        padding-top: 10px;
        line-height: 46px;
        font-size: 30px;
        color: #f8db97;
    }
    .headbox .tban .info .h2 .en {
        float: left;
        margin-left: 16px;
        line-height: 56px;
        font-size: 50px;
        color: #f8db97;
    }
    .headbox .tban .info .desc {
        margin: 50px 0 0 40px;
        line-height: 32px;
        font-size: 18px;
        color: #fff;
        width: 972px;
    }
    .headbox .tban .info .btnbox {
        margin: 50px 0 0 36px;
    }
    .headbox .tban .info .btnbox a {
        float: left;
        width: 144px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        color: #f8db97;
        border: 2px solid #f8db97;
        border-radius: 20px;
        margin-right: 20px;
        text-align: center;
    }
    .headbox .tban .info .btnbox a:hover {
        background: #f8db97;
        color: #282128;
    }
    /* 标题 */
    .titbox {
        margin: 0 auto;
    }
    .titbox .en {
        line-height: 30px;
        font-size: 18px;
        color: #f8db97;
        text-align: center;
    }
    .titbox .cn {
        line-height: 60px;
        font-size: 36px;
        font-weight: bold;
        color: #280c03;
        text-align: center;
    }
    /* 底部 */
    .foot {
        height: 278px;
        background: url(../images/img04.jpg) no-repeat top center;
        background-size: 100% 100%;
    }
    .foot .ofot {
        width: 1600px;
        padding-top: 52px;
        margin: 0 auto;
        height: 184px;
    }
    .foot .ofot .fl {
        float: left;
        width: 394px;
    }
    .foot .ofot .log {
        display: block;
    }
    .foot .ofot .cen {
        float: left;
        padding-top: 80px;
    }
    .foot .ofot .cen a {
        float: left;
        line-height: 32px;
        font-size: 16px;
        color: #f8db97;
        margin: 0 48px;
    }
    .foot .ofot .fr {
        float: right;
        width: 130px;
        text-align: center;
    }
    .foot .ofot .fr h3 {
        line-height: 32px;
        font-size: 18px;
        font-weight: bold;
        color: #f8db97;
        text-align: center;
        margin-bottom: 20px;
    }
    .foot .ofot .fr img {
        display: block;
        width: 84px;
        height: 84px;
        margin: 0 auto;
    }
    .foot .ofot .fr p {
        line-height: 32px;
        font-size: 14px;
        color: #937b72;
        text-align: center;
    }
    .foot .tfot {
        text-align: center;
    }
    .foot .tfot a {
        display: inline-block;
        margin-right: 10px;
        line-height: 32px;
        font-size: 14px;
        color: #937b72;
    }
}

@media screen and (min-width:768px) and (max-width:1366px) {
    /* 头部 */
    .headbox {
        position: relative;
    }
    .headbox .mhead {
        display: none;
    }
    .headbox .head {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -600px;
        width: 1200px;
        z-index: 3;
    }
    .headbox .head .logo {
        float: left;
        margin-top: 19px;
    }
    .headbox .head .logo img {
        display: block;
        width: 80%;
    }
    .headbox .head .hNav {
        float: right;
        width: 840px;
        height: 99px;
        background: rgba(0, 0, 0, 0.3);
        border-bottom: 2px solid #8b7049;
    }
    .headbox .head .hNav a {
        float: left;
        padding: 30px 0 27px;
        margin-left: 46px;
        line-height: 40px;
        font-size: 16px;
        color: #f8db97;
        border-top: 2px solid rgba(248, 219, 151, 0);
    }
    .headbox .head .hNav a:hover {
        border-top: 2px solid rgba(248, 219, 151, 1);
    }
    .headbox .oban img {
        display: block;
        width: 100%;
    }
    .headbox .oban .swiper-btn {
        position: absolute;
        bottom: 50px;
        right: 80px;
        z-index: 3;
    }
    .headbox .oban .swiper-btn .icon {
        float: left;
        width: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #f8db97;
        text-align: center;
        border: 2px solid #f8db97;
        border-radius: 50%;
        margin-left: 20px;
        outline: none;
    }
    .headbox .oban .swiper-btn .icon:hover {
        background: #f8db97;
        color: #280c03;
    }
    .headbox .tban img {
        display: block;
        width: 100%;
    }
    .headbox .tban .info {
        position: absolute;
        top: 150px;
        left: 50%;
        margin-left: -600px;
    }
    .headbox .tban .info .h2 {
        height: 56px;
        position: relative;
        padding-left: 36px;
    }
    .headbox .tban .info .h2::after {
        position: absolute;
        top: 18px;
        left: 0;
        width: 4px;
        height: 34px;
        background: #f8db97;
        content: '';
    }
    .headbox .tban .info .h2 .cn {
        float: left;
        padding-top: 10px;
        line-height: 46px;
        font-size: 30px;
        color: #f8db97;
    }
    .headbox .tban .info .h2 .en {
        float: left;
        margin-left: 16px;
        line-height: 56px;
        font-size: 50px;
        color: #f8db97;
    }
    .headbox .tban .info .desc {
        margin: 40px 0 0 30px;
        line-height: 32px;
        font-size: 18px;
        color: #fff;
        width: 972px;
    }
    .headbox .tban .info .btnbox {
        margin: 40px 0 0 36px;
    }
    .headbox .tban .info .btnbox a {
        float: left;
        width: 144px;
        height: 36px;
        line-height: 36px;
        font-size: 18px;
        color: #f8db97;
        border: 2px solid #f8db97;
        border-radius: 20px;
        margin-right: 20px;
        text-align: center;
    }
    .headbox .tban .info .btnbox a:hover {
        background: #f8db97;
        color: #282128;
    }
    /* 标题 */
    .titbox {
        margin: 0 auto;
    }
    .titbox .en {
        line-height: 30px;
        font-size: 18px;
        color: #f8db97;
        text-align: center;
    }
    .titbox .cn {
        line-height: 60px;
        font-size: 36px;
        font-weight: bold;
        color: #280c03;
        text-align: center;
    }
    /* 底部 */
    .foot {
        height: 278px;
        background: url(../images/img04.jpg) no-repeat top center;
        background-size: 100% 100%;
    }
    .foot .ofot {
        width: 1200px;
        padding-top: 42px;
        margin: 0 auto;
        height: 184px;
    }
    .foot .ofot .fl {
        float: left;
        width: 310px;
    }
    .foot .ofot .log {
        display: block;
    }
    .foot .ofot .cen {
        float: left;
        padding-top: 80px;
    }
    .foot .ofot .cen a {
        float: left;
        line-height: 32px;
        font-size: 16px;
        color: #f8db97;
        margin: 0 36px;
    }
    .foot .ofot .fr {
        float: right;
        width: 130px;
        text-align: center;
    }
    .foot .ofot .fr h3 {
        line-height: 32px;
        font-size: 18px;
        font-weight: bold;
        color: #f8db97;
        text-align: center;
        margin-bottom: 20px;
    }
    .foot .ofot .fr img {
        display: block;
        width: 84px;
        height: 84px;
        margin: 0 auto;
    }
    .foot .ofot .fr p {
        line-height: 32px;
        font-size: 14px;
        color: #937b72;
        text-align: center;
    }
    .foot .tfot {
        text-align: center;
    }
    .foot .tfot a {
        display: inline-block;
        margin-right: 10px;
        line-height: 32px;
        font-size: 14px;
        color: #937b72;
    }
}

@media screen and (max-width:768px) {
    .headbox {
        padding-top: 1rem;
    }
    .headbox .mhead {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 1rem;
        background: #280c03;
        z-index: 99;
    }
    .headbox .mhead .logo {
        float: left;
        margin-left: 0.2rem;
        padding: 0.1rem 0;
        height: 0.8rem;
    }
    .headbox .mhead .logo img {
        display: block;
        height: 0.8rem;
    }
    .headbox .mhead .icon {
        float: right;
        margin: 0.1rem 0.2rem 0 0;
        width: 0.8rem;
        height: 0.8rem;
    }
    .headbox .mhead .icon img {
        display: block;
        width: 100%;
    }
    .headbox .mhead .mpop {
        position: absolute;
        top: 1rem;
        right: 0;
        z-index: 99;
        width: 3rem;
        background: rgba(0, 0, 0, 0.8);
        display: none;
    }
    .headbox .mhead .mpop a {
        display: block;
        width: 100%;
        line-height: 0.7rem;
        font-size: 0.3rem;
        color: #f8db97;
        text-align: center;
    }
    .headbox .head {
        display: none;
    }
    .headbox .oban {
        width: 100%;
    }
    .headbox .oban img {
        display: block;
        width: 100%;
    }
    .headbox .oban .swiper-btn {
        display: none;
    }
    .headbox .tban {
        position: relative;
    }
    .headbox .tban img {
        display: block;
        width: 100%;
    }
    .headbox .tban .info {
        position: absolute;
        top: 0.3rem;
        left: 0.2rem;
    }
    .headbox .tban .info .h2 .cn {
        display: block;
        line-height: 0.5rem;
        font-size: 0.3rem;
        color: #f8db97;
    }
    .headbox .tban .info .h2 .en {
        display: block;
        line-height: 0.46rem;
        font-size: 0.28rem;
        color: #f8db97;
    }
    .headbox .tban .info .desc {
        margin-top: 0.2rem;
        line-height: 0.4rem;
        font-size: 0.16rem;
        color: #fff;
        display: none;
    }
    .headbox .tban .info .btnbox {
        margin-top: 0.2rem;
    }
    .headbox .tban .info .btnbox a {
        float: left;
        width: 2rem;
        line-height: 0.6rem;
        font-size: 0.32rem;
        color: #f8db97;
        border: 0.02rem solid #f8db97;
        border-radius: 0.3rem;
        margin-right: 0.2rem;
        text-align: center;
    }
    .headbox .tban .info .btnbox a:nth-child(2) {
        background: #f8db97;
        color: #282128;
    }
    /* 标题 */
    .titbox {
        margin: 0 auto;
    }
    .titbox .en {
        line-height: 0.5rem;
        font-size: 0.3rem;
        color: #f8db97;
        text-align: center;
    }
    .titbox .cn {
        line-height: 0.6rem;
        font-size: 0.36rem;
        font-weight: bold;
        color: #280c03;
        text-align: center;
    }
    /* 底部 */
    .foot {
        height: 4.2rem;
        background: url(../images/img04.jpg) no-repeat top center;
        background-size: 100% 100%;
    }
    .foot .ofot {
        padding-top: 0.2rem;
        height: 2.7rem;
    }
    .foot .ofot .fl {
        display: none;
    }
    .foot .ofot .cen {
        float: left;
        margin-left: 0.3rem;
        width: 4.5rem;
    }
    .foot .ofot .cen a {
        float: left;
        line-height: 0.6rem;
        font-size: 0.28rem;
        color: #fff;
        width: 1.3rem;
        margin: 0 0.4rem 0.26rem 0;
    }
    .foot .ofot .fr {
        float: right;
        width: 2.2rem;
        margin-right: 0.3rem;
    }
    .foot .ofot .fr h3 {
        display: none;
    }
    .foot .ofot .fr img {
        display: block;
        width: 2.2rem;
        height: 2.2rem;
    }
    .foot .ofot .fr p {
        line-height: 0.5rem;
        font-size: 0.26rem;
        color: #937b72;
        text-align: center;
    }
    .foot .tfot {
        border-top: 0.01rem solid #fff;
        margin-top: 0.1rem;
        padding: 0.1rem 0.2rem 0;
    }
    .foot .tfot a {
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.26rem;
        color: #937b72;
        margin-right: 0.1rem;
    }
    .foot .tfot a:nth-child(1) {
        display: block;
    }
}