$color:#0095f0;
#index{
  .index-banner {
    width: 100%;
    position: relative;
    .index-swiper {
      width: 100%;
      height: 600px;
      position: relative;
      .swiper-slide {
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        .text-box{
          width: 1200px;
          margin:0 auto;
          margin-top: 145px;
          .tt{
            color: #fafafa;
            font-size: 50px;
            font-weight: bold;
            width: 538px;
          }
          .tt1{
            color: #fafafa;
            font-size: 38px;
            width: 775px;
            margin-top: 25px;
          }
        }
      }
      .swiper-pagination-index {
        bottom: 30px;
        span {
          margin-right: 10px;
        }
      }
      .swiper-pagination-bullet {
        width: 20px;
        height: 4px;
        background-color: #f2f6ff;
        border-radius: 2px;
        opacity: 0.5;
        transition: all 0.6s;
      }
      .swiper-pagination-bullet-active {
        width: 40px;
        opacity: 1;
        transition: all 0.6s;
      }
    }
  }
  .our-product{
    .top{
      .more{
        width: 140px;
        height: 40px;
        line-height: 40px;
        color: #666;
        font-size: 14px;
        text-align: center;
        background-color: #eeeeee;
        display: inline-block;
        transition: all 0.6s;
        &:hover{
          background-color: $color;
          color: #fff;
        }
      }
    }
    .pro-list{
      li{
        width:590px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        animation-delay: 0.1s;
        &:hover{
          .pic{
            img{
              transform: scale(1.1);
              -webkit-transform: scale(1.1);
              -moz-transform: scale(1.1);
            }
          }
          .link{
            .txt{
              color:#0095f0;
            }
          }
        }
        &:nth-of-type(2n){
          margin-right: 0;
        }
        a{
          .pic{
            width:100%;
            height: 465px;
            overflow: hidden;
            img{
              width: 100%;
              transition: transform .5s ease-out;
              -webkit-transition: transform .5s ease-out;
              -moz-transition: transform .5s ease-out;
            }
          }
          .link{
            padding-left: 30px;
            height: 50px;
            line-height: 50px;
            background-color: #fafafa;
            border-top: 1px solid #f3f3f3;
            .txt{
              font-size: 14px;
              color: #666;
              display: inline-block;
              width: 400px;
            }
            i{
              display: inline-block;
              width:50px;
              height: 50px;
              background-image: url("../images/13.png");
              background-repeat: no-repeat;
              background-size: 6px 9px;
              background-position: center;
            }
          }
        }
      }
    }
  }
  .about-us{
    width: 100%;
    height:400px;
    .left{
      width: 50%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("../images/15.png");
    }
    .right{
      color: #fff;
      width: 50%;
      height: 100%;
      background-image: url("../images/16.png");
      background-size: cover;
      background-repeat: no-repeat;
      padding: 40px 0 0 40px;
      .title-box{
        .t1{
          font-size:34px;
        }
        .t2{
          font-size:14px;
        }
        .line{
          width: 60px;
          height: 1px;
          background-color: #fff;
          margin-top: 15px;
        }
      }
      .info{
        color: #f1f9ff;
        font-size: 14px;
        line-height: 2em;
        width: 520px;
        height: 110px;
        margin-top: 30px;
      }
      .know-more{
        margin-top:50px;
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: solid 1px #eeeeee;
        color: #f1f9ff;
        font-size:14px;
        background-image: url("../images/14.png");
        background-repeat: no-repeat;
        background-position: 115px center;
      }
    }
  }
  .news-box{
    .top{
      display: flex;
      align-items: center;
      justify-content: space-between;
      .nav{
        li{
          color: #666;
          font-size: 14px;
          width: 140px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          float: left;
          margin-right: 10px;
          background-color: #eeeeee;
          cursor: pointer;
          transition: all .6s;
          &.active,&:hover{
            color: #fff;
            background-color: $color;
          }
        }
      }
    }
    .news-list{
      margin-top: 40px;
      .news-item{
        padding: 15px 0;
        display: block;
        .t1{
          color: #333;
          font-size: 18px;
        }
        .info{
          color: #999;
          font-size: 14px;
          line-height: 1.8em;
          margin-top:10px;
        }
        &:hover{
          .t1{
            color: $color;
          }
        }
      }
      .left{
        width: 50%;
        &:hover{
          .pic{
            img{
              transform: scale(1.1);
              -webkit-transform: scale(1.1);
              -moz-transform: scale(1.1);
            }
          }
          .link{
            .txt{
              color:#0095f0;
            }
          }
        }
        .pic{
          width: 100%;
          height:340px;
          overflow: hidden;
          display: block;
          img{
            width: 100%;
            transition: transform .5s ease-out;
            -webkit-transition: transform .5s ease-out;
            -moz-transition: transform .5s ease-out;
          }
        }
      }
      .right{
        width: 50%;
        padding-left: 30px;
        .news-item{
          border-bottom: 1px solid #efefef;
          &:last-of-type{
            border-bottom: 0;
          }
          &:first-of-type{
            padding-top: 0;
          }
        }
      }
    }
  }
  .case-box{
    width: 100%;
    height:365px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("../images/28.png");
    padding-top:40px;
    .top{
      display: flex;
      align-items: center;
      justify-content: space-between;
      .case-more{
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size:14px;
        color: #333;
        background-color: #ffffff;
        display: block;
        &:hover{
          color: #0067ae;
        }
      }
    }
    .case-list{
      margin-top: 35px;
      li{
        width: 224px;
        height: 80px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        &:nth-of-type(5n){
          margin-right: 0;
        }
        a{
          width: 100%;
          height: 100%;
          display: block;
          overflow: hidden;
          img{
            width: 100%;
          }
        }
      }
    }
  }
  .friend-link{
    padding: 35px 0;
    .label{
      display: inline-block;
      font-size: 18px;
      color: #666;
    }
    .item-box{
      width: 90%;
      margin-top: 5px;
      a{
        color: #bbb;
        font-size:14px;
        margin-right: 15px;
        margin-bottom: 5px;
        display: inline-block;
      }
    }
  }
}
#product{
  .big-content{
    .right-block-box{
      .pro-item-box{
        margin-top: 20px;
        li{
          width: 310px;
          float: left;
          margin-right: 20px;
          margin-bottom: 20px;
          &:hover{
            .pic{
              img{
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
              }
            }
          }
          &:nth-of-type(3n){
            margin-right: 0;
          }
          .pic{
            width: 100%;
            height: 245px;
            overflow: hidden;
            img{
              width: 100%;
              transition: transform .5s ease-out;
              -webkit-transition: transform .5s ease-out;
              -moz-transition: transform .5s ease-out;
            }
          }
          .info{
            background-color: #fafafa;
            height: 50px;
            line-height: 50px;
            font-size:14px;
            color: #666;
            padding: 0 10px 0 30px;
            border-top: 1px solid #f3f3f3;
          }
        }
      }
    }
  }
  .switch-pro-box{
    background-color: #e0e7ed;
    height: 50px;
    z-index: 8;
    position: relative;
    .bread-box{
      margin-top:12px;
    }
    .switch-box{
      width: 94px;
      height: 24px;
      line-height: 24px;
      color: #fff;
      font-size: 14px;
      background-color: #0095f0;
      border-radius: 3px;
      position: relative;
      display: inline-block;
      margin-top: 15px;
      margin-left: 10px;
      padding-left: 10px;
      cursor: pointer;
      .arr{
        width: 6px;
        height: 9px;
        background-image: url("../images/14.png");
        background-repeat: no-repeat;
        background-size: 100%;
        transform: rotate(90deg);
        transition: transform .6s;
        position: absolute;
        right: 10px;
        top: 8px;
        &.active{
          transform: rotate(270deg);
          transition: transform .6s;
        }
      }
    }
    .pro-select-box{
      padding: 25px 0 30px;
      background-color: rgba(255,255,255,.95);
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      display: none;
      z-index: 10;
      .item{
        .tt{
          color: $color;
          font-size: 18px;
          margin-bottom:10px;
        }
        .line-box{
          font-size: 14px;
          .label{
            color: #333;
          }
          .line{
            width: calc(100% - 140px);
            a{
              display: inline-block;
              padding: 0 15px;
              color: #666;
              line-height: 15px;
              border-right: 2px solid #666;
              margin-bottom: 10px;
              &:last-of-type{
                border-right: 0;
              }
              &:hover,&.active01{
                color: $color;
              }
            }
          }
        }
      }
    }
  }
  .pro-detail-content{
    .detail-content{
      padding: 20px 30px 80px;
      li{
        list-style: unset;
      }
      p{
        font-size:16px;
        color: #666;
        line-height: 1.8em;
      }
      .t1{
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 18px;
        color: #333;
      }
      img{
        max-width: 100%;
      }
      table{
        border: 1px solid #333;
        th,tr,td{
          border: 1px solid #333;
        }
      }
    }
    .download-box{
      min-height: 500px;
      .item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px 0 30px;
        color: #666;
        height: 50px;
        font-size: 16px;
        border-bottom: 1px solid #f2f2f2;
        .tt{
          color: #333;
        }
        .d-icon01{
          width: 15px;
          height: 15px;
          background-repeat: no-repeat;
          background-size: 100% 100%;
          background-image: url("../images/72.png");
          display: inline-block;
          vertical-align: middle;
          margin-right: 15px;
        }
        .down{
          display: inline-block;
          width: 40px;
          height: 100%;
          background-size: 18px 18px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/74.png");
        }
        &:hover{
          color: $color;
          .d-icon01{
            background-image: url("../images/73.png");
          }
          .down{
            background-image: url("../images/75.png");
          }
        }
      }
    }
  }
}

