body {
  background: url(../image/5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
}
main {
  /* width: 960px; */
  margin: 190px auto 120px;
  padding: 0 10%;
}
.md-map {
  display: none;
}
.contact-container {
  background: #fff;
}
.contact-container .map-img {
  /* width: 100%; */
  width: 65%;
  /* background: #fff; */
  text-align: center;
  min-width: 470px;
  /* max-width: 580px; */
}
.contact-container .map-img img {
  width: 100%;
}
.contact-box {
  position: relative;
  /* padding: 56px 70px; */
  padding: 0 0 0 20px;
  background: #fff;

  display: flex;
  /* align-items: center;
  justify-content: space-evenly; */
  align-items: end;
  flex-direction: column;
}
.contact-box div a:hover,
.contact-box div a:hover div {
  color: #be946d;
}
.address .title,
.call .title {
  font-size: 20px;
  color: #351d1d;
}

.address .line,
.call .line {
  width: 40px;
  height: 3px;
  margin: 10px 0;
  background: #272727;
}
.address .text,
.call .text {
  font-size: 12px;
  color: #272727;
  margin-bottom: 10px;
  line-height: 15px;
}
.address {
  /* padding-left: 70px; */
  white-space: nowrap;
}
.address,
.call {
  /* width: 480px; */
  /* width: 100%; */
  /* margin-bottom: 10px; */
}
.call .text a {
  color: #272727;
  font-size: 12px;
}
.en-ad {
  letter-spacing: -1px;
}
.job-box {
  padding: 82px 70px;
}
.job-box .job-title {
  font-size: 26px;
  color: #272727;
  margin-bottom: 50px;
  position: relative;
}
.job-box .job-title::after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  background: #777;
  left: 0;
  top: 60px;
}

.job-box .job-item {
  height: 54px;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: height 0.4s ease;
  border-top: 1px solid #ededed;
}
.job-box .job-item:nth-child(2) {
  border-top: none;
}
.job-box .job-item .job-item-title {
  font-size: 16px;
  height: 54px;
  color: #272727;
  line-height: 54px;

  width: 100%;
}
.job-box .job-item .job-item-title::after {
  content: "";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 23px;
  transition: all 0.4s ease;
  width: 20px;
  height: 20px;
  background: url(../image/m_arrow_2.png) no-repeat;
  background-size: 8px 12px;
}
.job-context ul {
  margin: 0;
  padding: 0;
}
.job-context {
  padding: 32px 0 80px;
  line-height: 25px;
}
.job-item.showMore {
  height: 616px;
}
.job-item.showMore .job-item-title {
  color: #be946d;
  border-bottom: 1px solid #ededed;
}
.job-item.showMore .job-item-title::after {
  transform: rotate(90deg);
  transform-origin: center;
  right: 10px;
}
.job-item .apply-btn {
  background-color: #be946d;
  /* width: 120px; */
  padding: 0 25px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  margin-top: 24px;
  color: #fff;
  /* font-size: 12px; */
  display: inline-block;
  cursor: pointer;
}
.job-context li p {
  margin: 0;
}
.contact-con .qr-code {
  width: 85px;
  height: 85px;
}
.contact-con {
  display: flex;
  align-items: center;
  padding: 82px 70px;
  justify-content: space-between;
}
