@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 {
    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 {
    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 span {
    color: #ff0 !important;
}

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