/* common */
.vertica-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/vertica/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;
}
.banner .content .title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
}
.banner .contact {
  margin-top: 30px;
}
.banner .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  background-color: #e5a414;
  color: #fff;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* Vertica 简介 */
.vertica {
  padding: 65px 0 75px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.vertica .profile {
  width: 600px;
}
.vertica .profile .title {
  font-size: 26px;
  font-weight: bold;
  padding-right: 36px;
}
.vertica .profile .description {
  margin-top: 20px;
}

/* 部署“Vertica 即服务”，或者自行管理该平台 */
.deplay {
  background-color: #f8f8f8;
}
.deplay .deplay-box {
  padding: 68px 0;
}
.deplay .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.deplay .items {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.deplay .items > li {
  width: 320px;
  text-align: center;
}
.deplay .items .icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.deplay .items .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
.deplay .items .summary {
  margin-top: 13px;
}

/* 专为性能构架 */
.frame {
  padding: 73px 0 75px;
}
.frame .caption {
  text-align: center;
}
.frame .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.frame .caption .summary {
  margin-top: 20px;
}
.frame .speed-up {
  margin: 41px 69px 0;
}
.frame .speed-up .title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.frame .speed-up .targets {
  margin-top: 41px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.frame .speed-up .targets > li {
  margin-top: 42px;
  width: 520px;
  padding: 34px 56px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
.frame .speed-up .targets > li:nth-child(1),
.frame .speed-up .targets > li:nth-child(2) {
  margin-top: 0;
}
.frame .speed-up .targets .icon img {
  display: inline-block;
  vertical-align: top;
}
.frame .speed-up .targets .name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.frame .speed-up .targets .description {
  margin-top: 10px;
}

/* 混合云 – 部署自由 */
.hybrid-cloud {
  background-color: #f8f8f8;
}
.hybrid-cloud .hybrid-cloud-box {
  padding: 70px 0;
}
.hybrid-cloud .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.hybrid-cloud .profile {
  margin-top: 51px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.hybrid-cloud .profile .summary {
  width: 558px;
}
.hybrid-cloud .abilities {
  margin-top: 52px;
}
.hybrid-cloud .abilities .title {
  font-size: 26px;
  font-weight: bold;
}
.hybrid-cloud .abilities .summary {
  margin-top: 20px;
}
.hybrid-cloud .abilities .items {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-top: 43px;
}
.hybrid-cloud .abilities .items .left {
  width: 578px;
}
.hybrid-cloud .abilities .items .right {
  width: 589px;
}
.hybrid-cloud .abilities .items span {
  color: #e5a414;
}

/* 广泛的生态系统整合 */
.ecology {
  padding: 75px 0 110px;
}
.ecology .caption {
  text-align: center;
}
.ecology .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.ecology .caption .summary {
  margin: 20px auto 0;
  width: 808px;
}
.ecology .content {
  margin-top: 20px;
  text-align: center;
}
.ecology .content img {
  display: inline-block;
  vertical-align: top;
}

/* 体验 Demo  */
.download {
  height: 228px;
  background-color: #e5a414;
  color: #fff;
  text-align: center;
}
.download .title {
  font-size: 30px;
  font-weight: bold;
  padding-top: 64px;
}
.download .contact {
  padding-top: 20px;
}
.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);
}
