#header {
  background-color: #1B1B1B;
  box-shadow: 0px 2px 20px #000;
}

#section {
  margin: 68px 0 0 0;
  padding: 0 0 100px 0;
}

.floor-item {
  padding: 90px 0;
}

.floor-item:nth-child(even) {
  background-color: #1A1A1A;
}

.floor-item:nth-child(odd) {
  background-color: #1D1E20;
}

#floor .floor-title {
  text-align: center;
  height: 112px;
}

#floor .floor-title .text {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 10px;
}

#floor .floor-title .eng {
  font-size: 13px;
  color: #BDBDBD;
  margin-left: -11px;
}

#floor .floor-title-content {
  display: inline-block;
  position: relative;
}

#floor .floor-title-content:before {
  content: ' ';
  width: 100px;
  height: 1px;
  display: block;
  background: #CCCCCC;
  left: -50px;
  position: absolute;
  top: -15px;
}

#floor .floor-title-content:after {
  content: ' ';
  width: 60px;
  height: 1px;
  display: block;
  background: #CCCCCC;
  position: absolute;
  right: -22px;
  top: 48px;
}

.honor-content {
  width: 970px;
  height: 550px;
  background-color: #333333;
  margin: 0 auto;
  padding: 67px 58px 0;
  text-align: center;
}

.honor-content .honor-intro {
  color: #FFFFFF;
}

.honor-content .honor-intro .float-right {
  font-size: 12px;
}

.honor-content .honor-intro span {
  color: #FFD24C;
}

#high-tech .honor-img {
  padding: 42px 0 60px;
}

#high-tech .honor-img img {
  width: 450px;
}

#ISO {
  display: none;
  padding-top: 58px;
}

#ISO .floor-title-content:before{
  left: -115px;
}
#ISO .floor-title-content:after{
  right: -75px;
}
#ISO .honor-img {
  padding: 0 0 15px 0;
}

#ISO .honor-img img {
  width: 266px;
  margin: 0 10px;
}
#software {
  display: none;
}
#software .floor-title-content:before{
  left: -115px;
}
#software .floor-title-content:after{
  right: -75px;
}
#software .honor-img {
  padding: 66px 0 70px;
}

#software .honor-img img {
  width: 365px;
  height: 264px;
  margin: 0 10px;
}
