.banner {
  margin-top: 145px;
}

.banner img {
  width: 100%;
  height: auto;
}

.chart-word,
.chart-word .con_center,
.chart-word .con_center .row,
.chart-word.row .col-md-5,
.chart-word.row .col-md-7 {
  min-height: 301px !important;
  background-color: #fff;
}

.chart-word .con_center {
  min-height: 301px;
}

.chart-word .chart {
  padding-top: 42px;
  min-height: 301px;
}

.chart-word h2 {
  font-size: 32px;
  color: #4D4D4D;
  font-family: "siyuanlight";
}

.chart-word .chart_left {
  margin-right: 271px;
}

.chart-word .chart_left span {
  font-size: 18px;
  color: #808080;
  font-family: "mavenlight";
  display: block;
  margin-bottom: 50px;
}

.chart-word p {
  margin-bottom: .4rem;
  color: #969696;
  font-family: "siyuanlight";
}

.floor1 {
  background-color: #fff;
}

.floor1 .fixed_width {
  width: 85%;
  margin: 0 auto;
}

.floor1 ul li {
  margin-bottom: 31px;
}

.floor1 p {
  color: #969696;
  font-size: 16px;
  font-family: "siyuanlight";
}

.floor1 .order {
  height: 120px;
  padding: 0 196px 0;
}

.floor1 .order img {
  cursor: pointer;
}

.floor2 {
  padding-bottom: 56px;
  padding-top: 36px;
  width: 95%;
  margin: 0 auto;
}

.floor2 .view {
  margin-bottom: 43px;
}

.floor2 .view h5 {
  color: #969696;
  font-size: 18px;
  font-family: "siyuanlight";
  margin-bottom: 9px;
}

.floor2 .view p {
  font-size: 16px;
  font-family: "mavenlight";
  color: #808080;
}

.floor2 .box {
  position: relative;
}

.floor2 .box .group {
  text-decoration: none;
}

.floor2 .box .group .see {
  position: relative;
  transition: all 0.3s;
  width: 100%;
  height: auto;
  min-height: auto;
  overflow: hidden;
}

.floor2 .box .group .see img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  display: block;
}

.floor2 .box .group .see .major {
  bottom: 23px;
  left: 30px;
  opacity: 1;
  padding: 1em;
  position: absolute;
  right: 30px;
  text-align: center;
  visibility: visible;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  backface-visibility: visible;
  font-family: "siyuanlight";
  color: #fff;
}

.floor2 .box .group .see .major.face {
  opacity: 0;
  background-color: #383636;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity,transform .3s;
}

.floor2 .box .group .see .major h6 {
  font-size: 19px;
}

.floor2 .box .group .see .major p {
  color: #fff;
  font-family: "mavenlight";
}

.floor2 .box .group .see:hover img {
  transform: scale(1.2);
  z-index: 1000;
}

.floor2 .box .group .see:hover .major.face {
  opacity: .8;
  visibility: visible;
}

.floor2 .box .group .item {
  width: 100%;
  height: 100px;
  min-height: 100px;
  background-color: #fff;
  font-family: "siyuanlight";
  padding: 22px 31px 18px 31px;
}

.floor2 .box .group .item i {
  width: 10px;
  height: 3px;
  background-color: #969696;
  display: block;
}

.floor2 .box .group .item h5 {
  font-size: 16px;
  color: #4D4D4D;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floor2 .box .group .item p {
  font-size: 10px;
  color: #969696;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
