.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: 580px;
}
.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 26px;
  font-weight: 400;
}
.opinon .statistics p {
  width: 1220px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin: auto;
}
.opinon .statistics p.t1 {
  margin-bottom: 30px;
}
.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;
}
.opinon .statistics .imgItem dl p {
  font-size: 14px;
  color: #333333;
  width: 306px;
  text-align: center;
}

.explore {
  width: 100%;
  background: #FAFAFA;
}
.explore .exploreAuto {
  height: 100%;
  display: flex;
  /* align-items: center; */
  padding: 42px 160px;
  justify-content: center;
}
.explore .exploreAuto img {
  margin-right: 102px;
}
.explore .exploreAuto .text {
  margin-top: 13px;
}
.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:last-child {
  margin-bottom: 0;
}
.explore .exploreAuto .text span {
  font-size: 16px;
  color: #E5A414;
  text-decoration: underline;
}

.trend {
  display: flex;
  /* align-items: center; */
  padding: 38px 160px;
  justify-content: center;
}
.trend .text {
  margin-bottom: 10px;
  margin-right: 48px;
}
.trend .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.trend .text li {
  width: 595px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}
.trend .text li:last-child {
  margin-bottom: 0;
}
.trend .text p {
  width: 595px;
  margin-top: 20px;
  font-size: 16px;
  color: #E5A414;
  text-decoration: underline;
}

.gain {
  width: 100%;
  background: #FAFAFA;
}
.gain .gainAuto {
  height: 100%;
  display: flex;
  /* align-items: center; */
  padding: 54px 160px;
  justify-content: center;
}
.gain .gainAuto img {
  margin-right: 48px;
}
.gain .gainAuto .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.gain .gainAuto .text li {
  width: 595px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}
.gain .gainAuto .text p {
  width: 595px;
  margin-top: 20px;
  font-size: 16px;
  text-decoration: underline;
}
.gain .gainAuto .text p a {
  color: #E5A414;
}

.transformation {
  display: flex;
  /* align-items: center; */
  padding: 30px 160px;
  justify-content: center;
}
.transformation .text {
  margin-bottom: 10px;
  margin-right: 48px;
}
.transformation .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.transformation .text li {
  width: 595px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.transformation .text li:last-child {
  margin-bottom: 0;
}
.transformation .text p {
  width: 595px;
  margin-top: 20px;
  font-size: 16px;
  color: #E5A414;
  text-decoration: underline;
}


/* 免费下载试用 Quality Trainer */
.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;
}