* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0;
  font-family: Microsoft YaHei, Arial;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  background: #eff1f3 url(../img/bg.png) bottom center no-repeat;
  background-size: contain;
}

.pc-hide {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 73.9583333333vw;
  height: 100%;
  margin: auto;
  text-align: center;
}

a {
  text-decoration: none;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  background: #e7e6e6;
  border-bottom: 0.1041666667vw solid #eff1f3;
  z-index: 99;
}
.header .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo {
  width: 7.8125vw;
  height: 1.71875vw;
  vertical-align: middle;
}
.header .container .nav-item {
  display: inline-block;
  position: relative;
  width: auto;
  height: 4.1666666667vw;
  line-height: 4.1666666667vw;
  font-size: 0.9375vw;
  vertical-align: middle;
  cursor: pointer;
}
.header .container .nav-item:hover:after {
  content: '';
  position: absolute;
  width: 4.1666666667vw;
  height: 0.1041666667vw;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #c7000b;
}
.header .container .nav-item:not(:last-of-type) {
  margin-right: 2.8645833333vw;
}
.header .container .nav-item * {
  color: #282828;
  font-size: 0.9375vw;
}
.header .container .nav-item .nav-xl img {
  width: 0.7291666667vw;
  height: 0.4166666667vw;
}
.header .container .nav-item .nav-show {
  display: none;
  position: absolute;
  top: 4.1666666667vw;
  left: -2.0833333333vw;
}
.header .container .nav-item .nav-show li {
  width: 8.3333333333vw;
  height: 2.8645833333vw;
  font-size: 0.8333333333vw;
  text-align: center;
  line-height: 2.8645833333vw;
  list-style: none;
  background: #ffffff;
  box-shadow: 0 0.4166666667vw 0.78125vw 0 rgba(0, 0, 0, 0.1);
}
.header .container .nav-item .nav-show li:hover a {
  color: #c7000b;
}
.header .container .nav-item .nav-show li:nth-of-type(2n) {
  background: #F6F7F9;
}
.header .container .nav-item:hover .nav-show {
  display: block;
}

.banner img {
  width: 100%;
}

.main {
  margin-top: 1.5625vw;
  padding-bottom: 4.1666666667vw;
}
.main .container .main-img {
  width: 100%;
  margin-bottom: 1.5625vw;
}
.main .container .city-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .container .city-box .main-item {
  position: relative;
  margin-bottom: 1.5625vw;
  width: 32%;
}
.main .container .city-box .main-item img {
  width: 100%;
}
.main .container .city-box .main-item .more {
  position: absolute;
  width: 6.5625vw;
  height: 6.5625vw;
  right: 1.875vw;
  bottom: 1.875vw;
}

/* footer */
.footer {
  background-color: #161616;
  padding: 15px 0;
  position: relative;
}

.footer .container::after {
  display: table;
  clear: both;
  content: ' ';
}

.footer-icon {
  float: right;
  color: #ffffff;
  font-size: 12px;
  height: 12px;
  line-height: 20px;
}

.footer-icon a div {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  height: 30px;
  display: inline-block;
}

.footer-icon img {
  height: 100%;
}

.footer-text {
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  float: left;
}

.wx-box {
  position: relative;
}

.footer-icon a div.wx-ewm {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 45px;
  right: -50px;
  z-index: 9;
}

.wx-ewm img {
  width: 100%;
}

.contact-btn {
  position: fixed;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  right: 0.5208333333vw;
  bottom: 2.6041666667vw;
  cursor: pointer;
}

