.fyl-join-hero {
  height: 23vw;
  min-height: 300px;
  max-height: 440px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 40, 91, .62), rgba(4, 64, 145, .28)),
    url("/static/yzjg/images/about.jpg") center center / cover no-repeat;
}

.fyl-join-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .08);
}

.fyl-join-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1050px, 90%);
  text-align: center;
}

.fyl-join-hero-inner p {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 7px;
}

.fyl-join-hero-inner h1 {
  margin: 0;
  color: #fff;
  font-family: YZJGHeavy, "Microsoft YaHei", sans-serif;
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0;
}

.fyl-join-tabs {
  background: #f5f5f5;
}

.fyl-join-tabs-inner {
  width: min(1600px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.fyl-join-tabs a {
  display: block;
  padding: 20px 35px;
  border-right: 1px solid #dfdfdf;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  transition: all .3s ease;
}

.fyl-join-tabs a:first-child {
  border-left: 1px solid #dfdfdf;
}

.fyl-join-tabs a:hover,
.fyl-join-tabs a.on {
  color: #fff;
  background: #194397;
}

.fyl-join-page {
  background: #fff;
}

.fyl-talent-section {
  min-height: 300px;
  padding: 5% 0 6%;
  background:
    linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .96)),
    url("/static/yzjg/images/banner-3.jpg") center center / cover fixed no-repeat;
}

.fyl-section-head {
  width: min(1400px, 90%);
  margin: 0 auto 3%;
  text-align: center;
}

.fyl-section-head h2 {
  margin: 0;
  color: #333;
  font-family: YZJGHeavy, "Microsoft YaHei", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.fyl-section-head img {
  display: block;
  width: 71px;
  height: auto;
  margin: 0 auto;
}

.fyl-section-head p {
  margin: 10px 0 0;
  color: #999;
  font-size: 17px;
  line-height: 1.8;
}

.fyl-talent-grid {
  width: min(1600px, 90%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 25px;
  align-items: flex-end;
}

.fyl-talent-card {
  min-height: 238px;
  padding: 2vw;
  border-radius: 10px;
  background: #fff;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, .15);
  text-align: center;
  transition: all .5s ease;
}

.fyl-talent-card:hover {
  transform: translateY(-20px);
}

.fyl-talent-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #194397;
  transition: transform .5s ease;
}

.fyl-talent-card:hover .fyl-talent-icon {
  transform: rotateY(180deg);
}

.fyl-talent-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.fyl-talent-card h3 {
  margin: 20px 0 15px;
  color: #333;
  font-family: YZJGHeavy, "Microsoft YaHei", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.fyl-talent-card p {
  margin: 0;
  color: #999;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.fyl-standards-section {
  min-height: 300px;
  padding: 5% 0;
  background:
    linear-gradient(rgba(13, 47, 110, .76), rgba(13, 47, 110, .78)),
    url("/static/yzjg/images/project-2.png") center center / cover no-repeat;
}

.fyl-section-head-light h2,
.fyl-section-head-light p {
  color: #fff;
}

.fyl-section-head-light img {
  filter: brightness(0) invert(1);
}

.fyl-standards-grid {
  width: min(1600px, 90%);
  margin: 3% auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.fyl-standard-card {
  min-height: 350px;
  padding: 50px 30px;
  border-radius: 10px;
  background: rgba(36, 91, 203, .85);
  color: #fff;
  transition: all .5s ease;
}

.fyl-standard-card:nth-child(2) {
  background: rgba(74, 132, 223, .92);
}

.fyl-standard-card:hover {
  transform: translateY(-25px);
}

.fyl-standard-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: YZJGHeavy, "Microsoft YaHei", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.8;
}

.fyl-standard-card i {
  display: block;
  width: 40px;
  height: 4px;
  margin-bottom: 18px;
  background: #fff;
}

.fyl-standard-card p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}

.fyl-jobs-section {
  min-height: 300px;
  padding: 60px 0 5%;
  background: #fff;
}

.fyl-jobs-section .fyl-section-head {
  margin-bottom: 0;
}

.fyl-jobs-section .fyl-section-head h2 {
  font-size: 40px;
}

.fyl-jobs-section .fyl-section-head p {
  margin-top: 10px;
  color: #999;
  font-size: 18px;
  line-height: 1.6;
}

.fyl-jobs-section .fyl-section-head a {
  color: #999;
}

.fyl-job-list {
  width: min(1600px, 90%);
  margin: 30px auto 0;
}

.fyl-job-head,
.fyl-job-row {
  display: grid;
  grid-template-columns: 20% repeat(5, minmax(0, 1fr));
  align-items: center;
}

.fyl-job-head {
  min-height: 60px;
  background: #194397;
  color: #fff;
}

.fyl-job-head span {
  display: block;
  padding: 18px 10px;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  font-weight: 400;
}

.fyl-job-item {
  border-bottom: 1px dashed #ddd;
}

.fyl-job-row {
  width: 100%;
  min-height: 70px;
  padding: 0;
  border: 0;
  background: #f9f9f9;
  color: #333;
  cursor: pointer;
  transition: all .35s ease;
}

.fyl-job-row:hover {
  background: #fff;
}

.fyl-job-row span {
  display: block;
  padding: 16px 10px;
  color: #333;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
}

.fyl-job-row .fyl-job-name {
  color: #333;
  font-family: YZJGHeavy, "Microsoft YaHei", sans-serif;
  font-size: 18px;
}

.fyl-job-row:hover .fyl-job-name {
  color: #004e97;
}

.fyl-job-more::after {
  content: "+";
  display: inline-block;
  color: #aaa;
  font-size: 20px;
  font-weight: 700;
}

.fyl-job-item.is-open .fyl-job-more::after {
  content: "-";
}

.fyl-job-detail {
  display: none;
  padding: 30px 80px 50px;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff;
}

.fyl-job-item.is-open .fyl-job-detail {
  display: block;
}

.fyl-job-apply {
  display: block;
  width: 180px;
  margin: 20px auto 30px 0;
  padding: 12px 8px;
  border-radius: 3px;
  background: #194397;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  transition: background .3s ease;
}

.fyl-job-apply:hover {
  background: #c10f0f;
  color: #fff;
}

.pl_service4 {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  font-family: Arial, "Microsoft YaHei", sans-serif;
}

.pl_service4 * {
  box-sizing: border-box;
}

.pl_service4 a {
  color: inherit;
  text-decoration: none;
}

.pl_service4 .item_con {
  height: 60px;
  margin-bottom: 2px;
  clear: both;
  text-align: right;
}

.pl_service4 .service_item {
  position: relative;
  float: right;
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  padding-left: 60px;
  background: rgba(0, 0, 0, .4);
  color: #fff;
  cursor: pointer;
  transition: all .5s ease;
}

.pl_service4 .service_item.showLang:hover {
  width: fit-content;
  min-width: 230px;
  max-width: 600px;
}

.pl_service4 .service_icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  margin: 0;
}

