@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;
}

.head1 {
    padding: 1rem 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: white;
    align-items: center;
}

.head1 .menu {
    width: 2.2rem;
}

.head1 .logo {
    width: 70.15%;
    margin-left: 1.2rem;
}

.head1 .zixun {
    width: 6.875%;
    margin-right: 0.2rem;
    position: relative;
}

.head1 .zixun .topnum {
    position: absolute;
    right: 0;
    top: -0.5rem;
    width: 1rem;
    height: 1rem;
    background-color: red;
    text-align: center;
    line-height: 1rem;
    color: white;
    font-size: 0.7rem;
    border-radius: 50%;
    -webkit-animation-name: zxnum1;
    animation-name: zxnum1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes zxnum1 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
    50% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

.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 ul {
    overflow: scroll;
}

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

.leftNav li a {
    display: block;
    color: #333;
    padding: 1.65rem 0 1.65rem 2rem;
}

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

.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: #f97921;
    font-size: 1rem;
    padding: 0.7rem 0 0.3rem;
}

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

.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%;
}

.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 {
    position: relative;
    z-index: 55;
    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: #9a3030; */
    /* background-color: #FF8B00; */
    /* background-color: #ff6600; */
    background-color: white;
    width: 100%;
    position: fixed;
    bottom: 0;
    max-width: 640px;
    z-index: 99999;
    padding: 0.8rem 0;
    border-top: 1px solid #ececec;
}

.footer a {
    display: block;
    width: 25%;
    border-right: 1px dashed #ececec;
    font-size: 14px;
    text-align: center;
    float: left;
    color: #333333;
}

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


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

.footer a img {
    /* width:1.6rem; */
    width: 26%;
    padding: 0.3rem 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.2rem;
    padding: 0.3rem 0.7rem;
    border-radius: 1px;
}

.fhead {
    /* background-color: #9a3030; */
    background-color: #ff6600;
    /* 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: #ffffff;
    /* padding: 1rem 0 ; */
    border-bottom: 0.5rem solid #f5f5f5;
}


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


/*面包屑导航*/

.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
}


/*右侧电话悬浮*/

.lxb-box {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99999;
}

.lxb-box a {
    display: block;
}

.lxb-box img {
    width: 5.2rem;
}

.lxb-box a.lxb-close {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 1rem;
    height: 1rem;
    background: transparent;
}


/* .sm4pghs{
  display: none;
} */

#jesong_pop_msg {
    display: none !important;
}

.foot_new {
    text-align: center;
    height: 4.5rem;
    width: 100%;
    max-width: 640px;
    box-sizing: border-box;
    padding: 0.6rem 0.55rem;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #f5f5f5;
}

.foot_new a {
    /* display: inline-block; */
    height: 3.25rem;
    line-height: 3.25rem;
    width: calc((100% - 0.55rem) / 2);
    float: left;
    /* width: 100%; */
    text-align: center;
    border-radius: 0.3rem;
    font-size: 1rem;
    overflow: hidden;
}

.foot_new a.zxzx {
    color: #ff0;
    background: #d60000;
}

.foot_new a.dhzx {
    float: right;
    color: #fff;
    background: #0c97ee;
}

.foot_new a i {
    display: inline-block;
    vertical-align: middle;
    width: 1.4rem;
    height: 1.62rem;
}

.foot_new a.zxzx i {
    background: url("../images/wxzx.png") no-repeat center center;
    background-size: 100% 100%;
}

.foot_new a.dhzx i {
    background: url("../images/dhzx.png") no-repeat center center;
    background-size: 100% 100%;
}

.foot_new a em {
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    background: #ff0;
    font-size: 0.6rem;
    font-style: normal;
    color: #d60000;
    border-radius: 50%;
    margin-top: 0.35rem;
    margin-left: 0.1rem;
}

.foot_new a:last-child span {
    color: #fff !important;
}

.notice .nbt {
    display: block;
    float: left;
    width: 22%;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    text-align: right;
    color: #da1a1a;
    font-weight: 700;
}

.notice .nwz {
    float: right;
    width: 70%;
    padding: 0 2%;
    padding-right: 6%;
    color: #333;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    position: relative;
}

#jesong_panel {
    padding: 0.6rem !important;
    opacity: 0.9;
}


/* @keyframes donghua {
  0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
  10%,
  20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
  }
} */

.xdxcjs {
    display: none;
}

.public_from {
    width: 95%;
    margin-top: 0.5rem;
    margin-left: 2.5%;
    padding: 0.6rem 0;
    border-radius: 0.5rem;
    box-shadow: 0rem 0.05rem 0.5rem 0.25rem #eee;
}

.public_from h2 {
    font-size: 1rem;
    font-weight: bold;
    color: #d60000;
    text-align: center;
    padding: 0.75rem;
}

.public_from ul {
    width: 85%;
    margin: 0 auto;
}

.public_from li {
    width: 100%;
    margin-bottom: 0.6rem;
}

.public_from li p:last-child input,
.public_from li p:last-child select {
    display: block;
    font-size: 1rem;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    padding-left: 2rem;
    border: none;
    background: #eeeeee;
    box-sizing: border-box;
    color: #333;
}

.public_from li p:last-child select {
    padding-left: 0;
    text-indent: 2rem;
    color: #333;
}

.public_from li p select option {
    border: none;
    outline: none;
    padding-left: 1rem;
    color: #6d6d6d;
}

.public_from .flex_n {
    font-size: 1.1rem;
    width: 4.25rem;
    color: #d60000;
}

.public_from .flex_1 {
    position: relative;
    width: 100%;
}

.public_from .flex_1 img {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
}

.public_from input {
    display: block;
    width: 100%;
    border: none;
    font-size: 0.7rem;
    padding-right: 0.5rem;
    background: #f7f7f7;
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: 2rem;
    color: #333;
}

.public_from input:focus,
.public_from select:focus {
    outline: none;
}

.d_flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}

.yqts {
    text-align: center;
    line-height: 1rem;
    font-weight: 400;
    font-size: 0.8rem;
    color: #5b5b5b;
}

.public_from #submit {
    display: block;
    width: 70%;
    font-size: 0.8rem;
    color: #fff;
    border-radius: 1.5rem;
    margin: 0 auto;
    font-weight: bold;
    background: #d60000;
    background-size: 1.15rem;
    text-indent: -5%;
    text-align: center;
    line-height: 2rem;
    border: 0rem;
    position: relative;
}

.public_from #submit::after {
    content: "";
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    background: url(../images/public_dj.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 63%;
    top: 0.45rem;
    animation: jiantou 1s infinite;
    -webkit-animation: jiantou 1s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes jiantou {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.2);
    }
}