@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: auto;
    font-family: 微软雅黑;
}
body {overflow-x: auto;}

.container {
  width: 100%;
  height: auto; }
  .container .main {
    width: 100%;
    height: auto;
    /*走进威尔*/
    /*智能终端*/
    /*新闻中心*/
    /*客户服务，产品中心，加盟威尔，其他*/ }
    .container .main .swiper-banner {
      width: 100%;
      height: 78vh;
      background: gainsboro;
      position: relative;
      overflow: hidden; }
      .container .main .swiper-banner > div {
        width: 100%;
        height: 100%;
        margin: auto;
        position: relative; }
        .container .main .swiper-banner > div .swiper-imgs {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          left: -100%;
          cursor: pointer;
          /*img:nth-child(2){*/
          /*transform: rotate(180deg);*/
          /*}*/ }
          .container .main .swiper-banner > div .swiper-imgs img {
            width: 100%;
            height: 100%;
            /*animation: anima 3s;*/ }
          .container .main .swiper-banner > div .swiper-imgs > div {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
@keyframes anima {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
          .container .main .swiper-banner > div .swiper-imgs .msg-slot ul.text {
            max-width: 1200px;
            top: 25vh;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            position: absolute;
            height: 50%;
            margin-left: 300px;
            text-align: left;
            color: #fff; }
            .container .main .swiper-banner > div .swiper-imgs .msg-slot ul.text li {
              width: 800px;
              list-style: none; }
            .container .main .swiper-banner > div .swiper-imgs .msg-slot ul.text li.title {
              font-weight: bold;
              font-size: 50px;
              line-height: 50px;
              margin-bottom: 30px; }
            .container .main .swiper-banner > div .swiper-imgs .msg-slot ul.text li.content {
              font-size: 18px;
              line-height: 20px;
              margin-bottom: 50px; }
            .container .main .swiper-banner > div .swiper-imgs .msg-slot ul.text li.more {
              width: 240px;
              height: 50px;
              line-height: 50px;
              border: 1px solid #fff;
              padding-left: 25px;
              position: relative;
              font-size: 20px;
              cursor: pointer; }
              .container .main .swiper-banner > div .swiper-imgs .msg-slot ul.text li.more img {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 20px;
                margin: auto;
                width: 25px;
                height: 30px; }
        .container .main .swiper-banner > div .swiper-imgs:nth-child(1) {
          left: 0; }
      .container .main .swiper-banner ul.circleBtn {
        position: absolute;
        z-index: 100;
        width: 100%;
        left: 47%;
        right: 0;
        bottom: 25px;
        margin: auto;
        padding: 0 25px; }
        .container .main .swiper-banner ul.circleBtn li {
          width: 10px;
          height: 10px;
          border-radius: 100%;
          margin: 0 5px;
          cursor: pointer; }
        .container .main .swiper-banner ul.circleBtn .circClass {
          background: gray;
          display: inline-block; }
        .container .main .swiper-banner ul.circleBtn .cirAct {
          background: #FFF; }
      .container .main .swiper-banner .prev {
        width: 50px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        z-index: 15;
        font-size: 30px;
        color: #fff;
        cursor: pointer; }
      .container .main .swiper-banner .next {
        width: 50px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        z-index: 15;
        font-size: 30px;
        color: #fff;
        cursor: pointer; }
    .container .main .product-line {
      width: 1200px;
      height: 505px;
      margin: 80px auto; }
      .container .main .product-line .top-ul {
        display: flex;
        flex-direction: row; }
        .container .main .product-line .top-ul li {
          height: 505px;
          overflow: hidden;
          position: relative;
          flex: 1; }
          .container .main .product-line .top-ul li .normal {
            width: 100%;
            height: 100%;
            text-align: center;
            opacity: 1;
            -webkit-transition: all .8s ease-in-out;
            -moz-transition: all .8s ease-in-out;
            -ms-transition: all .8s ease-in-out;
            -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out; }
            .container .main .product-line .top-ul li .normal .top {
              position: relative;
              background-color: #F4F4F4;
              width: 100%;
              height: 255px;
              z-index: 10;
              padding: 40px;
              padding-top: 20px; }
              .container .main .product-line .top-ul li .normal .top:after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                left: 0;
                right: 0;
                bottom: -16px;
                margin: auto;
                border-top: 8px solid #F4F4F4;
                border-bottom: 8px solid transparent;
                border-right: 8px solid transparent;
                border-left: 8px solid transparent; }
              .container .main .product-line .top-ul li .normal .top .top-img {
                height: 70px; }
              .container .main .product-line .top-ul li .normal .top h4 {
                height: 20px;
                font-size: 18px;
                margin-top: 10px;
                margin-bottom: 20px; }
              .container .main .product-line .top-ul li .normal .top .pdiv {
                height: 75px;
                overflow: hidden; }
              .container .main .product-line .top-ul li .normal .top p {
                width: 100%;
                line-height: 25px;
                font-size: 14px;
                position: relative;
                /*&:after {
                  content: '...';
                  position: absolute;
                  right: 0;
                  bottom: 0;
                  padding-left: 30px;
                  background: -webkit-linear-gradient(left, transparent, #F4F4F4 70%);
                  background: -o-linear-gradient(right, transparent, #F4F4F4 70%);
                  background: -moz-linear-gradient(right, transparent, #F4F4F4 70%);
                  background: linear-gradient(to right, transparent, #F4F4F4 70%);
                }*/ }
            .container .main .product-line .top-ul li .normal .bg-img {
              position: absolute;
              left: 0;
              top: 255px;
              width: 100%;
              height: 250px;
              -webkit-transition: 0.3s;
              -moz-transition: 0.3s;
              -ms-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s;
              z-index: 1; }
          .container .main .product-line .top-ul li .fade-img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            margin-top: 0;
            opacity: 0;
            z-index: 30;
            -webkit-transition: all .8s ease-in-out;
            -moz-transition: all .8s ease-in-out;
            -ms-transition: all .8s ease-in-out;
            -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out; }
            .container .main .product-line .top-ul li .fade-img img {
              width: 100%;
              height: 100%; }
          .container .main .product-line .top-ul li .hover {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            background: rgba(68, 135, 189, 0.8);
            padding: 40px;
            opacity: 0;
            z-index: 40;
            -webkit-transition: all .8s ease-in-out;
            -moz-transition: all .8s ease-in-out;
            -ms-transition: all .8s ease-in-out;
            -o-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out; }
            .container .main .product-line .top-ul li .hover img {
              margin-top: 90px; }
            .container .main .product-line .top-ul li .hover h4 {
              height: 20px;
              font-size: 18px;
              color: #fff;
              margin-top: 5px;
              margin-bottom: 80px; }
            .container .main .product-line .top-ul li .hover .btn {
              width: 172px;
              height: 40px;
              line-height: 40px;
              margin: 0 auto;
              margin-top: 10px;
              color: #fff;
              border: 1px solid #fff;
              cursor: pointer; }
          .container .main .product-line .top-ul li:hover .fade-img {
            opacity: 1; }
          .container .main .product-line .top-ul li:hover .hover {
            opacity: 1; }
          .container .main .product-line .top-ul li:hover .normal {
            opacity: 0; }
        .container .main .product-line .top-ul li:nth-child(even) .normal {
          width: 100%;
          height: 100%;
          text-align: center; }
          .container .main .product-line .top-ul li:nth-child(even) .normal .top {
            position: relative;
            background-color: #F4F4F4;
            width: 100%;
            height: 250px;
            z-index: 10;
            top: 255px;
            padding: 40px;
            padding-top: 20px; }
            .container .main .product-line .top-ul li:nth-child(even) .normal .top:before {
              content: '';
              position: absolute;
              width: 0;
              height: 0;
              left: 0;
              right: 0;
              top: -16px;
              margin: auto;
              border-top: 8px solid transparent;
              border-bottom: 8px solid #F4F4F4;
              border-right: 8px solid transparent;
              border-left: 8px solid transparent; }
            .container .main .product-line .top-ul li:nth-child(even) .normal .top .top-img {
              height: 70px; }
            .container .main .product-line .top-ul li:nth-child(even) .normal .top h4 {
              height: 20px;
              font-size: 18px;
              margin-top: 10px;
              margin-bottom: 20px; }
            .container .main .product-line .top-ul li:nth-child(even) .normal .top p {
              width: 100%;
              line-height: 25px;
              overflow: hidden;
              position: relative;
              /*&:after {
                content: '...';
                position: absolute;
                right: 0;
                bottom: 0;
              }*/ }
          .container .main .product-line .top-ul li:nth-child(even) .normal .bg-img {
            position: absolute;
            left: 0;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            z-index: 1;
            top: 0;
            width: 100%;
            height: 255px; }
    .container .main .inner {
      width: 1200px;
      height: 100%;
      margin: 0 auto;
      overflow: hidden; }
    .container .main .about {
      height: 505px;
      text-align: center;
      background-image: url("../images/about_1.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover; }
      .container .main .about h4 {
        margin-top: 72px;
        margin-bottom: 38px;
        font-size: 36px;
        font-weight: bolder;
        color: #fff; }
      .container .main .about p {
        font-size: 16px;
        line-height: 30px;
        color: #fff; }
      .container .main .about ul {
        display: flex;
        margin-top: 90px; }
        .container .main .about ul li {
          flex: 1; }
          .container .main .about ul li p {
            font-size: 16px; }
            .container .main .about ul li p span {
              font-size: 76px;
              font-weight: bolder; }
          .container .main .about ul li dd {
            font-size: 16px;
            color: #fff; }
    .container .main .smart {
      background-color: #f4f4f4; }
      .container .main .smart h4 {
        margin-top: 72px;
        margin-bottom: 22px;
        font-size: 36px;
        font-weight: bolder;
        color: #000;
        text-align: center; }
      .container .main .smart .top-title {
        text-align: center; }
        .container .main .smart .top-title dd {
          font-size: 18px;
          color: #444;
          display: inline-block;
          margin-right: 25px;
          cursor: pointer; }
          .container .main .smart .top-title dd span {
            margin-left: 25px;
            font-size: 14px;
            color: #C1C1C1; }
          .container .main .smart .top-title dd:nth-last-child(1) span {
            display: none; }
          .container .main .smart .top-title dd:hover {
            color: #0e77bb; }
      .container .main .smart .product-wrap {
        width: 1200px;
        margin-top: 45px;
        overflow: hidden; }
        .container .main .smart .product-wrap .product {
          width: 1200px;
          overflow: hidden; }
          .container .main .smart .product-wrap .product .product-list {
            float: left;
            width: 20%;
            height: 265px;
            text-align: center;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            margin-bottom: 45px; }
            .container .main .smart .product-wrap .product .product-list .normal {
              width: 100%;
              height: 100%; }
              .container .main .smart .product-wrap .product .product-list .normal img {
                margin: 0 auto;
                margin-top: 45px;
                margin-bottom: 35px; }
              .container .main .smart .product-wrap .product .product-list .normal dd {
                font-size: 16px;
                -webkit-transition: 0.1s;
                -moz-transition: 0.1s;
                -ms-transition: 0.1s;
                -o-transition: 0.1s;
                transition: 0.1s; }
            .container .main .smart .product-wrap .product .product-list .hover {
              width: 100%;
              height: 100%;
              position: absolute;
              left: -100%;
              top: 0;
              background-color: rgba(38, 129, 193, 0.9);
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              -ms-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
              .container .main .smart .product-wrap .product .product-list .hover img {
                margin: 0 auto;
                margin-top: 70px;
                margin-bottom: 40px; }
              .container .main .smart .product-wrap .product .product-list .hover dd {
                font-size: 16px;
                color: #fff; }
            .container .main .smart .product-wrap .product .product-list:hover .normal dd {
              opacity: 0; }
            .container .main .smart .product-wrap .product .product-list:hover .hover {
              left: 0;
              z-index: 40; }
    .container .main .news-center h4 {
      margin-top: 72px;
      margin-bottom: 22px;
      font-size: 36px;
      font-weight: bolder;
      color: #000;
      text-align: center; }
    .container .main .news-center .top-title {
      text-align: center; }
      .container .main .news-center .top-title dd {
        font-size: 18px;
        color: #444;
        display: inline-block;
        margin-right: 25px;
        cursor: pointer; }
        .container .main .news-center .top-title dd span {
          margin-left: 25px;
          font-size: 14px;
          color: #C1C1C1; }
        .container .main .news-center .top-title dd:nth-last-child(1) span {
          display: none; }
        .container .main .news-center .top-title dd:hover {
          color: #0e77bb; }
    .container .main .news-center .news-wrap {
      width: 1200px;
      margin-top: 45px;
      overflow: hidden; }
      .container .main .news-center .news-wrap .news {
        width: 1200px;
        overflow: hidden; }
        .container .main .news-center .news-wrap .news .news-list {
          float: left;
          width: 50%;
          height: 130px;
          text-align: left;
          position: relative;
          overflow: hidden;
          cursor: pointer;
          margin-bottom: 10px;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .container .main .news-center .news-wrap .news .news-list .left {
            width: 20%;
            height: 100%;
            float: left;
            text-align: center;
            position: relative; }
            .container .main .news-center .news-wrap .news .news-list .left:after {
              content: '';
              width: 1px;
              height: 65px;
              background-color: #eee;
              position: absolute;
              right: 0;
              top: 0;
              bottom: 0;
              margin: auto; }
            .container .main .news-center .news-wrap .news .news-list .left dd {
              font-size: 50px;
              line-height: 50px;
              margin-bottom: 5px;
              color: #444;
              margin-top: 25px;
              -webkit-transition: 0.8s;
              -moz-transition: 0.8s;
              -ms-transition: 0.8s;
              -o-transition: 0.8s;
              transition: 0.8s; }
            .container .main .news-center .news-wrap .news .news-list .left span {
              font-size: 14px;
              color: #666;
              -webkit-transition: 0.8s;
              -moz-transition: 0.8s;
              -ms-transition: 0.8s;
              -o-transition: 0.8s;
              transition: 0.8s; }
          .container .main .news-center .news-wrap .news .news-list .right {
            width: 80%;
            height: 100%;
            padding-left: 40px;
            padding-right: 50px;
            float: left; }
            .container .main .news-center .news-wrap .news .news-list .right h5 {
              font-size: 18px;
              line-height: 30px;
              margin-top: 25px;
              margin-bottom: 5px;
              color: #000;
              font-weight: bolder; }
            .container .main .news-center .news-wrap .news .news-list .right .p-wrap {
              height: 40px;
              overflow: hidden; }
              .container .main .news-center .news-wrap .news .news-list .right .p-wrap p {
                font-size: 14px;
                line-height: 20px;
                height: 40px;
                text-align: justify;
                position: relative;
                color: #666; }
                .container .main .news-center .news-wrap .news .news-list .right .p-wrap p:after {
                  content: "...";
                  font-weight: bold;
                  position: absolute;
                  bottom: 0;
                  right: 0;
                  padding-left: 30px;
                  background: -webkit-linear-gradient(left, transparent, #fff 70%);
                  background: -o-linear-gradient(right, transparent, #fff 70%);
                  background: -moz-linear-gradient(right, transparent, #fff 70%);
                  background: linear-gradient(to right, transparent, #fff 70%); }
          .container .main .news-center .news-wrap .news .news-list:hover {
            background-color: #f4f4f4; }
          .container .main .news-center .news-wrap .news .news-list:hover dd {
            color: #0e77bb; }
          .container .main .news-center .news-wrap .news .news-list:hover span {
            color: #0e77bb; }
    .container .main .others {
      width: 1200px;
      margin: 0 auto;
      margin-top: 140px;
      margin-bottom: 80px;
      overflow: hidden;
      text-align: center; }
      .container .main .others .other {
        float: left;
        width: 384px;
        overflow: hidden;
        margin-right: 24px;
        cursor: pointer; }
        .container .main .others .other:nth-child(3n) {
          margin-right: 0; }
        .container .main .others .other dt {
          width: 384px;
          height: 340px;
          overflow: hidden; }
          .container .main .others .other dt img {
            width: 100%;
            height: 100%;
            -webkit-transition: 0.8s;
            -moz-transition: 0.8s;
            -ms-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s; }
        .container .main .others .other p {
          font-size: 24px;
          line-height: 35px;
          margin-top: 13px;
          margin-bottom: 5px;
          color: #444; }
        .container .main .others .other dd {
          font-size: 16px;
          line-height: 20px;
          color: #666; }
        .container .main .others .other:hover img {
          transform: scale(1.2);
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2); }
    .container .main .index-active {
      color: #0e77bb !important; }

/*# sourceMappingURL=index.css.map */
