@charset "utf-8";
@media only screen and (max-width:309px) {
    html {
        font-size: 9.375px
    }
}

@media only screen and (max-width:319px) and (min-width:310px) {
    html {
        font-size: 9.6875px
    }
}

@media only screen and (max-width:349px) and (min-width:320px) {
    html {
        font-size: 10px
    }
}

@media only screen and (max-width:359px) and (min-width:350px) {
    html {
        font-size: 10.9375px
    }
}

@media only screen and (max-width:374px) and (min-width:360px) {
    html {
        font-size: 11.25px
    }
}

@media only screen and (max-width:399px) and (min-width:375px) {
    html {
        font-size: 11.718px
    }
}

@media only screen and (max-width:413px) and (min-width:400px) {
    html {
        font-size: 12.5px
    }
}

@media only screen and (max-width:469px) and (min-width:414px) {
    html {
        font-size: 12.9375px
    }
}

@media only screen and (max-width:479px) and (min-width:470px) {
    html {
        font-size: 14.6875px
    }
}

@media only screen and (max-width:539px) and (min-width:480px) {
    html {
        font-size: 15px
    }
}

@media only screen and (max-width:559px) and (min-width:540px) {
    html {
        font-size: 16.875px
    }
}

@media only screen and (max-width:569px) and (min-width:560px) {
    html {
        font-size: 17.5px
    }
}

@media only screen and (max-width:629px) and (min-width:570px) {
    html {
        font-size: 17.8125px
    }
}

@media only screen and (max-width:639px) and (min-width:630px) {
    html {
        font-size: 19.6875px
    }
}

@media only screen and (min-width:640px) {
    html {
        font-size: 20px
    }
    .viewport {
        max-width: 640px
    }
}

*,
::before,
::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    display: block;
    max-width: 100%;
}

body {
    color: #333333;
    font-family: "Microsoft YaHei";
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
    font-size: 14px;
    background-color: #f5f5f5;
}

a:hover {
    text-decoration: none;
}

input,
select,
textarea {
    outline: none;
}

.clear {
    clear: both;
}

div {
    margin: 0 auto;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.swiper-container .swiper-pagination-bullet-active {
    background-color: #ffffff;
}

.head {
    height: 5rem;
    width: 100%;
    background-color: #ffffff;
}

.head a {
    display: block;
    height: 3rem;
    padding-top: 1rem;
    padding-left: 0.625rem;
    float: left;
}

.head a img {
    height: 3rem;
}

.head a.zone {
    float: right;
    padding-right: 0.625rem;
}

.nyhd {
    background-color: #FF8B00;
    display: block;
    height: 45px;
    line-height: 35px;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    padding-right: 37px;
    font-size: 1.3rem;
    overflow: hidden;
}

.nyhd .hback {
    background-image: url(../images/back.png);
    float: left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    width: 37.8px;
    height: 90%;
}

.dbbm {
    background-color: #ffffff;
    height: 3.7rem;
    line-height: 3.7rem;
    border-bottom: 1px solid #ededed;
    padding: 0 1rem;
    margin-top: 1rem;
    font-size: 1.3rem;
}

.dbbm a {
    width: 7.2rem;
    height: 2.1rem;
    line-height: 2.1rem;
    border: 1px solid #f19322;
    border-radius: 34px;
    margin-top: 0.8rem;
    float: right;
    display: block;
    font-size: 1rem;
    text-align: center;
    color: #ef8200;
}

.dbbm a img {
    display: inline;
    vertical-align: middle;
    margin-top: -0.2rem;
    margin-right: 0.2rem;
    height: 1.05rem;
}

.baoming {
    background-color: #ffffff;
    padding: 1rem;
}

.baoming input,
.baoming select,
.baoming select option {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    padding-left: 0.3rem;
    border: 1px solid #dcdcdc;
    color: #666;
    font-size: 1.2rem;
    margin: 0.3rem 0;
    outline: none;
    background-color: #ffffff;
    -webkit-appearance: none;
}

.baoming .tijiao {
    background-color: #FF8B00;
    font-size: 1.3rem;
    color: #ffffff;
    border: none;
}

.dibu {
    background-color: #FFFFFF;
    padding: 1rem;
    font-size: 1.1rem;
    color: #666666;
    text-align: center;
    margin-top: 0.8rem;
    margin-bottom: 5rem;
    line-height: 1.6rem;
}

.dibu a {
    color: #666666;
}

.dibu .fmulu a {
    border-right: 1px solid #666666;
}

.footer {
    background-color: #FF8B00;
    width: 100%;
    position: fixed;
    bottom: 0;
    max-width: 640px;
    z-index: 99999;
}

.footer a {
    display: block;
    width: 24.5%;
    border-right: 1px solid #ffffff;
    font-size: 1.1rem;
    text-align: center;
    float: left;
    color: #FFFFFF;
}

.footer a:nth-child(4) {
    border: none;
    width: 25%;
}

.footer a img {
    height: 2.5rem;
    padding: 0.1rem 0;
    margin: 0 auto;
}

.topimg {
    width: 100%;
}

.fenye {
    color: #000;
    font-size: 1.2rem;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.fenye a,
.fenye b,
.fenye a:visited,
.fenye a:hover,
.fenye a:active {
    background-color: #f97f12;
    color: #ffffff;
    display: inline-block;
    margin: 0 0.1rem;
    padding: 0.3rem 0.4rem;
    border-radius: 1px;
    font-size: 1rem;
}

.fhead {
    background-color: #FF8B00;
    display: none;
    height: 42px;
    left: 0;
    line-height: 42px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.fhead a {
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    width: 25%;
    border-right: 1px solid #ffffff;
}

.fhead a:nth-child(4) {
    border: none;
}


/*公共头部*/

.com-top {
    display: block;
    width: 100%;
    background-color: #ef8200;
    padding: 1rem 0;
}

.com-top img {
    width: 95%;
    margin: 0 auto;
}


/*公共头部*/

.comnav {
    padding: 1rem 1rem 0.3rem;
    background: white;
    overflow: hidden;
}

.comnav .comnav-left {
    width: 7.34%;
    font-size: 0.9rem;
    text-align: center;
    float: left;
    margin-right: 9%;
    color: #333;
    margin-top: 10px;
}

.comnav .comnav-main {
    width: 70.5%;
    float: left;
}

.comnav .comnav-right {
    width: 7.34%;
    float: right;
    font-size: 0.9rem;
    text-align: center;
    position: relative;
}

.comnav .comnav-right a {
    color: #333;
}

.comnav .comnav-right a .num {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 2rem;
    background-color: #e20e0b;
    border: 1px solid #fff;
    font-size: 0.8rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -0.2rem;
    top: -0.4rem;
}

.shade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .71);
    max-width: 640px;
    z-index: 9999999;
}

.leftNav {
    background-color: #fff;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
}

.leftNav .top {
    padding: 1.875rem 0;
    border-bottom: 1px solid #ececec;
}

.leftNav .top img {
    width: 96.17%;
    margin: 0 auto;
}

.leftNav li {
    height: 5.5rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #ececec;
}

.leftNav li a {
    display: block;
    color: #333;
    display: flex;
    justify-content: center;
    padding: 1.65rem 0;
}

.leftNav li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.25rem;
    width: 13.75%;
}

