/* common */
.sql-server-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 313px;
}
.banner {
  width: 100%;
  background-image: url('../img/sqlServer/banner_top.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /*margin-top: 55px;*/
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  box-sizing: border-box;
  padding: 0 45px;
}
.banner .content .subtitle,
.banner .content .title {
  color: #fff;
}
.banner .content .subtitle {
  font-size: 16px;
  margin-top: 16px;
}
.banner .content .title {
  font-size: 35px;
  font-weight: bold;
}

/* SQL Server 的亮点 */
.brightened-dot {
  padding: 60px 0 100px;
}
.brightened-dot .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.dot-list {
  margin-top: 54px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.dot-list .dot {
  width: 320px;
  margin-left: 130px;
  margin-top: 69px;
}
.dot-list .dot:nth-child(3n + 1) {
  margin-left: 0;
}
.dot-list .dot:nth-child(1),
.dot-list .dot:nth-child(2),
.dot-list .dot:nth-child(3) {
  margin-top: 0;
}
.dot-list .dot .icon img {
  display: inline-block;
  vertical-align: top;
}
.dot-list .dot .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
.dot-list .dot .description {
  margin-top: 10px;
}

/* 为何需要一个 SQL Server BI 平台？ */
.why-need {
  padding-bottom: 100px;
}
.why-need .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.reason-list {
  margin-top: 54px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
}
.reason-list .reason {
  width: 209px;
}
.reason-list .reason .icon img {
  display: inline-block;
  vertical-align: top;
}
.reason-list .reason .title {
  font-size: 18px;
  font-weight: bold;
}
.reason-list .reason .title,
.reason-list .reason .description {
  margin-top: 13px;
}
.why-need2 {
  background-color: #f8f8f8;
}
.why-need2-content {
  padding: 72px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
}
.why-need2-content .items {
  width: 508px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  justify-content: space-between;
}
.why-need2-content .items .title {
  font-size: 26px;
  font-weight: bold;
}
.why-need2-content .items .profile {
  margin-top: 20px;
}
.why-need2-content .pic img {
  display: inline-block;
  vertical-align: top;
}

/* 了解企业如何使用 SQL Server 发挥潜力 */
.potential {
  padding: 90px 0 110px 0;
}
.potential .caption {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
.potential .slide {
  margin-top: 54px;
}
.potential .slide .layui-carousel .layui-carousel-arrow[lay-type='sub'] {
  left: -56px;
}
.potential .slide .layui-carousel .layui-carousel-arrow[lay-type='add'] {
  right: -56px;
}
.layui-carousel,
.layui-carousel > [carousel-item] > * {
  background-color: transparent !important;
}
.layui-carousel[lay-indicator='outside'] {
  margin-bottom: 55px !important;
}
.layui-carousel .layui-carousel-ind {
  top: 40px !important;
}
.layui-carousel .layui-carousel-ind ul {
  background-color: transparent !important;
  padding: 0;
  border-radius: 0;
}
.layui-carousel .layui-carousel-ind ul li {
  width: 15px;
  height: 15px;
  margin: 0 6px;
  background-color: #d8d8d8;
}
.layui-carousel .layui-carousel-ind ul li.layui-this {
  background-color: #e5a414;
}
.potential-case {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  background-color: #f8f8f8;
  border-radius: 12px;
  overflow: hidden;
  justify-content: space-between;
}
.potential-case img {
  display: inline-block;
  vertical-align: top;
}
.potential-case .pic {
  width: 628px;
}
.potential-case .pic img {
  width: 100%;
}
.potential-case .company {
  width: 523px;
  padding: 10px 25px 10px 48px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  justify-content: center;
}
.potential-case .company .words {
  margin-top: 43px;
  width: 500px;
}
.potential-case .company .customer {
  margin-top: 25px;
  font-weight: bold;
}

/* 体验 Demo  */
.download {
  height: 228px;
  background-color: #e5a414;
  color: #fff;
  text-align: center;
}
.download .title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 65px;
}
.download .contact {
  padding-top: 19px;
}
.download .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;
}
.download .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
