/* common */
.fvs-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/fvs/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;
}
.banner .content .subtitle {
  font-size: 16px;
  margin-top: 16px;
}
.banner .content .title {
  font-size: 35px;
}
.banner .contact {
  margin-top: 39px;
}
.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);
}

/* 丰富的应用场景 */
.usage-scenario {
  padding: 60px 0 75px 0;
}
.usage-scenario .caption {
  text-align: center;
}
.usage-scenario .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.usage-scenario .caption .subtitle {
  margin-top: 19px;
}
.usage-scenario .slide {
  padding: 0 2.13%;
  margin-top: 40px;
}
.layui-carousel,
.layui-carousel > [carousel-item] > * {
  background-color: transparent !important;
}
.layui-carousel[lay-indicator='outside'] {
  margin-bottom: 40px !important;
}
.layui-carousel .layui-carousel-ind {
  top: 25px !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;
}

/* 卓越的产品体验 */
.experience {
  background-color: #f8f8f8;
}
.experience-box {
  padding: 75px 0;
}
.experience .caption {
  text-align: center;
}
.experience .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.experience .caption .subtitle {
  margin-top: 19px;
}
.experience .experience-tabs {
  margin: 55px 2.13% 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.experience .experience-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;
  padding-top: 15px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
}
.experience .experience-tabs .tabs-btns > li {
  cursor: pointer;
  font-size: 20px;
  padding: 12px 0;
  position: relative;
}
.experience .experience-tabs .tabs-btns > li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #e5a414;
}
.experience .experience-tabs .tabs-list {
  padding: 63px 40px 58px;
}
.experience .experience-tabs .tabs-list > li {
  display: none;
}
.experience .experience-tabs .tabs-list > li.current {
  display: block;
}
.experience-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.experience-content .words {
  width: 44.67%;
  padding: 50px 0;
}
.experience-content .words .title {
  font-size: 22px;
  font-weight: bold;
}
.experience-content .words .profile {
  margin-top: 25px;
}
.experience-content .words .profile p + p {
  margin-top: 12px;
}
.experience-content .pic {
  width: 52.29%;
  overflow: hidden;
}
.experience-content .pic img,
.experience-content .pic video {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* 实战应用场景 */
.case-scenario {
  padding: 75px 0 120px;
}
.case-scenario .caption {
  text-align: center;
}
.case-scenario .caption .title {
  font-size: 36px;
  font-weight: bold;
}
.case-scenario .case-scenario-tabs {
  margin: 45px 2.13% 0;
}
.case-scenario .case-scenario-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;
}
.case-scenario .case-scenario-tabs .tabs-btns > li {
  cursor: pointer;
  font-size: 24px;
  padding: 5px 0;
  position: relative;
}
.case-scenario .case-scenario-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;
}
.case-scenario .case-scenario-tabs .tabs-list {
  margin-top: 45px;
}
.case-scenario .case-scenario-tabs .tabs-list > li {
  display: none;
}
.case-scenario .case-scenario-tabs .tabs-list > li video {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.case-scenario .case-scenario-tabs .tabs-list > li.current {
  display: block;
}

/* 体验 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);
}
