* {
  font-family: PingFangSC-Medium;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.container {
  width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
}
.header-banner-line {
  margin-top: 40px;
  width: 152px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  background-color: #ffae0f;
  border-radius: 4px;
  cursor: pointer;
}
.solution-block1 {
  width: 100%;
  height: 550px;
}
.solution-block1-banner-bg {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  -moz-background-size: 100% 100% !important;
}

.solution-block1-content {
  float: left;
  margin-top: 172px;
  width: 500px;
}
.solution-block1-banner-content {
  float: right;
  margin-top: 131px;
}
.solution-block1-banner-content img {
  width: 100%;
}
.solution-block1-title {
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 500;
}
.solution-block1-introduce {
  margin-top: 20px;
  width: 484px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 400;
}
.solution-block1-line {
  margin-top: 40px;
  width: 64px;
  height: 2px;
  border-bottom: 2px solid #fff;
}

.solution-block2 {
  padding: 80px 0;
  background: #F4F6FA;
}
.solution-block2-title {
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
}
.solution-block2-content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.solution-block2-content-box {
  margin-top: 40px;
  width: 40%;
  background: #ffffff;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 30px;
}
.solution-block2-content-box-right {
  display: inline-block;
  margin-left: 5%;
  font-family: PingFangSC-Regular;
  color: #333333;
}
.solution-block2-content-box-right img {
  vertical-align: middle;
}
.solution-block3 {
  padding: 80px 0;
  background: #FFFFFF;
}
.solution-block3-title {
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
}
.solution-block3-bg {
  margin: 60px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding-top: 68%;
}
.solution-block4 {
  width: 100%;
}
.solution-block4-bg {
  padding-top: 80px;
  height: 556px;
}
.solution-block4-title {
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
}

.solution-block4-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.solution-block4-content-box {
  position: relative;
  width: 23%;
  color: #fff;
  border: 1px solid #5181e0;
  text-align: center;
  background: rgba(68, 98, 160, 0.8);
}
.solution-block4-content-zh {
  position: relative;
  width: 31%;
  color: #fff;
  border: 1px solid #5181e0;
  text-align: center;
  background: rgba(68, 98, 160, 0.8);
}
.solution-block4-content-box-top {
  margin-top: 50px;
}
.solution-block4-content-box-middle {
  margin-top: 16px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  font-weight: 500;
}
.solution-block4-content-box-bottom {
  margin: 16px 24px 60px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.solution-block5 {
  position: relative;
  padding: 80px 0;
  background-color: #ffffff;
  width: 100%;
  height: 620px;
  overflow: hidden;
}
.solution-block5-title {
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
}
.solution-block5-tab {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  text-align: center;
  overflow: hidden;
}
.solution-block5-tab-item {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}

.solution-block5-tab-item-active {
  color: #0088d2;
}
.solution-block5-tab-item-active::after {
  content: '';
  display: block;
  margin: 15px auto 0;
  width: 40px;
  height: 3px;
  border-bottom: 3px solid #0088d2;
}

.solution-block5-card {
  bottom: 100px;
  width: 100%;
  margin-top: 48px;
  background: #ffffff;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 48px 0;
  display: none;
  overflow: hidden;
}
.solution-block5-card-active {
  display: block;
}

.solution-block5-card-left {
  float: left;
  width: 38%;
  margin: 0 5% 0 40px;
}
.solution-block5-card-left-top {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  width: 80px;
}
.solution-block5-card-left-top::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-top: 16px;
  background: #e5e5e5;
}
.solution-block5-card-left-centre {
  margin-top: 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}
.solution-block5-card-left-bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution-block5-card-left-bottom-item {
  margin-top: 20px;
  width: 22%;
  background: #0994e0;
  border-radius: 4px;
  height: 40px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-weight: 400;
}
.solution-block5-card-right {
  width: 600px;
  height: 320px;
  float: right;
  margin-right: 40px;
}
.solution-block5-card-right img{
  width: 100%;
}
.solution-block5-card-left-base {
  margin-top: 40px;
}
.solution-block5-card-left-base-bottom {
  margin-top: 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  line-height: 24px;
  font-weight: 400;
}

.solution-block5-tab-con {
  position: relative;
  margin: 60px auto;
  width: 100%;
  height: 42px;
}
.solution-block5-tab-con-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  text-align: center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.solution-block5-tab-con-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  text-align: center;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.solution-block5-tab-con-centre {
  position: relative;
  width: 90%;
  margin-left: 5%;
  height: 46px;
  overflow: hidden;
}
.solution-block5-tab-con-box {
  position: absolute;
  left: 0;
  width: 260%;
}

.solution-block5-tab-con-box .solution-block5-tab-item {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  margin: 0 25px;
}
.solution-block6 {
  padding: 80px 0;
  background: #F4F6FA;
}
.solution-block6-title {
  font-family: PingFangSC-Semibold;
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 44px;
  font-weight: 600;
}
.solution-block6-customer-case{
  margin-top: 60px;
}
.customer_enterprise_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customer_enterprise_item{
  width:  15%;
  height: 80px;
  display: block;
  margin: 20px 0 0 0;
}
.customer_enterprise_item img {
  width: 100%;
}
.solution-block6-logo {
  margin-top: 60px;
  text-align: center;
}
.solution-block6-logo span {
  display: inline-block;
  margin: 0 10px;
}
.solution-block6-introduce {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.solution-block6-introduce-img {
  display: inline-block;
  width: 45%;
}
.solution-block6-introduce-img img {
  width: 100%;
}
.solution-block6-introduce-content {
  display: inline-block;
  width: 53%;
}
.solution-block6-introduce-title {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  font-weight: 500;
}
.solution-block6-introduce-details {
  margin-top: 16px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  line-height: 28px;
  font-weight: 400;
}
.digitization-introduce-consumption,
.digitization-introduce-health {
  margin-top: 60px;
  overflow: hidden;
}

.border_corner {
  z-index: 2500;
  position: absolute;
  width: 12px;
  height: 12px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #21dcff;
}
.border_corner_left_top {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.border_corner_right_top {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.border_corner_left_bottom {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.border_corner_right_bottom {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
