/* common */
.hub-spot-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.hub-spot-container .caption {
  text-align: center;
}
.hub-spot-container .caption .title {
  font-size: 35px;
  font-weight: bold;
}
.hub-spot-container .caption .subtitle {
  font-size: 16px;
  margin-top: 18px;
}
.hub-spot-container .btn,
.hub-spot-container .btn-white {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #FF4800;
  color: #fff;
}
.hub-spot-container .btn-white{
  background-color: #fff;
  color: #FF4800;
}
.hub-spot-container .btn:hover,
.hub-spot-container .btn-white:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* 顶部banner */
.banner {
  position: relative;
  min-width: 1220px;
}
.banner > img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.banner .banner-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.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 .subtitle,
.banner .content .title {
  color: #fff;
  text-align: center;
}
.banner .content .subtitle {
  margin-top: 28px;
  font-size: 28px;
}
.banner .content .title {
  font-weight: bold;
  font-size: 50px;
}
.banner .contact {
  margin-top: 87px;
  text-align: center;
}

/* 业务规模*/
.business-scale {
  padding: 50px 0;
}
.business-scale .caption .title {
  font-size: 22px;
}
.business-scale .content {
  text-align: center;
  margin-top: 25px;
}
.business-scale .content > img {
  display: inline-block;
  vertical-align: middle;
}

