@charset "utf-8";.gs-banner-4{width:100%;height:auto;position:relative;z-index:1;overflow:hidden}.gs-banner-4 .banner-box{width:100%;height:100%;position:absolute;left:0;top:0;z-index:10;overflow:hidden}.gs-banner-4 .banner-box .container1600{height:100%}.gs-banner-4 .banner-box .banner-info{width:100%;max-width:550px;height:100%;position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center}.gs-banner-4 .banner-box .banner-info .title{width:100%;height:auto;font-weight:700;font-size:var(--font-size1);color:#FFFFFF}.gs-banner-4 .banner-box .banner-info .details{width:100%;height:auto;margin-top:.2rem;font-size:var(--font-size8);color:#FFFFFF;line-height:1.667}.gs-banner-4 .banner-box .banner-info .more{width:100%;height:auto;display:flex;margin-top:.7rem}.gs-banner-4 .banner-box .banner-info .more a{width:auto;min-width:1.8rem;height:.6rem;min-height:40px;display:flex;align-items:center;justify-content:center;padding:0 1.25em;border-radius:50px;background:var(--color);font-size:var(--font-size8);color:#FFFFFF;transition:all .5s ease}.gs-banner-4 .banner-box .banner-info .more a:hover{background:#FFFFFF;color:var(--color)}.gs-banner-4 .images{width:100%;height:auto;font-size:0;overflow:hidden}.gs-banner-4 .images img{width:100%;height:100%;min-height:300px;object-fit:cover}@media (max-width: 991px){.gs-banner-4{display:flex;flex-direction:column-reverse;background:#F5F5FB}.gs-banner-4 .banner-box{position:relative;padding:40px 0 60px}.gs-banner-4 .banner-box .banner-info .title{color:#000000}.gs-banner-4 .banner-box .banner-info .details{color:#666666}}
 
@charset "utf-8";
/* 人才培养理念 */
#c-join {
  padding: 120px 0;
  background: #fff;
}
#c-join .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#c-join .c-wrap .c-img-box {
  width: 50%;
  height: 4.62rem;
  overflow: hidden;
}
#c-join .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-join .c-wrap .c-text-box {
  width: 50%;
  padding: 0 80px;
}
#c-join .c-wrap .c-text-box .c-title {
  margin-bottom: 50px;
  position: relative;
  font-size: var(--font-size2);
  line-height: 1.1em;
  color: var(--color1);
}
#c-join .c-wrap .c-text-box .c-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -140px;
  width: 120px;
  margin-top: -1px;
  border-top: 3px solid var(--color);
}
#c-join .c-wrap .c-text-box .c-text {
  color: var(--color3);
}
/* 薪酬福利及办公环境 */
#c-join2 {
  padding: 140px 0;
  background: #f7f7f7;
}
#c-join2 .c-title-box .c-title {
  font-size: var(--font-size2);
  line-height: 1.1em;
  color: var(--color1);
  text-align: center;
}
#c-join2 .c-title-box .c-line {
  margin: 30px auto;
  width: 60px;
  border-top: 4px solid var(--color);
}
.c-banner9 {
  margin-bottom: 80px;
  padding: 70px 0;
}
.c-banner9 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 0 30px;
  height: auto;
  text-align: center;
  background: #fff;
}
.c-banner9 .c-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -50px auto 0;
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  background: #fff;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-banner9 .c-img-box img {
  width: 50px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-banner9 .c-title {
  padding: 40px 0 20px;
  font-size: var(--font-size4);
  line-height: 24px;
  color: var(--color1);
  border-bottom: 1px solid #ebebeb;
  width: 100%;
}
.c-banner9 .c-text {
  padding: 25px 0;
  color: var(--color3);
  line-height: 26px;
  width: 100%;
}
.c-banner9 .swiper-pagination {
  bottom: 0;
}
.c-banner9 .swiper-pagination-bullet-active {
  background: var(--color);
}
.c-banner10-wrap {
  position: relative;
}
.c-banner10 .c-img-box {
  height: 4.5rem;
  overflow: hidden;
}
.c-banner10 .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-banner10-wrap .swiper-button-prev {
  color: #999;
  left: -50px;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-banner10-wrap .swiper-button-prev {
    left: -40px;
  }
}
.c-banner10-wrap .swiper-button-next {
  color: #999;
  right: -50px;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .c-banner10-wrap .swiper-button-next {
    right: -40px;
  }
}
.c-banner10-wrap .swiper-button-prev::after,
.c-banner10-wrap .swiper-button-next::after {
  font-size: var(--font-size4);
}
.c-banner10-wrap .swiper-button-prev:hover,
.c-banner10-wrap .swiper-button-next:hover {
  color: var(--color);
}
/* 社会招聘 */
#c-join3 {
  padding: 140px 0;
  background: #fff;
}
#c-join3 .c-top-box {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#c-join3 .c-top-box .c-title {
  font-size: var(--font-size2);
  line-height: 1.1em;
  color: var(--color1);
}
#c-join3 .c-top-box .c-title span {
  color: var(--color);
}
#c-join3 .c-top-box form {
  width: 67.7%;
  padding: 20px;
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#c-join3 .c-top-box form .c-wrap {
  width: -webkit-calc(20.33%);
  width: calc(33.33% - 13px);
  display: flex;
  align-items: center;
}
#c-join3 .c-top-box form select {
  padding: 0 40px 0 20px;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  background: #fff url(../../../images/san.png) no-repeat right 20px center;
  background-size: 12px auto;
  color: var(--color3);
}
#c-join3 .c-top-box form input {
  padding: 0 20px;
  height: 60px;
  border: 1px solid #ddd;
  width: -webkit-calc(40%);
  width: calc(100% - 60px);
  border-right: 0;
  color: var(--color3);
  background: #fff;
}
#c-join3 .c-top-box form button {
  width: 60px;
  height: 60px;
  background: var(--color);
}
#c-join3 .c-top-box form button i {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
#c-join3 .c-list-box {
  box-shadow: 0 1px 50px rgba(0, 0, 0, 0.1);
}
#c-join3 .c-list1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0 30px;
  font-size: 18px;
  line-height: 28px;
  color: var(--color1);
  border-bottom: 2px solid #e3e3e3;
}
#c-join3 .c-item5 {
  padding-right: 40px;
  width: 100px;
  text-align: right;
}
#c-join3 .c-item5 i {
  display: inline-block;
  transition: 0.4s;
  transform: rotate(90deg);
}
#c-join3 .c-item5 i::before {
  font-style: normal;
  font-family: swiper-icons;
  content: "next";
}
#c-join3 .c-item1,
#c-join3 .c-item2,
#c-join3 .c-item3,
#c-join3 .c-item4 {
  width: -webkit-calc(0%);
  width: calc(25% - 25px);
}
#c-join3 .c-item1 {
  padding-left: 40px;
}
#c-join3 .c-item2,
#c-join3 .c-item3,
#c-join3 .c-item4 {
  padding-left: 20px;
}
#c-join3 .c-list2 .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
  line-height: 26px;
  color: var(--color3);
  transition: 0.4s;
}
#c-join3 .c-list2 .c-title-box .c-item1 {
  font-size: 18px;
  line-height: 28px;
  color: var(--color1);
  transition: 0.4s;
}
#c-join3 .c-list2 .c-title-box span {
  display: none;
}
#c-join3 .c-list2 .c-text-wrap {
  display: none;
}
#c-join3 .c-list2 .c-text-box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  border-bottom: 1px solid #f2f2f2;
}
#c-join3 .c-list2 .c-text-box .c-text {
  width: -webkit-calc(-140%);
  width: calc(100% - 240px);
  line-height: 30px;
  color: var(--color4);
}
#c-join3 .c-list2 .c-text-box .c-btn {
  display: block;
  width: 170px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: var(--color);
}
#c-join3 .c-list2 > li.active .c-title-box,
#c-join3 .c-list2 > li.active .c-title-box .c-item1 {
  color: var(--color);
}
#c-join3 .c-list2 > li.active .c-item5 i {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* 校园招聘 */
#c-join4 {
  padding: 140px 0;
  background: #fff;
}
#c-join4 .c-top-box {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#c-join4 .c-top-box .c-title {
  font-size: var(--font-size2);
  line-height: 1.1em;
  color: var(--color1);
}
#c-join4 .c-top-box .c-title span {
  color: var(--color);
}
#c-join4 .c-top-box .c-delivery {
  display: flex;
  align-items: center;
}
#c-join4 .c-top-box .c-delivery .c-text {
  width: 272px;
  height: 80px;
  font-size: var(--font-size4);
  line-height: 76px;
  color: var(--color1);
  border: 2px solid #e1e1e1;
  text-align: center;
  border-right: 0;
}
#c-join4 .c-top-box .c-delivery .c-btn {
  width: 240px;
  height: 80px;
  font-size: 16px;
  line-height: 76px;
  text-align: center;
  color: #fff;
  background: var(--color);
}
#c-join4 .c-top-box .c-delivery .c-btn img {
  margin-right: 15px;
  width: 20px;
  vertical-align: middle;
}
#c-join4 .c-list {
  border-top: 1px solid #ddd;
  padding-top: 60px;
}
#c-join4 .c-list .c-wrap {
  padding: 30px 0;
  display: flex;
  align-items: center;
  background: #f5f5f5;
}
#c-join4 .c-list li:nth-child(even) .c-wrap {
  background: #fff;
}
#c-join4 .c-list .c-wrap .c-time {
  padding-left: 60px;
  width: 17%;
  line-height: 26px;
  color: var(--color4);
}
#c-join4 .c-list .c-wrap .c-title {
  width: 67%;
  padding: 0 20px;
  font-size: 18px;
  line-height: 28px;
  color: var(--color3);
  transition: 0.4s;
}
#c-join4 .c-list .c-wrap .c-btn {
  padding-right: 60px;
  width: 17%;
  text-align: right;
  line-height: 26px;
  color: var(--color3);
  transition: 0.4s;
}
#c-join4 .c-list .c-wrap:hover .c-title,
#c-join4 .c-list .c-wrap:hover .c-btn {
  color: var(--color);
}
/* 投递简历弹窗 */
#c-fixed-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
#c-fixed-pop form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 400px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-fixed-pop form .c-title-box {
  position: relative;
  padding: 0 30px;
  background: var(--color);
}
#c-fixed-pop form .c-title-box .c-title {
  line-height: 60px;
  font-size: 20px;
  color: #fff;
}
#c-fixed-pop form .c-title-box .c-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 80px;
  height: 60px;
  background: url(../../../images/close.png) no-repeat center center;
  background-size: 20px auto;
  cursor: pointer;
}
#c-fixed-pop form .c-box {
  padding: 30px;
  font-size: 14px;
}
#c-fixed-pop form input {
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
  height: 50px;
  border: 1px solid #ccc;
}
#c-fixed-pop form button {
  width: 100%;
  height: 50px;
  background: var(--color);
  color: #fff;
}
#c-fixed-pop form .c-file {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#c-fixed-pop form .c-file .c-input-box {
  position: relative;
  display: inline-block;
  padding: 9px 15px;
  background: var(--color);
}
#c-fixed-pop form .c-file input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
#c-fixed-pop form .c-file .c-text {
  color: #fff;
  text-align: center;
}
#c-fixed-pop form .c-file .c-text2 {
  padding-left: 15px;
  line-height: 30px;
}
#category4 {
  display: none;
}
@media screen and (max-width: 1279px) {
  #c-join .c-wrap .c-img-box {
    height: 8rem;
  }
}
@media screen and (max-width: 991px) {
  #c-join4 .c-list .c-wrap .c-time {
    padding-left: 20px;
  }
  #c-join4 .c-list .c-wrap .c-btn {
    padding-right: 20px;
  }
  #c-join3 .c-top-box form {
    width: 100%;
    margin-top: 20px;
  }
  #c-join .c-wrap .c-text-box .c-title:before {
    display: none;
  }
  #c-join .c-wrap .c-text-box {
    width: 100%;
    padding: 20px;
  }
  #c-join .c-wrap .c-img-box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #c-join4 .c-list .c-wrap .c-time {
    width: 120px;
  }
  #c-join4 .c-list .c-wrap .c-title {
    font-size: 16px;
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
  #c-join4 .c-list .c-wrap {
    flex-wrap: wrap;
  }
  #c-join4 .c-list .c-wrap {
    padding: 15px 0;
  }
  #c-join4 .c-list {
    padding-top: 20px;
  }
  #c-join4 .c-top-box {
    margin-bottom: 20px;
  }
  #c-join4 .c-top-box .c-delivery .c-text {
    width: 50%;
    height: 50px;
    font-size: 18px;
    line-height: 46px;
  }
  #c-join4 .c-top-box .c-delivery .c-btn {
    width: 50%;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
  #c-join4 .c-top-box .c-delivery .c-btn img {
    width: 14px;
    margin-right: 5px;
  }
  #c-join4 .c-top-box .c-delivery {
    width: 100%;
    margin-top: 20px;
  }
  #c-join3 .c-list2 .c-text-box .c-btn {
    margin-top: 15px;
    width: 90px;
    height: 40px;
    line-height: 40px;
  }
  #c-join3 .c-list2 .c-text-box .c-text {
    width: 100%;
  }
  #c-join3 .c-list2 .c-text-box {
    padding: 20px;
  }
  #c-join4 {
    padding: 60px 0;
  }
  #c-join3 .c-item1 {
    padding-left: 20px;
    width: -webkit-calc(25%);
    width: calc(60% - 35px);
  }
  #c-join3 .c-item3 {
    width: -webkit-calc(5%);
    width: calc(40% - 35px);
  }
  #c-join3 .c-item5 {
    padding-right: 20px;
    width: 50px;
  }
  #c-join3 .c-list1,
  #c-join3 .c-item2,
  #c-join3 .c-item4,
  #c-join4 .c-list .c-wrap .c-btn {
    display: none;
  }
  #c-join3 .c-list2 .c-title-box {
    padding: 15px 0;
  }
  #c-join3 .c-top-box {
    margin-bottom: 20px;
  }
  #c-join3 .c-top-box form .c-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  #c-join3 .c-top-box form .c-wrap:last-child {
    margin-bottom: 0;
  }
  #c-join3 .c-top-box form select,
  #c-join3 .c-top-box form input,
  #c-join3 .c-top-box form button {
    height: 50px;
  }
  #c-join3 .c-top-box .c-title,
  #c-join4 .c-top-box .c-title {
    width: 100%;
    text-align: center;
  }
  .c-banner9 {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .c-banner9 .c-text {
    padding: 20px 0;
  }
  .c-banner9 .swiper-slide {
    padding: 0 20px;
  }
  #c-join .c-wrap .c-text-box {
    padding: 20px 0 0;
  }
  #c-join .c-wrap .c-text-box .c-title {
    margin-bottom: 10px;
  }
  #c-join3 {
    padding: 60px 0;
  }
  #c-join {
    padding: 60px 0;
  }
  #c-join2 {
    padding: 60px 0;
  }
  #c-join .c-wrap .c-img-box,
  .c-banner10 .c-img-box {
    height: 10rem;
  }
  .c-banner10-wrap {
    padding-bottom: 60px;
  }
  .c-banner10-wrap .swiper-button-next {
    top: auto;
    right: 50%;
    bottom: 0;
    margin-right: -35px;
  }
  .c-banner10-wrap .swiper-button-prev {
    top: auto;
    left: 50%;
    bottom: 0;
    margin-left: -35px;
  }
  #c-join3 .c-list2 .c-title-box .c-item1 {
    font-size: 16px;
  }
}
