.banner-container {
  display: flex;
  width: 100%;
  height: 600px;
  background-image: url('../images/successStories/topbanner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.banner-container .title {
  font-size: 60px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.banner-container .desc {
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
}

.techology1 {
  margin-top: 76px;
}

.tab-content-item img {
  width: 248px;
  height: 525px;
}

.techology1 .tab-list {
  display: flex;
}

.techology1 .tab-item {
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.techology1 .tab-item .tab-item-title {
  font-size: 38px;
  font-weight: 600;
  color: #FFC3EB;
  display: inline-block;
  text-align: left;
}

.techology1 .tab-item .tab-item-title.active {
  color: #E02097;
}

/* #FFC3EB */

.techology1 .tab-item img {
  width: 165px;
  height: 140px;
  display: inline-block;
  vertical-align: bottom;
}

.techology1 .tab-content {
  display: flex;
  margin-top: 64px;
}

.techology1 .sass-container {
  overflow: hidden;
  width: 1100px;
}

.techology1 .tab-content-sass {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sass-content {
  display: none;
}

.techology1 .sass-container img:first-child {
  margin-right: 21px;
}

.tab-content .tab-content-item {
  flex: 1;
  margin-right: 60px;
}

.tab-content .tab-content-item:last-child {
  margin-right: 0;
}

.tab-content-item .content-top {
  display: flex;
  justify-content: space-between;
}

.tab-content .content-bottom {
  height: 48px;
  background: #FFE1F5;
  border-radius: 28px;
  font-size: 18px;
  font-weight: 600;
  color: #E02097;
  line-height: 48px;
  text-align: center;
  margin-top: 40px;
}


.technology-desc {
  padding-top: 64px;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  line-height: 48px;
  text-align: center;
  background: #ffffff;
}

.technical-case {
  background: #ffffff;
  padding-bottom: 96px;
  padding-top: 30px;
}

.technical-case-content {
  width: 1200px;
  margin: auto;
}

.techology2 {
  margin-top: 64px;
  text-align: center;
}

.techology2 .title {
  font-size: 18px;
  font-weight: 400;
  color: #E02097;
}

.swiper-content {
  height: 537px;
  margin-top: 56px;
  margin-bottom: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.swiper-content .content-img {
  overflow: hidden;
  width: 1086px;
}

.swiper-content .content-img-list {
  display: flex;
}

.swiper-content .conteng-img-item {
  margin-right: 74px;
}

.swiper-content .conteng-img-item:last-child {
  margin-right: 0;
}

.swiper-content .conteng-img-item img {
  width: 247px;
  height: 537px;
}

.swiper-content .style2 img {
  width: 440px;
  height: 248px;
}

.swiper-content .style2 img:first-child {
  margin-bottom: 16px;
}

.left-icon {
 visibility: hidden;
}

.left-icon, .right-icon{
  width: 28px;
  height: 28px;
  user-select: none;
  cursor: pointer;
}

.left-icon img {
  width: 100%;
  height: 100%;
}

.right-icon img {
  width: 100%;
  height: 100%;
}

.agent-operation-case {
  margin-top: 57px;
  margin-bottom: 71px;
}

.agent-operation-content {
  width: 1200px;
  margin: auto;
}

.agent-tab-container {
  margin-top: 80px;
}

.agent-tab {
  display: flex;
  border-bottom: 1px solid #E4EFF9;
}

.agent-tab-item {
  flex: 1;
  text-align: center;
  padding-bottom: 15px;
  cursor: pointer;
}

.agent-tab .agent-tab-item .active {
  color: #E02097;
  position: relative;
  animation: opcitychange linear .2s;
}

.agent-tab .agent-tab-item .active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 64px;
  margin-left: -32px;
  height: 4px;
  background: #E02097;
  border-radius: 2px;
  animation: scalesinfo linear .2s forwards;
}

.agent-tab-content {
  display: flex;
}

.agent-tab-list {
  overflow: hidden;
}

.agent-tab-content .title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  margin: 39px 0;
}

.agent-content-item {
  margin-right: 68px;
}

.agent-content-item .title {
  text-align: center;
}

.agent-content-item .title > span {
  font-weight: 600;
  margin-right: 10px;
}

.agent-content-item:last-child {
  margin-right: 0;
}

.agent-content-item .imgs {
  display: flex;
  justify-content: space-between;
}

.agent-content-item .imgs img {
  width: 248px;
  height: 480px;
}

.agent-content-item .imgsstyle2 img {
  margin-right: 68px;
} 

.agent-content-item .imgsstyle2 img:last-child {
  margin-right: 0;
}

.supply-chain {
  background-color: #ffffff;
  padding-bottom: 96px;
  padding-top: 100px;
}

.supply-chain-content {
  width: 1200px;
  margin: auto;
}

.chain-tab-list {
  display: flex;
  border-bottom: 1px solid  #E4EFF9;
}

.supplay-chain-tab {
  margin-top: 64px;
}

.chain-tab-list .chain-tab-item {
  flex: 1;
  text-align: left;
  padding-bottom: 15px;
  cursor: pointer;
}

.chain-tab-list .chain-tab-item .active {
  color: #E02097;
  position: relative;
  animation: opcitychange linear .2s;
}

.chain-tab-list .chain-tab-item .active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 64px;
  height: 4px;
  background: #E02097;
  border-radius: 2px;
  animation: scalesinfo linear .2s forwards;
}

.chain-tab-list .chain-tab-item:first-child {
  margin-right: 202px;
  text-align: right;
}

.chain-list {
  overflow: hidden;
}

.chain-tab-content {
  margin-top: 48px;
  height: 571px;
  overflow: hidden;
}

.chain-tab-content .list {
  display: flex;
}

.chain-tab-content .list2 {
  justify-content: space-around;
}

.showchinlist {
  display: none;
}

.chain-tab-content .list2 .title {
  font-size: 26px;
  font-weight: 600;
  color: #E02097;
  margin-bottom: 10px;
}

.chain-tab-content .list2 .subTitle {
  font-size: 26px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 42px;
}

.chain-tab-content .title-item p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 64px;
}

.chain-tab-content .title-item p::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #E02097;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.chain-tab-content .left {
  width: 317px;
}

.chain-tab-content .right {
  width: 317px;
}

.chain-tab-content .right-item-fangyi .title{
  font-size: 18px;
  font-weight: 600;
  color: #E02097;
  margin-top: 0;
  margin-bottom: 10px;
}

.chain-tab-content .right-item-fangyi .desc{
  font-size: 18px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.chain-tab-content .center  {
  display: flex;
}

.chain-tab-content .center .leftimg {
  width: 240px;
  height: 500px;
  margin-right: 16px;
}

.chain-tab-content .center .rightimg {
  width: 240px;
  height: 245px;
}

.chain-tab-content .right-item .title {
  font-size: 18px;
  font-weight: 600;
  color: #E02097;
}

.chain-tab-content .center .rightimg img:first-child {
  margin-bottom: 16px;
}

.supply-chain-content .chain-descriptions {
  margin-top: 52px!important;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
}

.chain-tab-content .content-item {
  margin-right: 68px;
  text-align: center;
}

.chain-tab-content .content-item:last-child {
  margin-right: 0;
}

.chain-tab-content .img-title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-top: 40px;
}

.chain-tab-content .imgs img {
  width: 249px;
  height: 506px;
}


@keyframes scalesinfo {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes opcitychange {
  0% {
   opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}