.banner {
  height: 414px;
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.banner .title {
  position: absolute;
  color: #fff;
  width: 1200px;
  height: 120px;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -40px;
}
.banner .title .chinese {
  font-size: 46px;
  margin-bottom: 30px;
  letter-spacing: 10px;
}
.banner .title span {
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1440px) {
  .banner {
    height: 310px;
  }
  .banner .title {
    width: 900px;
    margin-left: -450px;
  }
  .banner .title .chinese {
    font-size: 36px;
    margin-bottom: 20px;
    letter-spacing: 8px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner {
    height: 276px;
  }

  .banner .title {
    width: 800px;
    margin-left: -400px;
    margin-top: -24px;
  }
  .banner .title .chinese {
    font-size: 30px;
    margin-bottom: 10px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner {
    height: 220px;
  }
  .banner .title {
    width: 640px;
    margin-left: -320px;
    margin-top: -15px;
  }
  .banner .title .chinese {
    font-size: 24px;
    letter-spacing: 4px;
  }
}