.pl_service4 .service_icon .icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 15px 16px 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pl_service4 .service_value {
  padding: 10px 20px 10px 0;
  text-align: left;
  line-height: 20px;
}

.pl_service4 .service_value p {
  height: 20px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
}

.pl_service4 .service_group .service_value a {
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  white-space: nowrap;
}

.pl_service4 .service_value.dh {
  line-height: 40px;
}

@media (max-width: 1080px) and (min-width: 769px) {
  .fyl-section-head h2 {
    font-size: 40px;
  }

  .fyl-talent-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .fyl-join-hero {
    height: 150px;
    min-height: 150px;
  }

  .fyl-join-hero-inner p {
    display: none;
  }

  .fyl-join-hero-inner h1 {
    font-size: 30px;
  }

  .fyl-join-tabs {
    padding: 10px 0 5px;
  }

  .fyl-join-tabs-inner {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: center;
    white-space: nowrap;
  }

  .fyl-join-tabs a {
    padding: 10px 20px;
    font-size: 14px;
  }

  .fyl-talent-section,
  .fyl-standards-section {
    padding: 42px 0;
    background-attachment: scroll;
  }

  .fyl-section-head h2 {
    font-size: 28px;
  }

  .fyl-section-head p {
    font-size: 14px;
  }

  .fyl-talent-grid,
  .fyl-standards-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fyl-talent-card {
    min-height: 0;
    padding: 20px;
  }

  .fyl-talent-icon {
    width: 60px;
    height: 60px;
  }

  .fyl-talent-card h3 {
    font-size: 18px;
  }

  .fyl-standard-card {
    min-height: 0;
    padding: 30px;
  }

  .fyl-standard-card h3 {
    font-size: 18px;
  }

  .fyl-standard-card p {
    font-size: 14px;
  }

  .fyl-jobs-section {
    padding: 30px 0;
  }

  .fyl-jobs-section .fyl-section-head h2 {
    font-size: 28px;
  }

  .fyl-jobs-section .fyl-section-head p {
    font-size: 14px;
  }

  .fyl-job-list {
    width: 90%;
    margin-top: 20px;
  }

  .fyl-job-head,
  .fyl-job-row {
    grid-template-columns: 38% 24% 1fr;
  }

  .fyl-job-head span,
  .fyl-job-row span {
    font-size: 14px;
  }

  .fyl-job-head span:nth-child(3),
  .fyl-job-head span:nth-child(4),
  .fyl-job-head span:nth-child(5),
  .fyl-job-row span:nth-child(3),
  .fyl-job-row span:nth-child(4),
  .fyl-job-row span:nth-child(5) {
    display: none;
  }

  .fyl-job-row {
    min-height: 50px;
  }

  .fyl-job-row .fyl-job-name {
    font-size: 14px;
  }

  .fyl-job-detail {
    padding: 10px 20px;
  }

  .fyl-job-apply {
    margin: 0;
  }

  .pl_service4 {
    display: none;
  }
}
