﻿@charset "UTF-8";
.title {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0; }
  .title h1 {
    font-size: 30px;
    font-weight: bold; }
  .title h2 {
    margin-top: 10px;
    font-size: 20px; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .owl-carousel .animated .owl-animated-in {
    z-index: 0; }
  .owl-carousel .animated .owl-animated-out {
    z-index: 1; }
  .owl-carousel .animated .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .owl-carousel .owl-item.center .banner-nb img {
    opacity: 1;
    animation: fadeInLeft 1s; }

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d; }

@media (max-width: 768px) {
  .owl-carousel .owl-item img {
    width: 100%; } }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #000; }

.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); }
        .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; }
      .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); }
          .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; } }
