﻿@charset "UTF-8";
.title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 20px; }
  .title.t-red {
    font-size: 18px;
    color: #cf000e; }
    .title.t-red p {
      color: #fff;
      font-size: 20px;
      margin-bottom: 15px; }
  .title.t-black {
    font-size: 18px;
    color: #cf000e; }
    .title.t-black p {
      color: black;
      font-size: 30px;
      margin-bottom: 15px; }
    .title.t-black span {
      display: block;
      margin-bottom: 15px; }

/*产品体系*/
.proudct {
  width: 100%;
  background: #3e3a39;
  position: relative;
  /*产品体系-系列列表*/ }
  .proudct > ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .proudct > ul > li {
      padding-left: 15px;
      padding-right: 15px;
      line-height: 55px;
      /*background: url('img/ico-1.jpg') 10px center no-repeat;*/
      border-bottom: 1px solid rgba(255, 255, 255, 0); }
      .proudct > ul > li a {
        color: #fff; }
      .proudct > ul > li:hover, .proudct > ul > li.active {
        border-bottom: 2px solid #cf000e; }
  .proudct .list-box {
    width: 100%;
    height: auto;
    background: #fff;
    display: none;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
    /*更多产品*/ }
    .proudct .list-box ul li {
      padding-bottom: 20px;
      width: 50%;
      border-bottom: 1px solid #ddd;
      float: left;
      margin-bottom: 20px;
      position: relative;
      text-align: center; }
      .proudct .list-box ul li a {
        color: #000; }
        .proudct .list-box ul li a p {
          padding-top: 10px;
          font-size: 12px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          padding: 0 10px; }
          .proudct .list-box ul li a p:last-child {
            font-size: 14px;
            color: #888;
            -webkit-transform: scale(0.8); }
      .proudct .list-box ul li img {
        width: 30%;
        float: none;
        margin-bottom: 15px; }
      .proudct .list-box ul li:nth-child(2n+1):nth-last-child(-n+2),
      .proudct .list-box ul li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
    .proudct .list-box > a.btn {
      left: 50%;
      margin-left: -60px;
      bottom: -32px;
      position: relative;
      display: block;
      background: #cf000e;
      width: 120px;
      border-radius: 30px;
      color: #fff;
      transition: background-color 0.3s; }
      .proudct .list-box > a.btn:hover {
        background: #8e0811; }
  .proudct .banner {
    height: 370px;
    background-image: url("img/banner.jpg");
    background-size: 100% cover; }

/*生产实力*/
.strength-box {
  width: 100%;
  margin: 0 auto; }
  .strength-box .strength {
    border-top: 1px solid #cf000e;
    padding-top: 50px; }
    .strength-box .strength .left-box {
      padding: 15px;
      width: 100%;
      text-align: center; }
      .strength-box .strength .left-box h2 {
        color: #cf000e;
        font-size: 25px; }
      .strength-box .strength .left-box small {
        font-weight: bold;
        font-size: 30px;
        color: #333; }
      .strength-box .strength .left-box .text {
        margin-top: 50px;
        color: #888;
        line-height: 24px; }
      .strength-box .strength .left-box a.btn {
        margin: 0 auto;
        display: block;
        background: #cf000e;
        width: 120px;
        border-radius: 30px;
        color: #fff;
        transition: background-color 0.3s;
        margin-top: 50px; }
        .strength-box .strength .left-box a.btn:hover {
          background: #8e0811; }
    .strength-box .strength .right-box {
      padding-top: 25px;
      width: 100%;
      border-top: 1px solid #cf000e; }
      .strength-box .strength .right-box ul li {
        padding: 15px;
        text-align: center;
        margin-bottom: 20px; }
        .strength-box .strength .right-box ul li h2 {
          margin-top: 10px;
          font-weight: bold;
          font-size: 20px; }
        .strength-box .strength .right-box ul li p {
          margin-top: 20px;
          color: #888;
          font-size: 12px; }
        .strength-box .strength .right-box ul li img {
          width: 50px;
          margin: 0 auto; }

/*合作伙伴*/
.consociation {
  background: #f5f5f5; }
  .consociation .consociation-logo {
    padding: 15px; }
    .consociation .consociation-logo img {
      margin-top: 7px;
      margin-bottom: 7px;
      transition: box-shadow 0.3s;
      width: 100%; }
      .consociation .consociation-logo img:hover {
        box-shadow: 1px 1px 10px 1px #888888; }

/*新闻*/
.new {
  margin-top: 30px; }
  .new .number {
    overflow: hidden;
    height: auto;
    padding-bottom: 20px; }
    .new .number a .t-date {
      padding: 5px 20px;
      line-height: 22px;
      color: #fff;
      background: #cf000e url("img/long-arrow-right.jpg") 95% center no-repeat;
      background-size: 8%; }
      .new .number a .t-date span .year {
        display: block;
        font-size: 12px;
        color: #000; }
      .new .number a .t-date span.month {
        display: block;
        font-size: 16px; }
    .new .number a h2 {
      font-size: 16px;
      position: relative;
      color: #000;
      line-height: 40px;
      padding-left: 15px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .new .number a h2:before {
        position: absolute;
        left: 0;
        top: 50%;
        content: "";
        display: block;
        width: 10px;
        height: 1px;
        background: #cf000e; }
    .new .number a p {
      padding: 5px 0;
      border-bottom: none;
      color: #888;
      font-size: 12px; }
    .new .number a .b-date {
      display: none;
      height: 57px; }

.products {
  /*产品体系-系列列表*/ }
  .products .row-md .col-xs-1, .products .row-md .col-sm-1, .products .row-md .col-md-1, .products .row-md .col-lg-1, .products .row-md .col-xs-2, .products .row-md .col-sm-2, .products .row-md .col-md-2, .products .row-md .col-lg-2, .products .row-md .col-xs-3, .products .row-md .col-sm-3, .products .row-md .col-md-3, .products .row-md .col-lg-3, .products .row-md .col-xs-4, .products .row-md .col-sm-4, .products .row-md .col-md-4, .products .row-md .col-lg-4, .products .row-md .col-xs-5, .products .row-md .col-sm-5, .products .row-md .col-md-5, .products .row-md .col-lg-5, .products .row-md .col-xs-6, .products .row-md .col-sm-6, .products .row-md .col-md-6, .products .row-md .col-lg-6, .products .row-md .col-xs-7, .products .row-md .col-sm-7, .products .row-md .col-md-7, .products .row-md .col-lg-7, .products .row-md .col-xs-8, .products .row-md .col-sm-8, .products .row-md .col-md-8, .products .row-md .col-lg-8, .products .row-md .col-xs-9, .products .row-md .col-sm-9, .products .row-md .col-md-9, .products .row-md .col-lg-9, .products .row-md .col-xs-10, .products .row-md .col-sm-10, .products .row-md .col-md-10, .products .row-md .col-lg-10, .products .row-md .col-xs-11, .products .row-md .col-sm-11, .products .row-md .col-md-11, .products .row-md .col-lg-11, .products .row-md .col-xs-12, .products .row-md .col-sm-12, .products .row-md .col-md-12, .products .row-md .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px; }
  .products .banner-area {
    width: 100%;
    position: relative;
    margin: 0 auto; }
    .products .banner-area .banner-l {
      width: 100%; }
      .products .banner-area .banner-l img {
        width: 100%; }
    .products .banner-area .banner-nb {
      background: #3e3a39;
      text-align: center;
      margin-top: -10%; }
      .products .banner-area .banner-nb img {
        width: 20%; }
    .products .banner-area .banner-r {
      padding: 30px 0;
      color: #fff;
      text-align: center;
      background: #3e3a39; }
      .products .banner-area .banner-r h1 {
        font-size: 25px; }
      .products .banner-area .banner-r .text-box {
        margin-top: 30px;
        font-size: 16px;
        line-height: 40px; }
      .products .banner-area .banner-r img {
        margin-top: 30px; }
  .products > ul {
    display: -webkit-box;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 15px 0; }
    .products > ul > li {
      padding-left: 15px;
      padding-right: 15px;
      line-height: 25px;
      /*background: url('img/ico-1.jpg') 10px center no-repeat;*/
      border-bottom: 1px solid rgba(255, 255, 255, 0);
      transition: ease 0.3s;
      cursor: pointer;
      border-radius: 30px;
      font-size: 14px;
      margin: 0 5px; }
      .products > ul > li a {
        color: #000; }
      .products > ul > li:hover, .products > ul > li.active {
        background: #cf000e;
        color: #fff; }
        .products > ul > li:hover a, .products > ul > li.active a {
          color: #fff; }
  .products .list-box {
    width: 100%;
    height: auto;
    background: #fff;
    display: none;
    padding: 15px;
    position: relative; }
    .products .list-box .row-padding {
      padding: 0; }
      .products .list-box .row-padding .show {
        margin-bottom: 15px;
        padding: 15px;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
        color: #333; }
        .products .list-box .row-padding .show img {
          width: 100%; }
        .products .list-box .row-padding .show h2 {
          line-height: 35px;
          font-size: 18px; }
        .products .list-box .row-padding .show p {
          font-size: 14px;
          color: #888; }

@media (min-width: 768px) {
  .title {
    margin: 0 auto;
    text-align: center;
    padding: 80px 0; }
    .title h1 {
      font-size: 60px;
      font-weight: bold; }
    .title h2 {
      margin-top: 10px;
      font-size: 40px; }
  .products {
    /*产品体系-系列列表*/ }
    .products .row-md .col-xs-1, .products .row-md .col-sm-1, .products .row-md .col-md-1, .products .row-md .col-lg-1, .products .row-md .col-xs-2, .products .row-md .col-sm-2, .products .row-md .col-md-2, .products .row-md .col-lg-2, .products .row-md .col-xs-3, .products .row-md .col-sm-3, .products .row-md .col-md-3, .products .row-md .col-lg-3, .products .row-md .col-xs-4, .products .row-md .col-sm-4, .products .row-md .col-md-4, .products .row-md .col-lg-4, .products .row-md .col-xs-5, .products .row-md .col-sm-5, .products .row-md .col-md-5, .products .row-md .col-lg-5, .products .row-md .col-xs-6, .products .row-md .col-sm-6, .products .row-md .col-md-6, .products .row-md .col-lg-6, .products .row-md .col-xs-7, .products .row-md .col-sm-7, .products .row-md .col-md-7, .products .row-md .col-lg-7, .products .row-md .col-xs-8, .products .row-md .col-sm-8, .products .row-md .col-md-8, .products .row-md .col-lg-8, .products .row-md .col-xs-9, .products .row-md .col-sm-9, .products .row-md .col-md-9, .products .row-md .col-lg-9, .products .row-md .col-xs-10, .products .row-md .col-sm-10, .products .row-md .col-md-10, .products .row-md .col-lg-10, .products .row-md .col-xs-11, .products .row-md .col-sm-11, .products .row-md .col-md-11, .products .row-md .col-lg-11, .products .row-md .col-xs-12, .products .row-md .col-sm-12, .products .row-md .col-md-12, .products .row-md .col-lg-12 {
      padding-right: 30px;
      padding-left: 30px; }
    .products .banner-area {
      width: 1920px;
      position: relative;
      margin: 0 auto; }
      .products .banner-area .banner-l {
        height: 700px;
        width: 1280px;
        float: left; }
      .products .banner-area .banner-nb {
        background: none;
        width: 140px;
        height: 140px;
        position: absolute;
        top: 285px;
        right: 570px;
        margin-top: 0; }
        .products .banner-area .banner-nb img {
          width: 100%; }
      .products .banner-area .banner-r {
        padding-top: 100px;
        color: #fff;
        text-align: center;
        height: 700px;
        width: 640px;
        float: right;
        background: #3e3a39; }
        .products .banner-area .banner-r h1 {
          font-size: 50px; }
        .products .banner-area .banner-r .text-box {
          margin-top: 125px;
          font-size: 20px;
          line-height: 50px; }
        .products .banner-area .banner-r img {
          margin-top: 120px; }
    .products > ul {
      display: inline-block;
      width: 100%;
      margin: 0 auto;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      text-align: center;
      padding: 15px 0; }
      .products > ul > li {
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 40PX;
        /*background: url('img/ico-1.jpg') 10px center no-repeat;*/
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        transition: ease 0.3s;
        cursor: pointer;
        border-radius: 30px;
        font-size: 20px; }
        .products > ul > li a {
          color: #fff; }
        .products > ul > li:hover, .products > ul > li.active {
          background: #cf000e;
          color: #fff; }
    .products .list-box {
      width: 100%;
      height: auto;
      background: #fff;
      display: none;
      padding: 15px;
      position: relative;
      border-bottom: 1px solid #ddd; }
      .products .list-box .row-padding {
        padding: 50px 0 0; }
        .products .list-box .row-padding .show {
          margin-bottom: 60px;
          padding: 15px;
          box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
          color: #333; }
          .products .list-box .row-padding .show img {
            width: 100%;
            max-height: 360px; }
          .products .list-box .row-padding .show h2 {
            line-height: 50px;
            font-size: 25px; }
          .products .list-box .row-padding .show p {
            font-size: 18px;
            color: #888; }
  /*生产实力*/
  .strength-box {
    width: 1200px;
    margin: 0 auto;
    height: 610px; }
    .strength-box .strength {
      padding-top: 100px;
      border-top: none; }
      .strength-box .strength .left-box {
        height: 450px;
        width: 360px;
        float: left; }
        .strength-box .strength .left-box h2 {
          color: #cf000e;
          font-size: 30px; }
        .strength-box .strength .left-box small {
          font-weight: bold;
          font-size: 30px;
          color: #333; }
        .strength-box .strength .left-box .text {
          margin-top: 100px;
          color: #888;
          line-height: 24px; }
        .strength-box .strength .left-box a.btn {
          display: block;
          background: #cf000e;
          width: 120px;
          border-radius: 30px;
          color: #fff;
          transition: background-color 0.3s;
          margin-top: 50px; }
          .strength-box .strength .left-box a.btn:hover {
            background: #8e0811; }
      .strength-box .strength .right-box {
        width: 655px;
        float: right;
        border-top: none;
        padding-top: 0; }
        .strength-box .strength .right-box ul li {
          height: 100px;
          margin-bottom: 80px;
          text-align: left; }
          .strength-box .strength .right-box ul li h2 {
            font-weight: bold;
            font-size: 20px; }
          .strength-box .strength .right-box ul li p {
            margin-top: 10px;
            color: #888; }
          .strength-box .strength .right-box ul li img {
            width: auto;
            padding-right: 50px;
            margin-right: 50px;
            border-right: 1px solid #ddd;
            float: left; }
  /*合作伙伴*/
  .consociation {
    background: #f5f5f5; }
    .consociation .consociation-logo {
      padding: 15px;
      min-height: 427px; }
      .consociation .consociation-logo img {
        margin-top: 7px;
        margin-bottom: 7px;
        transition: box-shadow 0.3s; }
        .consociation .consociation-logo img:hover {
          box-shadow: 1px 1px 10px 1px #888888; }
  /*新闻*/
  .new {
    padding-bottom: 80px;
    margin-top: 30px; }
    .new .number {
      overflow: hidden;
      height: 198px;
      position: relative; }
      .new .number a {
        position: relative;
        top: -57px;
        transition: all 0.5s; }
        .new .number a .t-date {
          height: 57px;
          padding: 5px 20px;
          line-height: 22px;
          color: #fff;
          background: #cf000e url("img/long-arrow-right.jpg") 95% center no-repeat; }
          .new .number a .t-date span .year {
            display: block;
            font-size: 14px;
            color: #000; }
          .new .number a .t-date span.month {
            display: block;
            font-size: 24px; }
        .new .number a h2 {
          font-size: 20px;
          position: relative;
          color: #000;
          line-height: 40px;
          padding-left: 15px;
          margin-top: 10px;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .new .number a h2:before {
            position: absolute;
            left: 0;
            top: 50%;
            content: "";
            display: block;
            width: 10px;
            height: 1px;
            background: #cf000e; }
        .new .number a p {
          padding: 5px 0 10px;
          border-bottom: 1px solid #ddd;
          color: #888;
          line-height: 24px;
          font-size: 14px; }
        .new .number a .b-date {
          margin-top: 10px;
          height: 57px;
          line-height: 22px;
          color: #888;
          display: block; }
          .new .number a .b-date span .year {
            display: block;
            font-size: 14px;
            color: #000; }
          .new .number a .b-date span.month {
            display: block;
            font-size: 24px; }
        .new .number a:hover {
          top: 0; } }
