.product {
  margin-top: 72px; }
  .product .banner-wrapper {
    position: relative;
    height: 440px;
  }
  .product .banner {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 1000px;
    height: 440px;
    background: -webkit-gradient(linear, left top, right top, from(#63B9FF), to(#3089F0));
    background: -webkit-linear-gradient(left, #63B9FF 0%, #3089F0 100%);
    background: linear-gradient(90deg, #63B9FF 0%, #3089F0 100%); }
    .product .banner.active {
      display: inline-block;
    }
    .product .banner:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 440px;
      content: ''; }
    .product .banner.first:after {
      background: url("/templates/xgjnew/img/product/banner.png") no-repeat center center;
      background-size: auto 440px;
    }
    .product .banner.second:after {
      background: url("/templates/xgjnew/img/product/banner-new.png") no-repeat center center;
      background-size: auto 440px;
      z-index: 0;
    }
    .product .banner.second .w1200 {
      z-index: 1;
    }
    .product .banner-wrapper .banner-dot-item {
      display: none;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 190px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: rgba(0,0,0,0.5);
      color: #fff;
      cursor: pointer;
    }
    .product .banner-wrapper:hover .banner-dot-item {
      display: flex;
    }
    .product .banner-wrapper .banner-dot-item.gray .icon {
      color: #999;
    }
    .product .banner-wrapper .banner-dot-item.left {
      left: 40px;
    }
    .product .banner-wrapper .banner-dot-item.right {
      right: 40px;
    }
    .product .banner-wrapper .banner-dot-item.active {
      width: 17px;
      background: #fff;
    }
    .product .banner .w1200 {
      position: relative;
      overflow: hidden;
      height: 100%;
      color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .product .banner .w1200 h2 {
        margin-top: 90px;
        font-size: 20px;
        line-height: 24px; }
        .product .banner .w1200 h2 .xgjlogo {
          height: 24px;
          width: 89px;
          display: inline-block;
          background-size: contain;
          vertical-align: top; }
        .product .banner .w1200 h2 .icon {
          font-size: 10px;
          vertical-align: 2px;
          margin-right: 13px;
          margin-left: 11px; }
      .product .banner .w1200 p {
        font-size: 40px;
        font-weight: 500;
        color: white;
        line-height: 40px;
        margin-top: 26px; }
      .product .banner .w1200 > span {
        display: block;
        font-size: 16px;
        color: white;
        line-height: 1.6;
        margin-top: 18px; }
      .product .banner .w1200 a {
        display: inline-block;
        margin-right: 20px;
        width: 128px;
        margin-top: 76px;
        cursor: pointer;
        width: 128px;
        background: white;
        -webkit-transition: all ease .8s;
        transition: all ease .8s;
        color: #0F93FF;
        border-radius: 22px;
        font-size: 14px;
        text-align: center;
        line-height: 44px;
        position: relative;
        z-index: 2; }
        .product .banner .w1200 a .icon {
          font-size: 20px;
          margin-right: 9px;
          vertical-align: -5px; }
        .product .banner .w1200 a:hover {
          -webkit-box-shadow: 0px 2px 6px 0px rgba(46, 116, 191, 0.5);
                  box-shadow: 0px 2px 6px 0px rgba(46, 116, 191, 0.5); }
      .product .banner .w1200 a:nth-of-type(2) {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff; }
        .product .banner .w1200 a:nth-of-type(2):hover {
          background: #fff;
          color: #0F93FF;
          -webkit-box-shadow: none;
                  box-shadow: none; }
  .product .product-wrapper {
    text-align: center; }
    .product .product-wrapper .title {
      color: #3D4042;
      font-size: 34px;
      font-weight: 500;
      margin: 80px 0 24px 0; }
    .product .product-wrapper .summary {
      color: #676C70;
      font-size: 16px;
      margin-bottom: 48px; }
      .product .product-wrapper .summary a {
        color: #0F93FF; }
    .product .product-wrapper .section-box {
      position: relative;
      height: 600px;
      margin: 0 auto;
      background: url("/templates/xgjnew/img/product/product-0.png") no-repeat;
      background-size: cover; }
      .product .product-wrapper .section-box ul li {
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 5px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        .product .product-wrapper .section-box ul li .obj {
          position: absolute;
          top: 0;
          width: 150px;
          height: 165.4px;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          z-index: 1; }
        .product .product-wrapper .section-box ul li.one {
          left: 75px;
          top: 115px; }
        .product .product-wrapper .section-box ul li.two {
          left: 290px;
          top: 25px; }
        .product .product-wrapper .section-box ul li.three {
          left: 740px;
          top: 25px; }
        .product .product-wrapper .section-box ul li.four {
          left: 965px;
          top: 115px; }
        .product .product-wrapper .section-box ul li.five {
          left: 960px;
          top: 325px; }
        .product .product-wrapper .section-box ul li.six {
          left: 710px;
          top: 410px; }
        .product .product-wrapper .section-box ul li.seven {
          left: 330px;
          top: 410px; }
        .product .product-wrapper .section-box ul li.eight {
          left: 100px;
          top: 325px; }
        .product .product-wrapper .section-box ul li.z-sel .obj {
          top: -20px;
          -webkit-transition: 0.65s;
          transition: 0.65s; }
    .product .product-wrapper .section-footer {
      margin-top: 180px;
      position: relative; }
      .product .product-wrapper .section-footer .tip {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 4px;
        text-align: center;
        z-index: 1; }
        .product .product-wrapper .section-footer .tip li {
          display: inline-block;
          width: 15px;
          background: #DDE4EB;
          height: 4px;
          margin-right: 10px;
          cursor: pointer; }
          .product .product-wrapper .section-footer .tip li:last-child {
            margin-right: 0; }
          .product .product-wrapper .section-footer .tip li.active {
            background: #0F93FF; }
      .product .product-wrapper .section-footer .section-menu {
        position: relative;
        height: 755px;
        text-align: center;
        font-size: 0; }
        .product .product-wrapper .section-footer .section-menu:after {
          content: '';
          position: absolute;
          width: 1188px;
          left: 6px;
          top: 97px;
          bottom: 0;
          height: 1px;
          background: #E1E6EB; }
        .product .product-wrapper .section-footer .section-menu .icon-left {
          position: absolute;
          left: -45px;
          font-size: 28px;
          line-height: 28px;
          height: 28px;
          bottom: 0;
          top: 0;
          display: block;
          margin: auto;
          cursor: pointer;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .product .product-wrapper .section-footer .section-menu .icon-right {
          position: absolute;
          right: -45px;
          font-size: 28px;
          line-height: 28px;
          height: 28px;
          bottom: 0;
          top: 0;
          display: block;
          margin: auto;
          cursor: pointer; }
      .product .product-wrapper .section-footer .section-menu-item {
        display: inline-block;
        color: #676C70;
        font-size: 16px;
        width: 144px;
        text-align: center;
        line-height: 55px;
        overflow: hidden; }
        .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler {
          cursor: pointer;
          position: relative;
          height: 97px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler:first-child {
            margin-left: 0; }
          .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler > span {
            line-height: 1;
            margin-top: 14px; }
          .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler .icon {
            display: block;
            width: 40px;
            height: 40px;
            margin-right: 4px;
            opacity: .4; }
            .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler .icon.section-menu-item-icon1 {
              background: url("/templates/xgjnew/img/product/section-menu-item1.png") no-repeat center center;
              background-size: contain; }
            .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler .icon.section-menu-item-icon2 {
              background: url("/templates/xgjnew/img/product/section-menu-item2.png") no-repeat center center;
              background-size: contain; }
            .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler .icon.section-menu-item-icon3 {
              background: url("/templates/xgjnew/img/product/section-menu-item3.png") no-repeat center center;
              background-size: contain; }
            .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler .icon.section-menu-item-icon4 {
              background: url("/templates/xgjnew/img/product/section-menu-item4.png") no-repeat center center;
              background-size: contain; }
            .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler .icon.section-menu-item-icon5 {
              background: url("/templates/xgjnew/img/product/section-menu-item5.png") no-repeat center center;
              background-size: contain; }
            .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler .icon.section-menu-item-icon6 {
              background: url("/templates/xgjnew/img/product/section-menu-item6.png") no-repeat center center;
              background-size: contain; }
            .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler .icon.section-menu-item-icon7 {
              background: url("/templates/xgjnew/img/product/section-menu-item7.png") no-repeat center center;
              background-size: contain; }
            .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler .icon.section-menu-item-icon8 {
              background: url("/templates/xgjnew/img/product/section-menu-item8.png") no-repeat center center;
              background-size: contain; }
          .product .product-wrapper .section-footer .section-menu-item .section-menu-item-handler .tabs-animation {
            font-size: 0;
            position: absolute;
            left: 100%;
            bottom: -1px;
            width: 100%;
            height: 10px;
            background-color: #fff;
            z-index: 10; }
        .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper {
          display: none;
          position: absolute;
          left: 0;
          right: 0;
          padding: 90px 0;
          text-align: center; }
          .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper .section-menu-item-main {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper .section-menu-item-main .main-left {
              width: 668px;
              height: 501px;
              margin-right: 66px;
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center; }
            .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper .section-menu-item-main .main-right {
              text-align: left;
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1; }
              .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper .section-menu-item-main .main-right .main-right-title {
                font-size: 30px;
                color: #3D4042;
                margin-bottom: 16px;
                line-height: 1;
                font-size: 30px;
                font-weight: 500; }
              .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper .section-menu-item-main .main-right .main-right-summary {
                font-size: 16px;
                margin-bottom: 40px;
                line-height: 1; }
              .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper .section-menu-item-main .main-right .main-right-wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                -webkit-box-flex: 1;
                    -ms-flex: 1;
                        flex: 1; }
                .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper .section-menu-item-main .main-right .main-right-wrapper .main-right-item {
                  width: 202px;
                  color: #676C70;
                  margin-bottom: 32px; }
                  .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper .section-menu-item-main .main-right .main-right-wrapper .main-right-item .main-right-item-title {
                    font-size: 16px;
                    font-weight: 500;
                    color: #676c70;
                    line-height: 1; }
                    .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper .section-menu-item-main .main-right .main-right-wrapper .main-right-item .main-right-item-title img {
                      width: 24px;
                      height: 24px;
                      margin-right: 10px;
                      vertical-align: middle; }
                  .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper .section-menu-item-main .main-right .main-right-wrapper .main-right-item .main-right-item-content {
                    font-size: 14px;
                    line-height: 21px;
                    padding-left: 34px;
                    color: #8d9399; }
                  .product .product-wrapper .section-footer .section-menu-item .section-menu-item-main-wrapper .section-menu-item-main .main-right .main-right-wrapper .main-right-item.mr {
                    margin-right: 56px; }
        .product .product-wrapper .section-footer .section-menu-item.z-sel .section-menu-item-handler {
          color: #0F93FF;
          position: relative; }
          .product .product-wrapper .section-footer .section-menu-item.z-sel .section-menu-item-handler .icon {
            opacity: 1; }
          .product .product-wrapper .section-footer .section-menu-item.z-sel .section-menu-item-handler .tabs-animation {
            -webkit-animation: electricity .8s;
                    animation: electricity .8s; }
          .product .product-wrapper .section-footer .section-menu-item.z-sel .section-menu-item-handler:after {
            position: absolute;
            content: '';
            height: 3px;
            width: 84px;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background: #0F93FF; }
        .product .product-wrapper .section-footer .section-menu-item.z-sel .section-menu-item-main-wrapper {
          display: block; }
    .product .product-wrapper .news {
      color: #3D4042;
      font-size: 16px;
      margin-top: 100px;
      margin-bottom: 82px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .product .product-wrapper .news img {
        width: 79px;
        height: 19px;
        margin-right: 17px;
        vertical-align: middle; }
      .product .product-wrapper .news a {
        color: #42AAFF;
        margin-left: 48px; }
      .product .product-wrapper .news .news-contDetail {
        color: #3D4042;
        font-size: 16px;
        margin-left: 0;
        display: none; }
        .product .product-wrapper .news .news-contDetail.active {
          display: inline; }

@-webkit-keyframes electricity {
  0% {
    left: 0;
    width: 100%; }
  100% {
    left: 101%;
    width: 0; } }

@keyframes electricity {
  0% {
    left: 0;
    width: 100%; }
  100% {
    left: 101%;
    width: 0; } }
