
@media only screen and (width: 320px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (width: 360px) {
    html {
        font-size: 18px;
    }
}

@media only screen and (width: 375px) {
    html {
        font-size: 18.75px;
    }
}

@media only screen and (width: 400px) {
    html {
        font-size: 20px;
    }
}

@media only screen and (width: 411px) {
    html {
        font-size: 20.55px;
    }
}

@media only screen and (width: 414px) {
    html {
        font-size: 20.7px;
    }
}

@media only screen and (width: 1920px) {
    html {
        font-size: 96px;
    }
}

@media only screen and (width: 1680px) {
    html {
        font-size: 82px;
    }
}

@media only screen and (width: 1600px) {
    html {
        font-size: 80px;
    }
}

@media only screen and (width: 1440px) {
    html {
        font-size: 72px;
    }
}

@media only screen and (width: 1366px) {
    html {
        font-size: 68.3px;
    }
}
@media only screen and (min-width: 640px) {
    html {
        font-size: 32px;
    }
}
body,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    padding: 0;
    margin: 0;
}
body {
    font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    /*webkit浏览器*/
    text-size-adjust: none;
    max-width: 640px;
    margin: 0 auto!important;
}
h2,
h3,
h4,
h5 {
    font-weight: bold;
}
ul {
    list-style: none;
}
a {
    display: block;
    text-decoration: none;
    /*a标签的点击高亮 只在移动端有 tap指的是移动端的点击（轻触） */
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}
a,
img {
    -webkit-touch-callout: none;
    /*禁止长按链接与图片弹出菜单*/
}
img {
    max-width: 100%;
}
input {
    border: 0;
    outline: none;
    -webkit-appearance: none;
}
ul {
    list-style: none;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

.museList {
    display: none;
    position: absolute;
    right: 0.8rem;
    top: 2.13333333rem;
    width: 6.93333333rem;
    background-color: #fff;
    box-shadow: 0 0.13333333rem 0.26666667rem 0 rgba(34, 34, 65, 0.13);
    z-index: 1000;
}
.museList .museList_li {
    height: 2.13333333rem;
    border-bottom: 0.02666667rem solid #e5e5e5;
}
.museList .museList_li a {
    line-height: 2.13333333rem;
    text-align: center;
    font-size: 0.8rem;
    color: #313131;
}
.museList .museList_li:last-child {
    border-bottom: none;
}
.article_list {
    padding: 0 0.8rem;
    padding-top: 1.22666667rem;
    background-color: #fff;
}
.article_list .submoduleName {
    position: relative;
    font-weight: bold;
    font-size: 0.90666667rem;
    color: #313131;
}
.article_list .submoduleName a {
    padding-right: 1.01333333rem;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0.21333333rem;
    font-size: 0.64rem;
    color: #686fe0;
}
.article_list .submoduleName a img {
    position: absolute;
    right: 0;
    top: 0.10666667rem;
    width: 0.69333333rem;
    height: 0.69333333rem;
}
.article_list .article_li {
    width: 100%;
    padding-top: 1.33333333rem;
    padding-bottom: 1.06666667rem;
    border-bottom: 0.02666667rem solid #e6e6e6;
}
.article_list .article_li .title {
    font-weight: bold;
    font-size: 0.8rem;
    color: #313131;
    line-height: 1.22666667rem;
}
.article_list .article_li .tip {
    margin-top: 1.06666667rem;
    margin-bottom: 1.33333333rem;
    font-size: 0.69333333rem;
    color: #676767;
    line-height: 1.22666667rem;
}
.article_list .article_li .time {
    font-size: 0.64rem;
    color: #909090;
}
.article_list .article_li:last-child {
    border-bottom: none;
}
.label_list {
    padding: 1.06666667rem 0.8rem;
    background-color: #fff;
}
.label_list_li {
    display: inline-block;
    float: left;
    margin-right: 0.88666667rem;
}
.label_list_li:nth-child(2n+2) {
    margin-right: 0;
}
.label_list_li .leftImg {
    position: relative;
    width: 8.74666667rem;
    height: 6.08rem;
}
.label_list_li .leftImg img {
    width: 100%;
    height: 100%;
}
.label_list_li .leftImg .img_shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.label_list_li .leftImg .img_shade .shade_name {
    margin-top: 0.45333333rem;
    margin-left: 0.45333333rem;
    width: 7.84rem;
    height: 5.22666667rem;
    border: 0.08rem solid #fff;
}
.label_list_li .leftImg .img_shade .shade_name a {

    padding-top: 1.2rem;
    line-height: 1.22666667rem;
    font-size: 0.93333333rem;
    color: #ffffff;
    text-align: center;
}
.label_list_li .leftImg .img_shade .shade_num {
    display: block;
    font-size: 0.69333333rem;
    line-height: 0.93333333rem;
}
.logo span {
    color: transparent;
    font-size: 0;
}
#footer {
    height: 6rem!important;
    padding-top: 0.5rem!important;
}
#address {
    text-align: center;
    line-height: 1.3rem;
}
#address a {
    display: inline-block;
    color: #808080;
}
#address span {
    display: inline-block;
    margin: 0 0.7rem;
}
#footer .reference {
    padding-top: 0.5rem;
    height: auto!important;
    line-height: 1.16rem!important;
}