html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent; }

*,
*::before,
*::after {
  box-sizing: border-box; }

input {
  -webkit-appearance: none; }

select {
  -webkit-appearance: none; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
  line-height: 1.5; }

input,
label,
select,
option,
textarea,
button,
fieldset,
legend {
  font: inherit;
  color: inherit; }

button,
input,
textarea {
  border: 0; }

button:active,
button:focus,
a:active,
a:hover,
input:active,
input:focus {
  outline: 0; }

button {
  background-color: transparent; }

a,
a:active,
a:hover {
  text-decoration: none; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

i {
  font-style: normal; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
  background-color: #eee; }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

.header {
  background-color: #fff;
  position: relative; }
  .header > .container {
    justify-content: space-between;
    height: 64px;
    display: flex;
    margin: auto;
    align-items: center; }
    .header > .container .logo {
      background: url(../img/header-logo-dark.png) no-repeat center/contain;
      width: 140px;
      height: 34.66667px; }
    .header > .container .nav {
      font-size: 14px;
      margin-left: auto;
      height: 100%; }
      .header > .container .nav ul {
        height: 100%;
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0; }
        .header > .container .nav ul:hover li.nav-item > a {
          color: #6f6f6f; }
        .header > .container .nav ul li.nav-item {
          cursor: pointer;
          height: 100%; }
          .header > .container .nav ul li.nav-item > a {
            padding: 0 1em;
            display: block;
            height: 100%;
            display: flex;
            align-items: center;
            color: #444444;
            font-weight: 600; }
          .header > .container .nav ul li.nav-item:hover > a {
            font-weight: bold;
            color: #444444;
            position: relative; }
            .header > .container .nav ul li.nav-item:hover > a:after {
              content: '';
              position: absolute;
              background-color: #454545;
              width: 100%;
              height: 2px;
              left: 0;
              bottom: 0; }
    .header > .container .user-login {
      background: url(../img/icon-user-dark.png) no-repeat 4px center/contain;
      font-size: 14px;
      color: #444;
      padding-left: 30px;
      text-decoration: underline;
      margin-left: 5%;
      cursor: pointer;
      font-weight: 600; }
    .header > .container .nav-dropdown-menu {
      position: absolute;
      top: 100%;
      z-index: 1100;
      border-top: 1px solid #4d4d4d;
      left: 0;
      background: #ebeff2; }
      .header > .container .nav-dropdown-menu a {
        color: #303233; }
    .header > .container .navbar {
      display: none;
      padding: 0; }
  .header #navbarHeader a {
    color: #6f6f6f; }
  .header.home-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    transition: all .3s ease;
    background-color: transparent; }
    .header.home-header > .container .logo {
      background: url(../img/header-logo.png) no-repeat center/contain; }
    .header.home-header > .container .nav ul li.nav-item > a {
      color: #fff; }
    .header.home-header > .container .user-login {
      background-image: url(../img/icon-user.png);
      color: #fff; }
    .header.home-header:hover {
      background-color: #fff; }
      .header.home-header:hover > .container .logo {
        background: url(../img/header-logo-dark.png) no-repeat center/contain; }
      .header.home-header:hover > .container .nav ul:hover li.nav-item > a {
        color: #6f6f6f; }
      .header.home-header:hover > .container .nav ul li.nav-item > a {
        color: #444444; }
        .header.home-header:hover > .container .nav ul li.nav-item > a:hover {
          color: #444444; }
      .header.home-header:hover > .container .user-login {
        background-image: url(../img/icon-user-dark.png);
        color: #444; }

@media (max-width: 767.98px) {
  .header {
    background-color: #fff !important;
    position: static !important; }
    .header > .container {
      max-width: 100%;
      height: 60px; }
      .header > .container .logo {
        background: url(../img/header-logo-dark.png) no-repeat center/contain !important;
        width: 140px !important;
        height: 34.66667px; }
      .header > .container .nav {
        display: none; }
      .header > .container .user-login {
        display: none; }
      .header > .container .navbar {
        display: block; } }

.nav-pills {
  transition: none;
  height: 96px;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #dae1e6;
  border-bottom: 1px solid #dae1e6; }
  .nav-pills .container {
    display: flex;
    justify-content: center; }
  .nav-pills .cell {
    flex: 1;
    height: 100%;
    position: relative;
    border-left: 1px solid #dae1e6; }
    .nav-pills .cell a {
      display: block;
      font-size: 16px;
      line-height: 20px;
      padding: 0 24px;
      color: #919699;
      font-weight: 600;
      position: relative;
      transition: all .3s ease;
      cursor: pointer;
      height: 96px;
      display: flex;
      align-items: center; }
    .nav-pills .cell a:before {
      content: "";
      width: 3px;
      height: 40px;
      border-radius: 0 2px 2px 0;
      position: absolute;
      left: -1px;
      top: 28px;
      background: #c2c8cc;
      transition: all 0.3s ease; }
    .nav-pills .cell a:hover:before {
      background: #303233; }
    .nav-pills .cell:last-child {
      border-right: 1px solid #dae1e6; }
  .nav-pills .container:hover a {
    color: #919699; }
  .nav-pills .container:hover a:hover {
    color: #303233; }
  .nav-pills a.active {
    color: #303233; }
    .nav-pills a.active:hover:before {
      background: #303233; }

.main #homeCarousel .carousel-caption p {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.4; }

.main #homeCarousel .carousel-item {
  padding-top: 41.09375%;
  min-height: 300px; }
  .main #homeCarousel .carousel-item .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto; }
    .main #homeCarousel .carousel-item .container .carousel-caption {
      bottom: 10%;
      z-index: 10;
      right: 15px;
      left: 15px; }
      .main #homeCarousel .carousel-item .container .carousel-caption h1 {
        font-size: 42px;
        font-weight: bold; }
      .main #homeCarousel .carousel-item .container .carousel-caption p {
        font-size: 20px; }
      .main #homeCarousel .carousel-item .container .carousel-caption.text-top {
        top: 10%; }
    @media (max-width: 767.98px) {
      .main #homeCarousel .carousel-item .container {
        /* Bump up size of carousel content */ }
        .main #homeCarousel .carousel-item .container .carousel-caption h1 {
          font-size: 30px; }
        .main #homeCarousel .carousel-item .container .carousel-caption p {
          font-size: 14px; } }

.main #homeCarousel .carousel-item > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%; }

.main #homeCarousel .carousel-indicators {
  bottom: 25px; }

.main #homeCarousel .carousel-indicators li {
  width: 66px;
  height: 5px;
  background-color: #82CBB8;
  cursor: pointer; }

.main #homeCarousel .carousel-indicators .active {
  background-color: #fff; }

.main .page-part {
  padding-top: 40px;
  padding-bottom: 40px; }
  .main .page-part .title {
    font-size: 24px;
    font-weight: 500;
    color: #444444;
    text-align: center; }
  .main .page-part .desc {
    font-size: 16px;
    color: #5f5f5f;
    text-align: center; }
  .main .page-part .hr {
    height: 2px;
    background-color: #b8b8b8;
    position: relative;
    margin: 24px 0 20px; }
    .main .page-part .hr:after {
      content: '';
      position: absolute;
      left: 50%;
      top: -4px;
      transform: translateX(-50%);
      width: 37px;
      height: 10px;
      background-color: #444444; }

.main .service-part {
  background-color: #fff; }
  .main .service-part .service-list {
    display: flex; }
    .main .service-part .service-list .service-item {
      width: 391px;
      height: 236px;
      position: relative;
      margin: 0 6px; }
      .main .service-part .service-list .service-item img {
        width: 100%;
        height: 100%; }
      .main .service-part .service-list .service-item figcaption {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: none; }
        .main .service-part .service-list .service-item figcaption img {
          width: 100%;
          height: 100%; }
      .main .service-part .service-list .service-item:hover figcaption {
        display: block; }
      @media (max-width: 991.98px) {
        .main .service-part .service-list .service-item figcaption {
          display: block; } }
  @media (max-width: 767.98px) {
    .main .service-part .service-list {
      flex-wrap: wrap;
      justify-content: center; }
      .main .service-part .service-list .service-item {
        margin-bottom: 12px; }
        .main .service-part .service-list .service-item:last-child {
          margin-bottom: 0; } }

.main .product-part {
  background-color: #dce1e5; }
  .main .product-part .product-list {
    display: flex; }
    .main .product-part .product-list .product-item {
      width: 293px;
      position: relative;
      margin: 0 4px; }
      .main .product-part .product-list .product-item img {
        width: 100%;
        height: 176px; }
      .main .product-part .product-list .product-item p {
        font-size: 18px;
        color: #444444;
        text-align: center; }
  @media (max-width: 767.98px) {
    .main .product-part .product-list {
      flex-wrap: wrap;
      justify-content: center; }
      .main .product-part .product-list .product-item {
        margin-bottom: 12px; }
        .main .product-part .product-list .product-item:last-child {
          margin-bottom: 0; } }

.main .case-part {
  background-color: #ebeff2;
  padding-bottom: 60px; }
  .main .case-part .nav-pills {
    margin: 24px 0; }
  @media (max-width: 575.98px) {
    .main .case-part.case-page {
      padding-bottom: 30px;
      padding-top: 0; }
      .main .case-part.case-page .title {
        display: none; }
      .main .case-part.case-page .nav-pills {
        margin-top: 0;
        margin-bottom: 15px; } }
  .main .case-part .category-list {
    display: flex;
    margin-bottom: 40px;
    justify-content: center; }
    .main .case-part .category-list .category-item {
      height: 72px;
      min-width: 166px;
      border: 2px solid #a0a0a0;
      margin: 0 16px;
      color: #a0a0a0;
      font-size: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      position: relative; }
      .main .case-part .category-list .category-item.active {
        background-color: #a0a0a0;
        color: #fff; }
        .main .case-part .category-list .category-item.active:after {
          width: 0;
          height: 0;
          border-width: 20px;
          border-style: solid;
          border-color: #a0a0a0 #f4f2f2 #f4f2f2 #f4f2f2;
          content: '';
          position: absolute;
          bottom: -42px;
          left: 50%;
          transform: translateX(-50%); }
    @media (max-width: 767.98px) {
      .main .case-part .category-list .category-item {
        height: auto;
        border: 2px solid #a0a0a0;
        margin: 0 4px;
        font-size: 12px;
        padding: 5px;
        min-width: auto;
        width: 25%; }
        .main .case-part .category-list .category-item.active:after {
          width: 0;
          height: 0;
          border-width: 5px;
          bottom: -12px; } }
  .main .case-part .carousel .carousel-indicators {
    bottom: -18px; }
  .main .case-part .carousel .carousel-indicators li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #7a7979;
    cursor: pointer; }
  .main .case-part .carousel .carousel-indicators .active {
    background-color: #1e1e1e; }
  .main .case-part .case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .main .case-part .case-list .case-item {
      width: 49%;
      position: relative;
      margin: 0 0 2%; }
      .main .case-part .case-list .case-item:nth-child(1), .main .case-part .case-list .case-item:nth-child(3), .main .case-part .case-list .case-item:nth-child(5) {
        margin-right: 2%; }
      .main .case-part .case-list .case-item a {
        display: block;
        padding-top: 45.85%; }
      .main .case-part .case-list .case-item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .main .case-part .case-list .case-item figcaption {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        .main .case-part .case-list .case-item figcaption p {
          position: absolute;
          left: 30px;
          bottom: 15px;
          font-size: 28px;
          color: #fff;
          text-shadow: 4px 0 4px rgba(36, 29, 27, 0.92); }
          @media (max-width: 767.98px) {
            .main .case-part .case-list .case-item figcaption p {
              left: 20px;
              bottom: 10px;
              font-size: 21px; } }
          @media (max-width: 575.98px) {
            .main .case-part .case-list .case-item figcaption p {
              left: 10px;
              bottom: 5px;
              font-size: 14px; } }
      @media (max-width: 991.98px) {
        .main .case-part .case-list .case-item figcaption {
          display: flex; } }

.main .about-part {
  background-color: #fff; }
  .main .about-part .title {
    color: #282828; }
  .main .about-part .company-intro {
    color: #282828;
    text-align: left;
    width: 240px;
    margin: 0 auto; }
    .main .about-part .company-intro p {
      font-size: 16px;
      margin-bottom: 40px;
      white-space: nowrap; }
      .main .about-part .company-intro p:last-child {
        margin-bottom: 0; }
  .main .about-part .contact-us {
    color: #1e1e1e;
    font-size: 16px;
    text-align: center;
    margin-top: 70px; }
    .main .about-part .contact-us .icon {
      width: 60px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      margin: 0 auto 35px; }
    .main .about-part .contact-us .contact-location {
      margin-bottom: 70px; }
      .main .about-part .contact-us .contact-location .icon {
        background-image: url(../img/contact-location.png); }
    .main .about-part .contact-us .contact-phone {
      margin-bottom: 70px; }
      .main .about-part .contact-us .contact-phone .icon {
        background-image: url(../img/contact-phone.png); }
    .main .about-part .contact-us .contact-wechat {
      margin-bottom: 70px; }
      .main .about-part .contact-us .contact-wechat .icon {
        background-image: url(../img/contact-wechat.png); }
    .main .about-part .contact-us .contact-email {
      margin-bottom: 70px; }
      .main .about-part .contact-us .contact-email .icon {
        background-image: url(../img/contact-email.png); }

.main .main-header {
  position: relative;
  padding-top: 20.83333333333333%;
  min-height: 200px;
  overflow: hidden; }
  .main .main-header img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%; }
  .main .main-header .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto; }
    .main .main-header .container .header-caption {
      position: absolute;
      right: 15px;
      bottom: 10%;
      left: 15px;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: left; }
      .main .main-header .container .header-caption.dark {
        color: #111; }
      .main .main-header .container .header-caption h1 {
        font-size: 36px;
        margin-bottom: 5px; }
      .main .main-header .container .header-caption p {
        font-size: 20px; }
    .main .main-header .container .company-intro {
      position: absolute;
      right: 150px;
      top: 50%;
      text-align: left;
      font-weight: bold;
      color: #fff;
      font-size: 20px; }
      .main .main-header .container .company-intro p {
        text-shadow: 4px 0 4px rgba(36, 29, 27, 0.92); }
    @media (max-width: 767.98px) {
      .main .main-header .container .header-caption h1 {
        font-size: 28px;
        margin-bottom: 5px; }
      .main .main-header .container .header-caption p {
        font-size: 18px; }
      .main .main-header .container .company-intro {
        position: absolute;
        top: 90px;
        left: 15px;
        right: auto; } }
  .main .main-header .left-top {
    position: absolute;
    left: 36px;
    top: 10px;
    z-index: 10;
    color: rgba(255, 255, 255, 0.52);
    text-align: left;
    font-size: 36px; }
  @media (max-width: 767.98px) {
    .main .main-header .left-top {
      font-size: 28px;
      left: 15px; } }

.main .product-container .nav-pills {
  margin: 24px 0;
  background: #fff; }

.main .product-container .product-item {
  background-color: #fff;
  margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    .main .product-container .product-item {
      margin-bottom: 10px; } }
  .main .product-container .product-item .thumbnail {
    padding-top: 54%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .main .product-container .product-item .bottom-wrapper {
    padding: 30px; }
    .main .product-container .product-item .bottom-wrapper .title {
      font-size: 24px;
      color: #111111; }
    .main .product-container .product-item .bottom-wrapper .desc {
      font-size: 18px;
      color: #111111;
      margin: 0.5em 0; }
    .main .product-container .product-item .bottom-wrapper .btn-detail {
      font-size: 18px;
      color: #fff;
      width: 147px;
      height: 47px;
      background-color: #8c8c8c;
      cursor: pointer;
      text-align: left;
      padding-left: 15px; }

@media (max-width: 991.98px) {
  .main .product-container .sidebar {
    padding: 24px;
    font-size: 18px; }
  .main .product-container .product-item .bottom-wrapper {
    padding: 24px; }
    .main .product-container .product-item .bottom-wrapper .title {
      font-size: 18px; }
    .main .product-container .product-item .bottom-wrapper .desc {
      font-size: 14px; }
    .main .product-container .product-item .bottom-wrapper .btn-detail {
      font-size: 18px;
      width: 120px;
      height: 38px; } }

@media (max-width: 767.98px) {
  .main .product-container .sidebar {
    background-color: #eee;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: .5em; }
    .main .product-container .sidebar .menu {
      margin: .5em; } }

@media (max-width: 575.98px) {
  .main .product-container {
    padding-bottom: 5px; }
    .main .product-container .sidebar {
      font-size: 14px; }
    .main .product-container .nav-pills {
      margin-top: 0;
      margin-bottom: 15px; }
    .main .product-container .product-list .row {
      margin-left: -5px;
      margin-right: -5px; }
    .main .product-container .product-list .row > div {
      padding-left: 5px;
      padding-right: 5px; }
    .main .product-container .product-item .bottom-wrapper {
      padding: 15px; }
      .main .product-container .product-item .bottom-wrapper .title {
        font-size: 14px; }
      .main .product-container .product-item .bottom-wrapper .desc {
        font-size: 12px; }
      .main .product-container .product-item .bottom-wrapper .btn-detail {
        font-size: 14px;
        width: 100px;
        height: 28px;
        text-align: center;
        padding-left: 0; } }

.main .product-container .product-detail {
  background-color: #fff;
  border: 0;
  margin-bottom: 24px;
  padding: 12px 15px; }
  .main .product-container .product-detail .image-wrap {
    text-align: center; }
  .main .product-container .product-detail img {
    max-width: 100%; }

.main .service-container .nav-pills {
  background-color: #fff;
  margin: 24px 0; }

@media (max-width: 575.98px) {
  .main .service-container .nav-pills {
    margin-top: 0;
    margin-bottom: 15px; } }

.main .service-container .service-nav {
  margin: 18px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 21px; }
  .main .service-container .service-nav a {
    color: #787878;
    vertical-align: middle; }
  .main .service-container .service-nav .active {
    color: #000000;
    font-weight: bold; }
  .main .service-container .service-nav span {
    color: #5b5b5b;
    margin: 0 .3em;
    vertical-align: middle; }

.main .service-container .header-img {
  width: 100%;
  margin-bottom: 64px; }

.main .service-container .title {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

.main .service-container .desc {
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-bottom: 64px; }

.main .service-container .point-container .point-container-title {
  font-size: 24px;
  color: #000000;
  text-align: center; }

.main .service-container .point-container .point-container-hr {
  height: 2px;
  background-color: #000000;
  margin-bottom: 48px;
  margin-top: 10px; }

.main .service-container .point-container .point-item {
  display: flex;
  margin-bottom: 50px; }
  .main .service-container .point-container .point-item .point-img-wrapper {
    width: 105px;
    height: 105px;
    padding: 13px;
    flex-shrink: 0; }
    .main .service-container .point-container .point-item .point-img-wrapper.top {
      position: relative;
      top: -36px; }
  .main .service-container .point-container .point-item .point-img {
    width: 100%;
    height: 100%; }
    .main .service-container .point-container .point-item .point-img.rotate {
      transform: rotate(30deg); }
  @media (max-width: 575.98px) {
    .main .service-container .point-container .point-item .point-img-wrapper {
      width: 64px;
      height: 64px;
      margin-right: 10px;
      padding: 0;
      flex-shrink: 0; }
    .main .service-container .point-container .point-item .point-img {
      width: 100%;
      height: 100%; }
      .main .service-container .point-container .point-item .point-img.rotate {
        transform: rotate(30deg); } }
  .main .service-container .point-container .point-item .point-hr {
    height: 1px;
    background-color: #055d59;
    margin: 14px 0; }
  .main .service-container .point-container .point-item .point-title {
    font-size: 18px;
    color: #000000; }
  .main .service-container .point-container .point-item .point-desc {
    font-size: 14px;
    color: #4b4b4b; }

.main .service-container .img-container {
  margin-bottom: 20px; }
  .main .service-container .img-container img {
    width: 100%;
    margin-bottom: 30px; }

.main .service-container .case-container {
  margin-bottom: 50px; }
  .main .service-container .case-container .case-title {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px; }
  .main .service-container .case-container .case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .main .service-container .case-container .case-list .case-item {
      width: 32%;
      position: relative;
      margin: 0 0 2%; }
      .main .service-container .case-container .case-list .case-item:nth-child(1), .main .service-container .case-container .case-list .case-item:nth-child(2) {
        margin-right: 2%; }
      .main .service-container .case-container .case-list .case-item a {
        display: block;
        padding-top: 45.85%; }
      .main .service-container .case-container .case-list .case-item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .main .service-container .case-container .case-list .case-item figcaption {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        .main .service-container .case-container .case-list .case-item figcaption p {
          position: absolute;
          left: 14px;
          bottom: 7px;
          font-size: 18px;
          color: #fff;
          text-shadow: 4px 0 4px rgba(36, 29, 27, 0.92); }
          @media (max-width: 991.98px) {
            .main .service-container .case-container .case-list .case-item figcaption p {
              left: 10px;
              bottom: 5px;
              font-size: 14px; } }
          @media (max-width: 767.98px) {
            .main .service-container .case-container .case-list .case-item figcaption p {
              left: 14px;
              bottom: 7px;
              font-size: 18px; } }
      @media (max-width: 767.98px) {
        .main .service-container .case-container .case-list .case-item {
          margin-right: 0 !important;
          width: 100%; } }

@media (max-width: 575.98px) {
  .main .service-container .service-nav {
    font-size: 14px; } }

.main .service1-container .point-container .point-body {
  display: flex;
  align-items: center; }
  .main .service1-container .point-container .point-body .point-desc {
    font-size: 18px;
    color: #000000; }

.main .service1-container .img-container {
  margin-bottom: 100px; }
  .main .service1-container .img-container .row {
    margin-right: -5px;
    margin-left: -5px; }
    .main .service1-container .img-container .row > div {
      padding-right: 5px;
      padding-left: 5px; }
    .main .service1-container .img-container .row img {
      margin-bottom: 10px; }
    .main .service1-container .img-container .row p {
      font-size: 20px;
      color: #000000;
      text-align: center; }

.main .service2-container .desc {
  margin-bottom: 50px; }

.main .service2-container .video-container-wrapper {
  position: relative;
  margin: 0 auto 50px;
  max-width: 954px; }

.main .service2-container .video-container {
  padding-top: 61%; }
  .main .service2-container .video-container embed {
    position: absolute;
    top: 0;
    display: block; }

.main .service2-container .point-container .point-body {
  display: flex;
  align-items: center; }
  .main .service2-container .point-container .point-body .point-desc {
    font-size: 18px;
    color: #000000; }

.main .service2-container .out-container {
  margin: 50px 0; }
  .main .service2-container .out-container img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

.main .service3-container .img-container {
  margin-bottom: 26px; }
  .main .service3-container .img-container .row {
    margin-right: -12px;
    margin-left: -12px; }
    .main .service3-container .img-container .row > div {
      padding-right: 12px;
      padding-left: 12px; }
    .main .service3-container .img-container .row img {
      margin-bottom: 24px; }
    .main .service3-container .img-container .row p {
      font-size: 24px;
      color: #000000;
      text-align: center; }

.main .case-detail-container {
  padding-top: 50px; }
  .main .case-detail-container .case-title {
    font-size: 42px;
    color: #343434;
    border-bottom: 2px solid #000000;
    padding-bottom: 10px;
    font-weight: bold; }
  .main .case-detail-container .case-content {
    padding: 25px 0;
    border: 0;
    padding: 12px 15px; }
    .main .case-detail-container .case-content .image-wrap {
      text-align: center; }
    .main .case-detail-container .case-content img {
      max-width: 100%; }

.main .shows-container {
  padding-bottom: 60px;
  padding-top: 40px;
  position: relative; }
  @media (max-width: 575.98px) {
    .main .shows-container {
      padding-top: 0;
      padding-bottom: 5px; } }
  .main .shows-container .nav-pills {
    background: #ebeff2;
    margin: 24px 0; }
    @media (max-width: 575.98px) {
      .main .shows-container .nav-pills {
        margin-top: 0;
        margin-bottom: 15px; } }
  .main .shows-container .title {
    font-size: 24px;
    color: #444;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 575.98px) {
      .main .shows-container .title {
        display: none; } }
  .main .shows-container .lastest-shows {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; }
    .main .shows-container .lastest-shows .show-item {
      padding-left: 5px;
      padding-right: 5px;
      width: 20%;
      margin-bottom: 10px; }
      .main .shows-container .lastest-shows .show-item > div {
        padding-top: 100%;
        position: relative;
        border: 1px solid #cccccc; }
        .main .shows-container .lastest-shows .show-item > div > div {
          position: absolute;
          top: 3px;
          left: 3px;
          bottom: 3px;
          right: 3px; }
      .main .shows-container .lastest-shows .show-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    @media (max-width: 767.98px) {
      .main .shows-container .lastest-shows .show-item {
        width: 25%; } }
    @media (max-width: 575.98px) {
      .main .shows-container .lastest-shows .show-item {
        width: 33.33%; } }

.main .show-container {
  height: 2000px;
  display: flex; }
  .main .show-container .show-modal {
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: darkgray; }
    @media (max-width: 575.98px) {
      .main .show-container .show-modal {
        overflow: hidden;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
    .main .show-container .show-modal.fullscreen {
      overflow: hidden;
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .main .show-container .show-modal .show-top {
      position: absolute;
      top: 10px;
      left: 10px;
      display: flex;
      align-items: center; }
    .main .show-container .show-modal .show-logo {
      width: 100px; }
      .main .show-container .show-modal .show-logo img {
        max-width: 100%; }
      @media (max-width: 575.98px) {
        .main .show-container .show-modal .show-logo {
          width: 50px; } }
    .main .show-container .show-modal .show-title {
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      margin-left: 10px;
      display: none; }
      @media (max-width: 575.98px) {
        .main .show-container .show-modal .show-title {
          display: block; } }
    .main .show-container .show-modal .show-opt-area {
      position: absolute;
      top: 33px;
      right: 33px; }
      @media (max-width: 575.98px) {
        .main .show-container .show-modal .show-opt-area {
          top: 10px;
          right: 10px; } }
      .main .show-container .show-modal .show-opt-area .show-opt {
        width: 66px;
        height: 66px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 40px;
        cursor: pointer; }
        @media (max-width: 575.98px) {
          .main .show-container .show-modal .show-opt-area .show-opt {
            width: 33px;
            height: 33px;
            margin-bottom: 20px; } }
        .main .show-container .show-modal .show-opt-area .show-opt.show-opt-fold {
          background-image: url(../img/show-opt-fold.png); }
        .main .show-container .show-modal .show-opt-area .show-opt.show-opt-unfold {
          background-image: url(../img/show-opt-unfold.png); }
        .main .show-container .show-modal .show-opt-area .show-opt.show-opt-txt-on, .main .show-container .show-modal .show-opt-area .show-opt.show-opt-txt-off {
          border-radius: 50%;
          background-color: #222222;
          color: #c4c4c4;
          align-items: center;
          font-size: 16px;
          justify-content: center;
          display: none; }
        .main .show-container .show-modal .show-opt-area .show-opt.show-opt-txt-off {
          color: #747474; }
        .main .show-container .show-modal .show-opt-area .show-opt.show-opt-back {
          font-size: 16px;
          background-color: #222222;
          color: #c4c4c4;
          display: none;
          font-size: 12px;
          height: auto;
          border-radius: 4px;
          text-align: center;
          padding: 4px; }
        @media (max-width: 575.98px) {
          .main .show-container .show-modal .show-opt-area .show-opt.show-opt-fold, .main .show-container .show-modal .show-opt-area .show-opt.show-opt-unfold {
            display: none; }
          .main .show-container .show-modal .show-opt-area .show-opt.show-opt-txt-on, .main .show-container .show-modal .show-opt-area .show-opt.show-opt-txt-off {
            display: flex; }
          .main .show-container .show-modal .show-opt-area .show-opt.show-opt-back {
            display: block; } }
        .main .show-container .show-modal .show-opt-area .show-opt.show-opt-rotate-on {
          background-image: url(../img/show-opt-rotate-on.png); }
        .main .show-container .show-modal .show-opt-area .show-opt.show-opt-rotate-off {
          background-image: url(../img/show-opt-rotate-off.png); }
        .main .show-container .show-modal .show-opt-area .show-opt.show-opt-music-on {
          background-image: url(../img/show-opt-music-on.png); }
        .main .show-container .show-modal .show-opt-area .show-opt.show-opt-music-off {
          background-image: url(../img/show-opt-music-off.png); }
  .main .show-container .show-detail {
    width: 360px;
    background-color: #595959;
    padding: 25px; }
    @media (max-width: 575.98px) {
      .main .show-container .show-detail {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 11;
        display: none; } }
    .main .show-container .show-detail.fold {
      width: 0;
      padding: 0; }
    .main .show-container .show-detail .title {
      font-size: 16px;
      font-weight: bold;
      color: #fff; }
    .main .show-container .show-detail hr {
      margin: 10px 0;
      border-top: 1px solid #fff; }
    .main .show-container .show-detail .desc {
      font-size: 16px;
      color: #fff; }
  @media (max-width: 767.98px) {
    .main .show-container {
      flex-direction: column; }
      .main .show-container .show-detail {
        width: 100%; } }

.footer-more {
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  padding: 64px 0; }
  .footer-more .icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: center; }
    .footer-more .icon.icon-phone {
      background-image: url(../img/icon-phone.png);
      background-size: 15px 14px;
      height: 14px; }
    .footer-more .icon.icon-email {
      background-image: url(../img/icon-email.png);
      background-size: 17px 11px;
      height: 11px; }
    .footer-more .icon.icon-wechat {
      background-image: url(../img/icon-wechat.png);
      background-size: 20px 16px;
      height: 16px; }
    .footer-more .icon.icon-location {
      background-image: url(../img/icon-location.png);
      background-size: 15px 19px;
      height: 19px; }
  .footer-more .container .row {
    justify-content: space-between; }
  .footer-more .footer-info .title {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px; }
  .footer-more .footer-info ul {
    font-size: 12px; }
    .footer-more .footer-info ul li {
      line-height: 32px;
      color: #909090; }
  .footer-more .footer-nav .title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 14px; }
  .footer-more .footer-nav ul {
    font-size: 12px; }
    .footer-more .footer-nav ul li {
      line-height: 32px; }
    .footer-more .footer-nav ul a {
      color: #909090;
      display: block;
      line-height: 32px;
      transition: all .3s ease; }

.footer {
  background-color: #1e1e1e;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  .footer .footer-nav {
    padding: 14px 0;
    border-bottom: 1px solid #cacaca; }
    .footer .footer-nav > .container {
      display: flex;
      align-items: center; }
    .footer .footer-nav .nav {
      color: #fff;
      font-size: 14px;
      margin-left: 60px; }
      .footer .footer-nav .nav .nav-item {
        padding: 0 1em;
        color: #fff; }
  .footer .logo {
    background: url(../img/logo.png) no-repeat center/contain;
    width: 154px;
    height: 32px; }
  .footer .copyright {
    color: #c6c6c6;
    font-size: 12px;
    margin: 20px 0 30px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
