/* 轮播组件 */
.swiper {
  display: none;
}

.custom-pagination {
  display: none;
}

.banner {
  padding-top: 60px;
  width: 100%;
}

.banner video {
  width: 100%;
}

.section-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  position: relative;
  font-family: sfJpLightBold;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 128px;
  border-bottom: 1px solid black;
}

/* 关于 */
.about-setion {
  width: 100%;
  margin-top: 160px;
  display: flex;
  flex-direction: column;
}

.about-wrap {
  width: 100%;
  display: flex;
}

.about-describe {
  display: flex;
  flex-direction: column;
  color: #333333;
  flex: 510;
  padding-right: 40px;
}

.about-text1 {
  margin-top: 70px;
  font-family: sfJpLightBold;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.72px;
}

.about-text2 {
  margin-top: 40px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #777777;
  font-family: sfJpLight;
}

.about-qyxx {
  margin-top: 60px;
  border: 2px solid #333333;
  width: 161px;
  height: 58px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.about-imgbox {
  flex: 690;
  display: flex;
  position: relative;
  margin-top: -30px;
}

.about-imgbg {
  width: 89%;
  z-index: 0;
  position: absolute;
  right: 0;
}

.about-imgbox picture {
  z-index: 1;
}

.about-img {
  width: 89%;
  z-index: 1;
  margin-top: 70px;
}

/* 项目 */
.project-section {
  margin-top: 160px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.project-cover {
  width: 100%;
  height: 82px;
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  font-family: sfJpLightBold;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  padding: 0 70px;
  background-color: rgba(0, 0, 0, 0.5);
}

.project-img {
  margin-top: 50px;
  width: 100%;
  position: relative;
}

.project-img img {
  width: 100%;
  height: auto;
}

/* 广告 */
.advert-section {
  display: flex;
  flex-direction: column;
  margin-top: 160px;
}

.advert-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 50px 0px;
}

.advert-imgbox {
  width: calc(50% - 27px);
  height: 370px;
  position: relative;
}

.advert-imgbg {
  width: 90%;
  height: 300px;
  background: linear-gradient(208deg, #dcdcdc 0%, rgba(220, 220, 220, 0) 100%);
  position: absolute;
}

.advert-img {
  width: 94%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 双数 */
.advert-wrap:nth-child(odd) .advert-imgbg {
  top: 0;
  right: 0;
}

.advert-wrap:nth-child(odd) .advert-img {
  left: 0;
  bottom: 0;
}

.advert-gap {
  width: 54px;
  height: 100%;
}

.advert-describe {
  width: calc(50% - 27px);
  display: flex;
  flex-direction: column;
}

.advert-mImg {
  display: none;
}

.advert-text1 {
  font-family: sfJpLightBold;
  font-size: 36px;
  line-height: 48px;
  color: #333333;
  letter-spacing: 0.72px;
}

.advert-text2 {
  margin-top: 20px;
  font-weight: 300;
  font-size: 20px;
  color: #777777;
  line-height: 30px;
  font-family: sfJpLight;
}

.advert-arrowbox {
  margin-top: 20px;
  border: 2px solid #333333;
  width: 161px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.advert-arrow {
  width: 25px;
  height: 23px;
}

/* 新闻 */
.news-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 157px;
}

.news-wrap {
  display: flex;
  width: 100%;
  margin-top: 70px;
}

.news-describe {
  flex: 1;
  background-image: linear-gradient(to bottom, white, white);
  background-size: 100% 90%;
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.news-describe:nth-child(2) {
  margin: 0 20px;
}

.news-img {
  width: 84.4%;
  margin-left: auto;
  margin-right: auto;
}

.news-timebox {
  display: flex;
  align-items: center;
  margin-left: 30px;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  margin-top: 20px;
  font-family: sfJpLight;
}

.news-text {
  font-family: sfJpLight;
  margin-left: 30px;
  margin-right: 30px;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  margin-top: 10px;
  letter-spacing: 0px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-arrow {
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 20px;
  height: auto;
  cursor: pointer;
}

.news-timebox .divider {
  width: 1px;
  height: 19px;
  background-color: #333333;
  margin: 0 20px;
}

/* 更多 */
.more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 62px;
  margin-top: 60px;
}

.more hr {
  width: 450px;
  height: 0.3px;
  background-color: #999999;
}

.more-text {
  border: 1px solid #333333;
  width: 241px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 沿革 */
.evolution-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 150px;
}

.evolution-wrap {
  display: flex;
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.evolution-img {
  width: 100%;
  z-index: 0;
}

.evolution-describe {
  width: 18%;
  display: flex;
  position: absolute;
  z-index: 1;
}

.evolution-iconbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.evolution-icontop {
  width: 10px;
  height: 10px;
  background-color: #333333;
  box-shadow: 0px 0px 3px 3px #999999;
  border-radius: 50%;
}

.evolution-iconbottom {
  width: 3px;
  height: 100px;
  background: linear-gradient(to bottom, #333333, #cccccc);
}

.evolution-milestone {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  line-height: 20px;
}

.evolution-time {
  font-family: sfJpLightBold;
  font-size: 24px;
  color: #333333;
}

.evolution-text {
  font-family: sfJpLight;
  font-size: 16px;
  color: #777777;
  margin-top: 15px;
}

.evolution-describe:nth-child(2) {
  left: 1%;
  top: 23%;
}

.evolution-describe:nth-child(3) {
  left: 14%;
  top: 70%;
}

.evolution-describe:nth-child(4) {
  left: 35%;
  top: 60%;
}

.evolution-describe:nth-child(5) {
  left: 54%;
  top: 3%;
}

.evolution-describe:nth-child(6) {
  left: 73%;
  top: 0%;
}

/* 招聘信息 */
.recruit-section {
  display: flex;
  flex-direction: column;
  margin-top: 160px;
}

.recruit-wrap {
  width: 100%;
  display: flex;
  margin-top: 62px;
  min-height: 476px;
}

.recruit-describe {
  display: flex;
  flex-direction: column;
  background-color: white;
  position: relative;
  flex: 1;
}

.recruit-describe.transparent {
  background-color: transparent;
}

.recruit-describe:nth-child(2) {
  margin: 0 20px;
}

.recruit-imgbox {
  width: 100%;
  position: relative;
  display: flex;
}

.recruit-img {
  width: 100%;
  z-index: 0;
}

.recruit-text1 {
  font-family: sfJpLight;
  font-weight: 300;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  margin: 20px 30px 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.recruit-arrow {
  width: 20px;
  height: auto;
  left: 30px;
  bottom: 24px;
  position: absolute;
}

.recruit-text2 {
  font-family: sfJpLightBold;
  position: absolute;
  color: white;
  font-weight: 400;
  font-size: 36px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* logos */
.logos-img {
  width: 100%;
  margin: 160px auto;
}

/* 1024px */
@media screen and (max-width: 1024px) {
  .section-title {
    font-size: 36px;
  }

  .banner {
    padding-top: 50px;
  }

  .section-title {
    align-self: center;
  }

  .section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  /* 关于 */
  .about-setion {
    margin-top: 60px;
  }

  .about-describe {
    padding-right: 24px;
    margin-top: 35px;
  }

  .about-text1 {
    margin-top: 53px;
    font-size: 32px;
  }

  .about-text2 {
    margin-top: 17px;
    font-size: 16px;
    letter-spacing: 0.4px;
  }

  .about-qyxx {
    margin-top: 17px;
    width: 142px;
    height: 51px;
  }

  .about-imgbox {
    margin-top: 70px;
  }

  .about-imgbg {
    display: none;
  }

  .about-img {
    margin-top: 0px;
    width: 100%;
    z-index: 1;
  }

  /* 项目 */
  .project-section {
    margin-top: 100px;
  }

  .project-cover {
    height: 60px;
    font-size: 20px;
    padding: 0 60px;
  }

  /* 广告 */
  .advert-section {
    margin-top: 107px;
  }

  .advert-wrap {
    margin: 0px auto;
    margin-top: 70px;
    width: 100%;
  }

  .advert-wrap {
    flex-direction: column;
  }

  .advert-imgbox {
    display: none;
  }

  .advert-gap {
    display: none;
  }

  .advert-describe {
    width: 100%;
  }

  .advert-mImg {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 53px;
  }

  .advert-text1 {
    font-size: 24px;
    line-height: 48px;
  }

  .advert-text2 {
    margin-top: 14px;
    font-size: 16px;
    line-height: 30px;
  }

  .advert-arrowbox {
    margin-top: 14px;
    width: 120px;
    height: 43px;
  }

  /* 新闻 */
  .news-section {
    margin-top: 100px;
  }

  .news-describe:nth-child(2) {
    margin: 0 16px;
  }

  .news-timebox {
    margin-top: 16px;
    margin-left: 24px;
    font-size: 18px;
    line-height: 32px;
  }

  .news-text {
    font-size: 15px;
    margin-left: 24px;
    margin-right: 24px;
    line-height: 24px;
  }

  /* 更多 */
  .more {
    display: none;
  }

  /* 沿革 */
  .evolution-section {
    margin-top: 100px;
  }

  .evolution-wrap {
    margin-top: 76px;
  }

  .evolution-iconbottom {
    height: 80px;
  }

  .evolution-milestone {
    margin-left: 12px;
    line-height: 18px;
  }

  .evolution-time {
    font-size: 20px;
  }

  .evolution-text {
    font-size: 12px;
    margin-top: 10px;
  }

  /* 招聘信息 */
  .recruit-section {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
  }

  .recruit-wrap {
    margin-top: 70px;
    min-height: 397px;
  }

  .recruit-describe:nth-child(2) {
    margin: 0 16px;
  }

  .recruit-text1 {
    font-size: 15px;
    margin: 20px;
    margin-bottom: 50px;
  }

  .recruit-text2 {
    font-size: 32px;
    /* height: 205px; */
  }

  .recruit-arrow {
    width: 15px;
    left: 20px;
    bottom: 20px;
  }

  /* logos */
  .logos-img {
    margin: 69px auto;
  }
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }

  .banner {
    padding-top: 40px;
  }

  /* 关于 */
  .about-setion {
    margin-top: 80px;
  }

  .about-wrap {
    /* margin-top: 50px; */
    /* width: 100%; */
  }

  .about-text1 {
    margin-top: 26px;
    font-size: 24px;
    font-family: 'sfJpLightBold';
    line-height: 32px;
  }

  .about-text2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .about-qyxx {
    width: 142px;
    height: 51px;
    font-size: 14px;
    font-size: 16px;
    line-height: 22px;
  }

  .about-imgbox {
    margin-top: 50px;
  }

  /* 项目 */
  .project-section {
    margin-top: 80px;
  }

  .project-cover {
    font-size: 16px;
  }

  /* 广告 */
  .advert-section {
    margin-top: 80px;
  }

  .advert-wrap {
    margin-top: 80px;
    margin-bottom: 0px;
  }

  .advert-mImg {
    margin-top: 40px;
  }

  .advert-text1 {
    font-size: 32px;
    line-height: 48px;
  }

  .advert-text2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  .advert-arrow {
    width: 20px;
    height: 20px;
  }

  /* 新闻 */
  .news-section {
    margin-top: 80px;
  }

  .news-wrap {
    margin-top: 50px;
  }

  .news-describe:nth-child(2) {
    margin: 0 13px;
  }

  .news-timebox {
    margin-top: 10px;
    margin-left: 18px;
    font-size: 14px;
    height: 24px;
  }

  .news-text {
    font-size: 12px;
    margin-left: 18px;
    margin-right: 18px;
    margin-top: 5px;
  }

  .news-arrow {
    margin-left: 18px;
    margin-top: 10px;
  }

  /* 沿革 */
  .evolution-section {
    margin-top: 80px;
  }

  .evolution-wrap {
    margin-top: 56px;
  }

  .evolution-iconbottom {
    height: 60px;
  }

  .evolution-milestone {
    margin-left: 10px;
    line-height: 16px;
  }

  .evolution-time {
    font-size: 18px;
  }

  .evolution-text {
    font-size: 10px;
    margin-top: 8px;
  }

  /* 招聘 */

  .recruit-section {
    margin-top: 80px;
  }

  .recruit-wrap {
    margin-top: 50px;
    min-height: 302px;
  }

  .recruit-describe:nth-child(2) {
    margin: 0 12px;
  }

  .recruit-text1 {
    font-size: 12px;
    line-height: 24px;
    margin: 10px;
    margin-top: 13px;
    margin-bottom: 40px;
  }

  .recruit-text2 {
    /* height: 156px; */
    font-size: 24px;
  }

  .recruit-arrow {
    bottom: 20px;
    left: 10px;
  }
}

@media screen and (max-width: 650px) {
  .section-title {
    font-size: 16px;
    line-height: 20px;
  }

  .section-title::after {
    bottom: -5px;
    width: 64px;
    transform: translate(-50%, -50%) scaleY(0.5);
  }

  .swiper {
    display: block;
    width: 100%;
    margin-top: 45px;
  }

  .custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  /* 关于 */
  .about-setion {
    margin-top: 20px;
  }

  .about-wrap {
    margin-top: 25px;
    flex-direction: column;
  }

  .about-describe {
    margin-top: 0px;
    padding-right: 0px;
  }

  .about-text1 {
    margin-top: 0px;
    line-height: 32px;
    font-size: 16px;
  }

  .about-text2 {
    margin-top: 10px;
    line-height: 22px;
    font-size: 12px;
  }

  .about-qyxx {
    width: 71px;
    height: 25px;
    font-size: 8px;
    border: 1px solid #333333;
  }

  .about-imgbox {
    width: 100%;
    margin-top: 20px;
  }
  .about-img img {
    width: 100%;
  }

  /* 项目 */
  .project-section {
    margin-top: 40px;
  }

  .project-img {
    margin-top: 25px;
  }

  .project-cover {
    height: 28px;
    font-size: 9.3px;
    line-height: 15px;
    padding: 0 28px;
  }

  /* 广告 */
  .advert-section {
    margin-top: 40px;
  }

  .advert-wrap {
    margin-top: 25px;
  }

  .advert-text1 {
    font-size: 16px;
    letter-spacing: 0.72px;
    line-height: 32px;
  }

  .advert-text2 {
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 32px;
    margin-top: 10px;
  }

  .advert-arrowbox {
    width: 60px;
    height: 21px;
    margin-top: 10px;
  }

  .advert-arrow {
    width: 10px;
    height: 8px;
  }

  .advert-mImg {
    margin-top: 20px;
  }

  /* 新闻 */
  .news-section {
    margin-top: 40px;
  }

  .news-wrap {
    display: none;
  }

  .news-describe {
    align-items: center;
    position: relative;
    height: 450px;
  }

  .news-timebox {
    font-size: 12px;
  }

  .news-text {
    text-align: center;
    font-size: 12px;
    line-height: 11px;
  }

  .news-arrow {
    position: absolute;
    bottom: -5px;
    margin-left: 0px;
  }

  /* 沿革 */
  .evolution-section {
    margin-top: 60px;
  }

  .evolution-wrap {
    margin-top: 45px;
  }

  .evolution-icontop {
    width: 5px;
    height: 5px;
  }

  .evolution-iconbottom {
    height: 39px;
    width: 2px;
  }

  .evolution-milestone {
    margin-left: 6px;
    line-height: 10px;
  }

  .evolution-time {
    font-size: 14px;
  }

  .evolution-text {
    font-size: 8px;
    margin-top: 6px;
  }

  .evolution-describe:nth-child(3) {
    left: 10%;
  }

  .evolution-describe:nth-child(5) {
    left: 50%;
  }

  /* 招聘 */
  .recruit-section {
    margin-top: 40px;
  }

  .recruit-describe {
    min-height: 535px;
    position: relative;
  }

  .recruit-wrap {
    display: none;
  }

  .recruit-text2 {
    font-size: 32px;
    line-height: 32px;
  }

  .recruit-text1 {
    font-size: 16px;
    line-height: 28px;
    margin: 20px;
  }

  .recruit-arrow {
    position: absolute;
    left: 20px;
    bottom: 36px;
  }
}

@media screen and (max-width: 550px) {
  .news-describe {
    height: 400px;
  }
}

@media screen and (max-width: 450px) {
  .news-describe {
    height: 350px;
  }

  .recruit-describe {
    min-height: 435px;
  }
}

@media screen and (max-width: 375px) {
  .news-describe {
    height: 346px;
  }

  .news-arrow {
    margin-bottom: 26px;
  }
}
