.banner {
  height: 250px;
  background: url("../img/joinusbanner.jpg") no-repeat center center;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .banner {
    height: 145px;
    margin-top: 45px;
    background-size: cover !important;
  }
}
.office-top {
  margin-bottom: 80px;
}
.office-top .officeimg {
  width: 45%;
  float: left;
  padding: 0 2.5%;
}
.office-top .officeimg img {
  width: 100%;
  display: block;
}
.office-top .contactmsg {
  width: 55%;
  float: left;
  padding: 0 2.5%;
  font-size: 14px;
  color: #59585b;
  line-height: 28px;
}
.office-top .contactmsg .sub {
  margin-top: 10px;
}
.office-top .contactmsg ul li:first-child {
  font-weight: bold;
}
@media (max-width: 768px) {
  .office-top {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .office-top .officeimg {
    width: 100%;
  }
  .office-top .contactmsg {
    width: 100%;
  }
}
.office {
  margin-bottom: 100px;
}
.office .office-content {
  padding: 2.91% 2.5% 0;
}
.office .office-content .office-item {
  border: 1px solid #ddd;
  margin-top: 15px;
  padding: 1.7% 2.1%;
}
.office .office-content .office-item li {
  float: left;
  font-size: 14px;
  line-height: 30px;
}
.office .office-content .office-item li:nth-of-type(odd) {
  width: 44.58%;
  padding-left: 32px;
}
.office .office-content .office-item li:nth-of-type(even) {
  width: 55.42%;
  padding-left: 54px;
}
.office .office-content .office-item li.province {
  background: url("../img/province.png") no-repeat left 6px;
}
.office .office-content .office-item li.manager {
  background: url("../img/manager.png") no-repeat 22px 6px;
}
.office .office-content .office-item li.assistant {
  background: url("../img/assistant.png") no-repeat left 6px;
}
.office .office-content .office-item li.addrtel {
  background: url("../img/addrtel.png") no-repeat 22px 6px;
}
.office .office-content .office-item li i {
  font-style: normal;
  color: #666;
}
.office .office-content .office-item li span {
  color: #333;
  margin-right: 2em;
}
@media (max-width: 768px) {
  .office .office-content .office-item li {
    width: 100% !important;
    padding-left: 32px !important;
    background-position: left 6px !important;
  }
  .office .office-content .office-item li span {
    margin-right: 3px;
  }
}
.agency {
  margin-bottom: 57px;
}
@media (max-width: 768px) {
  .agency .normal-title {
    display: none;
  }
}
.agency .agencymsg {
  padding: 0 2.5%;
  font-size: 14px;
  text-align: center;
}
.agency .agencymsg .agencytarget {
  color: #555;
  padding-top: 22px;
  padding-bottom: 12px;
}
.agency .agencymsg form {
  max-width: 580px;
  margin: 0 auto;
}
.agency .agencymsg form .msgitem .msgname {
  color: #666;
  text-indent: 1em;
  text-align: left;
  line-height: 36px;
}
.agency .agencymsg form .msgitem .msginput input {
  width: 100%;
  outline: none;
  text-indent: 2em;
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}
.agency .agencymsg form .funbtn {
  max-width: 300px;
  margin: 40px auto 0;
  text-align: center;
}
.agency .agencymsg form .funbtn .submit {
  background-color: #f08200;
  border: none;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 100%;
}
.recruit {
  margin-bottom: 120px;
}
.recruit .recruitmsg {
  padding: 2.5% 2.5% 0;
  font-size: 14px;
  color: #555;
}
.recruit .recruitmsg .msgtop {
  background-color: #f5f5f5;
  padding: 0.87% 2.63%;
}
.recruit .recruitmsg .msgtop li {
  float: left;
  width: 25%;
  line-height: 30px;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .recruit .recruitmsg .msgtop li {
    width: 50%;
  }
}
.recruit .recruitmsg .msgitem {
  padding: 1.75% 0.87%;
  line-height: 30px;
}
.recruit .recruitmsg .msgitem:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}
.recruit .recruitmsg .msgitem dt {
  font-weight: bold;
}
@media (max-width: 768px) and (min-width: 600px) {
  .office-top .officeimg {
    width: 55%;
    padding: 1.5% 2.5%;
  }
  .office-top .contactmsg {
    width: 45%;
  }
  .office-top {
    margin-bottom: 15px;
  }
}