/* 为什么选择 HubSpot？ */
.why-select {
  padding: 50px 0 0 0;
}
.why-video {
  margin-top: 40px;
  background-image: url('../img/hub-spot/video_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.why-video .hub-spot-container {
  margin-top: 40px;
  display: flex;
}
.why-video .video {
  width: 100%;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
}
.why-img {
  padding: 50px 0;
  background-color: #F8F5EE;
}
.why-img .why-img-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.why-img .sidebar .title {
  font-size: 24px;
  font-weight: bold;
}
.why-img .sidebar .summary {
  margin-top: 23px;
}
.why-img > img {
  margin-left: 53px;
}

/* HubSpot 的解决方案有何不同？ */
.solution .feature {
  padding: 100px 0;
}
.solution .feature .feature-items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.solution .feature .feature-items .item {
  border: 1px solid #eee;
  border-radius: 15px;
  width: 380px;
  padding: 26px;
  box-sizing: border-box;
}
.solution .feature .feature-items .item .img {
  height: 152px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution .feature .feature-items .item .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 23px;
  text-align: center;
}
.solution .feature .feature-items .item .description {
  margin-top: 13px;
  text-align: center;
}
.solution .function {
  background-color: #F8F5EE;
}
.solution .function .function-box {
  padding: 100px 0;
}
.solution .function .function-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.solution .function .function-items .item {
  width: 284px;
  height: 207px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 15px;
  background-color: #fff;
  margin-top: 30px;
  padding: 36px 25px 0;
}
.solution .function .function-items .item:nth-child(1),
.solution .function .function-items .item:nth-child(2),
.solution .function .function-items .item:nth-child(3),
.solution .function .function-items .item:nth-child(4) {
  margin-top: 0;
}
.solution .function .function-items .item .title {
  display: flex;
}
.solution .function .function-items .item .title .icon {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}
.solution .function .function-items .item .title .name {
  font-size: 20px;
  font-weight: bold;
  margin-left: 9px;
}
.solution .function .function-items .item .points {
  margin-top: 30px;
  list-style: none;
  padding-left: 7px;
}
.solution .function .function-items .item .points > li + li {
  margin-top: 10px;
}
.solution .function .function-items .item .points > li {
  padding-left: 21px;
  background: url('../img/hub-spot/tick.png') no-repeat left center;
  color: #666;
}
.solution .function .integration .summary {
  margin-top: 30px;
  background: #B9CDBE;
  border-radius: 15px;
  padding: 26px 35px;
  text-align: center;
}
.solution .function .integration .detail {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solution .function .integration .detail .description {
  margin-left: 76px;
}
.solution .function .integration .detail .description .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}

/* HubSpot 助力不同企业实现增长 */
.industry {
  padding: 100px 0 50px;
}
.industry .industry-box {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.industry .industry-box .industry-item,
.industry .industry-box .contact-us {
  border-radius: 9px;
  overflow: hidden;
}
.industry .industry-box .industry-item {
  width: 200px;
}
.industry .industry-box .industry-item .link {
  display: block;
  height: 100%;
  position: relative;
}
.industry .industry-box .industry-item .link > img {
  display: inline-block;
  vertical-align: middle;
}
.industry .industry-box .industry-item .link > p {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 15px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}
.industry .industry-box .industry-item .link:hover > p {
  text-decoration: underline;
}
.industry .industry-box .contact-us {
  width: 300px;
  background-color: #FF4800;
  padding: 20px 23px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.industry .industry-box .contact-us .introduce {
  color: #fff;
}
.industry .industry-box .contact-us .introduce > p + p {
  margin-top: 1em;
}

/* HubSpot 产品概述 */
.product-overviw {
  padding: 50px 0 100px;
}
.product-overviw .product-overviw-tabs {
  margin-top: 30px;
}
.product-overviw .product-overviw-tabs .tabs-btns {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  border-bottom: 1px solid #ddd;
}
.product-overviw .product-overviw-tabs .tabs-btns > li {
  cursor: pointer;
  font-size: 18px;
  padding: 12px 20px;
  position: relative;
}
.product-overviw .product-overviw-tabs .tabs-btns > li + li {
  margin-left: 30px;
}
.product-overviw .product-overviw-tabs .tabs-btns > li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #FF4800;
}
.product-overviw .product-overviw-tabs .tabs-list {
  padding: 55px 17px 0;
}
.product-overviw .product-overviw-tabs .tabs-list > li {
  display: none;
}
.product-overviw .product-overviw-tabs .tabs-list > li.current {
  display: block;
}
.product-overviw .tab-item {
  background-color: #FAF8F4;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 0 35px;
}
.product-overviw .tab-item .top-title {
  padding: 24px 0 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-overviw .tab-item .top-title .name {
  display: flex;
  align-items: center;
}
.product-overviw .tab-item .top-title .name .icon {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}
.product-overviw .tab-item .top-title .name > p {
  font-size: 20px;
  margin-left: 9px;
}
.product-overviw .tab-item .content {
  padding: 27px 0 33px;
  border-top: 1px solid #ddd;
}
.product-overviw .tab-item .content .detail {
  margin-top: 36px;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.product-overviw .tab-item .content .detail .point {
  box-sizing: border-box;
}
.product-overviw .tab-item .content .detail .point + .point {
  border-left: 1px solid #ddd;
}
.product-overviw .tab-item .content .detail .point:nth-child(1){
  width: 33%;
  padding: 10px 3% 10px 0;
}
.product-overviw .tab-item .content .detail .point:nth-child(2){
  width: 35%;
  padding: 10px 3% 10px 2%;
}
.product-overviw .tab-item .content .detail .point:nth-child(3){
  width: 32%;
  padding: 10px 0 10px 2%;
}
.product-overviw .tab-item .content .detail .point .title {
  font-size: 20px;
}
.product-overviw .tab-item .content .detail .point .point-content {
  margin-top: 20px;
}
.product-overviw .tab-item .content .detail .point .point-content > ul {
  margin-top: 18px;
}
.product-overviw .tab-item .content .detail .point .point-content > ul > li + li {
  margin-top: 12px;
}
.product-overviw .tab-item .content .detail .point .point-content > ul > li {
  padding-left: 21px;
  background: url('../img/hub-spot/tick.png') no-repeat left center;
  color: #666;
}

  /* HubSpot 授权 */
.hubspot-auth {
  background: url('../img/hub-spot/banner_auth.jpg') no-repeat center/100% 100%;
  height: 397px;
}
.hubspot-auth .hubspot-auth-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  height: 100%;
}
.hubspot-auth .hubspot-auth-box .subtitle {
  font-size: 32px;
  font-weight: 100;
}
.hubspot-auth .hubspot-auth-box .title {
  font-size: 40px;
  font-weight: bold;
  margin-top: 32px;
}
.hubspot-auth .hubspot-auth-box .summary {
  font-size: 32px;
  margin-top: 10px;
}
.hubspot-auth .hubspot-auth-box .btn-white {
  margin-top: 32px;
}

/* HubSpot 可与您的业务系统无缝集成  */
.ecology {
  padding: 100px 0;
  background-color: #f8f5ee;
}
.ecology .ecology-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ecology .ecology-box .caption {
  margin-right: 77px;
  text-align: left;
}
.ecology .ecology-box .caption .subtitle{
  margin-top: 37px;
}

/* 体验 Demo */
.demo {
  background-color: #042729;
}
.demo .demo-box {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.demo .demo-contact {
  color: #fff;
}
.demo .demo-contact .title{
  font-size: 24px;
  font-weight: bold;
}
.demo .demo-contact .subtitle{
  margin-top: 20px;
}
.demo .demo-contact .btn {
  margin-top: 50px;
}