﻿.solution-SCM-banner {
  height: 450px;
  background-image: url(../picture/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}
.solution-SCM-banner h1 {
  font-size: 48px;
  color: #fff;
  margin: 0 0 34px 0;
  line-height: 1;
  font-weight: bold;
}
.solution-SCM-banner p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 30px;
}
.solution-SCM-banner a {
  display: block;
  font-size: 14px;
  color: #fff;
  background-color: #ef2a3a;
  border-radius: 19px;
  width: 113px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
}
.solution-SCM-banner a:hover {
  transition: all 0.5s;
  background-color: #fff;
  color: #1d2129;
  border-color: #fff;
}
.SCM-section-1 {
  padding: 30px 0 86px;
  text-align: center;
}
.SCM-section-1 p {
  max-width: 874px;
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
  margin: 45px auto 0 auto;
  text-align: center;
}
.SCM-section-2 {
  padding: 30px 0 70px;
  background-color: #f4f7fd;
}
.SCM-section-2 .section-box {
  margin-top: 30px;
}
.SCM-section-6 {
  padding: 30px 0 90px;
}
.SCM-section-6 .section-6-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.SCM-section-6 .section-6-con {
  width: 182px;
  margin-bottom: 20px;
  border-radius: 15px;
  border: 1px solid #c6d3e9;
  padding: 24px 2px;
  text-align: center;
  cursor: default;
  background-color: #fff;
  transition: all 0.5s;
}
.SCM-section-6 .section-6-con:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
.SCM-section-6 .section-6-con p {
  font-size: 18px;
  color: #333333;
  margin: 16px 0 0 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.SCM-section-5 {
  padding: 40px 0 122px;
  background-image: url(../picture/section5-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.SCM-section-5 .tit1 h2 {
  color: #fff;
}
.SCM-section-5 .swiper {
  text-align: right;
  flex: 1;
}
.SCM-section-5 .section-5-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
  border-bottom: 1px solid #92b1e2;
  margin-top: 20px;
}
.SCM-section-5 .section-5-tab {
  font-size: 18px;
  color: #fff;
  position: relative;
  transition: 0.2s all linear;
  cursor: default;
  height: 54px;
  line-height: 54px;
}
.SCM-section-5 .section-5-tab:not(:last-child) {
  margin-right: 70px;
}
.SCM-section-5 .section-5-tab.active {
  font-size: 24px;
  line-height: 48px;
}
.SCM-section-5 .section-5-tab.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #fff;
}
.SCM-section-5 .section-5-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 0;
  height: 4px;
  border-bottom: 4px solid #fff;
  transition: 0.2s all linear;
}
.SCM-section-5 .section-5-tab:hover::before {
  width: 100%;
  left: 0;
}
.SCM-section-5 .section-5-tab:hover ~ .section-5-tab::before {
  left: 0;
}
.SCM-section-5 .swiper,
.SCM-section-5 .section-5-con-r {
  padding-top: 20px;
}
.SCM-section-5 .section-5-con {
  display: none;
  align-items: flex-start;
  color: #fff;
}
.SCM-section-5 .section-5-con.active {
  display: flex;
  height: 500px;
}
.SCM-section-5 .section-5-con-1 {
  margin-right: 27px;
  width: 453px;
}
.SCM-section-5 .section-5-con-des {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 45px;
}
.SCM-section-5 .section-5-con-2 {
  display: flex;
  align-items: flex-start;
}
.SCM-section-5 .section-5-con-2:not(:last-child) {
  margin-bottom: 30px;
}
.SCM-section-5 .section-5-con-2 img {
  margin-right: 12px;
}
.SCM-section-5 .section-5-con-2 h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px 0;
}
.SCM-section-5 .section-5-con-2 p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.SCM-section-5 .contact-btn-box {
  text-align: center;
}
.SCM-section-5 .contact-btn-box .contact-btn {
  color: #fff;
  border-color: #fff;
  margin-top: 50px;
  width: 150px;
}
.SCM-section-5 .contact-btn-box .contact-btn:hover {
  transition: all 0.5s;
  background-color: #fff;
  color: #2e6ce1;
}
.SCM-section-3 {
  padding: 35px 0 70px;
}
.SCM-section-3 .section-3-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.SCM-section-3 .section-3-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 276px;
  padding: 38px 27px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c6d3e9;
  transition: all 0.5s;
}
.SCM-section-3 .section-3-con .contact-btn {
  margin-top: 16px;
}
.SCM-section-3 .section-3-con:hover {
  transform: translateY(-20px);
  transition: all 0.5s;
}
.SCM-section-3 .section-3-con h3 {
  font-size: 20px;
  color: #333333;
  margin: 24px 0;
  line-height: 1;
  font-weight: bold;
}
.SCM-section-3 .section-3-con p {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  margin: 0;
}
.SCM-section-4 {
  padding: 35px 0 70px;
}
.SCM-section-4 .section-4-box {
  margin-top: 20px;
}
.SCM-section-4 .section-4-con {
  position: relative;
  overflow: hidden;
}
.SCM-section-4 .section-4-con img {
  position: absolute;
  transform: scale(1);
  transition: all 0.5s;
}
.SCM-section-4 .section-4-con a {
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: lighter;
  color: #ffffff;
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  transition: letter-spacing 0.5s;
}
.SCM-section-4 .section-4-con:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.SCM-section-4 .section-4-con:hover a {
  letter-spacing: 2px;
  transition: all 0.5s;
}
.SCM-section-4 .section-4-con1 {
  width: 280px;
  height: 200px;
}
.SCM-section-4 .section-4-con2 {
  width: 580px;
  height: 200px;
}
.SCM-section-4 .section-4-con3 {
  width: 280px;
  height: 422px;
}
.SCM-section-4 .section-4-con4 {
  background-color: #3274f0;
}
.SCM-section-4 .section-4-con4 a {
  color: #fff;
}
.SCM-section-4 .section-4-con4:hover {
  background-color: #2e6ce1;
  transition: all 0.5s;
}
.SCM-section-4 .box-top {
  height: 422px;
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  width: 100%;
}
.SCM-section-4 .box-top .top1 {
  height: 422px;
  width: 280px;
}
.SCM-section-4 .box-top .top2 {
  width: 880px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.SCM-section-4 .box-bottom {
  height: 200px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .solution-SCM-banner h1 {
    font-size: 28px;
  }
  .SCM-section-5 {
    padding: 60px 0;
  }
  .SCM-section-5 .section-5-tabs {
    justify-content: space-between;
  }
  .SCM-section-5 .section-5-tab {
    width: 30%;
    font-size: 14px;
    margin-right: 0 !important;
    height: 58px;
    line-height: 1.5;
  }
  .SCM-section-5 .section-5-tab.active {
    font-size: 16px;
    line-height: 1.5;
  }
  .SCM-section-5 .section-5-con {
    flex-direction: column;
  }
  .SCM-section-5 .section-5-con.active {
    height: auto;
  }
  .SCM-section-5 .section-5-con-1 {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .SCM-section-5 .section-5-con-2 {
    margin-bottom: 12px;
  }
  .SCM-section-5 .section-5-con-2 h3 {
    line-height: 1.5;
  }
  .SCM-section-5 .swiper {
    max-width: 100%;
  }
  .SCM-section-3 .section-3-box {
    flex-direction: column;
  }
  .SCM-section-3 .section-3-con {
    width: 100%;
    margin-bottom: 12px;
  }
  .SCM-section-6 .section-6-con {
    width: calc(50% - 10px);
    padding: 15px 2px;
    margin: 5px;
  }
  .SCM-section-6 .section-6-con p {
    font-size: 16px;
  }
  .SCM-section-5 .section-5-con-1 {
    width: 100%;
  }
}
