/* 手机版*/

body {
  position: relative;
  overflow-x: hidden;
  background: #333;
}

.m-top {
  position: relative;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #01883d;
}

.m-logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 12px;
}

.m-logo img {
  height: 36px;
}

.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: #fff;
}

.m-top .btn span {
  display: block;
  width: 20px;
  height: 3px;
  background: #fff;
  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;
}
header li a .b {
  display: none;
}

.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: none;
  }
  .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2vw 5vw;
    background: #01883d;
  }
  .logo {
    display: block;
  }
  .logo img {
    width: 8.4vw;
  }

  .nav ul {
    display: flex;
  }
  .nav ul li {
    padding: 0 2vw;
    background: url(../images/nav_li_dashed.png) no-repeat 0 center;
  }
  .nav ul li:nth-child(1) {
    background: none;
  }
  .nav ul a {
    position: relative;
    display: block;
    font-size: 0.8vw;
    line-height: 1.2vw;
    overflow: hidden;
    text-align: center;
    color: #fff;
  }
  .nav ul .t {
    display: block;
    position: relative;
    transition: 0.3s;
  }
  .nav ul .b {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 0.3s;
  }
  .nav ul a:hover .t {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  .nav ul a:hover .b {
    color: #fff;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/* public */
.public {
  background: url(../images/mpublic_bg.jpg) no-repeat center 0 / cover;
}
.public-nav {
  padding: 0.2rem;
  background: #01883d;
}
.public-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.public-nav ul li {
  width: 25%;
  background: url(../images/nav_li_dashed.png) no-repeat 0 center;
}
.public-nav ul li:nth-child(4n + 1) {
  background: none;
}

.public-nav ul a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.public-nav ul .t {
  display: block;
  position: relative;
  transition: 0.3s;
}
.public-nav ul .b {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: 0.3s;
}

.public-main {
  padding: 0.2rem;
}
.public-left {
  padding: 3vw 0 0;
}

.public-name {
  margin: 0 0 0.1rem;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}

.public-ad {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #333;
}

.public-num {
  padding: 0.3rem 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #c70000;
}
.public-p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.public-right {
  padding: 0.2rem 0;
}
.public-right ul {
  display: flex;
}
.public-right ul li {
  width: 1.8rem;
  margin-right: 0.2rem;
  border: 1px solid #333;
}
.public-right ul i {
  display: block;
}
.public-right ul i img {
  width: 100%;
}
.public-right ul p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  background: #fff;
}
footer {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem;
  border-top: 1px dashed #333;
}
footer p {
  padding: 0 5px 0 0;
  color: #333;
}
footer a {
  padding: 0 5px 0 0;
  color: #333;
}
@media (min-width: 1200px) {
  .public {
    background: url(../images/public_bg.jpg) no-repeat center 0 / cover;
  }
  .public-nav {
    padding: 0;
    background: #01883d;
  }
  .public-nav ul {
    display: flex;
    justify-content: space-between;
    width: 76.24vw;
    margin: 0 auto;
    padding: 1.2vw 0;
  }
  .public-nav ul li {
    width: 14.2%;
    background: url(../images/nav_li_dashed.png) no-repeat 0 center;
  }
  .public-nav ul li:nth-child(5) {
    background: url(../images/nav_li_dashed.png) no-repeat 0 center;
  }

  .public-nav ul a {
    position: relative;
    display: block;
    font-size: 0.8vw;
    line-height: 1.2vw;
    overflow: hidden;
    text-align: center;
    color: #fff;
  }
  .public-nav ul .t {
    display: block;
    position: relative;
    transition: 0.3s;
  }
  .public-nav ul .b {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: 0.3s;
  }
  .public-nav ul a:hover .t {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  .public-nav ul a:hover .b {
    color: #fff;
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .public-main {
    display: flex;
    justify-content: space-between;
    width: 68.24vw;
    margin: 0 auto;
    padding: 0;
  }
  .public-left {
    width: 28vw;
    padding: 3vw 0 0;
  }

  .public-name {
    margin: 0 0 2vw;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #333;
  }

  .public-ad {
    font-weight: bold;
    font-size: 2.4vw;
    line-height: 3vw;
    color: #333;
  }

  .public-num {
    padding: 1.5vw 0;
    font-weight: bold;
    font-size: 1.8vw;
    line-height: 2vw;
    color: #c70000;
  }
  .public-p {
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #333;
  }

  .public-right {
    width: 20vw;
    padding: 5vw 0 0;
  }
  .public-right ul {
    display: flex;
  }
  .public-right ul li {
    width: 9vw;
    margin-left: 1vw;
    margin-right: 0;
  }
  .public-right ul li p {
    font-size: 16px;
    line-height: 30px;
  }

  footer {
    width: 68.24vw;
    margin: 4vw auto 0;
    padding: 1vw 0;
    border-top: 1px dashed #333;
  }
  footer p {
    padding: 0 10px 0 0;
    color: #333;
  }
  footer a {
    padding: 0 10px 0 0;
    color: #333;
  }
}
