/*CSS Reset*/
*,
*:before,
*:after {
  box-sizing: border-box;
}
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,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  line-height: 1.5;
  font-size: 0.16rem;
  color: black;
  background-color: #f8f9fa;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
fieldset,
img {
  border: 0;
}
li {
  list-style: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
button {
  -webkit-appearance: none;
  border: 0;
  background: none;
}
a {
  -webkit-touch-callout: none;
  text-decoration: none;
}
:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
em,
i {
  font-style: normal;
}
input[type="date"] {
  text-align: right;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
@media screen and (max-width: 319px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 320px) and (max-width: 359px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    font-size: 96px;
  }
}
@media screen and (min-width: 375px) and (max-width: 383px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 384px) and (max-width: 399px) {
  html {
    font-size: 102.4px;
  }
}
@media screen and (min-width: 400px) and (max-width: 413px) {
  html {
    font-size: 106.66667px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 110.4px;
  }
}
@-webkit-keyframes aroundFlutter {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
@-webkit-keyframes leftEnter {
  0% {
    -webkit-transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes rightEnter {
  0% {
    -webkit-transform: translateX(300%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes upDownFlutter {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes leftOut {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-300%);
  }
}
@-webkit-keyframes upOut {
  0% {
    -webkit-transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-300%);
  }
}
@-webkit-keyframes rightOut {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(300%);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bottomEnter {
  0% {
    -webkit-transform: translateY(300%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes topEnter {
  0% {
    -webkit-transform: translateY(-300%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    -webkit-transform: translateY(-1800px);
  }
  60% {
    -webkit-transform: translateY(20px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
a {
  color: #333;
}
em {
  color: #ff8444;
}
::-webkit-input-placeholder {
  color: #bbbbbb;
}
/**
 * 文字
 */
h1 {
  font-size: 0.18rem;
}
h2 {
  font-size: 0.17rem;
}
h3,
h4 {
  font-size: 0.16rem;
}
h5,
.ui-txt-sub {
  font-size: 0.14rem;
}
h6,
.ui-txt-tips {
  font-size: 0.12rem;
}
.ui-txt-default {
  color: black;
}
.ui-txt-white {
  color: white;
}
.ui-txt-info {
  color: #777777;
}
.ui-txt-muted {
  color: #bbbbbb;
}
.ui-txt-warning,
.ui-txt-red {
  color: #ff4222;
}
.ui-txt-feeds {
  color: #314c83;
}
/* 同em */
.ui-txt-highlight {
  color: #ff8444;
}
/* 文字截断 */
.ui-nowrap {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-nowrap-flex {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-flex: 1;
  height: inherit;
}
.ui-nowrap-multi {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/**
 * 表格
 */
.ui-table {
  width: 100%;
  border-collapse: collapse;
}
.ui-table th {
  font-weight: 500;
}
.ui-table td,
.ui-table th {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  text-align: center;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-table td,
  .ui-table th {
    position: relative;
    border-right: 0;
    border-bottom: 0;
  }
  .ui-table td:after,
  .ui-table th:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
    background-size: 1px 100%, 100% 1px;
    background-repeat: no-repeat;
    background-position: right, bottom;
    pointer-events: none;
  }
  .ui-table tr td:last-child:after,
  .ui-table tr th:last-child:after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .ui-table tr:last-child td:not(:last-child):after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #e0e0e0), to(#e0e0e0));
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: right;
  }
}
.ui-table tr td:last-child,
.ui-table tr th:last-child {
  border-right: 0;
}
.ui-table tr:last-child td {
  border-bottom: 0;
}
/* 1px hack */
.ui-border-t {
  border-top: 1px solid #d4d4d4;
}
.ui-border-b {
  border-bottom: 1px solid #d4d4d4;
}
.ui-border-tb {
  border-top: #d4d4d4 1px solid;
  border-bottom: #d4d4d4 1px solid;
  background-image: none;
}
.ui-border-l {
  border-left: 1px solid #d4d4d4;
}
.ui-border-r {
  border-right: 1px solid #d4d4d4;
}
.ui-border {
  border: 1px solid #d4d4d4;
}
.ui-border-radius {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-border-radius {
    position: relative;
    border: 0;
  }
  .ui-border-radius:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d4d4d4;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0;
    padding: 1px;
    -webkit-box-sizing: border-box;
    border-radius: 8px;
    pointer-events: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-border {
    position: relative;
    border: 0;
  }
  .ui-border-t,
  .ui-border-b,
  .ui-border-l,
  .ui-border-r,
  .ui-border-tb {
    border: 0;
  }
  .ui-border-t {
    background-position: left top;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #d4d4d4), to(#d4d4d4));
  }
  .ui-border-b {
    background-position: left bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #d4d4d4), to(#d4d4d4));
  }
  .ui-border-t,
  .ui-border-b,
  .ui-border-tb {
    background-repeat: repeat-x;
    -webkit-background-size: 100% 1px;
  }
  .ui-border-tb {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #d4d4d4), to(#d4d4d4)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #d4d4d4), to(#d4d4d4));
    background-position: top, bottom;
  }
  .ui-border-l {
    background-position: left top;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #d4d4d4), to(#d4d4d4));
  }
  .ui-border-r {
    background-position: right top;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #d4d4d4), to(#d4d4d4));
  }
  .ui-border-l,
  .ui-border-r {
    background-repeat: repeat-y;
    -webkit-background-size: 1px 100%;
  }
  .ui-border:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #d4d4d4), to(#d4d4d4)), -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #d4d4d4), to(#d4d4d4)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #d4d4d4), to(#d4d4d4)), -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #d4d4d4), to(#d4d4d4));
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-repeat: no-repeat;
    background-position: top, right, bottom, left;
    padding: 1px;
    -webkit-box-sizing: border-box;
    z-index: 10;
    pointer-events: none;
  }
}
/**
 * 按钮
 */
.ui-btn,
.ui-btn-lg,
.ui-btn-s {
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.11rem;
  min-width: 0.55rem;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 0.15rem;
  background-color: #fdfdfd;
  vertical-align: top;
  color: #00a5e0;
  -webkit-box-sizing: border-box;
  background-clip: padding-box;
  border: 1px solid #cacccd;
  border-radius: 0.03rem;
}
/*@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-btn, .ui-btn-lg, .ui-btn-s {
        position: relative;
        border: 0;
    }

    .ui-btn:before, .ui-btn-lg:before, .ui-btn-s:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #cacccd;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: 6px;
        pointer-events: none;
    }
}*/
.ui-btn.active,
.active.ui-btn-lg,
.active.ui-btn-s {
  background: #f2f2f2;
  color: rgba(0, 165, 224, 0.5);
  background-clip: padding-box;
}
/*.ui-btn:after, .ui-btn-lg:after, .ui-btn-s:after {
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    left: 0;
    right: 0;
}*/
.ui-btn-primary {
  background-color: #18b4ed;
  border-color: #0baae4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #1fbaf3), to(#18b4ed));
  color: white;
  background-clip: padding-box;
}
.ui-btn-primary:not(.disabled):not(:disabled):active,
.ui-btn-primary.active {
  background: #1ca7da;
  border-color: #1ca7da;
  color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
}
.ui-btn-danger {
  background-color: #f75549;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #fc6156), to(#f75549));
  color: white;
  border-color: #f43d30;
  background-clip: padding-box;
}
.ui-btn-danger:not(.disabled):not(:disabled):active,
.ui-btn-danger.active {
  background: #e2574d;
  border-color: #e2574d;
  color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
}
.ui-btn.disabled,
.disabled.ui-btn-lg,
.disabled.ui-btn-s,
.ui-btn:disabled,
.ui-btn-lg:disabled,
.ui-btn-s:disabled {
  border: 0;
  color: #cccccc;
  background: #e9ebec;
  background-clip: padding-box;
}
.ui-btn-lg {
  font-size: 0.18rem;
  height: 0.44rem;
  line-height: 0.44rem;
  display: block;
  width: 100%;
  border-radius: 0.05rem;
}
.ui-btn-wrap {
  padding: 0.15rem 0.1rem;
}
.ui-btn-s {
  padding: 0;
  width: 0.55rem;
  height: 0.25rem;
  line-height: 0.25rem;
  font-size: 0.13rem;
}
.ui-btn-primary {
  border: 1px solid #0baae4;
}
.ui-btn-danger {
  border: 1px solid #f43d30;
}
.ui-btn,
.ui-btn-lg,
.ui-btn-s {
  border: 0;
}
.ui-btn.disabled,
.disabled.ui-btn-lg,
.disabled.ui-btn-s,
.ui-btn:disabled,
.ui-btn-lg:disabled,
.ui-btn-s:disabled {
  border: 1px solid #e9ebec;
}
.ui-btn-group {
  display: -webkit-box;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-align: center;
}
.ui-btn-group button {
  display: block;
  -webkit-box-flex: 1;
  color: #0091ff;
  line-height: 0.50rem;
  height: 0.48rem;
  text-align: center;
  font-size: 0.15rem;
  border-right: 1px #c8c7cc solid;
  width: 100%;
  border-top: 1px solid #c8c7cc;
}
.ui-btn-group button:last-child {
  border-right: 0;
}
.ui-btn-group button,
.ui-btn-group-tiled button {
  display: block;
  -webkit-box-flex: 1;
}
.ui-input-wrap {
  background-color: #ebeced;
  height: 0.44rem;
  display: -webkit-box;
  -webkit-box-align: center;
}
.ui-input-wrap .ui-btn,
.ui-input-wrap i {
  margin-right: 0.1rem;
}
.ui-input {
  height: 0.3rem;
  line-height: 0.30rem;
  margin: 0.07rem 0.1rem;
  background: #fff;
  padding-left: 0.1rem;
  -webkit-box-flex: 1;
}
.ui-input input {
  width: 100%;
  height: 100%;
  border: 0;
  background: 0 0;
  -webkit-appearance: none;
  outline: 0;
}
.ui-tab {
  margin-bottom: 0.10rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ui-tab-nav {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: box;
  font-size: 0.16rem;
  height: 0.35rem;
}
.ui-tab-nav li {
  font-size: 0.14rem;
  height: 0.35rem;
  line-height: 0.35rem;
  min-width: 0.70rem;
  -webkit-box-flex: 1;
  box-flex: 1;
  text-align: center;
  color: #818181;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  width: 100%;
}
.ui-tab-nav li.active {
  color: #197ae5;
  border-bottom: 2px #197ae5 solid;
}
.ui-tab-content {
  display: -webkit-box;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ui-tab-content > li {
  -webkit-box-flex: 1;
  padding-bottom: 1px;
  width: 100%;
}
/**
 * Swiper 3.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: June 14, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #ffffff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes menuin {
  0% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes menuin {
  0% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes menuin {
  0% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes menuout {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@-ms-keyframes menuout {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes menuout {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}
body,
input,
button,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", Arial, sans-serif;
}
img {
  vertical-align: middle;
}
button,
input[type=button],
input[type=submit] {
  -webkit-appearance: button;
}
.icon {
  display: inline-block;
  height: 1px;
  font-size: 0;
  position: relative;
  vertical-align: middle;
}
.icon:after {
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
}
body {
  margin: 0 auto;
  background: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  color: #000;
}

.ifWap{display: none;}
.elseWap{display: none;}

.ifWap{padding-top: 48px;}
.ifWap .header{background:#fff;position:fixed;left:0;width:100%;top:0;z-index:20;border-bottom: 1px solid #dadada;}
.ifWap .head{line-height:48px;height:48px;position:relative}
.ifWap .head .returnbtn,.head .searchbtn,.head .fanhui{position:absolute;height:48px}
.ifWap .head .fanhui{left:0;width:50px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABACAMAAACz8qB+AAAAQlBMVEUAAACJiYmJiYmJiYmPj4+KioqJiYmHh4eJiYmHh4eJiYmHh4eIiIiIiIiJiYmIiIiJiYmJiYmIiIiJiYmIiIiJiYlmYy1oAAAAFXRSTlMAwPCAEDDgYFBAzyCQ0KCfcI+wr29Z0PZAAAACPUlEQVRYw7WX0aKqIBBFBxgQ1Mwy/v9X7y0u4XHrGSzueukhXQLuGYSq4GvUHbXF6/gX39R5iy+mhkrbx4Rq5+x0bC3lJcbWUutic6nJurGZlFVMzMmu2oTzhbPUTHqLiYmplXRI4UzFmaWNwnmx1ErK15gYiUD6ZTi1p2bSRw4nE0i/DachaiUNJZwg7fm7cN55v16dWkz4PJwoLfRX/3E4UVrQ4JXCiQxxh+twPpzYXVAbToUTsSF4M6qNXNmacIoMfrystYbrwimL55XX7a5BB+Gs8ZqyEDcCLISzks69XxjvZ1Dj1Ou1WMEe3ns9bLJ1O6YLJrQe++9ux5vHTbDgZ5gOVqDTMAkJTM8CAbmIEZCtWDljTCz8ycKmmdrjsgq7ty3PeSh1M94ejrU/1wBYxxXKQFDmw9Yx55sG/GfL0v1cp9eINP8SOu2x6hC19g4aGjxGlkEqdOl0yfBri+8tSJ0ZlXIbrXuH0OGqYmQfBx8TwRv1QxtWCXDSR/nCKM2EcTXkG5ehHlZPyJtgQGnBju+c9cN7qHc6gu+ryKIU+6m2eaiajpl1GUORIn49qVk6wZbICl99ea/qiFg8wfK42oBQio/vUmvtq888KMXHa0vh+SttwzmPD+Gjt8vW5wqH2nOkTlLR+pz/fObEi1K0ztBUDiIrS8vO0QuXwa4oXK3e5VW9tWMFHm8OVJDnNgsJlKVYjRMJKJAKcLAkEWLC0tfgUENTqQdpC/T/kE6N1hTPcI4a06l4t0R/AGy4WFS9/JyWAAAAAElFTkSuQmCC) center center no-repeat;background-size:26px auto}
.ifWap .head .searchbtn{right:5px;width:50px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAPFBMVEUAAACJiYmHh4eJiYmKioqPj4+Hh4eJiYmJiYmJiYmJiYmJiYmIiIiIiIiJiYmKioqJiYmJiYmIiIiJiYmfF0doAAAAE3RSTlMAwECAPxAgUODPkHDwsKAw71/QL4aP2QAAAOpJREFUWMPtl8tuwyAQRQ2Et8FO7///a0sU7FS6k3SRRRXNWdhIdzhiMQhY3sG1GEKxZ0VwhtCrv6UdAnXOtzs42Y8U+GL+BIS7IGE1DMD9pA5pYXjAHqNISzrMEIwv4xDYMWI4FahABSr4PMFO4+s5DSieVISMNn4rBNKsbJCII46CIW1T4A04bp48jO3Xai3DL8o/YrsQwmOFvzBmFyRQ8tlIDZS9jjTsEMhT0J+2cgWiJdSHzSTS/ridRYwKVKACFXyaIL949oXnggjkFw/PFRJlxEZO70QIrP6W12YIPS4HWzEM944ryjebuleR84Z4rAAAAABJRU5ErkJggg==) center center no-repeat;background-size:26px auto}
.ifWap .head .returnbtn{left:17px;width:13px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABACAMAAACz8qB+AAAAQlBMVEUAAACJiYmJiYmJiYmPj4+KioqJiYmHh4eJiYmHh4eJiYmHh4eIiIiIiIiJiYmIiIiJiYmJiYmIiIiJiYmIiIiJiYlmYy1oAAAAFXRSTlMAwPCAEDDgYFBAzyCQ0KCfcI+wr29Z0PZAAAACPUlEQVRYw7WX0aKqIBBFBxgQ1Mwy/v9X7y0u4XHrGSzueukhXQLuGYSq4GvUHbXF6/gX39R5iy+mhkrbx4Rq5+x0bC3lJcbWUutic6nJurGZlFVMzMmu2oTzhbPUTHqLiYmplXRI4UzFmaWNwnmx1ErK15gYiUD6ZTi1p2bSRw4nE0i/DachaiUNJZwg7fm7cN55v16dWkz4PJwoLfRX/3E4UVrQ4JXCiQxxh+twPpzYXVAbToUTsSF4M6qNXNmacIoMfrystYbrwimL55XX7a5BB+Gs8ZqyEDcCLISzks69XxjvZ1Dj1Ou1WMEe3ns9bLJ1O6YLJrQe++9ux5vHTbDgZ5gOVqDTMAkJTM8CAbmIEZCtWDljTCz8ycKmmdrjsgq7ty3PeSh1M94ejrU/1wBYxxXKQFDmw9Yx55sG/GfL0v1cp9eINP8SOu2x6hC19g4aGjxGlkEqdOl0yfBri+8tSJ0ZlXIbrXuH0OGqYmQfBx8TwRv1QxtWCXDSR/nCKM2EcTXkG5ehHlZPyJtgQGnBju+c9cN7qHc6gu+ryKIU+6m2eaiajpl1GUORIn49qVk6wZbICl99ea/qiFg8wfK42oBQio/vUmvtq888KMXHa0vh+SttwzmPD+Gjt8vW5wqH2nOkTlLR+pz/fObEi1K0ztBUDiIrS8vO0QuXwa4oXK3e5VW9tWMFHm8OVJDnNgsJlKVYjRMJKJAKcLAkEWLC0tfgUENTqQdpC/T/kE6N1hTPcI4a06l4t0R/AGy4WFS9/JyWAAAAAElFTkSuQmCC) center center no-repeat;background-size:13px auto}
.ifWap .head .webtit{text-align:center;font-size:17px;color:#fff}
.ifWap .head .webtitImg{text-align: center;display: block;width: 1.5rem;margin: 0 auto;}
.ifWap .head .webtitImg img{height: 28px;position: relative;top: -2px;}

.aside-menu{
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
}

.aside-menu a{
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  padding-left: 25px;
  border-bottom: 1px solid #464646;
}

.aside-menu a:active{
  background-color: #60a5ff;
}

.ifWap .foot_nav{padding:20px;background: #333}
.ifWap .foot_nav .copyright{font-size:12px;text-align: center;line-height:20px;color:#ccc}
.ifWap .foot_nav .vchange{background:url(http://m.hunuo.com/../images/diannao.png) no-repeat left center;background-size:15px auto;padding-left:20px;font-size:12px;line-height:20px;color:#666}
.ifWap .foot_nav .box_3{text-align: center;padding-top: 5px;}
.ifWap .foot_nav .box_3 a{display: inline-block;height: 22px;margin: 0 5px;}
.ifWap .foot_nav .box_3 .brand_1{width: 35px;background: url("../../img/bottom_pz.png") center no-repeat;-webkit-background-size: 35px;background-size: 35px;}
.ifWap .foot_nav .box_3 .brand_2{width: 35px;background: url("../../img/bottom_qs.png") center no-repeat;-webkit-background-size: 35px;background-size: 35px;}
.ifWap .foot_nav .box_3 .brand_3{width: 20px;background: url("../../img/bottom_zz.png") center no-repeat;-webkit-background-size: 20px;background-size: 20px;}
.ifWap .foot_nav .box_3 .brand_4{width: 35px;background: url("../../img/bottom_gxjs.png") center no-repeat;-webkit-background-size: 35px;background-size: 35px;}
.ifWap .foot_nav .box_3 .brand_5{width: 15px;background: url("../../img/bottom_ga.png") center no-repeat;-webkit-background-size: 15px;background-size: 15px;}
.ifWap .foot_nav .box_3 .brand_6{width: 50px;background: url("../../img/bottom_kx.png") center no-repeat;-webkit-background-size: 50px;background-size: 50px;}
.ifWap .foot_nav .box_3 .brand_7{width: 35px;background: url("../../img/bottom_xyzs.png") center no-repeat;-webkit-background-size: 35px;background-size: 35px;}
.ifWap .foot_nav .box_3 .brand_8{width: 50px;background: url("../../img/bottom_hypp.png") center no-repeat;-webkit-background-size: 50px;background-size: 50px;}


/* 公共 */
.clearfix {*zoom: 1;}
.clearfix:after {clear: both;content: '';display: table;}

/* 顶部 导航 */
.elseWap .header {width: 100%;height: 70px;margin: 0 auto;}
.elseWap .header a {display: inline-block;float: right;margin: 30px 3.5% 0 0;font-size: 15px;}
.elseWap .header a:hover{color: #ff0000;}
.elseWap .header a:nth-child(1){float: left;margin: 0 0 0 4.5%;}
.elseWap .header img {padding-top: 20px;border: 0;}

/* 底部 footer */
.elseWap .footer {
  padding-bottom: 20px;
}
.elseWap .footer .box_1 {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 20px;
  *zoom: 1;
}
.elseWap .footer .box_1:after {
  clear: both;
  content: '';
  display: table;
}
.elseWap .footer .box_1 dl {
  width: 11%;
  float: left;
  margin-right: 2%;
}
.elseWap .footer .box_1 dl:nth-child(1) {
  width: 21%;
}
.elseWap .footer .box_1 dl:last-child {
  margin-right: 0;
}
.elseWap .footer .box_1 dt {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px #d9d9d9 solid;
  font-size: 14px;
  color: #66667b;
  font-weight: bold;
  padding-left: 5px;
}
.elseWap .footer .box_1 dd {
  color: #a0a0a0;
  font-size: 12px;
  margin-top: 10px;
}
.elseWap .footer .box_1 dd code {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  font-size: 12px;
  color: #a0a0a0;
}
.elseWap .footer .box_1 dd a {
  color: #a0a0a0;
  font-size: 12px;
}
.elseWap .footer .box_2 {
  font-size: 12px;
  line-height: 24px;
  color: #a0a0a0;
  text-align: center;
}
.elseWap .footer .box_2 a {
  font-size: 12px;
  color: #a0a0a0;
  text-decoration: none;
}
.elseWap .footer .box_3 {
  text-align: center;
}
.elseWap .footer .box_3 a {
  display: inline-block;
  height: 22px;
  margin: 0 5px;
}
.elseWap .footer .box_3 .brand_1 {
  width: 35px;
  background: url("../../img/bottom_pz1.png") center no-repeat;
  background-size: 35px;
}
.elseWap .footer .box_3 .brand_1:hover {
  background-image: url("../../img/bottom_pz.png");
}
.elseWap .footer .box_3 .brand_2 {
  width: 35px;
  background: url("../../img/bottom_qs1.png") center no-repeat;
  background-size: 35px;
}
.elseWap .footer .box_3 .brand_2:hover {
  background-image: url("../../img/bottom_qs.png");
}
.elseWap .footer .box_3 .brand_3 {
  width: 20px;
  background: url("../../img/bottom_zz1.png") center no-repeat;
  background-size: 20px;
}
.elseWap .footer .box_3 .brand_3:hover {
  background-image: url("../../img/bottom_zz.png");
}
.elseWap .footer .box_3 .brand_4 {
  width: 35px;
  background: url("../../img/bottom_gxjs1.png") center no-repeat;
  background-size: 35px;
}
.elseWap .footer .box_3 .brand_4:hover {
  background-image: url("../../img/bottom_gxjs.png");
}
.elseWap .footer .box_3 .brand_5 {
  width: 15px;
  background: url("../../img/bottom_ga1.png") center no-repeat;
  background-size: 15px;
}
.elseWap .footer .box_3 .brand_5:hover {
  background-image: url("../../img/bottom_ga.png");
}
.elseWap .footer .box_3 .brand_6 {
  width: 50px;
  background: url("../../img/bottom_kx1.png") center no-repeat;
  background-size: 50px;
}
.elseWap .footer .box_3 .brand_6:hover {
  background-image: url("../../img/bottom_kx.png");
}
.elseWap .footer .box_3 .brand_7 {
  width: 35px;
  background: url("../../img/bottom_xyzs1.png") center no-repeat;
  background-size: 35px;
}
.elseWap .footer .box_3 .brand_7:hover {
  background-image: url("../../img/bottom_xyzs.png");
}
.elseWap .footer .box_3 .brand_8 {
  width: 50px;
  background: url("../../img/bottom_hypp1.png") center no-repeat;
  background-size: 50px;
}
.elseWap .footer .box_3 .brand_8:hover {
  background-image: url("../../img/bottom_hypp.png");
}

/* 公告列表 */
.ifWap .notice {width: 100%;margin: 0 auto;}
.ifWap .notice .f_l {width: 100%;}
.ifWap .notice .f_l .box_1{border: 1px solid #E4E4E4;margin-top: 10px;}
.ifWap .notice .f_l .box_1 .title{padding-left: 20px;height: 30px;line-height: 30px;font-size: 12px;background: #E4E4E4;}
.ifWap .notice .f_l .box_1 .title a{display: inline-block;height: 30px;line-height: 30px;}
.ifWap .notice .f_l .box_1 .cnt{padding: 10px 15px;overflow: hidden;min-height: 190px;}
.ifWap .notice .f_l .box_1 .cnt li a{display: block;height: 32px;line-height: 32px;font-size: 12px;}
.ifWap .notice .f_l .box_1 .cnt li a:hover{background: #f3f3f3;text-decoration: underline;}
.ifWap .notice .f_l .box_1 .cnt li a span{display: inline-block;width: 72%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ifWap .notice .f_l .box_1 .cnt li:nth-child(1) a span:nth-child(1){position: relative;}
.ifWap .notice .f_l .box_1 .cnt li:nth-child(1) a span:nth-child(1):after{content: "";position: absolute;right: -22px;top: 3px;display: block; width: 18px;height: 6px;background: url("../../img/ggzx/new.gif") center no-repeat;}
.ifWap .notice .f_l .box_1 .cnt li .time{float: right;width: 70px;height: 32px;overflow: hidden;white-space: inherit;}

/* 公告列表 */
.elseWap .notice {width: 980px;margin: 0 auto;}
.elseWap .notice .f_l {float: left;width: 240px;}
.elseWap .notice .f_r {float: right;width: 730px;}
.elseWap .notice .f_r .box_1{border: 1px solid #E4E4E4;margin-top: 10px;}
.elseWap .notice .f_r .box_1 .title{padding-left: 20px;height: 30px;line-height: 30px;font-size: 12px;background: #E4E4E4;}
.elseWap .notice .f_r .box_1 .title a{display: inline-block;height: 30px;line-height: 30px;}
.elseWap .notice .f_r .box_1 .cnt{padding: 10px 15px;overflow: hidden;min-height: 190px;}
.elseWap .notice .f_r .box_1 .cnt li a{display: block;height: 32px;line-height: 32px;font-size: 12px;}
.elseWap .notice .f_r .box_1 .cnt li a:hover{background: #f3f3f3;text-decoration: underline;}
.elseWap .notice .f_r .box_1 .cnt li:nth-child(1) a span:nth-child(1){position: relative;}
.elseWap .notice .f_r .box_1 .cnt li:nth-child(1) a span:nth-child(1):after{content: "";position: absolute;right: -22px;top: 3px;display: block; width: 18px;height: 6px;background: url("../../img/ggzx/new.gif") center no-repeat;}
.elseWap .notice .f_r .box_1 .cnt li .time{float: right;width: 70px;height: 32px;overflow: hidden;}
.elseWap .notice .f_l .box_1{margin-bottom:10px;}
.elseWap .notice .f_l .box_1 .title{height: 40px;overflow: hidden;line-height: 38px;font-size: 14px;text-indent: 10px;border: 1px solid #E4E4E4;margin-top: 10px;}
.elseWap .notice .f_l .box_1 .cnt{overflow: hidden;border: 1px solid #E4E4E4;border-top: none;padding: 5px 10px;}
.elseWap .notice .f_l .box_1 .cnt li{overflow: hidden;width: 218px;height: 32px;line-height: 32px;text-indent: 20px;background: url(../../img/bg.gif) -180px -211px no-repeat;font-size: 14px;}
.elseWap .notice .f_l .box_1 .cnt li:hover{background: #eeeeee url(../../img/bg.gif) -180px -211px no-repeat;}
.elseWap .notice .f_l .box_1 .cnt li a{display: block;}
.elseWap .notice .f_l .box_1 .title .more{display:block;float:right;overflow:hidden;width:40px;height:15px;margin:10px 10px 0 0;_margin-right:5px;text-indent:999px;background:url(../../img/bg.gif) -146px -35px no-repeat}

/* 公告内页 */
.ifWap .notice_cnt{width: 100%;margin: 10px auto 0;border: 1px solid #E4E4E4;}
.ifWap .notice_cnt .title{padding-left: 20px;height: 30px;line-height: 30px;font-size: 12px;background: #E4E4E4;}
.ifWap .notice_cnt .title a{display: inline-block;height: 30px;line-height: 30px;}
.ifWap .notice_cnt .cnt{
  padding:10px;overflow:hidden;min-height:190px;
}

.ifWap .notice_cnt .cnt h1{min-height:30px;line-height:30px;text-align:center;font-size:13px}
.ifWap .notice_cnt .cnt .info{height:36px;line-height:24px;text-align:center;border-bottom:1px dotted #BDD7F2;padding:6px 0;font-size: 12px;}
.ifWap .notice_cnt .cnt .info span{padding:0 5px}
.ifWap .notice_cnt .cnt .content{padding:10px 5px;font-size:14px;line-height:1.8;word-wrap:break-word;word-break:break-all}
.ifWap .notice_cnt .cnt .content img{max-width:100%;height: auto;display: block;margin: 0 auto;}
.ifWap .notice_cnt .cnt .turn{border-top:1px dotted #BDD7F2;padding:5px 5px 0;font-size:14px}
.ifWap .share_tag{margin-top:5px;height:30px}
.ifWap .share_tag .sh_l{float:left}
.ifWap .share_tag #bdshare{float:right}

/* 公告内页 */
.elseWap .notice_cnt{width: 1000px;margin: 10px auto 0;border: 1px solid #E4E4E4;}
.elseWap .notice_cnt .title{padding-left: 20px;height: 30px;line-height: 30px;font-size: 12px;background: #E4E4E4;}
.elseWap .notice_cnt .title a{display: inline-block;height: 30px;line-height: 30px;}
.elseWap .notice_cnt .cnt{
  padding:10px;overflow:hidden;min-height:190px;
}

.elseWap .notice_cnt .cnt h1{height:30px;line-height:30px;overflow:hidden;text-align:center;font-size:18px}
.elseWap .notice_cnt .cnt .info{height:36px;line-height:24px;text-align:center;border-bottom:1px dotted #BDD7F2;padding:6px 0;font-size: 12px;}
.elseWap .notice_cnt .cnt .info span{padding:0 5px}
.elseWap .notice_cnt .cnt .content{padding:10px 5px;font-size:14px;line-height:1.8;word-wrap:break-word;word-break:break-all}
.elseWap .notice_cnt .cnt .turn{border-top:1px dotted #BDD7F2;padding:5px 5px 0;font-size:14px}
.elseWap .share_tag{margin-top:5px;height:30px}
.elseWap .share_tag .sh_l{float:left}
.elseWap .share_tag #bdshare{float:right}
.elseWap .share_tag #bdshare span{height: 25px;}
.elseWap .share_tag #bdshare a{box-sizing: initial;}

/* 分页 */
.ifWap .pages{margin-top:5px}
.ifWap .pages a,.pages a:visited,.pages b,.pages span{display:inline;float:left;min-width:12px;height:26px;line-height:20px;margin:5px 5px 0 0;padding:2px 8px;text-align:center;font-family:Tahoma;font-size:12px;white-space:nowrap;border:1px solid #BDD7F2;border-radius:3px;color:#333}
.ifWap .pages a:hover{border:1px solid #38739F;background:#E5F3FF;color:#000;font-weight:400}
.ifWap .pages b{border:1px solid #BDD7F2!important;background:#CBE0F7!important}
.ifWap .pages span{font-weight:bold}

/* 分页 */
.elseWap .pages{margin-top:5px}
.elseWap .pages a,.pages a:visited,.pages b,.pages span{display:inline;float:left;min-width:12px;height:26px;line-height:20px;margin:5px 5px 0 0;padding:2px 5px;text-align:center;font-family:Tahoma;font-size:12px;white-space:nowrap;border:1px solid #BDD7F2;border-radius:3px;color:#333}
.elseWap .pages a:hover{border:1px solid #38739F;background:#E5F3FF;color:#000;font-weight:400}
.elseWap .pages b{border:1px solid #BDD7F2!important;background:#CBE0F7!important}
.elseWap .pages span{font-weight:bold}

/* 分公司 */
.ifWap .site{width: 100%;  margin: 0 auto; }
.ifWap .site .f_r {width: 100%;}
.ifWap table{ width: 100%; font-size: 13px;}
.ifWap table th{height: 35px; color: #ffffff; text-align: center; background: #02a0e9;vertical-align: middle;}
.ifWap table td{text-align: left; padding: 0 5px 8px 5px;}
/*.ifWap table tr:nth-child(odd){height: 27px;vertical-align: top;} /!*奇数行*!/
.ifWap table tr:nth-child(even){height: 27px;vertical-align: bottom;} /!*偶数行*!/*/
.ifWap table td:nth-child(2){padding-top: 8px;padding-bottom: 0;}
.ifWap table td:nth-child(3){padding-top: 8px;padding-bottom: 0;}
.ifWap table td:nth-child(4){padding-top: 8px;padding-bottom: 0;}
.ifWap table tr:nth-child(even){border-top: 1px solid #E4E4E4;}
.ifWap table tr:nth-child(4n+2){background:#F4F4F4;}/*从第一行开始算起 每隔4个（包含第四个）使用此样式*/
.ifWap table tr:nth-child(4n+3){background:#F4F4F4;}/*从第二行开始算起 每隔4个（包含第四个）使用此样式*/

.elseWap .site{width: 1200px;margin: 0 auto;}
.elseWap .site .f_l {float: left;width: 120px;}
.elseWap .site .f_l .box_1 .title{height: 40px;overflow: hidden;line-height: 38px;font-size: 14px;text-indent: 10px;border: 1px solid #E4E4E4;margin-top: 10px;}
.elseWap .site .f_l .box_1 .cnt{overflow: hidden;border: 1px solid #E4E4E4;border-top: none;padding: 5px 10px;}
.elseWap .site .f_l .box_1 .cnt li{overflow: hidden;width: 218px;height: 32px;line-height: 32px;text-indent: 20px;background: url(../../img/bg.gif) -180px -211px no-repeat;font-size: 14px;}
.elseWap .site .f_l .box_1 .cnt li:hover{background: #eeeeee url(../../img/bg.gif) -180px -211px no-repeat;}
.elseWap .site .f_l .box_1 .cnt li a{display: block;}
.elseWap .site .f_l .box_1 .title .more{display:block;float:right;overflow:hidden;width:40px;height:15px;margin:10px 10px 0 0;_margin-right:5px;text-indent:999px;background:url(../../img/bg.gif) -146px -35px no-repeat}

.elseWap .site .f_r {float: right;width: 1070px;}

.elseWap .site .f_r .box_1{border: 1px solid #E4E4E4;margin-top: 10px;}
.elseWap .site .f_r .box_1 .title{padding-left: 20px;height: 30px;line-height: 30px;font-size: 12px;background: #E4E4E4;}
.elseWap .site .f_r .box_1 .title a{display: inline-block;height: 30px;line-height: 30px;}
.elseWap .site .f_r .box_1 .cnt{padding: 10px 15px;overflow: hidden;min-height: 190px;}
.elseWap .site .f_l .box_1{margin-bottom:10px;}

.elseWap table{ width: 100%; font-size: 12px;}
.elseWap table th{height: 35px; color: #ffffff; text-align: center; background: #02a0e9;padding: 0 5px;}
.elseWap table td{height: 35px; text-align: center; border-bottom: 1px solid #E4E4E4;}