//走进威衡
#about{
  .about-content{
    padding-top:10px;
    .title{
      color: #333;
      .t1{
        font-size:34px;
      }
      .t2{
        font-size: 14px;
      }
      .line{
        width:60px;
        height: 2px;
        background-color: #333;
        margin-top: 15px;
      }
    }
    .content{
      padding-top: 30px;
      p{
        color:#666;
        font-size: 14px;
        line-height: 1.8em;
      }
      img{
        max-width: 100%;
      }
      table{
        border: 1px solid #333;
        th,tr,td{
          border: 1px solid #333;
        }
      }
    }
  }
  .honor-box{
    padding-top:20px;
    li{
      width: 310px;
      border: 1px solid #eee;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      cursor: pointer;
      &:nth-of-type(3n){
        margin-right: 0;
      }
      &:hover{
        .pic{
          img{
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
          }
        }
      }
      .pic{
        width: 100%;
        height: 240px;
        overflow: hidden;
        img{
          width: 100%;
          transition: transform .5s ease-out;
          -webkit-transition: transform .5s ease-out;
          -moz-transition: transform .5s ease-out;
        }
      }
      .info{
        color: #666;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        border-top: 1px solid #eee;
        text-align: center;
        padding: 0 10px;
      }
    }
  }
  .culture-box{
    padding-top:15px;
    .cul-bg{
      width: 100%;
      height:430px;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/38.png");
      position: relative;
      .culture-txt{
        color: #fff;
        background-color: rgba(0,149,240,.8);
        width: 460px;
        height: 130px;
        padding: 25px 0 0 30px;
        position: absolute;
        top: calc(50% - 65px);
        left: 0;
        .t1{
          font-size:18px;
        }
        .t2{
          font-size:36px;
        }
      }
    }
    .text-box{
      background-color:#f9f9f9;
      padding: 30px;
      .tt{
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 25px;
        .label{
          color: #333;
          font-size:18px;
        }
        .cont{
          width: 90%;
          margin-top: 5px;
        }
      }
      .txt-list{
        width: 100%;
        padding-top: 30px;
        li{
          width: 20%;
          padding: 0 20px 10px;
          text-align: center;
          float: left;
          border-right: 1px solid #eaeaea;
          &:last-of-type{
            border: 0;
          }
          img{
            width: 28px;
          }
          .t1{
            font-size:16px;
            color: #333;
            padding: 8px 0;
          }
          .t2{
            font-size: 14px;
            color: #666;
          }
        }
      }
    }
  }
  .team-box{
    padding-top:20px;
    li{
      width: 310px;
      border: 1px solid #eee;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      cursor: pointer;
      &:hover{
        .pic{
          img{
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
          }
        }
      }
      &:nth-of-type(3n){
        margin-right: 0;
      }
      .pic{
        width: 100%;
        height: 200px;
        overflow: hidden;
        img{
          width: 100%;
          transition: transform .5s ease-out;
          -webkit-transition: transform .5s ease-out;
          -moz-transition: transform .5s ease-out;
        }
      }
      .info{
        color: #666;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
      }
    }
  }
}

