main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #f5f5f5;
  overflow-x: hidden;
  width: 100%; }

.product {
  margin-bottom: 50px;
  border-bottom: 1px dashed #ccc;
  margin-top: 50px;
  overflow: hidden; }
  .product .product-w1 {
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 28px;
    color: #e70014;
    font-weight: bold;
    position: relative; }
    .product .product-w1 div:first-child {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      left: 0;
      height: 3px;
      width: 2.25%;
      background: #797979;
      transition: 500ms;
      -moz-transition: 500ms;
      -webkit-transition: 500ms;
      -o-transition: 500ms; }
    .product .product-w1 div:last-child {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 0;
      height: 3px;
      width: 2.25%;
      background: #797979;
      transition: 500ms;
      -moz-transition: 500ms;
      -webkit-transition: 500ms;
      -o-transition: 500ms; }
  .product .product-w2 {
    width: 100%;
    text-align: center;
    height: auto;
    margin-top: 20px;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 14px;
    color: #575757; }
  .product .product-w3 {
    width: 62.5%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 12px;
    color: #a8a8a8;
    font-weight: lighter; }
  .product .product-cat {
    width: 100%;
    height: 66px;
    margin-top: 30px; }
    .product .product-cat .product-cat-left {
      transition: 500ms;
      -moz-transition: 500ms;
      -webkit-transition: 500ms;
      -o-transition: 500ms;
      width: 14%;
      height: 100%;
      background: #e70014;
      float: left;
      text-align: center;
      box-sizing: border-box;
      padding-top: 8px; }
      .product .product-cat .product-cat-left span:first-child {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 18px;
        color: white;
        font-weight: bold; }
      .product .product-cat .product-cat-left span:last-child {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #fff; }
    .product .product-cat .product-cat-right {
      transition: 500ms;
      -moz-transition: 500ms;
      -webkit-transition: 500ms;
      -o-transition: 500ms;
      width: 86%;
      height: 100%;
      box-sizing: border-box;
      border: 1px solid #dcdcdc;
      float: left;
      position: relative; }
      .product .product-cat .product-cat-right .product-cat-right-ul {
        width: 100%;
        height: 19px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 0; }
        .product .product-cat .product-cat-right .product-cat-right-ul .product-cat-right-li {
          height: 100%;
          float: left;
          margin-left: 4.8%; }
          .product .product-cat .product-cat-right .product-cat-right-ul .product-cat-right-li:hover a div:first-child {
            border: 1px solid #e70014; }
            .product .product-cat .product-cat-right .product-cat-right-ul .product-cat-right-li:hover a div:first-child i {
              color: #e70014; }
          .product .product-cat .product-cat-right .product-cat-right-ul .product-cat-right-li:hover a div:last-child {
            transform: translateX(5px);
            -ms-transform: translateX(5px);
            -moz-transform: translateX(5px);
            -webkit-transform: translateX(5px);
            -o-transform: translateX(5px);
            color: #e70014; }
          .product .product-cat .product-cat-right .product-cat-right-ul .product-cat-right-li a {
            width: 100%;
            height: 100%;
            display: block; }
            .product .product-cat .product-cat-right .product-cat-right-ul .product-cat-right-li a div:first-child {
              width: 19px;
              height: 100%;
              border: 1px solid #acacac;
              box-sizing: border-box;
              float: left;
              line-height: 17px;
              text-align: center;
              margin-right: 4px;
              transition: 0.5s;
              -moz-transition: 0.5s;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s; }
              .product .product-cat .product-cat-right .product-cat-right-ul .product-cat-right-li a div:first-child i {
                font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
                font-size: 14px;
                color: #333; }
            .product .product-cat .product-cat-right .product-cat-right-ul .product-cat-right-li a div:last-child {
              font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
              font-size: 14px;
              color: #5b5b5b;
              line-height: 19px;
              height: 100%;
              float: left;
              transition: 0.5s;
              -moz-transition: 0.5s;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s; }
  .product .product-list {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 24px; }
    .product .product-list li {
      float: left;
      box-sizing: border-box;
      height: 208px;
      border: 1px solid #dcdcdc;
      margin-bottom: 14px;
      overflow: hidden;
      position: relative;
      box-sizing: border-box; }
      .product .product-list li:hover .mask {
        top: 0; }
      .product .product-list li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      .product .product-list li .mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        position: absolute;
        top: 100%; }
        .product .product-list li .mask .mask-main {
          width: 100%;
          height: 100px;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0; }
          .product .product-list li .mask .mask-main .mask-main1 {
            width: 100%;
            text-align: center;
            margin-bottom: 8px;
            font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
            font-size: 16px;
            color: #ffffff; }
          .product .product-list li .mask .mask-main .mask-main2 {
            width: 100%;
            margin-bottom: 5px;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
            .product .product-list li .mask .mask-main .mask-main2 div {
              width: 98px;
              height: 30px;
              margin: 0 auto;
              background: url(../Image/pro1.png) no-repeat center;
              background-size: contain; }
            .product .product-list li .mask .mask-main .mask-main2:hover {
              transform: translateY(-3px);
              -ms-transform: translateY(-3px);
              -moz-transform: translateY(-3px);
              -webkit-transform: translateY(-3px);
              -o-transform: translateY(-3px); }
          .product .product-list li .mask .mask-main .mask-main3 {
            width: 100%;
            transition: 0.5s;
            -moz-transition: 0.5s;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s; }
            .product .product-list li .mask .mask-main .mask-main3 div {
              width: 98px;
              height: 30px;
              margin: 0 auto;
              background: url(../Image/pro2.png) no-repeat center;
              background-size: contain; }
            .product .product-list li .mask .mask-main .mask-main3:hover {
              transform: translateY(-3px);
              -ms-transform: translateY(-3px);
              -moz-transform: translateY(-3px);
              -webkit-transform: translateY(-3px);
              -o-transform: translateY(-3px); }
  .product .product-contact {
    width: 100%;
    margin-top: 34px;
    float: left; }
    .product .product-contact .product-contact-main {
      max-width: 485px;
      height: 100%;
      line-height: 36px;
      margin: 0 auto; }
      .product .product-contact .product-contact-main div {
        float: left; }
      .product .product-contact .product-contact-main div:first-child {
        margin-right: 2px; }
        .product .product-contact .product-contact-main div:first-child i {
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 22px;
          color: #404040; }
      .product .product-contact .product-contact-main div:nth-child(2) {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #606060; }
      .product .product-contact .product-contact-main div:nth-child(3) {
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 24px;
        color: #e70014;
        font-weight: bold;
        margin-right: 15px; }
      .product .product-contact .product-contact-main div:last-child {
        width: 27%;
        height: 36px;
        float: left;
        background: #e70014;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        line-height: 36px;
        text-align: center; }
        .product .product-contact .product-contact-main div:last-child:hover {
          transform: translateY(-3px);
          -ms-transform: translateY(-3px);
          -moz-transform: translateY(-3px);
          -webkit-transform: translateY(-3px);
          -o-transform: translateY(-3px);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3); }
        .product .product-contact .product-contact-main div:last-child a {
          width: 100%;
          height: 100%;
          display: block;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 18px;
          color: #fff; }

#container2 {
  display: none; }

#container3 {
  display: none; }

.to-more {
  width: 160px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; }
  .to-more a {
    width: 100%;
    height: 100%;
    display: block;
    font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
    font-size: 18px;
    color: #ccc;
    line-height: 40px;
    text-align: center; }
  .to-more:hover {
    color: #fff;
    background: black; }

/*# sourceMappingURL=pro.css.map */
