/* common */
.fine-bi-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/fineBI/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 .subtitle,
.banner .content .title {
  color: #fff;
  font-weight: bold;
}
.banner .content .subtitle {
  font-size: 25px;
}
.banner .content .title {
  font-size: 35px;
}
.banner .contact {
  margin-top: 37px;
}
.banner .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
}
.banner .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.banner .contact .btn + .btn {
  margin-left: 22px;
}
.banner .contact .btn.personal {
  background-color: #e5a414;
  color: #fff;
}
.banner .contact .btn.enterprise {
  background-color: #fff;
  color: #e5a414;
}

/* 数据分析，一气呵成 */
.data-analysis {
  padding: 60px 0 75px 0;
}
.data-analysis .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.data-analysis-tabs {
  margin-top: 50px;
}
.data-analysis-tabs .tabs-btns {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
}
.data-analysis-tabs .tabs-btns > li {
  cursor: pointer;
  padding: 0 4px 5px;
  position: relative;
  text-align: center;
}
.data-analysis-tabs .tabs-btns > li img {
  display: inline-block;
  vertical-align: top;
}
.data-analysis-tabs .tabs-btns > li .icon {
  height: 80px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.data-analysis-tabs .tabs-btns > li .text {
  margin-top: 30px;
  font-size: 24px;
}
.data-analysis-tabs .tabs-btns > li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: #e5a414;
  border-radius: 2px;
}
.data-analysis-tabs .tabs-list {
  margin: 46px 1.8% 0;
}
.data-analysis-tabs .tabs-list > li {
  display: none;
}
.data-analysis-tabs .tabs-list > li.current {
  display: block;
}
.data-analysis-tabs .tab-content .tips {
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  text-align: center;
  background-color: #f8f8f8;
  color: #e5a414;
}
.data-analysis-tabs .tab-content .video {
  margin-top: 33px;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  overflow: hidden;
}
.data-analysis-tabs .tab-content .video video {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* 比传统数据分析，再提效 50% */
.efficiency-booster {
  background-color: #f8f8f8;
}
.efficiency-booster .efficiency-box {
  padding: 75px 0;
}
.efficiency-booster .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.efficiency-booster-tabs {
  margin: 45px 1.8% 0;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.efficiency-booster-tabs .tabs-list {
  width: 78%;
}
.efficiency-booster-tabs .tabs-list > li {
  display: none;
}
.efficiency-booster-tabs .tabs-list > li.current {
  display: block;
}
.efficiency-booster-tabs .tab-content {
  padding: 31px 56px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  box-sizing: border-box;
}
.efficiency-booster-tabs .tab-content .title,
.efficiency-booster-tabs .tab-content .subtitle {
  margin: 0 13px;
}
.efficiency-booster-tabs .tab-content .title {
  font-size: 22px;
  font-weight: bold;
}
.efficiency-booster-tabs .tab-content .subtitle {
  margin-top: 10px;
}
.efficiency-booster-tabs .tab-content .pic {
  margin-top: 35px;
}
.efficiency-booster-tabs .tab-content .pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.efficiency-booster-tabs .tabs-btns {
  width: 17.4%;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.efficiency-booster-tabs .tabs-btns > li {
  height: 52px;
  line-height: 52px;
  background-color: #e9e9e9;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.efficiency-booster-tabs .tabs-btns > li.current {
  background-color: #e5a414;
  color: #fff;
}

/* 每个人都能分析数据提升业务 */
.toap {
  padding: 75px 0;
}
.toap .caption {
  text-align: center;
}
.toap .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.toap .caption .subtitle {
  margin-top: 19px;
}
.toap .toap-tabs {
  margin-top: 55px;
}
.toap .toap-tabs .tabs-btns {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
}
.toap .toap-tabs .tabs-btns > li {
  cursor: pointer;
  font-size: 24px;
  padding-bottom: 3px;
  position: relative;
}
.toap .toap-tabs .tabs-btns > li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #e5a414;
  border-radius: 2px;
}
.toap .toap-tabs .tabs-list {
  margin-top: 50px;
}
.toap .toap-tabs .tabs-list > li {
  display: none;
}
.toap .toap-tabs .tabs-list > li.current {
  display: block;
}
.toap-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.toap-content .words,
.toap-content .pic {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.toap-content .words {
  width: 31.15%;
  padding: 57px 38px 50px;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  background-color: #e5a414;
  color: #fff;
}
.toap-content .words .staff .name,
.toap-content .words .help .name {
  font-size: 22px;
  font-weight: bold;
}
.toap-content .words .staff .profile {
  margin-top: 20px;
}
.toap-content .words .help .items {
  margin-top: 12px;
}
.toap-content .words .use a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 22px;
  border-radius: 18.5px;
  background-color: #fff;
  color: #e5a414;
}
.toap-content .words .use a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.toap-content .pic {
  width: 66.88%;
  overflow: hidden;
}
.toap-content .pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* 领军企业的信赖首选 */
.customer-accept {
  padding-bottom: 120px;
}
.customer-accept .caption {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.customer-accept .content {
  margin-top: 50px;
}
.customer-accept .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.customer-accept .content .item {
  width: 31.31%;
  padding: 38px 16px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
.customer-accept .content .item img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.customer-accept .content .item .company {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.customer-accept .content .item .company .logo {
  width: 84px;
}
.customer-accept .content .item .company .name {
  margin-left: 4.45%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  font-size: 22px;
  font-weight: bold;
}
.customer-accept .content .item .pic {
  margin-top: 29px;
}
.customer-accept .content .item .words {
  margin-top: 36px;
}
.customer-accept .content .item .customer {
  margin-top: 15px;
  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: 37px;
}
.download .description {
  padding-top: 14px;
}
.download .contact {
  padding-top: 31px;
}
.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);
}
