section {
  width: 100%; }

.page {
  width: 100%;
  overflow-x: hidden; }

.banner {
  min-height: 100vh;
  overflow: hidden;
  position: relative; }
  .banner .text {
    text-align: left;
    color: #fff;
    position: absolute;
    top: 25%;
    left: calc((100vw - 1290px) / 2);
    z-index: 3; }
    .banner .text h1 {
      width: 60%;
      font-size: 64px;
      padding: 50px 0 20px 0; }
    .banner .text p {
      width: 60%;
      font-size: 40px;
      line-height: 60px;
      font-weight: normal;
      margin-bottom: 50px; }
  .banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    -webkit-animation: upin 4s ease forwards;
    animation: upin 4s ease forwards; }
  .banner:before {
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4); }

.sub-nav {
  background: #000000;
  margin-top: -120px;
  z-index: 10;
  position: relative; }
  .sub-nav .nav-tabs {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    border-bottom: 1px solid #949494; }
    .sub-nav .nav-tabs > li {
      height: 38px;
      white-space: nowrap; }
      .sub-nav .nav-tabs > li > a {
        height: 38px;
        background: #000;
        padding: 0 30px;
        margin-right: 30px;
        display: inline-block;
        line-height: 38px;
        color: #fff;
        border: 1px solid #949494;
        font-size: 18px;
        border-radius: 19px; }

.content {
  padding-top: 60px;
  overflow: hidden; }
  .content .title {
    padding: 20px 0;
    border-top: 3px solid #000;
    font-size: 60px;
    line-height: 80px;
    width: 40%; }
  .content .main {
    display: flex;
    align-items: center; }
    .content .main aside {
      width: 40%; }
      .content .main aside img {
        width: 100%;
        margin: 20px 0; }
    .content .main article {
      padding-left: 150px;
      font-size: 16px;
      line-height: 32px;
      width: 60%;
      color: #333333; }
      .content .main article h3 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px; }
      .content .main article p {
        font-size: 20px;
        line-height: 40px; }

.mission {
  background: #000; }
  .mission .content .title {
    padding: 20px 0;
    border-top: 3px solid #fff;
    font-size: 60px;
    line-height: 80px;
    width: 40%;
    color: #fff; }
  .mission .content article {
    color: #fff; }

.solution {
  background: #f4f4f4; }

.data {
  background: #000;
  color: #fff;
  padding: 80px 0; }
  .data .content {
    display: flex;
    justify-content: space-between; }
    .data .content aside {
      width: 40%; }
    .data .content article {
      padding-left: 150px;
      font-size: 16px;
      line-height: 32px;
      width: 60%;
      color: #fff; }
      .data .content article h3 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 40px; }
      .data .content article p {
        font-size: 20px;
        line-height: 40px; }

/*# sourceMappingURL=case-study-detail.css.map */
