/* 手机版*/

body {
  position: relative;
  overflow-x: hidden;
  background: #333;
}

.m-top {
  position: relative;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
}

.m-logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
}

.m-logo img {
  height: 40px;
}

.m-top .btn {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  height: 60px;
  padding: 22px 52px 0 10px;
  text-align: center;
}
.m-top .btn::before {
  content: "导航";
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #000;
}

.m-top .btn span {
  display: block;
  width: 20px;
  height: 3px;
  background: #000;
  transition: 0.3s;
}

.m-top .btn span:nth-child(2) {
  margin: 4px 0;
}

.cross span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}

.cross span:nth-of-type(2) {
  opacity: 0;
}

.cross span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

header {
  position: absolute;
  z-index: 99;
  right: -150px;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  padding-top: 86px;
  background: #333;
}
.logo {
  display: none;
}
header li a {
  display: block;
  font: 400 16px/36px "微软雅黑";
  color: #fff;
  text-align: center;
}

.wrapper {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #fff;
}

@media (min-width: 1200px) {
  header {
    display: block;
    position: relative;
    right: 0;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
    background: #fff;
  }
  .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 11vw;
  }
  .logo {
    display: block;
  }
  .logo img {
    width: 8vw;
  }
  .nav {
    padding: 0;
  }
  .nav ul {
    display: flex;
  }
  .nav ul li {
    padding: 0 0.8vw;
  }
  .nav ul a {
    display: block;
    padding: 2vw 0;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #000;
  }
  .nav ul a:hover {
    color: #bf9649;
    background: url(../images/nav-li-bg.png) no-repeat center bottom;
  }

  .head-tel {
    padding: 0 0.8vw;
    border: 2px solid #c5141c;
    border-radius: 1vw;
  }
  .head-tel p {
    padding-left: 1.4vw;
    font-size: 1.2vw;
    line-height: 2vw;
    color: #c5141c;
    text-align: center;
    background: url(../images/head-tel.png) no-repeat 0 center/1.1vw;
  }
}

/* public */
.public {
  padding: 0 0.2rem;
  background: #e8e8e8;
}
.public-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
}
.public-logo {
  display: none;
}

.public-p {
  padding: 0 0;
}

.public-p .p1 {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #000;
}
.public-p .p2 {
  margin: 0.1rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.public-p .p3 {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #e60012;
}
.public-right {
  width: 1.2rem;
}

.public-nav ul {
  display: none;
}

.public-logo2 img {
  width: 100%;
}
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.2rem 0;
  background: #e8e8e8;
  border-top: 1px solid #bdbdbd;
}
footer p,
footer a {
  padding-right: 5px;
  color: #999999;
}
@media (min-width: 1200px) {
  .public {
    padding: 0 12vw;
    background: #e8e8e8;
  }
  .public-main {
    display: flex;
    justify-content: space-between;
    padding: 6vw 0;
  }
  .public-logo {
    display: block;
    width: 13.2vw;
  }
  .public-logo img {
    width: 100%;
  }
  .public-p {
    padding: 0 12vw 0 0;
  }

  .public-p .p1 {
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #000;
  }
  .public-p .p2 {
    font-size: 0.9vw;
    line-height: 1.8vw;
    color: #000;
  }
  .public-p .p3 {
    font-size: 1.5vw;
    line-height: 1.8vw;
    color: #e60012;
  }
  .public-right {
    display: flex;
    justify-content: space-between;
    width: 20vw;
  }
  .public-nav {
    width: 8vw;
  }
  .public-nav ul {
    display: flex;
    flex-wrap: wrap;
  }
  .public-nav li {
    width: 50%;
    padding: 0 0.2vw 0.4vw;
  }
  .public-nav a {
    display: block;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
    text-align: center;
  }
  .public-nav a:hover {
    color: #e60012;
  }

  .public-logo2 {
    width: 6.4vw;
    margin-top: -0.5vw;
  }
  .public-logo2 img {
    width: 100%;
  }
  footer {
    display: flex;
    padding: 2vw 0;
    background: #e8e8e8;
    border-top: 1px solid #bdbdbd;
  }
  footer p,
  footer a {
    padding-right: 5px;
    color: #999999;
  }
}

.no-data {
  padding: 20px 0;
}
