.container {
  width: 1200px;
  margin: 0 auto; }

.header .top {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #DEDEDE;
  font-size: 12px; }
  .header .top .lang img {
    margin-right: 5px; }
  .header .top .lang .en {
    margin-left: 35px; }
.header .nav-wrapper {
  padding-top: 24px; }
  .header .nav-wrapper .nav {
    font-size: 0;
    text-transform: uppercase; }
    .header .nav-wrapper .nav .nav-item {
      position: relative;
      display: inline-block;
      margin-left: 20px;
      height: 100px;
      text-align: center;
      font-size: 14px;
      border-top: 2px solid transparent;
      padding: 0 8px; }
      .header .nav-wrapper .nav .nav-item:first-child {
        margin-left: 0; }
      .header .nav-wrapper .nav .nav-item:hover {
        background: #EBEBEB;
        border-color: #DA251C; }
        .header .nav-wrapper .nav .nav-item:hover .sub-nav-wrapper {
          height: 200px; }
      .header .nav-wrapper .nav .nav-item .link {
        display: block;
        padding-top: 20px;
        width: 100%;
        height: 80px;
        color: #3d3d3d; }
      .header .nav-wrapper .nav .nav-item .sub-nav-wrapper {
        position: absolute;
        left: 0;
        top: 100px;
        text-align: left;
        width: 510px;
        height: 0;
        background: #EBEBEB;
        z-index: 500;
        overflow: hidden;
        box-shadow: 2px 3px 3px #67676C;
        -webkit-transition: all linear .3s; }
        .header .nav-wrapper .nav .nav-item .sub-nav-wrapper .padding-box {
          padding: 14px 23px; }
        .header .nav-wrapper .nav .nav-item .sub-nav-wrapper.right {
          right: 0;
          left: auto; }
        .header .nav-wrapper .nav .nav-item .sub-nav-wrapper .desc-box {
          display: inline-block;
          vertical-align: top;
          padding-right: 25px;
          border-right: 1px solid #DEDEDE;
          width: 206px; }
          .header .nav-wrapper .nav .nav-item .sub-nav-wrapper .desc-box .desc {
            margin-top: 5px;
            font-size: 12px;
            line-height: 18px;
            height: 36px;
            overflow: hidden; }
        .header .nav-wrapper .nav .nav-item .sub-nav-wrapper .sub-nav {
          display: inline-block;
          vertical-align: top;
          margin-left: 30px; }
          .header .nav-wrapper .nav .nav-item .sub-nav-wrapper .sub-nav li a:hover:before {
            border-left: 4px solid #DA251C; }
          .header .nav-wrapper .nav .nav-item .sub-nav-wrapper .sub-nav li a:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-top: 4px solid transparent; }

.common-head {
  display: inline-block;
  text-transform: uppercase; }
  .common-head .line {
    display: inline-block;
    margin-bottom: 10px;
    width: 30px;
    height: 2px;
    background: #D61409; }
  .common-head .title {
    font-size: 28px;
    color: #333;
    line-height: 28px; }
    .common-head .title .sm {
      margin-left: 23px;
      font-size: 16px;
      color: #999;
      font-family: "Times New Roman"; }

.img-box {
  overflow: hidden; }
  .img-box img {
    -webkit-transition: all linear .4s; }
    .img-box img:hover {
      -webkit-transform: scale(1.05); }

.index-item {
  padding: 40px 0 30px 0; }
  .index-item .tabs {
    margin-top: 22px;
    font-size: 0; }
    .index-item .tabs li {
      display: inline-block;
      margin-left: 38px;
      font-size: 12px;
      line-height: 12px;
      padding-bottom: 7px;
      border-bottom: 2px solid transparent;
      cursor: pointer; }
      .index-item .tabs li.active {
        color: #da251c;
        border-color: #da251c; }
  .index-item .pro-list-wrapper {
    margin-top: 42px;
    overflow: hidden; }
    .index-item .pro-list-wrapper .pro-list {
      display: none;
      width: 100%; }
      .index-item .pro-list-wrapper .pro-list:first-child {
        display: block; }
      .index-item .pro-list-wrapper .pro-list li {
        float: left;
        width: 390px;
        margin-right: 12px;
        border: 1px solid #DEDEDE; }
        .index-item .pro-list-wrapper .pro-list li:hover {
          box-shadow: 2px 2px 3px #F3F3F3; }
        .index-item .pro-list-wrapper .pro-list li .title {
          height: 53px;
          line-height: 53px;
          font-size: 14px;
          text-align: center;
          color: #666; }
        .index-item .pro-list-wrapper .pro-list li:last-child {
          margin-right: 0; }
  .index-item .color-list {
    margin-top: 40px; }
    .index-item .color-list li {
      position: relative;
      float: left;
      margin-right: 20px;
      padding: 9px;
      overflow: hidden;
      border-left: 1px solid #F0F0F0;
      border-right: 1px solid #F0F0F0;
      border-top: 2px solid #F0F0F0;
      border-bottom: 2px solid #F0F0F0; }
      .index-item .color-list li:hover .title {
        -webkit-transform: translateY(0); }
      .index-item .color-list li:last-child {
        margin-right: 0; }
      .index-item .color-list li .title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 53px;
        -webkit-transform: translateY(53px);
        -webkit-transition: all linear .3s;
        line-height: 53px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: center;
        font-size: 16px;
        z-index: 10; }
  .index-item .about-wrapper {
    margin-top: 42px; }
    .index-item .about-wrapper .about-img-box {
      width: 552px;
      height: 328px;
      background: #F9DFDD; }
      .index-item .about-wrapper .about-img-box img {
        -webkit-transform: translate3D(20px, -20px, 0); }
    .index-item .about-wrapper .content {
      position: relative;
      margin-left: 600px;
      -webkit-transform: translateY(-20px); }
      .index-item .about-wrapper .content .title {
        position: relative;
        font-size: 20px;
        color: #333;
        line-height: 20px;
        padding-bottom: 27px;
        border-bottom: 1px solid #DEDEDE; }
        .index-item .about-wrapper .content .title .line {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 40px;
          height: 2px;
          background: #da251c; }
      .index-item .about-wrapper .content .desc {
        margin-top: 15px;
        font-size: 14px;
        color: #666;
        line-height: 30px;
        
        height: 120px;
        overflow: hidden; }
      .index-item .about-wrapper .content .about-tab-list {
        position: absolute;
        z-index: 200;
        font-size: 0;
        width: 750px;
        left: -150px;
        top: 215px;
        background: #fff;
        box-shadow: 5px 5px 5px #EDEDED; }
        .index-item .about-wrapper .content .about-tab-list li {
          display: inline-block;
          width: 250px;
          height: 88px;
          text-align: center;
          font-size: 14px; }
          .index-item .about-wrapper .content .about-tab-list li:hover {
            background: #DA251C; }
            .index-item .about-wrapper .content .about-tab-list li:hover a {
              color: #fff; }
              .index-item .about-wrapper .content .about-tab-list li:hover a .icon.icon1 {
                background-image: url("../img/about_icon11.png"); }
              .index-item .about-wrapper .content .about-tab-list li:hover a .icon.icon2 {
                background-image: url("../img/about_icon12.png"); }
              .index-item .about-wrapper .content .about-tab-list li:hover a .icon.icon3 {
                background-image: url("../img/about_icon13.png"); }
          .index-item .about-wrapper .content .about-tab-list li a {
            color: #666;
            display: block;
            width: 100%;
            height: 100%; }
            .index-item .about-wrapper .content .about-tab-list li a p {
              margin-top: 10px; }
            .index-item .about-wrapper .content .about-tab-list li a .icon {
              display: inline-block;
              margin-top: 10px;
              width: 25px;
              height: 25px;
              background-repeat: no-repeat;
              background-size: 100% 100%; }
              .index-item .about-wrapper .content .about-tab-list li a .icon.icon1 {
                background-image: url("../img/about_icon1.png"); }
              .index-item .about-wrapper .content .about-tab-list li a .icon.icon2 {
                background-image: url("../img/about_icon2.png"); }
              .index-item .about-wrapper .content .about-tab-list li a .icon.icon3 {
                background-image: url("../img/about_icon3.png"); }
  .index-item .img-wrapper {
    font-size: 0; }
    .index-item .img-wrapper .title-wrapper {
      display: inline-block;
      vertical-align: middle;
      padding: 34px 32px 34px 20px;
      height: 132px;
      background: #B62A23;
      color: #fff;
      text-transform: uppercase; }
      .index-item .img-wrapper .title-wrapper .line {
        display: inline-block;
        margin-bottom: 14px;
        width: 30px;
        height: 2px;
        background: #C9C9C9; }
      .index-item .img-wrapper .title-wrapper .title {
        font-size: 28px;
        line-height: 28px; }
      .index-item .img-wrapper .title-wrapper .title-en {
        margin-top: 15px;
        font-size: 28px; }

.footer {
  margin-top: 40px;
  padding: 27px 0 45px 0;
  background: #333; }
  .footer .container {
    position: relative; }
  .footer .btm-nav {
    margin-top: 30px;
    padding-bottom: 12px;
    border-bottom: 2px solid #474747;
    width: 868px; }
    .footer .btm-nav li {
      float: left;
      padding: 0 25px;
      border-right: 2px solid #898989;
      line-height: 14px; }
      .footer .btm-nav li:last-child {
        border: 0; }
      .footer .btm-nav li a {
        color: #999;
        font-size: 14px; }
  .footer .info-wrapper {
    margin-top: 22px;
    font-size: 14px;
    color: #999; }
    .footer .info-wrapper .info {
      margin-right: 40px; }
      .footer .info-wrapper .info i {
        display: inline-block;
        vertical-align: middle;
        width: 316px;
        font-style: normal; }
      .footer .info-wrapper .info img {
        margin-right: 20px; }
  .footer .copyright {
    margin-top: 32px;
    font-size: 14px;
    color: #7c7c7c; }
  .footer .ewm-box {
    position: absolute;
    top: -33px;
    right: 10px;
    text-align: center;
    text-transform: uppercase; }
    .footer .ewm-box .desc {
      margin-top: 13px;
      color: #999;
	  font-size: 12px; }

.bg {
  height: 485px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-image: url("../img/bg1.jpg"); }

.section {
  margin-top: 40px; }
  .section .container {
    overflow: hidden; }
  .section .left-menu-wrapper {
    width: 254px; }
    .section .left-menu-wrapper .head-box {
      padding-left: 50px;
      height: 97px;
      line-height: 97px;
      background: linear-gradient(to right, #DA251C, #B72A23);
      color: #fff;
      border-top-left-radius: 40px; }
      .section .left-menu-wrapper .head-box .title {
        font-size: 24px; }
    .section .left-menu-wrapper .menu-list {
      height: 510px;
      background: #F9F9F9; }
      .section .left-menu-wrapper .menu-list li {
        border-bottom: 1px dashed #D1D1D1;
        font-size: 14px;
        line-height: 14px;
        background: url("../img/arrow.png") 227px 30px no-repeat; }
        .section .left-menu-wrapper .menu-list li.active a, .section .left-menu-wrapper .menu-list li:hover a {
          color: #da251c; }
        .section .left-menu-wrapper .menu-list li a {
          display: block;
          padding: 28px 0 10px 12px;
          color: #666; }
  .section .content-wrapper {
    margin-left: 284px; }
    .section .content-wrapper .top {
      padding-bottom: 8px;
      border-bottom: 1px solid #EDEDED; }
      .section .content-wrapper .top .title {
        display: inline-block;
        padding-left: 18px;
        font-size: 24px;
        color: #da251c;
        line-height: 24px;
        border-left: 5px solid;
        border-image: -webkit-linear-gradient(#DA251C, #B82A23) 1 1; }
      .section .content-wrapper .top .bread {
        line-height: 32px;
        font-size: 12px;
        color: #999; }
    .section .content-wrapper .product-content {
      width: 900px;
      margin: 22px auto;
      overflow: hidden; }
      .section .content-wrapper .product-content .left {
        float: left;
        width: 400px;
        height: 333px;
        background: #EEEFF1; }
        .section .content-wrapper .product-content .left .title {
          text-align: center;
          padding-top: 10px;
          font-size: 36px; }
        .section .content-wrapper .product-content .left .desc {
          padding: 0 30px 0 20px;
          font-size: 16px;
          line-height: 30px; }
      .section .content-wrapper .product-content .right {
        position: relative;
        margin-left: 400px;
        width: 500px;
        height: 333px;
        overflow: hidden; }
        .section .content-wrapper .product-content .right .pro-show-list {
          position: absolute;
          left: 0;
          top: 0;
          z-index: 100; }
        .section .content-wrapper .product-content .right .icon-bar {
          position: absolute;
          right: 25px;
          bottom: 15px;
          z-index: 200; }
          .section .content-wrapper .product-content .right .icon-bar .icon {
            display: inline-block;
            margin-left: 12px;
            border-radius: 100%;
            width: 21px;
            height: 21px;
            line-height: 21px;
            text-align: center;
            color: #fff;
            background: #444;
            font-size: 14px;
            cursor: pointer;
            -webkit-transform: scale(0.8); }
            .section .content-wrapper .product-content .right .icon-bar .icon.current {
              -webkit-transform: scale(1);
              background: #FF7700; }
    .section .content-wrapper .tab-box {
      width: 900px;
      margin: 0 auto;
      margin-top: 40px; }
      .section .content-wrapper .tab-box .tab {
        padding-bottom: 3px;
        border-bottom: 1px solid #EDEDED;
        font-size: 0; }
        .section .content-wrapper .tab-box .tab li {
          display: inline-block;
          text-align: center;
          width: 170px;
          font-size: 18px;
          color: #da251c;
          cursor: default;
          padding-bottom: 20px;
          border-bottom: 2px solid transparent; }
          .section .content-wrapper .tab-box .tab li.hover {
            font-weight: 700;
            border-color: #da251c; }
      .section .content-wrapper .tab-box .item-box {
        margin-top: 30px; }
        .section .content-wrapper .tab-box .item-box .item {
          display: none; }
          .section .content-wrapper .tab-box .item-box .item.show {
            display: block; }
          .section .content-wrapper .tab-box .item-box .item .cp-list {
            font-size: 0; }
            .section .content-wrapper .tab-box .item-box .item .cp-list li {
              float: left;
              margin: 0 20px 20px 0; }
              .section .content-wrapper .tab-box .item-box .item .cp-list li img {
                border-radius: 10px; }
              .section .content-wrapper .tab-box .item-box .item .cp-list li:nth-child(2n+0) {
                margin-right: 0; }
          .section .content-wrapper .tab-box .item-box .item .ck-list {
            padding-left: 120px;
            font-size: 0; }
            .section .content-wrapper .tab-box .item-box .item .ck-list li {
              display: inline-block;
              vertical-align: top;
              margin: 0 150px 20px 0; }
              .section .content-wrapper .tab-box .item-box .item .ck-list li:hover .title {
                color: #da251c; }
              .section .content-wrapper .tab-box .item-box .item .ck-list li:nth-child(2n+0) {
                margin-right: 0; }
              .section .content-wrapper .tab-box .item-box .item .ck-list li .ck-img-box {
                padding: 4px;
                border: 1px solid #DEDEDE; }
              .section .content-wrapper .tab-box .item-box .item .ck-list li .title {
                text-align: center;
                font-size: 16px;
                color: #333;
                line-height: 40px; }
          .section .content-wrapper .tab-box .item-box .item .table {
            border-color: #DADBDD;
            border-collapse: collapse;
            font-size: 16px;
            width: 100%;
            text-align: center; }
            .section .content-wrapper .tab-box .item-box .item .table thead {
              background: #EEEFF1;
              font-weight: 700;
              color: #333; }
              .section .content-wrapper .tab-box .item-box .item .table thead tr {
                height: 35px; }
            .section .content-wrapper .tab-box .item-box .item .table tbody tr:first-child td {
              text-align: center !important; }
            .section .content-wrapper .tab-box .item-box .item .table tbody tr td {
              height: 35px; }
              .section .content-wrapper .tab-box .item-box .item .table tbody tr td .point {
                display: inline-block;
                border: 3px solid #333;
                border-radius: 100%; }
              .section .content-wrapper .tab-box .item-box .item .table tbody tr td:nth-child(1) {
                text-align: left; }
          .section .content-wrapper .tab-box .item-box .item .sb-img {
            border-radius: 10px; }
    .section .content-wrapper .question-wrapper {
      width: 900px;
      margin: 22px auto;
      border: 1px solid #ccc; }
      .section .content-wrapper .question-wrapper .item {
        border-bottom: 1px solid #E9EBED; }
        .section .content-wrapper .question-wrapper .item:last-child {
          border-bottom: 0; }
        .section .content-wrapper .question-wrapper .item .q {
          padding: 0 20px;
          font-size: 18px;
          line-height: 46px;
          color: #333; }
          .section .content-wrapper .question-wrapper .item .q.active {
            background: #da251c;
            color: #fff; }
            .section .content-wrapper .question-wrapper .item .q.active .detail {
              color: #fff; }
              .section .content-wrapper .question-wrapper .item .q.active .detail .icon {
                background-image: url("../img/close.jpg"); }
          .section .content-wrapper .question-wrapper .item .q .detail {
            font-size: 14px;
            color: #666; }
            .section .content-wrapper .question-wrapper .item .q .detail .icon {
              display: inline-block;
              vertical-align: middle;
              margin-left: 10px;
              width: 19px;
              height: 19px;
              background-repeat: no-repeat;
              background-image: url("../img/open.jpg"); }
        .section .content-wrapper .question-wrapper .item .a {
          display: none;
          padding: 20px 10px;
          font-size: 14px;
          line-height: 30px;
          
          color: #666; }
    .section .content-wrapper .info-wrapper {
      width: 900px;
      margin: 35px auto; }
      .section .content-wrapper .info-wrapper .info-item {
        display: inline-block;
        vertical-align: top;
        margin-right: 30px; }
        .section .content-wrapper .info-wrapper .info-item .title {
          font-size: 24px;
          color: #333;
          line-height: 24px;
          margin-bottom: 20px; }
        .section .content-wrapper .info-wrapper .info-item li {
          width: 405px;
          margin-bottom: 10px;
          font-size: 18px;
          color: #333;
          line-height: 30px; }
          .section .content-wrapper .info-wrapper .info-item li img {
            margin-right: 10px; }
    .section .content-wrapper .text-wrapper {
      width: 900px;
      margin: 25px auto; }
      .section .content-wrapper .text-wrapper p {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        margin-bottom: 30px;
        }
    .section .content-wrapper .sk-list-wrapper {
      width: 900px;
      margin: 20px auto; }
      .section .content-wrapper .sk-list-wrapper .ck-list {
        font-size: 0; }
        .section .content-wrapper .sk-list-wrapper .ck-list li {
          display: inline-block;
          vertical-align: top;
          margin: 0 20px 20px 0; }
          .section .content-wrapper .sk-list-wrapper .ck-list li:hover a .title {
            color: #da251c; }
          .section .content-wrapper .sk-list-wrapper .ck-list li:nth-child(4n+0) {
            margin-right: 0; }
          .section .content-wrapper .sk-list-wrapper .ck-list li a .ck-img-box {
            padding: 3px;
            border: 1px solid #EDEDED; }
          .section .content-wrapper .sk-list-wrapper .ck-list li a .title {
            text-align: center;
            font-size: 16px;
            color: #333;
            line-height: 40px; }
      .section .content-wrapper .sk-list-wrapper .more-wrapper {
        margin-top: 40px;
        text-align: center; }
        .section .content-wrapper .sk-list-wrapper .more-wrapper .more {
          display: inline-block;
          width: 133px;
          height: 49px;
          line-height: 49px;
          font-size: 16px;
          color: #da251c;
          border: 1px solid #da251c;
          border-radius: 12px;
          cursor: pointer; }
    .section .content-wrapper .equi-wrapper {
      width: 900px;
      margin: 18px auto; }
      .section .content-wrapper .equi-wrapper .item {
        margin-bottom: 30px; }
        .section .content-wrapper .equi-wrapper .item.item1 .content {
          margin-left: 450px; }
        .section .content-wrapper .equi-wrapper .item.item2 .content {
          margin-right: 450px; }
        .section .content-wrapper .equi-wrapper .item .content {
          background: #F1F1F1;
          height: 300px; }
          .section .content-wrapper .equi-wrapper .item .content .title {
            font-size: 24px;
            text-align: center;
            padding: 24px 10px;
            color: #333; }
          .section .content-wrapper .equi-wrapper .item .content .desc {
            font-size: 16px;
            line-height: 24px;
            color: #666;
            
            padding: 0 20px; }

/*# sourceMappingURL=index.css.map */
