.w {
  width: 1200px;
  margin: 0 auto;
}

.back img {
  position: absolute;
  z-index: -1;
  width: 100%;
}

.country {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 70px 0 0;
  gap: 12px;
}

.country i {
  width: 1px;
  height: 18px;
  background-color: black;
}

.country .JC {
  font-size: 16px;
  color: #949494;
}

.country .ZC {
  font-size: 16px;
  color: black;
}



.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 010px 40px;

}

.nav {
  padding-top: 40px;
}



.nav .nav-right a {
  padding: 20px 33px;
}



.nav .nav-right a:hover {
  background-color: #50B477;
  color: #fff;
}

/* 内容部分 */
.nei {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
}

.nei img {
  width: 100%;
}

/* < !-- 公共底部制作 --> */

.footer {
  text-align: center;
  padding-top: 215px;

}

.footer a {
  font-size: 13px;
  padding: 0 20px;
}

.footer a:hover {
  color: #50B477;
}

.contact-1 {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 40px;

}

.contact-1 a {

  padding: 10px 20px;
  background-color: #50B477;
  color: #fff;

}

ul {

  text-align: center;
  padding-top: 10px;
}


ul p {
  font-size: 16px;
  /* font-weight: 200; */
  line-height: 30px;
}

footer {
  font-family: "Microsoft YaHei";
  margin-top: 8px;
  text-align: center;
  padding-bottom: 100px;
}

footer p {
  font-size: 16px;
}



@media screen and (max-width: 1200px) {

  .header,
  .neirou,
  .dibu {
    width: 1260px;
  }
}