/* 给版心位置 */
.mian {
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}
.opinon img,.opinon .imgs {
  vertical-align: middle;
  flex-shrink: 0;
}
/* banner开始 */
.banner {
  height: 428px;
  width: 100%;
  /*margin-top: 55px;*/
  background: url(../img/alteryx/alteryx-bgc1.png) #FFFBF1 no-repeat center/100% 100%;
  /* background-blend-mode: multiply; */ /* 正片叠底 */
}
.bannerContent {
  height: 100%;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.conLeft {
  /* margin-right: 208px; */
}
.conLeft .logo p {
  margin-bottom: 39px;
  font-size: 40px;
  color: #333333;
  font-weight: bold;
}
.conLeft dl dt {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 13px;
}
.conLeft dl dd {
  font-size: 24px;
  color: #333333;
  margin-bottom: 40px;
  max-width: 628px;
}
.conLeft .btn1 {
  width: 128px;
  height: 44px;
  background: #E5A414;
  text-align: center;
  line-height: 44px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 33px;
}
.conLeft .btn2 {
  width: 128px;
  height: 44px;
  border: 1px solid #E5A414;
  text-align: center;
  line-height: 44px;
  color: #E5A414;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.conRigth {
  width: 432px;
  height: 252px;
  flex-shrink: 0;
}
.conRigth img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}


/* 内容开始 */

/* 相比之下，建立预测模型是一项艰巨的工作，而不是部署它们 */
.opinon .statistics {
  padding: 0 110px;
}
.opinon .statistics h3 {
  font-size: 35px;
  color: #333333;
  text-align: center;
  margin: 46px 0 26px;
  font-weight: 400;
}
.opinon .statistics p {
  /* max-width: 1220px; */
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: auto;
}
.opinon .statistics p.t1 {
  margin-bottom: 30px;
}



/* 简化模型部署 */
.implement {
  width: 100%;
  height: 378px;
  margin-top: 85px;
  background: url(../img/alteryx/alteryx-bgc2.png) no-repeat center bottom/100% 264px;
}
.implement .implementAuto {
  height: 100%;
  display: flex;
  /* align-items: center; */
  padding: 0 160px;
  justify-content: space-between;
}
.implement .implementAuto .imgs {
  margin-right: 50px;
}
.implement .implementAuto .textBox .title {
  font-size: 24px;
  color: #333333;
  margin: 160px 0 28px;
}
.implement .implementAuto .textBox .text {
  font-size: 16px;
  color: #333333;
}


/* 在几分钟内部署模型 */
.insight {
  width: 100%;
  height: 368px;
  margin-top: 85px;
  background: url(../img/alteryx/alteryx-bgc3.png) no-repeat center bottom/100% 254px;
}
.insight .insightAuto {
  height: 100%;
  display: flex;
  /* align-items: center; */
  padding: 0 160px;
  justify-content: space-between;
}
.insight .insightAuto .imgs {
  margin-left: 50px;
}
.insight .insightAuto .textBox .title {
  font-size: 24px;
  color: #333333;
  margin: 150px 0 28px;
}
.insight .insightAuto .textBox .text {
  font-size: 16px;
  color: #333333;
}
.insight .insightAuto .textBox .text li {
  margin-bottom: 16px;
  display: flex;
  /* align-items: center; */
}
.insight .insightAuto .textBox .text li:last-child {
  margin-bottom: 0;
}
.insight .insightAuto .textBox .text li .dian::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #E5A414;
  border-radius: 50%;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}


/* 模型管理与治理 */
.analysis {
  width: 100%;
  height: 378px;
  margin-top: 85px;
  background: url(../img/alteryx/alteryx-bgc2.png) no-repeat center bottom/100% 264px;
}
.analysis .analysisAuto {
  height: 100%;
  display: flex;
  /* align-items: center; */
  padding: 0 160px;
  justify-content: space-between;
}
.analysis .analysisAuto .imgs {
  margin-right: 50px;
}
.analysis .analysisAuto .textBox .title {
  font-size: 24px;
  color: #333333;
  margin: 150px 0 28px;
}
.analysis .analysisAuto .textBox .text {
  font-size: 16px;
  color: #333333;
}
.analysis .analysisAuto .textBox .text li {
  margin-bottom: 16px;
  display: flex;
  /* align-items: center; */
}
.analysis .analysisAuto .textBox .text li:last-child {
  margin-bottom: 0;
}
.analysis .analysisAuto .textBox .text li .dian::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #E5A414;
  border-radius: 50%;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}