.leftNav .bot {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.leftNav .bot a {
    width: 50%;
    color: #fff;
    background-color: #e20e0b;
    font-size: 1rem;
    padding: 0.7rem 0 0.3rem;
}

.leftNav .bot a:last-of-type {
    background-color: #fb7a00;
}

.leftNav .bot a img {
    width: 27.5%;
    margin: 0 auto;
}

.deleteNav {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deleteNav img {
    width: 13.75%;
}


/*公共头部 end*/

.mbx_nav {
    padding: 1rem 1rem;
    background-color: #e9e9e9;
    font-size: 1rem;
    color: #8e8e8e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mbx_nav a {
    color: #8e8e8e;
}

.pnyef {
    padding: 0.5rem 0;
    font-size: 1.1rem;
    line-height: 2rem;
    color: #333333;
    border-top: 0.25rem solid #FF8B00;
    border-bottom: 0.25rem solid #FF8B00;
    margin-top: 1rem;
}

.pnyef a {
    color: #333333;
}

.xgnews {
    margin-top: 0.4rem;
    padding: 0 0 0.7rem 0;
    border-bottom: 0.25rem solid #FF8B00;
}

.xgnews p {
    background: #FF8B00;
    color: white;
    font-size: 1.2rem;
    padding: 0.3rem;
    text-align: center;
    margin-top: 0.4rem;
}

.xgnews a {
    display: block;
    padding-left: 1rem;
    font-size: 1.1rem;
    color: black;
    margin: 0.5rem;
    color: #666;
    position: relative;
}

.xgnews a::before {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #FF8B00;
    position: absolute;
    left: 0rem;
    top: 0.55rem;
}

#jesong_pop_msg {
    display: none !important;
}


/* #jesong_panel{
  width: 4.8rem !important;
  height: 4.8rem !important;
} */


/* 氛围样式 */

.xnhead .nav {
    display: flex;
    background: url(../images/01.jpg) no-repeat;
    background-size: 100% auto;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
}

.xnhead .comnav-left1 {
    width: 7.34%;
    font-size: 0.9rem;
    text-align: center;
    float: left;
    margin-right: 9%;
    color: #333;
    margin-top: 10 px;
}

.xnhead .comnav-main1 {
    width: 70.5%;
    float: left;
}

.xnhead .comnav-right1 {
    width: 7.34%;
    float: right;
    font-size: 0.9rem;
    text-align: center;
    position: relative;
}

.xnhead .comnav-right1 .num {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 2rem;
    background-color: #b70300;
    border: 1px solid white;
    font-size: 0.8rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0.6rem;
    top: -0.3rem;
}

.xnhead .tag {
    background: #b70300;
    padding: 0 1rem 0.4rem;
}

.xnhead .tag ul {
    background: #d12a01;
    display: flex;
    justify-content: space-between;
    padding: 0.65rem 2.4rem;
    border-radius: 2rem;
    align-items: center;
}

.xnhead .tag ul .xian {
    width: 1px;
    height: 1.2rem;
    background: #e89580;
}

.xnhead .tag ul li {
    font-size: 1.1rem;
    text-align: center;
}

.xnhead .tag ul li a {
    color: white;
}

.xnhead .tag ul li .on {
    color: #ffea9c;
}

.footer1 {
    background-color: #c60304;
    width: 100%;
    position: fixed;
    bottom: 0;
    max-width: 640px;
    z-index: 99999;
}

.footer1 a {
    display: block;
    width: 24.5%;
    font-size: 1.1rem;
    text-align: center;
    float: left;
    color: #FFFFFF;
}

.footer1 a:nth-child(4) {
    border: none;
    width: 25%;
}

.footer1 a img {
    height: 2.5rem;
    padding: 0.1rem 0;
    margin: 0 auto;
}

.topimg {
    width: 100%;
}