@media screen and (max-width: 2560px) {
  .contact {
    width: 100%;
    height: 1000px;
    background: url('../image/contact1920.jpg') no-repeat center;
  }
}

@media screen and (max-width: 1680px) {
  .contact {
    width: 100%;
    height: 950px;
    background: url('../image/contact1680.jpg') no-repeat;
  }
}

@media screen and (max-width: 1600px) {
  .contact {
    width: 100%;
    height: 900px;
    background: url('../image/contact1600.jpg') no-repeat;
  }
}

@media screen and (max-width: 1440px) {
  .contact {
    width: 100%;
    height: 900px;
    background: url('../image/contact1440.jpg') no-repeat;
  }
}

@media screen and (max-width: 1366px) {
  .contact {
    width: 100%;
    height: 900px;
    background: url('../image/contact1366.jpg') no-repeat;
  }
}

@media screen and (max-width: 1280px) {
  .contact {
    width: 100%;
    height: 800px;
    background: url('../image/contact1280.jpg') no-repeat;
  }
}
.contact {
  width: 100%;
  overflow: hidden;
  font-family: 'Helvetica Neue';
  position: relative;
}

.w {
  width: 12.00rem;
  margin: 0 auto;
  height: 100%;
  /* border: 1px solid #ccc; */
}

.contact-top {
  width: 100%;
  height: 2.00rem;
}

.contact-left {
  width: 3.50rem;
}
.contact-left img{
  margin-left: 0.5rem;
}
.contact-right{
  width: 8.00rem;
  margin-top: 1.2rem;
}
.contact-right>div {
  font-size: 0.20rem;
  color: #fff;
}
.one{
  margin-bottom: 0.6rem;
}
.contact-right p{
  font-size: 0.20rem;
  color: #fff;
  height: 0.40rem;
  line-height: 0.40rem;
}
.copy{
  color: #fff;
}