/* 给版心位置 */
.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) #0F161E 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;
}
/* banner结束 */





.route {
  padding: 50px 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.route img {
  width: 575px;
  height: 350px;
}
.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;
}
.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 130px;
  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;
}
.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;
}

.trend {
  display: flex;
  align-items: center;
  padding: 50px 130px;
  justify-content: space-between;
}
.trend .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.trend .text li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 30px;
}
.trend .text li:last-child {
  margin-bottom: 0;
}
.trend .text li p {
  font-weight: bold;
}
.trend .text a {
  display: inline-block;
  margin-top: 20px;
  color: #E5A414;
  text-decoration: underline;
}


.cooperation {
  width: 100%;
  background: #FAFAFA;
}
.cooperation .cooperationAuto {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 50px 130px;
  justify-content: space-between;
}
.cooperation .cooperationAuto .text .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 18px;
}
.cooperation .cooperationAuto .text li {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.cooperation .cooperationAuto .text li:last-child {
  margin-bottom: 0;
}


.bloom {
  width: 100%;
  /* background: #FAFAFA; */
}
.bloom .bloomAuto {
  height: 100%;
  padding: 50px 130px 80px;
}
.bloom .bloomAuto .title {
  font-size: 35px;
  color: #333333;
  text-align: center;
  margin-bottom: 44px;
}
.bloom .bloomAuto .listBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloom .bloomAuto .listBox .list {
  width: 824px;
  height: 265px;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.bloom .bloomAuto .listBox .item {
  width: 824px;
  height: 265px;
  padding: 35px;
  box-sizing: border-box;
  background: #FFFFFF;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bloom .bloomAuto .listBox .item img {
  width: 150px;
  height: 41px;
}
/* .bloom .bloomAuto .listBox .item img {
  margin-bottom: 30px;
} */
.bloom .bloomAuto .listBox .item .t1 {
  font-size: 16px;
  color: #333333;
  /* margin-bottom: 30px; */
}
.bloom .bloomAuto .listBox .item .t2 {
  text-align: right;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}









