.mian {
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}
.opinon img {
  vertical-align: middle;
}

.banner {
  height: 428px;
  width: 100%;
  /*margin-top: 55px;*/
  background: url(../img/minitab/minitab-banner.png) #FFFBF1 no-repeat center/1920px;
}
.bannerContent {
  height: 100%;
  /* padding: 0 80px; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.conLeft .logo h3 {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
}
.conLeft .logo p {
  margin-top: 16px;
  margin-bottom: 39px;
  font-size: 18px;
  color: #666666;
}
.conLeft dl dd {
  font-size: 24px;
  color: #333333;
  margin-bottom: 40px;
}
.conLeft .btn1 {
  width: 128px;
  height: 44px;
  background: #E5A414;
  text-align: center;
  line-height: 44px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.opinon .service {
  text-align: center;
  padding: 50px 0;
}
.opinon .service p {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-bottom: 22px;
}
.opinon .service .title {
  font-size: 35px;
  color: #333333;
  margin-bottom: 12px;
}
.opinon .service li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}
.opinon .service li:last-child {
  margin-bottom: 0;
}


.explore {
  width: 100%;
  background: #FAFAFA;
}
.explore .exploreAuto {
  height: 100%;
  padding: 50px 0;
}
.explore .exploreAuto .title {
  text-align: center;
  font-size: 35px;
  color: #333333;
  margin-bottom: 12px;
}
.explore .exploreAuto .t1 {
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-bottom: 50px;
}
.explore .exploreAuto .content {
  display: flex;
  justify-content: center;
}
.explore .exploreAuto .content img {
  margin-right: 110px;
}
.explore .exploreAuto .content .text dt {
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.explore .exploreAuto .content .text dd {
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}




.route {
  display: flex;
  align-items: center;
  padding: 50px 0;
  justify-content: center;
}
.route .text {
  margin-right: 110px;
}
.route .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.route .text li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 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;
}

.channel {
  width: 100%;
  background: #FAFAFA;
}
.channel .channelAuto {
  height: 100%;
  padding: 50px 0;
}

.channel .channelAuto .content {
  display: flex;
  justify-content: center;
}
.channel .channelAuto .content img {
  margin-right: 110px;
}
.channel .channelAuto .content .text dt {
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.channel .channelAuto .content .text dd {
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}






/* 免费下载试用 Neo4j 图数据科学 */
.tableauDesktop {
  width: 100%;
  height: 144px;
  background: url(../img/minitab/tableauDesktop.png) no-repeat center/100% 100%;
}
.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;
}






/* 点击后的效果 */
.switch .switchAuto .menu li.action {
  background: #E5A414;
}
.switch .switchAuto .menu li.action::after {
  display: none;
}
.switch .switchAuto .content li {
  display: none !important;
}
.switch .switchAuto .content li.show {
  display: flex !important;
}





/* 换行 */
code {
  white-space:pre-wrap;
  word-wrap:break-word;
  }