.main {
  width: 84%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative; }

.header {
  height: 100px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100; }
  .header .main {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between; }
    .header .main .logo {
      width: 120px;
      display: block; }
      .header .main .logo img {
        width: 100%; }
    .header .main .header-nav {
      height: 100%;
      display: flex;
      align-items: center; }
      .header .main .header-nav .item {
        display: block;
        line-height: 100px;
        height: 100%;
        font-size: 16px;
        padding: 0 10px;
        position: relative;
        margin-right: 50px; }
        .header .main .header-nav .item.active:after, .header .main .header-nav .item:hover:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background-color: #4f0d10; }
        .header .main .header-nav .item:last-of-type {
          margin-right: 0; }

.m-header, .m-cover {
  display: none; }

.inner-banner {
  height: 560px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .inner-banner .text-box {
    padding: 20px 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    text-align: center; }
    .inner-banner .text-box .cn {
      font-size: 70px;
      line-height: 70px; }
    .inner-banner .text-box .en {
      font-size: 14px;
      margin-top: 10px;
      letter-spacing: 28px;
      text-transform: uppercase; }
    .inner-banner .text-box.custom .en {
      letter-spacing: 17px; }
    .inner-banner .text-box.soft .en {
      letter-spacing: 5px; }
    .inner-banner .text-box.design .en {
      letter-spacing: 18px; }

.bread-box {
  padding: 20px 0; }
  .bread-box .home {
    color: #999;
    font-size: 16px; }
  .bread-box .cur {
    display: inline-block;
    margin: 0 0 0 6px;
    color: #999;
    font-size: 14px; }
  .bread-box .arr {
    color: #666;
    font-size: 12px;
    display: inline-block;
    margin: 0 3px; }
  .bread-box a {
    display: inline-block;
    color: #666;
    font-size: 14px; }

.back-btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #4f0d10;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px; }

.cus-title {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  position: relative; }
  .cus-title:after, .cus-title:before {
    content: '';
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: #eaeaea;
    top: 12px; }
  .cus-title:after {
    left: 0; }
  .cus-title:before {
    right: 0; }

.detail-bottom {
  font-size: 14px;
  line-height: 32px;
  border-top: 1px solid #e6e6e6;
  padding: 20px 0;
  display: flex;
  justify-content: space-between; }
  .detail-bottom a {
    color: #333;
    width: 50%;
    display: block; }

.pages-box {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pages-box .item {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e6e6e6;
    display: block;
    transition: all 0.3s;
    margin: 0 5px; }
    .pages-box .item.prev, .pages-box .item.next {
      background-size: 12px 13px;
      background-position: center;
      background-repeat: no-repeat; }
    .pages-box .item.prev {
      background-image: url("../img/32.png"); }
    .pages-box .item.next {
      background-image: url("../img/33.png"); }
    .pages-box .item:hover, .pages-box .item.active {
      background-color: #4f0d10;
      color: #fff;
      border: 1px solid #4f0d10;
      transition: all 0.3s; }

.index-about {
  padding-top: 30px; }
  .index-about .main {
    padding: 0 5%;
    display: flex;
    justify-content: space-between; }
    .index-about .main .left-info {
      width: 50%;
      padding-right: 10%;
      margin-top: 170px;
      position: relative; }
      .index-about .main .left-info .title-box .t1 {
        font-size: 32px;
        line-height: 24px;
        font-weight: bold; }
      .index-about .main .left-info .title-box .t2 {
        font-size: 32px;
        line-height: 24px;
        margin-top: 20px; }
      .index-about .main .left-info .info-box {
        margin-top: 80px; }
        .index-about .main .left-info .info-box .title {
          font-size: 24px;
          line-height: 24px;
          font-weight: bold; }
        .index-about .main .left-info .info-box .info {
          font-size: 14px;
          line-height: 26px;
          margin-top: 20px; }
      .index-about .main .left-info .com-more {
        margin-top: 40px; }
      .index-about .main .left-info .bg {
        width: 348px;
        height: 88px;
        position: absolute;
        background-size: 265px auto;
        background-repeat: no-repeat;
        background-image: url("../img/25.png");
        background-position: center;
        right: 10%;
        top: 0; }
    .index-about .main .right-pic {
      width: 50%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .index-about .main .right-pic img {
        width: 100%;
        opacity: 0; }

.footer {
  padding-top: 40px;
  background-color: #222; }
  .footer .foot-top {
    padding-bottom: 70px; }
    .footer .foot-top .main {
      display: flex;
      justify-content: space-between; }
      .footer .foot-top .main .foot-list {
        display: flex;
        width: 100%;
        padding-right: 10%; }
        .footer .foot-top .main .foot-list .foot-item {
          width: 16.7%; }
          .footer .foot-top .main .foot-list .foot-item .tt {
            font-size: 16px;
            line-height: 26px;
            color: #fff; }
          .footer .foot-top .main .foot-list .foot-item .item-box {
            margin-top: 20px; }
            .footer .foot-top .main .foot-list .foot-item .item-box .item {
              font-size: 14px;
              line-height: 26px;
              color: #999;
              display: block; }
          .footer .foot-top .main .foot-list .foot-item.ding .item-box {
            display: flex;
            flex-wrap: wrap; }
            .footer .foot-top .main .foot-list .foot-item.ding .item-box .item {
              margin-right: 30px; }
      .footer .foot-top .main .right-box {
        display: flex;
        width: 450px;
        flex-shrink: 0; }
        .footer .foot-top .main .right-box .code-box {
          width: 120px; }
          .footer .foot-top .main .right-box .code-box img {
            width: 100%; }
        .footer .foot-top .main .right-box .info-box {
          margin-left: 50px; }
          .footer .foot-top .main .right-box .info-box .t1 {
            font-size: 18px;
            line-height: 26px;
            color: #fff; }
            .footer .foot-top .main .right-box .info-box .t1 span {
              font-size: 14px;
              color: #999; }
          .footer .foot-top .main .right-box .info-box .tel {
            font-size: 32px;
            line-height: 32px;
            margin: 10px 0 15px;
            color: #fff; }
          .footer .foot-top .main .right-box .info-box .more {
            width: 150px;
            height: 40px;
            line-height: 40px;
            display: block;
            text-align: center;
            color: rgba(255, 255, 255, 0.5);
            border: 1px solid rgba(255, 255, 255, 0.5); }
  .footer .foot-bottom {
    padding: 20px 0;
    border-top: 1px solid #333; }
    .footer .foot-bottom .main {
      display: flex;
      height: 100%;
      justify-content: space-between; }
      .footer .foot-bottom .main a {
        font-size: 14px;
        line-height: 24px;
        color: #666; }
      .footer .foot-bottom .main .right a {
        display: inline-block;
        margin-left: 80px; }
        .footer .foot-bottom .main .right a img {
          margin-right: 10px; }

.com-title {
  color: #333;
  text-align: center; }
  .com-title .cn {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase; }
  .com-title .en {
    font-size: 32px;
    line-height: 24px;
    margin-top: 20px; }
  .com-title.white {
    color: #fff; }

.com-more {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  background-color: #4f0d10;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .com-more i {
    font-size: 24px;
    color: #fff;
    display: inline-block;
    margin-left: 15px; }

/*# sourceMappingURL=common.css.map */