/* 监控模型性能 */
.simple {
  width: 100%;
  height: 368px;
  margin-top: 85px;
  background: url(../img/alteryx/alteryx-bgc3.png) no-repeat center bottom/100% 254px;
}
.simple .simpleAuto {
  height: 100%;
  display: flex;
  /* align-items: center; */
  padding: 0 160px;
  justify-content: space-between;
}
.simple .simpleAuto .imgs {
  margin-left: 50px;
}
.simple .simpleAuto .textBox .title {
  font-size: 24px;
  color: #333333;
  margin: 150px 0 28px;
}
.simple .simpleAuto .textBox .text {
  font-size: 16px;
  color: #333333;
}
.simple .simpleAuto .textBox .text li {
  margin-bottom: 16px;
  display: flex;
  /* align-items: center; */
}
.simple .simpleAuto .textBox .text li:last-child {
  margin-bottom: 0;
}
.simple .simpleAuto .textBox .text li .dian::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #E5A414;
  border-radius: 50%;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}


/* 通过 24x7 全天候支持轻松放松 */
.customizable {
  width: 100%;
  height: 378px;
  margin-top: 85px;
  background: url(../img/alteryx/alteryx-bgc2.png) no-repeat center bottom/100% 264px;
}
.customizable .customizableAuto {
  height: 100%;
  display: flex;
  /* align-items: center; */
  padding: 0 160px;
  justify-content: space-between;
}
.customizable .customizableAuto .imgs {
  margin-right: 50px;
}
.customizable .customizableAuto .textBox .title {
  font-size: 24px;
  color: #333333;
  margin: 150px 0 28px;
}
.customizable .customizableAuto .textBox .text {
  font-size: 16px;
  color: #333333;
}
.customizable .customizableAuto .textBox .text li {
  margin-bottom: 16px;
  display: flex;
  /* align-items: center; */
}
.customizable .customizableAuto .textBox .text li:last-child {
  margin-bottom: 0;
}
.customizable .customizableAuto .textBox .text li .dian::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #E5A414;
  border-radius: 50%;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}


/* Alteryx 推广数据表 */
.protect {
  width: 100%;
  height: 368px;
  margin-top: 85px;
  background: url(../img/alteryx/alteryx-bgc3.png) no-repeat center bottom/100% 254px;
}
.protect .protectAuto {
  height: 100%;
  display: flex;
  /* align-items: center; */
  padding: 0 160px;
  justify-content: space-between;
}
.protect .protectAuto .imgs {
  margin-left: 50px;
}
.protect .protectAuto .textBox .title {
  font-size: 24px;
  color: #333333;
  margin: 150px 0 28px;
}
.protect .protectAuto .textBox .text {
  font-size: 16px;
  color: #333333;
}
.protect .protectAuto .textBox .text li {
  margin-bottom: 16px;
  display: flex;
  /* align-items: center; */
}
.protect .protectAuto .textBox .text li:last-child {
  margin-bottom: 0;
}
.protect .protectAuto .textBox .text li .dian::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #E5A414;
  border-radius: 50%;
  margin-right: 9px;
  display: inline-block;
  vertical-align: middle;
}









/* 免费下载试用 Alteryx */
.tableauDesktop {
  width: 100%;
  height: 144px;
  background: url(../img/minitab/tableauDesktop.png) no-repeat center/100% 100%;
  margin-top: 112px;
}
.tableauDesktopAuto {
  height: 100%;
  padding: 0 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.tableauDesktopAuto .free {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
}
.tableauDesktopAuto .freeBtn {
  width: 198px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
  box-sizing: border-box;
  font-size: 24px;
  color: #FFFFFF;
}













/* 公共样式 */
.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;
}