.focus .contents .message {
  width: 100%;
  overflow: hidden;
}
.focus .contents .message .pic {
  height: 209px;
  background-image: url(../upload/contactpic.png);
  background-repeat: no-repeat;
  margin-bottom: 48px;
  background-size: cover;
}
.focus .contents .message .imf {
  padding-left: 24px;
  height: 148px;
  padding-right: 120px;
  width: 100%;
}
.focus .contents .message .imf p {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
}
.focus .contents .message .imf p span {
  float: right;
}
.focus .contents .message .map {
  height: 323px;
}
.focus .contents .message .map iframe {
  width: 100%;
  height: 80%;
}
.focus .contents .message .applyFor-box {
  width: 70%;
  margin-bottom: 52px;
  float: left;
}
.focus .contents .message .applyFor-box h4 {
  font-size: 18px;
  color: #464646;
  margin-bottom: 13px;
}
.focus .contents .message .applyFor-box .con1 {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.focus .contents .message .applyFor-box .con1 .con-one {
  width: 50%;
}
.focus .contents .message .applyFor-box .con1 .con-one h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
.focus .contents .message .applyFor-box .con1 .con-one input {
  width: 90%;
  height: 46px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding-left: 5px;
  color: #727272;
  font-size: 12px;
}
.focus .contents .message .applyFor-box .con1 .con-two {
  width: 50%;
}
.focus .contents .message .applyFor-box .con1 .con-two h3 {
  margin-bottom: 5px;
  font-size: 20px;
}
.focus .contents .message .applyFor-box .con1 .con-two input {
  width: 90%;
  height: 46px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  padding-left: 5px;
  color: #727272;
  font-size: 12px;
}
.focus .contents .message .applyFor-box .con2 {
  width: 100%;
}
.focus .contents .message .applyFor-box .con2 h3 {
  font-size: 20px;
}
.focus .contents .message .applyFor-box .con2 .words {
  width: 100%;
  padding-bottom: 0;
  padding: 10px 0 0 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.focus .contents .message .applyFor-box button {
  width: 100%;
  height: 37px;
  background-color: #00529b;
  color: #fff;
  border: 0;
  border-radius: 5px;
  margin-top: 10px;
}
.focus .contents .message .wx {
  float: right;
  height: 236px;
  width: 30%;
  text-align: center;
}
.focus .contents .message .wx h4 {
  font-size: 18px;
  color: #222;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .focus .contents .message {
    width: 100%;
    overflow: hidden;
  }
  .focus .contents .message .pic {
    height: 72px;
    background-image: url(../upload/contactpic.png);
    background-repeat: no-repeat;
    margin-bottom: 0;
    background-size: cover;
  }
  .focus .contents .message .imf {
    padding-left: 0;
    height: 148px;
    padding-right: 0;
    width: 100%;
    margin-top: 15px;
  }
  .focus .contents .message .imf .pic-one {
    width: 50%;
  }
  .focus .contents .message .imf .pic-one p {
    font-size: 14px;
    color: #333;
    margin-bottom: 14px;
  }
  .focus .contents .message .imf .pic-one p span {
    float: right;
  }
  .focus .contents .message .imf .pic-two {
    width: 50%;
  }
  .focus .contents .message .imf .pic-two p {
    font-size: 14px;
    color: #333;
    margin-bottom: 25px;
    float: right;
  }
  .focus .contents .message .imf .pic-two p span {
    float: right;
  }
  .focus .contents .message .map {
    height: 110px;
    background-image: url(../upload/contactmap.png);
    background-repeat: no-repeat;
    margin-bottom: 50px;
    background-size: cover;
  }
  .focus .contents .message .applyFor-box {
    width: 100%;
    margin-bottom: 52px;
    float: left;
  }
  .focus .contents .message .applyFor-box h4 {
    font-size: 18px;
    color: #464646;
    margin-bottom: 13px;
  }
  .focus .contents .message .applyFor-box .con1 {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
  .focus .contents .message .applyFor-box .con1 .con-one {
    width: 50%;
  }
  .focus .contents .message .applyFor-box .con1 .con-one h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .focus .contents .message .applyFor-box .con1 .con-one input {
    width: 90%;
    height: 46px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding-left: 5px;
    color: #727272;
    font-size: 10px;
  }
  .focus .contents .message .applyFor-box .con1 .con-two {
    width: 50%;
  }
  .focus .contents .message .applyFor-box .con1 .con-two h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .focus .contents .message .applyFor-box .con1 .con-two input {
    width: 90%;
    height: 46px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    padding-left: 5px;
    color: #727272;
    font-size: 10px;
  }
  .focus .contents .message .applyFor-box .con2 {
    width: 100%;
  }
  .focus .contents .message .applyFor-box .con2 h3 {
    font-size: 18px;
  }
  .focus .contents .message .applyFor-box .con2 .words {
    width: 100%;
    padding-bottom: 165px;
    font-size: 10px;
    padding-top: 10px;
    padding-left: 10px;
  }
  .focus .contents .message .applyFor-box button {
    width: 100%;
    height: 37px;
    background-color: #00529b;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-top: 10px;
  }
  .focus .contents .message .wx {
    width: 100%;
    float: right;
    height: 236px;
    text-align: center;
  }
  .focus .contents .message .wx h4 {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
  }
}
