/* common */
.aws-spapi-container {
  max-width: 1220px;
  margin: 0 auto;
}
.main {
  max-width: 1220px;
  margin: 0 auto;
}
/* 顶部banner */
.banner,
.banner .content {
  height: 313px;
}
.banner {
  width: 100%;
  background-image: url(/img/awsDkp/aws-spapi2-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /*margin-top: 55px;*/
}
.banner .content {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.banner .content .title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  padding-top: 99px;
}
.section-1{
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-1 .video-box {
  width: 737px;
  height: 412px;
  overflow: hidden;
}
.video-box img,
 .video-box video {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.section-1 .content-box p{
  padding: 48px 34px;
  width: 360px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  border-radius: 10px 10px 10px 10px;
  opacity: 1;

  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}


.section-2{
  background-color: #F8F8F8;
  margin-top: 75px;
}

.section-2-child{
  padding: 67px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-2-child .content-box{
  width: 650px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;

}
.section-2-child .content-box p{
  padding-bottom: 20px;
}
.emphasize,.dot{
  color: #E5A414;
}
.section-2-child image{
  width: 470px;
  height: 420px;
}

.section-3{
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-3 img{
  width: 649px;
  height: 525px;
}

.section-3 .content-box{
  width: 470px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.section-3 .content-box p{
  padding-bottom: 20px;
}
/* 需求沟通 */
.immediately-contact {
  background-color: #e5a414;
  height: 228px;
  text-align: center;
  margin-top: 110px;
}
.immediately-contact .words {
  padding-top: 66px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.immediately-contact .contact {
  padding-top: 18px;
}
.immediately-contact .contact a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 32px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 18.5px;
  color: #e5a414;
  font-size: 16px;
  background-color: #fff;
}
.immediately-contact .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
