/* 版心 */
.type-area {
  margin: 0 auto;
  width: 1200px;
}
/* h2统一风格 */
h2 {
  text-align: center;
  font-size: 40px;
}
ul {
  overflow: hidden;
}
/* banner图 */
.banner {
  /* width: 100%; */
  height: 732px;
  border: 1px solid transparent;
  background: url(../images/banner.png) no-repeat;
  background-size: 100% 100%;
}
.banner img {
  display: block;
  margin: 0 auto;
}

.banner .word-one {
  margin-top: 278px;
}
.banner .word-two {
  margin-top: 56px;
}
/* 供应链 */
.more-service {
  padding: 102px 0 138px 0;
}
.more-service h2 {
  padding-bottom: 60px;
}
.more-service ul {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid transparent;
}
.more-service li {
  position: relative;
  float: left;
  margin-top: 20px;
  padding: 42px 10px;
  box-sizing: border-box;
  width: 286px;
  border-radius: 2px;
  box-shadow: 0 0 8px 0 rgb(219 219 219 / 63%);
  text-align: center;
  background-color: #fff;
}
.more-service li img {
  margin-bottom: 36px;
}
.more-service li h3 {
  margin-bottom: 28px;
  font-size: 22px;
}
.more-service li p {
  font-size: 18px;
  color: #8c8c8c;
}
.more-service li .font-red {
  color: #d62031;
}
/* 解决方案 */
.case {
  width: 100%;
  height: 594px;
  box-sizing: border-box;
  padding: 104px 0 124px 0;
  /* text-align: center; */
  background: url(../images/case-background.jpg) no-repeat 0 0;
  background-size: 100% 100%;
}
.case h2 {
  padding-bottom: 82px;
  color: #fff;
}
.case ul {
  display: flex;
  justify-content: space-between;
}
.case li {
  float: left;
  padding-bottom: 6px;
  width: 190px;
  height: 246px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}
.case li img {
  margin-bottom: 18px;
  transition: all 0.4s;
}
.case li p {
  padding: 0 20px;
  transition: all 0.4s;
  font-size: 18px;
  color: #fff;
}
/* 服务保障 */
.safeguard {
  padding: 106px 0 80px 0;
}
.safeguard h2 {
  padding-bottom: 96px;
}
.safeguard ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.safeguard li {
  float: left;
  margin-bottom: 26px;
  padding: 88px 36px 92px 38px;
}
.safeguard ul .grey {
  background-color: #f6f6f6;
}
.safeguard ul .deep-grey {
  background-color: #f4f1f1;
}
.safeguard ul .red {
  background-color: #d62031;
}
.safeguard ul .deep-red {
  background-color: #cc0215;
}
.safeguard .red h3,
.safeguard .red p {
  color: #fff;
}
.safeguard h3 {
  padding-bottom: 34px;
  font-size: 32px;
}
.safeguard p {
  width: 306px;
  font-size: 20px;
}
.red-one {
  background: url(../images/red-one.png) no-repeat bottom right;
}
.red-two {
  background: url(../images/red-two.png) no-repeat bottom right;
}
.red-three {
  background: url(../images/red-three.png) no-repeat bottom right;
}
.grey-one {
  background: url(../images/grey-one.png) no-repeat bottom right;
}
.grey-two {
  background: url(../images/grey-two.png) no-repeat bottom right;
}
.grey-three {
  background: url(../images/grey-three.png) no-repeat bottom right;
}
/* 合作客户 */
.partner {
  padding: 102px 0 136px 0;
  background-color: #f7f7f7;
}
.partner h2 {
  padding-bottom: 52px;
}
.partner img {
  width: 100%;
}
