.recruitBannerH5 { display: none; width: 100%; }
.recruitBannerH5 img { width: 100%; }
.recruitBanner { width: 100%; height: 572px; background-size: cover !important; }
.recruitMain { width: 90%; max-width: 1200px; margin: 0 auto; padding-bottom: 1rem; }
.recruitMainTitle { width: 100%; padding: 25px 0; }
.recruitMainTitle h2 { font-size: 0.8rem; color: #d0d0d0; margin-left: -5px; }
.recruitMainTitle h3 { font-size: 0.6rem; color: #4f4f4f; border-left: 3px solid #2c3999; padding-left: 0.25rem; margin-top: 10px; }
.recruitMainTitle h3 span { font-size: .24rem; margin-left: 15px; }
.recruitSlogan { padding: 90px 0 0 640px; width: 100%; height: 523px; border: 1px solid #2c3999; border-bottom-width: 35px; background: url('../img/recruitTitle.jpg') no-repeat center; background-size: cover; font-family: SOURCEHANSANSCN-Regular; }
.recruitSlogan h1 { color: #4f4f4f; font-size: 50px; padding: 20px 35px; width: 525px; margin-top: 50px; }
.recruitSlogan h1 span { color: #4f4f4f; font-size: 20px; margin-left: 20px; }
.recruitSlogan p { font-size: 22px; color: #898989; line-height: 30px; padding: 0 35px; width: 525px; }
.recruitBox { background: #fff; border: 1px solid #2c3999; width: 100%;  }
.recruitTitle { width: 100%; padding: 45px; border-top: 1px solid #2c3999; position: relative; cursor: pointer; }
.recruitTitle h2 { font-size: 0.6rem; line-height: 1.5; color: #505050; }
.recruitTitle p { font-size: 0.3rem; color: #7e7e7e; }
.recruitTitle p span { margin-right: 0.5rem; }
.recruitTitle h3 { display: flex; align-items: center; position: absolute; right: 45px; top: 50%; padding-right: 28px; transform: translateY(-50%); line-height: 30px; font-size: 0.4rem; color: #7e7e7e; }
.recruitTitle h3 span { margin-right: 5px; }
.recruitTitle h3 img {
  width: 22px;
  height: 22px;
  transform: rotate(0deg);
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear; }
.recruitContent { display: none; font-family: SOURCEHANSANSCN-Regular; padding: 20px 0; margin: 0 45px; border-top: 1px solid #929292; }
.recruitActive > .recruitTitle h3 img { transform: rotate(180deg); }

@media screen and (max-width: 1080px) {
  .recruitSlogan { display: none; }
  .recruitTitle { width: 100%; padding: 0.45rem; }
  .recruitTitle h2 { padding-right: 22px; }
  .recruitTitle h3 { right: -0.45rem; }
  .recruitTitle h3 span { display: none; }
  .recruitContent { padding: 0.45rem 0; margin: 0 0.45rem; }
  .recruitBannerH5 { display: block; }
  .recruitBanner { display: none; }
}