.banner img {
  width: 100%;
}

.banner {
  position: relative;
}
.mobile-text-info {
  display: none;
}
.text-info {
  display: block;
}
.text-info br{
  display: none;
}
.text {
  position: absolute;
  top: 30%;
  left: auto;
  right: 30%;
  width: 460px;
  height: 189px;
  padding: 20px 40px 20px 40px;
  color: #fff;
}

.banner-insert {
  left: auto;
  right: 30%;
}
.banner-insert-inner{
  position: absolute;
  top: 30%;
  left: auto;
  right: 30%;
  background: #ffffff;
  opacity: 0.8;
}

.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: 100%;
}

.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;
}
.tab-swtich-container {
  margin: -30px auto 0 auto;
  position: relative;
  width: 76.5%;
}

.tab-swtich-container .tab-item {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  width: 49.6%;
  background-color: rgb(184, 184, 184);
  transition: all 0.3s;
  cursor: pointer;
  float: left;
  margin-right: 0.4%;
}

.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: 1680px) {
  .text {
    width: 372px;
    height: 140px;
  }
}
@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) {
  .text {
    width: 270px;
    height: 120px;
  }
  .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) {
  .main-content-wrapper {
    width: 100%;
  }

  .breadcrumb-nav {
    display: flex;
  }
}

@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 {
    width: 100%;
  }
}

.tab-swtich-container .tab-item.active {
  background-color: rgb(197, 37, 36);
}

.tab-content-item {
  padding: 90px 0 50px 0;
  width: 76.5%;
  margin: 0 auto;
}

.tab-content-item.framework {
  width: 100%;
}

.tab-content-item.framework .inner-padding-container {
  width: 76.5%;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4b4b4b;
  text-align: center;
  margin-bottom: 58px;
}

.section-secondary-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #e60012;
  text-align: center;
  margin-bottom: 28px;
}

.section-intro {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #4b4b4b;
  line-height: 24px;
  text-align: center;
  margin-bottom: 33px;
}

@media screen and (max-width: 768px) {
  .tab-content-item {
    padding: 30px 0 20px 0;
    width: 100%;
  }
  .tab-content-item.vision {
    padding-top: 50px;
  }
  .tab-content-item.framework .inner-padding-container {
    width: 100%;
  }

  .inner-padding-container {
    padding: 0 30px;
  }

  .section-title {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #555555;
    line-height: 21px;
    margin-bottom: 26px;
  }

  .section-secondary-title {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #e60012;
    text-align: center;
    margin-bottom: 18px;
  }

  .section-intro {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4b4b4b;
    line-height: 24px;
    text-indent: 24px;
    text-align: left;
    margin-bottom: 26px;
  }
  .industrial-details-container {
    margin-bottom: 30px;
  }
  .mobile-text-info {
    display: block;
  }
  .banner-insert-inner,
  .banner-insert,
  .text {
    top: 30%;
    left: auto !important;
    right: 35px !important;
  }
  .text-info {
    display: none;
  }
  .text {
    width: 224px;
    height: 92px;
    font-size: 12px;
  }
  .mobile-text-info {
    margin-top: 3px;
  }
}

.three-column-container {
  /* width: 75%; */
  width: 950px;
  margin: 0 auto;
  padding-top: 50px;
  display: flex;
}

@media screen and (max-width: 1660px) {
  .three-column-container {
    width: 100%;
  }
}

.three-column-item {
  width: 33%;
  /* float: left; */
  background-color: rgba(242, 242, 242, 1);
  padding: 25px 25px 80px 25px;
  text-align: center;
  margin-right: 0.5%;
}

.three-column-item:last-child {
  margin-right: 0;
}

.column-item-icon {
  width: 25%;
  margin: -23% auto 0 auto;
}

.column-item-icon img {
  width: 100%;
}

.column-item-details-title {
  margin: 15px 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 24px;
}

