body {
  background-color: #f2f5f9;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  background-color: #000000;
  height: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.head .logo {
  width: 18rem;
  height: 4rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 1rem;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .nav {
  width: 4rem;
  height: 5rem;
  position: absolute;
  z-index: 99;
  left: 20px;
  background: url(/wap_static/img/more.png) no-repeat center;
  background-size: 100%;
}
.head .showNav {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.head .showNav .hidden {
  float: right;
  width: 20%;
  height: 56rem;
  background-color: #fff;
  opacity: 0;
  z-index: 999;
}
.head .showNav .nav-list {
  background-color: #21b47c;
  height: 100%;
  width: 80%;
}
.head .showNav .nav-list .off {
  height: 5rem;
  margin-left: 2rem;
  background: url(/wap_static/img/off.png) no-repeat center left;
  background-size: 10%;
}
.head .showNav .nav-list form {
  height: 7rem;
  display: flex;
  padding: 0 1.6rem;
  justify-content: center;
  align-items: center;
}
.head .showNav .nav-list form input {
  border: none;
  background-color: #21b47c;
  color: #fff;
  border-bottom: 1px solid #eee;
  height: 5rem;
}
.head .showNav .nav-list form button {
  border: none;
  width: 4rem;
  height: 4rem;
  color: #fff;
  background-color: #21b47c;
}
.head .showNav .nav-list ul {
  background-color: #21b47c;
}
.head .showNav .nav-list ul li {
  line-height: 5rem;
  padding-left: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.head .showNav .nav-list ul li a {
  font-size: 1.6rem;
  color: #fff;
}
.fouce {
  height: 18rem;
  overflow: hidden;
}
.fouce #swiper-1 {
  height: 100%;
  position: relative;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide span {
  height: 4rem;
  line-height: 4rem;
  text-align: left;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide span h1 {
  font-size: 1.6rem;
  display: block;
  width: 70%;
  text-align: left;
}
.fouce #swiper-1 .swiper-pagination {
  text-align: right;
  right: 1rem;
  left: auto;
  bottom: 1rem;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.5rem;
  border-radius: 2rem;
  background-color: #21b47c;
}
.fouce img {
  height: 100%;
}
.box-1 {
  background: url(/wap_static/img/one_bg.png);
}
.crumbs {
  padding: 1rem 2rem;
}
.crumbs a {
  color: #333;
  font-size: 1.4rem;
}
.box {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0.1rem 0.1rem 0.1rem #e6e6eb;
  border-bottom: 0.1rem solid #eef1f5;
}
.box .text-box h1 {
  text-align: center;
  font-size: 1.8rem;
}
.box .text-box h2 {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #888;
  text-indent: 2rem;
}
.box .list ul li {
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.box .list ul li a {
  font-size: 14px;
}
.box .list ul li:before {
  content: '⊙';
  width: 10px;
  height: 30px;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  left: 0;
}
.box .l-img-text-box .flex {
  height: 100px;
}
.box .l-img-text-box .flex img {
  width: 40%;
  height: 100%;
}
.box .l-img-text-box .flex .text {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
}
.box .l-img-text-box .flex .text h2 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin: 1rem 0;
}
.box .l-img-text-box .flex .text span {
  background-color: #21b47c;
  padding: 2px 30px;
  color: #fff;
  font-size: 14px;
}
.box .l-img-text-box h2 {
  color: #888;
  font-size: 14px;
}
.box .img-list ul li {
  white-space: normal;
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid #f5f5f7;
}
.box .img-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .img-list ul li a img {
  width: 35%;
  height: 8rem;
  border-radius: 1rem;
}
.box .img-list ul li a .text {
  width: 58%;
}
.box .img-list ul li a .text h2,
.box .img-list ul li a .text h1:first-of-type {
  font-size: 1.6rem !important;
  margin-top: 0 !important;
  color: #333 !important;
}
.box .img-list ul li a .text h1:first-of-type:hover {
  color: #21b47c !important;
}
.box .img-list ul li a .text h1:last-of-type {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  color: #888;
}
.box .img-list ul li a .text span {
  padding-left: 2rem;
  background: url(/wap_static/img/rl.png) no-repeat center left;
  background-size: 10%;
  color: #888;
  font-size: 1.4rem;
}
.box .img-list ul li a .no-text {
  width: 100%;
}
.box .img-list .more {
  text-align: center;
}
.box .img-list .more a {
  display: block;
  margin-top: 2rem;
  color: #888;
}
.box .list-list ul li:first-of-type {
  padding-top: 0;
}
.box .list-list ul li a img {
  width: 39%;
  height: 95px;
  border-radius: 0;
}
.box .img-show a {
  display: block;
  position: relative;
  height: 17rem;
}
.box .img-show a .img {
  overflow: hidden;
  height: 100%;
}
.box .img-show a span {
  height: 4rem;
  line-height: 4rem;
  font-size: 1.4rem;
}
.box .con .con-tit h4 {
  font-size: 2.2rem;
  font-weight: 400;
}
.box .con .con-info {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}
.box .con .con-info span {
  font-size: 1.4rem;
  padding-left: 2rem;
  background: url(/wap_static/img/rl.png) no-repeat center left;
  background-size: 10%;
  color: #999;
}
.box .con .con-txt p {
  font-size: 1.6rem;
  line-height: 3.5rem;
  text-indent: 2em;
  margin-bottom: 1rem;
}
.box .con .con-txt a img {
  margin: 2rem 0;
  width: 100%;
}
.box .pian {
  border-top: 1px solid #eee;
  padding: 20px 0 0 20px;
}
.box .pian a {
  width: 45%;
}
.box .pian a span {
  display: block;
  font-size: 14px;
  color: #999;
}
.box .pian a h1 {
  font-size: 16px;
}
.box .pian a:last-of-type span {
  text-align: right;
}
.title-1 a {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 0 0 10px 20px;
  width: 100%;
}
.title-1 a span {
  float: right;
  margin-right: 20px;
  color: #888;
  font-size: 14px;
}
.title-1 a:before {
  content: '#';
  color: #33e3ff;
  opacity: 0.7;
  left: 0;
  width: 5px;
  height: 20px;
  top: 0;
  position: absolute;
  transition: 0.5s;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.4rem;
  color: #1a1a1a;
  border: 0.1rem solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 1rem;
}
.paging a:hover,
.paging span:hover,
.paging .hover {
  background-color: #21b47c;
  color: #fff;
}
