#scene-product-service-container {
  width: 100%;
  background-color: #f8f8f9;
  padding: 40px 0;
}
#scene-product-service-container.scene-product-service-bg {
  background-color: #ffffff;
}

/* 卡片列表上图下内容结构 默认两个并列 */
.product-serve-card-container {
  width: 1314px;
  /* background-color: red; */
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-serve-card-container .product-serve-card-item {
  width: 49%;
  /* border: 1px solid  rgba(255, 255, 255, 0.45); */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.product-serve-card-container .product-serve-card-item:nth-child(n+3) {
  margin-top: 25px;
}
.product-serve-card-container .product-serve-card-item .card-item-image {
  width: 100%;
  /* height: 60%; */
}
.product-serve-card-container .product-serve-card-item .card-item-image img {
  width: 100%;
  height: 100%;
}
.product-serve-card-container .product-serve-card-item .card-item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 35px;
  font-stretch: normal;
}
.product-serve-card-container .product-serve-card-item .card-item-content .card-item-title {
  font-family: 'MicrosoftYaHei';
	font-size: 24px;
	font-weight: 700;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #17233d;
  margin-bottom: 20px;
}
.product-serve-card-container .product-serve-card-item .card-item-content .card-item-text {
  width: 100%;
  font-family: 'MicrosoftYaHei';
	font-size: 14px;
	font-weight: normal;
	/* font-stretch: normal; */
	line-height: 24px;
	letter-spacing: 1px;
	color: #515a6e;
}
/* 卡片列表上图下内容结构 应用开发服务页面中三个并列 */
.product-serve-card-container .product-serve-card-item.application-three-box {
  width: 32%;
  /* border: 1px solid  rgba(255, 255, 255, 0.45); */
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  margin-top: 0;
}
.product-serve-card-container .product-serve-card-item.application-three-box .card-item-content {
  padding: 20px 35px;
}

/* 其他配套服务 */
#other-supporting-services-container {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0;
}
.other-supporting-services-wrap {
  width: 1314px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.other-supporting-services-wrap .other-services-item {
  width: 49%;
  height: 210px;
  /* background-color: skyblue; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.other-supporting-services-wrap .other-services-item.train-bg {
  background: url(../../img/product/scene-building-service/other-supporting-services-train.jpg)
  no-repeat center/cover;
}
.other-supporting-services-wrap .other-services-item.application-development-bg {
  background: url(../../img/product/scene-building-service/other-supporting-services-application.jpg)
  no-repeat center/cover;
}
.other-supporting-services-wrap .other-services-item.scene-building-bg {
  background: url(../../img/product/scene-building-service/other-supporting-services-scene-building.jpg)
  no-repeat center/cover;
}
/* .other-supporting-services-wrap .other-services-item:nth-child(1) {
  background: url(../../img/product/scene-building-service/other-supporting-services-application.jpg)
  no-repeat center/cover;
} */
.other-supporting-services-wrap .other-services-item .other-services-title {
	font-family: 'MicrosoftYaHei-Bold';
	font-size: 28px;
	font-weight: 700;
	font-stretch: normal;
	letter-spacing: 11px;
	color: #ffffff;
  margin-bottom: 25px;
}
.other-supporting-services-wrap .other-services-item .other-services-button {
  width: 120px;
	height: 40px;
	background-color: #0564f5;
  border-radius: 3px;
}
.other-supporting-services-wrap .other-services-item .other-services-button a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}

/* @media screen and (max-width: 959px) {
  .product-serve-card-container .product-serve-card-item  {
    width: 100%;
  }
  .product-serve-card-container .product-serve-card-item:nth-child(n+1) {
    margin-top: 25px;
  }

  .other-supporting-services-wrap {
    flex-wrap: wrap;
  }
  .other-supporting-services-wrap .other-services-item {
    width: 100%;
    margin-bottom: 10px;
  }
} */

/* 多端适配 - start */
.ff-article {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ff-mta {
  box-sizing: border-box;
  padding-top: 50px;
  background-color: #f8f8f9;
}

/* 列表 */
.ff-mta-items {
  display: flex;
  width: 100%;
  /* max-width: 1440px; */
  max-width: 1314px;
  /* justify-content: space-around; */
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
}

/* 单项 */
.ff-mta-item {
  max-width: 587px;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* 图标边框 */
.ff-mta-item-icon {
  width: 96px;
  height: 96px;
  border: solid 2px #1d7ce1;
  border-radius: 50%;
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 图标 */
/* .ff-mta-item-icon>svg {
  width: 90%;
  font-size: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

/* 文本 */
.ff-mta-item-text {
  max-width: 430px;
  width: 100%;
  min-height: 96px;
}

/* 标题 */
.ff-mta-item-text-titel {
  font-family: 'MicrosoftYaHei';
  font-size: 24px;
  color: #17233d;
}

/* 内容 */
.ff-mta-item-text-content {
  font-family: 'MicrosoftYaHei';
  font-size: 14px;
  color: #515a6e;
  line-height: 20px;
  margin-top: 10px;
}

/* 多端适配 - end */

/* media */
@media screen and (max-width: 550px) {
  .ff-mta-item-text-titel {
    text-align: center;
    margin: 28px 50px 10px 50px !important;
  }
  .ff-mta-item-text-content {
    text-align: center;
    margin: 23px 50px 10px 50px !important;
  }
}
@media screen and (max-width: 1320px) {
  .ff-hst-item {
    width: 45%;
    max-width: 636px !important;
  }
} 
@media screen and (max-width: 1200px) {
  .ff-mta-items {
    justify-content: space-around !important;
  }
  
  .ff-mta-item {
    justify-content: inherit !important;
  }
}

@media screen and (max-width: 1440px) {
  /* #other-supporting-services-container {
    width: 100%;
    background-color: #ffffff;
    padding: 40px 0;
  } */
  .other-supporting-services-wrap {
    width: 95%;
  }

  .product-serve-card-container {
    width: 95%;
  }
} 

@media screen and (max-width: 959px) {
  /* 实施服务部分的卡片 */
  .product-serve-card-container .product-serve-card-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .product-serve-card-container .product-serve-card-item:nth-child(n+3) {
    margin-top: 0;
  }
  /* 卡片列表上图下内容结构 应用开发服务页面中三个并列 */
  .product-serve-card-container .product-serve-card-item.application-three-box {
    width: 100%;
    margin-top: 0;
  }
  .product-serve-card-container .product-serve-card-item.application-three-box .card-item-content {
    padding: 20px 35px;
  }

  .other-supporting-services-wrap {
    width: 95%;
    flex-wrap: wrap;
  }
  .other-supporting-services-wrap .other-services-item {
    width: 100%;
    margin-bottom: 20px;
  }

  #other-supporting-services-container {
    padding-bottom: 0;
  }
}