@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  clear: both;
  zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  content: "";
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.u-hide {
  display: none;
}

.u-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
}

a {
  color: #111;
  text-decoration: none;
}
a:focus, a:active, a:visited {
  color: #111;
}
a:hover {
  color: #c4953c;
  text-decoration: none;
}

input::placeholder {
  color: #c4953c;
}

input, textarea {
  outline: none;
}

strong {
  font-weight: normal;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-hide {
  display: none;
}

.u-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1440px;
    margin: 0 auto;
    background: #fff;
    color: #111;
    font-family: PingFang SC, San Francisco;
  }
  .wrapper-content {
    width: 1400px;
    margin: 0 auto;
  }
  .page-banner {
    height: 420px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .page-tit__wrap {
    padding-top: 180px;
    color: #fff;
  }
  .page-tit__wrap .page-main-title {
    font-size: 48px;
  }
  .page-tit__wrap .page-main-title-ershida {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(45deg, rgb(253, 198, 132), rgb(251, 237, 211), rgb(253, 198, 132)); /* 渐变色 */
    -webkit-background-clip: text; /* 背景剪裁 */
    color: transparent; /* 文本颜色透明 */
    position: relative; /* 相对定位 */
    letter-spacing: 0.05em; /* 字符间距 */
    font-family: "SimSun", "宋体", serif;
  }
  .page-tit__wrap p {
    margin-top: 15px;
    font-size: 18px;
    opacity: 0.8;
  }
  .page-subnav__wide-wrap {
    max-width: 1920px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
  }
  .page-subnav {
    float: left;
  }
  .page-subnav li {
    position: relative;
    float: left;
    height: 90px;
    margin-right: 110px;
    line-height: 90px;
    font-size: 18px;
  }
  .page-subnav li::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #c4953c;
    transform: scaleX(0);
    transition: transform 0.3s linear;
  }
  .page-subnav li:hover::after {
    transform: scaleX(1);
  }
  .page-subnav li a:hover {
    color: #c4953c;
  }
  .page-subnav .page-subnav__active {
    color: #c4953c;
  }
  .page-subnav .page-subnav__active::after {
    transform: scaleX(1);
  }
  .page-subnav .page-subnav__active a {
    color: #c4953c;
  }
  .page-subnav_ershida {
    float: left;
  }
  .page-subnav_ershida li {
    position: relative;
    float: left;
    height: 90px;
    margin-right: 110px;
    line-height: 90px;
    font-size: 18px;
  }
  .page-subnav_ershida li::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(195, 64, 67);
    transform: scaleX(0);
    transition: transform 0.3s linear;
  }
  .page-subnav_ershida li:hover::after {
    transform: scaleX(1);
  }
  .page-subnav_ershida li a:hover {
    color: rgb(195, 64, 67);
  }
  .page-subnav_ershida .page-subnav_ershida__active {
    color: rgb(195, 64, 67);
  }
  .page-subnav_ershida .page-subnav_ershida__active::after {
    transform: scaleX(1);
  }
  .page-subnav_ershida .page-subnav_ershida__active a {
    color: rgb(195, 64, 67);
  }
  .page-subnav-ershida {
    float: left;
  }
  .page-subnav-ershida li {
    position: relative;
    float: left;
    height: 90px;
    margin-right: 110px;
    line-height: 90px;
    font-size: 18px;
  }
  .page-subnav-ershida li::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(195, 64, 67);
    transform: scaleX(0);
    transition: transform 0.3s linear;
  }
  .page-subnav-ershida li:hover::after {
    transform: scaleX(1);
  }
  .page-subnav-ershida li a:hover {
    color: rgb(195, 64, 67);
  }
  .page-subnav-ershida .page-subnav__active {
    color: rgb(195, 64, 67);
  }
  .page-subnav-ershida .page-subnav__active::after {
    transform: scaleX(1);
  }
  .page-subnav-ershida .page-subnav__active a {
    color: rgb(195, 64, 67);
  }
  .page-subnav__wrap .page-breadcrumb__wrap {
    float: right;
    height: 32px;
    line-height: 32px;
    margin-top: 30px;
    padding-left: 32px;
    border-left: 1px solid #e5e5e5;
  }
  .page-sub-tit__wrap {
    padding-top: 70px;
    height: 100px;
  }
  .page-sub-tit__wrap .page-sub-tit {
    position: relative;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 42px;
  }
  .page-sub-tit__wrap .page-sub-tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 30px;
    height: 3px;
    background-color: #c4953c;
  }
  .page-sub-tit__wrap .page-sub-tit-ershida {
    position: relative;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 42px;
  }
  .page-sub-tit__wrap .page-sub-tit-ershida::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 30px;
    height: 3px;
    background-color: rgb(195, 64, 67);
  }
  .page-sub-tit__wrap .pagelist-swich-btn__wrap {
    float: right;
    width: 84px;
    height: 42px;
    margin: 2px 52px 0 0;
    line-height: 0;
    background: url(../images/list_btn.png) center top no-repeat;
  }
  .page-sub-tit__wrap .pagelist-swich-btn__wrap span {
    float: left;
    display: block;
    width: 42px;
    height: 42px;
    cursor: pointer;
  }
  .page-sub-tit__wrap .pagelist-swich-btn__style2 {
    background-position: center bottom;
  }
  .footer__wide-wrap {
    min-height: 560px;
    background: #ededed url(../images/footer_bg.jpg) center bottom no-repeat;
  }
  .footer__wrap {
    position: relative;
    padding-top: 90px;
  }
  .footer__webmap__wrap > ul::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .footer__webmap__wrap > ul > li {
    float: left;
    width: 135px;
    padding-right: 10px;
    font-size: 16px;
  }
  .footer__webmap__wrap > ul > li:nth-child(1) {
    display: none;
  }
  .footer__webmap__wrap > ul > li:nth-child(4) {
    width: 165px;
  }
  .footer__webmap__wrap > ul > li > ul {
    padding-top: 30px;
  }
  .footer__webmap__wrap > ul > li > ul > li a {
    line-height: 30px;
    font-size: 14px;
    opacity: 0.8;
  }
  .footer__webmap__wrap > ul > li > ul > li a:hover {
    color: #c4953c;
  }
  .footer__qrcode {
    position: absolute;
    right: 0;
    top: 90px;
  }
  .footer__qrcode .footer__qrcode-img {
    line-height: 0;
  }
  .footer__qrcode p {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    opacity: 0.5;
  }
  .footer__info__wrap {
    margin-top: 80px;
  }
  .police_icon_a {
    margin-left: 40px;
  }
  .police_icon {
    width: 19px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    background-image: url("../images/icons/ico_police.png");
    position: absolute;
    margin-left: -25px;
  }
  .footer__info-left {
    float: left;
  }
  .footer__info-left .footer__info-logo {
    height: 40px;
    margin-bottom: 20px;
    line-height: 0;
  }
  .footer__info-left .footer__info-logo img {
    height: 40px;
  }
  .footer__info-left .footer__info-link {
    opacity: 1;
    font-size: 14px;
  }
  .footer__info-left .footer__info-link a {
    margin: 0 10px;
  }
  .footer__info-left .footer__info-link a:nth-child(1) {
    margin-left: 0;
  }
  .footer__info-left p {
    margin: 15px 0;
    font-size: 14px;
    opacity: 0.5;
  }
  .footer__info-mobile,
  .footer__info-mobile-sub {
    display: none;
  }
  .footer__info-right {
    float: right;
    padding-top: 5px;
  }
  .footer__info-right p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .header__wide-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 79px;
    min-width: 1400px;
    transition: 0.3s;
  }
  .header__wrap .haeder__logo {
    height: 40px;
    margin-top: 21px;
    float: left;
    line-height: 0;
  }
  .header__wrap .haeder__logo img {
    height: 40px;
  }
  .head__fun-wrap {
    float: right;
    display: flex;
    justify-content: space-between;
  }
  .header__webmap__wrap > ul::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .header__webmap__wrap > ul > li {
    position: relative;
    float: left;
    width: 110px;
    height: 100%;
    font-size: 16px;
  }
  .header__webmap__wrap > ul > li:first-child {
    width: 90px;
  }
  .header__webmap__wrap > ul > li > a {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    color: #fff;
    transition: 0.3s;
    position: relative;
  }
  .header__webmap__wrap > ul > li > a::after {
    transition: transform 0.3s linear;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #c4953c;
    transform: scaleX(0);
  }
  .header__webmap__wrap > ul > li > ul {
    display: block;
    overflow: hidden;
    position: absolute;
    max-height: 0;
    transition: 0.6s;
    opacity: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  .header__webmap__wrap > ul > li > ul > li {
    width: 100%;
    min-width: 130px;
    height: 50px;
    padding: 0 24px;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    white-space: nowrap;
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header__webmap__wrap > ul > li > ul > li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(-60deg, #a38041 0%, #ecc86f 100%);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .header__webmap__wrap > ul > li > ul > li:hover {
    color: white;
  }
  .header__webmap__wrap > ul > li > ul > li:hover a {
    color: white;
  }
  .header__webmap__wrap > ul > li > ul > li:hover::before {
    transform: scaleX(1);
  }
  .header__webmap__wrap > ul > li > ul > li a {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #111;
    transition: all 0.3s linear;
  }
  .header__webmap__wrap > ul .navli-active > a::after {
    transform: scaleX(1);
  }
  .header__webmap__wrap > ul .navli-active > ul {
    max-height: 408px;
    opacity: 1;
  }
  .header__search__wrap {
    position: relative;
    float: right;
    display: flex;
    align-items: center;
    width: 44px;
    border-bottom: 3px solid transparent;
    /*
    .header__search__box-wrap {
      transition: all 0.3s;
      position: absolute;
      display: block;
      top: 79px;
      right: 0;
      width: 554px;
      height: 0;
      overflow: hidden;
      background-color: #fff;
      opacity: 0;
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    }
    &:hover {
      border-bottom: 3px solid #c4953c;
      .header__search__box-wrap {
        height: 70px;
        opacity: 1;
      }
    } */
  }
  .header__search__wrap .header__search__box-wrap {
    display: none;
  }
  .header__search__wrap .search_btn {
    display: none;
  }
  .header__search__box {
    display: flex;
    align-items: center;
    padding: 15px 20px;
  }
  .header__search__box input {
    flex: 1;
    box-sizing: border-box;
    height: 40px;
    margin-right: 15px;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
  }
  .header__search__box input:focus {
    outline: none; /* 去除默认的轮廓 */
  }
  .header__search__btn {
    box-sizing: border-box;
    width: 78px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    background-image: -webkit-linear-gradient(-165deg, #dbbb6a, #c4953c);
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  .header__search__btn:hover {
    background-image: -webkit-linear-gradient(-165deg, #c4953c, #dbbb6a);
  }
  .search_btn,
  .header__search__pc-btn {
    display: flex;
    width: 44px;
    height: 44px;
    transform: scale(0.5);
  }
  .search_btn svg path,
  .header__search__pc-btn svg path {
    fill: #fff;
  }
  .search_btn .icon-cancel,
  .header__search__pc-btn .icon-cancel {
    display: none;
  }
  .icon-more__wrap {
    display: none;
  }
  .header__search__pc-wrap {
    width: 46px;
    text-align: right;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 16px;
    right: 0;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 23px;
  }
  .header__search__pc-wrap:hover {
    width: 395px;
    background-color: #fff;
    border-color: #c4953c !important;
    color: #333;
    margin-left: 10px;
  }
  .header__search__pc-wrap:hover .header__search__pc-input {
    opacity: 1;
  }
  .header__search__pc-wrap:hover svg path {
    fill: #c4953c !important;
  }
  .header__search__pc-input {
    width: 0;
    height: 100%;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    flex: 1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    border: none;
    color: #111;
    text-indent: 1em;
  }
  .header__scroll {
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .header__scroll .header__webmap__wrap > ul > li > a {
    color: #111;
  }
  .header__scroll .header__webmap__wrap > ul > li > ul {
    border-top: 1px solid #ededed;
  }
  .header__scroll .head__fun-wrap svg path {
    fill: #111;
  }
  .header__scroll .header__search__pc-wrap {
    border-color: #111;
  }
  .page-subnav__sjcq {
    position: relative;
    background-color: #235ca3;
  }
  .page-subnav__sjcq::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: url(../images/line_sjcq.png) center 0 repeat;
  }
  .page-subnav__sjcq .page-subnav li a {
    color: #fff;
  }
  .page-subnav__sjcq .page-subnav li a:hover {
    color: #c4953c;
  }
  .page-subnav__sjcq .page-subnav .page-subnav__active:after {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
  .wrapper-content {
    width: 100%;
  }
  .page-banner {
    height: 4.28rem;
    background-size: auto 100%;
    background-position: center;
  }
  .page-banner .wrapper-content {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    box-sizing: border-box;
    height: 4.28rem;
    padding-top: 1.25rem;
  }
  .page-tit__wrap {
    margin: 0 0.66rem;
    padding-top: 0;
    color: #fff;
  }
  .page-tit__wrap .page-main-title {
    width: 100%;
    font-size: 0.48rem;
  }
  .page-tit__wrap .page-main-title-ershida {
    font-size: 0.48rem;
    width: 100%;
    text-align: center;
    background: linear-gradient(45deg, rgb(253, 198, 132), rgb(251, 237, 211), rgb(253, 198, 132)); /* 渐变色 */
    -webkit-background-clip: text; /* 背景剪裁 */
    color: transparent; /* 文本颜色透明 */
    position: relative; /* 相对定位 */
    letter-spacing: 0.05em; /* 字符间距 */
    font-family: "SimSun", "宋体", serif;
  }
  .page-tit__wrap p {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    opacity: 0.8;
  }
  .ershida {
    background: url(../images/ershida_bg.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .page-subnav__wide-wrap {
    height: 0.88rem;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fafafa;
  }
  .page-subnav__sjcq {
    background-color: #235ca3;
  }
  .page-subnav__sjcq::after {
    height: 0.06rem;
    background-size: auto 100%;
  }
  .page-subnav__wrap {
    height: 100%;
    overflow-x: scroll;
  }
  .page-subnav__wrap::-webkit-scrollbar {
    display: none;
  }
  .page-subnav {
    display: flex;
    height: 100%;
    white-space: nowrap;
  }
  .page-subnav li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 100%;
    padding: 0 0.39rem;
    font-size: 0.26rem;
  }
  .page-subnav li a:hover {
    color: #c4953c;
  }
  .page-subnav .page-subnav__active {
    color: #c4953c;
  }
  .page-subnav .page-subnav__active::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    background-color: #c4953c;
  }
  .page-subnav .page-subnav__active a {
    color: #c4953c;
  }
  .page-subnav_ershida {
    display: flex;
    height: 100%;
    white-space: nowrap;
  }
  .page-subnav_ershida li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 100%;
    padding: 0 0.39rem;
    font-size: 0.26rem;
  }
  .page-subnav_ershida li a:hover {
    color: rgb(195, 64, 67);
  }
  .page-subnav_ershida .page-subnav_ershida__active {
    color: rgb(195, 64, 67);
  }
  .page-subnav_ershida .page-subnav_ershida__active::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    background-color: rgb(195, 64, 67);
  }
  .page-subnav_ershida .page-subnav_ershida__active a {
    color: rgb(195, 64, 67);
  }
  .page-subnav-ershida {
    display: flex;
    height: 100%;
    white-space: nowrap;
  }
  .page-subnav-ershida li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 100%;
    padding: 0 0.39rem;
    font-size: 0.26rem;
  }
  .page-subnav-ershida li a:hover {
    color: rgb(195, 64, 67);
  }
  .page-subnav-ershida .page-subnav__active {
    color: rgb(195, 64, 67);
  }
  .page-subnav-ershida .page-subnav__active::after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 3px;
    margin-left: -15px;
    background-color: rgb(195, 64, 67);
  }
  .page-subnav-ershida .page-subnav__active a {
    color: rgb(195, 64, 67);
  }
  .page-breadcrumb__wrap {
    display: none;
  }
  .page-sub-tit__wrap {
    box-sizing: border-box;
    padding: 0.7rem 0.4rem 0;
    height: 1.7rem;
  }
  .page-sub-tit__wrap .page-sub-tit {
    position: relative;
    float: left;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.42rem;
  }
  .page-sub-tit__wrap .page-sub-tit::after {
    display: none;
  }
  .header__wide-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 1.25rem;
    min-width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.15);
    transition: 0.5s;
  }
  .header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .header__wrap::after {
    display: none;
  }
  .header__wrap .haeder__logo {
    height: 0.5rem;
    margin-left: 0.4rem;
    margin-top: 0;
    line-height: 0;
  }
  .header__wrap .haeder__logo img {
    height: 0.5rem;
  }
  .head__fun-wrap {
    float: right;
    display: flex;
    justify-content: space-between;
  }
  .search_btn,
  .icon-more__wrap {
    display: flex;
    width: 44px;
    height: 44px;
    transform: scale(0.5);
  }
  .search_btn svg path,
  .icon-more__wrap svg path {
    fill: #fff;
  }
  .search_btn .icon-cancel,
  .icon-more__wrap .icon-cancel {
    display: none;
  }
  .icon-more__wrap {
    display: none;
  }
  .header__fun-more {
    margin-right: 0.2rem;
  }
  .menu-current .icon-more {
    display: none;
  }
  .menu-current .icon-cancel {
    display: block;
  }
  .icon-more__wrap {
    display: block;
    margin-top: 0.1rem;
    transform: scale(0.6);
  }
  .header__webmap__wrap {
    transition: 1s;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 1.26rem;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    overflow-y: scroll;
    background-color: #fff;
  }
  .header__webmap__wrap::-webkit-scrollbar {
    display: none;
  }
  .header__webmap__wrap > ul {
    border-top: 1px solid #ededed;
    padding: 0 0.4rem;
  }
  .header__webmap__wrap > ul::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .header__webmap__wrap > ul > li {
    position: relative;
    float: none;
    width: auto;
    height: auto;
    font-size: 0.3rem;
    border-bottom: 1px solid #ededed;
  }
  .header__webmap__wrap > ul > li:first-child {
    width: auto;
  }
  .header__webmap__wrap > ul > li:first-child a::after {
    display: none;
  }
  .header__webmap__wrap > ul > li > a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 1rem;
    color: #111;
    border-bottom: none;
  }
  .header__webmap__wrap > ul > li > a::after {
    margin-top: -0.09rem;
    transform: rotate(-90deg);
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.3rem;
    height: 0.18rem;
    background: url(../images/header_arrow.png) center center no-repeat;
    background-size: 100% auto;
    transition: 0.5s;
  }
  .header__webmap__wrap > ul > li.current a::after {
    transform: rotate(0deg);
  }
  .header__webmap__wrap > ul > li.current ul {
    max-height: 999px;
    opacity: 1;
  }
  .header__webmap__wrap > ul > li > ul {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: 0.6s;
    opacity: 0;
    background-color: transparent;
  }
  .header__webmap__wrap > ul > li > ul > li {
    min-width: auto;
    height: 0.8rem;
    padding: 0;
    border-bottom: none;
    white-space: nowrap;
  }
  .header__webmap__wrap > ul > li > ul > li a {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 0 0.24rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: rgba(17, 17, 17, 0.8);
  }
  .header__webmap__wrap > ul > li > ul > li a:hover {
    color: #c4953c;
  }
  .header__webmap__wrap > ul .navli-active > a {
    border-bottom: none;
  }
  .header__webmap__wrap > ul .navli-active > ul {
    display: block;
  }
  .header__menu-mobile-show {
    height: 9.1rem;
    max-height: 80vh;
  }
  .header__scroll {
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #ccc;
  }
  .header__scroll .header__webmap__wrap > ul > li > a {
    color: #111;
  }
  .header__scroll .header__webmap__wrap > ul > li > ul {
    border-top: none;
    opacity: 1;
    box-shadow: none;
  }
  .header__scroll .head__fun-wrap svg path {
    fill: #111;
  }
  .header__search__wrap {
    position: relative;
    float: right;
    display: flex;
    align-items: center;
    width: 44px;
    margin-right: 10px;
    transition: all 1s;
    border-bottom: none;
  }
  .header__search__wrap .header__search__box-wrap {
    transition: all 1s;
    position: fixed;
    display: block;
    top: 1.25rem;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    opacity: 0;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  }
  .header__search__wrap:hover {
    border-bottom: none;
  }
  .header__search__wrap:hover .header__search__box-wrap {
    height: 0;
    opacity: 0;
  }
  .header__search__wrap.search-click {
    border-bottom: none;
  }
  .header__search__wrap.search-click .header__search__box-wrap {
    height: 1.42rem;
    opacity: 1;
  }
  .header__search__box {
    display: flex;
    align-items: center;
    padding: 0.4rem;
  }
  .header__search__box input {
    flex: 1;
    box-sizing: border-box;
    height: 0.64rem;
    margin-right: 0.3rem;
    border: 1px solid #999;
    border-radius: 0.06rem;
  }
  .header__search__btn {
    box-sizing: border-box;
    font-size: 0.32rem;
    width: 1.5rem;
    text-align: center;
    height: 0.64rem;
    line-height: 0.64rem;
    padding: 0 0.3rem;
    background-image: -webkit-linear-gradient(-165deg, #dbbb6a, #c4953c);
    color: #fff;
    cursor: pointer;
  }
  .header__search__pc-wrap {
    display: none;
  }
  .footer__wide-wrap {
    box-sizing: border-box;
    padding: 0.9rem 0.4rem;
    min-height: 5.6rem;
    background: #ededed url(../images/footer_bg.jpg) center bottom no-repeat;
    background-position: -1rem bottom;
    background-size: auto 100%;
  }
  .footer__wrap {
    position: relative;
    padding-top: 0;
  }
  .footer__info__wrap {
    margin-top: 0;
  }
  .police_icon_a {
    margin-left: 25px;
  }
  .police_icon {
    width: 19px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    background-image: url("../images/icons/ico_police.png");
    position: absolute;
    margin-left: -25px;
  }
  .footer__info-left {
    float: none;
  }
  .footer__info-left .footer__info-logo {
    height: 0.66rem;
    margin-bottom: 20px;
    line-height: 0;
  }
  .footer__info-left .footer__info-logo img {
    height: 0.66rem;
  }
  .footer__webmap__wrap,
  .footer__qrcode,
  .footer__info-link,
  .footer__info-left p,
  .footer__info-right {
    display: none;
  }
  .footer__info-mobile {
    display: block;
    font-size: 0.24rem;
    line-height: 1.8;
    color: #666;
  }
  .footer__info-mobile-sub {
    display: block;
    margin-top: 0.8rem;
    font-size: 0.24rem;
    line-height: 1.8;
    color: #111;
    opacity: 0.5;
  }
  .page-subnav__sjcq {
    position: relative;
    background-color: #235ca3;
  }
  .page-subnav__sjcq::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: url(../images/line_sjcq.png) center 0 repeat;
  }
  .page-subnav__sjcq .page-subnav li a {
    color: #fff;
  }
  .page-subnav__sjcq .page-subnav li a:hover {
    color: #c4953c;
  }
  .page-subnav__sjcq .page-subnav .page-subnav__active:after {
    background-color: #fff;
  }
}

/*# sourceMappingURL=base.css.map */
