.banner img {
  width: 100%;
}
.banner {
  position: relative;
}
.text {
  position: absolute;
  top: 30%;
  left: auto;
  right: 10%;
  /* background: rgb(194, 24, 9); */
  padding: 20px 40px 20px 40px;
  color: #fff;
}
.banner-insert {
  left: auto;
  right: 10%;
}
.mobile-text-info {
  display: none;
}
.text-info {
  display: block;
}
.triangle {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  left: 0;
  top: 65px;
  border-right: none;
  border-left: 18px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.main-content-wrapper {
  width: 76.5%;
  margin: 0 auto;
}

.breadcrumb-nav {
  display: none;
  padding: 12px 10px;
  align-items: center;
}

.breadcrumb-nav .breadcrumb-nav-item {
  display: inline-block;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #8f8f8f;
  line-height: 22px;
}

.breadcrumb-nav .breadcrumb-nav-item a {
  color: #8f8f8f;
}
.breadcrumb-nav .breadcrumb-nav-item span {
  margin: 0 10px;
  font-size: 16px;
}
.breadcrumb-nav .breadcrumb-nav-item:last-child a {
  color: #484848;
  font-weight: bold;
  cursor: auto;
}

@media screen and (max-width: 768px) {
  .text-info {
    display: none;
  }
  .mobile-text-info {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    line-height: 18px;
  }
  .main-content-wrapper {
    width: 100%;
  }
  .breadcrumb-nav {
    display: flex;
  }
}

.tab-swtich-container {
  margin: -30px auto 0 auto;
  /* justify-content: space-between; */
  position: relative;
}

.tab-swtich-container .tab-item {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: 33%;
  background-color: rgb(184, 184, 184);
  transition: all 0.3s;
  cursor: pointer;
  float: left;
  margin-right: 0.5%;
}
.tab-swtich-container .tab-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1600px) {
  .tab-swtich-container {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1440px) {
  .tab-swtich-container .tab-item {
    line-height: 48px;
  }
  .tab-swtich-container {
    margin-top: -29px;
  }
}
@media screen and (max-width: 1280px) {
  .tab-swtich-container .tab-item {
    line-height: 36px;
  }
  .tab-swtich-container {
    margin-top: -22px;
  }
}
@media screen and (max-width: 992px) {
  .tab-swtich-container .tab-item {
    line-height: 32px;
  }
  .tab-swtich-container {
    margin-top: -18px;
  }
}

@media screen and (max-width: 768px) {
  .tab-swtich-container {
    margin-top: 0;
  }
  .tab-swtich-container .tab-item {
    font-size: 14px;
    line-height: 33px;
  }
}
.tab-swtich-container .tab-item.active {
  background-color: rgb(197, 37, 36);
}

.section-title {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: 47px;
  text-align: center;
}

.section-item {
  padding: 70px 0 50px 0;
}
.details-intro {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .details-intro {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #4b4b4b;
    line-height: 21px;
  }
  .section-item {
    padding: 42px 30px;
    box-shadow: 0px 5px 12px 1px rgb(4 0 0 / 13%);
  }

  .details-intro {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 24px;
    margin-top: 28px;
  }
}

.section-bottom {
  padding-top: 85px;
}
.section-bottom-left {
  width: 65%;
  float: left;
}

.section-secondary-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #555555;
  line-height: 32px;
  margin-top: 30px;
}
.section-secondary-title:first-child {
  margin-top: 0;
}
.section-bottom-right {
  width: 35%;
  float: right;
}

.section-bottom-right img {
  width: 75%;
  margin: 0 auto;
}

.section-bottom-right .philosophy-img {
  padding-left: 5px;
}
@media screen and (max-width: 1440px) {
  .section-bottom-right img {
    width: 100%;
  }
  .section-bottom-left {
    width: 55%;
  }
  .section-bottom-right {
    width: 45%;
  }
}
.section-secondary-details li {
  text-indent: 36px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
}
.section-bottom-right .section-secondary-title {
  padding-left: 50px;
}
.section-bottom-right .section-secondary-details {
  padding-left: 50px;
  text-indent: 0;
}
.section-secondary-details .justify-wrapper {
  display: inline;
}

@media screen and (max-width: 1280px) {
  .section-secondary-details li {
    text-indent: 32px;
  }
}

@media screen and (max-width: 768px) {
  .section-bottom-left {
    width: 100%;
    float: none;
  }
  .section-bottom-right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .section-bottom {
    padding-top: 40px;
  }

  .section-bottom-right .section-secondary-title {
    display: none;
  }
  .section-secondary-title {
    font-size: 14px;
    color: #4b4b4b;
    font-family: SourceHanSansCN;
    font-weight: 400;
    line-height: 26px;
  }
  .section-secondary-details li {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 24px;
    text-indent: 0;
    width: 100%;
  }
  .section-secondary-details .justify-wrapper {
    width: 60px;
    min-width: 60px;
    text-align: justify;
    text-align-last: justify;
    display: inline-block;
  }
  .section-bottom-right img {
    width: 90%;
    margin: 40px auto 0 auto;
  }
  .section-bottom-right .philosophy-img {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .section-bottom-right .section-secondary-title {
    padding-left: 0;
  }
  .section-bottom-right .section-secondary-details {
    padding-left: 0;
  }
}

/* 职业发展 */

.career-development-item {
  padding: 80px 0 50px 0;
}

.development-item-left {
  width: 58%;
  float: left;
  padding-right: 8.5%;
}
.development-item-left .details-intro {
  margin-top: 0;
}
.development-item-left .details-intro:first-child {
  margin-top: 40px;
}
.career-development-item.development-mechanism
  .development-item-left
  .details-intro:first-child {
  margin-top: 16%;
}
.development-item-right {
  width: 42%;
  float: right;
  text-align: center;
}
.development-item-right img {
  margin: 45px auto 0 auto;
  width: 75%;
}
@media screen and (max-width: 1440px) {
  .development-item-right img {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .development-item-left {
    padding-right: 4%;
  }
}

@media screen and (max-width: 768px) {
  .career-development-item {
    padding: 40px 30px 60px 30px;
  }
  .tab-content-item {
    margin-bottom: 50px;
  }
  .development-item-left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .development-item-left .details-intro {
    margin-top: 0;
    text-indent: 24px;
  }
  .development-item-left .details-intro:first-child {
    margin-top: 25px;
  }
  .career-development-item.development-mechanism
    .development-item-left
    .details-intro:first-child {
    margin-top: 25px;
  }
  .development-item-right img {
    margin: 40px auto 0 auto;
    width: 85%;
  }
  .development-item-right {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 375px) {
  .banner-insert,
  .text {
    top: 25%;
  }
}
@media screen and (max-width: 330px) {
  .banner-insert,
  .text {
    top: 16%;
  }
}
