/* 给版心位置 */
.mian {
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}
.opinon img,.opinon .imgs {
  vertical-align: middle;
  flex-shrink: 0;
}
/* banner开始 */
.banner {
  height: 370px;
  width: 100%;
  /*margin-top: 55px;*/
  /* background: url(../img/quickBI/TB1muRL4KL2gK0jSZPhXXahvXXa-3840-740.gif) #FFFBF1 no-repeat center/100% 100%; */
  /* background-blend-mode: multiply;  /* 正片叠底 */
  position: relative;
}
.bannerContent {
  height: 100%;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.conLeft {
  position: relative;
  z-index: 1;
  padding-top: 48px;
  padding-right: 50px;
}
.conLeft .logo p {
  margin-bottom: 32px;
  font-size: 32px;
  color: #333333;
  font-weight: bold;
}
.conLeft .text {
  font-size: 22px;
  color: #333333;
}


.conRigth {
  width: 432px;
  height: 252px;
  flex-shrink: 0;
}
.conRigth img {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  object-fit: cover;
}


/* 内容开始 */

/* 相比之下，建立预测模型是一项艰巨的工作，而不是部署它们 */
.opinon .statistics {
  padding: 0 110px;
}
.strength {
  height: 360px;
  background-color: #FAFAFA;
}
.opinon .statistics h3 {
  font-size: 28px;
  color: #333333;
  text-align: center;
  margin-bottom: 26px;
  font-weight: 400;
  padding-top: 42px;
}
.opinon .statistics p {
  /* max-width: 1220px; */
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: auto;
}
.opinon .statistics p.t1 {
  margin-bottom: 30px;
}
.opinon .statistics .lsit {
  display: flex;
  justify-content: space-between;
}
.opinon .statistics .lsit .item {
  text-align: center;
  width: 20%;
}
.opinon .statistics .lsit .item img {
  width: 94px;
  height: 94px;
  vertical-align: middle;
}
.opinon .statistics .lsit .item dt {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 8px 0 8px;
}
.opinon .statistics .lsit .item dd {
  font-size: 16px;
  color: #666666;
}

/* 应用场景 */
.scene {
  padding: 50px 60px;
}
.scene h3 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.scene p.text {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 36px;
}
.scene .switch .menu {
  background-color: #fff;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1607843137254902);
  display: flex;
  padding: 19px 50px;
  justify-content: space-between;
}
.scene .switch .menu li {
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.scene .switch .menu li:hover {
  color: #E5A414;
}
.scene .switch .content {
  padding-top: 33px;
}
.scene .switch .content li {
  display: none;
}
.scene .switch .content li .con {
  display: flex;
}
.scene .switch .content li .con .left {
  margin-right: 30px;
}
.scene .switch .content li .con .rigth {
  background: #FAFAFA;
  padding: 84px 40px 0;
}
.scene .switch .content li .con .rigth .top {
  padding-bottom: 34px;
  border-bottom: 1px solid #DBDBDB;
}
.scene .switch .content li .con .rigth .top .title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  background: rgba(229, 164, 20, 0.21);
  background-size: 100% 100%;
  background-position-y: bottom;
  display: inline-block;
  padding: 0 6px;
  margin-bottom: 15px;
}
.scene .switch .content li .con .rigth .top .title span {
  margin-top: -15px;
  display: block;
}
.scene .switch .content li .con .rigth .top .t1 {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.scene .switch .content li .con .rigth .bottom .title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  padding-top: 28px;
  margin-bottom: 16px;
}
.scene .switch .content li .con .rigth .bottom dl {
  margin-bottom: 18px;
  margin-left: 1rem;
}
.scene .switch .content li .con .rigth .bottom dt {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-indent: -1rem;
  /* display: flex; */
}
.scene .switch .content li .con .rigth .bottom dt::before {
  content: '';
  width: 12px;
  height: 8px;
  background: url(../img/quickBI/quickBI-icon.png) no-repeat center/100% 100%;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
}
.scene .switch .content li .con .rigth .bottom dd {
  font-size: 14px;
  color: #999999;
}
/* 产品最佳实践&行业模板，即插即用 */
.optimum {
  background-color: #FAFAFA;
}
.optimum .optimumCenter {
  padding: 50px 106px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.optimum .optimumCenter .left {
  width: 45%;
}
.optimum .optimumCenter .left .title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  background: rgba(229, 164, 20, 0.21);
  background-size: 100% 100%;
  background-position-y: bottom;
  display: inline-block;
  padding: 0 6px;
  margin-bottom: 15px;
}
.optimum .optimumCenter .left .title span {
  margin-top: -15px;
  display: block;
}
.optimum .optimumCenter .left .text {
  padding-top: 15px;
  border-top: 1px solid #DBDBDB;
}
.optimum .optimumCenter .left .text .t1 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 28px;
}
.optimum .optimumCenter .left .text .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.optimum .optimumCenter .left .text .list dl {
  width: 40%;
  margin-left: 1rem;
}
.optimum .optimumCenter .left .text .list dl:nth-child(1),
.optimum .optimumCenter .left .text .list dl:nth-child(2) {
  margin-bottom: 12px;
}
.optimum .optimumCenter .left .text .list dt {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  text-indent: -1rem;
}
.optimum .optimumCenter .left .text .list dt::before {
  content: '';
  width: 12px;
  height: 8px;
  background: url(../img/quickBI/quickBI-icon.png) no-repeat center/100% 100%;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
}

