.inner-banner {
  position: relative;
  height: 245px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.inner-banner .headline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner-banner .headline:after {
  content: "";
  display: block;
  width: 78px;
  height: 3px;
  margin: 10px auto;
  background: #012b7e;
}
.section-head {
  position: relative;
  margin-top: -68px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 390px;
}
.section-head .media {
  box-sizing: border-box;
  width: 48%;
  border: 3px solid #fff;
}
.section-head .summary {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 48%;
  padding-top: 85px;
  padding-bottom: 40px;
}
.section-head .interactive {
  display: flex;
  justify-content: end;
}
.section-head .snapshot {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.section-effect {
  padding-top: 40px;
  padding-bottom: 50px;
}
.section-effect ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 25px;
}
.section-effect li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
}
.section-effect figure {
  position: relative;
  z-index: 10;
  width: 50%;
  filter: brightness(0.6);
  transition: filter 0.15s 0.1s;
}
.section-effect .name {
  width: 100%;
  line-height: 46px;
  color: #fff;
  background: #3d3f4a;
  transition: all 0.15s 0.1s;
}
.section-effect .hint {
  position: absolute;
  z-index: 30;
  left: 0;
  bottom: -40px;
  width: 100%;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  transition: bottom 0.15s 0.1s;
}
.section-effect li:hover .name {
  background: #012b7e;
}
.section-effect li:hover figure {
  filter: brightness(1);
}
.section-effect li:hover .hint {
  bottom: 0;
}
.section-body {
  padding-top: 60px;
  background: #f6f6f7;
}
.section-body .description {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.section-body h2 {
  width: 100%;
  padding-bottom: 15px;
}
.section-body .content {
  width: 100%;
  line-height: 1.5;
}
.section-body .figure ~ .content {
  width: 48%;
}
.section-body .figure {
  position: relative;
  width: 49%;
  overflow: hidden;
  transition: height 0.2s;
}
.section-body .figure img {
  width: 100%;
  max-height: none !important;
}
.section-body .figure .expand {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #666;
  background: rgba(220, 220, 220, 0.6);
  text-align: center;
  cursor: pointer;
}
.section-related-product {
  padding-top: 0;
}

/* responsive */
@media (max-width: 1345px) {
  .section-head {
    height: auto;
  }
  .section-head .media {
    width: auto;
    margin: 15px auto;
  }
  .section-head .summary {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .section-head .snapshot {
    display: block;
  }
  .section-head .action {
    margin-top: 30px;
  }
  .section-head .interactive {
    position: absolute;
    right: 15px;
    bottom: 0;
  }
  .section-effect {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-body {
    padding-top: 30px;
  }
  .section-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-detail .item .content {
    margin-top: 30px;
  }
  .section-detail .item img {
    height: 380px !important;
  }
  .section-detail .item .subject {
    width: 350px;
  }
  .section-detail .item .detail {
    width: calc(100% - 400px);
  }
  .section-body .description {
    display: block;
  }
  .section-body .figure {
    float: right;
    width: 45%;
    height: 200px;
    margin-left: 30px;
    margin-bottom: 15px;
  }
  .section-body .figure ~ .content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .inner-banner {
    height: 200px;
  }
  .section-body .figure {
    width: 100%;
  }
}
