footer .footer-top {
  display: none;
}
.nside {
  position: initial;
  background: #fff;
}
.nside .index-nside {
  color: #333;
}
.nside .index-nside:hover {
  color: #FC3D00;
}
.nside .nside-right {
  color: #333;
}
.nside .nside-a {
  color: #333;
}
.nside .nside-a:hover {
  color: #FC3D00;
}
.header .nav-item-first .nav-item-p {
  color: #333;
}
.header .nav-item-first .nav-item-p:hover {
  color: #FC3D00;
}
.header .nav-item-first-avtive .nav-item-p {
  color: #FC3D00;
}
.header-height {
  background: #fff;
}
.bread_nav {
  border-top: 1px solid #EFEFEF;
  margin-top: 103px;
}
.contact .footer-top {
  display: block;
  background: #fff;
}
.contact .footer-top .footer-form .indexPage-title {
  color: #333;
}
.contact .footer-top .footer-form .form-desc {
  color: #666;
}
.contact .footer-top .footer-form .contactMenthods p {
  color: #666;
}
.contact .footer-top .footer-form .form-input .input,
.contact .footer-top .footer-form .form-message .message {
  border: 1px solid #ddd;
  color: #333;
}
.contact .footer-top .footer-form .form-input .input::placeholder,
.contact .footer-top .footer-form .form-message .message::placeholder {
  color: #333;
}
.contact .footer-top .footer-form .form-input .input:focus,
.contact .footer-top .footer-form .form-message .message:focus {
  border: 1px solid #ddd;
  color: #333;
}
.contact .footer-top .footer-form .footer-info {
  justify-content: center;
}
.contact .footer-top .footer-form .footer-info .code {
  width: 150px;
  margin-bottom: 20px;
}
.contact .footer-top .footer-form .footer-info .code img {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DDDDDD;
  padding: 5px;
  box-sizing: border-box;
}
.contact .footer-top .footer-form .footer-info .code p {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.screen_1200 {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .img {
  width: 100%;
  display: block;
}
.banner .screen_1200 {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.banner .list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner .list .item {
  width: 25%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.banner .list .item:nth-child(1) {
  background: rgba(0, 0, 0, 0.1);
}
.banner .list .item:nth-child(3) {
  background: rgba(0, 0, 0, 0.1);
}
.banner .list .item:nth-child(6) {
  background: rgba(0, 0, 0, 0.1);
}
.banner .list .item:nth-child(8) {
  background: rgba(0, 0, 0, 0.1);
}
.banner .list .item span {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #fff;
}
.banner .list .item .link {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.banner .list .item .span {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  color: #fff;
}
.banner .list .item a {
  font-size: 18px;
  color: #fff;
}
.banner .list .item a:hover {
  color: #FC3D00;
}
.banner .list .item img {
  display: block;
  width: 30px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .banner .list .item:nth-child(2),
  .banner .list .item:nth-child(4),
  .banner .list .item:nth-child(5),
  .banner .list .item:nth-child(7) {
    display: none;
  }
  .banner .list .item {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .banner .img {
    display: none;
  }
  .banner .screen_1200 {
    position: initial;
    transform: translateX(0);
  }
  .banner .list .item {
    width: 100%;
    background: none !important;
  }
  .banner .list .item span {
    color: #333;
  }
  .banner .list .item .span {
    color: #333;
  }
  .banner .list .item a {
    color: #333;
  }
  .banner .list .item img {
    display: none;
  }
  .contact .footer-top .footer-form .footer-info {
    display: none;
  }
  .banner .list .item .link {
    margin: 10px 0;
  }
  .banner .list .item .span {
    margin: 10px 0;
  }
}