.optimum .optimumCenter .left .text .list dd {
  font-size: 14px;
  color: #666666;
}


.optimum .optimumCenter .rigth img {
  vertical-align: middle;
  width: 620px;
  height: 382px;
}

/* 产品功能 */
.function {
  padding: 32px 100px 80px;
}
.function .titleText {
  font-size: 28px;
  color: #333333;
  text-align: center;
}
.function .t1Text {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 5px;
}


.function .list .item {
  padding-bottom: 36px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 60px;
}
.function .list .item:last-child {
  margin-bottom: 0;
}
.function .list .item .title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  background: rgba(229, 164, 20, 0.21);
  background-size: 100% 100%;
  background-position-y: bottom;
  display: inline-block;
  /* padding: 0 6px; */
  margin-bottom: 5px;
}
.function .list .item .title span {
  margin-top: -15px;
  display: block;
}
.function .list .item .text {
  font-size: 14px;
  color: #333333;
  margin-left: 2rem;
}
.function .list .item .titleBox::before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../img/quickBI/quickBI-icon2.png) no-repeat center/100% 100%;
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
}
.function .list .item ul {
  margin-left: 2rem;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  margin-top: 26px;
}
.function .list .item ul li {
  border-left: 2px solid #E5A414;
  padding-left: 8px;
  width: 30%;
}
.function .list .item ul li dt {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 3px;
}
.function .list .item ul li dd {
  font-size: 14px;
  color: #666666;
}

/* 移动端自动适配，支持H5、企业微信、钉钉多终端应用 */
.advantage {
  background-color: #FAFAFA;
}

.advantageCenter {
  padding: 45px 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantageCenter .left {
  width: 48%;
}
.advantageCenter .left .title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  background: rgba(229, 164, 20, 0.21);
  background-size: 100% 100%;
  background-position-y: bottom;
  display: inline-block;
  padding: 0 6px;
  margin-bottom: 15px;
}
.advantageCenter .left .title span {
  margin-top: -15px;
  display: block;
}
.advantageCenter .left .textBox {
  font-size: 14px;
  color: #666666;
  padding-top: 26px;
  border-top: 1px solid #DBDBDB;
}

.advantageCenter .rigth {
  width: 48%;
  height: 346px;
}
.advantageCenter .rigth .video{
	box-shadow: rgba(0, 0, 0, 0.25) 0 4px 10px;
	position: relative;
	font-size: 0;
	width: 100%;
	z-index: 1;
  height: 100%;
  overflow: hidden;
}

.advantageCenter .rigth .video-mask {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}

.advantageCenter .rigth .video-mask .play-btn {
	background: url('../img/productSolution/icon_play.png') no-repeat;
	cursor: pointer;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	height: 80px;
	width: 80px;
}










/* 菜单栏切换 */
.scene .switch .menu li.action {
  color: #E5A414;
  border-color: #E5A414;
}
.scene .switch .content li.show {
  display: block;
}






/* 公共样式 */
.opinon .textBox .text li {
  margin-bottom: 16px;
  display: flex;
  /* align-items: center; */
}
.opinon .textBox .text li:last-child {
  margin-bottom: 0;
}
.opinon .textBox .text li .dian::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #E5A414;
  border-radius: 50%;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}
.bannerContent .btn,.advantageCenter .btn  {
  width: 128px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background-color: #E5A414;
  margin-top: 46px;
  font-size: 16px;
  display: inline-block;
}