/* 手机版*/

body {
  position: relative;
  overflow-x: hidden;
  background: #333;
}

.m-top {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: 2px solid #24a637;
}

.m-logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
}

.m-logo img {
  height: 80px;
}

.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;
}
header li a .en {
  display: none;
}
.wrapper {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media (min-width: 1200px) {
  header {
    display: block;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
    background: none;
  }
  .head {
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid #24a637;
  }
  .head .logo {
    display: block;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 0;
    margin-left: -4.5vw;
  }
  .head .logo img {
    width: 9vw;
    height: auto;
  }

  .nav ul {
    display: flex;
    justify-content: center;
  }

  .nav ul li {
    padding: 0 0.5vw;
  }
  .nav ul li:nth-child(4) {
    margin-right: 9vw;
  }

  .nav ul a {
    display: block;
    padding: 1.6vw;
    color: #333;
    text-align: center;
  }
  .nav ul a .ch {
    display: block;
    position: relative;
    font: 400 0.8vw/1vw "微软雅黑";
  }
  .nav ul a .en {
    display: block;
    font-size: 12px;
    line-height: 16px;
  }

  .nav ul a:hover {
    color: #0e741d;
    background: #ebf3ec;
  }
}

/* public */
.public {
}

.public {
  display: flex;
  justify-content: space-between;
}
.public-left {
  width: 44vw;
  padding: 1.5vw 0 0;
}
.public-line {
  display: flex;
  justify-content: space-between;
  padding: 0 0 2vw;
  border-bottom: 1px solid #000;
}
.part6-name {
  text-align: left;
  color: #333;
}
.part6-name .ch {
  font-size: 1.5vw;
  line-height: 2vw;
}
.part6-name .en {
  font-size: 0.9vw;
  line-height: 1.5vw;
  text-transform: uppercase;
}
.public-info {
  font-size: 0.9vw;
  line-height: 1.5vw;
  color: #000;
}
.public-info p {
  margin: 0 0 1.5vw;
}

footer {
  display: flex;
  flex-wrap: wrap;
  padding: 1vw 0 0;
  font-size: 14px;
  line-height: 24px;
}
footer p {
  padding-right: 5px;
  color: #000;
}
footer a {
  padding-right: 5px;
  color: #000;
}

.public-right {
  width: 20vw;
}
.public-right ul {
  display: flex;
  justify-content: space-between;
}

.ewm-li-img {
  width: 6.2vw;
  padding: 0 0 2px;
}
.ewm-li-img img {
  width: 100%;
}
.ewm-li-font {
  font-size: 0.9vw;
  line-height: 1.4vw;
  color: #000;
  text-align: center;
}
@media (max-width: 1200px) {
  .public-left {
    width: 100%;
    padding: 0.3rem 0 0;
  }
  .public-line {
    display: block;
    padding: 0;
    border: 0;
  }
  .part6-name .ch {
    font-size: 16px;
    line-height: 24px;
  }
  .part6-name .en {
    font-size: 12px;
    line-height: 20px;
  }
  .public-info {
    margin: 0.2rem 0;
    font-size: 14px;
    line-height: 20px;
  }
  .public-right {
    width: 100%;
    margin-top: -4.2rem;
    padding-bottom: 2.4rem;
  }
  .public-right ul {
    width: 5.4rem;
  }
  .ewm-li-img {
    width: 1.6rem;
  }
  .ewm-li-font {
    font-size: 14px;
    line-height: 20px;
  }

  footer {
    margin-top: 3rem;
    padding: 0.2rem 0 0;
    border-top: 1px solid #000;
  }
}
