/* banner_word */
.banner_word,
.banner_word .con_center,
.banner_word .con_center .word_center,
.banner_word.word_center .word_left,
.banner_word.word_center .word_right {
  height: 254px !important;
  background-color: #fff;
}

.banner_word h2 {
  font-size: 38px;
  color: #808080;
  font-family: "siyuanlight";
}

.banner_word .word_left {
  margin-bottom: 34px;
  margin-right: 85px;
}

.banner_word .word_left span {
  font-size: 18px;
  color: #808080;
  font-family: "mavenlight";
}

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

article {
  background-color: #F7F6F9;
}

.floor1 {
  padding-top: 33px;
  margin: 0 auto;
  width: 95%;
}

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

.floor1 ul li {
  margin-right: 29px;
  color: #969696;
  font-family: "siyuanlight";
  cursor: pointer;
  position: relative;
  padding-bottom: 12px;
}

.floor1 ul li.active {
  color: #4D4D4D;
}

.floor1 ul li.active::before {
  content: "";
  padding-bottom: 11px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #03C1F3;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.floor1 ul li::before {
  content: "";
  padding-bottom: 11px;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: 3px solid #32ADD6;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
}

.floor1 .work {
  margin-top: 15px;
}

.floor1 .work .group {
  text-decoration: none;
}

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

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

.floor1 .work .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;
}

.floor1 .work .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;
}

.floor1 .work .group .see .major h6 {
  font-size: 19px;
}

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

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

.floor1 .work .group .see:hover .major.face {
  opacity: .8;
  visibility: visible;
}

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

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

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

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

.floor1 .work .box {
  display: none;
  position: relative;
}

.floor1 .work .box.cur {
  display: block;
}

.floor1 .work .box .hide_row {
  display: none;
}

.floor1 .view .more {
  margin-top: 50px;
}

.floor1 .view .more p {
  font-size: 16px;
}

.floor1 .view .more img {
  cursor: pointer;
}

.floor1 .read {
  display: none;
  margin-top: 50px;
}

.floor1 .read .sew_case p {
  font-size: 16px;
}

.floor1 .read .sew_case img {
  cursor: pointer;
}

.floor1 .science {
  margin-top: 95px;
  min-height: 306px;
}

.floor1 .science h3 {
  font-family: "unilight";
  color: #313333;
  font-size: 41px;
  font-weight: lighter;
  margin-bottom: 20px;
}

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

.floor1 .group {
  height: auto;
}

.floor1 .row .title {
  display: flex;
  justify-content: flex-end;
}

.floor2 {
  background-color: #02C2F3;
  min-height: 92px;
  color: #fff;
}

.floor2 .con_center, .floor2 .row {
  height: 92px;
  justify-content: space-between;
}

.floor2 ul li {
  margin-right: 30px;
}

.floor2 .call span {
  font-family: "siyuanlight";
  font-size: 23px;
  margin-top: 7px;
}

.floor2 .call i {
  font-family: uniheavy;
  font-size: 30px;
}
