.product-sjzt-wrap {
  width: 100%;
  overflow-x: hidden;
}
.title-item {
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding: 30px 0 55px;
}
.banner-wrap {
  position: relative;
}
.banner-wrap img.bg {
  z-index: 1;
  width: 100%;
}
.banner-wrap .container-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
  color: #fff;
}
.banner-wrap .container-wrap .title {
  font-size: 80px;
  font-family: 'FontquanXinYiGuanHeiTi';
}
.banner-wrap .container-wrap .summary {
  font-size: 32px;
  margin: 10px 0 20px;
}
.banner-wrap .container-wrap .more a {
  width: 147px;
  height: 53px;
  line-height: 53px;
  background: transparent;
  border: 1px solid #fff;
  font-family: 'FontquanXinYiGuanHeiTi';
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}
.banner-wrap .container-wrap img.gif {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 600px;
}
.solution-wrap {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.solution-wrap .content-item {
  background-color: #1329B7;
  padding: 30px 50px;
}
.solution-wrap .content-item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2D2E30;
  padding: 20px;
}
.solution-wrap .content-item .content:not(:last-child) {
  margin-bottom: 13px;
}
.solution-wrap .content-item .content .content-left {
  width: 100px;
  color: #fff;
  font-size: 16px;
}
.solution-wrap .content-item .content .content-right {
  width: calc(100% - 120px);
  display: flex;
  justify-content: space-between;
}
.solution-wrap .content-item .content .content-right .item {
  width: calc(30% - 40px);
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #201E1E;
  padding: 20px;
}
.solution-wrap .content-item .content .content-right .item .title {
  font-size: 14px;
  margin-bottom: 15px;
}
.solution-wrap .content-item .content .content-right .item .list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution-wrap .content-item .content .content-right .item .list div {
  background-color: #5D4F4F;
  font-size: 12px;
  padding: 10px 0;
  width: 48%;
  margin-top: 10px;
}
.solution-wrap .content-item .content:nth-child(3) .content-right .item {
  width: calc(calc(100% - 140px - 320px) / 8);
  background: -moz-linear-gradient(#1A35E6, #0D1B73);
  background: -webkit-gradient(#1A35E6, #0D1B73);
  background: -webkit-linear-gradient(#1A35E6, #0D1B73);
  background: -o-linear-gradient(#1A35E6, #0D1B73);
  background: -ms-linear-gradient(#1A35E6, #0D1B73);
  background: linear-gradient(#1A35E6, #0D1B73);
}
.solution-wrap .content-item .content:nth-child(3) .content-right .item .name {
  padding-top: 10px;
}
.solution-wrap .content-item .content:last-child .content-right .item {
  width: calc(20% - 60px);
}
.product-capacity {
  background-color: #000;
  padding: 50px 0;
}
.product-capacity .content-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-capacity .content-item .item {
  margin-top: 20px;
  padding: 20px;
  width: calc(calc(100% - 40px - 120px) / 3);
  background-color: #212020;
  border-radius: 5px;
  color: #fff;
}
.product-capacity .content-item .item:not(:nth-child(3n)) {
  margin-right: 20px;
}
.product-capacity .content-item .item .title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.product-capacity .content-item .item .title::after {
  content: '';
  display: inline-block;
  width: 76px;
  height: 5px;
  background-color: #6D21D1;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.product-capacity .content-item .item .title span {
  color: #615E5E;
  font-size: 40px;
}
.product-capacity .content-item .item .summary {
  margin: 60px 0;
  color: #BCB0B0;
  font-size: 14px;
}
.product-advantage {
  background-color: #000;
  padding: 50px 0;
}
.product-advantage .container-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.product-advantage .container-wrap .content-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-advantage .container-wrap .content-item .item {
  width: calc(calc(100% - 40px - 90px) / 3);
  margin-top: 20px;
  background-color: rgba(42, 40, 40, 0.7);
  padding: 20px 10px 20px 20px;
  color: #fff;
}
.product-advantage .container-wrap .content-item .item .title {
  font-size: 20px;
  font-weight: bold;
}
.product-advantage .container-wrap .content-item .item .summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 64px;
}
.product-advantage .container-wrap .content-item .item .summary .cont {
  width: calc(100% - 100px);
  font-size: 14px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.7;
  height: 3.4em;
  word-wrap: break-word;
}
.product-advantage .container-wrap .content-item .item .summary .ico {
  width: 60px;
  text-align: right;
}
.product-advantage .container-wrap .content-item .item .summary .ico img {
  width: 100%;
}
.product-advantage .container-wrap .content-item .item:not(:nth-child(3n)) {
  margin-right: 20px;
}
