.contact-bg {
  padding-top: 80px;
}
.contact-bg img {
  width: 100%;
}
.contact-us .contact-title,
.hire .contact-title {
  color: #00a0e9;
  border-bottom: 1px solid #dcdcdc;
}
.contact-us .contact-title strong,
.hire .contact-title strong {
  border-bottom: 2px solid #00a0e9;
  padding-bottom: 1px;
  margin-right: 5px;
}
.contact-us .contact-title .english,
.hire .contact-title .english {
  font-weight: normal;
}
.contact-us .contact-info,
.hire .contact-info {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f7f7f7;
}
@media (max-width: 992px) {
  .contact-us .contact-info,
  .hire .contact-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-us .contact-info .info-left,
.hire .contact-info .info-left {
  width: 560px;
  padding: 15px 15px 15px 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-us .contact-info .info-left,
  .hire .contact-info .info-left {
    width: 490px;
    padding: 10px 10px 10px 20px;
  }
}
.contact-us .contact-info .info-left h1,
.hire .contact-info .info-left h1 {
  color: #00a0e9;
  font-size: 24px;
  margin-bottom: 30px;
  white-space: nowrap;
  -ms-flex-line-pack: justify;
      align-content: justify;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-us .contact-info .info-left h1,
  .hire .contact-info .info-left h1 {
    white-space: normal;
  }
}
.contact-us .contact-info .info-left p,
.hire .contact-info .info-left p {
  font-size: 18px;
  line-height: 2.5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .contact-us .contact-info #containerA,
  .hire .contact-info #containerA,
  .contact-us .contact-info #containerB,
  .hire .contact-info #containerB {
    width: 490px;
  }
}
.hire {
  margin-top: 40px;
  position: relative;
}
.hire .hire-list .hire-item {
  position: relative;
  border-top: 1px #756D6B solid;
}
.hire .hire-list .hire-item .item {
  height: 60px;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.hire .hire-list .hire-item .item .newIcon {
  font-size: 12px;
  border-radius: 14px;
  border: 1px red solid;
  color: red;
  text-align: center;
  margin-left: 5px;
  padding: 2px;
  width: 50px;
}
.hire .hire-list .hire-item .item:nth-child(2n + 1) {
  border-radius: 5px;
}
.hire .hire-list .hire-item .item .job {
  font-size: 16px;
}
.hire .hire-list .hire-item .item .money {
  font-size: 16px;
  font-weight: normal;
}
.hire .hire-list .hire-item .item .job_place {
  font-size: 16px;
  font-weight: normal;
}
.hire .hire-list .hire-item .item .publish_time {
  font-size: 16px;
  font-weight: normal;
}
.hire .hire-list .hire-item .item div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hire .hire-list .hire-item .item .publish_time {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .hire .hire-list .hire-item .item .job {
    width: 40%;
  }
  .hire .hire-list .hire-item .item .money {
    width: 30%;
  }
  .hire .hire-list .hire-item .item div {
    width: 30%;
  }
  .hire .hire-list .hire-item .item .job_place {
    width: 38%;
  }
  .hire .hire-list .hire-item .item .publish_time {
    width: 55%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .hire .hire-list .hire-item .item .job {
    width: 38%;
  }
  .hire .hire-list .hire-item .item .money {
    width: 30%;
  }
  .hire .hire-list .hire-item .item div {
    width: 30%;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hire .hire-list .hire-item .item .job_place {
    width: 120px;
  }
  .hire .hire-list .hire-item .item .publish_time {
    width: 200px;
    text-align: right;
  }
}
.hire .hire-list .hire-item .item.cur:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  border-width: 2px 2px 0 0 ;
  border-style: solid;
  border-color: #ced7da;
  margin-top: -4px;
}
@media (max-width: 992px) {
  .hire .hire-list .hire-item .item-en .job {
    width: 25%;
  }
  .hire .hire-list .hire-item .item-en .money {
    width: 20%;
  }
  .hire .hire-list .hire-item .item-en div {
    width: 55%;
  }
  .hire .hire-list .hire-item .item-en .job_place {
    width: 38%;
  }
  .hire .hire-list .hire-item .item-en .publish_time {
    width: 55%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .hire .hire-list .hire-item .item-en .job {
    width: 40%;
  }
  .hire .hire-list .hire-item .item-en .money {
    width: 20%;
  }
  .hire .hire-list .hire-item .item-en div {
    width: 40%;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hire .hire-list .hire-item .item-en .job_place {
    width: 120px;
  }
  .hire .hire-list .hire-item .item-en .publish_time {
    width: 200px;
    text-align: right;
  }
}
.hire .hire-list .hire-item .job-require {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F9F9F9;
  border-radius: 10px;
  margin-bottom: 10px;
}
.hire .hire-list .hire-item .job-require .duty {
  width: 41%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hire .hire-list .hire-item .job-require .duty .detail {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.job-title {
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.job-title .job-title-item {
  height: 60px;
  padding: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.job-title div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .job-title .job {
    width: 85%;
  }
  .job-title .kind {
    width: 55%;
  }
  .job-title div {
    width: 30%;
  }
  .job-title .job_place {
    width: 38%;
  }
  .job-title .publish_time {
    width: 35%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .job-title .job {
    width: 40%;
  }
  .job-title .kind {
    width: 30%;
  }
  .job-title div {
    width: 30%;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .job-title .job_place {
    width: 22%;
  }
  .job-title .publish_time {
    width: 9.5%;
    text-align: center;
  }
}
* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
body {
  background-color: #F7F5F5;
}
.workpic {
  height: 160px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.workpic ul {
  height: 160px;
  width: 100000px;
  position: absolute;
  left: 0;
}
/*ul width的宽不能过小*/
.workpic ul li {
  display: block;
  float: left;
  margin: 5px;
  border-radius: 5px;
  position: relative;
}
.workpic ul li a {
  display: inline-block;
  height: 150px;
}
.workpic ul li img {
  border-radius: 5px;
  display: block;
  height: 100%;
}
.workpic ul li a span {
  height: 0;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 0px;
}
.workpic ul li a:hover span {
  height: 400px;
  line-height: 400px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.workpic2 {
  height: 259px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.workpic2 ul {
  height: 259px;
  width: 100000px;
  position: absolute;
  left: 0;
}
.workpic2 ul li img {
  border-radius: 5px;
  display: block;
  height: 259px;
}
