@charset "UTF-8";
/* 变量 */
ul, ol {
  margin: 0; }

* {
  box-sizing: inherit;
  font-family: "微软雅黑";
  line-height: normal; }

.com-head {
  width: 1264px;
  margin: 0 auto;
  padding: 60px 25px 45px; }
  .com-head* {
    font-size: 14px; }
  .com-head .logo {
    float: left;
    margin-right: 150px; }
    .com-head .logo .logo1 {
      margin-right: 15px; }
  .com-head .language {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    border: none; }
  .com-head .nav-top {
    float: left;
    margin-top: 10px; }
    .com-head .nav-top .nav-list li {
      float: left;
      width: 88px;
      border-right: 1px solid #ddd; }
      .com-head .nav-top .nav-list li:last-child {
        border-right: none; }
      .com-head .nav-top .nav-list li a {
        width: 100%;
        color: #333;
        display: block;
        text-align: center;
        font-size: 14px; }
        .com-head .nav-top .nav-list li a:hover {
          color: #ccc;
          text-decoration: underline; }
  .com-head .search-box {
    border: 1px solid #ddd;
    float: left;
    font-size: 14px;
    width: 173px;
    padding-left: 10px;
    padding-right: 30px;
    margin-top: 10px;
    position: relative; }
    .com-head .search-box > input {
      border: none; }
    .com-head .search-box > i {
      position: absolute;
      right: 0;
      top: 0; }

/* 导航 */
.nav-mid {
  width: 1264px;
  margin: 0 auto;
  background-color: #4d4d4d;
  font-size: 16px; }
  .nav-mid ul, .nav-mid ol {
    margin: 0; }
  .nav-mid li .nav-lv2 {
    display: none;
    position: absolute;
    top: 44px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
    min-width: 100%;
    line-height: 40px;
    z-index: 9999; }
    .nav-mid li .nav-lv2 > li {
      height: 44px;
      line-height: 44px;
      cursor: pointer;
      padding: 0 10px;
      min-width: 100%; }
      .nav-mid li .nav-lv2 > li:hover {
        text-decoration: underline;
        color: #666; }
      .nav-mid li .nav-lv2 > li > a {
        line-height: 44px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        box-sizing: border-box;
        border: none;
        text-align: left; }
  .nav-mid .nav-list {
    max-width: 1039px;
    float: left; }
    .nav-mid .nav-list > li {
      float: left;
      width: 160px;
      position: relative;
      height: 24px;
      padding: 10px 0;
      box-sizing: content-box; }
      .nav-mid .nav-list > li:last-child {
        border-right: none; }
        .nav-mid .nav-list > li:last-child a {
          border-right: none; }
      .nav-mid .nav-list > li a {
        width: 100%;
        color: #fff;
        display: block;
        text-align: center;
        border-right: 1px solid #8E8E8E; }
        .nav-mid .nav-list > li a:hover {
          color: #ccc;
          text-decoration: underline; }
  .nav-mid .right-list {
    float: right;
    /* padding: 10px 0; */
    background-color: #8c8c8c; }
    .nav-mid .right-list li {
      float: left;
      height: 24px;
      padding: 10px 0;
      box-sizing: content-box
      /* border-right: 1px solid #fff; */ }
      .nav-mid .right-list li:last-child {
        border-right: none; }
        .nav-mid .right-list li:last-child a {
          min-width: 96px;
          border-right: none; }
      .nav-mid .right-list li a {
        min-width: 127px;
        padding: 0 10px;
        color: #fff;
        display: block;
        text-align: center;
        border-right: 1px solid #fff; }
        .nav-mid .right-list li a:hover {
          color: #ccc;
          text-decoration: underline; }

.nav-left {
  width: 1264px;
  margin: 30px auto 15px; }
  .nav-left a {
    color: #393939;
    font-size: 14px; }
    .nav-left a:hover {
      text-decoration: underline;
      color: #ddd; }

.nav-foot {
  float: left;
  margin-right: 120px;
  margin-left: 140px; }
  .nav-foot .nav-list li {
    float: left;
    line-height: 21px;
    width: 83px;
    border-right: 1px solid #ddd; }
    .nav-foot .nav-list li:last-child {
      border-right: none; }
    .nav-foot .nav-list li a {
      width: 100%;
      color: #7b7b7b;
      display: block;
      text-align: center; }
      .nav-foot .nav-list li a:hover {
        color: #ccc;
        text-decoration: underline; }

.right-fixed {
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: opacity .1s ease;
          transition: opacity .1s ease; }
  .right-fixed:hover {
    opacity: 1; }

/* banner */
/* index */
.banner .mask {
  position: absolute;
  top: 98px;
  z-index: 1000;
  left: 115px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 427px;
  padding: 30px 16px 20px 25px; }
  .banner .mask .btn-primary {
    float: right; }
  .banner .mask h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }
  .banner .mask p {
    font-size: 16px;
    padding-right: 30px;
    margin-bottom: 30px; }

.banner-com {
  width: 1264px;
  margin: 0 auto; }

.main-panle {
  width: 1192px;
  margin: 0 auto; }
  .main-panle .main-title {
    background-color: #f2f2f2;
    margin: 30px 0;
    position: relative; }
    .main-panle .main-title .tit {
      background-color: #626262;
      position: relative;
      line-height: 38px;
      width: 116px;
      color: #fff;
      font-size: 16px;
      text-align: center;
      float: left;
      margin-right: 65px; }
      .main-panle .main-title .tit:after {
        content: "";
        position: absolute;
        right: -38px;
        top: 0;
        border-right: 19px solid transparent;
        border-left: 19px solid #626262;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent; }
  .main-panle .img-word-container .img-word {
    width: 372px;
    float: left;
    margin-right: 38px; }
    .main-panle .img-word-container .img-word:last-child {
      margin-right: 0; }
    .main-panle .img-word-container .img-word > img {
      border: 1px solid #ddd; }
    .main-panle .img-word-container .img-word .tit {
      font-size: 18px;
      border-bottom: 1px solid #ddd;
      padding: 30px 0 20px;
      position: relative; }
      .main-panle .img-word-container .img-word .tit .new {
        color: #ffa02b;
        font-size: 14px;
        font-weight: bold;
        top: 10px;
        left: 0;
        position: absolute; }
    .main-panle .img-word-container .img-word > p {
      font-size: 14px;
      padding: 20px 0;
      line-height: 26px; }
    .more {
      color: #ffa02b;
      font-size: 14px; }
      .more:hover {
        text-decoration: underline; }
  .main-panle .jnz {
    background-color: #f6f6f6;
    padding: 20px 34px; }
    .main-panle .jnz .item {
      overflow: hidden; }
      .main-panle .jnz .item .group {
        display: none;
        font-size: 0; }
        .main-panle .jnz .item .group .slide {
          display: inline-block;
          margin-right: 13px; }
          .main-panle .jnz .item .group .slide > img {
            width: 268px; }
            .main-panle .jnz .item .group .slide > img:last-child {
              margin-right: 0; }
      .main-panle .jnz .item .active2 {
        animation: fadeInRight 1s backwards;
        -webkit-animation: fadeInRight 1s backwards
        /* Safari 和 Chrome */ }
      .main-panle .jnz .item .active1 {
        animation: fadeInLeft 1s backwards;
        -webkit-animation: fadeInLeft 1s backwards
        /* Safari 和 Chrome */ }

.mainPart {
  width: 1264px;
  margin: 0 auto;
  box-sizing: border-box; }

/* 关于我们 */
.contactUs-page.mainPart, .aboutUs-page.mainPart {
  width: 1264px;
  margin: 20px auto 0;
  padding: 0 40px; }
  .contactUs-page.mainPart .leftPart, .aboutUs-page.mainPart .leftPart {
    width: 515px;
    float: left;
    margin-right: 125px; }
    .contactUs-page.mainPart .leftPart .title, .aboutUs-page.mainPart .leftPart .title {
      font-size: 26px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    .contactUs-page.mainPart .leftPart > p, .aboutUs-page.mainPart .leftPart > p {
      font-size: 14px;
      line-height: 30px;
      text-indent: 2em;
      color: #393939; }
  .contactUs-page.mainPart .rightPart, .aboutUs-page.mainPart .rightPart {
    width: 528px;
    float: left; }
    .contactUs-page.mainPart .rightPart .title, .aboutUs-page.mainPart .rightPart .title {
      font-size: 26px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    .contactUs-page.mainPart .rightPart .contact-way, .aboutUs-page.mainPart .rightPart .contact-way {
      position: relative; }
      .contactUs-page.mainPart .rightPart .contact-way .tip, .aboutUs-page.mainPart .rightPart .contact-way .tip {
        color: #393939;
        font-size: 16px;
        line-height: 30px; }
      .contactUs-page.mainPart .rightPart .contact-way > ul li, .aboutUs-page.mainPart .rightPart .contact-way > ul li {
        line-height: 50px;
        font-size: 16px; }
      .contactUs-page.mainPart .rightPart .contact-way .ercode, .aboutUs-page.mainPart .rightPart .contact-way .ercode {
        position: absolute;
        right: 0;
        bottom: 0; }
    .contactUs-page.mainPart .rightPart .ad-container, .aboutUs-page.mainPart .rightPart .ad-container {
      width: 528px;
      padding-top: 40px; }
      .contactUs-page.mainPart .rightPart .ad-container .ad, .aboutUs-page.mainPart .rightPart .ad-container .ad {
        position: relative;
        margin-bottom: 25px; }
        .contactUs-page.mainPart .rightPart .ad-container .ad .mask-inner, .aboutUs-page.mainPart .rightPart .ad-container .ad .mask-inner {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          -webkit-transition: all ease .5s;
                  transition: all ease .5s; }
          .contactUs-page.mainPart .rightPart .ad-container .ad .mask-inner:hover, .aboutUs-page.mainPart .rightPart .ad-container .ad .mask-inner:hover {
            background-color: rgba(0, 0, 0, 0.5);
            opacity: 0.8; }
          .contactUs-page.mainPart .rightPart .ad-container .ad .mask-inner p, .aboutUs-page.mainPart .rightPart .ad-container .ad .mask-inner p {
            background-color: #ffa02b;
            text-align: center;
            font-size: 22px;
            line-height: 60px;
            color: #fff;
            position: absolute;
            bottom: 0;
            width: 100%; }
        .contactUs-page.mainPart .rightPart .ad-container .ad + .ad p, .aboutUs-page.mainPart .rightPart .ad-container .ad + .ad p {
          background-color: #ff1223; }
    .contactUs-page.mainPart .rightPart > p, .aboutUs-page.mainPart .rightPart > p {
      font-size: 14px;
      line-height: 30px;
      text-indent: 2em;
      color: #393939; }
    .contactUs-page.mainPart .rightPart .sponstor-list, .aboutUs-page.mainPart .rightPart .sponstor-list {
      margin-top: 70px; }
      .contactUs-page.mainPart .rightPart .sponstor-list > li, .aboutUs-page.mainPart .rightPart .sponstor-list > li {
        width: 154px;
        height: 130px;
        border: 1px solid #ddd;
        float: left;
        margin-bottom: 20px; }
        .contactUs-page.mainPart .rightPart .sponstor-list > li:nth-child(3n-1), .aboutUs-page.mainPart .rightPart .sponstor-list > li:nth-child(3n-1) {
          margin: 0 20px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(1), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(1) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: 0px 0px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(2), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(2) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: -174px 0px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(3), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(3) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: -348px 0px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(4), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(4) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: 0px -153px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(5), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(5) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: -174px -153px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(6), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(6) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: -348px -153px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(7), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(7) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: 0px -306px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(8), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(8) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: -174px -306px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(9), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(9) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: -348px -306px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(10), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(10) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: 0px -459px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(11), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(11) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: -174px -459px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(12), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(12) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: -348px -459px; }
      .contactUs-page.mainPart .rightPart .sponstor-list li:nth-child(13), .aboutUs-page.mainPart .rightPart .sponstor-list li:nth-child(13) {
        background: url("../images/sponstor.jpg") no-repeat;
        background-position: 0px -612px; }

/* 搜索结果 */
.search-page .search-bg {
  background: #f9f8f7;
  padding: 63px 0 63px 60px;
  margin-bottom: 50px; }
  .search-page .search-bg .search-box-lg {
    width: 774px;
    position: relative;
    padding: 0 40px 0 10px;
    background: #fff; }
    .search-page .search-bg .search-box-lg input {
      line-height: 50px;
      font-size: 30px;
      color: #f2b044; }
    .search-page .search-bg .search-box-lg i {
      position: absolute;
      top: 17px;
      right: 10px; }
.search-page .panel {
  padding: 0 70px;
  border: none;
  box-shadow: none; }
  .search-page .panel i {
    font-style: normal; }
  .search-page .panel > .content .nav-tabs {
    border: none; }
    .search-page .panel > .content .nav-tabs li {
      position: relative;
      font-size: 18px;
      border: none;
      margin-bottom: 0;
      margin-right: 30px; }
      .search-page .panel > .content .nav-tabs li > a {
        color: #868686;
        padding: 10px 0 10px 0;
        border: none; }
      .search-page .panel > .content .nav-tabs li:after {
        content: "";
        width: 0;
        height: 2px;
        background-color: #f2b044;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: all .5s ease;
                transition: all .5s ease; }
      .search-page .panel > .content .nav-tabs li.active > a {
        color: #000; }
      .search-page .panel > .content .nav-tabs li.active:after {
        width: 40px; }
      .search-page .panel > .content .nav-tabs li:hover > a {
        color: #000;
        background: none; }
      .search-page .panel > .content .nav-tabs li:hover:after {
        width: 40px; }
  .search-page .panel > .content .tab-content #productPanel {
    width: 490px; }
    .search-page .panel > .content .tab-content #productPanel ul li {
      padding: 80px 0 60px; }
      .search-page .panel > .content .tab-content #productPanel ul li h4 {
        font-weight: normal;
        font-size: 26px; }
      .search-page .panel > .content .tab-content #productPanel ul li .more {
        display: block;
        width: 60px;
        margin-top: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f2b044;
        color: #868686; }
        .search-page .panel > .content .tab-content #productPanel ul li .more:hover {
          color: #333;
          text-decoration: none; }
    .search-page .panel > .content .tab-content #productPanel .no-more {
      text-align: center; }
  .search-page .panel > .content .tab-content #newsPanel {
    padding: 80px 0 60px; }

/* 联系我们 */
.form-container .tip {
  color: #393939;
  font-size: 16px;
  line-height: 30px; }
.form-container .line {
  line-height: 50px; }
.form-container label {
  color: #393939;
  font-size: 16px;
  width: 162px;
  line-height: 24px;
  display: inline-block; }
.form-container input[type="text"] {
  width: 263px;
  font-size: 16px;
  line-height: 26px;
  background-color: #f3f3f3;
  padding-left: 2em; }
.form-container textarea {
  width: 526px;
  height: 143px;
  resize: none;
  border: none;
  font-size: 16px;
  line-height: 24px;
  padding: 15px;
  margin-top: 20px;
  background-color: #f3f3f3; }

/* 新闻动态 */
.mainPart .news-list {
  padding: 65px 0 120px; }
  .mainPart .news-list * {
    font-style: normal; }
  .mainPart .news-list li {
    margin-bottom: 20px;
    line-height: 20px; }
    .mainPart .news-list li .time {
      font-size: 16px;
      color: #7b7b7b;
      padding-right: 20px; }
    .mainPart .news-list li .title {
      font-size: 16px;
      color: #81c9e8; }
    .mainPart .news-list li .author {
      font-size: 16px;
      color: #7b7b7b; }

/* 新闻动态详情 */
.newsDetail-page {
  padding-bottom: 140px; }
  .newsDetail-page h2 {
    font-size: 36px;
    text-align: center;
    font-weight: normal;
    padding: 35px 0 20px;
    border-top: 1px solid #ddd; }
  .newsDetail-page .time {
    text-align: center;
    font-size: 14px;
    color: #cdcdcd;
    margin-bottom: 50px; }

/* 技术与支持 */
.tecAndSer-page.mainPart {
  width: 1264px;
  margin: 55px auto 0;
  padding: 0 0px 0 80px;
  box-sizing: border-box; }
  .tecAndSer-page.mainPart .leftPart {
    width: 110px;
    float: left;
    margin-right: 80px; }
    .tecAndSer-page.mainPart .leftPart > h4 {
      font-size: 26px;
      color: #333;
      margin-bottom: 30px;
      font-weight: normal; }
    .tecAndSer-page.mainPart .leftPart > ul li a {
      font-size: 16px;
      color: #333;
      display: block;
      margin-bottom: 30px;
      font-weight: bold; }
      .tecAndSer-page.mainPart .leftPart > ul li a:hover {
        color: #ccc;
        text-decoration: underline; }
  .tecAndSer-page.mainPart .rightPart {
    width: 986px;
    float: left;
    padding-left: 120px;
    box-sizing: border-box; }
    .tecAndSer-page.mainPart .rightPart .tit {
      font-size: 26px;
      color: #333;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd; }
    .tecAndSer-page.mainPart .rightPart .qt-panel .panel-title {
      font-size: 16px;
      font-weight: bold;
      margin: 30px 0; }
    .tecAndSer-page.mainPart .rightPart .qt-panel ol {
      list-style: decimal; }
      .tecAndSer-page.mainPart .rightPart .qt-panel ol li {
        list-style: decimal;
        font-size: 16px;
        color: #555; }
        .tecAndSer-page.mainPart .rightPart .qt-panel ol li > h4 {
          padding-left: 20px;
          font-weight: normal;
          margin-bottom: 30px;
          cursor: pointer; }
          .tecAndSer-page.mainPart .rightPart .qt-panel ol li > h4:hover {
            color: #999; }
        .tecAndSer-page.mainPart .rightPart .qt-panel ol li .answer {
          font-size: 14px;
          line-height: 20px;
          padding-left: 20px; }

.productDetail-page.partsAndConsumables-page.mainPart .leftPart {
  width: 894px; }
.productDetail-page.mainPart .leftPart {
  width: 874px;
  float: left; }
  .productDetail-page.mainPart .leftPart .proInfo .proName {
    font-size: 36px;
    color: #333;
    float: left; }
  .productDetail-page.mainPart .leftPart .proInfo .btn-buy {
    float: right;
    color: #fff;
    min-width: 142px;
    font-size: 16px;
    text-align: center;
    line-height: 47px;
    padding-left: 50px;
    padding-right: 10px;
    cursor: pointer;
    background: #d6000f url("../images/icon-cart.png") no-repeat 24px;
    background-size: 22px;
    opacity: .8; }
    .productDetail-page.mainPart .leftPart .proInfo .btn-buy:hover {
      text-decoration: none;
      opacity: 1; }
  .productDetail-page.mainPart .leftPart .proInfo .pro {
    margin-top: 45px;
    margin-bottom: 15px; }
  .productDetail-page.mainPart .leftPart .panel > .content .nav-tabs li {
    position: relative;
    font-size: 18px;
    border: none;
    margin-bottom: 0; }
    .productDetail-page.mainPart .leftPart .panel > .content .nav-tabs li > a {
      color: #666;
      padding: 15px 35px;
      border: none; }
    .productDetail-page.mainPart .leftPart .panel > .content .nav-tabs li:after {
      content: "";
      width: 0;
      height: 4px;
      background-color: #d6000f;
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: all .5s ease;
              transition: all .5s ease; }
    .productDetail-page.mainPart .leftPart .panel > .content .nav-tabs li.active > a {
      color: #000; }
    .productDetail-page.mainPart .leftPart .panel > .content .nav-tabs li.active:after {
      width: 37px; }
    .productDetail-page.mainPart .leftPart .panel > .content .nav-tabs li:hover > a {
      color: #000;
      background: none; }
    .productDetail-page.mainPart .leftPart .panel > .content .nav-tabs li:hover:after {
      width: 37px; }
  .productDetail-page.mainPart .leftPart .panel > .content .tab-content pre {
    font-family: "微软雅黑";
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    line-height: 45px;
    background: none;
    border: none; }
  .productDetail-page.mainPart .leftPart .panel > .content .tab-content #featurePanel .pic-box {
    padding: 56px 45px 60px;
    background: #f8f9fa; }
  .productDetail-page.mainPart .leftPart .prolist-box {
    margin-top: 30px; }
    .productDetail-page.mainPart .leftPart .prolist-box .pro-list > li {
      width: 271px;
      border: 1px solid #ddd;
      float: left;
      margin-right: 40px;
      margin-bottom: 30px; }
      .productDetail-page.mainPart .leftPart .prolist-box .pro-list > li:nth-child(3n) {
        margin-right: 0; }
      .productDetail-page.mainPart .leftPart .prolist-box .pro-list > li .pic {
        background-color: #f8f9fa;
        padding: 50px 33px; }
      .productDetail-page.mainPart .leftPart .prolist-box .pro-list > li .note {
        background-color: #666;
        color: #fff;
        padding: 15px 20px;
        font-size: 0; }
        .productDetail-page.mainPart .leftPart .prolist-box .pro-list > li .note label {
          font-size: 14px;
          display: inline-block;
          margin-right: 15px;
          vertical-align: top;
          margin-bottom: 10px; }
        .productDetail-page.mainPart .leftPart .prolist-box .pro-list > li .note span {
          font-size: 14px;
          display: inline-block;
          width: 153px;
          vertical-align: top; }
.productDetail-page.mainPart .rightPart {
  width: 285px;
  float: left;
  margin-left: 45px; }
  .productDetail-page.mainPart .rightPart .box {
    border: 1px solid #ddd;
    overflow: hidden; }
    .productDetail-page.mainPart .rightPart .box + .box {
      margin-top: 37px; }
    .productDetail-page.mainPart .rightPart .box .tit {
      font-size: 16px;
      color: #fff;
      background-color: #666;
      padding: 10px 20px; }
    .productDetail-page.mainPart .rightPart .box .content {
      background-color: #f8f9fa;
      padding: 10px 20px;
      height: 200px;
      overflow: auto; }
      .productDetail-page.mainPart .rightPart .box .content a {
        color: #333;
        font-size: 14px;
        line-height: 35px;
		line-height: 35px;
		display: block;
		margin-top: -10px;
		margin-bottom: -8px;}
      .productDetail-page.mainPart .rightPart .box .content .vedio {
        color: #ffa02b;
        cursor: pointer;
        margin-top: 5px; }

/* 底部 */
.com-foot {
  width: 1264px;
  margin: 30px auto 60px;
  background: #f2f2f2;
  padding: 10px 30px 10px 45px;
  color: #7b7b7b;
  box-sizing: border-box; }
  .com-foot * {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 21px; }
  .com-foot > p {
    float: left;
    font-size: 12px; }
    .com-foot > p a {
      color: #7b7b7b; }
  .com-foot .nav-list {
    font-size: 12px; }
  .com-foot .foot-icon {
    float: right;
    margin-right: 15px;
    height: 21px; }

/* banner swiper*/
.banner {
  width: 1269px;
  height: 511px;
  position: relative;
  margin: 0 auto; }

.banner .pagination {
  bottom: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 999; }

.banner .swiper-pagination-bullet {
  margin: 0 3px;
  width: 37px;
  height: 4px;
  background-color: black;
  display: inline-block;
  cursor: pointer;
  border-radius: 0; }

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.6); }

.banner .swiper-container {
  width: 100%; }

.banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 511px !important; }

.banner .swiper-container .swiper-pagination-bullet-active {
  opacity: 1; }

.banner .swiper-container .swiper-slide {
  width: 100%;
  height: 511px !important;
  box-sizing: border-box; }

.swiper-container .swiper-button-prev {
  width: 48px;
  height: 49px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icons.png) no-repeat;
  left: 50px;
  background-position: -29px 0; }

.swiper-container .swiper-button-next {
  width: 48px;
  height: 49px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icons.png) no-repeat;
  right: 50px;
  background-position: -77px 0; }

.main-title .vSwiper-container {
  width: 900px;
  float: left;
  overflow: hidden; }

.main-title .vSwiper-container .swiper-wrapper {
  width: 100%;
  height: 38px !important; }

.main-title .vSwiper-container .swiper-slide {
  text-align: left;
  width: 100%;
  height: 38px !important;
  box-sizing: border-box;
  line-height: 38px; }

.vSwiper-container .swiper-button-prev {
  left: 1120px;
  margin-top: 0;
  width: 10px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow-icon.png) no-repeat;
  right: 55px;
  background-position: 0 0; }

.vSwiper-container .swiper-button-next {
  width: 10px;
  margin-top: 0;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/arrow-icon.png) no-repeat;
  right: 36px;
  background-position: -20px 0; }

/* swiper  成品展示*/
.swiper-slide {
  text-align: center; }

/* button */
.btn-primary {
  background-color: #ffa02b;
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 148px;
  line-height: 40px;
  -webkit-transition: all .1s ease;
          transition: all .1s ease; }
  .btn-primary:hover {
    background-color: #e99530; }

.btn-primary + .btn-primary {
  margin-left: 40px; }

/* 视频 */
.vedio-box {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10% 0;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 999; }
  .vedio-box iframe {
    margin: 0 auto; }

@keyframes fadeInRight {
  from {
    transform: translateX(1124px);
    -webkit-transform: translateX(1124px); }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fadeInRight /*Safari and Chrome*/ {
  from {
    transform: translateX(1124px);
    -webkit-transform: translateX(1124px); }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeft {
  from {
    transform: translateX(-1124px);
    -webkit-transform: translateX(-1124px); }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
@-webkit-keyframes fadeInLeft /*Safari and Chrome*/{
  from {
    transform: translateX(-1124px);
    -webkit-transform: translateX(-1124px); }
  to {
    transform: translateX(0);
    -webkit-transform: translateX(0); } }