.pop-up-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
  text-align: center;
}
.pop-up-layer .con {
  width: 35.9375vw;
  height: 21.9791666667vw;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
  border-radius: 0.5208333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 1.0416666667vw;
}
.pop-up-layer .con .con-top {
  background: linear-gradient(90deg, #fb9c6e 0%, #fb9c6e 50%, #f8b560 100%);
  width: 100%;
  height: 2.9166666667vw;
}
.pop-up-layer .con h5 {
  color: #fff;
  font-weight: bold;
  padding: 0.6770833333vw 1.0416666667vw;
  vertical-align: middle;
  text-align: left;
  font-size: 0.9375vw;
  line-height: 1.625;
  margin: 0;
}
.pop-up-layer .con span {
  cursor: pointer;
  position: absolute;
  top: 0%;
  right: 4%;
  color: #fff;
  float: right;
  text-align: center;
  line-height: 1.625;
  font-size: 1.5625vw;
}
.pop-up-layer .con .box-i {
  background-color: #f8f8f8;
  width: 100%;
  height: 16.1458333333vw;
}
.pop-up-layer .con .box-i .box-top {
  padding: 1.0416666667vw 1.1979166667vw 0.5208333333vw 3.0208333333vw;
  height: 13.0208333333vw;
}
.pop-up-layer .con .box-i .box-top .box-top-left,
.pop-up-layer .con .box-i .box-top .box-top-right {
  position: relative;
  float: left;
  width: 45%;
  height: 10.4166666667vw;
  background-color: #ffffff;
  margin-right: 1.0416666667vw;
  border-radius: 0.5208333333vw;
}
.pop-up-layer .con .box-i .box-top .box-top-left h4,
.pop-up-layer .con .box-i .box-top .box-top-right h4 {
  color: #000000;
  line-height: 1.0416666667vw;
  font-size: 1.0416666667vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5208333333vw 0;
}
.pop-up-layer .con .box-i .box-top .box-top-left hr,
.pop-up-layer .con .box-i .box-top .box-top-right hr {
  width: 80%;
  position: absolute;
  left: 13%;
  top: 20%;
}
.pop-up-layer .con .box-i .box-top .box-top-left .box-top-box,
.pop-up-layer .con .box-i .box-top .box-top-right .box-top-box {
  height: 7.0833333333vw;
  position: absolute;
  top: 20%;
  width: 80%;
  left: 13%;
  text-align: center;
  border-top: 0.0520833333vw solid #e2e2e2;
}
.pop-up-layer .con .box-i .box-top .box-top-left .box-top-box li,
.pop-up-layer .con .box-i .box-top .box-top-right .box-top-box li {
  width: 50%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 1.8229166667vw;
}
.pop-up-layer .con .box-i .box-top .box-top-left .box-top-box li svg,
.pop-up-layer .con .box-i .box-top .box-top-right .box-top-box li svg {
  width: 2.1875vw;
  height: 2.0833333333vw;
}
.pop-up-layer .con .box-i .box-top .box-top-left .box-top-box li p,
.pop-up-layer .con .box-i .box-top .box-top-right .box-top-box li p {
  font-size: 0.8333333333vw;
  margin-top: 0.5729166667vw;
  color: #000;
}
.pop-up-layer .con .box-i .box-bot {
  width: 83%;
  position: absolute;
  top: 70%;
  left: 8%;
  padding: 0 2.6041666667vw 1.0416666667vw 2.6041666667vw;
  height: 2.5vw;
  line-height: 2.6041666667vw;
  text-align: center;
  background-color: #fff;
  border-radius: 0.5208333333vw;
}
.pop-up-layer .con .box-i .box-bot a {
  color: #000000;
  font-size: 0.8333333333vw;
  font-weight: bold;
}
.pop-up-layer .con .box-i .box-bot svg {
  width: 1.7708333333vw;
  height: 1.7708333333vw;
  position: absolute;
  top: 12%;
  left: 32%;
}
.pop-up-layer .con .more-line {
  width: 100%;
  margin-left: 4.4791666667vw;
  line-height: 3.125vw;
}
.pop-up-layer .con .more-line li {
  width: 19%;
  list-style: none;
  float: left;
  margin-left: 1.0416666667vw;
  margin-right: 1.0416666667vw;
}
.pop-up-layer .con .more-line li a p {
  cursor: pointer;
  font-size: 0.8333333333vw;
}
.pop-up-layer .con .more-line li a:hover {
  border-bottom: 0.0520833333vw solid #000000;
}

@media screen and (max-width: 769px) {
  .container {
    max-width: 92vw;
  }

  .mb-hide {
    display: none;
  }

  .pc-hide {
    display: block;
  }

  .header .container .logo {
    width: 20vw;
    height: 4.4vw;
  }
  .header .container .nav-item {
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 2.4vw;
  }
  .header .container .nav-item:hover:after {
    width: 10.6666666667vw;
    height: 0.2666666667vw;
  }
  .header .container .nav-item:not(:last-of-type) {
    margin-right: 7.3333333333vw;
  }
  .header .container .nav-item * {
    font-size: 2.4vw;
  }
  .header .container .nav-item .nav-xl img {
    width: 1.8666666667vw;
    height: 1.0666666667vw;
  }
  .header .container .nav-item .nav-show {
    top: 10.6666666667vw;
    left: -5.3333333333vw;
  }
  .header .container .nav-item .nav-show li {
    width: 21.3333333333vw;
    height: 7.3333333333vw;
    font-size: 2.1333333333vw;
    line-height: 7.3333333333vw;
    box-shadow: 0 1.0666666667vw 2vw 0 rgba(0, 0, 0, 0.1);
  }

  .main {
    margin-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .main .container .main-img {
    margin-bottom: 4vw;
  }
  .main .container .city-box .main-item {
    margin-bottom: 4vw;
  }
  .main .container .city-box .main-item .more {
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    right: 2.1333333333vw;
    bottom: 2.1333333333vw;
  }

  .footer-icon {
    width: 100%;
  }

  .pop-up-layer-mb {
    display: none;
    position: fixed;
    width: 100%;
    top: 0%;
    left: 0%;
    height: 100%;
    background-color: #f8f8f8;
    z-index: 99;
  }

  .pop-up-top {
    width: 100%;
    height: 12vw;
    background: linear-gradient(90deg, #fb9c6e 0%, #fb9c6e 50%, #f8b560 100%);
  }

  .pop-up-top h3 {
    color: #fff;
    text-align: center;
    font-size: 4.2666666667vw;
    line-height: 12vw;
  }

  .pop-up-top span {
    position: absolute;
    font-size: 5.3333333333vw;
    top: 1%;
    right: 5%;
    color: #fff;
    float: right;
  }

  .pop-up-1 {
    width: 95%;
    height: 38.6666666667vw;
    margin: auto;
    margin-top: 4.2666666667vw;
    background-color: #fff;
    border-radius: 4.2666666667vw;
  }

  .pop-up-1 h6 {
    text-align: left;
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }

  .pop-up-1 ul {
    width: 100%;
    height: 32vw;
    border-top: 0.1333333333vw solid #e2e2e2;
  }

  .pop-up-1 li {
    width: 49%;
    height: 100%;
    border-right: 0.1333333333vw solid #e2e2e2;
    display: inline-block;
    padding-top: 6.6666666667vw;
    text-align: center;
    vertical-align: top;
  }

  .pop-up-1 li svg {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    padding-bottom: 1.3333333333vw;
  }

  .pop-up-1 p {
    font-size: 3.2vw;
    color: #000000;
  }

  .pop-up-2 {
    width: 95%;
    height: 38.6666666667vw;
    margin: auto;
    margin-top: 4.2666666667vw;
    background-color: #fff;
    border-radius: 4.2666666667vw;
  }

  .pop-up-2 h6 {
    text-align: left;
    font-size: 1.8666666667vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }

  .pop-up-2 ul {
    width: 100%;
    height: 32vw;
    border-top: 0.1333333333vw solid #e2e2e2;
  }

  .pop-up-2 li {
    width: 49%;
    height: 100%;
    border-right: 0.1333333333vw solid #e2e2e2;
    display: inline-block;
    padding-top: 6.6666666667vw;
    text-align: center;
    vertical-align: top;
  }

  .pop-up-2 li svg {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
    padding-bottom: 1.3333333333vw;
  }

  .pop-up-2 p {
    font-size: 3.2vw;
    color: #000000;
  }

  .pop-up-3 {
    width: 95%;
    height: 16vw;
    margin: auto;
    margin-top: 4.2666666667vw;
    line-height: 16vw;
    text-align: center;
    background-color: #fff;
    border-radius: 4.2666666667vw;
    vertical-align: middle;
  }

  .pop-up-3 svg {
    display: inline-block;
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    margin-right: 1.0416666667vw;
    vertical-align: middle;
  }

  .pop-up-3 a {
    color: #000000;
    font-weight: bold;
    font-size: 4.2666666667vw;
    display: inline-block;
    vertical-align: middle;
  }

  .pop-up-4 {
    width: 95%;
    height: 44vw;
    margin: auto;
    margin-top: 4.2666666667vw;
    text-align: center;
    background-color: #fff;
    border-radius: 4.2666666667vw;
  }

  .pop-up-4 ul {
    height: 100%;
  }

  .pop-up-4 li {
    width: 100%;
    height: 14.6666666667vw;
    line-height: 14.6666666667vw;
    border-bottom: 0.1333333333vw solid #e2e2e2;
  }

  .pop-up-4 a {
    cursor: pointer;
    width: 100%;
    height: 100%;
  }

  .pop-up-4 a p {
    color: #333;
    text-align: left;
    padding-left: 4vw;
    font-weight: normal;
    font-size: 3.7333333333vw;
  }

  .contact-btn {
    right: 2vw;
    bottom: 30%;
    width: 8vw;
    height: 8vw;
  }
}

/*# sourceMappingURL=index.css.map */
