.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: space-between;
  align-items: center;
}
.conLeft .logo img {
  margin-bottom: 17px;
}
.conLeft .logo p {
  margin-bottom: 39px;
  font-size: 18px;
  color: #333333;
}
.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;
  width: 610px;
}
.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;
}

.opinon .statistics h3 {
  font-size: 35px;
  color: #333333;
  text-align: center;
  margin: 46px 0 18px;
}
.opinon .statistics h4 {
  font-size: 28px;
  color: #333333;
  text-align: center;
  margin-bottom: 18px;
  font-weight: 400;
}
.opinon .statistics p {
  width: 1220px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: auto;
}
.opinon .statistics p.t1 {
  margin-bottom: 50px;
}
.opinon .statistics .imgItem {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 54px;
  padding-bottom: 80px;
}
.opinon .statistics .imgItem dl {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.opinon .statistics .imgItem dl dt {
  margin-bottom: 16px;
}
.opinon .statistics .imgItem dl dd {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.explore {
  height: 428px;
  width: 100%;
  background: #FAFAFA;
}
.explore .exploreAuto {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 160px;
  justify-content: center;
}
.explore .exploreAuto img {
  /* margin-right: 48px; */
}
.explore .exploreAuto .text {
  margin-right: 48px;
}
.explore .exploreAuto .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.explore .exploreAuto .text li {
  width: 595px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.explore .exploreAuto .text li:first-child {
  font-weight: bold;
}
.explore .exploreAuto .text .systemBtn {
  width: 128px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #E5A414;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #E5A414;
  display: inline-block;
}

.trend {
  display: flex;
  /* align-items: center; */
  padding: 80px 160px;
  justify-content: center;
}
.trend .listLeft {
  margin-right: 48px;
}
.trend .listLeft {
  display: flex;
  flex-direction: column;
}
.trend .item {
  width: 519px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-left: 3px solid #E5A414;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
}
.trend .item .imgs p {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.trend .item .text {
  width: 240px;
  font-size: 16px;
  color: #333333;
}

.trend .listLeft .item:first-child {
  margin-bottom: 90px;
}
.trend .listRigth .item:first-child {
  margin-bottom: 90px;
  margin-top: 80px;
}

.gain {
  height: 516px;
  width: 100%;
  background: #FAFAFA;
}
.gain .gainAuto {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 160px;
  justify-content: center;
}
.gain .gainAuto img {
  margin-right: 120px;
}
.gain .gainAuto .list .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 33px;
}
.gain .gainAuto .list .item:last-child {
  margin-bottom: 0;
}
.gain .gainAuto .list .item .iconBox {
  display: flex;
  align-items: center;
}
.gain .gainAuto .list .item .iconBox img {
  margin-right: 12px !important;
}
.gain .gainAuto .list .item .iconBox span {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  vertical-align: middle;
}
.gain .gainAuto .list .item p.t1 {
  font-size: 16px;
  color: #333333;
  vertical-align: middle;
  line-height: 24px;
  width: 445px;
  margin-left: 18px;
}











/* 免费下载试用 SPM */
.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;
}

