.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: 38px 0;
}
.opinon .service dt {
  font-size: 35px;
  color: #333333;
  margin-bottom: 12px;
}
.opinon .service dd {
  font-size: 16px;
  color: #333333;
}
.opinon .service dd a {
  color: #E5A414;
}
.switch {
  background-color: #FAFAFA;
}
.switch .switchAuto .menu{
  display: flex;
  justify-content: center;
  align-items: center;
}
.switch .switchAuto .menu li {
  width: 370px;
  height: 60px;
  line-height: 60px;
  color: #FFFFFF;
  text-align: center;
  background: #333333;
  position: relative;
}
.switch .switchAuto .menu li::after{
  content: '';
  width: 0px;
  height: 28px;
  border-right: 2px solid #707070;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(50%);
}
.switch .switchAuto .menu li:last-child::after {
  display: none;
}
.switch .switchAuto .content {
  padding: 50px 0;
}
.switch .switchAuto .content .list1 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.switch .switchAuto .content .list1 .left {
  width: 340px;
}
.switch .switchAuto .content .list1 .rigth {
  width: 340px;
}
.switch .switchAuto .content .list1 .t1 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.switch .switchAuto .content .list1 .t2 {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
}
.switch .switchAuto .content .list1 .left .t1::before {
  content: '';
  width: 36px;
  height: 36px;
  background: url(../img/Neo4j/leftIcon.png) no-repeat center/100% 100%;
  margin-right: 22px;
}
.switch .switchAuto .content .list1 .rigth .t1::before {
  content: '';
  width: 36px;
  height: 36px;
  background: url(../img/Neo4j/rigthIcon.png) no-repeat center/100% 100%;
  margin-right: 22px;
}
.switch .switchAuto .content .list2 {
  display: flex;
  justify-content: center;
}
.switch .switchAuto .content .list2 .left {
  margin-right: 40px;
}
.switch .switchAuto .content .list2 .left dl {
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}
.switch .switchAuto .content .list2 .left dl a {
  color: #E5A414;
}
.switch .switchAuto .content .list2 .left dl:last-child {
  margin-bottom: 0;
}
.switch .switchAuto .content .list2 .left dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.switch .switchAuto .content .list2 .left dd {
  width: 338px;
}
.switch .switchAuto .content .list2 .left dd p {
  margin-top: 20px;
}
.switch .switchAuto .content .list2 .rigth {
  padding-top: 30px;
}
.switch .switchAuto .content .list2 .rigth .t1 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.switch .switchAuto .content .list2 .rigth .t2 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}
.switch .switchAuto .content .list3 .rigth img {
  width: 706px;
  height: 446px;
  vertical-align: middle;
}
.switch .switchAuto .content .list3 .left {
  margin-right: 60px;
}
.switch .switchAuto .content .list3 .rigth {
  padding-top: 0;
}
.switch .switchAuto .content .list3 {
  align-items: center;
}


.route {
  display: flex;
  align-items: center;
  padding: 50px 0;
  justify-content: center;
}
.route .text {
  margin-left: 48px;
}
.route .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.route .text li {
  width: 595px;
  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;
}

.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 .list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.explore .exploreAuto .list .item {
  width: 338px;
}
.explore .exploreAuto .list .item .imgText {
  margin: 10px 0 15px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.explore .exploreAuto .list .item .t2 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}
.explore .exploreAuto .list .item a {
  font-size: 16px;
  color: #E5A414;
  text-decoration: underline;
}



/* 免费下载试用 Neo4j AuraDB */
.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;
}