.footer {
  position: relative;
  z-index: 2;
  padding: 0 14.58333vw;
  background-color: #000;
  bottom: 0;
}
.footer .text_box {
  text-align: center;
  padding-bottom: 1.04167vw;
  color: #8a8a8a;
  font-size: 0.72917vw;
  font-weight: normal;
}
.footer_nav {
  display: flex;
  justify-content: space-between;
  padding-top: 3.125vw;
  padding-bottom: 5.20833vw;
}
.footer_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 3.64583vw;
  text-align: center;
}
.footer_logo img {
  width: 10.02083vw;
}
.footer_logo h4 {
  color: #ffffff;
  font-size: 0.8vw;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}
.nav_list {
  display: flex;
}
.nav_list h5 {
  margin-bottom: 1.30208vw;
  font-weight: 700;
  font-size: 1.04167vw;
}
.nav_list .item {
  color: #ffffff;
}
.nav_list .item:nth-of-type(2) {
  margin: 0 3.72917vw;
}
.nav_list .item:nth-of-type(2) p {
  margin-bottom: 1vw;
}
.nav_list .contact p {
  font-size: 1vw;
}
.nav_list .item:nth-of-type(3) h6 {
  font-size: 0.6vw;
  color: #8a8a8a;
}
.nav_list .item .icon {
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
  color: #fff;
}
.nav_list .item .icon .iconfont {
  transition: all 0.3s;
  font-size: 1.2vw;
}
.nav_list .item .icon img {
  width: 30%;
}
.nav_list .item .icon a:hover {
  color: #ff7425;
}
#menu-footer_menu {
  display: flex;
  width: 18vw;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav_list .menu li {
  margin: 0.5vw 0.5vw 0.5vw 0;
  width: 45%;
}
.nav_list .menu a {
  font-weight: normal;
  font-size: 1vw;
  color: #ffffff;
  margin-bottom: 0.26042vw;
  display: inline-block;
  white-space: nowrap;
  transition: all 0.5s;
  box-sizing: border-box;
}
.nav_list .menu li:hover a {
  padding-left: 0.5vw;
  color: #ff7425;
}
.nav_list .item p {
  display: flex;
  align-items: center;
  margin-bottom: 0.26042vw;
  position: relative;
}
.nav_list .item p img {
  width: 1.35417vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nav_list .item .email_icon {
  width: 1.35417vw;
  margin-right: 0.52083vw;
}
.social_list {
  display: flex;
  margin-top: 0.52083vw;
}
.social_list li {
  margin-right: 0.52083vw;
}
.social_list li:last-of-type {
  margin-right: 0;
}
.social_list li img {
  width: 1.5625vw;
}
.nax_social .title {
  color: #ffffff;
}
.nax_social .title h5 {
  margin-bottom: 0.26042vw;
  font-weight: normal;
  font-size: 1.04167vw;
}
.nax_social .form {
  margin: 1.5625vw 0;
}
.nax_social .form .email_form {
  position: relative;
}
.nax_social .form .email_form P {
  width: 100%;
  height: 2.34375vw;
}
.nax_social .form input[type="email"] {
  position: absolute;
  right: 0;
  width: 70%;
  height: 100%;
  padding-left: 1.04167vw;
  font-size: 0.83333vw;
  border-radius: 1.5625vw;
}
.nax_social .submit_box {
  position: absolute;
  right: 0.7%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  border-radius: 1.5625vw;
  height: 2vw;
}
.nax_social .submit_box .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.nax_social .submit_box input[type="submit"] {
  cursor: pointer;
  font-size: 0.83333vw;
  background-color: transparent;
  color: #fff;
  padding: 0.52083vw 1.04167vw;
}
.nax_social .wpcf7-not-valid-tip {
  position: absolute;
  padding-left: 1.04167vw;
  margin-top: 0.26042vw;
}
.nax_social .wpcf7-response-output {
  color: #fff;
  border-color: #fff !important;
  padding: 2px;
}
.sign-emali {
  width: 100%;
  margin: auto;
  padding: 2rem 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.sign-emali .p1 {
  font-size: 0.5rem;
}
.sign-emali .p2 {
  font-size: 1rem;
  margin: 0.4rem 0;
}
.sign-emali .p3 {
  font-size: 0.3rem;
}
.sign-emali .form {
  width: 13rem;
  margin: auto;
  font-size: 0.4rem;
}
.sign-emali .form .input {
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0.9rem 0 0 0;
}
.sign-emali .form .sign {
  display: block;
  padding: 0.3rem 0.2rem;
  box-sizing: border-box;
  width: 100%;
  background-color: #e1cda0;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 0.4rem;
}
.sign-emali .form .prompt {
  font-size: 0.4rem;
  text-align: left;
  opacity: 0;
  color: red;
}
.sign-emali .sign:hover {
  background-color: #595959;
  color: #fff;
}