/* 给版心位置 */
.mian {
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}
.opinon img,.opinon .imgs {
  vertical-align: middle;
  flex-shrink: 0;
}
.opinon .text {
  width: 595px;
}
/* banner开始 */
.banner {
  height: 382px;
  width: 100%;
  /*margin-top: 55px;*/
  background: url(../img/tableau/TableauBanner1.png) #172844 no-repeat center/1920px;
}
.bannerContent {
  height: 100%;
  /* padding: 0 80px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bannerContent .title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
.bannerContent .text {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.bannerContent .contact {
  margin-top: 39px;
  text-align: center;
}
.bannerContent .contact .btn {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 30px;
  border-radius: 18.5px;
  font-size: 16px;
}
.bannerContent .contact .btn:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.bannerContent .contact .btn.trial {
  background-color: #e5a414;
  color: #fff;
}
/* banner结束 */



.data {
  padding-top: 60px;
}
.data p.data-title {
  font-size: 35px;
  color: #333333;
  text-align: center;
  margin-bottom: 12px;
}
.data p.data-text {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: 30px;
}




.route {
  padding: 50px 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.route .imgs .iconTitle {
  font-size: 24px;
  color: #E5A414;
}
.route .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.route .text li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
  line-height: 30px;
}
.route .text li:last-child {
  margin-bottom: 0;
}
.route .text li p {
  font-weight: bold;
}
.route .text a {
  display: inline-block;
  margin-top: 20px;
  color: #E5A414;
}

.explore {
  width: 100%;
  background: #FAFAFA;
}
.explore .exploreAuto {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 50px 160px;
  justify-content: space-between;
}
.explore .exploreAuto .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.explore .exploreAuto .text li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  line-height: 30px;
}
.explore .exploreAuto .text li:last-child {
  margin-bottom: 0;
}
.explore .exploreAuto .text span {
  font-size: 16px;
  color: #E5A414;
}
.explore .exploreAuto .text li p {
  font-weight: bold;
}
.explore .exploreAuto .text a {
  display: inline-block;
  margin-top: 20px;
  color: #E5A414;
  text-decoration: underline;
}
.explore .exploreAuto .imgs p {
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-top: 24px;
}

.choice {
  width: 100%;
  height: 218px;
  background: url(../img/tableau/TableauData-banner.png) #FFF1D4 no-repeat center/1920px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.choice p {
  text-align: center;
}
.choice p.choice-title {
  font-size: 35px;
  color: #333333;
  margin-bottom: 12px;
}
.choice p.choice-text {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}


.dataintegration {
  padding: 80px 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dataintegration .datalist {
  width: 500px;
}
.dataintegration .datalist dl {
  margin-bottom: 20px;
}
.dataintegration .datalist dl:last-child {
  margin-bottom: 0;
}
.dataintegration .datalist dl dt {
  font-size: 24px;
  color: #333333;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.dataintegration .datalist dl dt::before {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../img/tableau/dataintegration-icon1.png) no-repeat center/100% 100%;
  margin-right: 8px;
}
.dataintegration .datalist dl:nth-child(2) dt::before {
  background-image: url(../img/tableau/dataintegration-icon2.png);
}
.dataintegration .datalist dl:nth-child(3) dt::before {
  background-image: url(../img/tableau/dataintegration-icon3.png);
}
.dataintegration .datalist dl:nth-child(4) dt::before {
  background-image: url(../img/tableau/dataintegration-icon4.png);
}


.dataintegration .datalist dl dd {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}