//资讯中心
#news{
  .news-list-box{
    li{
      padding: 20px 0;
      border-bottom: 1px solid #ebebeb;
      &:hover{
        .pic{
          img{
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
          }
        }
      }
      .pic{
        width: 212px;
        height: 120px;
        overflow: hidden;
        img{
          width: 100%;
          transition: transform .5s ease-out;
          -webkit-transition: transform .5s ease-out;
          -moz-transition: transform .5s ease-out;
        }
      }
      .info-box{
        width: calc(100% - 212px);
        padding-left: 30px;
        .t1{
          color: #333;
          font-size: 18px;
        }
        .info{
          color: #999;
          height: 45px;
          line-height: 1.8em;
          font-size: 14px;
          margin-top: 10px;
        }
        .date{
          color: #d6d6d6;
          font-size: 14px;
          margin-top: 20px;
        }
      }
      &:hover{
        .info-box{
          .t1{
            color: $color;
          }
        }
      }
    }
  }
  .news-detail-cont{
    .title-box{
      border-bottom: 1px solid #ebebeb;
      text-align: center;
      padding: 30px 0 15px;
      .t1{
        font-size: 24px;
        color: #333;
        font-weight: bold;
      }
      .t2{
        margin-top: 10px;
        span{
          font-size: 14px;
          color: #d6d6d6;
        }
      }
    }
    .content{
      padding:30px 0;
      p{
        color:#666;
        font-size: 14px;
        line-height: 1.8em;
      }
      img{
        max-width: 100%;
      }
      table{
        border: 1px solid #333;
        th,tr,td{
          border: 1px solid #333;
        }
      }
    }
    .cont-bottom{
      padding-top:20px;
      border-top: 1px solid #ebebeb;
      .left{
        width: 80%;
        p{
          font-size: 14px;
          span{
            color: #666;
          }
          a{
            color: #333;
          }
          &:hover{
            a{
              color: $color;
            }
          }
        }
      }
      .back{
        width: 140px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        background-color:$color;
      }
    }
  }
}

