html,
body {
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-image: linear-gradient(
    to bottom,
    rgba(178, 213, 112, 1) 700px,
    rgba(178, 213, 112, 1),
    rgba(101, 175, 70, 1)
  );
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
}
.bannar {
  min-width: 1200px;
  height: 700px;
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.bannar .swiper-slide:first-child {
  background: url('../img/bannar.jpg') no-repeat center;
  background-size: cover;
}
.bannar .swiper-slide:nth-child(2) {
  background: url('../img/bannar.jpg') no-repeat center;
  background-size: cover;
}
.bannar .swiper-slide:nth-child(3) {
  background: url('../img/bannar.jpg') no-repeat center;
  background-size: cover;
}
.bannar .swiper-slide:last-child {
  background: url('../img/bannar.jpg') no-repeat center;
  background-size: cover;
}
.bannar .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 8px;
}
.bannar .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
}
.main {
  width: 1200px;
  /* height: 1000px; */
  margin: 0 auto;
  padding-top: 40px;
}
.main .trait {
  height: 500px;
  text-align: center;
}
.main .trait .title {
  margin-bottom: 40px;
}
.main .trait .carousel {
  padding: 0 50px;
  height: 300px;
}
.main .wiki {
  text-align: center;
  width: 1180px;
  margin: 0 auto 40px;
}
.main .wiki .title {
  margin-bottom: 40px;
}
.main .wiki .carousel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main .wiki .carousel .pig,
.main .wiki .carousel .map {
  width: 576px;
  height: 629px;
  background: url('../img/bg4.png') no-repeat center;
  background-size: 100%;
}
.main .wiki .carousel .pig h4,
.main .wiki .carousel .map h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
}
.main .wiki .carousel .pig p,
.main .wiki .carousel .map p {
  font-size: 20px;
  font-weight: 600;
  color: rgba(205, 255, 180, 1);
  line-height: 40px;
}
.main .wiki .carousel .pig .swiper-container,
.main .wiki .carousel .map .swiper-container {
  width: 90%;
  height: 500px;
  background: transparent;
}
.main .wiki .carousel .pig .swiper-container .swiper-wrapper,
.main .wiki .carousel .map .swiper-container .swiper-wrapper,
.main .wiki .carousel .pig .swiper-container .swiper-slide,
.main .wiki .carousel .map .swiper-container .swiper-slide {
  background: transparent;
}
.main .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid rgba(136, 210, 102, 1);
  opacity: 1;
  border-radius: 50%;
  background-color: transparent;
}
.main .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(136, 210, 102, 1);
  background-color: rgba(136, 210, 102, 1);
}
.code {
  width: 218px;
  height: 380px;
  background: url('../img/bg5.png') no-repeat top;
  background-size: 100%;
  box-shadow: 0px 13px 24px 0px rgba(0, 79, 130, 0.14);
  border-radius: 10px;
  position: fixed;
  /* top: 490px; */
  top: calc(100% - 425px);
  left: 0;
  z-index: 100;
  padding: 60px 20px 0;
  text-align: center;
}
.code .up {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(213, 234, 176, 1);
}
.code img {
  width: 100%;
  margin-bottom: 17px;
}
.code .up img {
  margin-bottom: 5px;
}
.code .btn-and {
  text-align: left;
  width: 179px;
  height: 50px;
  box-sizing: border-box;
  background: url('../img/icon-and.png') no-repeat 21px center,
    url('../img/btn_green.png') no-repeat center;
  padding-left: 63px;
}
.code .btn-and .top {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.code .btn-and .sub {
  color: #b7f67c;
  font-size: 16px;
}
.list {
  width: 95px;
  height: 300px;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  top: 510px;
  top: calc(100% - 425px);
  right: 20px;
  z-index: 10;
  list-style: none;
  box-shadow: 0px 13px 24px 0px rgba(0, 79, 130, 0.14);
  /* overflow: hidden; */
}
.list::before {
  content: '';
  width: 71px;
  height: 78px;
  position: absolute;
  top: -66px;
  left: 12px;
  background: url('../img/pig.png') no-repeat center;
  background-size: contain;
}
.list li:first-child a {
  border-radius: 10px 10px 0 0;
}
.list li:last-child a {
  border-radius: 0 0 10px 10px;
}
.list li a {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgba(178, 178, 178, 1);
  text-decoration: none;
  font-size: 18px;
}
.list li.active a {
  color: #fff;
  background-image: linear-gradient(
    to bottom,
    rgba(183, 227, 67, 1),
    rgba(36, 175, 5, 1)
  );
}
.list li.active a:hover {
  color: #fff;
}
.list li a:hover {
  color: rgba(64, 174, 1, 1);
}
.totop {
  width: 95px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  /* top: 822px; */
  top: calc(100% - 113px);
  right: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 13px 24px 0px rgba(0, 79, 130, 0.14);
}
.footer {
  height: 268px;
  background-color: rgba(37, 37, 37, 1);
}
.mt10 {
  margin-top: 10px;
}
.footer .layout {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 27px 20px 0;
}
.footer .layout .top {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.footer .layout .top .group {
  text-align: center;
}
.footer .layout .top .group p {
  color: rgba(78, 78, 78, 1);
}
.footer .layout .top .group h3 {
  margin-bottom: 10px;
}
.footer .layout .top .qq {
  margin-right: 28px;
}
.footer .layout .top h3 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(101, 178, 69, 1);
}
.footer .layout .top .p1 {
  font-size: 16px;
  font-weight: 500;
  color: rgba(78, 78, 78, 1);
  line-height: 30px;
}
.footer .layout .top .p2 {
  font-size: 29px;
  font-weight: 500;
  color: rgba(240, 240, 240, 1);
  line-height: 40px;
}
.footer .layout .top .p3 {
  font-size: 16px;
  font-weight: 500;
  color: rgba(150, 150, 150, 1);
}
.fr {
  float: right;
}
.copyright {
  text-align: center;
  font-size: 12px;
  color: rgba(122, 122, 122, 1);
}
.wrap {
  height: 300px;
}
.slide {
  height: 300;
  position: relative;
}
.slide li {
  position: absolute;
  left: 200px;
  top: 0;
  list-style: none;
}
.slide li img {
  width: 100%;
}
.arrow {
  opacity: 0;
  position: relative;
  z-index: 99;
  top: 50%;
}
.prev,
.next {
  width: 45px;
  height: 69px;
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -35px;
  background: url(../img/prev.png) no-repeat;
  z-index: 9;
}
.next {
  left: auto;
  right: -45px;
  background-image: url(../img/next.png);
}
