.banner-static {
  height: 520px;
  background-image: url(../imgs/introduction/banner_.png);
}
.content {
  padding-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
.content .menus {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 3rem;
}
.content .list {
  float: right;
  min-width: 120px;
  border-right: 2px solid #ddd;
}
.content .list a {
  font-size: 16px;
  display: block;
  margin: 0 30px 40px 0;
  padding-left: 17px;
  border-left: 3px solid transparent;
  line-height: 20px;
  color: #999999;
  text-decoration: none;
}
.content .list a:last-child {
  margin-bottom: 0;
}
.content .list a.active {
  border-left-color: #0f51a4;
  font-weight: bold;
  color: #333333;
}
.content .list a:hover {
  font-weight: bold;
  color: #333333;
}
.content .content__info {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.content .content__info .module + .module {
  margin: 120px 0;
}
.content .content__info .part + .part {
  margin: 100px 0;
}
.content .content__info .sub {
  margin-bottom: 4rem;
}
.content .content__info .introduction .text .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.content .content__info .introduction .text p {
  line-height: 38px;
}
.content .content__info .introduction .text .mt-4rem {
  margin-top: 4rem;
}
.content .content__info .development .ring {
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: -webkit-linear-gradient(315deg, #089de8 0%, #0f51a4 98%);
  background: linear-gradient(135deg, #089de8 0%, #0f51a4 98%);
}
.content .content__info .development .ring::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
}
.content .content__info .development .development__timeline .box {
  width: 200px;
}
.content .content__info .development .development__timeline .box + span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content .content__info .development .development__timeline .line {
  display: inline-block;
  width: 1px;
  height: 88px;
  background: #999999;
  position: relative;
  left: 10px;
}
.content .content__info .development b {
  font-size: 22px;
  line-height: 20px;
  padding-right: 10px;
}
.content .content__info .culture .culture__abstract .col {
  width: 497px;
  height: 324px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
}
.content .content__info .culture .culture__abstract .col .key {
  color: #ffffff;
  line-height: 14px;
}
.content .content__info .culture .culture__abstract .col .key-en {
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.29);
}
.content .content__info .culture .culture__abstract .col .key,
.content .content__info .culture .culture__abstract .col .key-en {
  -webkit-transition: opacity 300ms 100ms;
  transition: opacity 300ms 100ms;
  opacity: 1;
}
.content .content__info .culture .culture__abstract .col:hover > .key,
.content .content__info .culture .culture__abstract .col:hover > .key-en {
  opacity: 0;
}
.content .content__info .culture .culture__abstract .col:hover .move {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.content .content__info .culture .culture__abstract .col .move {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 57, 114, 0.95);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  padding: 0 50px;
  cursor: default;
}
.content .content__info .culture .culture__abstract .col .move .key {
  font-size: 20px;
  margin-top: 68px;
}
.content .content__info .culture .culture__abstract .col .move .key-en {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.13);
  margin-bottom: 22px;
  margin-top: -15px;
}
.content .content__info .culture .culture__abstract .col .move .line {
  width: 25px;
  height: 1px;
  border: 1px solid #ffffff;
  margin-bottom: 40px;
}
.content .content__info .culture .culture__abstract .col .move .describe {
  font-size: 22px;
  text-align: center;
}
.content .content__info .culture .culture__abstract .col.vision,
.content .content__info .culture .culture__abstract .col.values,
.content .content__info .culture .culture__abstract .col.competitive,
.content .content__info .culture .culture__abstract .col.idea {
  background-size: cover;
  background-repeat: no-repeat;
}
.content .content__info .honor .honor__detail .sub-title {
  margin-bottom: 34px;
}
.content .content__info .honor .honor__detail .sub-title .space-line {
  height: 1px;
  width: 100%;
  color: #dfe6ec;
}
.content .content__info .honor .honor__detail .sub-title .text-bg-box {
  z-index: -1;
  top: -8px;
}
.content .content__info .honor .honor__detail .sub-title .text-bg-box .text-bg {
  font-size: 56px;
  font-weight: bold;
  color: rgba(223, 230, 236, 0.29);
}
.content .content__info .honor .honor__detail .col {
  padding: 0;
}
.content .content__info .honor .honor__detail .patent .col {
  height: 300px;
  border: 1px solid;
}
.content .content__info .honor .honor__detail .honor-detail .col:nth-of-type(1) > img {
  width: 277px;
}
.content .content__info .honor .honor__detail .honor-detail .col:nth-of-type(2) > img {
  width: 300px;
}
.content .content__info .honor .honor__detail .honor-detail .col:last-child > img {
  width: 330px;
}
