main {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%; }

html {
  background: #f5f5f5;
  overflow-x: hidden;
  width: 100%; }

.news-title {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  width: 100%;
  text-align: center;
  font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
  font-size: 36px;
  color: #3a3a3a;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  margin-top: 30px; }
  .news-title:before {
    width: 10%;
    height: 3px;
    background: #797979;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0; }
  .news-title:after {
    width: 10%;
    height: 3px;
    background: #797979;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0; }

.news-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; }

.news-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; }

.case {
  margin-top: 30px;
  overflow: hidden; }
  .case li {
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    float: left; }
    .case li:hover a .pic .mask {
      width: 100%;
      height: 100%; }
    .case li:hover a .pic img {
      transform: scale(1.1);
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1); }
    .case li:hover a .title {
      background: #333;
      color: #fff; }
      .case li:hover a .title:before {
        width: 10%;
        background: #fff; }
      .case li:hover a .title:after {
        width: 10%;
        background: #fff; }
    .case li a {
      width: 100%;
      height: 100%;
      display: block; }
      .case li a .pic {
        position: relative;
        overflow: hidden;
        width: 100%; }
        .case li a .pic .mask {
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 0%;
          height: 0%;
          background: rgba(0, 0, 0, 0.5); }
        .case li a .pic img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
      .case li a .title {
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        width: 100%;
        height: 40px;
        background: #eeeeee;
        text-align: center;
        font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
        font-size: 14px;
        color: #333;
        line-height: 40px;
        position: relative; }
        .case li a .title:before {
          content: '';
          width: 5%;
          height: 2px;
          background: #333;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          left: 0;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }
        .case li a .title:after {
          content: '';
          width: 5%;
          height: 2px;
          background: #333;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto 0;
          right: 0;
          transition: 0.5s;
          -moz-transition: 0.5s;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s; }

.page {
  background: #333;
  line-height: 40px;
  color: white; }
  .page .current {
    background: #e71500 !important; }
  .page a {
    background: none;
    color: white;
    border: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; }
    .page a:hover {
      background: #e70014; }

.hezuo .product-list {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 24px; }
  .hezuo .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; }
    .hezuo .product-list li:hover .mask {
      top: 0; }
    .hezuo .product-list li img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    .hezuo .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%; }
      .hezuo .product-list li .mask .mask-main {
        width: 100%;
        height: 80px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0; }
        .hezuo .product-list li .mask .mask-main .mask-main1 {
          width: 100%;
          text-align: center;
          margin-bottom: 20px;
          font-family: "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
          font-size: 16px;
          color: #ffffff; }
        .hezuo .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; }
          .hezuo .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; }
          .hezuo .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); }

#container2 {
  display: none; }

#container3 {
  display: none; }

/*# sourceMappingURL=case.css.map */
