@charset "UTF-8";

body {
  background-color: #fff;
}

@media screen and (min-width: 960px) {
  .banner{
    height: 320px;
  }
  .banner h1{
    z-index: 2;
  }
  .nav #nav ul li a {
    color: #fff;
  }

  .nav #nav ul li .subNav a {
    color: #333;
  }

  .fixed.nav #nav ul li a {
    color: #333;
  }

  .nav #nav ul li.cur a {
    color: #FF6A06;
  }

  .banner {
    text-align: center;
  }

  .banner img {
    width: 100%;
  }

  /* 服务客户 */
  .customer {
    height: 530px;
    width: 1160px;
    margin: 0 auto;
  }

  .customer .custom_case ul {
    display: flex;
    flex-wrap: wrap;
    width: 1220px;
  }

  .customer .custom_case ul li {
    font-size: 16px;
    overflow: hidden;
    width: 275px;
    height: 180px;
    margin: 0 20px 20px 0;
    position: relative;
  }

  .customer .custom_case ul li a::after {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
  }

  .customer .custom_case ul li a:hover:after {
    left: 100%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
  }

  .customer .custom_case ul li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .customer .custom_case ul li:hover p {
    color: #FF6A06;
    transform: scale(1.07, 1.07);
    -webkit-transform: scale(1.07, 1.07);
    -o-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
  }

  .customer .custom_case ul li img:hover {
    transform: scale(1.07, 1.07);
    -webkit-transform: scale(1.07, 1.07);
    -o-transform: scale(1.07, 1.07);
    -ms-transform: scale(1.07, 1.07);
  }

  .customer .custom_case ul li img,
  .customer .custom_case ul li p {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .customer .custom_case ul li p {
    height: 32px;
    line-height: 32px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    position: absolute;
    width: 275px;
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 960px) {
  .content {
    font-size: .1rem;
  }

  .news-tab {
    margin: 0 .18rem .15rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .news-tab span {
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    color: #FF6A06;
    border: 1px solid #FF6A06;
    border-radius: .15rem;
    margin-right: .05rem;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    padding: 0 .1rem;
  }

  .news-tab span.active {
    background: #FF6A06;
    color: #fff;
  }

  .news-tab-cont {
    padding: 0 .1rem;
  }

  .banner {
    text-align: center;
  }

  .banner img {
    height: 100%;
  }
}