.column-item-details-intro {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 24px;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .three-column-item {
    padding: 15px 15px 50px 15px;
  }

  .column-item-details-title {
    margin: 10px 0 10px 0;
  }

  .column-item-icon {
    width: 40px;
    margin: -35px auto 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .three-column-container {
    flex-direction: column;
    padding-top: 0;
  }

  .three-column-item {
    padding: 30px 24px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    display: flex;
  }

  .three-column-item:last-child {
    margin-bottom: 0;
  }

  .column-item-icon {
    flex-shrink: 0;
  }

  .column-item-details {
    padding-left: 22px;
  }

  .column-item-details-title {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #555555;
    line-height: inherit;
    margin: 0 0 5px 0;
    text-align: left;
  }

  .column-item-details-intro {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #555555;
    line-height: 20px;
  }

  .column-item-icon {
    width: 45px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .three-column-item {
    padding: 22px 20px;
  }
}

/* pc 静态非swiper */

.strategy-top-swiper.strategy-top-swiper-static {
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .strategy-top-swiper.strategy-top-swiper-static {
    display: none;
  }
}

.strategy-top-swiper-static .half-circle-border {
  position: absolute;
  border: 2px solid rgba(183, 183, 183, 1);
  left: -140px;
  right: -140px;
  top: -216%;
  border-radius: 50%;
  height: 780px;
}

.strategy-top-swiper-static .swiper-slide-inner {
  flex: 1;
  position: relative;
  z-index: 1;
}

.strategy-top-swiper-static .swiper-slide-inner-02,
.strategy-top-swiper-static .swiper-slide-inner-05 {
  transform: translateY(60px);
}

.strategy-top-swiper-static .swiper-slide-inner-03,
.strategy-top-swiper-static .swiper-slide-inner-04 {
  transform: translateY(90px);
}

.strategy-top-swiper.strategy-top-swiper-static .swiper-slide-inner img {
  width: 60px;
  transition: all 0.3s;
  cursor: pointer;
}

.strategy-top-swiper.strategy-top-swiper-static .swiper-slide-inner.active img {
  width: 90px !important;
}

.strategy-top-swiper.strategy-top-swiper-static .swiper-slide-inner.active p {
  font-weight: bold;
  color: #ff0000;
}

/* mobile swiper */
.strategy-top-swiper {
  padding: 0 0 40px 0;
  height: 300px;
  width: 76.5%;
  margin: 0 auto;
  display: none;
}

.half-circle-border {
  position: absolute;
  border: 2px solid rgba(183, 183, 183, 1);
  left: -200px;
  right: -200px;
  top: -220%;
  border-radius: 50%;
  height: 790px;
}

.strategy-top-swiper .swiper-slide-inner {
  text-align: center;
}

.strategy-top-swiper .swiper-slide {
  /* transition: transform 0.2s; */
  transition: margin 0.4s;
  width: 25%;
}

.strategy-top-swiper .swiper-slide-inner p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8f8f8f;
  line-height: 24px;
  margin-top: 2px;
}

.strategy-top-swiper .swiper-slide-active .swiper-slide-inner p {
  font-weight: bold;
  color: #ff0000;
}

.strategy-top-swiper .swiper-slide-inner .top-line {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .swiper-container.strategy-top-swiper {
    width: 100%;
    display: block;
    height: 150px;
    padding: 0 0 20px 0;
  }
  .strategy-top-swiper .swiper-slide-inner .top-line {
    margin-top: 10px;
  }
  .strategy-top-swiper .swiper-slide-inner p {
    font-size: 14px;
    font-family: SourceHanSansCN;
    color: #8f8f8f;
    font-weight: 500;
    line-height: 15px;
    transition: all 0.3s;
  }
  .strategy-top-swiper .swiper-slide-active .swiper-slide-inner p {
    font-weight: bold;
    color: #ff0000;
    font-size: 16px;
    line-height: 20px;
  }
  .half-circle-border {
    left: -50px;
    right: -50px;
    top: -62%;
    height: 145px;
  }

  .strategy-top-swiper .swiper-slide {
    /* transform: translateY(30px); */
    margin-top: 0;
  }
  .strategy-top-swiper .swiper-slide-visible {
    margin-top: 5px;
  }

  .strategy-top-swiper .swiper-slide-prev,
  .strategy-top-swiper .swiper-slide-next {
    /* transform: translateY(28px); */
    margin-top: 28px;
  }
  .strategy-top-swiper .swiper-slide-active {
    /* transform: translateY(30px); */
    margin-top: 30px;
  }
  .strategy-top-swiper .swiper-slide-inner img {
    width: 30px;
    transition: all 0.3s;
  }

  .strategy-top-swiper .swiper-slide-prev img,
  .strategy-top-swiper .swiper-slide-next img {
    width: 32px;
  }

  .strategy-top-swiper .swiper-slide-active .swiper-slide-inner img {
    width: 42px;
  }
}

/* strategy-bottom-swiper */
.strategy-bottom-swiper {
  padding: 20px 0;
}

.strategy-bottom-swiper .swiper-slide {
  padding: 16px 60px;
  /* border: 0px solid #ebebeb; */
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 36%;
  height: 185px;
}

.strategy-bottom-swiper .swiper-slide h3 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ff0000;
  line-height: 43px;
}

.strategy-bottom-swiper .swiper-slide p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #4b4b4b;
  line-height: 24px;
  margin-top: 10px;
}

.strategy-bottom-swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 28.5%;
}

.strategy-bottom-swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 28.5%;
}

.strategy-bottom-swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("../img/strategy/swiper-arrow-left.png");
}

.strategy-bottom-swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/strategy/swiper-arrow-right.png");
}

@media screen and (max-width: 1440px) {
  .strategy-bottom-swiper .swiper-slide {
    padding: 30px 40px;
  }

  .strategy-bottom-swiper .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 22%;
  }

  .strategy-bottom-swiper .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 22%;
  }
}

@media screen and (max-width: 768px) {
  .strategy-bottom-swiper {
    padding: 3px 0 10px 0;
  }

  .strategy-bottom-swiper .swiper-slide {
    padding: 20px 35px;
    width: 78%;
    margin-right: 0;
    margin: 0 11%;
    height: 146px;
  }

  .strategy-bottom-swiper .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 15px;
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
  }

  .strategy-bottom-swiper .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 15px;
    width: 12px;
    height: 23px;
    background-size: 12px 23px;
  }

  .strategy-bottom-swiper .swiper-slide h3 {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #ff0000;
    line-height: 24px;
  }

  .strategy-bottom-swiper .swiper-slide p {
    font-size: 12px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #4b4b4b;
    line-height: 18px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 400px) {
  .strategy-bottom-swiper .swiper-slide {
    padding: 15px 20px;
    height: 140px;
  }

  .strategy-bottom-swiper .swiper-slide h3 {
    font-size: 15px;
  }
}
