.page-banner {
  margin-top: 122px;
}

.page-banner img {
  height: 716px;
}

.page-wrap>div {
  width: 1200px;
  margin: 0 auto;
}

input:focus {
  outline: none;
}

input {
  border: none;
}

.ipt {
  width: 1196px;
  height: 54px;
  border: 1px solid #3e6fb9;
  line-height: 54px;
  box-sizing: border-box;
  font-size: 18px;
  padding-left: 20px;
  border-radius: 54px;
  /* max-width: 1196px; */
  display: block;
}

.recruit-top {
  margin-top: 76px;
  position: relative;
}

.recruit-top span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 52px;
  right: 0;
  width: 176px;
  font-size: 24px;
  background: #3e6fb9;
  height: 100%;
  border-radius: 0 54px 54px 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.recruit-bottom {
  
  margin: 88px auto 0;
  width: 1200px;
}


/* 自适应 */
@media screen and (max-width: 1000px) {
  .page-banner {
    margin-top: 0;
  }

  .page-banner img {
    height: 100%;
  }

  .page-wrap>div{
    width: 100%;
  }

  .ipt {
    width: 100%;

  }

  .recruit-top {
    box-sizing: border-box;
  }

  .recruit-top span{
    font-size: 18px;
    width: 130px;
  }

  .recruit-bottom{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding-top: 30px;
  }

  .xypg-right-content{
    padding: 0 20px;
    box-sizing: border-box;
  }  
  .page-wrap-right{
    padding-bottom: 50px;
  }
}