@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 80%;
    padding: 0; } }
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0; }

.row {
  margin: 0; }

h1 {
  font-size: 64px;
  font-weight: bold; }

h3 {
  font-size: 24px;
  font-weight: bold; }

a {
  cursor: pointer; }

.full-screen {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.header {
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }
  .header .wrap {
    width: 30%;
    display: flex;
    flex-wrap: nowrap; }
    .header .wrap .logo {
      width: calc(100% - 100px);
      height: 100px;
      float: left;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: #0d0d00;
      flex-wrap: nowrap; }
      .header .wrap .logo img {
        width: 230px;
        height: 34px;
        margin-left: 20px;
        cursor: pointer; }
      .header .wrap .logo .nav-button {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        z-index: 12; }
        .header .wrap .logo .nav-button .line {
          width: 25px;
          background: #fff;
          height: 2px;
          margin: 3px 0;
          transition: all 350ms cubic-bezier(0.9, 0, 0.33, 1); }
        .header .wrap .logo .nav-button .line__1 {
          width: 25px;
          transform-origin: left; }
        .header .wrap .logo .nav-button .line__2 {
          width: 25px;
          transform-origin: center; }
        .header .wrap .logo .nav-button .line__3 {
          width: 25px;
          transform-origin: right; }
      .header .wrap .logo .nav-button.close .line__1 {
        transform: rotate(45deg) translate(2px, -3px); }
      .header .wrap .logo .nav-button.close .line__2 {
        transform: rotate(-45deg); }
      .header .wrap .logo .nav-button.close .line__3 {
        transform: rotate(45deg) translate(-2px, 3px); }
    .header .wrap .width-full {
      flex: 1; }
  .header .search-bar {
    width: 100px;
    margin-left: -100px;
    display: flex;
    background: #1c1d1e;
    transition: 0.5s ease; }
    .header .search-bar .search-input {
      display: none;
      flex: 1;
      height: 100px;
      line-height: 100px;
      font-size: 24px;
      font-weight: bold;
      background: #1c1d1e;
      padding-left: 40px;
      color: #fff;
      transition: 0.5s ease; }
      .header .search-bar .search-input::-moz-placeholder {
        color: #999999; }
      .header .search-bar .search-input:-ms-input-placeholder {
        color: #999999; }
      .header .search-bar .search-input::-ms-input-placeholder {
        color: #999999; }
      .header .search-bar .search-input::placeholder {
        color: #999999; }
    .header .search-bar label {
      width: 100px;
      height: 100px;
      min-width: 100px;
      display: flex;
      margin: 0;
      align-items: center;
      justify-content: center; }
      .header .search-bar label .icon-search {
        width: 22px;
        height: 22px;
        display: block;
        border-radius: 50%;
        border: 2px solid #fff;
        position: relative;
        cursor: pointer; }
        .header .search-bar label .icon-search:before {
          content: '';
          width: 5px;
          height: 2px;
          border-radius: 2px;
          display: block;
          background: #fff;
          transform: rotate(45deg);
          position: absolute;
          bottom: -3px;
          right: -5px; }
  .header .hide {
    display: none; }

.main-nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 20;
  display: none;
  transition: 0.5s ease; }
  .main-nav nav {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10; }
    .main-nav nav .nav__background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      padding-top: 100px;
      background: #fff;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
      transform: scaleY(0);
      z-index: 10; }
      .main-nav nav .nav__background .ch-link {
        width: 64px;
        height: 34px;
        display: inline-block;
        text-align: center;
        font-size: 24px;
        line-height: 34px;
        background: #0d0d00;
        color: #fff;
        cursor: pointer;
        border: 1px solid #fff; }
        .main-nav nav .nav__background .ch-link:hover {
          background: #fff;
          color: #0d0d00; }
      .main-nav nav .nav__background .list-group {
        width: 30%;
        height: 100%;
        overflow: hidden;
        background: #0d0d00;
        border-radius: 0;
        padding: 30px 20px 30px 40px; }
        .main-nav nav .nav__background .list-group .nav-wrap {
          width: calc(100% + 50px);
          padding-right: 50px;
          overflow-y: scroll; }
          .main-nav nav .nav__background .list-group .nav-wrap .multi-nav {
            margin: 20px 0 60px 0; }
            .main-nav nav .nav__background .list-group .nav-wrap .multi-nav a {
              padding: 0;
              display: block;
              background: none;
              border: none;
              font-size: 40px;
              height: 90px;
              line-height: 90px;
              font-weight: bold;
              color: #fff;
              position: relative; }
              .main-nav nav .nav__background .list-group .nav-wrap .multi-nav a .icon-right {
                width: 44px;
                height: 44px;
                position: absolute;
                top: 23px;
                right: 0;
                z-index: 1; }
                .main-nav nav .nav__background .list-group .nav-wrap .multi-nav a .icon-right:before {
                  display: block;
                  content: '';
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  margin-top: -7px;
                  margin-left: -7px;
                  border-left: 2px solid #fff;
                  border-bottom: 2px solid #fff;
                  width: 12px;
                  height: 12px;
                  transform: rotate(225deg);
                  -o-transform: rotate(225deg);
                  -webkit-transform: rotate(225deg); }
              .main-nav nav .nav__background .list-group .nav-wrap .multi-nav a:hover {
                color: #3391e0; }
                .main-nav nav .nav__background .list-group .nav-wrap .multi-nav a:hover .icon-right:before {
                  content: '';
                  border-left: 2px solid #3391e0;
                  border-bottom: 2px solid #3391e0; }
            .main-nav nav .nav__background .list-group .nav-wrap .multi-nav .list-group-item.active {
              color: #3391e0;
              background: none; }
              .main-nav nav .nav__background .list-group .nav-wrap .multi-nav .list-group-item.active .icon-right:before {
                border-left: 2px solid #3391e0;
                border-bottom: 2px solid #3391e0; }
          .main-nav nav .nav__background .list-group .nav-wrap .single-nav {
            margin-bottom: 40px; }
            .main-nav nav .nav__background .list-group .nav-wrap .single-nav a {
              padding: 0;
              font-size: 24px;
              line-height: 60px;
              font-weight: bold;
              color: #fff;
              background: none;
              border: none; }
              .main-nav nav .nav__background .list-group .nav-wrap .single-nav a:hover {
                color: #3391e0; }
      .main-nav nav .nav__background .tab-content {
        width: 70%;
        height: 100%; }
        .main-nav nav .nav__background .tab-content .tab-item {
          width: 100%;
          height: 100%;
          padding-left: 5%; }
          .main-nav nav .nav__background .tab-content .tab-item .classify {
            line-height: 80px;
            font-size: 16px;
            color: #666666;
            font-weight: bold; }
          .main-nav nav .nav__background .tab-content .tab-item dl {
            width: calc(100% + 30px);
            overflow-y: scroll;
            height: 100%; }
            .main-nav nav .nav__background .tab-content .tab-item dl dd {
              display: flex;
              font-size: 24px;
              font-weight: bold;
              line-height: 70px; }
              .main-nav nav .nav__background .tab-content .tab-item dl dd .sub-title {
                font-size: 24px;
                font-weight: bold;
                display: block;
                color: #000;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                cursor: pointer; }
                .main-nav nav .nav__background .tab-content .tab-item dl dd .sub-title:hover {
                  color: #3391e0; }
              .main-nav nav .nav__background .tab-content .tab-item dl dd .active {
                color: #3391e0; }
              .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list {
                display: none;
                background: #fff;
                width: calc(40% - 30px);
                overflow-x: hidden;
                position: absolute;
                right: 0;
                top: 100px; }
                .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list .classify {
                  line-height: 80px;
                  font-size: 16px;
                  color: #666666;
                  font-weight: bold; }
                .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list ul {
                  position: relative;
                  left: 0;
                  right: 0;
                  width: calc(100% + 30px);
                  height: calc(100vh - 160px);
                  margin-top: -30px;
                  padding-right: 30px;
                  overflow-y: scroll; }
                  .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list ul li {
                    box-sizing: content-box;
                    cursor: pointer; }
                    .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list ul li a {
                      color: #000;
                      box-sizing: content-box;
                      display: flex;
                      padding: 40px 20px 40px 0;
                      border-bottom: 1px solid #ececec; }
                      .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list ul li a .text {
                        width: 70%;
                        padding-right: 10px;
                        display: flex;
                        flex-direction: column;
                        justify-content: start; }
                        .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list ul li a .text span {
                          font-size: 14px;
                          line-height: 32px;
                          color: #999999; }
                        .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list ul li a .text h4 {
                          font-size: 18px;
                          line-height: 32px; }
                      .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list ul li a .thumbnail {
                        width: 30%;
                        height: 109px;
                        overflow: hidden;
                        position: relative; }
                        .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list ul li a .thumbnail img {
                          width: 100%;
                          -o-object-fit: cover;
                          object-fit: cover; }
                        .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list ul li a .thumbnail .mark-tip {
                          height: 36px;
                          line-height: 36px;
                          padding: 0 10px;
                          display: inline-block;
                          font-size: 12px;
                          color: #fff;
                          background: #3391e0;
                          font-weight: normal;
                          position: absolute;
                          top: 0;
                          left: 0;
                          text-transform: capitalize; }
              .main-nav nav .nav__background .tab-content .tab-item dl dd .show {
                display: block; }
          .main-nav nav .nav__background .tab-content .tab-item .cases-list {
            display: block;
            background: #fff;
            overflow-x: hidden; }
            .main-nav nav .nav__background .tab-content .tab-item .cases-list .sub-title {
              line-height: 80px;
              font-size: 16px;
              color: #666666;
              font-weight: bold; }
            .main-nav nav .nav__background .tab-content .tab-item .cases-list ul {
              position: relative;
              left: 0;
              right: 0;
              width: calc(100% + 30px);
              height: calc(100vh - 160px);
              margin-top: -30px;
              padding-right: 30px;
              overflow-y: scroll; }
              .main-nav nav .nav__background .tab-content .tab-item .cases-list ul li {
                box-sizing: content-box;
                cursor: pointer; }
                .main-nav nav .nav__background .tab-content .tab-item .cases-list ul li a {
                  color: #000;
                  box-sizing: content-box;
                  display: flex;
                  padding: 40px 20px 40px 0;
                  border-bottom: 1px solid #ececec; }
                  .main-nav nav .nav__background .tab-content .tab-item .cases-list ul li a .text {
                    width: 70%;
                    display: flex;
                    flex-direction: column;
                    justify-content: start; }
                    .main-nav nav .nav__background .tab-content .tab-item .cases-list ul li a .text span {
                      font-size: 14px;
                      line-height: 32px;
                      color: #999999; }
                    .main-nav nav .nav__background .tab-content .tab-item .cases-list ul li a .text h4 {
                      font-size: 18px;
                      line-height: 32px; }
                  .main-nav nav .nav__background .tab-content .tab-item .cases-list ul li a .thumbnail {
                    width: 30%;
                    height: 200px;
                    overflow: hidden; }
                    .main-nav nav .nav__background .tab-content .tab-item .cases-list ul li a .thumbnail img {
                      width: 100%;
                      -o-object-fit: cover;
                      object-fit: cover; }

.show {
  display: block; }

.footer-wrap {
  background: #1c1d1e; }

.footer {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #1c1d1e;
  padding-top: 130px;
  color: #fff; }
  .footer .row {
    margin-bottom: 20px; }
    .footer .row .logo {
      width: 230px;
      height: 34px; }
    .footer .row .icon-group {
      width: 100%;
      display: flex;
      margin-top: 20px; }
      .footer .row .icon-group .icon-circle {
        width: 60px;
        height: 60px;
        margin-right: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 2px solid #666666; }
        .footer .row .icon-group .icon-circle img {
          width: 18px;
          height: 18px; }
      .footer .row .icon-group .item {
        margin: 4px 20px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        position: relative; }
        .footer .row .icon-group .item .circle {
          background: #1c1d1e;
          width: 60px;
          height: 60px;
          border-radius: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 2;
          border: 1px solid #666;
          cursor: pointer; }
          .footer .row .icon-group .item .circle .icon-wechat-white {
            width: 22px;
            height: 22px;
            display: block;
            background: url("../images/icon-wechat-white.png") no-repeat top center;
            background-size: 100%; }
          .footer .row .icon-group .item .circle:hover {
            background: #ffffff; }
            .footer .row .icon-group .item .circle:hover .icon-wechat-white {
              background: url("../images/icon-wechat-white.png") no-repeat bottom center;
              background-size: 100%; }
          .footer .row .icon-group .item .circle:hover + .ewm {
            display: flex; }
        .footer .row .icon-group .item .ewm {
          display: none;
          width: 150px;
          height: 196px;
          margin-bottom: 10px;
          background: #eeeeee;
          border-radius: 4px;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: -210px; }
          .footer .row .icon-group .item .ewm:after {
            content: '';
            width: 0;
            height: 0;
            border-width: 8px;
            border-style: solid;
            border-color: #fff transparent transparent transparent;
            position: absolute;
            bottom: -16px;
            left: 66px; }
          .footer .row .icon-group .item .ewm:hover {
            display: flex; }
          .footer .row .icon-group .item .ewm img {
            width: 100%; }
  .footer ul li {
    font-size: 16px;
    line-height: 60px;
    font-weight: bold; }
    .footer ul li a {
      color: #fff;
      cursor: pointer; }
      .footer ul li a:hover {
        color: #3391e0; }
  .footer .contact-info li {
    font-weight: normal; }
  .footer .copyright {
    display: flex;
    align-items: flex-end;
    color: #666666;
    position: relative; }

.btn-lage {
  padding: 0 40px;
  line-height: 70px;
  height: 70px;
  border-radius: 35px;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  background: #3391e0;
  border: 1px solid #3391e0;
  color: #fff;
  cursor: pointer; }
  .btn-lage:hover {
    color: #fff;
    background: #2e82c7;
    border: 1px solid #2e82c7; }

.btn-middle {
  padding: 0 40px;
  line-height: 60px;
  height: 60px;
  border-radius: 30px;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  background: #3391e0;
  border: 1px solid #3391e0;
  color: #fff;
  cursor: pointer; }
  .btn-middle:hover {
    color: #fff;
    background: #2e82c7;
    border: 1px solid #2e82c7; }

.btn-gray {
  width: auto;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  background: #ccc;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 30px;
  padding: 0 40px;
  margin-right: 20px;
  cursor: pointer; }
  .btn-gray:hover {
    height: 58px;
    color: #000;
    background: #fff;
    border: 1px solid #ccc; }

.btn-blue {
  width: auto;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  background: #3391e0;
  border: 1px solid #3391e0;
  color: #fff;
  border-radius: 30px;
  padding: 0 40px;
  margin-right: 20px;
  cursor: pointer; }
  .btn-blue:hover {
    color: #fff;
    background: #2e82c7;
    border: 1px solid #2e82c7; }

@-webkit-keyframes upin {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.025); } }
@keyframes upin {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.025); } }
.social-share .icon-wechat {
  position: relative;
  color: #fff;
  border-color: #fff; }

.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 60px;
  border: 1px solid #666;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s; }

.social-share a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  outline: none; }

.social-share .icon-wechat:hover {
  background: #fff; }

.social-share .social-share-icon:hover {
  background: #fff;
  color: #000; }

.social-share .icon-wechat .wechat-qrcode {
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: none;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms; }
  .social-share .icon-wechat .wechat-qrcode .help {
    line-height: 18px; }

@media screen and (max-width: 1366px) {
  .header .wrap {
    min-width: 570px; }

  .main-nav nav .nav__background .list-group {
    min-width: 570px; }
  .main-nav nav .nav__background .tab-content .tab-item dl dd .cases-list {
    visibility: hidden; }
  .main-nav nav .nav__background .tab-content .tab-item .cases-list {
    display: block;
    background: #fff;
    width: calc(100% - 600px);
    padding-left: 40px;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    top: 100px; } }

/*# sourceMappingURL=global.css.map */