//合作案例
#case{
  .case-nav{
    li{
      width: 170px;
      height: 40px;
      float: left;
      margin-right: 10px;
      a{
        display: inline-block;
        height: 100%;
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
        background-color: #f4f4f4;
        transition: all 0.6s;
      }
      &.active,&:hover{
        a{
          background-color: $color;
          color: #fff;
        }
      }
      &:last-of-type{
        margin-right: 0;
      }
    }
  }
  .case-box{
    padding-top:20px;
    li{
      width: 310px;
      border: 1px solid #eee;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      &:nth-of-type(3n){
        margin-right: 0;
      }
      &:hover{
        .pic{
          img{
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
          }
        }
      }
      .pic{
        width: 100%;
        height: 110px;
        overflow: hidden;
        img{
          width: 100%;
          transition: transform .5s ease-out;
          -webkit-transition: transform .5s ease-out;
          -moz-transition: transform .5s ease-out;
        }
      }
      .info{
        color: #666;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        border-top: 1px solid #eee;
        text-align: center;
        padding: 0 10px;
      }
    }
  }
}

//投诉建议
#advise{
  .advise-box{
    padding-top: 15px;
    >div{
      width: 475px;
      height: 280px;
      border: solid 1px #eeeeee;
      padding: 70px 10px 0;
      text-align: center;
      img{
        width: 60px;
      }
      .t1{
        color: #666;
        font-size:20px;
        padding: 15px 0 25px;
      }
      .t2{
        color: #333;
        font-size:30px;
      }
    }
  }
  .download-box{
    min-height: 500px;
    .item{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px 0 30px;
      color: #666;
      height: 50px;
      font-size: 16px;
      border-bottom: 1px solid #f2f2f2;
      .tt{
        color: #333;
        width: 360px;
      }
      .d-icon01{
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("../images/72.png");
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
      }
      .down{
        display: inline-block;
        width: 40px;
        height: 100%;
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/74.png");
      }
      &:hover{
        color: $color;
        .d-icon01{
          background-image: url("../images/73.png");
        }
        .down{
          background-image: url("../images/75.png");
        }
      }
    }
  }
}

