.main {
  max-width: 1200px;
  margin: auto;
}
body {
  min-width: 1200px !important;
}

/* banner区域 */
.banner {
  /*margin-top: 55px;*/
  height: 313px;
  background: #F2F2F2;
}
.banner .bannerContent {
  text-align: center;
}
.banner .bannerContent img {
  margin: 66px 0 27px;
}
.banner .bannerContent .title {
  font-size: 36px;
  font-family: 'PingFang SC-Regular, PingFang SC';
  font-weight: 400;
  color: #333333;
}
.awsDkp-con1 .list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 87px;
  margin-bottom: 68px;
}
.awsDkp-con1 .list .item {
  width: 21%;
  font-size: 20px;
  color: #666666;
  padding: 0 77px;
}
.awsDkp-con1 .list .item:nth-child(3) {
  width: 20%;
}
.awsDkp-con1 .list .item:nth-child(2) {
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
}
.awsDkp-con1 .images {
  width: 100%;
  display: block;
  margin: auto;
}

.awsDkp-con1 .text {
  margin-top: 50px;
  margin-bottom: 80px;
  font-size: 16px;
  font-family: 'PingFang SC-Regular, PingFang SC';
  font-weight: 400;
  color: #333333;
}
.awsDkp-con1 .text li {
  line-height: 26px;
}
.awsDkp-con1 .text li:first-child {
  margin-bottom: 30px;
}


.awsDkp-con2 {
  height: 299px;
  background:url(../img/awsDkp/Banner2.png) no-repeat center/100% 100%;
  box-sizing: border-box;
  margin-bottom: 67px;
}
.awsDkp-con2 >div {
  padding: 52px 0;
  box-sizing: border-box;
}
.awsDkp-con2 .text {
  font-size: 40px;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.awsDkp-con2 .text .title {
  font-size: 24px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 40px;
}
.awsDkp-con2 .text p {
  font-size: 40px;
  color: #333333;
  font-weight: 400;
  text-align: start;
  height: 36px;
}
.awsDkp-con2 .text p.p2 {
  text-align: end;
  line-height: 30px;
}
.awsDkp-con2 .text li {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  justify-content: flex-end;
}
.awsDkp-con2 .text li::before {
  content: '';
  width: 68px;
  height: 1px;
  background-color: #666666;
  margin-right: 10px;
}
.awsDkp-con3 dl {
  margin-bottom: 52px;
}
.awsDkp-con3 dl:last-child {
  margin-bottom: 86px;
}
.awsDkp-con3 dl dt {
  font-size: 26px;
  font-family: 'PingFang SC-Bold, PingFang SC';
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
.awsDkp-con3 dl dd {
  font-size: 16px;
  font-family: 'PingFang SC-Regular, PingFang SC';
  font-weight: 400;
  color: #333333;
  margin-bottom: 30px;
  line-height: 26px;
}
.awsDkp-con3 dl dd:last-child {
  margin-bottom: 0;
}

.iconfont {
  padding-top: 5px !important;
}