.contact-en {
  font-size: 70px;
  color: #dfb9a2;
  margin-bottom: 60px;
}
.contact-ch {
  font-size: 28px;
  color: #686868;
}
.en-title {
  margin: 80px 0 50px;
}
.en-box .en-imgs {
  margin: 0 -5px;
  height: 314px;
}
.en-box .en-imgs .en-img {
  height: 100%;
  width: 25%;
  float: left;
  padding: 0 5px;
}
.en-box .en-imgs .en-img:first-child {
  width: 50%;
}
.en-box .en-imgs .en-img img {
  height: 100%;
}
.en-box .en-main {
  margin-top: 10px;
}
.en-box .en-main .td:first-child {
  vertical-align: top;
  padding-top: 100px;
}
.en-box .en-main .td:last-child img {
  width: 590px;
  margin-left: 60px;
}
.en-box .en-main .en-content {
  color: #686868;
  padding-top: 40px;
  position: relative;
  line-height: 37px;
  font-size: 18px;
}
.en-box .en-main .en-content:before {
  position: absolute;
  content: '';
  display: block;
  height: 1px;
  background: #686868;
  width: 130px;
  top: 0;
  left: 0;
  z-index: 1;
}
