.sxtitle {
  margin-top: 30px;
}
.topbg {
  height: 21vw;
}
.topbg.compy {
  height: 21vw;
}
.topbg.compy h2 {
  font-size: 52px;
  margin-top: 0;
  margin-bottom: 30px;
}
.topbg.compy span {
  display: block;
  color: #fff;
  font-size: 24px;
  margin-top: 20px;
}
.gygy {
  padding: 40px 0 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gygy .gygy_twxt {
  width: 550px;
}
.gygy .gygy_twxt h5 {
  color: #222222;
  font-size: 24px;
  font-weight: 400;
}
.gygy .gygy_twxt p {
  color: #666666;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}
.gygy .gygy_twxt p:nth-child(2) {
  margin: 30px 0;
}
.gygy .gygy_img {
  width: 500px;
}
.gygy .gygy_img img {
  width: 95%;
  margin-top: 40px;
}
.linia {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0 120px;
}
.linia .linialist {
  background: center no-repeat;
  background-size: auto 100%;
  width: 510px;
  height: 283px;
  color: #fff;
  margin: 0 11px 22px 11px;
  overflow: hidden;
}
.linia .linialist .limeng {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.linia .linialist .limeng i {
  font-size: 46px;
}
.linia .linialist .limeng .linia_tit {
  text-align: center;
  transform: translateY(0);
  transition: transform 0.5s;
}
.linia .linialist .limeng .linia_tit p {
  font-size: 18px;
  margin-bottom: 10px;
}
.linia .linialist .limeng .lisolid {
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  margin: 10px auto;
}
.linia .linialist .tranp {
  transform: translateY(200px);
}
.linia .linialist:hover .limeng {
  background: rgba(16, 31, 88, 0.8);
}
.linia .linialist:hover .linia_tit {
  transform: translateY(-20px);
  transition: transform 0.5s;
}
.linia .linialist:hover .tranp {
  transform: translateY(-20px);
  transition: transform 0.5s;
}
.policybox {
  display: flex;
  justify-content: center;
  padding: 40px 0 90px;
}
.policy {
  text-align: center;
  position: relative;
  margin: 0 10px;
  border: 1px solid #ececec;
  box-shadow: 0px 1px 14px 0px rgba(233, 233, 233, 0.4);
  border-radius: 4px;
}
.policy h5 {
  padding: 20px 10px;
  color: #222222;
  font-weight: 400;
  font-size: 18px;
}
.policy p {
  border-top: 1px solid #e2e2e2;
  color: #999;
  line-height: 36px;
  padding: 30px 40px;
}
.policy .sanjiao {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 22px;
  border-style: solid;
  border-color: #cae3f3 #cae3f3 transparent transparent;
}
.policy span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #f8f9fa;
  margin: 2px 4px;
}
.joinzc {
  padding: 40px 0 120px;
  background: #f8f8fa;
}
.joinzc .treatment {
  display: flex;
  justify-content: space-between;
  color: #f8f9fa;
  text-align: center;
}
.joinzc .treatment .job {
  border-radius: 5px;
  overflow: hidden;
  background: center no-repeat;
  background-size: auto 100%;
  width: 350px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.joinzc .treatment .job:hover {
  transition: 0.5s;
}
.joinzc .treatment .job:hover .jobad {
  opacity: 1;
  transition: 0.5s;
}
.joinzc .treatment .job i {
  font-size: 100px;
}
.joinzc .treatment .job p {
  margin: 10px 0 40px;
  font-size: 18px;
  letter-spacing: 1px;
}
.joinzc .treatment .job .jobad {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: rgba(128, 128, 128, 0.8);
  transition: 0.3s;
}
.contact {
  padding-top: 50px;
}
.contact .contactli {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.contact .contact_map {
  margin-right: 125px;
}
.contact .contact_text {
  width: 480px;
}
.contact .contact_text h5 {
  font-size: 24px;
  color: #222222;
  line-height: 36px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 35px;
}
.contact .contact_text p {
  color: #666666;
  font-size: 18px;
  line-height: 40px;
}
.contact .contact_text p span {
  margin-left: 20px;
}
.formbox {
  width: 950px;
  margin: 0 auto 100px auto;
  padding: 0 130px;
}
.formbox .mail_grid > p {
  color: #999999;
  text-align: center;
  font-size: 18px;
  padding: 35px 0 35px;
}
.formbox .mail_grid .formcen {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.formbox .mail_grid .formcen .form_txbo {
  margin-bottom: 35px;
}
.formbox .mail_grid label {
  color: #666666;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}
.formbox .mail_grid input {
  border: 1px solid #dfdfdf;
  padding: 13px 20px;
  height: 44px;
  width: 310px;
  font-size: 18px;
}
.formbox .mail_grid textarea {
  min-height: 105px;
  font-size: 18px;
  width: 100%;
  resize: none;
  padding: 13px 20px;
  border: 1px solid #dfdfdf;
}
.formbox .mail_grid .subbut {
  width: 170px;
  margin: 15px auto 50px auto;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  background: #398cee;
}
@media (max-width: 767px) {
  .topbg {
    height: 2.2rem;
  }
  .sxtitle {
    margin-top: 0;
  }
  .topbg.compy {
    height: 2.2rem;
  }
  .topbg.compy h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .topbg.compy span {
    font-size: 14px;
  }
  .gygy {
    padding: 0 15px 0 15px;
    flex-direction: column-reverse;
  }
  .gygy .gygy_img {
    width: 100%;
  }
  .gygy .gygy_img img {
    width: 80%;
    margin: 15px 10% 0 10%;
  }
  .gygy .gygy_twxt {
    width: 100%;
    padding: 20px 10px;
  }
  .gygy .gygy_twxt h5 {
    font-size: 20px;
  }
  .gygy .gygy_twxt p {
    font-size: 14px;
  }
  .gygy .gygy_twxt p:nth-child(2) {
    margin: 15px 0;
  }
  .linia {
    padding-bottom: 40px;
  }
  .linia .linialist {
    width: 100%;
    height: 58vw;
    margin: 0 20px 22px 20px;
  }
  .linia .linialist:hover .limeng {
    background-color: transparent;
  }
  .linia .linialist:hover .linia_tit,
  .linia .linialist:hover .tranp {
    transform: translateY(0);
  }
  .linia .linialist .tranp {
    transform: translateY(0);
  }
  .contact {
    padding: 10px 15px;
  }
  .contact .contactli {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .contact .contactli .contact_map {
    margin-right: 0;
    text-align: center;
    display: flex;
  }
  .contact .contactli .contact_text {
    text-align: center;
    width: 100%;
  }
  .contact .contactli .contact_text h5 {
    font-size: 22px;
    margin: 15px 0 0;
  }
  .contact .contactli .contact_text p {
    font-size: 15px;
    line-height: 30px;
  }
  .formbox {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  .formbox .mail_grid p {
    font-size: 20px;
    padding: 20px 10% 10px 10%;
  }
  .formbox .mail_grid .formcen .form_txbo {
    width: 100%;
  }
  .formbox .mail_grid .formcen .form_txbo input {
    width: 100%;
  }
  .policybox {
    display: block;
    padding: 10px 0 40px;
  }
  .policybox .policy {
    margin: 15px 7%;
  }
  .policybox .policy h5 {
    padding: 15px 10px;
  }
  .policybox .policy p {
    line-height: 30px;
  }
  .joinzc {
    padding: 20px 0 40px;
  }
  .joinzc .treatment {
    flex-direction: column;
    align-items: center;
  }
  .joinzc .treatment .job {
    margin-bottom: 20px;
    width: 85%;
    height: 65vw;
    background-size: 100% 100%;
  }
  .joinzc .treatment .job .jobad {
    opacity: 1;
  }
}