//招聘
#recruit{
  .recruit-box{
    margin-top: 15px;
    .re-item{
      .re-top{
        color: #333;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        padding-left: 20px;
        position: relative;
        border-top: 1px solid #ebebeb;
        cursor: pointer;
        i{
          position: absolute;
          top: 15px;
          right: 30px;
          display: inline-block;
          background-size: 20px 20px;
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-image: url("../images/66.png");
        }
        &.active{
          color: #fff;
          background-color: $color;
          i{
            background-image: url("../images/67.png");
          }
        }
      }
      .re-content{
        padding: 20px 20px 30px;
        display: none;
        .item{
          margin-bottom: 20px;
          .tt{
            color: #333;
            font-size: 18px;
          }
          .info{
            margin-top: 10px;
            p{
              color: #666;
              font-size: 14px;
              line-height: 1.8em;
            }
          }
        }
        .join-btn{
          width: 150px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          color: #fff;
          font-size: 14px;
          background-color: $color;
          display: inline-block;
        }
      }
      &:last-of-type{
        .re-top{
          border-bottom: 1px solid #ebebeb;
        }
      }
    }
  }
}

#contact{
  .contact-content{
    padding-bottom: 70px;
    .map{
      height:405px;
    }
    .address-info{
      width: 100%;
      padding-top: 30px;
      background-color: #fbfbfb;
      li{
        width: 25%;
        padding: 0 20px 10px;
        text-align: center;
        float: left;
        border-right: 1px solid #eaeaea;
        &:last-of-type{
          border: 0;
        }
        img{
          width: 30px;
        }
        .t1{
          font-size:16px;
          color: #666;
          padding: 8px 0;
          font-weight: bold;
        }
        .t2{
          font-size: 14px;
          color: #666;
        }
      }
    }
    .sale-center{
      .title{
        color: #333;
        font-size: 24px;
        border-bottom: 1px solid #e5e5e5;
        padding: 25px 0 15px;
      }
      .sale-list{
        li{
          width: 33.33%;
          float: left;
          padding: 25px 0;
          border-bottom: 1px solid #e5e5e5;
          .t1{
            color: #333;
            font-size:18px;
            font-weight: bold;
          }
          .t2{
            margin-top: 10px;
            span{
              font-size: 14px;
              color: #666;
            }
          }
        }
      }
    }
  }
}


#search{
  .search-result{
    width: 100%;
    padding-bottom: 30px;
    padding-top: 50px;
    min-height: 600px;
    .item{
      width: 100%;
      padding: 14px 0;
      border-bottom: 1px solid #e6e6e6;
      .title{
        width: 100%;
        line-height: 14px;
        font-size: 14px;
        display: flex;
        align-items: center;
        i{
          display: inline-block;
          width: 4px;
          height: 4px;
          background-color: $color;
          margin-right: 10px;
        }
        p{
          display: inline-block;
          width: calc(100% - 14px);
        }
      }
      .date{
        width: 100%;
        font-size: 12px;
        line-height: 12px;
        color: #999;
        margin-top: 10px;
        padding-left: 14px;
      }
    }
    .pages{
      margin-top: 30px;
    }
  }
}
@media screen and (max-width: 1700px){
  #index .index-banner .index-swiper{
    height: 455px;
  }
  .inner-banner{
    height: 380px;
  }
}