input::-webkit-input-placeholder {
  color: #000; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000; }

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }

.left {
  float: left; }

.right {
  float: right; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }

.bc {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.main {
  background-color: #1b1b1b;
  width: 100%;
  overflow: hidden; }

.bgc {
  background-color: #fff; }

.header-box {
  width: 100%;
  height: 90px;
  background-color: #000; }
  .header-box .header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .header-box .header .header-new {
      width: 1680px;
      height: auto;
      max-width: 94%;
      margin: 0 auto;
      position: relative; }
      .header-box .header .header-new .logo {
        width: 201px;
        height: 27px;
        margin-top: 22px;
        display: block;
        float: left;
        position: relative;
        z-index: 3; }
      .header-box .header .header-new .header-right {
        float: right;
        position: relative;
        z-index: 3; }
        .header-box .header .header-new .header-right .button {
          float: right;
          width: 174px;
          height: 44px;
          display: block;
          text-align: center;
          font-size: 18px;
          line-height: 44px;
          border: 2px solid #fff;
          background-color: #fff;
          color: #000;
          border-radius: 44px;
          margin-top: 21px;
          transition: background .5s,color .5s;
          position: relative;
          z-index: 20; }
        .header-box .header .header-new .header-right .search {
          width: 30px;
          height: 30px;
          margin-top: 30px;
          margin-right: 20px;
          float: right;
          position: relative;
          transition: all .5s; }
          .header-box .header .header-new .header-right .search .search-new {
            width: 30px;
            height: 30px;
            position: absolute;
            top: 0;
            left: 0;
            transition: all .5s;
            border-radius: 30px;
            z-index: 15; }
            .header-box .header .header-new .header-right .search .search-new .text {
              width: 120px;
              height: 30px;
              padding-left: 10px;
              background: none;
              border: none;
              font-size: 12px;
              line-height: 30px;
              color: #fff;
              position: absolute;
              left: 0;
              top: 0;
              opacity: 0;
              transition: opacity .5s; }
              .header-box .header .header-new .header-right .search .search-new .text::-webkit-input-placeholder {
                color: #fff; }
              .header-box .header .header-new .header-right .search .search-new .text:-moz-placeholder {
                color: #fff; }
              .header-box .header .header-new .header-right .search .search-new .text::-moz-placeholder {
                color: #fff; }
              .header-box .header .header-new .header-right .search .search-new .text:-ms-input-placeholder {
                color: #fff; }
            .header-box .header .header-new .header-right .search .search-new .submit {
              width: 30px;
              height: 30px;
              float: right;
              display: block;
              border: none;
              background-color: rgba(0, 0, 0, 0);
              background-position: center center;
              background-image: url(../image/search.png);
              background-repeat: no-repeat; }
          .header-box .header .header-new .header-right .search:hover .search-new {
            width: 160px;
            background-color: #000;
            left: -130px; }
            .header-box .header .header-new .header-right .search:hover .search-new .text {
              opacity: 1; }
        .header-box .header .header-new .header-right .cn {
          width: 22px;
          height: 20px;
          display: block;
          float: right;
          font-size: 20px;
          line-height: 20px;
          text-align: center;
          color: #999;
          margin-right: 32px;
          margin-top: 36px;
          font-weight: bold; }
          .header-box .header .header-new .header-right .cn:hover {
            color: #8bc331; }
          .header-box .header .header-new .header-right .cn.on {
            color: #8bc331; }
      .header-box .header .header-new .nav {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .header-box .header .header-new .nav ul {
          width: 100%;
          height: 100%;
          text-align: center; }
          .header-box .header .header-new .nav ul li {
            display: inline-block; }
            .header-box .header .header-new .nav ul li a {
              font-size: 18px;
              line-height: 90px;
              color: #999;
              padding: 0 23px;
              font-weight: bold; }
            .header-box .header .header-new .nav ul li:hover a {
              color: #8ac331; }
            .header-box .header .header-new .nav ul li.on a {
              color: #8ac331; }
  .header-box .header-m {
    width: 100%;
    height: 70px; }
    .header-box .header-m .logo {
      width: 185px;
      height: auto;
      margin-top: 20px;
      display: block;
      float: left;
      position: relative;
      z-index: 3;
      margin-left: 3%; }
    .header-box .header-m .nav-click {
      width: 30px;
      height: 30px;
      display: block;
      margin-top: 20px;
      margin-right: 3%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../image/nav_click.png);
      background-size: 30px;
      float: right; }
      .header-box .header-m .nav-click.on {
        background-image: url(../image/nav_close.png);
        background-size: 22px; }
    .header-box .header-m .cn {
      width: 22px;
      height: 100%;
      display: block;
      float: right;
      margin-right: 20px;
      font-size: 20px;
      line-height: 70px;
      text-align: center;
      color: #fff;
      font-weight: bold; }
      .header-box .header-m .cn:hover {
        color: #8bc331; }
      .header-box .header-m .cn.on {
        color: #8bc331; }
    .header-box .header-m .nav-m {
      width: 100%;
      height: 744px;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      display: none;
      top: 70px;
      right: 0;
      z-index: 400; }
      .header-box .header-m .nav-m ul {
        width: 220px;
        height: 100%;
        float: right;
        background: #000;
        margin-top: -1px; }
        .header-box .header-m .nav-m ul li {
          width: 100%;
          height: auto;
          border-top: 1px solid #eee; }
          .header-box .header-m .nav-m ul li .tits {
            width: 100%;
            height: 60px;
            font-size: 16px;
            line-height: 60px;
            display: block;
            color: #fff; }
            .header-box .header-m .nav-m ul li .tits span {
              float: left;
              margin-left: 40px; }
          .header-box .header-m .nav-m ul li.first-child {
            border-top: none; }
  .header-box .cn-n {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 90px;
    left: 0;
    z-index: 100;
    background-color: #242424;
    display: none; }
    .header-box .cn-n .cn-new {
      width: 1680px;
      height: auto;
      max-width: 94%; }
      .header-box .cn-n .cn-new .item {
        float: right;
        margin-right: 7%; }
        .header-box .cn-n .cn-new .item a {
          font-size: 14px;
          line-height: 70px;
          color: #fff;
          float: left;
          display: block;
          font-weight: bold;
          padding: 0 10px;
          margin: 0 10px;
          position: relative; }
          .header-box .cn-n .cn-new .item a:after {
            width: calc(100% - 20px);
            height: 3px;
            background-color: #242424;
            position: absolute;
            bottom: 0;
            left: 10px;
            content: ''; }
          .header-box .cn-n .cn-new .item a:hover:after {
            background-color: #8bc331; }
  @media (max-width: 1580px) {
    .header-box .header .header-new .header-right .cn {
      margin-right: 15px; }
    .header-box .header .header-new .header-right .search {
      margin-right: 15px; }
    .header-box .header .header-new .header-right .button {
      width: 126px; } }
  @media (max-width: 1360px) {
    .header-box .header .header-new .nav ul li a {
      padding: 0 15px; }
    .header-box .header .header-new .header-right .button {
      width: 92px;
      height: 26px;
      margin-top: 30px;
      line-height: 26px; } }
  @media (max-width: 1190px) {
    .header-box .header .header-new .nav ul li a {
      padding: 0 8px;
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .header-box {
      height: 70px; }
      .header-box .header {
        display: none; }
      .header-box .header-m {
        display: block; }
      .header-box .cn-n {
        height: 40px;
        top: 70px; }
        .header-box .cn-n .cn-new .item {
          margin-right: 0; }
          .header-box .cn-n .cn-new .item a {
            line-height: 40px; } }
  @media (max-width: 530px) {
    .header-box {
      height: 50px; }
      .header-box .header-m {
        height: 50px; }
        .header-box .header-m .logo {
          width: 140px;
          margin-top: 10px; }
        .header-box .header-m .nav-click {
          width: 22px;
          height: 22px;
          margin-top: 14px;
          background-size: 22px; }
          .header-box .header-m .nav-click.on {
            background-size: 16px; }
        .header-box .header-m .nav-m {
          top: 50px; }
        .header-box .header-m .cn {
          line-height: 50px; }
      .header-box .cn-n {
        top: 50px; } }
  @media (max-width: 440px) {
    .header-box .header-m .nav-m ul {
      width: 170px; }
      .header-box .header-m .nav-m ul li .tits {
        font-size: 14px;
        height: 45px;
        line-height: 45px; }
        .header-box .header-m .nav-m ul li .tits span {
          margin-left: 20px; }
        .header-box .header-m .nav-m ul li .tits i {
          width: 15px !important;
          height: 8px;
          margin-right: 15px;
          margin-top: 18px; }
      .header-box .header-m .nav-m ul li dl dd {
        font-size: 14px;
        line-height: 40px;
        height: 40px; }
        .header-box .header-m .nav-m ul li dl dd a {
          padding-left: 20px; } }

.index-banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .index-banner ul {
    width: 100%;
    height: 100%; }
    .index-banner ul li {
      width: 100%;
      height: 100%;
      position: relative;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .index-banner ul li .con {
        width: 100%;
        height: 100%;
        position: relative; }
        .index-banner ul li .con .con-new {
          width: 1680px;
          height: auto;
          margin: 0 auto;
          max-width: 92%;
          color: #fff;
          padding-top: 15%; }
          .index-banner ul li .con .con-new .tits {
            font-size: 80px;
            line-height: 80px;
            transform: translateY(50px);
            opacity: 0;
            transition: transform 0.5s,opacity 0.5s; }
          .index-banner ul li .con .con-new .tit {
            font-size: 46px;
            line-height: 46px;
            margin-top: 1%;
            transform: translateY(50px);
            opacity: 0;
            transition: transform 0.5s,opacity 0.5s;
            transition-delay: 0.2s; }
          .index-banner ul li .con .con-new .tit1 {
            font-size: 32px;
            line-height: 34px;
            margin-top: 4%;
            transform: translateY(50px);
            opacity: 0;
            transition: transform 0.5s,opacity 0.5s;
            transition-delay: 0.2s; }
          .index-banner ul li .con .con-new .more {
            font-size: 18px;
            line-height: 20px;
            padding-left: 37px;
            color: #8cc332;
            display: inline-block;
            background-repeat: no-repeat;
            background-position: left center;
            background-image: url(../image/banner_icon1.png);
            margin-top: 1.5%;
            font-weight: bold;
            transform: translateY(50px);
            opacity: 0;
            transition: transform 0.5s,opacity 0.5s;
            transition-delay: 0.4s; }
        .index-banner ul li .con .pic {
          width: 49.8%;
          height: auto;
          position: absolute;
          bottom: 0;
          right: 1.6%; }
        .index-banner ul li .con.c1 .con-new {
          text-align: center;
          padding-top: 3%; }
        .index-banner ul li .con.c1 .pic {
          width: 43.4%;
          right: 0;
          left: 50%;
          transform: translateX(-50%); }
        .index-banner ul li .con.c2 .pic {
          width: 42.3%;
          transform: translateX(-25%); }
        .index-banner ul li .con.c3 .con-new .tits {
          font-size: 80px;
          line-height: 80px; }
        .index-banner ul li .con.c3 .pic {
          width: 40.3%; }
        .index-banner ul li .con.c4 .pic {
          width: 92.9%;
          bottom: 2%; }
          .index-banner ul li .con.c4 .pic.pic1 {
            display: none; }
      .index-banner ul li.swiper-slide-active .con .con-new .tits {
        transform: translateY(0);
        opacity: 1; }
      .index-banner ul li.swiper-slide-active .con .con-new .tit {
        transform: translateY(0);
        opacity: 1; }
      .index-banner ul li.swiper-slide-active .con .con-new .tit1 {
        transform: translateY(0);
        opacity: 1; }
      .index-banner ul li.swiper-slide-active .con .con-new .more {
        transform: translateY(0);
        opacity: 1; }
  .index-banner .btns {
    width: 12px !important;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    left: 97% !important; }
    .index-banner .btns span {
      width: 12px;
      height: 12px;
      display: block;
      background-color: #fff;
      border-radius: 12px;
      margin: 10px 0;
      transition: height 0.5s;
      opacity: 1;
      cursor: pointer; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        height: 30px;
        background-color: #8ac331; }
  .index-banner .share {
    width: 14px;
    height: auto;
    position: absolute;
    left: 2%;
    top: 10%;
    z-index: 10; }
    .index-banner .share .line {
      width: 2px;
      height: 20px;
      background-color: rgba(255, 255, 255, 0.5);
      margin: 0 auto; }
    .index-banner .share img {
      width: 10px;
      height: auto;
      display: block;
      margin-left: 2px;
      margin-top: 25px; }
    .index-banner .share .share-box {
      width: 100%;
      height: auto;
      margin-top: 20px; }
      .index-banner .share .share-box a {
        width: 14px;
        height: 12px;
        display: block;
        margin-bottom: 15px;
        opacity: 0.5;
        transition: opacity .5s;
        background-repeat: no-repeat;
        background-position: center center; }
        .index-banner .share .share-box a.a1 {
          background-image: url(../image/a1.png); }
        .index-banner .share .share-box a.a2 {
          background-image: url(../image/a2.png); }
        .index-banner .share .share-box a.a3 {
          background-image: url(../image/a3.png); }
        .index-banner .share .share-box a.a4 {
          background-image: url(../image/a4.png); }
        .index-banner .share .share-box a:hover {
          opacity: 1; }
  .index-banner .down {
    width: 24px;
    height: auto;
    position: absolute;
    bottom: 35px;
    left: 2%;
    padding-bottom: 30px;
    z-index: 10; }
    .index-banner .down img {
      width: 9px;
      height: auto;
      display: block;
      margin: auto; }
    .index-banner .down i {
      width: 24px;
      height: 12px;
      background-image: url(../image/dwon.png);
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0;
      left: 0;
      animation: slideInDown 1s infinite linear; }
  @media (max-width: 1460px) {
    .index-banner ul li .con .con-new .tits {
      font-size: 60px;
      line-height: 60px; }
    .index-banner ul li .con .con-new .tit {
      font-size: 38px;
      line-height: 38px; }
    .index-banner ul li .con.c3 .con-new .tits {
      font-size: 54px;
      line-height: 54px; } }
  @media (max-width: 1024px) {
    .index-banner {
      min-height: 575px; }
      .index-banner ul {
        height: 100%; }
        .index-banner ul li {
          height: 100%; }
          .index-banner ul li .con .con-new {
            padding-top: 5%;
            text-align: center; }
          .index-banner ul li .con .pic {
            width: 60%;
            margin: 3% auto 0;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%) !important;
            position: absolute;
            margin: auto; }
          .index-banner ul li .con.c1 .pic {
            width: 60%; }
          .index-banner ul li .con.c4 .pic {
            width: 100%;
            display: none; }
            .index-banner ul li .con.c4 .pic.pic1 {
              display: block; }
      .index-banner .btns {
        width: 100% !important;
        text-align: center;
        font-size: 0;
        left: 0 !important;
        top: 96%;
        transform: translate(0); }
        .index-banner .btns span {
          width: 8px;
          height: 8px;
          border-radius: 8px;
          margin: 0 10px;
          display: inline-block;
          transition: width .5s; }
          .index-banner .btns span.swiper-pagination-bullet-active {
            width: 25px;
            height: 8px;
            background-color: #8ac331; }
      .index-banner .share {
        display: none; }
      .index-banner .down {
        display: none; } }
  @media (max-width: 670px) {
    .index-banner ul li .con .con-new .tits {
      font-size: 44px;
      line-height: 46px; }
    .index-banner ul li .con .con-new .tit {
      font-size: 20px;
      line-height: 22px; }
    .index-banner ul li .con .con-new .tit1 {
      font-size: 20px;
      line-height: 20px; }
    .index-banner ul li .con .con-new .more {
      padding-left: 25px;
      font-size: 16px; }
    .index-banner ul li .con.c3 .con-new .tits {
      font-size: 32px;
      line-height: 32px; }
    .index-banner .share img {
      margin-top: 10px; }
    .index-banner .share .share-box {
      margin-top: 10px; }
      .index-banner .share .share-box a {
        margin-bottom: 5px; } }
  @media (max-width: 600px) {
    .index-banner ul li .con .con-new {
      padding-top: 12%; }
      .index-banner ul li .con .con-new .tits {
        font-size: 30px;
        line-height: 30px; }
      .index-banner ul li .con .con-new .tit {
        margin-top: 4%; }
      .index-banner ul li .con .con-new .tit1 {
        font-size: 16px;
        line-height: 16px;
        margin-top: 5%; }
      .index-banner ul li .con .con-new .more {
        margin-top: 6%; }
    .index-banner ul li .con.c1 .con-new {
      padding-top: 20%; }
    .index-banner ul li .con.c3 .con-new .tits {
      font-size: 28px;
      line-height: 28px; }
    .index-banner ul li .con.c4 .con-new {
      padding-top: 27%; }
    .index-banner ul li .con.c4 .pic {
      margin: 10% auto 0; }
    .index-banner ul li .con .pic {
      width: 96% !important; } }

.index {
  width: 100%;
  height: auto;
  background-color: #101010; }
  .index .index-product {
    width: 1680px;
    height: auto;
    margin: 0 auto;
    max-width: 94%; }
    .index .index-product .title {
      width: 1160px;
      margin: 5% auto 0;
      max-width: 94%;
      text-align: center; }
      .index .index-product .title .tits {
        font-size: 54px;
        line-height: 56px;
        color: #fff; }
      .index .index-product .title .tit {
        font-size: 20px;
        line-height: 40px;
        color: #999;
        margin-top: 3%; }
    .index .index-product .list {
      width: 100%;
      height: auto;
      overflow: hidden;
      margin-top: 5%; }
      .index .index-product .list ul {
        width: 100%;
        height: auto; }
        .index .index-product .list ul li {
          width: 22.6%;
          height: 455px;
          float: left;
          background-color: #f3f3f3;
          margin-right: 3.2%;
          position: relative; }
          .index .index-product .list ul li .pic {
            width: 100%;
            height: 100%;
            overflow: hidden; }
            .index .index-product .list ul li .pic dl {
              width: 100%;
              height: 100%; }
              .index .index-product .list ul li .pic dl dd {
                width: 100%;
                height: 100%;
                position: relative; }
                .index .index-product .list ul li .pic dl dd img {
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  margin: auto;
                  max-width: 90%;
                  max-height: 80%;
                  transition: transform 1.5s; }
                @media (min-width: 1024px) {
                  .index .index-product .list ul li .pic dl dd:hover img {
                    transform: scale(1.1); } }
            .index .index-product .list ul li .pic .btns {
              position: absolute;
              right: 7.9%;
              bottom: 6%;
              z-index: 10; }
              .index .index-product .list ul li .pic .btns .btns-new {
                float: right; }
                .index .index-product .list ul li .pic .btns .btns-new span {
                  float: left;
                  width: 6px;
                  height: 6px;
                  background-color: #fff;
                  border: 1px solid #999;
                  border-radius: 6px;
                  display: inline-block;
                  margin-left: 9px;
                  cursor: pointer;
                  opacity: 1; }
                  .index .index-product .list ul li .pic .btns .btns-new span.swiper-pagination-bullet-active {
                    background-color: #000;
                    border: 1px solid #000; }
          .index .index-product .list ul li .tits {
            width: 84.2%;
            height: auto;
            position: absolute;
            left: 7.9%;
            top: 24px; }
            .index .index-product .list ul li .tits .t {
              font-size: 24px;
              line-height: 30px;
              color: #333; }
            .index .index-product .list ul li .tits .t1 {
              font-size: 16px;
              line-height: 24px;
              color: #8cc332; }
          .index .index-product .list ul li .tit {
            position: absolute;
            left: 7.9%;
            bottom: 5%;
            font-size: 16px;
            line-height: 18px;
            color: #666;
            font-weight: bold; }
          @media (min-width: 1024px) {
            .index .index-product .list ul li:hover .tits {
              -webkit-animation-duration: 0.75s;
              animation-duration: 0.75s;
              -webkit-animation-name: bounceIn;
              animation-name: bounceIn; }
            .index .index-product .list ul li:hover .tit {
              -webkit-animation-duration: 0.75s;
              animation-duration: 0.75s;
              -webkit-animation-name: bounceIn;
              animation-name: bounceIn; } }
          .index .index-product .list ul li:last-child {
            margin-right: 0; }
    .index .index-product .more {
      width: min-content;
      margin: 0 auto;
      font-size: 18px;
      display: block;
      margin: 5% auto 0;
      line-height: 29px;
      padding-right: 40px;
      background-image: url(../image/more_h.png);
      background-repeat: no-repeat;
      font-weight: bold;
      background-position: right center;
      color: #8cc332; }
  .index .index-event {
    width: 100%;
    height: auto;
    margin-top: 5%;
    position: relative;
    overflow: hidden; }
    .index .index-event ul {
      width: 100%;
      height: auto; }
      .index .index-event ul li {
        width: 100%;
        height: auto;
        float: left;
        position: relative; }
        .index .index-event ul li .con {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          .index .index-event ul li .con .con-new {
            width: 100%;
            height: auto;
            text-align: center; }
            .index .index-event ul li .con .con-new .title {
              font-size: 54px;
              line-height: 70px;
              color: #fff;
              width: 96%;
              height: auto;
              margin: 0 auto; }
            .index .index-event ul li .con .con-new .tits {
              font-size: 140px;
              line-height: 70px;
              color: #fff; }
            .index .index-event ul li .con .con-new .tit {
              font-size: 120px;
              line-height: 100px;
              text-align: center;
              color: #fff; }
              .index .index-event ul li .con .con-new .tit span {
                font-size: 90px; }
            .index .index-event ul li .con .con-new .time {
              font-size: 76px;
              line-height: 84px;
              font-weight: bold;
              color: #8cc332;
              margin-top: 3%; }
            .index .index-event ul li .con .con-new .tt {
              font-size: 24px;
              line-height: 30px;
              width: 90%;
              margin: 0 auto; }
            .index .index-event ul li .con .con-new .more {
              width: 213px;
              height: 62px;
              text-align: center;
              display: block;
              margin: 4% auto 0;
              background-color: #89c12d;
              color: #fff;
              font-size: 18px;
              line-height: 62px;
              font-weight: bold;
              text-transform: uppercase; }
              @media (min-width: 1024px) {
                .index .index-event ul li .con .con-new .more:hover {
                  box-shadow: 0 0 20px rgba(137, 193, 45, 0.5); } }
    .index .index-event .btns,
    .product .index-event .btns{
      width: 15px;
      height: auto;
      position: absolute;
      left: 4%;
      top: 65%;
      transform: translateY(-50%);
      z-index: 5; }
      .index .index-event .btns span,
      .product .index-event .btns span{
        width: 11px;
        height: 11px;
        border: 2px solid #fff;
        opacity: 0.3;
        margin-bottom: 25px;
        cursor: pointer;
        display: block;
        border-radius: 11px;
        position: relative;
        background: none; }
        .index .index-event .btns span.swiper-pagination-bullet-active,
        .product .index-event .btns span.swiper-pagination-bullet-active{
          width: 7px;
          height: 7px;
          border: 4px solid #fff;
          border-radius: 7px;
          opacity: 1; }
          .index .index-event .btns span.swiper-pagination-bullet-active:after,
          .product .index-event .btns span.swiper-pagination-bullet-active:after{
            content: '';
            width: 15px;
            height: 3px;
            background-color: #7aa632;
            position: absolute;
            left: 26px;
            top: 0px; }
  .index .index-service {
    overflow: hidden;
    width: 1680px;
    height: auto;
    max-width: 92%;
    margin: 5% auto 0; }
    .index .index-service .title {
      width: 100%;
      height: auto;
      text-align: center; }
      .index .index-service .title .tits {
        font-size: 54px;
        line-height: 56px;
        color: #fff; }
      .index .index-service .title .tit {
        font-size: 20px;
        line-height: 20px;
        color: #666;
        text-transform: uppercase;
        margin-top: 2.5%; }
    .index .index-service .list {
      /*width: 91.7%;*/
      width: 100%;
      height: auto;
      padding: 0 4.16%;
      margin-top: 5%;
      border-bottom: 1px solid #dcdcdc;
      padding-bottom: 5%; }
      .index .index-service .list ul {
        width: 100%;
        height: auto; }
        .index .index-service .list ul li {
          width: 31.2%;
          height: auto;
          float: left;
          margin-right: 3.2%; }
          .index .index-service .list ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .index .index-service .list ul li a .pic {
              width: 100%;
              height: auto;
              overflow: hidden; }
              .index .index-service .list ul li a .pic img {
                transition: transform 1.5s; }
            .index .index-service .list ul li a .txt {
              font-size: 18px;
              line-height: 30px;
              color: #fff;
              height: 60px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-top: 7%; }
            .index .index-service .list ul li a .more {
              display: inline-block;
              font-size: 14px;
              line-height: 14px;
              padding-right: 20px;
              color: #ccc;
              background-image: url(../image/index_icon1.png);
              background-repeat: no-repeat;
              background-position: right center;
              margin-top: 8%;
              transition: all .5s; }
          @media (min-width: 1024px) {
            .index .index-service .list ul li:hover .pic img {
              transform: scale(1.1); }
            .index .index-service .list ul li:hover .more {
              color: #8cc332;
              padding-right: 40px; } }
          .index .index-service .list ul li:last-child {
            margin-right: 0; }
  .index .index-download {
    width: 100%;
    height: auto;
    padding: 6% 0; }
    .index .index-download .title {
      width: 100%;
      height: auto;
      text-align: center; }
      .index .index-download .title .tits {
        font-size: 54px;
        line-height: 56px;
        color: #fff; }
      .index .index-download .title .tit {
        font-size: 20px;
        line-height: 22px;
        color: #999;
        text-transform: uppercase;
        margin-top: 3%; }
    .index .index-download .box {
      width: max-content;
      height: auto;
      margin: 4% auto 0; }
      .index .index-download .box .text {
        width: 275px;
        height: 58px;
        background: none;
        border: none;
        border-bottom: 2px solid #1b1b1b;
        text-align: center;
        color: #666;
        font-size: 20px;
        line-height: 58px;
        float: left;
        display: block; }
        .index .index-download .box .text::-webkit-input-placeholder {
          color: #666; }
        .index .index-download .box .text:-moz-placeholder {
          color: #666; }
        .index .index-download .box .text::-moz-placeholder {
          color: #666; }
        .index .index-download .box .text:-ms-input-placeholder {
          color: #666; }
      .index .index-download .box .submit {
        width: min-content;
        height: 60px;
        float: right;
        border: 2px solid #333;
        font-size: 20px;
        line-height: 60px;
        color: #fff;
        background: none;
        text-transform: uppercase;
        padding: 0 20px;
        display: block;
        position: relative;
        transition: background .5s,color .5s,border .5s; }
        @media (min-width: 1024px) {
          .index .index-download .box .submit:hover {
            background-color: #8cc332;
            color: #fff;
            border: 2px solid #8cc332; } }
  .index .index-box {
    width: 100%;
    height: auto;
    overflow: hidden; }
    .index .index-box .box-new {
      width: 100%;
      height: auto;
      float: left;
      position: relative; }
      .index .index-box .box-new .con {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        z-index: 5;
        color: #fff; }
        .index .index-box .box-new .con .tits {
          font-size: 80px;
          line-height: 84px; }
        .index .index-box .box-new .con .txt {
          width: 670px;
          height: auto;
          margin: 3% auto 0;
          max-width: 92%;
          font-size: 20px;
          line-height: 40px; }
        .index .index-box .box-new .con .more {
          width: max-content;
          height: 58px;
          border: 2px solid #fff;
          text-align: center;
          display: block;
          margin: 8% auto 0;
          font-size: 18px;
          line-height: 58px;
          font-weight: bold;
          padding: 0 20px;
          color: #fff;
          transition: all .5s; }
          @media (min-width: 1024px) {
            .index .index-box .box-new .con .more:hover {
              border: 2px solid #8cc332;
              background-color: #8cc332;
              color: #fff; } }
  .index .index-box1 {
    width: 100%;
    height: auto;
    padding: 5% 0 7%;
    border-bottom: 1px solid #000; }
    .index .index-box1 .item {
      width: 30%;
      height: auto;
      text-align: center;
      color: #fff;
      float: left; }
      .index .index-box1 .item span {
        width: 100%;
        height: auto;
        display: block;
        font-size: 80px;
        line-height: 80px; }
        .index .index-box1 .item span em {
          font-size: 40px;
          display: inline-block;
          transform: translateY(-40px); }
      .index .index-box1 .item i {
        font-size: 20px;
        line-height: 24px;
        display: block;
        width: 100%;
        margin-top: 2px;
        color: #999; }
      .index .index-box1 .item:nth-child(2) {
        width: 40%; }
      .index .index-box1 .item:nth-child(3) {
        width: 30%; }
  @media (max-width: 1350px) {
    .index .index-box .box-new .con .txt {
      width: 92%;
      max-width: 100%; }
    .index .index-box1 .item span {
      font-size: 60px;
      line-height: 60px; }
      .index .index-box1 .item span em {
        font-size: 30px;
        transform: translateY(-30px); }
    .index .index-box1 .item i {
      font-size: 16px;
      line-height: 20px; }
    .index .index-box1 .item:nth-child(2) {
      width: 30%; }
    .index .index-box1 .item:nth-child(3) {
      width: 40%; } }
  @media (max-width: 1350px) {
    .index .index-event ul li .con .con-new .tit {
      font-size: 94px;
      line-height: 80px; }
      .index .index-event ul li .con .con-new .tit span {
        font-size: 70px; } }
  @media (max-width: 1200px) {
    .index .index-event ul li .con .con-new .title {
      font-size: 40px;
      line-height: 52px; }
    .index .index-event ul li .con .con-new .tits {
      font-size: 90px;
      line-height: 50px; }
    .index .index-event ul li .con .con-new .tit {
      font-size: 74px;
      line-height: 60px; }
      .index .index-event ul li .con .con-new .tit span {
        font-size: 50px; }
    .index .index-event ul li .con .con-new .time {
      font-size: 50px;
      line-height: 50px; }
    .index .index-event ul li .con .con-new .more {
      width: 170px;
      height: 48px;
      line-height: 48px;
      font-size: 15px; } }
  @media (max-width: 1170px) {
    .index .index-service .list {
      width: 100%;
      padding: 0 0 5% 0; } }
  @media (max-width: 980px) {
    .index .index-box .box-new .con .tits {
      font-size: 46px;
      line-height: 48px; }
    .index .index-box .box-new .con .txt {
      font-size: 18px;
      line-height: 28px; }
    .index .index-box .box-new .con .more {
      width: 200px;
      height: 42px;
      line-height: 42px;
      font-size: 14px; } }
  @media (max-width: 900px) {
    .index .index-product .title .tits {
      font-size: 40px;
      line-height: 42px; }
    .index .index-product .title .tit {
      font-size: 18px;
      line-height: 32px; }
    .index .index-product .list ul li {
      width: 48.3%;
      height: 370px;
      margin-bottom: 3.2%; }
      .index .index-product .list ul li:nth-child(2n) {
        margin-right: 0; }
    .index .index-service .title .tits {
      font-size: 40px;
      line-height: 42px; }
    .index .index-service .title .tit {
      font-size: 18px;
      line-height: 32px; }
    .index .index-download .title .tits {
      font-size: 40px;
      line-height: 42px; }
    .index .index-download .title .tit {
      font-size: 18px;
      line-height: 32px; } }
  @media (max-width: 830px) {
    .index .index-event ul li .con .con-new .title {
      font-size: 24px;
      line-height: 30px; }
    .index .index-event ul li .con .con-new .time {
      font-size: 26px;
      line-height: 26px; }
    .index .index-event ul li .con .con-new .tits {
      font-size: 60px;
      line-height: 30px; }
    .index .index-event ul li .con .con-new .tit {
      font-size: 50px;
      line-height: 50px; }
      .index .index-event ul li .con .con-new .tit span {
        font-size: 40px; }
    .index .index-event ul li .con .con-new .tt {
      font-size: 16px;
      line-height: 16px;
      margin-top: 2%; }
    .index .index-event ul li .con .con-new .more {
      width: 170px;
      height: 48px;
      line-height: 48px;
      font-size: 15px; } }
  @media (max-width: 700px) {
    .index .index-box .box-new {
      width: 100%;
      float: none; } }
  @media (max-width: 680px) {
    .index .index-service .list ul li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 5%;
      float: none; } }
  @media (max-width: 600px) {
    .index .index-event .btns span,
    .product .index-event .btns span{
      width: 6px;
      height: 6px;
      margin-bottom: 10px; }
    .index .index-event .btns span.swiper-pagination-bullet-active,
    .product .index-event .btns span.swiper-pagination-bullet-active{
      width: 4px;
      height: 4px;
      border: 3px solid #fff; }
    .index .index-event .btns span.swiper-pagination-bullet-active:after,
    .product .index-event .btns span.swiper-pagination-bullet-active:after{
      left: 10px; }
    .index .index-box1 {
      width: 90%;
      margin: 0 auto; }
      .index .index-box1 .item {
        text-align: left; }
        .index .index-box1 .item span {
          font-size: 40px;
          line-height: 40px;
          height: 40px; }
          .index .index-box1 .item span em {
            font-size: 20px;
            transform: translateY(-20px); }
        .index .index-box1 .item:nth-child(1) {
          width: 40%; }
        .index .index-box1 .item:nth-child(2) {
          width: 30%; }
        .index .index-box1 .item:nth-child(3) {
          width: 30%; } }
  @media (max-width: 560px) {
    .index .index-download .box {
      width: 90%; }
      .index .index-download .box .text {
        width: 52.7%;
        font-size: 16px;
        line-height: 40px;
        height: 38px; }
      .index .index-download .box .submit {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        width: calc(42.3% - 4px); } }
  @media (max-width: 500px) {
    .index .index-event ul li {
      overflow: hidden; }
      .index .index-event ul li img {
        width: 160%;
        margin-left: -30%; }
      .index .index-event ul li .con .con-new .title {
        font-size: 20px;
        line-height: 24px; }
      .index .index-event ul li .con .con-new .time {
        margin-top: 5%; }
      .index .index-event ul li .con .con-new .tits {
        font-size: 36px;
        line-height: 30px; }
      .index .index-event ul li .con .con-new .tit {
        font-size: 32px;
        line-height: 34px; }
        .index .index-event ul li .con .con-new .tit span {
          font-size: 26px; }
      .index .index-event ul li .con .con-new .more {
        width: 140px;
        height: 30px;
        line-height: 30px;
        font-size: 14px; } }
  @media (max-width: 450px) {
    .index .index-product .title .tits {
      font-size: 32px;
      line-height: 32px; }
    .index .index-product .title .tit {
      font-size: 16px;
      line-height: 26px; }
    .index .index-product .list ul li {
      width: 100%;
      float: none;
      margin-right: 0; }
    .index .index-service .title .tits {
      font-size: 32px;
      line-height: 32px; }
    .index .index-service .title .tit {
      font-size: 16px;
      line-height: 26px; }
    .index .index-service .list ul li a .txt {
      font-size: 14px;
      line-height: 24px;
      margin-top: 3%; }
    .index .index-service .list ul li a .more {
      margin-top: 3%; }
    .index .index-download .title .tits {
      font-size: 32px;
      line-height: 32px; }
    .index .index-download .title .tit {
      font-size: 16px;
      line-height: 26px; }
    .index .index-box .box-new .con .tits {
      font-size: 32px;
      line-height: 32px; }
    .index .index-box .box-new .con .tit {
      font-size: 14px;
      line-height: 24px; } }

.footer {
  width: 100%;
  height: auto;
  background-color: #000;
  padding: 6% 0 7%;
  position: relative;
  z-index: 20; }
  .footer .title {
    font-size: 46px;
    line-height: 46px;
    font-weight: bold;
    color: #fff;
    text-align: center; }
  .footer .nav {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 2%; }
    .footer .nav a {
      font-size: 18px;
      line-height: 40px;
      color: #ccc;
      font-weight: bold;
      margin: 0 33px; }
      .footer .nav a:hover {
        color: #fff; }
  .footer .search {
    width: 490px;
    height: 54px;
    margin: 2% auto 0;
    max-width: 92%; }
    .footer .search .text {
      width: calc(100% - 79px);
      height: 100%;
      background-color: #fff;
      border: none;
      float: left;
      padding-left: 25px;
      color: #999;
      font-size: 14px; }
      .footer .search .text::-moz-placeholder {
        color: #999; }
      .footer .search .text:-moz-placeholder {
        color: #999; }
      .footer .search .text:-ms-input-placeholder {
        color: #999; }
    .footer .search .submit {
      width: 54px;
      height: 54px;
      float: left;
      background-color: #8cc332;
      border: none;
      background-image: url(../image/footer_search.png);
      background-position: center center;
      background-repeat: no-repeat; }
  .footer .tits {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ccc;
    margin-top: 2%; }
  .footer .share {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 2%; }
    .footer .share a {
      width: 36px;
      height: 36px;
      display: inline-block;
      margin: 0 6px;
      border: 2px solid #333;
      background-position: center center;
      background-repeat: no-repeat;
      padding: 0; }
      .footer .share a.a1 {
        background-image: url(../image/footer_icon1.png); }
      .footer .share a.a2 {
        background-image: url(../image/footer_icon5.png); }
      .footer .share a.a3 {
        background-image: url(../image/footer_icon3.png); }
      .footer .share a.a4 {
        background-image: url(../image/footer_icon6.png); }
  @media (max-width: 1024px) {
    .footer .search {
      display: none; }
    .footer .nav {
      width: 95%;
      margin: 5% auto 0;
      border-bottom: 2px solid #333;
      padding-bottom: 5%; } }
  @media (max-width: 450px) {
    .footer .title {
      font-size: 30px;
      line-height: 30px; }
    .footer .nav a {
      width: 33.3%;
      padding: 0;
      margin: 0;
      display: block;
      float: left;
      font-size: 16px;
      line-height: 28px; }
    .footer .tits {
      margin-top: 4%; }
    .footer .search {
      margin: 4% auto 0;
      height: 36px; }
      .footer .search .text {
        height: 36px; }
      .footer .search .submit {
        height: 36px; }
    .footer .tits {
      font-size: 14px;
      line-height: 26px; }
    .footer .share {
      margin-top: 6%; } }

.event-banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden; }
  .event-banner .con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center; }
  .event-banner .con .tits {
    font-size: 58px;
    line-height: 1.1em;
    margin-bottom: 50px;
    color: #8cc332; }
  .event-banner .con .subTitles {
    font-size: 35px;
    line-height: 1.1em;
    color: #8cc332; }
    .event-banner .con .tit {
      font-size: 120px;
      line-height: 1.1em;
      color: #fff; }
    .event-banner .con .tit1 {
      font-size: 28px;
      line-height: 1.1em;
      color: #fff;
      margin-top: 1%; }
  @media (max-width: 1024px) {
    .event-banner .con .tits {
      font-size: 58px; }
    .event-banner .con .subTitles {
      font-size: 35px;}
    .event-banner .con .tit {
      font-size: 80px; }
    .event-banner .con .tit1 {
      font-size: 20px; } }
  @media (max-width: 600px) {
    .event-banner img {
      width: 140%;
      margin-left: -20%; }
    .event-banner .con .tits {
      font-size: 40px;
      margin-bottom: 30px;}
    .event-banner .con .subTitles {
      font-size: 25px;}
    .event-banner .con .tit {
      font-size: 46px; }
    .event-banner .con .tit1 {
      font-size: 14px; } }

.event {
  width: 100%;
  height: auto;
  background-color: #1b1b1b;
  padding-bottom: 5%; }
  .event .box1 {
    width: 1680px;
    height: auto;
    margin: 6% auto 0;
    max-width: 92%; }
    .event .box1 .title {
      font-size: 70px;
      line-height: 1.1em;
      color: #fff;
      text-align: center; }
    .event .box1 .list {
      width: 100%;
      height: auto;
      margin-top: 5%;
      position: relative; }
      .event .box1 .list ul {
        width: 100%;
        height: auto; }
        .event .box1 .list ul li {
          width: 32.1%;
          height: auto;
          margin-right: 1.85%;
          float: left;
          padding-bottom: 4%;
          margin-bottom: 3%; }
          .event .box1 .list ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .event .box1 .list ul li a .pic {
              width: 100%;
              height: auto;
              overflow: hidden; }
              .event .box1 .list ul li a .pic img {
                transition: transform 1.5s; }
            .event .box1 .list ul li a .time {
              font-size: 14px;
              line-height: 1.2em;
              color: #666;
              margin-top: 6%; }
            .event .box1 .list ul li a .tits {
              width: 500px;
              max-width: 92.6%;
              font-size: 20px;
              line-height: 30px;
              color: #666;
              height: 60px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-top: 4%; }
          @media (min-width: 1024px) {
            .event .box1 .list ul li:hover a .pic img {
              transform: scale(1.1); }
            .event .box1 .list ul li:hover a .tits {
              color: #fff; } }
          .event .box1 .list ul li:nth-child(3n) {
            margin-right: 0; }
      .event .box1 .list .line {
        width: 100%;
        height: 1px;
        background-color: #666;
        opacity: 0.3;
        position: absolute;
        top: 46%;
        left: 0; }
  .event .report-list .list {
    margin-bottom: 7%; }
  .event.news .box1 .list ul li {
    margin-bottom: 0;
    padding-bottom: 2%; }
  @media (max-width: 900px) {
    .event .box1 .title {
      font-size: 46px; }
    .event .box1 .list ul li {
      width: 49%; }
      .event .box1 .list ul li:nth-child(3n) {
        margin-right: 1.85%; }
      .event .box1 .list ul li:nth-child(2n) {
        margin-right: 0; }
    .event .box1 .list .line {
      display: none; } }
  @media (max-width: 550px) {
    .event .box1 .title {
      font-size: 32px; }
    .event .box1 .list ul li {
      width: 100%;
      margin-right: 0;
      padding-bottom: 0; }
      .event .box1 .list ul li a .tits {
        font-size: 16px;
        line-height: 24px; }
      .event .box1 .list ul li:nth-child(3n) {
        margin-right: 0%; } }

.report-list {
  width: 1680px;
  height: auto;
  margin: 3% auto 0;
  max-width: 92%; }
  .report-list .title {
    font-size: 70px;
    line-height: 1.1em;
    color: #fff;
    text-align: center;
    text-transform: uppercase; }
  .report-list .list {
    width: 100%;
    height: auto;
    margin-top: 4%; }
    .report-list .list ul li {
      width: 100%;
      height: auto;
      margin-bottom: 2%; }
      .report-list .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .report-list .list ul li a .pic {
          width: 29.8%;
          height: auto;
          float: left;
          overflow: hidden; }
          .report-list .list ul li a .pic img {
            transition: transform 1.5s; }
        .report-list .list ul li a .con {
          width: 63%;
          height: auto;
          float: left;
          margin-left: 3.2%;
          padding-top: 2%; }
          .report-list .list ul li a .con .tits {
            font-size: 20px;
            line-height: 30px;
            color: #ccc;
            height: 30px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
          .report-list .list ul li a .con .time {
            font-size: 14px;
            line-height: 1.1em;
            color: #fff;
            opacity: 0.2;
            margin-top: 8px; }
          .report-list .list ul li a .con .tit {
            font-size: 15px;
            line-height: 30px;
            color: #999;
            height: 60px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 3%; }
          .report-list .list ul li a .con .more {
            display: inline-block;
            font-size: 14px;
            line-height: 1.1em;
            padding-right: 20px;
            background-image: url(../image/event_icon.png);
            background-position: right center;
            background-repeat: no-repeat;
            color: #fff;
            margin-top: 3%; }
      @media (min-width: 1024px) {
        .report-list .list ul li:hover {
          background-color: #313131; }
          .report-list .list ul li:hover a .pic img {
            transform: scale(1.1); } }
  @media (max-width: 1300px) {
    .report-list .list ul li a .con {
      padding-top: 0; } }
  @media (max-width: 1060px) {
    .report-list .list ul li a .con {
      padding-top: 0; }
      .report-list .list ul li a .con .tit {
        margin-top: 1%;
        line-height: 24px;
        height: 48px; } }
  @media (max-width: 900px) {
    .report-list .title {
      font-size: 46px; } }
  @media (max-width: 840px) {
    .report-list .list ul li a .pic img {
      width: 130%;
      margin-left: -15%; } }
  @media (max-width: 620px) {
    .report-list .list ul li {
      margin-bottom: 5%; }
      .report-list .list ul li a .pic {
        width: 100%;
        float: none; }
        .report-list .list ul li a .pic img {
          width: 100%;
          margin-left: 0; }
      .report-list .list ul li a .con {
        width: 100%;
        float: none;
        margin-top: 3%;
        margin-left: 0; }
        .report-list .list ul li a .con .tits {
          font-size: 18px; } }
  @media (max-width: 550px) {
    .report-list .title {
      font-size: 32px; } }

.event-details {
  width: 100%;
  height: auto;
  padding-bottom: 5%; }
  .event-details .box1 {
    width: 100%;
    height: auto;
    padding-top: 6%; }
    .event-details .box1 .title {
      text-align: center;
      font-size: 70px;
      line-height: 1.1em;
      color: #fff; }
    .event-details .box1 .box-new {
      width: 100%;
      height: auto;
      position: relative;
      margin-top: 6%; }
      .event-details .box1 .box-new .pic {
        width: 57.1%;
        height: auto;
        float: right; }
      .event-details .box1 .box-new .con {
        width: 32.8%;
        height: 100%;
        position: absolute;
        left: 6.25%;
        top: 0; }
        .event-details .box1 .box-new .con .time {
          font-size: 24px;
          line-height: 1.1em;
          color: #4b4b4b;
          padding-top: 4%; }
        .event-details .box1 .box-new .con .txt {
          font-size: 36px;
          line-height: 70px;
          color: #fff;
          font-weight: bold;
          margin-top: 5%; }
        .event-details .box1 .box-new .con .down {
          width: 24px;
          height: auto;
          position: absolute;
          bottom: 35px;
          left: 4%;
          padding-bottom: 30px; }
          .event-details .box1 .box-new .con .down img {
            width: 9px;
            height: auto;
            display: block;
            margin: auto; }
          .event-details .box1 .box-new .con .down i {
            width: 24px;
            height: 12px;
            background-image: url(../image/event_icon1.png);
            background-repeat: no-repeat;
            position: absolute;
            bottom: 0;
            left: 0;
            animation: slideInDown 1s infinite linear; }
  .event-details .box2 {
    width: 1680px;
    height: auto;
    max-width: 92%;
    margin: 10% auto 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding-bottom: 4%; }
    .event-details .box2 .title {
      text-align: center;
      width: 100%;
      height: auto; }
      .event-details .box2 .title .tits {
        font-size: 36px;
        line-height: 44px;
        color: #fff;
        font-weight: bold; }
      .event-details .box2 .title .time {
        font-size: 24px;
        line-height: 1.1em;
        color: #fff;
        opacity: 0.5;
        margin-top: 1%; }
    .event-details .box2 .content {
      width: 840px;
      max-width: 100%;
      height: auto;
      margin: 0 auto;
      font-size: 24px;
      line-height: 40px;
      color: #999; }
      .event-details .box2 .content img {
        max-width: 100%; }
    .event-details .box2 .share {
      width: 100%;
      height: auto;
      margin-top: 5%;
      text-align: center; }
      .event-details .box2 .share a {
        width: 14px;
        height: 12px;
        display: inline-block;
        margin: 0 12px;
        opacity: 0.5;
        transition: opacity .5s;
        background-repeat: no-repeat;
        background-position: center center; }
        .event-details .box2 .share a.a1 {
          background-image: url(../image/a1.png); }
        .event-details .box2 .share a.a2 {
          background-image: url(../image/a2.png); }
        .event-details .box2 .share a.a3 {
          background-image: url(../image/a3.png); }
        .event-details .box2 .share a.a4 {
          background-image: url(../image/a4.png); }
        .event-details .box2 .share a:hover {
          opacity: 1; }
    .event-details .box2 .return {
      width: 210px;
      height: 58px;
      border: 2px solid #fff;
      display: block;
      margin: 2% auto 0;
      font-size: 18px;
      line-height: 58px;
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center; }
    .event-details .box2.news {
      margin: 4% auto 0; }
      .event-details .box2.news .content {
        margin: 4% auto 0; }
  @media (max-width: 1460px) {
    .event-details .box1 .box-new .con .txt {
      font-size: 26px;
      line-height: 40px; } }
  @media (max-width: 1100px) {
    .event-details .box1 .box-new .con .time {
      font-size: 16px;
      line-height: 18px; }
    .event-details .box1 .box-new .con .txt {
      font-size: 18px;
      line-height: 28px; } }
  @media (max-width: 900px) {
    .event-details .box1 {
      width: 94%;
      margin: 0 auto; }
      .event-details .box1 .title {
        font-size: 46px;
        line-height: 46px; }
      .event-details .box1 .box-new .con {
        width: 100%;
        float: none;
        position: relative;
        top: 0;
        left: 0; }
        .event-details .box1 .box-new .con .txt {
          margin-top: 3%; }
        .event-details .box1 .box-new .con .down {
          display: none; }
      .event-details .box1 .box-new .pic {
        width: 100%;
        float: none;
        margin-top: 5%; }
    .event-details .box2 {
      margin: 5% auto 0; }
      .event-details .box2 .content {
        font-size: 18px;
        line-height: 28px; } }
  @media (max-width: 550px) {
    .event-details .box2 .title .tits {
      font-size: 22px;
      line-height: 30px; }
    .event-details .box2 .title .time {
      font-size: 16px; } }
  @media (max-width: 450px) {
    .event-details .box1 .title {
      font-size: 32px;
      line-height: 32px; }
    .event-details .box1 .box-new .con .txt {
      font-size: 16px;
      line-height: 26px; }
    .event-details .box2 .content {
      font-size: 14px;
      line-height: 26px; }
    .event-details .box2 .return {
      width: 120px;
      height: 38px;
      line-height: 38px;
      font-size: 14px; } }

.page {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0; }
  .page a, .page span {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 2px solid #313131;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    font-family: SimSun;
    margin: 0 5px; }
    .page a.p, .page span.p {
      border: 2px solid #8cc332;
      background-color: #8cc332 !important; }
    .page a.active, .page span.active {
      background-color: #313131; }
    .page a.current, .page span.current {
      background-color: #313131; }
    @media (min-width: 1024px) {
      .page a:hover, .page span:hover {
        background-color: #313131; } }
  @media (max-width: 550px) {
    .page a, .page span {
      width: 33px;
      height: 33px;
      line-height: 33px; } }

.search-box .list .page {
  margin-top: 25px; }
  .search-box .list .page a, .search-box .list .page span {
    color: #333; }
    .search-box .list .page a.p, .search-box .list .page span.p {
      color: #fff; }
    .search-box .list .page a.active, .search-box .list .page span.active {
      color: #fff; }
    .search-box .list .page a.current, .search-box .list .page span.current {
      color: #fff; }
    @media (min-width: 1024px) {
      .search-box .list .page a:hover, .search-box .list .page span:hover {
        color: #fff; } }

.service {
  width: 100%;
  height: auto; }
  .service .box1 {
    width: 100%;
    height: auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #101010;
    background-image: url(../image/s_bg.jpg); }
    .service .box1 .con {
      width: 1255px;
      height: auto;
      margin: 0 auto;
      max-width: 94%;
      text-align: center;
      padding-top: 6%; }
      .service .box1 .con .tits {
        font-size: 46px;
        line-height: 60px;
        color: #fff; }
      .service .box1 .con .line {
        width: 57px;
        height: 4px;
        margin: 3% auto 0;
        background-color: #8cc332; }
      .service .box1 .con .tit {
        font-size: 30px;
        line-height: 50px;
        color: #999;
        margin-top: 3%; }
    .service .box1 .box-new {
      width: 100%;
      height: auto;
      margin-top: 3%;
      position: relative; }
      .service .box1 .box-new .pic {
        width: 88.3%;
        height: auto;
        position: relative;
        z-index: 4; }
      .service .box1 .box-new .txt {
        position: absolute;
        left: 12.5%;
        top: 6%;
        font-size: 30px;
        line-height: 60px;
        color: #fff;
        z-index: 5; }
        .service .box1 .box-new .txt .t {
          padding-left: 37px;
          position: relative;
          margin-bottom: 6%; }
          .service .box1 .box-new .txt .t:after {
            width: 9px;
            height: 9px;
            background-color: #8cc332;
            position: absolute;
            top: 50%;
            margin-top: -4.5px;
            left: 0;
            border-radius: 9px;
            content: ''; }
  .service .box2 {
    width: 100%;
    height: auto;
    padding: 10% 0; }
    .service .box2 .box-new {
      width: 1680px;
      height: auto;
      margin: 0 auto;
      max-width: 92%;
      position: relative; }
      .service .box2 .box-new .con {
        width: 50%;
        height: auto;
        color: #fff; }
        .service .box2 .box-new .con .icon {
          width: 46px;
          height: auto; }
        .service .box2 .box-new .con .tits {
          font-size: 70px;
          line-height: 80px;
          margin-top: 5%; }
        .service .box2 .box-new .con .tit {
          font-size: 34px;
          line-height: 50px;
          margin-top: 4%; }
        .service .box2 .box-new .con .line {
          width: 57px;
          height: 4px;
          background-color: #8cc332;
          margin-top: 7%; }
        .service .box2 .box-new .con .txt {
          font-size: 20px;
          line-height: 45px;
          opacity: 0.5;
          margin-top: 6%; }
      .service .box2 .box-new .ewm {
        width: 186px;
        height: auto;
        position: absolute;
        bottom: -30px;
        right: 0; }
        .service .box2 .box-new .ewm p {
          text-align: center;
          font-size: 18px;
          font-weight: bold;
          color: #fff;
          margin-top: 20px; }
  @media (max-width: 1440px) {
    .service .box2 .box-new .con {
      width: 70%; }
      .service .box2 .box-new .con .tits {
        font-size: 46px;
        line-height: 55px; }
      .service .box2 .box-new .con .tit {
        font-size: 24px;
        line-height: 30px; } }
  @media (max-width: 1100px) {
    .service .box1 .con .tits {
      font-size: 34px;
      line-height: 44px; }
    .service .box1 .con .tit {
      font-size: 22px;
      line-height: 36px; }
    .service .box1 .box-new .txt {
      font-size: 24px;
      line-height: 36px; } }
  @media (max-width: 830px) {
    .service .box2 .box-new .con {
      width: 100%;
      float: none; }
      .service .box2 .box-new .con .icon {
        width: 30px; }
      .service .box2 .box-new .con .tits {
        font-size: 28px;
        line-height: 34px; }
      .service .box2 .box-new .con .tit {
        font-size: 20px;
        line-height: 28px; }
      .service .box2 .box-new .con .txt {
        font-size: 16px;
        line-height: 28px; }
    .service .box2 .box-new .ewm {
      margin-top: 20px;
      position: relative;
      left: 0;
      bottom: 0;
      float: none; } }
  @media (max-width: 740px) {
    .service .box1 .con .tits {
      font-size: 24px;
      line-height: 32px; }
    .service .box1 .con .tit {
      font-size: 18px;
      line-height: 28px; }
    .service .box1 .box-new .txt {
      position: relative;
      font-size: 18px;
      line-height: 20px; }
      .service .box1 .box-new .txt .t {
        margin-bottom: 2%; } }
  @media (max-width: 500px) {
    .service .box1 .con .tits {
      font-size: 18px;
      line-height: 24px; }
    .service .box1 .con .tit {
      font-size: 16px;
      line-height: 24px; }
    .service .box1 .box-new .txt {
      position: relative;
      font-size: 16px;
      line-height: 18px; } }

.download {
  width: 100%;
  height: auto; }
  .download .content {
    width: 1540px;
    height: auto;
    margin: 0 auto 6%;
    max-width: 92%;
    padding-top: 7%; }
    .download .content .title {
      width: 100%;
      height: auto;
      text-align: center; }
      .download .content .title .tits {
        font-size: 70px;
        line-height: 1.1em;
        color: #fff; }
      .download .content .title .tit {
        font-size: 20px;
        line-height: 1.1em;
        color: #ccc;
        margin-top: 3%; }
    .download .content .search {
      width: 622px;
      height: auto;
      margin: 4% auto 0; }
      .download .content .search .text {
        width: 60.3%;
        height: 58px;
        background: none;
        border: none;
        border-bottom: 2px solid #343434;
        text-align: center;
        font-size: 20px;
        line-height: 58px;
        color: #666; }
        .download .content .search .text::-webkit-input-placeholder {
          color: #666; }
        .download .content .search .text::-moz-placeholder {
          color: #666; }
        .download .content .search .text:-moz-placeholder {
          color: #666; }
        .download .content .search .text:-ms-input-placeholder {
          color: #666; }
      .download .content .search .submit {
        width: 36.2%;
        height: 60px;
        border: 2px solid #343434;
        text-align: center;
        background: none;
        color: #fff;
        font-size: 20px;
        line-height: 60px;
        float: right;
        text-transform: uppercase;
        transition: background .5s,color .5s,border .5s; }
        @media (min-width: 1024px) {
          .download .content .search .submit:hover {
            background-color: #8cc332;
            color: #fff;
            border: 2px solid #8cc332; } }
    .download .content .list {
      width: 100%;
      height: auto;
      overflow: hidden;
      margin-top: 5%;
      padding-bottom: 3%; }
      .download .content .list ul {
        width: 100%;
        height: auto; }
        .download .content .list ul li {
          width: 29.5%;
          height: 540px;
          float: left;
          background-color: #f3f3f3;
          margin-right: 5.75%;
          position: relative;
          margin-bottom: 5%; }
          .download .content .list ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .download .content .list ul li a .pic {
              width: 100%;
              height: 100%;
              overflow: hidden; }
              .download .content .list ul li a .pic img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                max-width: 90%;
                max-height: 90%;
                transition: transform 1.5s; }
              @media (min-width: 1024px) {
                .download .content .list ul li a .pic:hover img {
                  transform: scale(1.1); } }
            .download .content .list ul li a .tits {
              width: 84.2%;
              height: auto;
              position: absolute;
              left: 7.9%;
              top: 24px; }
              .download .content .list ul li a .tits .t {
                font-size: 24px;
                line-height: 30px;
                color: #333; }
              .download .content .list ul li a .tits .t1 {
                font-size: 16px;
                line-height: 24px;
                color: #8cc332; }
            .download .content .list ul li a .tit {
              position: absolute;
              left: 7.9%;
              bottom: 5%;
              display: inline-block;
              font-size: 16px;
              line-height: 23px;
              color: #666;
              padding-right: 33px;
              background-image: url(../image/download_icon1.png);
              background-position: right center;
              background-repeat: no-repeat; }
            .download .content .list ul li a .icon {
              width: 33px;
              height: 33px;
              border: 1px solid rgba(153, 153, 153, 0.2);
              border-radius: 3px;
              position: absolute;
              bottom: 4%;
              right: 7.9%;
              background-image: url(../image/download_icon2.png);
              background-position: center center;
              background-repeat: no-repeat; }
            .download .content .list ul li a .bg {
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 5;
              background-color: rgba(0, 0, 0, 0.4);
              position: absolute;
              top: 0;
              left: 0;
              opacity: 1;
              transition: opacity .5s; }
          @media (min-width: 1024px) {
            .download .content .list ul li:hover a .tits {
              -webkit-animation-duration: 0.75s;
              animation-duration: 0.75s;
              -webkit-animation-name: bounceIn;
              animation-name: bounceIn; }
            .download .content .list ul li:hover a .tit {
              -webkit-animation-duration: 0.75s;
              animation-duration: 0.75s;
              -webkit-animation-name: bounceIn;
              animation-name: bounceIn; }
            .download .content .list ul li:hover a .icon {
              -webkit-animation-duration: 0.75s;
              animation-duration: 0.75s;
              -webkit-animation-name: bounceIn;
              animation-name: bounceIn; }
            .download .content .list ul li:hover .bg {
              opacity: 0; } }
          .download .content .list ul li:nth-child(3n) {
            margin-right: 0; }
  @media (max-width: 1024px) {
    .download .content .title .tits {
      font-size: 46px; }
    .download .content .title .tit {
      font-size: 18px; }
    .download .content .list ul li {
      width: 32%;
      height: 450px;
      margin-right: 2%;
      margin-bottom: 2%; }
      .download .content .list ul li a .bg {
        display: none; } }
  @media (max-width: 720px) {
    .download .content .list ul li {
      width: 49%;
      margin-bottom: 4%; }
      .download .content .list ul li:nth-child(3n) {
        margin-right: 2%; }
      .download .content .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 678px) {
    .download .content .search {
      width: 94%; }
      .download .content .search .text {
        width: 52.7%;
        font-size: 16px;
        line-height: 40px;
        height: 38px; }
      .download .content .search .submit {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        width: calc(42.3% - 4px); } }
  @media (max-width: 460px) {
    .download .content .title .tits {
      font-size: 32px; }
    .download .content .title .tit {
      font-size: 14px;
      line-height: 20px; }
    .download .content .list ul li {
      width: 100%;
      margin-right: 0;
      float: none; }
      .download .content .list ul li:nth-child(3n) {
        margin-right: 0; } }

.contact {
  width: 100%;
  height: auto; }
  .contact .box1 {
    width: 1680px;
    height: auto;
    margin: 0 auto;
    max-width: 92%;
    padding-top: 8%; }
    .contact .box1 .con {
      width: 43%;
      height: auto;
      float: left;
      margin-top: -14px; }
      .contact .box1 .con .tits {
        font-size: 84px;
        line-height: 1.1em;
        color: #fff;
        font-weight: bold; }
      .contact .box1 .con .tit {
        font-size: 20px;
        line-height: 40px;
        color: #666;
        margin-top: 6%; }
      .contact .box1 .con .tit1 {
        font-size: 20px;
        line-height: 40px;
        color: #8cc332;
        font-weight: bold;
        margin-top: 8%; }
      .contact .box1 .con .tel {
        width: 280px;
        height: 77px;
        background-color: #8cc332;
        text-align: center;
        line-height: 77px;
        font-size: 28px;
        color: #fff;
        font-weight: bold;
        display: block;
        margin-top: 3%; }
      .contact .box1 .con .down {
        width: 24px;
        height: auto;
        padding-bottom: 30px;
        position: relative;
        margin-top: 10%; }
        .contact .box1 .con .down img {
          width: 9px;
          height: auto;
          display: block;
          margin: auto; }
        .contact .box1 .con .down i {
          width: 24px;
          height: 12px;
          background-image: url(../image/event_icon1.png);
          background-repeat: no-repeat;
          position: absolute;
          bottom: 0;
          left: 0;
          animation: slideInDown 1s infinite linear; }
    .contact .box1 .box-right {
      width: 54.5%;
      height: auto;
      float: right;
      position: relative; }
      .contact .box1 .box-right .box {
        width: 100%;
        height: 460px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }
        .contact .box1 .box-right .box .pic {
          width: 100%;
          height: 100%;
          position: relative;
          overflow: hidden;
          background-size: cover;
          background-position: center center; }
          .contact .box1 .box-right .box .pic img {
            width: 916px;
            height: 100%;
            position: absolute;
            margin-left: -458px;
            left: 50%;
            top: 0; }
        .contact .box1 .box-right .box .map {
          width: 100%;
          height: 100%;
          display: none; }
      .contact .box1 .box-right .conn {
        width: 100%;
        height: auto;
        margin-top: 6%; }
        .contact .box1 .box-right .conn .tits {
          font-size: 30px;
          line-height: 40px;
          color: #8cc332;
          font-weight: bold; }
        .contact .box1 .box-right .conn .tit {
          font-size: 20px;
          line-height: 40px;
          color: #ccc;
          margin-top: 4%; }
        .contact .box1 .box-right .conn .tit1 {
          font-size: 16px;
          line-height: 40px;
          color: #ccc;
          margin-top: 5%; }
      .contact .box1 .box-right .tabs {
        width: 100px;
        height: 50px;
        position: absolute;
        z-index: 100;
        right: 0;
        top: 0; }
        .contact .box1 .box-right .tabs a {
          width: 50px;
          height: 50px;
          display: block;
          background-color: #434343;
          float: left;
          position: relative; }
          .contact .box1 .box-right .tabs a img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            opacity: 0.5; }
          .contact .box1 .box-right .tabs a.on {
            background-color: #8cc332; }
            .contact .box1 .box-right .tabs a.on img {
              opacity: 1; }
  .contact .box2 {
    width: 1190px;
    height: 420px;
    margin: 4% auto 0;
    max-width: 92%; }
    .contact .box2 .con {
      width: 100%;
      height: 100%;
      background-color: #313131;
      position: relative; }
      .contact .box2 .con .con-new {
        width: 69.8%;
        height: auto;
        margin-left: 5.9%;
        padding-top: 4%; }
        .contact .box2 .con .con-new .tits {
          font-size: 40px;
          line-height: 40px;
          color: #fff; }
        .contact .box2 .con .con-new .tit {
          font-size: 20px;
          line-height: 40px;
          color: #ccc;
          margin-top: 5%; }
        .contact .box2 .con .con-new .tit1 {
          font-size: 16px;
          line-height: 40px;
          color: #ccc;
          margin-top: 4%; }
          .contact .box2 .con .con-new .tit1 span {
            color: #8cc332; }
      .contact .box2 .con .map-click {
        width: 50px;
        height: 50px;
        background-color: #1b1b1b;
        position: absolute;
        opacity: .5;
        position: absolute;
        top: 30%;
        right: 10%; }
        .contact .box2 .con .map-click img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        @media (min-width: 1024px) {
          .contact .box2 .con .map-click:hover {
            opacity: 1;
            background-color: #8cc332; } }
    .contact .box2 .map-box {
      width: 100%;
      height: 100%;
      position: relative;
      background-color: #000;
      display: none; }
      .contact .box2 .map-box .map {
        width: 100%;
        height: 100%;
        opacity: 0.4; }
      .contact .box2 .map-box .con-click {
        width: 50px;
        height: 50px;
        background-color: #1b1b1b;
        opacity: .8;
        position: absolute;
        top: 10%;
        right: 4%; }
        .contact .box2 .map-box .con-click img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
  .contact .box3 {
    width: 785px;
    height: auto;
    margin: 6% auto 7%;
    max-width: 92%;
    position: relative; }
    .contact .box3 ul {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      .contact .box3 ul li {
        width: 22px;
        height: 28px;
        position: absolute;
        cursor: pointer; }
        .contact .box3 ul li .icon {
          width: 22px;
          height: 28px;
          background-image: url(../image/contact_icon6.png);
          background-size: cover; }
        .contact .box3 ul li .tits {
          display: inline-block;
          background-color: #464646;
          padding: 0 15px;
          line-height: 28px;
          border-radius: 3px;
          font-size: 14px;
          line-height: 28px;
          font-weight: bold;
          color: #fff;
          top: 0;
          left: 0;
          position: absolute;
          z-index: 5;
          opacity: 0;
          transition: opacity .5s,left .5s; }
          .contact .box3 ul li .tits:after {
            width: 5px;
            height: 10px;
            position: absolute;
            left: -5px;
            top: 10px;
            content: '';
            background-image: url(../image/contact_icon7.png); }
        .contact .box3 ul li.l1 {
          top: 28%;
          left: 19.2%; }
        .contact .box3 ul li.l2 {
          top: 63%;
          left: 48%; }
        .contact .box3 ul li.l3 {
          top: 74%;
          left: 57%; }
        .contact .box3 ul li.l4 {
          top: 69%;
          left: 67%; }
        .contact .box3 ul li.l5 {
          top: 81%;
          left: 61%; }
        .contact .box3 ul li.l6 {
          top: 82%;
          left: 70%; }
        .contact .box3 ul li.l7 {
          top: 57%;
          left: 77%; }
        .contact .box3 ul li.l8 {
          top: 53%;
          left: 69%; }
        .contact .box3 ul li.l9 {
          top: 41%;
          left: 72%; }
        .contact .box3 ul li.l10 {
          top: 34%;
          left: 73.5%; }
        .contact .box3 ul li:hover .tits {
          left: 34px;
          opacity: 1; }
  .contact .box4 {
    width: 100%;
    height: auto;
    background-color: #121212;
    padding: 4% 0 5%; }
    .contact .box4 .box-new {
      width: 682px;
      height: auto;
      margin: 0 auto;
      max-width: 92%; }
      .contact .box4 .box-new .title {
        font-size: 50px;
        line-height: 1.1em;
        text-align: center;
        color: #fff;
        font-weight: bold; }
      .contact .box4 .box-new .table-box {
        width: 100%;
        height: auto;
        margin-top: 6%; }
        .contact .box4 .box-new .table-box .t {
          width: 100%;
          height: auto; }
          .contact .box4 .box-new .table-box .t .text {
            width: 100%;
            height: 60px;
            text-indent: 1.5em;
            font-size: 14px;
            line-height: 60px;
            color: #999;
            background-color: #393939;
            border: none;
            margin-bottom: 15px; }
            .contact .box4 .box-new .table-box .t .text.text1 {
              width: 49%; }
            .contact .box4 .box-new .table-box .t .text::-webkit-input-placeholder {
              color: #999; }
            .contact .box4 .box-new .table-box .t .text::-moz-placeholder {
              color: #999; }
            .contact .box4 .box-new .table-box .t .text:-moz-placeholder {
              color: #999; }
            .contact .box4 .box-new .table-box .t .text:-ms-input-placeholder {
              color: #999; }
          .contact .box4 .box-new .table-box .t .txt {
            width: 100%;
            padding: 10px 1.5em;
            height: 135px;
            background-color: #393939;
            border: none;
            font-size: 14px;
            line-height: 30px;
            color: #999; }
            .contact .box4 .box-new .table-box .t .txt::-webkit-input-placeholder {
              color: #999; }
            .contact .box4 .box-new .table-box .t .txt::-moz-placeholder {
              color: #999; }
            .contact .box4 .box-new .table-box .t .txt:-moz-placeholder {
              color: #999; }
            .contact .box4 .box-new .table-box .t .txt:-ms-input-placeholder {
              color: #999; }
        .contact .box4 .box-new .table-box .submit {
          width: 214px;
          height: 62px;
          background-color: #89c12d;
          display: block;
          margin: 6% auto 0;
          text-align: center;
          font-size: 18px;
          line-height: 62px;
          color: #fff;
          font-weight: bold;
          border: none;
          text-transform: uppercase; }
  @media (max-width: 1024px) {
    .contact .box1 .con .tits {
      font-size: 60px; }
    .contact .box1 .con .tit {
      line-height: 26px;
      font-size: 18px; }
    .contact .box1 .con .tel {
      width: 190px;
      line-height: 50px;
      height: 50px;
      font-size: 20px; }
    .contact .box1 .box-right .box {
      height: 320px; }
    .contact .box1 .box-right .conn .tit {
      font-size: 16px;
      line-height: 26px; }
    .contact .box1 .box-right .conn .tit1 {
      line-height: 26px; } }
  @media (max-width: 840px) {
    .contact .box2 {
      height: 300px; }
      .contact .box2 .con .con-new .tits {
        font-size: 28px;
        line-height: 28px; }
      .contact .box2 .con .con-new .tit {
        font-size: 16px;
        line-height: 26px; }
      .contact .box2 .con .con-new .tit1 {
        line-height: 28px; } }
  @media (max-width: 790px) {
    .contact .box4 .box-new .title {
      font-size: 32px; }
    .contact .box4 .box-new .table-box .t .text {
      height: 40px;
      line-height: 40px; }
    .contact .box4 .box-new .table-box .submit {
      height: 40px;
      line-height: 40px;
      width: 160px; } }
  @media (max-width: 700px) {
    .contact .box1 .con {
      width: 100%;
      float: none; }
      .contact .box1 .con .tits {
        font-size: 32px; }
      .contact .box1 .con .tit {
        font-size: 16px;
        line-height: 26px;
        margin-top: 4%; }
      .contact .box1 .con .tit1 {
        margin-top: 4%;
        font-size: 18px;
        line-height: 20px; }
      .contact .box1 .con .down {
        display: none; }
    .contact .box1 .box-right {
      width: 100%;
      float: none;
      margin-top: 4%; }
      .contact .box1 .box-right .conn .tits {
        font-size: 20px;
        line-height: 24px; } }
  @media (max-width: 500px) {
    .contact .box2 .con .con-new {
      width: 80%; }
      .contact .box2 .con .con-new .tits {
        font-size: 22px;
        line-height: 22px; }
      .contact .box2 .con .con-new .tit {
        font-size: 16px;
        line-height: 26px; }
      .contact .box2 .con .con-new .tit1 {
        line-height: 28px; }
    .contact .box2 .con .map-click {
      right: 3%; }
    .contact .box3 ul li {
      width: 14px;
      height: 18px; }
      .contact .box3 ul li .icon {
        width: 14px;
        height: 18px; }
      .contact .box3 ul li .tits {
        top: -7px; }
      .contact .box3 ul li:hover .tits {
        left: 24px; } }

.about {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .about .box1 {
    width: 100%;
    height: auto; }
    .about .box1 .box-new {
      width: 1680px;
      height: auto;
      margin: 0 auto;
      max-width: 92%;
      padding-top: 8%;
      position: relative; }
      .about .box1 .box-new .con {
        width: 53%;
        height: auto;
        float: left; }
        .about .box1 .box-new .con .tits {
          width: 100%;
          font-size: 24px;
          line-height: 50px;
          color: #fff;
          text-align: justify;
          word-wrap: keep-all; }
          .about .box1 .box-new .con .tits p {
            width: 100%; }
            .about .box1 .box-new .con .tits p span {
              font-size: 34px; }
        .about .box1 .box-new .con .tit {
          width: calc(100% - 30px);
          height: auto;
          color: #fff;
          position: relative;
          margin-top: 10%;
          padding-left: 30px; }
          .about .box1 .box-new .con .tit .t {
            font-size: 30px;
            line-height: 30px; }
          .about .box1 .box-new .con .tit .t1 {
            font-size: 20px;
            line-height: 22px;
            margin-top: 12px; }
          .about .box1 .box-new .con .tit:after {
            width: 4px;
            height: 100%;
            position: absolute;
            top: -5px;
            left: 0;
            background-color: #8cc332;
            content: '';
            padding: 5px 0; }
      .about .box1 .box-new .pic {
        width: 34.7%;
        height: auto;
        position: absolute;
        right: 0;
        top: 20%; }
        .about .box1 .box-new .pic img {
          position: relative;
          z-index: 3; }
        .about .box1 .box-new .pic .bg {
          width: 100%;
          height: 100%;
          position: absolute;
          top: -7%;
          right: -7%;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url(../image/about_bg.png); }
    .about .box1 .box-bottom {
      width: 100%;
      height: 280px;
      /*background-color: #333;*/
      margin-top: 6%; }
      .about .box1 .box-bottom .bottom-new {
        width: 1680px;
        height: auto;
        margin: 0 auto;
        max-width: 92%;
        padding-top: 64px; }
        .about .box1 .box-bottom .bottom-new a {
          width: 196px;
          height: auto;
          display: block;
          float: left;
          margin-right: 20px; }
          .about .box1 .box-bottom .bottom-new a .pic {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden; }
            .about .box1 .box-bottom .bottom-new a .pic img {
              transition: transform 1.5s; }
            .about .box1 .box-bottom .bottom-new a .pic .icon {
              width: 20px;
              height: 20px;
              position: absolute;
              background-image: url(../image/banner_icon1.png);
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              margin: auto; }
          .about .box1 .box-bottom .bottom-new a .tits {
            text-align: center;
            font-size: 18px;
            line-height: 1.2em;
            color: #8cc332;
            font-weight: bold;
            margin-top: 10px; }
          @media (min-width: 1024px) {
            .about .box1 .box-bottom .bottom-new a:hover .pic img {
              transform: scale(1.1); } }
  .about .box2 {
    width: 100%;
    height: auto;
    padding: 5% 0 8%; }
    .about .box2 .title {
      text-align: center;
      font-size: 70px;
      line-height: 1.2em;
      color: #fff; }
    .about .box2 .list {
      width: 80.2%;
      height: auto;
      margin-left: 19.8%;
      margin-top: 6%;
      position: relative;
      overflow: inherit; }
      .about .box2 .list ul {
        width: 100%;
        height: auto; }
        .about .box2 .list ul li {
          width: 29.8%;
          height: auto;
          float: left;
          margin-right: 1.9%; }
          .about .box2 .list ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .about .box2 .list ul li a .pic {
              width: 100%;
              height: auto;
              overflow: hidden;
              position: relative; }
              .about .box2 .list ul li a .pic img {
                transition: transform 1.5s; }
              .about .box2 .list ul li a .pic .bg {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-color: rgba(0, 0, 0, 0.5); }
                .about .box2 .list ul li a .pic .bg .icon {
                  width: 55px;
                  height: 55px;
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  margin: auto;
                  background-image: url(../image/about_icon2.png); }
            .about .box2 .list ul li a .con {
              width: 100%;
              height: auto;
              text-align: center;
              margin-top: 10%; }
              .about .box2 .list ul li a .con .num {
                font-size: 24px;
                line-height: 1.2em;
                color: #666666; }
              .about .box2 .list ul li a .con .line {
                width: 100%;
                height: 1px;
                background-color: #fff;
                margin-top: 6%;
                opacity: 0; }
              .about .box2 .list ul li a .con .tits {
                font-size: 24px;
                line-height: 24px;
                color: #fff;
                font-weight: bold;
                margin-top: 30px; }
              .about .box2 .list ul li a .con .tit {
                font-size: 16px;
                line-height: 24px;
                height: 48px;
                overflow: hidden;
                color: #666;
                margin-top: 20px; }
          @media (min-width: 1024px) {
            .about .box2 .list ul li:hover a .pic img {
              transform: scale(1.1); }
            .about .box2 .list ul li:hover a .pic .bg {
              background-color: rgba(0, 0, 0, 0); }
              .about .box2 .list ul li:hover a .pic .bg .icon {
                background-image: url(../image/about_icon1.png); }
            .about .box2 .list ul li:hover a .con .num {
              color: #fff; }
            .about .box2 .list ul li:hover a .con .line {
              opacity: 1; } }
      .about .box2 .list .line1 {
        width: 100%;
        height: 1px;
        background-color: #ccc;
        opacity: 0.4;
        position: absolute;
        left: 0;
        bottom: 122px; }
  @media (max-width: 1355px) {
    .about .box1 .box-new .con .tits {
      font-size: 20px;
      line-height: 34px; }
    .about .box1 .box-new .con .tit {
      margin-top: 5%; }
    .about .box1 .box-bottom {
      height: 220px; }
      .about .box1 .box-bottom .bottom-new {
        padding-top: 30px; } }
  @media (max-width: 1100px) {
    .about .box1 .box-new .con .tits {
      font-size: 18px;
      line-height: 30px; }
      .about .box1 .box-new .con .tits p span {
        font-size: 26px; }
    .about .box1 .box-new .con .tit .t {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 1024px) {
    .about .box2 .title {
      font-size: 46px; }
    .about .box2 .list {
      width: 100%;
      margin-left: 0; }
      .about .box2 .list ul li a .con .tits {
        font-size: 18px;
        line-height: 18px;
        margin-top: 20px; }
      .about .box2 .list ul li a .con .tit {
        margin-top: 10px;
        font-size: 14px; }
      .about .box2 .list .line1 {
        bottom: 100px; } }
  @media (max-width: 720px) {
    .about .box1 .box-new .con {
      width: 100%;
      float: none; }
    .about .box1 .box-new .pic {
      display: none; } }
  @media (max-width: 470px) {
    .about .box1 .box-new .con .tits {
      font-size: 16px;
      line-height: 26px; }
      .about .box1 .box-new .con .tits p span {
        font-size: 20px; }
    .about .box1 .box-new .con .tit .t {
      font-size: 20px;
      line-height: 20px; }
    .about .box1 .box-new .con .tit .t1 {
      font-size: 16px;
      line-height: 26px; }
    .about .box1 .box-bottom {
      height: auto;
      padding-bottom: 20px; }
      .about .box1 .box-bottom .bottom-new a {
        width: 48%;
        margin-right: 2%; }
    .about .box2 .title {
      font-size: 32px;
      line-height: 32px; }
    .about .box2 .list ul li a .con {
      margin-top: 4%; } }

.about-box3 {
  width: 1184px;
  height: auto;
  margin: 0 auto 0;
  max-width: 92%;
  padding-top: 5%; }
  .about-box3 .title {
    width: 100%;
    height: auto;
    text-align: center; }
    .about-box3 .title .tits {
      font-size: 70px;
      line-height: 1.1em;
      color: #fff; }
    .about-box3 .title .tit {
      font-size: 20px;
      line-height: 1.1em;
      color: #ccc;
      margin-top: 3%; }
  .about-box3 .search {
    width: 622px;
    height: auto;
    margin: 4% auto 0; }
    .about-box3 .search .text {
      width: 60.3%;
      height: 58px;
      background: none;
      border: none;
      border-bottom: 2px solid #343434;
      text-align: center;
      font-size: 20px;
      line-height: 58px;
      color: #666; }
      .about-box3 .search .text::-webkit-input-placeholder {
        color: #666; }
      .about-box3 .search .text::-moz-placeholder {
        color: #666; }
      .about-box3 .search .text:-moz-placeholder {
        color: #666; }
      .about-box3 .search .text:-ms-input-placeholder {
        color: #666; }
    .about-box3 .search .submit {
      width: 36.2%;
      height: 60px;
      border: 2px solid #343434;
      text-align: center;
      background: none;
      color: #fff;
      font-size: 20px;
      line-height: 60px;
      float: right;
      text-transform: uppercase;
      transition: background .5s,color .5s,border .5s; }
      @media (min-width: 1024px) {
        .about-box3 .search .submit:hover {
          background-color: #8cc332;
          color: #fff;
          border: 2px solid #8cc332; } }
  .about-box3 .list-box {
    width: 100%;
    height: auto;
    margin-top: 5%;
    padding-bottom: 6%; }
    .about-box3 .list-box .t {
      float: left; }
      .about-box3 .list-box .t.t1 {
        width: 22%;
        margin-left: 5.3%; }
      .about-box3 .list-box .t.t2 {
        width: 48.6%;
        height: auto;
        text-align: center; }
      .about-box3 .list-box .t.t3 {
        width: 19.4%;
        float: right;
        text-align: center; }
    .about-box3 .list-box .tabs {
      width: 100%;
      height: 73px;
      background-color: #8cc332;
      font-size: 20px;
      line-height: 73px;
      font-weight: bold;
      color: #fff; }
    .about-box3 .list-box .list {
      width: 100%;
      height: auto; }
      .about-box3 .list-box .list ul {
        width: 100%;
        height: auto; }
        .about-box3 .list-box .list ul li {
          width: 100%;
          height: auto;
          border-bottom: 2px solid #313131; }
          .about-box3 .list-box .list ul li a {
            width: 100%;
            height: auto;
            display: block;
            font-size: 18px;
            line-height: 72px;
            color: #666;
            transition: color .5s; }
          @media (min-width: 1024px) {
            .about-box3 .list-box .list ul li:hover a {
              color: #fff; } }
      .about-box3 .list-box .list .more-click {
        width: 210px;
        height: 58px;
        border: 2px solid #333;
        text-align: center;
        display: block;
        margin: 5% auto 0;
        font-size: 18px;
        line-height: 58px;
        color: #fff;
        font-weight: bold;
        transition: all .5s; }
        @media (min-width: 1024px) {
          .about-box3 .list-box .list .more-click:hover {
            background-color: #8cc332;
            border: 2px solid #8cc332;
            color: #fff; } }
  @media (max-width: 1024px) {
    .about-box3 .title .tits {
      font-size: 46px; }
    .about-box3 .title .tit {
      font-size: 16px; } }
  @media (max-width: 940px) {
    .about-box3 .list-box .tabs {
      font-size: 18px;
      line-height: 50px;
      height: 50px; }
    .about-box3 .list-box .list ul li a {
      font-size: 16px;
      line-height: 20px;
      padding: 10px 0; }
      .about-box3 .list-box .list ul li a .t {
        min-height: 40px; } }
  @media (max-width: 678px) {
    .about-box3 .search {
      width: 94%; }
      .about-box3 .search .text {
        width: 52.7%;
        font-size: 16px;
        line-height: 40px;
        height: 38px; }
      .about-box3 .search .submit {
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        width: calc(42.3% - 4px); } }
  @media (max-width: 550px) {
    .about-box3 .title .tits {
      font-size: 32px; }
    .about-box3 .title .tit {
      font-size: 16px; } }
  @media (max-width: 440px) {
    .about-box3 .list-box .tabs {
      font-size: 14px;
      line-height: 40px;
      height: 40px; }
    .about-box3 .list-box .list ul li a {
      font-size: 14px;
      line-height: 18px;
      padding: 10px 0; }
      .about-box3 .list-box .list ul li a .t {
        min-height: 36px; }
    .about-box3 .list-box .list .more-click {
      /*width: 120px;*/
      height: 38px;
      line-height: 38px;
      font-size: 14px; } }

.join .about-box3 .list-box .list ul {
  height: 222px;
  overflow: hidden; }
.join .about-box3 .list-box .list .more-click {
  /*width: 150px;*/
  height: 30px;
  text-align: center;
  border: none;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  padding-right: 20px;
  color: #fff;
  /*text-align: left;*/
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../image/join_icon1.png); }
  @media (min-width: 1024px) {
    .join .about-box3 .list-box .list .more-click:hover {
      background-color: rgba(0, 0, 0, 0);
      border: none;
      color: #fff; } }
.join .box1 {
  width: 100%;
  height: auto;
  background-color: #202020;
  padding: 5% 0 4%; }
  .join .box1 .box-new {
    width: 1680px;
    height: auto;
    margin: 0 auto;
    max-width: 92%; }
    .join .box1 .box-new .title {
      font-size: 70px;
      line-height: 1.1em;
      color: #fff;
      text-align: center; }
    .join .box1 .box-new .list {
      width: 100%;
      height: auto;
      padding-top: 10%; }
      .join .box1 .box-new .list ul {
        width: 100%;
        height: auto; }
        .join .box1 .box-new .list ul li {
          width: 30.4%;
          height: auto;
          float: left;
          margin-right: 4.4%;
          transition: transform .5s; }
          .join .box1 .box-new .list ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .join .box1 .box-new .list ul li a .pic {
              width: 100%;
              height: auto;
              overflow: hidden;
              position: relative; }
              .join .box1 .box-new .list ul li a .pic img {
                transition: transform 1.5s; }
              .join .box1 .box-new .list ul li a .pic .bg {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background-repeat: no-repeat;
                background-position: center center;
                background-color: rgba(0, 0, 0, 0.5);
                background-image: url(../image/join_icon2.png);
                opacity: 0;
                transform: scale(0.7);
                transition: opacity .5s,transform .5s; }
            .join .box1 .box-new .list ul li a .tits {
              font-size: 24px;
              line-height: 1.2em;
              color: #fff;
              font-weight: bold;
              margin-top: 8%; }
            .join .box1 .box-new .list ul li a .tit {
              font-size: 16px;
              line-height: 1.2em;
              color: #666;
              margin-top: 2%; }
          @media (min-width: 1024px) {
            .join .box1 .box-new .list ul li:hover {
              transform: translateY(-20%); }
              .join .box1 .box-new .list ul li:hover a .pic img {
                transform: scale(1.1); }
              .join .box1 .box-new .list ul li:hover a .pic .bg {
                opacity: 1;
                transform: scale(1); } }
          .join .box1 .box-new .list ul li:last-child {
            margin-right: 0; }
      .join .box1 .box-new .list .btns {
        width: 100%;
        height: 18px;
        text-align: center;
        margin-top: 5%;
        font-size: 0;
        position: relative; }
        .join .box1 .box-new .list .btns .a {
          width: 18px;
          height: 18px;
          display: inline-block;
          font-size: 18px;
          line-height: 18px;
          font-family: Simsun;
          font-weight: bold;
          color: #5a5a5a;
          position: absolute; }
          .join .box1 .box-new .list .btns .a.prev {
            left: 50%;
            margin-left: -80px; }
          .join .box1 .box-new .list .btns .a.next {
            right: 50%;
            margin-right: -80px; }
        .join .box1 .box-new .list .btns .btns-new {
          display: inline-block;
          font-size: 0;
          text-align: center;
          margin: 3px 15px 0; }
          .join .box1 .box-new .list .btns .btns-new span {
            width: 10px;
            height: 10px;
            border-radius: 10px;
            background-color: #fff;
            opacity: 0.3;
            margin: 0 12px;
            position: relative;
            cursor: pointer; }
            .join .box1 .box-new .list .btns .btns-new span.swiper-pagination-bullet-active {
              opacity: 1; }
.join .box2 {
  width: 100%;
  height: auto;
  background-color: #fff; }
  .join .box2 .box-new {
    width: 1680px;
    height: auto;
    margin: 0 auto;
    max-width: 92%;
    padding: 5% 0 6%;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    position: relative; }
    .join .box2 .box-new .title {
      text-align: center;
      font-size: 70px;
      line-height: 1.1em;
      color: #202020; }
    .join .box2 .box-new .list {
      width: 100%;
      height: auto;
      margin-top: 6%;
      position: relative;
      z-index: 5; }
      .join .box2 .box-new .list ul {
        width: 100%;
        height: auto; }
        .join .box2 .box-new .list ul li {
          width: 49.1%;
          height: auto;
          float: left;
          margin-right: 1.8%;
          position: relative;
          cursor: pointer;
          overflow: hidden; }
          .join .box2 .box-new .list ul li img {
            transition: transform 1.5s; }
          .join .box2 .box-new .list ul li .bg {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.4); }
            .join .box2 .box-new .list ul li .bg .con {
              width: 85.5%;
              height: auto;
              position: absolute;
              left: 7.25%;
              top: 10%;
              color: #fff; }
              .join .box2 .box-new .list ul li .bg .con .tits {
                font-size: 40px;
                line-height: 1.2em;
                font-weight: bold; }
              .join .box2 .box-new .list ul li .bg .con .tit {
                font-size: 24px;
                line-height: 36px;
                margin-top: 1%; }
            .join .box2 .box-new .list ul li .bg .more {
              width: 165px;
              height: auto;
              position: absolute;
              bottom: 7%;
              left: 7.25%;
              font-size: 24px;
              color: #fff;
              line-height: 35px;
              background-repeat: no-repeat;
              background-position: right center;
              background-image: url(../image/join_icon3.png); }
          .join .box2 .box-new .list ul li:last-child {
            margin-right: 0; }
          @media (min-width: 1024px) {
            .join .box2 .box-new .list ul li:hover img {
              transform: scale(1.1); }
            .join .box2 .box-new .list ul li:hover .bg .con {
              -webkit-animation-duration: 0.75s;
              animation-duration: 0.75s;
              -webkit-animation-name: bounceIn;
              animation-name: bounceIn; }
            .join .box2 .box-new .list ul li:hover .bg .more {
              -webkit-animation-duration: 0.75s;
              animation-duration: 0.75s;
              -webkit-animation-name: bounceIn;
              animation-name: bounceIn; } }
      .join .box2 .box-new .list .btns {
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 3%; }
        .join .box2 .box-new .list .btns span {
          width: 4px;
          height: 4px;
          background-color: #e5e5e5;
          margin: 0 5px;
          display: inline-block;
          cursor: pointer;
          border-radius: 0;
          opacity: 1; }
          .join .box2 .box-new .list .btns span.swiper-pagination-bullet-active {
            width: 16px;
            background-color: #8cc332; }
    .join .box2 .box-new .line {
      width: 1px;
      height: 100%;
      background-color: #e3e3e3;
      position: absolute;
      left: 33.3%;
      top: 0; }
      .join .box2 .box-new .line.line1 {
        left: 66.6%; }
@media (max-width: 1100px) {
  .join .box1 .box-new .title {
    font-size: 46px; }
  .join .box1 .box-new .list ul li a .tits {
    font-size: 18px; }
  .join .box2 .box-new .title {
    font-size: 46px; }
  .join .box2 .box-new .list ul li .bg .con .tits {
    font-size: 24px; }
  .join .box2 .box-new .list ul li .bg .con .tit {
    font-size: 16px;
    line-height: 26px; }
  .join .box2 .box-new .list ul li .bg .more {
    font-size: 18px;
    line-height: 28px;
    background-size: 28px;
    width: 125px; } }
@media (max-width: 690px) {
  .join .box2 .box-new .title {
    font-size: 32px; }
  .join .box2 .box-new .list ul li .bg .con .tits {
    font-size: 18px; }
  .join .box2 .box-new .list ul li .bg .con .tit {
    font-size: 14px;
    line-height: 24px; }
  .join .box2 .box-new .line {
    display: none; } }
@media (max-width: 550px) {
  .join .box1 .box-new .title {
    font-size: 32px; } }

.news-list {
  width: 100%;
  height: auto;
  background-color: #101010;
  padding: 6% 0 5%; }
  .news-list .title {
    text-align: center;
    font-size: 70px;
    line-height: 1.1em;
    color: #fff; }
  .news-list .list {
    width: 1680px;
    height: auto;
    margin: 4% auto 0;
    max-width: 92%; }
    .news-list .list ul {
      width: 100%;
      height: auto; }
      .news-list .list ul li {
        width: 30.7%;
        height: auto;
        margin-right: 3.95%;
        float: left; }
        .news-list .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .news-list .list ul li a .pic {
            width: 100%;
            height: auto;
            overflow: hidden; }
            .news-list .list ul li a .pic img {
              transition: transform 1.5s; }
          .news-list .list ul li a .con {
            width: 100%;
            height: auto;
            margin-top: 5%; }
            .news-list .list ul li a .con .time {
              font-size: 14px;
              line-height: 30px;
              color: #999; }
            .news-list .list ul li a .con .tits {
              font-size: 24px;
              line-height: 30px;
              height: auto;
              color: #fff;
              font-weight: bold;
              margin-top: 2%; }
            .news-list .list ul li a .con .tit {
              font-size: 16px;
              line-height: 30px;
              height: 60px;
              color: #999;
              margin-top: 5%;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis; }
            .news-list .list ul li a .con .more {
              width: 105px;
              height: auto;
              font-size: 14px;
              line-height: 14px;
              color: #fff;
              margin-top: 8%;
              background-repeat: no-repeat;
              background-position: right center;
              background-image: url(../image/index_icon1.png);
              transition: all .5s; }
        .news-list .list ul li:nth-child(3n) {
          margin-right: 0; }
        @media (min-width: 1024px) {
          .news-list .list ul li:hover .pic img {
            transform: scale(1.1); }
          .news-list .list ul li:hover .con .more {
            width: 115px; } }
    .news-list .list .more-click {
      width: 210px;
      height: 58px;
      border: 2px solid #333;
      text-align: center;
      display: block;
      margin: 5% auto 0;
      font-size: 18px;
      line-height: 58px;
      color: #fff;
      font-weight: bold;
      transition: all .5s; }
      @media (min-width: 1024px) {
        .news-list .list .more-click:hover {
          background-color: #8cc332;
          border: 2px solid #8cc332;
          color: #fff; } }
  .news-list.news .list ul li {
    margin-bottom: 4%; }
  .news-list.news .list .more-click {
    margin: 3% auto 0; }
  @media (max-width: 1024px) {
    .news-list .title {
      font-size: 46px; }
    .news-list .list ul li a .con .tits {
      font-size: 20px;
      line-height: 22px;
      height: 22px; } }
  @media (max-width: 750px) {
    .news-list.news .list ul li {
      width: 48%;
      margin-right: 2%; }
      .news-list.news .list ul li:nth-child(3n) {
        margin-right: 2%; }
      .news-list.news .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 550px) {
    .news-list .list ul li {
      width: 100%;
      float: none;
      margin-bottom: 4%; }
    .news-list .list .more-click {
      width: 120px;
      height: 36px;
      line-height: 36px;
      font-size: 14px; } }

.amap-logo, .amap-copyright {
  display: none !important; }

.fadeInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98); }

.fadeInDown {
  opacity: 0;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  -webkit-transition: -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98); }

.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@media (max-width: 1024px) {
  .animated {
    transition-delay: 0 !important; } }
.join-tk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none; }
  .join-tk .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10001; }
  .join-tk .con-box {
    width: 960px;
    height: 80%;
    max-width: 90%;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 10002; }
    .join-tk .con-box .con {
      width: 84.375%;
      height: calc(100% - 80px);
      padding: 40px 0;
      margin: 0 auto;
      overflow: hidden; }
      .join-tk .con-box .con .tits {
        font-size: 18px;
        line-height: 40px;
        color: #333;
        font-weight: bold; }
      .join-tk .con-box .con .item {
        font-size: 16px;
        line-height: 40px;
        color: #666;
        margin-bottom: 30px; }
        .join-tk .con-box .con .item b {
          font-weight: bold; }
      .join-tk .con-box .con a {
        width: 210px;
        height: 60px;
        background-color: #89c12d;
        text-align: center;
        font-size: 18px;
        line-height: 60px;
        font-weight: bold;
        color: #fff;
        display: block;
        margin: 0 auto; }
      @media (max-width: 550px) {
        .join-tk .con-box .con {
          width: 90%;
          height: calc(100% - 40px);
          paddding: 20px 0; }
          .join-tk .con-box .con .tits {
            line-height: 30px; }
          .join-tk .con-box .con .item {
            line-height: 30px; } }
    .join-tk .con-box .close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 15px;
      right: 15px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url(../image/nav_close.png);
      display: block; }

.pass-tk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110000;
  display: none; }
  .pass-tk .bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }
  .pass-tk .con {
    width: 225px;
    height: 120px;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .pass-tk .con .tits {
      font-size: 18px;
      line-height: 24px;
      color: #8cc332; }
    .pass-tk .con .text {
      width: 100%;
      height: 33px;
      font-size: 16px;
      color: #999;
      text-indent: 1em;
      line-height: 33px;
      border: 1px solid #999;
      margin-top: 10px; }
    .pass-tk .con .submit {
      width: 100px;
      height: 34px;
      background-color: #8cc332;
      text-align: center;
      margin: 15px auto 0;
      border: none;
      color: #fff;
      display: block;
      font-size: 16px; }
    .pass-tk .con .close {
      width: 16px;
      height: 16px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(../image/nav_close.png);
      position: absolute;
      top: 10px;
      right: 10px;
      display: block; }

.product {
  width: 100%;
  height: auto;
  background-color: #1d1d1d; }
  .product .nav {
    width: 20%;
    height: 100%;
    top: 90px;
    left: -20%;
    position: fixed;
    background-color: #1b1b1b;
    z-index: 10;
    transition: left .5s; }
    .product .nav .nav-new {
      margin-left: 31.25%;
      padding-top: 15%; }
      .product .nav .nav-new .title {
        font-size: 18px;
        line-height: 1.2em;
        color: #fff;
        opacity: 0.3; }
      .product .nav .nav-new ul {
        margin-top: 15%; }
        .product .nav .nav-new ul li {
          font-size: 18px;
          line-height: 70px; }
          .product .nav .nav-new ul li a {
            color: #999;
            position: relative; }
          .product .nav .nav-new ul li.on a {
            color: #fff; }
            .product .nav .nav-new ul li.on a:after {
              width: 17px;
              height: 3px;
              background-color: #8cc332;
              position: absolute;
              bottom: -19px;
              left: 0;
              content: ''; }
          @media (min-width: 1024px) {
            .product .nav .nav-new ul li:hover a {
              color: #fff; }
              .product .nav .nav-new ul li:hover a:after {
                width: 17px;
                height: 3px;
                background-color: #8cc332;
                position: absolute;
                bottom: -19px;
                left: 0;
                content: ''; } }
    .product .nav.move {
      left: 0; }
  .product .box {
    width: 100%;
    height: auto;
    transition: width .5s,margin .5s; }
    .product .box .pTits {
      font-size: 44px;
      line-height: 50px;
      color: #fff;
      text-align: center; }
    .product .box .pLine {
      width: 37px;
      height: 6px;
      background-color: #8cc332;
      margin: 3% auto 0; }
    .product .box .fz50 {
      font-size: 36px;
      line-height: 40px;
      color: #fff;
      text-align: center; }
    .product .box .fz40 {
      font-size: 28px;
      line-height: 36px;
      text-align: center;
      color: #fff; }
    .product .box .fz24 {
      font-size: 20px;
      line-height: 32px; }
    .product .box .banner {
      width: 100%;
      height: auto;
      position: relative;
      background-size: cover; }
      .product .box .banner .con {
        width: 100%;
        height: auto; }
        .product .box .banner .con .title {
          width: 100%;
          height: auto;
          text-align: center;
          padding-top: 4%; }
          .product .box .banner .con .title .tits {
            font-size: 80px;
            line-height: 84px;
            color: #fff; }
          .product .box .banner .con .title .tit {
            font-size: 40px;
            line-height: 44px;
            color: #fff; }
          .product .box .banner .con .title .tit1 {
            text-align: center;
            width: 100%;
            height: auto;
            margin-top: 1.4%; }
            .product .box .banner .con .title .tit1 a {
              font-size: 18px;
              color: #8cc332;
              font-weight: bold;
              line-height: 20px;
              margin: 0 15px; }
              .product .box .banner .con .title .tit1 a.a {
                padding-left: 32px;
                background-image: url(../image/banner_icon1.png);
                background-position: left center;
                background-repeat: no-repeat; }
        .product .box .banner .con .pic {
          width: 28%;
          height: auto;
          margin: 4% auto 0; }
          .product .box .banner .con .pic.p1 {
            width: 24.6%;
            margin: 2% auto 0;
            padding-bottom: 5%; }
          .product .box .banner .con .pic.p2 {
            width: 27.9%;
            margin: 6% auto 0; }
          .product .box .banner .con .pic.p3 {
            width: 27.5%;
            margin: 2.8% auto 0; }
          .product .box .banner .con .pic.p4 {
            width: 25.6%;
            margin: 3% auto 0; }
          .product .box .banner .con .pic.p5 {
            width: 28%;
            margin: 2% auto 0; }
      .product .box .banner .ttt {
        position: absolute;
        left: 4%;
        top: 5%;
        font-size: 18px;
        color: #fff;
        line-height: 1.2em; }
      .product .box .banner .down {
        width: 24px;
        height: auto;
        position: absolute;
        bottom: 35px;
        left: 4%;
        padding-bottom: 30px; }
        .product .box .banner .down img {
          width: 9px;
          height: auto;
          display: block;
          margin: auto; }
        .product .box .banner .down i {
          width: 24px;
          height: 12px;
          background-image: url(../image/dwon.png);
          background-repeat: no-repeat;
          position: absolute;
          bottom: 0;
          left: 0;
          animation: slideInDown 1s infinite linear; }
    .product .box .product-nav {
      width: 100%;
      text-align: center;
      height: auto;
      padding-top: 3.7%; }
      .product .box .product-nav a {
        width: 265px;
        height: auto;
        line-height: 25px;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        border-right: 2px solid #ededed;
        display: inline-block;
        color: #999; }
        .product .box .product-nav a span {
          position: relative; }
          .product .box .product-nav a span:after {
            width: 17px;
            height: 3px;
            background-color: #8cc332;
            position: absolute;
            left: 0;
            bottom: -15px;
            content: '';
            display: none; }
        .product .box .product-nav a:last-child {
          border: none; }
        .product .box .product-nav a.on {
          color: #fff; }
          .product .box .product-nav a.on span:after {
            display: block; }
        .product .box .product-nav a:hover {
          color: #fff; }
          .product .box .product-nav a:hover span:after {
            display: block; }
    .product .box .product-nav-m {
      width: 100%;
      height: auto;
      display: none; }
      .product .box .product-nav-m .nav-new {
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 18px;
        line-height: 70px; }
        .product .box .product-nav-m .nav-new a {
          color: #999;
          margin: 0 20px;
          position: relative; }
          .product .box .product-nav-m .nav-new a.on {
            color: #fff; }
            .product .box .product-nav-m .nav-new a.on:after {
              width: 100%;
              height: 3px;
              background-color: #8cc332;
              position: absolute;
              bottom: -10px;
              left: 0;
              content: ''; }
    .product .box .list {
      width: 1680px;
      max-width: 94%;
      margin: 4.4% auto 0;
      height: auto;
      overflow: hidden; }
      .product .box .list ul {
        width: 100%;
        height: auto;
        margin-bottom: 12px; }
        .product .box .list ul li {
          width: 23.2%;
          height: 465px;
          float: left;
          margin-right: 2.4%;
          margin-bottom: 2.4%;
          background-color: #fff;
          position: relative; }
          .product .box .list ul li .pic {
            width: 100%;
            height: 100%;
            overflow: hidden; }
            .product .box .list ul li .pic dl {
              width: 100%;
              height: 100%; }
              .product .box .list ul li .pic dl dd {
                width: 100%;
                height: 100%;
                position: relative; }
                .product .box .list ul li .pic dl dd img {
                  position: absolute;
                  top: 0;
                  left: 0;
                  right: 0;
                  bottom: 0;
                  margin: auto;
                  max-width: 90%;
                  max-height: 90%;
                  transition: transform 1.5s; }
                @media (min-width: 1024px) {
                  .product .box .list ul li .pic dl dd:hover img {
                    transform: scale(1.1); } }
            .product .box .list ul li .pic .btns {
              position: absolute;
              right: 7.9%;
              bottom: 6%;
              z-index: 10; }
              .product .box .list ul li .pic .btns .btns-new {
                float: right; }
                .product .box .list ul li .pic .btns .btns-new span {
                  float: left;
                  width: 6px;
                  height: 6px;
                  background-color: #fff;
                  border: 1px solid #999;
                  border-radius: 6px;
                  display: inline-block;
                  margin-left: 9px;
                  cursor: pointer;
                  opacity: 1; }
                  .product .box .list ul li .pic .btns .btns-new span.swiper-pagination-bullet-active {
                    background-color: #000;
                    border: 1px solid #000; }
          .product .box .list ul li .tits {
            width: 84.2%;
            height: auto;
            position: absolute;
            left: 7.9%;
            top: 24px; z-index:5}
            .product .box .list ul li .tits .t {
              font-size: 24px;
              line-height: 30px;
              color: #333; }
            .product .box .list ul li .tits .t1 {
              font-size: 16px;
              line-height: 24px;
              color: #8cc332; }
          .product .box .list ul li .tit {
            position: absolute;
            left: 7.9%;
            bottom: 5%;
            font-size: 16px;
            line-height: 18px;
            color: #666;
            font-weight: bold; }
          .product .box .list ul li .other {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(255, 255, 255, 0.8);
            z-index: 10;
            display: none; }
            .product .box .list ul li .other .t15 {
              position: absolute;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              width: 100%;
              text-align: center;
              font-size: 20px;
              line-height: 30px; }
              .product .box .list ul li .other .t15 a {
                color: #8cc332;
                width: 100%;
                display: block; }
            @media (max-width: 1024px) {
              .product .box .list ul li .other {
                display: block; } }
          @media (min-width: 1024px) {
            .product .box .list ul li:hover .tits {
              -webkit-animation-duration: 0.75s;
              animation-duration: 0.75s;
              -webkit-animation-name: bounceIn;
              animation-name: bounceIn; }
            .product .box .list ul li:hover .tit {
              -webkit-animation-duration: 0.75s;
              animation-duration: 0.75s;
              -webkit-animation-name: bounceIn;
              animation-name: bounceIn; }
            .product .box .list ul li:hover .other {
              display: block; } }
          .product .box .list ul li:nth-child(4n) {
            margin-right: 0; }
    .product .box .content {
      width: 100%;
      height: auto; }
      .product .box .content .box1 {
        width: 100%;
        height: auto;
        background-image: url(../image/info_bg1.jpg);
        padding: 5% 0 6%; }
        .product .box .content .box1 .tits {
          font-size: 65px;
          line-height: 70px;
          font-family: Arial;
          font-weight: bold;
          color: #fff;
          text-align: center; }
        .product .box .content .box1 .txt {
          width: 675px;
          height: auto;
          max-width: 94%;
          margin: 2% auto 0;
          text-align: center;
          font-size: 24px;
          line-height: 45px;
          color: #fff; }
          .product .box .content .box1 .txt span {
            font-size: 28px; }
          .product .box .content .box1 .txt b {
            display: block; }
          .product .box .content .box1 .txt.txt1 {
            width: 1450px; }
        .product .box .content .box1 .tit {
          width: 100%;
          text-align: center;
          height: auto;
          font-size: 18px;
          line-height: 30px;
          margin-top: 4%; }
          .product .box .content .box1 .tit span {
            margin: 0 28px;
            position: relative; }
            .product .box .content .box1 .tit span:after {
              width: 4px;
              height: 4px;
              position: absolute;
              top: 8px;
              left: -12px;
              content: '';
              border-radius: 4px;
              background-color: #8cc332; }
      .product .box .content .box2 {
        width: 100%;
        height: auto;
        padding-top: 4%;
        padding-bottom: 14%;
        cursor: pointer; }
        .product .box .content .box2 .tits {
          font-size: 60px;
          line-height: 70px;
          color: #fff;
          text-align: center; }
        .product .box .content .box2 .icon {
          width: 85px;
          height: auto;
          margin: 6% auto 0; }
          .product .box .content .box2 .icon p {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            opacity: 0.5;
            margin-top: 30px; }
      .product .box .content .box3 {
        width: 100%;
        height: auto;
        background-color: #222;
        padding: 4% 0; }
        .product .box .content .box3 .pic {
          width: 1011px;
          height: auto;
          max-width: 80%;
          margin: 0 auto; }
        .product .box .content .box3 .txt {
          text-align: center;
          font-size: 18px;
          line-height: 30px;
          color: #fff;
          width: 865px;
          max-width: 94%;
          margin: 5% auto 0;
          font-family: Arial; }
        .product .box .content .box3 .pic-box {
          width: 905px;
          height: auto;
          max-width: 90%;
          margin: 3% auto 0; }
          .product .box .content .box3 .pic-box .item {
            width: 45.3%;
            height: auto; }
            .product .box .content .box3 .pic-box .item p {
              text-align: center;
              font-size: 18px;
              line-height: 30px;
              width: 94%;
              margin: 6% auto 0;
              color: #fff; }
        .product .box .content .box3.b3 {
          padding: 5% 0 6%;
          background-color: #000; }
          .product .box .content .box3.b3 .pic {
            margin: 4% auto 0; }
      .product .box .content .box4 {
        width: 100%;
        height: auto;
        background-color: #0b0b0b; }
        .product .box .content .box4 .box-new {
          width: 1680px;
          height: auto;
          max-width: 94%;
          margin: 0 auto;
          padding-top: 6%;
          padding-bottom: 3%; }
          .product .box .content .box4 .box-new .tits {
            font-size: 60px;
            line-height: 70px;
            color: #fff;
            text-align: center; }
          .product .box .content .box4 .box-new .tit {
            font-size: 36px;
            line-height: 40px;
            position: relative;
            text-align: center;
            color: #fff;
            margin-top: 6%; }
            .product .box .content .box4 .box-new .tit span {
              position: relative;
              z-index: 5; }
            .product .box .content .box4 .box-new .tit:after {
              width: 188px;
              height: 16px;
              background-color: #8cc332;
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translateX(-50%);
              content: ''; }
          .product .box .content .box4 .box-new .tit1 {
            font-size: 40px;
            line-height: 45px;
            color: #fff;
            text-align: center;
            font-weight: bold;
            margin-top: 4%; }
          .product .box .content .box4 .box-new .txt {
            width: 1000px;
            height: auto;
            margin: 2.5% auto 0;
            text-align: center;
            max-width: 100%;
            font-size: 24px;
            line-height: 45px;
            color: #999; }
          .product .box .content .box4 .box-new .item {
            width: 100%;
            height: auto;
            margin-top: 7%;
            position: relative; }
            .product .box .content .box4 .box-new .item .imgBox {
              width: 71.4%;
              height: auto;
              float: left;
              position: relative;
              min-height: 100px;
              overflow: hidden;
              padding: 40px 0; }
              .product .box .content .box4 .box-new .item .imgBox ul li {
                min-height: 50px;
                position: relative;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                display: none; }
                .product .box .content .box4 .box-new .item .imgBox ul li .boxx {
                  position: relative;
                  left: 0px;
                  top: 0px;
                  width: 50%;
                  overflow: hidden; }
                  .product .box .content .box4 .box-new .item .imgBox ul li .boxx .img {
                    height: 720px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover; }
                .product .box .content .box4 .box-new .item .imgBox ul li .bar {
                  width: 130px;
                  height: calc(100% + 80px);
                  position: absolute;
                  z-index: 20;
                  left: 50%;
                  top: -40px;
                  margin-left: -65px; }
                  .product .box .content .box4 .box-new .item .imgBox ul li .bar .line {
                    width: 2px;
                    height: 100%;
                    position: absolute;
                    left: 50%;
                    margin-left: -1px;
                    top: 0;
                    background-color: #666; }
                  .product .box .content .box4 .box-new .item .imgBox ul li .bar .bb {
                    width: 130px;
                    height: 73px;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                    cursor: pointer;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-image: url(../image/info_icon.png); }
            .product .box .content .box4 .box-new .item .item-right {
              width: 28%;
              position: absolute;
              right: -2%;
              top: 50%;
              transform: translateY(-50%); }
      .product .box .content .box5 {
        width: 100%;
        height: auto;
        background-color: #010101;
        background-image: url(../image/info_bg7.jpg);
        background-size: 100%;
        background-position: center 38%;
        background-repeat: no-repeat;
        padding-top: 5%;
        padding-bottom: 1%; }
        .product .box .content .box5 .item {
          width: 100%;
          height: auto;
          margin-bottom: 7%; }
          .product .box .content .box5 .item .tits {
            font-size: 36px;
            line-height: 40px;
            text-align: center;
            color: #fff;
            position: relative; }
            .product .box .content .box5 .item .tits span {
              position: relative;
              z-index: 5; }
            .product .box .content .box5 .item .tits:after {
              width: 188px;
              height: 16px;
              background-color: #8cc332;
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: 0;
              content: ''; }
          .product .box .content .box5 .item .tit {
            font-size: 40px;
            line-height: 45px;
            text-align: center;
            color: #fff;
            font-weight: bold;
            margin-top: 3%; }
          .product .box .content .box5 .item .txt {
            width: 695px;
            height: auto;
            margin: 3% auto 0;
            max-width: 94%;
            text-align: center;
            font-size: 24px;
            line-height: 45px;
            color: #999; }
          .product .box .content .box5 .item .pic {
            width: 720px;
            height: auto;
            margin: 6% auto 0;
            max-width: 94%; }
            .product .box .content .box5 .item .pic.p {
              width: 975px; }
      .product .box .content .box6 {
        width: 100%;
        height: auto;
        background-color: #1d1d1d; }
        .product .box .content .box6 .box-new {
          width: 1600px;
          height: auto;
          max-width: 94%;
          margin: 0 auto;
          padding: 5% 0 3%; }
          .product .box .content .box6 .box-new .item {
            width: 32.875%;
            height: auto; }
            .product .box .content .box6 .box-new .item .tits {
              font-size: 60px;
              line-height: 64px;
              color: #fff; }
            .product .box .content .box6 .box-new .item .tit {
              font-size: 24px;
              line-height: 45px;
              color: #999;
              margin-top: 20px; }
            .product .box .content .box6 .box-new .item .pic {
              width: 100%;
              height: auto;
              margin-top: 80px; }
              .product .box .content .box6 .box-new .item .pic img {
                display: block;
                margin-bottom: 5.5%; }
            .product .box .content .box6 .box-new .item.right {
              width: 59.3%; }
      .product .box .content .box7 {
        width: 100%;
        height: auto;
        padding: 7% 0 12%; }
        .product .box .content .box7 .tits {
          font-size: 60px;
          line-height: 70px;
          color: #fff;
          text-align: center; }
        .product .box .content .box7 .tit {
          font-size: 24px;
          line-height: 40px;
          color: #fff;
          text-align: center;
          max-width: 90%;
          margin: 1% auto 0; }
        .product .box .content .box7 .icon {
          width: 85px;
          height: auto;
          margin: 6% auto 0; }
          .product .box .content .box7 .icon p {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            opacity: 0.5;
            margin-top: 30px; }
      .product .box .content .box8 {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding-top: 6%; }
        .product .box .content .box8 .tits {
          font-size: 60px;
          line-height: 80px;
          color: #8cc332;
          text-align: center; }
        .product .box .content .box8 .tit {
          font-size: 32px;
          line-height: 40px;
          max-width: 92%;
          margin: 1% auto 0;
          text-align: center; }
        .product .box .content .box8 .pic {
          width: 100%;
          height: auto;
          text-align: center;
          margin-top: 7%; }
          .product .box .content .box8 .pic img {
            max-width: 90%; }
        .product .box .content .box8.b {
          background-image: url("../image/info_bg4.jpg"); }
          .product .box .content .box8.b .tits {
            color: #fff; }
          .product .box .content .box8.b .tit {
            color: #666; }
      .product .box .content .box9 {
        width: 100%;
        height: auto; }
        .product .box .content .box9 .con {
          margin-left: 14%;
          padding-top: 17%; }
          .product .box .content .box9 .con .tits {
            font-size: 60px;
            line-height: 80px;
            color: #000; }
          .product .box .content .box9 .con .tit {
            font-size: 32px;
            line-height: 40px;
            color: #666; }
      .product .box .content .box10 {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding-top: 5%;
        padding-bottom: 8%; }
        .product .box .content .box10 .box-new {
          width: 1545px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .box10 .box-new ul {
            width: 100%;
            height: auto; }
            .product .box .content .box10 .box-new ul li {
              width: 47.4%;
              height: auto;
              margin-bottom: 5.2%; }
          .product .box .content .box10 .box-new .more-click {
            width: 135px;
            font-size: 18px;
            line-height: 30px;
            color: #333;
            margin: 1% auto 0;
            display: block;
            text-transform: uppercase;
            text-align: center;
            position: relative; }
            .product .box .content .box10 .box-new .more-click:after {
              width: 88px;
              height: 3px;
              position: absolute;
              bottom: -10px;
              left: 22px;
              content: '';
              background-color: #8cc332;
              transition: width .5s,left .5s; }
            @media (min-width: 1024px) {
              .product .box .content .box10 .box-new .more-click:hover:after {
                width: 100%;
                left: 0; } }
      .product .box .content .bb1 {
        width: 1680px;
        height: auto;
        max-width: 94%;
        padding-top: 4.4%;
        padding-bottom: 1%;
        margin: 0 auto; }
        .product .box .content .bb1 .title {
          width: 100%;
          height: auto;
          text-align: center; }
          .product .box .content .bb1 .title .tits {
            font-size: 60px;
            line-height: 70px;
            color: #fff; }
          .product .box .content .bb1 .title .txt {
            font-size: 24px;
            line-height: 45px;
            font-family: Arial;
            color: #999;
            margin-top: 3%; }
        .product .box .content .bb1 .pic-list {
          width: 77%;
          height: auto;
          margin: 4.6% auto 0; }
          .product .box .content .bb1 .pic-list img {
            width: 48.9%;
            height: auto; }
        .product .box .content .bb1 .line {
          width: 83.3%;
          height: 1px;
          margin: 5% auto 0;
          background-color: rgba(231, 231, 231, 0.12); }
        .product .box .content .bb1 .b-c {
          width: 83.3%;
          height: auto;
          margin: 4% auto 0; }
          .product .box .content .bb1 .b-c .tits {
            text-align: center;
            font-size: 60px;
            line-height: 70px;
            color: #fff; }
          .product .box .content .bb1 .b-c ul {
            width: 100%;
            height: auto;
            margin-top: 6%; }
            .product .box .content .bb1 .b-c ul li {
              width: 35.7%;
              padding-left: 14.3%;
              float: left;
              font-family: Arial;
              margin-bottom: 45px; }
              .product .box .content .bb1 .b-c ul li .t {
                padding-left: 22px;
                font-size: 24px;
                line-height: 36px;
                color: #fff;
                position: relative; }
                .product .box .content .bb1 .b-c ul li .t:after {
                  width: 7px;
                  height: 7px;
                  border-radius: 100%;
                  background-color: #8cc332;
                  display: block;
                  content: '';
                  position: absolute;
                  left: 0;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
              .product .box .content .bb1 .b-c ul li .t1 {
                font-size: 14px;
                line-height: 22px;
                color: #666;
                padding-left: 22px; }
      .product .box .content .bb2 {
        width: 100%;
        height: auto; }
        .product .box .content .bb2 .bb-new {
          width: 1400px;
          height: auto;
          max-width: 94%;
          margin: 0 auto;
          padding-top: 3.5%; }
          .product .box .content .bb2 .bb-new .title {
            width: 100%;
            text-align: center;
            height: auto; }
            .product .box .content .bb2 .bb-new .title .tits {
              font-size: 60px;
              line-height: 70px;
              color: #fff; }
            .product .box .content .bb2 .bb-new .title .txt {
              width: 1090px;
              height: auto;
              max-width: 100%;
              font-size: 24px;
              font-family: Arial;
              line-height: 45px;
              color: #999;
              margin: 3% auto 0; }
          .product .box .content .bb2 .bb-new .bx {
            width: 100%;
            height: auto;
            margin-top: 4%; }
            .product .box .content .bb2 .bb-new .bx .pic {
              width: 37.1%;
              height: auto;
              float: left;
              margin-left: 9.5%; }
            .product .box .content .bb2 .bb-new .bx .con {
              width: 44.6%;
              height: auto;
              float: right;
              text-align: right;
              font-size: 24px;
              line-height: 45px;
              color: #fff;
              font-family: Arial;
              margin-top: 20px; }
          .product .box .content .bb2 .bb-new .box-pic {
            width: 29.8%;
            height: auto;
            margin: 2% auto 0;
            padding-bottom: 6%; }
      .product .box .content .bb3 {
        width: 100%;
        height: auto; }
        .product .box .content .bb3 .bb-new {
          width: 1680px;
          height: auto;
          max-width: 94%;
          margin: 0 auto;
          position: relative; }
          .product .box .content .bb3 .bb-new .pic {
            width: 29.4%;
            height: auto;
            margin-left: 19.2%;
            padding-top: 9%; }
          .product .box .content .bb3 .bb-new .con {
            width: 43.6%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0; }
            .product .box .content .bb3 .bb-new .con .con-new {
              width: 100%;
              height: auto; }
              .product .box .content .bb3 .bb-new .con .con-new .tits {
                font-size: 70px;
                line-height: 72px;
                color: #000; }
              .product .box .content .bb3 .bb-new .con .con-new .line {
                width: 70px;
                height: 6px;
                background-color: #96c845;
                margin-top: 30px; }
              .product .box .content .bb3 .bb-new .con .con-new .tit {
                font-size: 22px;
                line-height: 35px;
                color: #666;
                margin-top: 50px; }
      .product .box .content .bb4 {
        width: 1200px;
        height: auto;
        margin: 0 auto;
        padding-top: 6.3%;
        padding-bottom: 7%;
        max-width: 94%; }
        .product .box .content .bb4 .tits {
          font-size: 50px;
          line-height: 60px;
          color: #fff;
          text-align: center; }
          .product .box .content .bb4 .tits.mt {
            margin-top: 7%; }
        .product .box .content .bb4 .line {
          width: 37px;
          height: 6px;
          margin: 17px auto 0;
          background-color: #8cc332; }
        .product .box .content .bb4 .tag {
          text-align: center;
          width: 100%;
          font-size: 0;
          color: #fff;
          margin-top: 5%;
          font-family: Arial; }
          .product .box .content .bb4 .tag span {
            display: inline-block;
            font-size: 24px;
            line-height: 30px;
            position: relative;
            padding-left: 35px;
            margin: 0 15px; }
            .product .box .content .bb4 .tag span:after {
              width: 7px;
              height: 7px;
              border-radius: 100%;
              background-color: #8cc332;
              display: block;
              position: absolute;
              left: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%);
              content: ''; }
        .product .box .content .bb4 .pic {
          width: 100%;
          height: auto;
          margin-top: 4%; }
        .product .box .content .bb4 .fz24 {
          margin-top: 3%;
          color: #999; }
      .product .box .content .bb5 {
        width: 1400px;
        height: auto;
        margin: 0 auto;
        max-width: 94%;
        padding-top: 4.2%; }
        .product .box .content .bb5 .title {
          width: 100%;
          height: auto;
          text-align: center; }
          .product .box .content .bb5 .title .t {
            font-size: 60px;
            line-height: 70px;
            color: #fff; }
          .product .box .content .bb5 .title .txt {
            width: 1135px;
            margin: 0 auto;
            height: auto;
            max-width: 100%;
            color: #999;
            font-family: Arial;
            margin-top: 3.6%; }
        .product .box .content .bb5 .it {
          width: 100%;
          height: auto;
          border-bottom: 1px solid rgba(231, 231, 231, 0.12);
          padding-bottom: 6%; }
          .product .box .content .bb5 .it .item {
            width: 930px;
            margin: 6% auto 0;
            max-width: 90%; }
            .product .box .content .bb5 .it .item .tits {
              font-size: 60px;
              line-height: 70px;
              color: #fff;
              text-align: center; }
            .product .box .content .bb5 .it .item .line {
              width: 37px;
              height: 6px;
              background-color: #8cc332;
              margin: 3% auto 0; }
            .product .box .content .bb5 .it .item .item-new {
              width: 100%;
              height: auto;
              margin-top: 7%; }
              .product .box .content .bb5 .it .item .item-new .pic-box {
                width: 47.6%;
                height: auto; }
                .product .box .content .bb5 .it .item .item-new .pic-box .img {
                  width: 100%;
                  height: auto; }
                .product .box .content .bb5 .it .item .item-new .pic-box p {
                  width: 94%;
                  text-align: center;
                  margin: 22px auto 0;
                  font-size: 16px;
                  line-height: 24px;
                  color: #999;
                  font-family: Arial; }
          .product .box .content .bb5 .it .tit {
            text-align: center;
            font-size: 20px;
            line-height: 24px;
            color: #999;
            font-family: Arial;
            margin-top: 2%; }
          .product .box .content .bb5 .it:last-child {
            border-bottom: none; }
      .product .box .content .bb6 {
        width: 100%;
        height: auto;
        background-color: #000;
        padding-bottom: 5%; }
        .product .box .content .bb6 .box-new {
          width: 1200px;
          margin: 0 auto;
          height: auto;
          max-width: 94%;
          padding-top: 5%; }
          .product .box .content .bb6 .box-new .con {
            width: 100%;
            height: auto;
            position: relative;
            margin-top: 6%; }
            .product .box .content .bb6 .box-new .con .pic {
              width: 50%;
              height: auto; }
              .product .box .content .bb6 .box-new .con .pic.right {
                width: 38.6%; }
            .product .box .content .bb6 .box-new .con .conn {
              width: 38%;
              margin-right: 10%;
              height: auto;
              height: 100%;
              position: absolute;
              top: 0;
              right: 0; }
              .product .box .content .bb6 .box-new .con .conn .txt {
                font-size: 20px;
                line-height: 34px;
                color: #999; }
          .product .box .content .bb6 .box-new:nth-child(2n) .con .conn {
            left: 0;
            right: auto;
            margin-right: auto;
            margin-left: 10%; }
      .product .box .content .bb7 {
        width: 1400px;
        height: auto;
        margin: 0 auto;
        max-width: 94%;
        padding: 5% 0; }
        .product .box .content .bb7 .txt {
          width: 100%;
          height: auto;
          text-align: center;
          color: #999;
          font-family: Arial;
          margin-top: 3%; }
          .product .box .content .bb7 .txt b {
            display: block; }
        .product .box .content .bb7 ul {
          width: 1200px;
          height: auto;
          margin: 7% auto 0;
          max-width: 100%; }
          .product .box .content .bb7 ul li {
            width: 48.25%;
            height: auto;
            margin-bottom: 5%; }
            .product .box .content .bb7 ul li .pic {
              width: 100%;
              height: auto; }
            .product .box .content .bb7 ul li p {
              font-size: 14px;
              line-height: 35px;
              color: #fff;
              font-family: Arial;
              margin-top: 30px; }
      .product .box .content .bb8 {
        width: 100%;
        height: auto;
        background-color: #000; }
        .product .box .content .bb8 .box-new {
          width: 1200px;
          height: auto;
          max-width: 94%;
          margin: 0 auto;
          padding: 4% 0 6%; }
          .product .box .content .bb8 .box-new .b-new {
            width: 100%;
            height: auto;
            margin-top: 5%; }
            .product .box .content .bb8 .box-new .b-new .item {
              width: 48.5%;
              height: auto; }
              .product .box .content .bb8 .box-new .b-new .item .txt {
                width: 400px;
                max-width: 90%;
                margin: 0 auto;
                height: auto;
                font-size: 14px;
                line-height: 22px;
                color: #999;
                font-family: Arial;
                position: relative; }
                .product .box .content .bb8 .box-new .b-new .item .txt:after {
                  width: 7px;
                  height: 7px;
                  border-radius: 100%;
                  background-color: #8cc332;
                  position: absolute;
                  top: 7px;
                  left: -20px;
                  content: ''; }
              .product .box .content .bb8 .box-new .b-new .item .pic {
                width: 100%;
                height: auto;
                margin-top: 10%; }
      .product .box .content .bb9 {
        width: 100%;
        height: auto;
        background-image: url(../image/5_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-top: 4%;
        padding-bottom: 2%; }
        .product .box .content .bb9 .box-new {
          width: 1400px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb9 .box-new .pTits {
            color: #80b22f; }
          .product .box .content .bb9 .box-new .b-new {
            width: 100%;
            height: auto;
            margin-top: 3.3%;
            position: relative; }
            .product .box .content .bb9 .box-new .b-new .b-left {
              width: 240px;
              height: auto;
              float: left;
              margin-left: 4.3%; }
              .product .box .content .bb9 .box-new .b-new .b-left .item {
                width: 100%;
                height: auto;
                margin-bottom: 68px; }
                .product .box .content .bb9 .box-new .b-new .b-left .item img {
                  max-width: 100%; }
                .product .box .content .bb9 .box-new .b-new .b-left .item .t {
                  font-size: 24px;
                  line-height: 24px;
                  color: #80b22f;
                  font-family: Arial;
                  margin-top: 18px; }
                .product .box .content .bb9 .box-new .b-new .b-left .item .t1 {
                  font-size: 14px;
                  line-height: 22px;
                  color: #666;
                  font-family: Arial;
                  margin-top: 22px; }
            .product .box .content .bb9 .box-new .b-new .b-right {
              width: 380px;
              height: auto;
              float: right;
              margin-top: 30px; }
              .product .box .content .bb9 .box-new .b-new .b-right .item {
                width: 100%;
                height: auto;
                text-align: center;
                margin-bottom: 30px; }
                .product .box .content .bb9 .box-new .b-new .b-right .item img {
                  max-width: 100%; }
                .product .box .content .bb9 .box-new .b-new .b-right .item p {
                  font-size: 18px;
                  line-height: 24px;
                  color: #80b22f;
                  margin-top: 14px; }
            .product .box .content .bb9 .box-new .b-new .b-cen {
              width: 35.1%;
              height: auto;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .product .box .content .bb10 {
        width: 1200px;
        max-width: 94%;
        margin: 0 auto;
        padding: 4% 0 3%; }
        .product .box .content .bb10 ul {
          width: 100%;
          height: auto;
          margin-top: 6%; }
          .product .box .content .bb10 ul li {
            width: 49.2%;
            height: 88px;
            background-color: #151515;
            font-size: 20px;
            line-height: 40px;
            color: #fff;
            margin-bottom: 10px;
            position: relative; }
            .product .box .content .bb10 ul li span {
              margin-left: 20px;
              padding-left: 22px;
              position: absolute;
              top: 50%;
              left: 0;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
              .product .box .content .bb10 ul li span:after {
                width: 7px;
                height: 7px;
                border-radius: 100%;
                background-color: #8cc332;
                position: absolute;
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                content: ''; }
            .product .box .content .bb10 ul li.w {
              width: 100%; }
      .product .box .content .bb11 {
        width: 100%;
        height: auto;
        background-color: #000;
        padding-bottom: 4%; }
        .product .box .content .bb11 .box-new {
          width: 1400px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb11 .box-new .item {
            width: 100%;
            height: auto;
            padding: 6% 0 5%;
            border-bottom: 1px solid rgba(231, 231, 231, 0.12); }
            .product .box .content .bb11 .box-new .item .tit {
              text-align: center;
              font-size: 24px;
              line-height: 30px;
              color: #999;
              margin-top: 3%; }
            .product .box .content .bb11 .box-new .item .pic {
              width: 720px;
              height: auto;
              position: relative;
              max-width: 70%;
              margin: 4% auto 0; }
              .product .box .content .bb11 .box-new .item .pic .img {
                width: 100%;
                height: auto;
                position: relative;
                z-index: 10;
                background-color: #000;
                opacity: 0; }
                .product .box .content .bb11 .box-new .item .pic .img img {
                  opacity: 0.5; }
              .product .box .content .bb11 .box-new .item .pic .icon {
                width: 85px;
                height: 85px;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                background-image: url(../image/e20_icon.png);
                cursor: pointer;
                z-index: 10;
                display: none; }
              .product .box .content .bb11 .box-new .item .pic .vidbacking-active-block-back {
                width: 100%;
                height: 100%;
                overflow: hidden; }
            .product .box .content .bb11 .box-new .item .pp {
              width: 1200px;
              max-width: 100%;
              height: auto;
              margin: 8% auto 0;
              text-align: center; }
              .product .box .content .bb11 .box-new .item .pp img {
                max-width: 100%; }
            .product .box .content .bb11 .box-new .item .item-new {
              width: 100%;
              height: auto;
              margin-top: 7%;
              position: relative; }
              .product .box .content .bb11 .box-new .item .item-new .pic {
                width: 47.6%;
                height: auto;
                float: left; }
              .product .box .content .bb11 .box-new .item .item-new .con {
                width: 30%;
                height: 100%;
                position: absolute;
                right: 9.1%; }
                .product .box .content .bb11 .box-new .item .item-new .con .t {
                  font-size: 20px;
                  line-height: 26px;
                  color: #fff;
                  position: relative;
                  margin-bottom: 26px; }
                  .product .box .content .bb11 .box-new .item .item-new .con .t:after {
                    width: 7px;
                    height: 7px;
                    border-radius: 7px;
                    display: block;
                    background-color: #8cc332;
                    position: absolute;
                    top: 11px;
                    left: -25px;
                    content: ''; }
            .product .box .content .bb11 .box-new .item .item1-new {
              width: 1000px;
              max-width: 94%;
              margin: 7% auto 0; }
              .product .box .content .bb11 .box-new .item .item1-new .it {
                width: 48.5%;
                height: auto; }
                .product .box .content .bb11 .box-new .item .item1-new .it p {
                  text-align: center;
                  font-size: 24px;
                  line-height: 40px;
                  color: #fff;
                  margin-top: 20px; }
            .product .box .content .bb11 .box-new .item:last-child {
              border-bottom: none; }
      .product .box .content .bb12 {
        width: 100%;
        height: auto;
        position: relative; }
        .product .box .content .bb12 .pTits {
          width: 100%;
          position: absolute;
          top: 9.5%;
          left: 0; }
          .product .box .content .bb12 .pTits.tb {
            color: #010101; }
      .product .box .content .bb13 {
        width: 100%;
        height: auto;
        background-color: #000;
        padding: 5% 0 4%; }
        .product .box .content .bb13 .box-new {
          width: 1200px;
          max-width: 94%;
          height: auto;
          margin: 0 auto; }
          .product .box .content .bb13 .box-new .item {
            width: 100%;
            height: auto;
            margin-top: 8%;
            margin-bottom: 5%; }
            .product .box .content .bb13 .box-new .item .item-left {
              width: 51.25%;
              height: auto;
              float: left; }
            .product .box .content .bb13 .box-new .item .item-right {
              width: 45%;
              float: right;
              height: auto; }
              .product .box .content .bb13 .box-new .item .item-right .con {
                margin-left: 13.9%;
                font-size: 24px;
                line-height: 84px;
                color: #fff;
                padding: 10% 0; }
                .product .box .content .bb13 .box-new .item .item-right .con .t {
                  position: relative;
                  padding-left: 22px; }
                  .product .box .content .bb13 .box-new .item .item-right .con .t:after {
                    width: 7px;
                    height: 7px;
                    border-radius: 100%;
                    background-color: #8cc332;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                    content: '';
                    display: block; }
          .product .box .content .bb13 .box-new .pic-box {
            width: 100%;
            height: auto;
            position: relative;
            margin-top: 5%; }
            .product .box .content .bb13 .box-new .pic-box img {
              opacity: 0; }
            .product .box .content .bb13 .box-new .pic-box .vidbacking-active-block-back {
              width: 100%;
              height: 100%;
              overflow: hidden; }
            .product .box .content .bb13 .box-new .pic-box .icon {
              width: 85px;
              height: 85px;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              background-image: url(../image/e20_icon.png);
              background-repeat: no-repeat;
              background-position: center;
              background-size: cover;
              cursor: pointer; }
      .product .box .content .bb14 {
        width: 100%;
        height: auto;
        padding: 5% 0 40%; }
        .product .box .content .bb14 .box-new {
          width: 1200px;
          height: auto;
          max-width: 94%;
          margin: 0 auto; }
          .product .box .content .bb14 .box-new .pTits {
            color: #8cc332; }
          .product .box .content .bb14 .box-new .txt {
            text-align: center;
            color: #666;
            margin-top: 3.6%; }
      .product .box .content .bb15 {
        width: 100%;
        height: auto;
        background-color: #131313;
        padding: 5% 0 6%; }
        .product .box .content .bb15 .box-new {
          width: 975px;
          height: auto;
          max-width: 94%;
          margin: 0 auto; }
          .product .box .content .bb15 .box-new .txt {
            width: 890px;
            height: auto;
            margin: 3% auto 0;
            max-width: 100%;
            color: #999;
            text-align: center; }
          .product .box .content .bb15 .box-new .list-box {
            width: 100%;
            height: auto;
            margin-top: 6%;
            position: relative; }
            .product .box .content .bb15 .box-new .list-box .item {
              width: 100%;
              height: auto; }
              .product .box .content .bb15 .box-new .list-box .item ul {
                width: 100%;
                height: auto; }
                .product .box .content .bb15 .box-new .list-box .item ul li {
                  width: 100%;
                  height: auto;
                  float: left; }
              .product .box .content .bb15 .box-new .list-box .item .btns {
                width: 100%;
                height: auto;
                text-align: center;
                font-size: 0;
                margin-top: 50px; }
                .product .box .content .bb15 .box-new .list-box .item .btns span {
                  width: 50px;
                  height: 4px;
                  display: inline-block;
                  background-color: #313131;
                  margin: 0 7px;
                  cursor: pointer;
                  border-radius: 0; }
                  .product .box .content .bb15 .box-new .list-box .item .btns span.swiper-pagination-bullet-active {
                    background-color: #8cc332; }
            .product .box .content .bb15 .box-new .list-box .a {
              width: 23px;
              height: 38px;
              position: absolute;
              top: 50%;
              margin-top: -19px;
              background-repeat: no-repeat;
              display: block; }
              .product .box .content .bb15 .box-new .list-box .a.prev {
                left: -14%;
                background-image: url(../image/g55_prev.png); }
              .product .box .content .bb15 .box-new .list-box .a.next {
                right: -14%;
                background-image: url(../image/g55_next.png); }
              @media (min-width: 1024px) {
                .product .box .content .bb15 .box-new .list-box .a:hover.prev {
                  background-image: url(../image/g55_prev_h.png); }
                .product .box .content .bb15 .box-new .list-box .a:hover.next {
                  background-image: url(../image/g55_next_h.png); } }
      .product .box .content .bb16 {
        width: 100%;
        height: auto;
        background-color: #0e0e0e;
        padding-top: 5%;
        padding-bottom: 1%; }
        .product .box .content .bb16 .box-new {
          width: 1400px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb16 .box-new .item {
            width: 100%;
            height: auto;
            border-bottom: 1px solid rgba(231, 231, 231, 0.15);
            padding-bottom: 4%;
            margin-bottom: 4%; }
            .product .box .content .bb16 .box-new .item .txt {
              width: 1125px;
              height: auto;
              margin: 2% auto 0;
              max-width: 100%;
              color: #999;
              font-family: Arial;
              text-align: center; }
            .product .box .content .bb16 .box-new .item .pic {
              width: 100%;
              height: auto;
              text-align: center;
              margin-top: 6%; }
              .product .box .content .bb16 .box-new .item .pic img {
                max-width: 100%; }
            .product .box .content .bb16 .box-new .item .item-new {
              width: 1200px;
              height: auto;
              max-width: 100%;
              margin: 4% auto 0; }
              .product .box .content .bb16 .box-new .item .item-new .img {
                width: 60.4%;
                height: auto;
                float: left; }
              .product .box .content .bb16 .box-new .item .item-new .con {
                width: 34.8%;
                float: right;
                height: auto;
                color: #999; }
            .product .box .content .bb16 .box-new .item .p {
              width: 1200px;
              height: auto;
              max-width: 100%;
              margin: 4% auto 0;
              color: #999; }
            .product .box .content .bb16 .box-new .item:last-child {
              border-bottom: none; }
      .product .box .content .bb17 {
        width: 100%;
        height: auto;
        background-image: url(../image/g55_bg2.jpg);
        background-position: center;
        background-size: cover;
        background-position: center;
        padding: 5% 0 0.5%; }
        .product .box .content .bb17 .box-new {
          width: 1200px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb17 .box-new .pLine {
            margin: 10px auto 0; }
          .product .box .content .bb17 .box-new .pic {
            width: 100%;
            height: auto;
            position: relative;
            margin-top: 7%;
            margin-bottom: 9%; }
            .product .box .content .bb17 .box-new .pic .img {
              opacity: 0; }
            .product .box .content .bb17 .box-new .pic .vidbacking {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0; }
            .product .box .content .bb17 .box-new .pic .icon {
              width: 85px;
              height: 85px;
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              margin: auto;
              background-position: center;
              background-size: cover;
              background-image: url(../image/e20_icon.png); }
      .product .box .content .bb18 {
        width: 100%;
        height: auto;
        position: relative; }
        .product .box .content .bb18 .con {
          width: 100%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          .product .box .content .bb18 .con .icon {
            width: 85px;
            height: 85px;
            background-image: url(../image/e20_icon.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            margin: 0 auto;
            cursor: pointer; }
          .product .box .content .bb18 .con p {
            text-align: center;
            font-size: 18px;
            font-family: Arial;
            color: #fffefe;
            opacity: 0.5;
            font-weight: bold;
            line-height: 20px;
            margin-top: 28px; }
      .product .box .content .bb19 {
        width: 100%;
        height: auto;
        background-color: #1b1b1b;
        padding: 5% 0 6%; }
        .product .box .content .bb19 .box-new {
          width: 1400px;
          max-width: 94%;
          height: auto;
          margin: 0 auto; }
          .product .box .content .bb19 .box-new .txt {
            color: #fff;
            text-align: center;
            font-family: Arial;
            margin-top: 3%; }
          .product .box .content .bb19 .box-new .pic {
            width: 1200px;
            max-width: 100%;
            height: auto;
            margin: 5% auto 0;
            text-align: right; }
      .product .box .content .bb20 {
        width: 100%;
        height: auto;
        background-image: url(../image/g55q_bg2.jpg);
        padding: 6% 0; }
        .product .box .content .bb20 .box-new {
          width: 1200px;
          height: auto;
          max-width: 94%;
          margin: 0 auto; }
          .product .box .content .bb20 .box-new .txt {
            color: #999;
            text-align: center;
            font-family: Arial;
            margin-top: 2%; }
          .product .box .content .bb20 .box-new .item {
            width: 100%;
            height: auto;
            margin-top: 7%;
            position: relative; }
            .product .box .content .bb20 .box-new .item .imgBox {
              width: 100%;
              height: auto;
              float: left;
              position: relative;
              min-height: 100px;
              overflow: hidden;
              padding: 40px 0; }
              .product .box .content .bb20 .box-new .item .imgBox ul li {
                min-height: 50px;
                position: relative;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                display: none; }
                .product .box .content .bb20 .box-new .item .imgBox ul li .boxx {
                  position: relative;
                  left: 0px;
                  top: 0px;
                  width: 50%;
                  overflow: hidden; }
                  .product .box .content .bb20 .box-new .item .imgBox ul li .boxx .img {
                    height: 720px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: cover; }
                .product .box .content .bb20 .box-new .item .imgBox ul li .bar {
                  width: 130px;
                  height: calc(100% + 80px);
                  position: absolute;
                  z-index: 20;
                  left: 50%;
                  top: -40px;
                  margin-left: -65px; }
                  .product .box .content .bb20 .box-new .item .imgBox ul li .bar .line {
                    width: 2px;
                    height: 100%;
                    position: absolute;
                    left: 50%;
                    margin-left: -1px;
                    top: 0;
                    background-color: #666; }
                  .product .box .content .bb20 .box-new .item .imgBox ul li .bar .bb {
                    width: 130px;
                    height: 73px;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                    cursor: pointer;
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-image: url(../image/info_icon.png); }
      .product .box .content .bb21 {
        width: 100%;
        height: auto;
        background-color: #0a0a0a;
        padding: 5% 0 6%; }
        .product .box .content .bb21 .box-new {
          width: 1200px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb21 .box-new .pic {
            width: 100%;
            text-align: center;
            height: auto;
            margin-top: 20%; }
            .product .box .content .bb21 .box-new .pic img {
              display: inline-block; }
      .product .box .content .bb22 {
        width: 100%;
        height: auto;
        background-color: #101010;
        padding-top: 5%;
        padding-bottom: 1%; }
        .product .box .content .bb22 .box-new {
          width: 1400px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb22 .box-new .item {
            width: 100%;
            height: auto;
            border-bottom: 1px solid rgba(231, 231, 231, 0.12);
            padding-bottom: 4%;
            margin-bottom: 5%; }
            .product .box .content .bb22 .box-new .item .pLine {
              margin: 1.5% auto 0; }
            .product .box .content .bb22 .box-new .item .txt {
              text-align: center;
              color: #999;
              font-family: Arial;
              margin-top: 4%; }
              .product .box .content .bb22 .box-new .item .txt b {
                display: block; }
            .product .box .content .bb22 .box-new .item .pic-box {
              width: 100%;
              height: auto;
              text-align: center;
              margin-top: 9%; }
              .product .box .content .bb22 .box-new .item .pic-box img {
                max-width: 100%; }
            .product .box .content .bb22 .box-new .item .item-new {
              width: 100%;
              height: auto;
              margin-top: 3%; }
              .product .box .content .bb22 .box-new .item .item-new .con {
                width: 45.9%;
                height: auto;
                float: left;
                margin-left: 7.1%; }
                .product .box .content .bb22 .box-new .item .item-new .con .t {
                  font-size: 24px;
                  line-height: 36px;
                  color: #999;
                  position: relative; }
                  .product .box .content .bb22 .box-new .item .item-new .con .t:after {
                    width: 7px;
                    height: 7px;
                    border-radius: 100%;
                    background-color: #8cc332;
                    position: absolute;
                    top: 16px;
                    left: -20px;
                    content: ''; }
              .product .box .content .bb22 .box-new .item .item-new .pic {
                width: 40%;
                height: auto;
                float: right;
                margin-right: 4.3%; }
            .product .box .content .bb22 .box-new .item:last-child {
              border-bottom: none;
              margin-bottom: 3%; }
      .product .box .content .bb23 {
        width: 100%;
        height: auto;
        position: relative; }
        .product .box .content .bb23 .con {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 4%;
          text-align: right; }
          .product .box .content .bb23 .con .tits {
            font-size: 70px;
            line-height: 72px;
            color: #000; }
          .product .box .content .bb23 .con .line {
            width: 70px;
            height: 6px;
            background-color: #96c745;
            display: inline-block;
            margin-top: 10%; }
      .product .box .content .bb24 {
        width: 100%;
        height: auto;
        background-color: #0e0e0e;
        padding-top: 5%;
        padding-bottom: 0.5%; }
        .product .box .content .bb24 .box-new {
          width: 1400px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb24 .box-new .item {
            width: 100%;
            height: auto;
            border-bottom: 1px solid rgba(231, 231, 231, 0.12);
            padding-bottom: 4%;
            margin-bottom: 5%; }
            .product .box .content .bb24 .box-new .item .txt {
              font-size: 24px;
              line-height: 36px;
              color: #999;
              text-align: center;
              margin-top: 3%; }
              .product .box .content .bb24 .box-new .item .txt span {
                display: inline-block;
                position: relative;
                padding-left: 25px; }
                .product .box .content .bb24 .box-new .item .txt span:after {
                  width: 7px;
                  height: 7px;
                  border-radius: 100%;
                  background-color: #8cc332;
                  position: absolute;
                  top: 15px;
                  left: 0;
                  content: ''; }
            .product .box .content .bb24 .box-new .item .item-new {
              width: 1200px;
              max-width: 100%;
              height: auto;
              margin: 5% auto 0; }
              .product .box .content .bb24 .box-new .item .item-new .pic-box {
                width: 100%;
                height: auto; }
              .product .box .content .bb24 .box-new .item .item-new .pic {
                width: 50%;
                height: auto; }
              .product .box .content .bb24 .box-new .item .item-new .con {
                width: 37.5%;
                height: auto;
                float: left;
                font-size: 24px;
                line-height: 36px;
                margin-left: 40px;
                color: #999;
                margin-top: 6%; }
                .product .box .content .bb24 .box-new .item .item-new .con .t {
                  position: relative;
                  margin-bottom: 30px; }
                  .product .box .content .bb24 .box-new .item .item-new .con .t:after {
                    width: 7px;
                    height: 7px;
                    border-radius: 100%;
                    background-color: #8cc332;
                    position: absolute;
                    top: 13px;
                    left: -25px;
                    content: ''; }
                .product .box .content .bb24 .box-new .item .item-new .con.right {
                  float: right;
                  margin-right: 3%; }
            .product .box .content .bb24 .box-new .item:last-child {
              border-bottom: none; }
      .product .box .content .bb25 {
        width: 100%;
        height: auto;
        background-color: #101010;
        padding-top: 5%;
        padding-bottom: 0.1%; }
        .product .box .content .bb25 .box-new {
          width: 1400px;
          height: auto;
          max-width: 94%;
          margin: 0 auto; }
          .product .box .content .bb25 .box-new .pTits {
            margin-bottom: 6%; }
          .product .box .content .bb25 .box-new .item {
            width: 100%;
            height: auto;
            padding-bottom: 3%;
            margin-bottom: 3%;
            border-bottom: 1px solid rgba(231, 231, 231, 0.12);
            padding-bottom: 5%;
            margin-bottom: 5%; }
            .product .box .content .bb25 .box-new .item .tits {
              text-align: center;
              color: #fff;
              font-family: Arial;
              font-weight: bold; }
            .product .box .content .bb25 .box-new .item .line {
              width: 37px;
              height: 6px;
              margin: 1.5% auto 0;
              background-color: #8cc332; }
            .product .box .content .bb25 .box-new .item .item-new {
              width: 100%;
              height: auto;
              margin-top: 5%; }
              .product .box .content .bb25 .box-new .item .item-new .pic {
                width: 48%;
                margin-right: 1%;
                height: auto; }
                .product .box .content .bb25 .box-new .item .item-new .pic p {
                  text-align: center;
                  font-size: 16px;
                  line-height: 36px;
                  color: #999;
                  font-family: Arial; }
              .product .box .content .bb25 .box-new .item .item-new .con {
                width: calc(36% - 23px);
                padding-left: 23px;
                margin-left: 5.6%;
                margin-top: 4%; }
                .product .box .content .bb25 .box-new .item .item-new .con .t {
                  font-size: 24px;
                  line-height: 36px;
                  color: #999;
                  position: relative;
                  margin-bottom: 35px; }
                  .product .box .content .bb25 .box-new .item .item-new .con .t .tt {
                    color: #fff; }
                  .product .box .content .bb25 .box-new .item .item-new .con .t .tt1 {
                    font-size: 14px;
                    line-height: 22px;
                    color: #999; }
                  .product .box .content .bb25 .box-new .item .item-new .con .t:after {
                    width: 7px;
                    height: 7px;
                    border-radius: 100%;
                    background-color: #8cc332;
                    position: absolute;
                    top: 13px;
                    left: -23px;
                    content: ''; }
            .product .box .content .bb25 .box-new .item:last-child {
              border-bottom: none;
              margin-bottom: 0; }
      .product .box .content .bb26 {
        width: 100%;
        height: auto;
        padding-bottom: 5%;
        padding-top: 5%; }
        .product .box .content .bb26 .box-new {
          width: 1400px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb26 .box-new .tits {
            width: 100%;
            height: auto;
            font-weight: bold;
            color: #fff;
            text-align: center; }
          .product .box .content .bb26 .box-new .line {
            width: 37px;
            height: 6px;
            background-color: #8cc332;
            margin: 1.5% auto 0; }
          .product .box .content .bb26 .box-new .b-new {
            width: 100%;
            height: auto;
            margin-top: 9%; }
            .product .box .content .bb26 .box-new .b-new .con {
              width: 40%;
              margin-left: 15px;
              float: left;
              margin-top: 12%; }
              .product .box .content .bb26 .box-new .b-new .con .t {
                font-size: 40px;
                line-height: 40px;
                font-weight: bold;
                color: #fff;
                margin-bottom: 6%; }
              .product .box .content .bb26 .box-new .b-new .con .t1 {
                padding-left: 23px;
                position: relative;
                font-size: 24px;
                line-height: 36px;
                color: #e3e3e3;
                margin-bottom: 7%; }
                .product .box .content .bb26 .box-new .b-new .con .t1:after {
                  width: 7px;
                  height: 7px;
                  border-radius: 100%;
                  background-color: #8cc332;
                  position: absolute;
                  top: 13px;
                  left: 0;
                  content: ''; }
            .product .box .content .bb26 .box-new .b-new .pic {
              width: 45%;
              float: right;
              margin-right: 3.6%;
              float: right; }
      .product .box .content .bb27 {
        width: 100%;
        padding-top: 6%;
        height: auto; }
        .product .box .content .bb27 .box-new {
          width: 1680px;
          height: auto;
          max-width: 94%;
          margin: 0 auto; }
          .product .box .content .bb27 .box-new .pic {
            float: left;
            width: 51.9%;
            height: auto;
            float: left;
            margin-left: 2.4%; }
          .product .box .content .bb27 .box-new .con {
            width: 36%;
            float: right;
            margin-right: 3.9%;
            margin-top: 10%; }
            .product .box .content .bb27 .box-new .con .tits {
              color: #fff;
              font-weight: bold;
              text-align: left; }
            .product .box .content .bb27 .box-new .con .line {
              width: 37px;
              height: 6px;
              background-color: #8cc332;
              margin-top: 4%; }
            .product .box .content .bb27 .box-new .con .txt {
              font-size: 24px;
              line-height: 36px;
              color: #999;
              margin-top: 10%; }
      .product .box .content .bb28 {
        width: 100%;
        height: auto;
        background-color: #000;
        padding: 5% 0; }
        .product .box .content .bb28 .box-new {
          width: 1400px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb28 .box-new .tits {
            font-weight: bold;
            color: #fff;
            text-align: center; }
          .product .box .content .bb28 .box-new .pLine {
            margin: 2% auto 0; }
          .product .box .content .bb28 .box-new .txt {
            text-align: center;
            color: #dedede;
            margin-top: 2%; }
          .product .box .content .bb28 .box-new .pic {
            width: 100%;
            text-align: center;
            margin-top: 5%; }
            .product .box .content .bb28 .box-new .pic img {
              max-width: 100%; }
      .product .box .content .bb29 {
        width: 100%;
        height: auto;
        padding-top: 9%; }
        .product .box .content .bb29 .box-new {
          width: 1680px;
          height: auto;
          max-width: 94%;
          margin: 0 auto;
          position: relative; }
          .product .box .content .bb29 .box-new .pic {
            width: 60.2%;
            height: auto;
            float: left; }
          .product .box .content .bb29 .box-new .con {
            width: 39.6%;
            height: auto;
            position: absolute;
            right: 1%;
            top: 14%; }
            .product .box .content .bb29 .box-new .con .tits {
              font-size: 60px;
              line-height: 60px;
              color: #8cc332; }
            .product .box .content .bb29 .box-new .con .con-new {
              width: 100%;
              height: auto;
              margin-top: 10%; }
              .product .box .content .bb29 .box-new .con .con-new .t {
                font-size: 28px;
                line-height: 36px;
                padding-left: 23px;
                color: #000;
                position: relative;
                font-weight: bold;
                margin-bottom: 4%; }
                .product .box .content .bb29 .box-new .con .con-new .t:after {
                  width: 7px;
                  height: 7px;
                  border-radius: 100%;
                  background-color: #8cc332;
                  position: absolute;
                  top: 13px;
                  left: 0;
                  content: ''; }
              .product .box .content .bb29 .box-new .con .con-new .t1 {
                width: 80%;
                font-size: 22px;
                line-height: 35px;
                color: #666;
                padding-left: 23px;
                margin-bottom: 4%; }
      .product .box .content .bb30 {
        width: 100%;
        height: auto;
        padding-top: 3%; }
        .product .box .content .bb30 .box-new {
          width: 1680px;
          height: auto;
          margin: 0 auto;
          max-width: 94%;
          position: relative; }
          .product .box .content .bb30 .box-new .pic {
            width: 69.3%;
            height: auto;
            float: right;
            margin-right: -5%; }
          .product .box .content .bb30 .box-new .con {
            width: 46.4%;
            height: auto;
            position: absolute;
            left: 3.7%;
            top: 25%; }
            .product .box .content .bb30 .box-new .con .tits {
              font-size: 60px;
              line-height: 60px;
              color: #8cc332; }
            .product .box .content .bb30 .box-new .con .con-new {
              width: calc(100% - 23px);
              height: auto;
              font-size: 22px;
              line-height: 50px;
              color: #fff;
              padding-left: 23px;
              margin-top: 10%; }
              .product .box .content .bb30 .box-new .con .con-new .t {
                position: relative; }
                .product .box .content .bb30 .box-new .con .con-new .t:after {
                  width: 7px;
                  height: 7px;
                  border-radius: 100%;
                  background-color: #8cc332;
                  position: absolute;
                  top: 20px;
                  left: -23px;
                  content: ''; }
      .product .box .content .bb31 {
        width: 100%;
        height: auto; }
        .product .box .content .bb31 .box-new {
          width: 1680px;
          height: auto;
          margin: 0 auto;
          max-width: 94%;
          padding: 7% 0 4%; }
          .product .box .content .bb31 .box-new .item {
            width: 100%;
            height: auto;
            margin-top: 5%; }
            .product .box .content .bb31 .box-new .item .item-left {
              width: 23.8%;
              height: auto;
              float: left;
              margin-left: 7.4%; }
              .product .box .content .bb31 .box-new .item .item-left .t {
                padding-left: 20px;
                font-size: 20px;
                line-height: 26px;
                color: #999;
                width: calc(100% - 20px);
                position: relative;
                margin-top: 45px; }
                .product .box .content .bb31 .box-new .item .item-left .t:after {
                  width: 7px;
                  height: 7px;
                  border-radius: 100%;
                  background-color: #8cc332;
                  position: absolute;
                  top: 8px;
                  left: 0;
                  content: ''; }
            .product .box .content .bb31 .box-new .item .item-right {
              width: 56.7%;
              height: auto;
              margin-right: 7.5%;
              float: right; }
              .product .box .content .bb31 .box-new .item .item-right .t {
                padding-left: 20px;
                font-size: 20px;
                line-height: 26px;
                color: #999;
                width: calc(100% - 20px);
                position: relative;
                margin-top: 45px; }
                .product .box .content .bb31 .box-new .item .item-right .t:after {
                  width: 7px;
                  height: 7px;
                  border-radius: 100%;
                  background-color: #8cc332;
                  position: absolute;
                  top: 8px;
                  left: 0;
                  content: ''; }
      .product .box .content .bb32 {
        width: 100%;
        height: auto;
        background-color: #1b1b1b;
        padding: 6% 0 7%; }
        .product .box .content .bb32 .box-new {
          width: 970px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb32 .box-new .b-new {
            width: 100%;
            height: auto;
            margin-top: 6%; }
            .product .box .content .bb32 .box-new .b-new .item {
              width: 48.4%;
              height: auto; }
              .product .box .content .bb32 .box-new .b-new .item .pic {
                width: 100%;
                height: auto; }
              .product .box .content .bb32 .box-new .b-new .item .t {
                text-align: center;
                font-size: 30px;
                line-height: 45px;
                color: #fff;
                font-weight: bold;
                margin-top: 35px; }
              .product .box .content .bb32 .box-new .b-new .item .t1 {
                font-size: 20px;
                line-height: 32px;
                color: #999;
                margin-top: 10px;
                font-family: Arial; }
      .product .box .content .bb33 {
        width: 100%;
        height: auto;
        background-color: #0f0f0f;
        padding-top: 5%;
        padding-bottom: 1%; }
        .product .box .content .bb33 .box-new {
          width: 1400px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb33 .box-new .item {
            width: 100%;
            height: auto;
            border-bottom: 1px solid rgba(231, 231, 231, 0.12);
            padding-bottom: 4%;
            margin-bottom: 4%; }
            .product .box .content .bb33 .box-new .item .txt {
              text-align: center;
              color: #999;
              margin-top: 3%; }
              .product .box .content .bb33 .box-new .item .txt b {
                display: block; }
            .product .box .content .bb33 .box-new .item .pic {
              width: 100%;
              height: auto;
              text-align: center;
              margin-top: 4%; }
              .product .box .content .bb33 .box-new .item .pic img {
                max-width: 100%; }
            .product .box .content .bb33 .box-new .item .item-new {
              width: 1200px;
              height: auto;
              margin: 6% auto 0;
              max-width: 100%; }
              .product .box .content .bb33 .box-new .item .item-new .con {
                width: 45.8%;
                float: left;
                margin-top: 3%; }
                .product .box .content .bb33 .box-new .item .item-new .con .t {
                  padding-left: 22px;
                  width: calc(100% - 22px);
                  font-size: 24px;
                  line-height: 36px;
                  color: #fff;
                  position: relative;
                  font-family: Arial;
                  margin-bottom: 35px; }
                  .product .box .content .bb33 .box-new .item .item-new .con .t:after {
                    width: 7px;
                    height: 7px;
                    border-radius: 100%;
                    background-color: #8cc332;
                    position: absolute;
                    top: 15px;
                    left: 0;
                    content: ''; }
              .product .box .content .bb33 .box-new .item .item-new .pic-box {
                width: 48%;
                float: right;
                height: auto;
                margin-right: -5%; }
            .product .box .content .bb33 .box-new .item:last-child {
              border-bottom: none;
              margin-bottom: 0; }
      .product .box .content .bb34 {
        width: 100%;
        height: auto;
        background-color: #1d1d1d;
        padding-top: 5%; }
        .product .box .content .bb34 .box-new {
          width: 1400px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb34 .box-new .item {
            width: 100%;
            height: auto;
            border-bottom: 1px solid rgba(231, 231, 231, 0.12);
            padding-bottom: 5%;
            margin-bottom: 6%;
            margin-top: 4%; }
            .product .box .content .bb34 .box-new .item .tits {
              font-weight: bold;
              color: #fff;
              font-family: Arial;
              text-align: center; }
            .product .box .content .bb34 .box-new .item .pLine {
              margin: 1.5% auto 0; }
            .product .box .content .bb34 .box-new .item .list-box {
              width: 100%;
              height: auto;
              text-align: center;
              margin-top: 6%; }
              .product .box .content .bb34 .box-new .item .list-box .it {
                width: 22.8%;
                height: auto;
                display: inline-block;
                margin: 0 10px; }
                .product .box .content .bb34 .box-new .item .list-box .it .pic {
                  width: 100%;
                  height: auto; }
                .product .box .content .bb34 .box-new .item .list-box .it p {
                  text-align: center;
                  font-size: 20px;
                  line-height: 45px;
                  color: #fff;
                  font-family: Arial;
                  margin-top: 24px; }
                .product .box .content .bb34 .box-new .item .list-box .it:nth-child(2n) {
                  width: 29%; }
                .product .box .content .bb34 .box-new .item .list-box .it:nth-child(3n) {
                  width: 28.7%; }
            .product .box .content .bb34 .box-new .item .box-pic {
              width: 1140px;
              height: auto;
              margin: 5% auto 0;
              max-width: 94%; }
              .product .box .content .bb34 .box-new .item .box-pic img {
                width: 47.9%; }
            .product .box .content .bb34 .box-new .item .txt {
              text-align: center;
              color: #999;
              margin-top: 6%; }
              .product .box .content .bb34 .box-new .item .txt b {
                display: block; }
            .product .box .content .bb34 .box-new .item .list-box {
              width: 94.5%;
              margin-left: 5.5%; }
              .product .box .content .bb34 .box-new .item .list-box ul {
                width: 100%;
                height: auto; }
                .product .box .content .bb34 .box-new .item .list-box ul li {
                  width: 48.7%;
                  height: auto;
                  margin-bottom: 30px;
                  background-color: #101010;
                  position: relative; }
                  .product .box .content .bb34 .box-new .item .list-box ul li .pic {
                    width: 36.4%;
                    height: auto;
                    float: left; }
                  .product .box .content .bb34 .box-new .item .list-box ul li .con {
                    width: 50.4%;
                    float: right;
                    height: auto;
                    margin-right: 7%;
                    font-size: 20px;
                    line-height: 36px;
                    color: #101010;
                    text-align: left;
                    color: #fff;
                    padding-top: 8%; }
            .product .box .content .bb34 .box-new .item:last-child {
              border-bottom: none;
              margin-bottom: 0; }
      .product .box .content .bb35 {
        width: 100%;
        height: auto;
        padding-top: 5%;
        padding-bottom: 4%; }
        .product .box .content .bb35 .box-new {
          width: 1400px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb35 .box-new .pTits {
            color: #000; }
          .product .box .content .bb35 .box-new .item {
            width: 100%;
            height: auto;
            margin-top: 5%; }
            .product .box .content .bb35 .box-new .item .pic {
              width: 35.5%;
              height: auto;
              margin-left: 7.9%;
              float: left; }
            .product .box .content .bb35 .box-new .item .con {
              width: 36.6%;
              height: auto;
              float: right;
              margin-right: 5.5%;
              margin-top: 18%; }
              .product .box .content .bb35 .box-new .item .con .it {
                width: 19.5%;
                height: auto;
                margin-right: 7.3%;
                margin-bottom: 5%;
                float: left; }
                .product .box .content .bb35 .box-new .item .con .it .icon {
                  width: calc(100% - 4px);
                  height: 94px;
                  border: 2px solid #ccc;
                  background-position: center;
                  background-repeat: no-repeat;
                  border-radius: 15px; }
                .product .box .content .bb35 .box-new .item .con .it p {
                  text-align: center;
                  font-size: 20px;
                  line-height: 20px;
                  color: #666;
                  margin-top: 20px; }
                .product .box .content .bb35 .box-new .item .con .it:nth-child(4n) {
                  margin-right: 0; }
      .product .box .content .bb36 {
        width: 100%;
        height: auto;
        background-color: #030303;
        padding: 5% 0 7%; }
        .product .box .content .bb36 .box-new {
          width: 1400px;
          height: auto;
          margin: 0 auto;
          max-width: 94%; }
          .product .box .content .bb36 .box-new .txt {
            color: #999;
            text-align: center;
            margin-top: 3%; }
            .product .box .content .bb36 .box-new .txt b {
              display: block; }
          .product .box .content .bb36 .box-new .pic {
            width: 100%;
            height: auto;
            text-align: center;
            margin-top: 7%; }
            .product .box .content .bb36 .box-new .pic img {
              max-width: 100%; }
      .product .box .content .bb37 {
        width: 1200px;
        margin: auto;
        padding: 5% 0;
        max-width: 94%; }
        .product .box .content .bb37 .box-new {
          width: 100%;
          height: auto;
          margin-top: 6%; }
          .product .box .content .bb37 .box-new .item {
            width: 49.2%;
            height: auto;
            background-color: #151515;
            padding-top: 32px;
            padding-bottom: 30px; }
            .product .box .content .bb37 .box-new .item .t {
              font-size: 20px;
              line-height: 24px;
              color: #fff;
              padding-left: 42px;
              position: relative; }
              .product .box .content .bb37 .box-new .item .t span {
                width: 90px;
                display: block;
                float: left; }
              .product .box .content .bb37 .box-new .item .t i {
                width: calc(94% - 90px);
                display: block;
                float: left; }
              .product .box .content .bb37 .box-new .item .t:after {
                width: 7px;
                height: 7px;
                border-radius: 100%;
                background-color: #8cc332;
                position: absolute;
                top: 10px;
                left: 20px;
                content: ''; }
      .product .box .content .bb38 {
        width: 100%;
        height: auto;
        background-color: #000;
        padding-top: 5%;
        padding-bottom: 4%; }
        .product .box .content .bb38 .box-new {
          width: 1400px;
          margin: 0 auto;
          max-width: 94%;
          height: auto; }
          .product .box .content .bb38 .box-new .item {
            width: 100%;
            height: auto;
            border-bottom: 1px solid rgba(231, 231, 231, 0.12);
            margin-top: 8%;
            padding-bottom: 3%; }
            .product .box .content .bb38 .box-new .item ul {
              width: 1200px;
              height: auto;
              margin: 0 auto;
              max-width: 100%; }
              .product .box .content .bb38 .box-new .item ul li {
                padding-left: 40px;
                width: calc(50% - 40px);
                font-family: Arial;
                font-size: 20px;
                line-height: 26px;
                color: #fff;
                position: relative;
                float: left;
                margin-bottom: 70px; }
                .product .box .content .bb38 .box-new .item ul li:after {
                  width: 7px;
                  height: 7px;
                  border-radius: 100%;
                  background-color: #8cc332;
                  position: absolute;
                  top: 10px;
                  left: 20px;
                  content: ''; }
          .product .box .content .bb38 .box-new .pic {
            width: 48.1%;
            height: auto;
            margin: 4% auto 0; }
          .product .box .content .bb38 .box-new .item1 {
            width: 1200px;
            height: auto;
            max-width: 100%;
            margin: 2% auto 0; }
            .product .box .content .bb38 .box-new .item1 .tits {
              font-size: 30px;
              line-height: 30px;
              color: #fff;
              text-align: center;
              font-family: Arial; }
            .product .box .content .bb38 .box-new .item1 .tit {
              width: 100%;
              height: auto;
              text-align: center;
              font-size: 0;
              margin-top: 7%; }
              .product .box .content .bb38 .box-new .item1 .tit img {
                width: 31.4%;
                display: inline-block;
                margin: auto;
                margin-right: 2.9%; }
                .product .box .content .bb38 .box-new .item1 .tit img:last-child {
                  margin-right: 0; }
      .product .box .content .bb39 {
        width: 100%;
        height: auto;
        background-color: #000;
        padding-top: 5%;
        padding-bottom: 6%; }
        .product .box .content .bb39 .box-new {
          width: 1200px;
          height: auto;
          max-width: 94%;
          margin: 0 auto; }
          .product .box .content .bb39 .box-new .pic {
            width: 100%;
            height: auto; }
            .product .box .content .bb39 .box-new .pic img {
              width: 128%; }
          .product .box .content .bb39 .box-new .txt {
            font-size: 20px;
            line-height: 30px;
            color: #666;
            margin-top: 6%; }
          .product .box .content .bb39 .box-new .con {
            width: 100%;
            height: auto;
            margin-top: 6%; }
            .product .box .content .bb39 .box-new .con .tit {
              width: 265px;
              height: auto;
              float: right;
              font-size: 20px;
              line-height: 30px;
              font-weight: bold;
              color: #fff;
              border-bottom: 4px solid #8cc332;
              text-align: right;
              padding-bottom: 40px; }
    .product .box.move {
      width: 80%;
      margin-left: 20%; }
  .product .productNav {
    width: 58px;
    height: 58px;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -29px;
    display: block;
    background-image: url("../image/product_click.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 10;
    transition: left .5s; }
    .product .productNav.on {
      left: 20%;
      background-image: url("../image/product_click_h.jpg"); }
  @media (max-width: 1430px) {
    .product .box .content .box1 .txt.txt1 b {
      display: none; } }
  @media (max-width: 1366px) {
    .product .box .content .bb2 .bb-new .bx .con {
      font-size: 20px;
      line-height: 40px;
      width: 50%; }
    .product .box .content .bb23 .con .tits {
      font-size: 50px;
      line-height: 52px; }
    .product .box .content .bb27 .box-new .con {
      margin-top: 0; }
    .product .box .content .bb27 .box-new .con {
      width: 40%; }
    .product .box .content .bb27 .box-new .con .tits {
      font-size: 32px;
      line-height: 34px; } }
  @media (max-width: 1350px) {
    .product .box .list ul li {
      width: 31.5%;
      margin-right: 2.75%;
      margin-bottom: 2.75%; }
      .product .box .list ul li:nth-child(4n) {
        margin-right: 2.75%; }
      .product .box .list ul li:nth-child(3n) {
        margin-right: 0; }
    .product .box .content .box6 .box-new .item .tits {
      font-size: 40px;
      line-height: 44px; }
    .product .box .content .box6 .box-new .item .tit {
      font-size: 20px;
      line-height: 30px;
      margin-top: 10px; }
    .product .box .content .box6 .box-new .item .pic {
      margin-top: 45px; }
    .product .box .content .box9 .con {
      margin-left: 5%; } }
  @media (max-width: 1300px) {
    .product .box .content .bb30 .box-new .con {
      top: 10%; }
    .product .box .content .bb30 .box-new .con .tits {
      font-size: 40px;
      line-height: 40px; }
    .product .box .content .bb30 .box-new .con .con-new {
      font-size: 20px;
      line-height: 36px; }
    .product .box .content .bb30 .box-new .con .con-new .t:after {
      top: 15px; } }
  @media (max-width: 1280px) {
    .product .box .content .bb35 .box-new .item .con .it .icon {
      height: 74px; }
    .product .box .content .bb35 .box-new .item .con .it p {
      margin-top: 5px;
      font-size: 16px; } }
  @media (max-width: 1250px) {
    .product .box .content .bb22 .box-new .item .txt b {
      display: none; }
    .product .box .content .bb29 .box-new .con {
      top: 3%; }
    .product .box .content .bb29 .box-new .con .tits {
      font-size: 40px;
      line-height: 40px; }
    .product .box .content .bb29 .box-new .con .con-new .t1 {
      width: calc(100% - 23px); }
    .product .box .content .bb34 .box-new .item .list-box ul li .con {
      font-size: 16px;
      line-height: 26px;
      padding-top: 5%; } }
  @media (max-width: 1200px) {
    .product .box .content .bb1 .b-c ul li {
      padding-left: 10%;
      width: 40%; }
    .product .box .content .bb10 ul li {
      font-size: 18px;
      line-height: 68px; }
    .product .box .content .bb10 ul li span {
      padding-left: 15px;
      margin-left: 15px; } }
  @media (max-width: 1120px) {
    .product .box .content .box6 .box-new .item {
      width: 38%; }
    .product .box .content .bb33 .box-new .item .item-new .con .t {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 25px; }
      .product .box .content .bb33 .box-new .item .item-new .con .t:after {
        top: 9px; } }
  @media (max-width: 1100px) {
    .product .box .content .bb27 .box-new .con {
      width: 100%;
      float: none; }
    .product .box .content .bb27 .box-new .pic {
      width: 70%;
      margin: 3% auto 0;
      float: none; }
    .product .box .content .bb27 .box-new .con .tits {
      text-align: center; }
    .product .box .content .bb27 .box-new .con .line {
      margin: 4% auto 0; }
    .product .box .content .bb27 .box-new .con .txt {
      margin-top: 3%; } }
  @media (max-width: 1024px) {
    .product .nav {
      display: none; }
    .product .box .pTits {
      font-size: 42px;
      line-height: 50px; }
    .product .box .fz50 {
      font-size: 38px;
      line-height: 48px; }
    .product .box .fz24 {
      font-size: 18px;
      line-height: 30px; }
    .product .box .fz40 {
      font-size: 28px;
      line-height: 38px; }
    .product .box .banner .con .title .tits {
      font-size: 60px;
      line-height: 62px; }
    .product .box .banner .con .title .tit {
      font-size: 30px;
      line-height: 32px; }
    .product .box .product-nav {
      display: none; }
    .product .box .product-nav-m {
      display: block; }
    .product .box .list ul li {
      height: 430px; }
    .product .box .content .box1 .tits {
      font-size: 40px;
      line-height: 44px; }
    .product .box .content .box1 .txt {
      font-size: 20px;
      line-height: 34px; }
      .product .box .content .box1 .txt span {
        font-size: 24px; }
    .product .box .content .box1 .tit span {
      margin: 0 15px; }
    .product .box .content .box2 .tits {
      font-size: 42px;
      line-height: 50px; }
    .product .box .content .box2 .icon {
      width: 50px; }
      .product .box .content .box2 .icon p {
        margin-top: 15px; }
    .product .box .content .box4 .box-new .tits {
      font-size: 42px;
      line-height: 44px; }
    .product .box .content .box4 .box-new .tit {
      font-size: 28px;
      line-height: 32px; }
      .product .box .content .box4 .box-new .tit:after {
        width: 140px;
        height: 7px;
        bottom: 4px; }
    .product .box .content .box4 .box-new .tit1 {
      font-size: 26px;
      line-height: 28px; }
    .product .box .content .box4 .box-new .txt {
      font-size: 18px;
      line-height: 32px; }
    .product .box .content .box4 .box-new .item .imgBox {
      width: 100%;
      margin-left: 0;
      padding: 15px 0;
      float: none; }
      .product .box .content .box4 .box-new .item .imgBox ul li .bar {
        height: calc(100% + 30px);
        top: -15px; }
    .product .box .content .box4 .box-new .item .item-right {
      position: relative;
      margin: 3% auto 0;
      width: 60%;
      transform: translate(0);
      right: 0;
      top: 0; }
    .product .box .content .box5 .item .tits {
      font-size: 28px;
      line-height: 32px; }
      .product .box .content .box5 .item .tits:after {
        width: 140px;
        height: 7px;
        bottom: 4px; }
    .product .box .content .box5 .item .tit {
      font-size: 26px;
      line-height: 28px; }
    .product .box .content .box5 .item .txt {
      font-size: 18px;
      line-height: 32px; }
    .product .box .content .box6 .box-new .item {
      width: 100%;
      float: none; }
      .product .box .content .box6 .box-new .item .pic {
        width: 100%; }
        .product .box .content .box6 .box-new .item .pic img {
          float: left;
          width: 48%;
          margin-right: 2%; }
      .product .box .content .box6 .box-new .item.right {
        width: 100%; }
    .product .box .content .box7 .tits {
      font-size: 42px;
      line-height: 50px; }
    .product .box .content .box7 .tit {
      font-size: 20px;
      line-height: 24px; }
    .product .box .content .box7 .icon {
      width: 50px; }
      .product .box .content .box7 .icon p {
        margin-top: 15px; }
    .product .box .content .box8 .tits {
      font-size: 42px;
      line-height: 44px; }
    .product .box .content .box8 .tit {
      font-size: 20px;
      line-height: 22px; }
    .product .box .content .box9 .con .tits {
      font-size: 42px;
      line-height: 44px; }
    .product .box .content .box9 .con .tit {
      font-size: 22px;
      line-height: 24px; }
    .product .box .content .bb1 .title .txt {
      font-size: 18px;
      line-height: 30px; }
    .product .box .content .bb2 .bb-new .title .txt {
      font-size: 18px;
      line-height: 30px; }
    .product .box .content .bb2 .bb-new .bx .pic {
      width: 60%;
      margin: 3% auto 0;
      float: none; }
    .product .box .content .bb2 .bb-new .bx .con {
      width: 100%;
      height: auto;
      float: none;
      text-align: left;
      font-size: 18px;
      line-height: 30px;
      margin-top: 4%; }
    .product .box .content .bb2 .bb-new .box-pic {
      width: 40%; }
    .product .box .content .bb3 .bb-new .con .con-new .tits {
      font-size: 40px;
      line-height: 45px; }
    .product .box .content .bb3 .bb-new .pic {
      margin-left: 0;
      width: 35%; }
    .product .box .content .bb3 .bb-new .con {
      width: 62%; }
    .product .box .content .bb10 ul li {
      width: 100%;
      float: none; }
    .product .box .content .bb22 .box-new .item .item-new .con {
      width: 95%;
      float: none;
      margin-left: 5%; }
    .product .box .content .bb22 .box-new .item .item-new .pic {
      width: 100%;
      margin-right: 0;
      margin-top: 3%; }
    .product .box .content .bb22 .box-new .item .item-new .con .t {
      font-size: 18px;
      line-height: 24px; }
    .product .box .content .bb22 .box-new .item .item-new .con .t:after {
      top: 8px; }
    .product .box .content .bb11 .box-new .item .pic .vidbacking-active-block-back {
      opacity: 0; }
    .product .box .content .bb11 .box-new .item .pic .img {
      opacity: 1; }
    .product .box.move {
      width: 100%;
      margin-left: 0; }
    .product .productNav {
      display: none; }
    .product .down {
      display: none; } }
  @media (max-width: 990px) {
    .product .box .content .bb1 .b-c ul li {
      padding-left: 5%;
      width: 45%; }
    .product .box .content .bb1 .b-c ul li .t {
      font-size: 18px;
      line-height: 24px; }
    .product .box .content .bb4 .tag span {
      font-size: 18px;
      line-height: 24px;
      padding-left: 20px; }
    .product .box .content .bb23 .con .tits {
      font-size: 38px;
      line-height: 40px; }
    .product .box .content .bb24 .box-new .item .item-new .pic {
      width: 100%;
      float: none !important; }
    .product .box .content .bb24 .box-new .item .item-new .con {
      width: 94%;
      margin-left: 6%;
      float: none !important;
      margin-top: 2%; }
    .product .box .content .bb24 .box-new .item .item-new .con .t {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 15px; }
    .product .box .content .bb24 .box-new .item .item-new .con .t:after {
      top: 8px; }
    .product .box .content .bb24 .box-new .item .txt {
      font-size: 18px;
      line-height: 24px; }
    .product .box .content .bb25 .box-new .item .item-new .pic {
      width: 100%;
      margin-right: 0;
      float: none; }
    .product .box .content .bb25 .box-new .item .item-new .con {
      width: calc(100% - 23px);
      margin-left: 0;
      float: none;
      margin-top: 4% !important; }
    .product .box .content .bb25 .box-new .item .item-new .con .t {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 10px; }
    .product .box .content .bb25 .box-new .item .item-new .con .t:after {
      top: 8px; }
    .product .box .content .bb29 .box-new .con {
      width: 80%;
      margin-left: 10%;
      position: relative;
      top: auto;
      right: auto; }
    .product .box .content .bb29 .box-new .con .con-new {
      margin-top: 4%; }
    .product .box .content .bb29 .box-new .pic {
      width: 70%;
      margin: 0 auto;
      float: none; }
    .product .box .content .bb37 .box-new .item {
      width: 100%;
      float: none;
      margin-bottom: 3%; }
    .product .box .content .bb38 .box-new .item ul li {
      width: calc(100% - 40px);
      float: none;
      margin-bottom: 20px; } }
  @media (max-width: 960px) {
    .product .box .content .bb9 .box-new .b-new .b-left {
      width: 100%; }
    .product .box .content .bb9 .box-new .b-new .b-left .item {
      width: 45%;
      margin-right: 5%;
      float: left; }
    .product .box .content .bb9 .box-new .b-new .b-cen {
      width: 50%;
      margin: 5% auto;
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .product .box .content .bb9 .box-new .b-new .b-right {
      width: 100%;
      float: none;
      margin: 0; }
    .product .box .content .bb9 .box-new .b-new .b-right .item {
      width: 25%;
      float: left; }
    .product .box .content .bb13 .box-new .item .item-left {
      width: 100%;
      float: none; }
    .product .box .content .bb13 .box-new .item .item-right {
      width: 100%;
      float: none; }
    .product .box .content .bb13 .box-new .item .item-right .con {
      line-height: 44px;
      margin-left: 0;
      padding: 3% 0; }
    .product .box .content .bb26 .box-new .b-new .con {
      width: 100%;
      float: none;
      margin-top: 3%;
      margin-left: 0; }
    .product .box .content .bb26 .box-new .b-new .pic {
      float: none;
      margin: 3% auto 0;
      width: 80%; }
    .product .box .content .bb26 .box-new .b-new .con .t {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 3%; }
    .product .box .content .bb26 .box-new .b-new .con .t1 {
      margin-bottom: 3%;
      font-size: 20px;
      line-height: 26px; }
    .product .box .content .bb26 .box-new .b-new .con .t1:after {
      top: 10px; }
    .product .box .content .bb34 .box-new .item .list-box ul li {
      width: 100%;
      float: left;
      margin-bottom: 10px; }
    .product .box .content .bb34 .box-new .item .list-box ul li .con {
      line-height: 22px;
      padding-top: 3%;
      width: 56%;
      margin-right: 2%; } }
  @media (max-width: 930px) {
    .product .box .content .bb30 {
      padding-top: 15%; }
    .product .box .content .bb30 .box-new .con {
      width: 100%;
      position: relative;
      top: auto;
      left: auto; }
    .product .box .content .bb30 .box-new .pic {
      width: 70%;
      float: none;
      margin: 3% auto 0; }
    .product .box .content .bb30 .box-new .con .con-new {
      margin-top: 3%; }
    .product .box .content .bb30 .box-new .con .tits {
      font-size: 28px;
      line-height: 28px; }
    .product .box .content .bb30 .box-new .con .con-new {
      font-size: 16px;
      line-height: 26px; }
    .product .box .content .bb30 .box-new .con .con-new .t:after {
      top: 10px; } }
  @media (max-width: 850px) {
    .product .box .content .bb33 .box-new .item .item-new .con {
      width: 100%;
      float: none; }
    .product .box .content .bb33 .box-new .item .item-new .pic-box {
      width: 100%;
      float: none;
      margin-top: 3%; }
    .product .box .content .bb33 .box-new .item .item-new .con .t {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 10px; }
    .product .box .content .bb35 .box-new .item .con {
      width: 46.6%; } }
  @media (max-width: 800px) {
    .product .box .content .bb11 .box-new .item .item-new .pic {
      width: 100%;
      float: none; }
    .product .box .content .bb11 .box-new .item .item-new .con {
      width: 90%;
      padding-left: 10%;
      position: relative;
      right: auto;
      margin-top: 3%; }
    .product .box .content .bb11 .box-new .item .item-new .con .t {
      margin-bottom: 15px; }
    .product .box .content .bb12 img {
      width: 140%;
      margin-left: -20%; }
    .product .box .content .bb16 .box-new .item .item-new .img {
      width: 100%;
      float: none; }
    .product .box .content .bb16 .box-new .item .item-new .con {
      width: 100%;
      float: none;
      margin-top: 3%; }
    .product .box .content .bb32 .box-new .b-new .item .t {
      font-size: 20px;
      margin-top: 15px;
      line-height: 24px; }
    .product .box .content .bb32 .box-new .b-new .item .t1 {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 780px) {
    .product .box .list ul li {
      width: 48.5%;
      margin-right: 3%; }
      .product .box .list ul li:nth-child(3n) {
        margin-right: 3%; }
      .product .box .list ul li:nth-child(2n) {
        margin-right: 0; } }
  @media (max-width: 710px) {
    .product .box .content .bb3 .bb-new .con .con-new .tits {
      font-size: 22px;
      line-height: 24px; }
    .product .box .content .bb3 .bb-new .con .con-new .line {
      margin-top: 10px; }
    .product .box .content .bb3 .bb-new .con .con-new .tit {
      font-size: 16px;
      line-height: 26px;
      margin-top: 10px; } }
  @media (max-width: 700px) {
    .product .box .content .bb31 .box-new .item .item-left {
      width: 100%;
      float: none;
      margin-left: 0; }
    .product .box .content .bb31 .box-new .item .item-right {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-top: 4%; }
    .product .box .content .bb31 .box-new .item .item-left .t {
      font-size: 16px;
      line-height: 22px;
      margin-top: 20px; }
      .product .box .content .bb31 .box-new .item .item-left .t:after {
        top: 8px; }
    .product .box .content .bb31 .box-new .item .item-right .t {
      font-size: 16px;
      line-height: 22px;
      margin-top: 20px; }
      .product .box .content .bb31 .box-new .item .item-right .t:after {
        top: 8px; } }
  @media (max-width: 670px) {
    .product .box .content .bb7 ul li {
      width: 100%;
      float: none; }
    .product .box .content .bb7 ul li p {
      margin-top: 15px;
      line-height: 26px; }
    .product .box .content .bb35 .box-new .item .pic {
      width: 60%;
      margin: 3% auto 0;
      float: none; }
    .product .box .content .bb35 .box-new .item .con {
      width: 100%;
      margin-right: 0;
      float: none;
      margin-top: 4%; } }
  @media (max-width: 650px) {
    .product .box .banner .con .title .tits {
      font-size: 44px;
      line-height: 46px; }
    .product .box .banner .con .title .tit {
      font-size: 20px;
      line-height: 22px; }
    .product .box .banner .con .title .tit1 a {
      font-size: 14px; }
      .product .box .banner .con .title .tit1 a.a {
        line-height: 16px;
        background-size: 16px;
        padding-left: 22px; }
    .product .box .banner .con .pic {
      width: 36%; }
      .product .box .banner .con .pic.p1 {
        width: 40%; }
    .product .box .content .bb1 .pic-list {
      width: 100%; }
    .product .box .content .bb1 .b-c {
      width: 100%; }
    .product .box .content .bb1 .line {
      width: 100%; }
    .product .box .content .bb1 .b-c ul li {
      width: 100%;
      float: none;
      padding-left: 0; }
      .product .box .content .bb1 .b-c ul li .t {
        padding-left: 15px; }
      .product .box .content .bb1 .b-c ul li .t1 {
        padding-left: 15px; }
    .product .box .content .bb6 .box-new .con .pic {
      width: 100%;
      float: none; }
    .product .box .content .bb6 .box-new .con .conn {
      position: relative;
      width: 100%;
      margin-right: 0;
      margin-top: 2%; }
    .product .box .content .bb6 .box-new .con .pic.right {
      width: 100%;
      float: none; }
    .product .box .content .bb6 .box-new:nth-child(2n) .con .conn {
      margin-left: 0; }
    .product .box .content .bb11 .box-new .item .item1-new .it {
      width: 100%;
      float: none;
      margin-bottom: 3%; }
    .product .box .content .bb32 .box-new .b-new .item {
      width: 100%;
      float: none;
      margin-bottom: 3%; } }
  @media (max-width: 600px) {
    .product .box .content .bb5 .it .item .item-new .pic-box {
      width: 100%;
      float: none;
      margin-bottom: 3%; }
    .product .box .content .bb5 .it .tit {
      font-size: 16px; }
    .product .box .content .bb8 .box-new .b-new .item {
      width: 100%;
      float: none; }
    .product .box .content .bb9 .box-new .b-new .b-right .item {
      width: 50%;
      margin-bottom: 3%; }
    .product .box .content .bb9 .box-new .b-new .b-left .item .t {
      font-size: 18px;
      line-height: 20px; }
    .product .box .content .bb9 .box-new .b-new .b-left .item .t1 {
      margin-top: 15px; }
    .product .box .content .bb9 .box-new .b-new .b-left .item {
      margin-bottom: 30px; }
    .product .box .content .bb9 .box-new .b-new .b-cen {
      width: 80%; }
    .product .box .content .bb26 .box-new .b-new .con .t {
      font-size: 18px;
      line-height: 18px; }
    .product .box .content .bb26 .box-new .b-new .con .t1 {
      font-size: 16px; }
    .product .box .content .bb29 .box-new .con {
      width: 94%;
      margin-left: 3%; }
    .product .box .content .bb29 .box-new .con .tits {
      font-size: 20px;
      line-height: 20px; }
    .product .box .content .bb29 .box-new .con .con-new .t {
      font-size: 18px;
      line-height: 22px; }
    .product .box .content .bb29 .box-new .con .con-new .t:after {
      top: 7px; }
    .product .box .content .bb29 .box-new .con .con-new .t1 {
      font-size: 16px;
      line-height: 20px; }
    .product .box .content .bb38 .box-new .item ul li {
      font-size: 16px;
      margin-bottom: 0; }
    .product .box .content .bb10 ul li {
      line-height: 26px;
      padding: 15px 0; }
    .product .box .content .bb10 ul li span {
      display: block; }
      .product .box .content .bb10 ul li span:after {
        top: 13px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
  @media (max-width: 560px) {
    .product .box .product-nav-m .nav-new {
      font-size: 16px;
      line-height: 50px; }
      .product .box .product-nav-m .nav-new a {
        margin: 0 10px; }
    .product .box .content .box4 .box-new {
      width: 100%;
      max-width: 100%; }
      .product .box .content .box4 .box-new .tits {
        font-size: 24px;
        line-height: 26px; }
      .product .box .content .box4 .box-new .tit {
        font-size: 20px;
        line-height: 22px; }
        .product .box .content .box4 .box-new .tit:after {
          width: 100px; }
      .product .box .content .box4 .box-new .tit1 {
        font-size: 18px;
        line-height: 20px; }
      .product .box .content .box4 .box-new .txt {
        font-size: 16px;
        width: 94%;
        margin: 2.5% auto 0; }
      .product .box .content .box4 .box-new .item .imgBox {
        width: 100%; }
        .product .box .content .box4 .box-new .item .imgBox ul li .bar {
          width: 94px;
          margin-left: -46px; }
          .product .box .content .box4 .box-new .item .imgBox ul li .bar .bb {
            width: 94px;
            height: 53px; }
    .product .box .content .box5 .item .tits {
      font-size: 20px;
      line-height: 22px; }
      .product .box .content .box5 .item .tits:after {
        width: 100px; }
    .product .box .content .box5 .item .tit {
      font-size: 18px;
      line-height: 20px; }
    .product .box .content .box5 .item .txt {
      font-size: 16px;
      width: 94%;
      margin: 2.5% auto 0; } }
  @media (max-width: 530px) {
    .product .box .content .box3 .txt {
      font-size: 16px;
      line-height: 26px; }
    .product .box .content .box3 .pic-box .item {
      width: 100%;
      float: none;
      margin-bottom: 20px; }
      .product .box .content .box3 .pic-box .item p {
        margin: 4% auto 0;
        font-size: 15px;
        line-height: 22px; }
    .product .box .content .box6 .box-new .item {
      width: 100%;
      float: none; }
      .product .box .content .box6 .box-new .item .tits {
        font-size: 26px;
        line-height: 28px; }
      .product .box .content .box6 .box-new .item .tit {
        font-size: 16px;
        line-height: 26px; }
      .product .box .content .box6 .box-new .item .pic {
        margin-top: 20px; }
        .product .box .content .box6 .box-new .item .pic img {
          width: 100%;
          margin-right: 0%; }
      .product .box .content .box6 .box-new .item.right {
        width: 100%; } }
  @media (max-width: 480px) {
    .product .box .pTits {
      font-size: 30px !important;
      line-height: 32px; }
    .product .box .fz50 {
      font-size: 28px;
      line-height: 38px; }
    .product .box .fz24 {
      font-size: 16px;
      line-height: 26px; }
    .product .box .fz40 {
      font-size: 20px;
      line-height: 22px; }
    .product .box .list ul li {
      width: 100%;
      margin-right: 0 !important; }
    .product .box .content .box1 .tits {
      font-size: 28px;
      line-height: 30px; }
    .product .box .content .box1 .txt {
      font-size: 16px;
      line-height: 26px; }
      .product .box .content .box1 .txt span {
        font-size: 20px; }
    .product .box .content .box1 .tit {
      width: 94%;
      margin: 4% auto 0;
      font-size: 14px;
      line-height: 24px; }
      .product .box .content .box1 .tit span {
        width: calc(50% - 14px);
        padding-left: 14px;
        float: left;
        display: block;
        margin: 0;
        text-align: left; }
        .product .box .content .box1 .tit span:after {
          left: 0;
          top: 10px; }
    .product .box .content .box2 .tits {
      font-size: 28px;
      line-height: 32px; }
    .product .box .content .box2 .icon p {
      font-size: 16px; }
    .product .box .content .box7 .tits {
      font-size: 28px;
      line-height: 32px; }
    .product .box .content .box7 .tit {
      font-size: 16px;
      line-height: 18px; }
    .product .box .content .box7 .icon p {
      font-size: 16px; }
    .product .box .content .box8 .tits {
      font-size: 28px;
      line-height: 32px; }
    .product .box .content .box8 .tit {
      font-size: 16px;
      line-height: 18px; }
    .product .box .content .box9 .con .tits {
      font-size: 26px;
      line-height: 28px; }
    .product .box .content .box9 .con .tit {
      width: 70%;
      font-size: 16px;
      line-height: 22px; }
    .product .box .content .box10 .box-new .more-click {
      font-size: 14px;
      line-height: 20px; }
      .product .box .content .box10 .box-new .more-click:after {
        width: 60px;
        left: 25px; }
    .product .box .content .bb1 .title .txt {
      font-size: 16px;
      line-height: 26px; }
    .product .box .content .bb2 .bb-new .title .txt {
      font-size: 16px;
      line-height: 26px; }
    .product .box .content .bb2 .bb-new .bx .con {
      font-size: 16px;
      line-height: 26px; }
    .product .box .content .bb2 .bb-new .bx .pic {
      width: 100%; }
    .product .box .content .bb2 .bb-new .box-pic {
      width: 75%; }
    .product .box .content .bb11 .box-new .item .pic .icon {
      width: 40px;
      height: 40px; }
    .product .box .content .bb13 .box-new .pic-box .icon {
      width: 40px;
      height: 40px; }
    .product .box .content .bb13 .box-new .item .item-right .con {
      font-size: 18px;
      line-height: 26px; }
    .product .box .content .bb10 ul li {
      line-height: 46px;
      font-size: 16px; }
    .product .box .content .bb17 .box-new .pic .icon {
      width: 40px;
      height: 40px; }
    .product .box .content .bb18 .con .icon {
      width: 40px;
      height: 40px; }
    .product .box .content .bb18 .con p {
      margin-top: 10px;
      font-size: 14px;
      line-height: 14px; }
    .product .box .content .bb23 .con .tits {
      font-size: 22px;
      line-height: 28px; }
    .product .box .content .bb27 .box-new .con .tits {
      font-size: 20px;
      line-height: 22px; }
    .product .box .content .bb27 .box-new .con .txt {
      font-size: 16px;
      line-height: 26px; }
    .product .box .content .bb34 .box-new .item .list-box .it {
      width: 100% !important;
      float: none;
      margin-right: 0;
      margin-bottom: 2%; }
    .product .box .content .bb34 .box-new .item .list-box .it p {
      font-size: 16px;
      line-height: 16px;
      margin-top: 10px; }
    .product .box .content .bb34 .box-new .item .box-pic img {
      width: 100%;
      display: block;
      margin-bottom: 2%; }
    .product .box .content .bb34 .box-new .item .txt b {
      display: none; } }
  @media (max-width: 460px) {
    .product .box .content .bb1 .pic-list img {
      width: 100%;
      float: none !important;
      margin-bottom: 3%; } }
  @media (max-width: 440px) {
    .product .box .pTits {
      font-size: 22px;
      line-height: 26px; }
    .product .box .fz50 {
      font-size: 20px;
      line-height: 30px; } }

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

/*
m86*/
.product .box_m86 .content .inTitle .line {
  width: 37px;
  height: 3px;
  margin: 24px auto 0;
  background-color: #8cc332;
}

/*.product .box_m86{
    font-family: "microsoft yahei", "Arial", sans-serif;
}*/
.product .box .content .box6_m86 .box6_m86_pic {
  display: none;
}

.product .box .content .box1_m86 .box-new {
  width: 1350px;
  max-width: 94%;
  margin: 4% 9% 0;
  position: relative;
}

.product .box .content .box1_m86 .box-new .con {
  width: 422px;
  height: auto;
  float: left;
}

.product .box .content .box1_m86 .box-new .con .inTitle {
  margin-bottom: 5%;
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 10;
}

.product .box .content .box1_m86 .box-new .con .inTitle .tits {
  font-family: unset;
  font-weight: unset;
  text-align: left;
  font-size: 44px;
  line-height: 50px;
  color: #fff;
}

.product .box .content .box1_m86 .box-new .con .inTitle .line {
  margin-left: 0;
}

.product .box .content .box1_m86 .box-new .con .tits {
  font-family: unset;
  font-weight: unset;
  font-size: 44px;
  line-height: 50px;
  color: #fff;
  text-align: left;
}

.product .box .content .box1_m86 .box-new .con .txt {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-align: left;
  width: auto;
  max-width: none;
  margin: 0;
  margin-top: 20px;
  font-family: Arial;
}

.product .box .content .box1_m86 .box-new .con .f-cb {
  width: 100%;
  height: auto;
  margin-top: 58px;
}

.product .box .content .box1_m86 .box-new .con .tit .item {
  width: calc(47.4% - 2px);
  height: auto;
  font-size: 17px;
  line-height: 53px;
  border: 1px solid #8cc332;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  float: left;
}

.product .box .content .box1_m86 .box-new .con .tit .item:nth-child(2n) {
  float: right;
}

.product .box .content .box1_m86 {
  padding: 3.6% 0 5%;
  background-position: top;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.product .box .content .box1_m86 .box-new .con .box1_m86_pic {
  margin-top: 2%;
}


.product .box .content .box2_m86 {
  width: 100%;
  padding: 3.6% 0 5.2%;
  height: auto;
}

.product .box .content .box2_m86 .box-new {
  clear: both;
  overflow: hidden;
  max-width: 80%;
  margin: auto;
}

.product .box .content .box2_m86 .box-new .box-content.left {
  padding: 10% 0;
  width: 50%;
}

.product .box .content .box2_m86 .box-new .box-content.right {
  margin-top: 5%;
  width: 50%;
}

.product .box .content .box2_m86 .box-new .box-content.right .box-pic img {
  width: 100%;
}

.product .box .content .box2_m86 .box-new .box-content.left .inTitle {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 10;
}

.product .box .content .box2_m86 .box-new .box-content.left .inTitle .line {
  margin-left: 0;
}

.product .box .content .box2_m86 .box-new .box-content.left .inTitle .tits {
  font-size: 44px;
  line-height: 50px;
  text-align: left;
}

.product .box .content .box2_m86 .box-new .box-content.left .inTitle .tit {
  color: #999;
  width: 740px;
  margin: 36px auto 0;
  margin-left: auto;
  max-width: 80%;
  margin-left: 0;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
}

.product .box .content .box2_m86 .box-new .box-content.right {
  margin-top: 10%;
}

.product .box .content .box2_m86 .box-new .box-content.right .box-des {
  text-align: center;
  margin-top: 1%;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
}

.product .box .content .box3_m86 .box-new {
  clear: both;
  overflow: hidden;
  max-width: 94%;
  margin: auto;
}

.product .box .content .box3_m86 .box-new .box-content.left {
  padding: 10% 0;
  width: 55%;
}

.product .box .content .box3_m86 .box-new .box-content.left .box-pic img {
  width: 100%;
}

.product .box .content .box3_m86 .box-new .box-content.right {
  width: 36%;
  padding: 10% 0;
}

.product .box .content .box3_m86 .box-new .box-content.right .inTitle {
  text-align: left;
}

.product .box .content .box3_m86 .box-new .box-content.right .inTitle .tits {
  font-size: 44px;
  line-height: 50px;
  color: #fff;
}

.product .box .content .box3_m86 .box-new .box-content.right .inTitle .line {
  margin-left: 0;
}

.product .box .content .box3_m86 .box-new .box-content.right .inTitle .tit {
  margin-top: 5%;
  color: #999;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
}

.product .box .content .box3_m86 .box-new .box-content.right .inTitle .tit.fz202 {
  color: #8cc332;
}

.product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item {
  clear: both;
  overflow: hidden;
}

.product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item .item {
  width: 45%;
  float: left;
  margin: 15px 16px 0px 0;
  padding-top: 3px;
  background-color: #a8c332;
  position: relative;
  border-radius: 10px;
}

.product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item .item .number {
  padding: 22px;
  background-color: #fff;
  color: #a8c332;
  float: left;
  margin-left: 3px;
  margin-bottom: 3px;
  border-radius: 10px;
  font-size: 24px;
}

.product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item .item .content {
  color: #fff;
  position: absolute;
  left: 35%;
  top: 19%;
  width: auto;
  font-size: 20px;
  line-height: 20px;
}

.product .box .content .box4_m86 {
  padding: 3.6% 0 4.2%;
  background-color: #000;
}

.product .box .content .box4_m86 .inTitle {
  width: 100%;
  position: relative;
  z-index: 10;
  text-align: center;
}

.product .box .content .box4_m86 .inTitle .tits {
  font-size: 44px;
  line-height: 50px;
  color: #fff;
}

.product .box .content .box4_m86 .box-new {
  max-width: 80%;
  margin: auto;
  padding: 0px 18%;
  width: auto;
  color: #999999;
}

.product .box .content .box4_m86 .box-new .box-content {
  text-align: center;
  margin-top: 2%;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
}

.product .box .content .box4_m86 .box-new .box4_m86_pic img {
  width: 100%;
  margin-top: 4%;
}

.product .box .content .box4_m86 .box-new .box4_m86_pic .des {
  text-align: center;
  margin-top: 1%;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
}

.product .box .content .box4_m86 .section2 {
  margin-top: 5%;
}

.product .box .content .box5_m86 .box-new {
  max-width: 80%;
  margin: auto;
  clear: both;
  overflow: hidden;
}

.product .box .content .box5_m86 .box-new .box-content.left .inTitle {
  text-align: left;
}

.product .box .content .box5_m86 {
  background-color: #fff;
  background-image: none;
  width: 100%;
  padding: 3.6% 0 6%;
  height: auto;
}

.product .box .content .box5_m86 .box-new .box-content.left .inTitle .tits {
  color: #000;
  font-size: 44px;
  line-height: 50px;
}

.product .box .content .box5_m86 .box-new .box-content.left .inTitle .line {
  margin-left: 0;
}

.product .box .content .box5_m86 .inTitle .tit {
  margin: 8% 0;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
  opacity: 0.5;
}

.product .box .content .box5_m86 .box-new .box-content.left {
  width: 40%;
}

.product .box .content .box5_m86 .box-new .box-content.left img {
  width: 100%;
}

.product .box .content .box5_m86 .box-new .box-content.right {
  width: 45%;
}

.product .box .content .box5_m86 .box-new .box-content.right img {
  width: 100%;
}

.product .box .content .box6_m86 .inTitle {
  width: 100%;
  position: relative;
  z-index: 10;
  text-align: center;
}

.product .box .content .box6_m86 .inTitle .tits {
  font-size: 44px;
  line-height: 50px;
  color: #fff;
}

.product .box .content .box6_m86 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: unset;
  background-position: center;
  width: 100%;
  height: auto;
  padding: 3.6% 0 3%;
}

.product .box .content .box6_m86 .box-new {
  padding: 6% 0 15% 55%;
  width: auto;
  clear: both;
  overflow: hidden;
}

.product .box .content .box6_m86 .box-new .box6_m86_item {
  width: 600px;
  float: left;
  position: relative;
  margin-top: 3%;
  padding-bottom: 4%;
}

.product .box .content .box6_m86 .box-new .box6_m86_item .pic {
  width: auto;
  margin-left: 0;
  margin-top: 0;
}

.product .box .content .box6_m86 .box-new .box6_m86_item .des {
  position: absolute;
  top: 0;
  left: 14%;
}

.product .box .content .box6_m86 .box-new .box6_m86_item .des .title {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
}
.product .box .content .box6_m86 .box-new .box6_m86_item .des .content p {
  font-size: 16px;
  line-height: 20px;
  font-family: Arial;
}


.product .box .content .box1_m86 .inTitle_1 {
  display: none;
}

.product .box .content .box3_m86 .box-new .box-pic-2 {
  display: none;
}

.box1_m86_pic_2 {
  display: none;
}

.product .box .content .box7_m86 {
  width: 100%;
  height: auto;
  padding: 3.6% 0 3%;
  background-color: #0c0c0c;
}

.product .box .content .box7_m86 .tits {
  font-size: 44px;
  line-height: 50px;
}

.product .box .content .box7_m86 .box-new .pic {
  float: none;
  width: 100%;
}

.product .box .content .box7_m86 .box-new {
  width: 1250px;
  height: auto;
  max-width: 94%;
  margin: 4% auto 0;
}

.product .box .content .box7_m86 .box-new .pic img {
  width: 100%;
}

.product .box .content .box7_m86 .box-new .section.section_special {
  margin-right: 2% !important;
  margin-left: 2% !important;
  width: 30% !important;
}

.product .box .content .box7_m86 .box-new .section {
  width: 20%;
  float: left;
  margin: 0 1%;
}

.product .box .content .box7_m86 .box-new .section_item {
  clear: both;
  overflow: hidden;
  margin-top: 12%;
  position: relative;
  padding-bottom: 12%;
}

.product .box .content .box7_m86 .box-new .section_item .pic_ico {
  float: left;
  width: 50px;
}

.product .box .content .box7_m86 .box-new .section_item img {
  width: 100%;
}

.product .box .content .box7_m86 .box-new .section_item .des {
  float: left;
  font-size: 13px;
  position: absolute;
  left: 25%;
  top: 0;
}

.product .box .content .box7_m86 .box-new .section_item .des .title {
  color: #fff;
  font-size: 13px;
}

.product .box .content .box7_m86 .box-new .section_item .des .content {
  font-size: 13px;
  line-height: 16px;
}

.product .box .box_m86 .banner {
  background-position: center;
}

.product .box .box_m86 .banner .con .pic.p4 {
  width: 45.9%;
  margin: 3% auto 0;
}

@media (max-width: 1366px) {
  .product .box .content .box1_m86 .box-new .con .inTitle .tits {
    font-size: 30px;
    line-height: 40px;
  }

  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .tits {
    font-size: 30px;
    line-height: 40px;
    line-height: 40px;
  }

}

@media (max-width: 1250px) {
  .product .box .content .box3_m86 .box-new .box-content.right {
    padding-top: 0;
  }

  .product .box .content .box3_m86 .box-new .box-pic-2 {
    display: block;
  }

  .product .box .content .box3_m86 .box-new .box-content.left {
    display: none;
  }

  .product .box .content .box3_m86 .box-new .box-content.right {
    width: 100%;
  }

  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item .item {
    width: 45%;
    margin: 1% 2.5%;
  }

  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item {
    margin-top: 1%;
  }

  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item .item .content {
    top: 33%;
  }

  .product .box .content .box6_m86 .box-new .box6_m86_item .pic img {
    width: 45px;
  }

  .product .box .content .box6_m86 {
    background-image: none !important;
  }

  .product .box .content .box6_m86 .box-new {
    margin-top: 0;
    padding: 0% 0 0% 20%;
  }

  .product .box .content .box6_m86 .box-new .box6_m86_item .des {
    top: 0;
    left: 10%;
  }

  .product .box .content .box6_m86 .box-new .box6_m86_item .des .title {
    font-size: 14px;
  }

  .product .box .content {
    font-size: 14px;
  }

  .product .box .content .box6_m86 .box6_m86_pic {
    display: block;
    width: 50%;
    margin: auto;
    margin-top: 5%;
  }

  .product .box .content .box6_m86 .box6_m86_pic img {
    width: 100%;
  }

  .product .box .content .box6 .box-new .pic {
    margin: 4% auto 0;
  }
}

@media (max-width: 1111px) {
  .product .box .content .box7_m86 .box-new .section_item .des .title {
    font-size: 12px;
  }

  .product .box .content .box7_m86 .box-new .section_item .des .content {
    font-size: 12px;
  }

  .product .box .content .box7_m86 .box-new .section_item .pic_ico {
    width: 45px;
  }
}

@media (max-width: 1024px) {

  .product .box .content .box2_m86 .inTitle .tit {
    max-width: 90%;
  }

  .product .box .content .box2_m86 .box-new .box-content.right {
    margin-top: 20%;
  }

  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item .item {
    width: 100%;
    margin: 1% 0;
  }

  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item .item .number {
    padding: 5%;
  }

  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item .item .content {
    left: 25%;
    top: 33%;
  }

  .product .box .content .box3_m86 .box-new .box-content.left {
    width: 55%;
    margin-top: 10%;
  }
}

@media (max-width: 990px) {
  .product .box .content .box7_m86 .box-new .section {
    width: 36%;
    float: left;
    margin: 2% 7%;
  }

  .product .box .content .box7_m86 .box-new .section.section_special {
    margin-right: 0% !important;
    margin-left: 2% !important;
    width: 48% !important;
  }

  .product .box .content .box7_m86 .box-new .section_item .des {
    left: 29%;
  }

  .product .box .content .box1_m86 .box-new .con .inTitle {
    display: none;
  }

  .product .box .content .box1_m86 .inTitle_1 {
    display: block;
  }

  .product .box .content .box3_m86 .box-new .box-content.left {
    display: none;
  }

  .product .box .content .box3_m86 .box-new .box-content.right {
    width: 100%;
  }

  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .line {
    margin-left: auto;
    margin-bottom: 15px;
  }

  .product .box .content .box5_m86 .box-new .box-content.left {
    width: 100%;
  }

  .product .box .content .box5_m86 .box-new .box-content.right {
    width: 100%;
  }

  .box-pic-2 {
    display: block;
  }
}

@media (max-width: 700px) {
  .product .box .content .box6_m86 .box-new .box6_m86_item {
    width: 100%;
    padding-bottom: 5%;
  }

  .product .box .content .box6_m86 .box-new {
    max-width: 100%;
    padding: 2% 2%;
  }

  .product .box .content .box6_m86 .box-new .box6_m86_item .pic {
    margin-top: 0;
  }

  .product .box .content .box6_m86 .box-new .box6_m86_item .des p {

    word-break: normal;
  }

  .product .box .content .box6_m86 .box-new .box6_m86_item .des {
    top: 0;
    left: 55px;
  }
}

@media (max-width: 650px) {
  .product .box .content .box2_m86 .box-new{
    max-width: 95%;
  }
  .product .box_m86 .banner .con .title .tits {
    font-size: 44px;
    line-height: 46px;
  }

  .product .box .banner .con .title .tit {
    font-size: 16px;
    line-height: 22px;
  }

  .product .box .content .box1_m86 .box-new .con .tit .item {
    line-height: 40px;
    font-size: 14px;
  }

  .product .box .content .box1_m86 .box-new .con .f-cb {
    margin-top: 10px;
  }

  .product .box .content .box1_m86 .box-new .con {
    width: 100%;
    float: none;
  }

  .product .box .content .box1_m86 .box-new .con .txt {
    font-size: 16px !important;
    line-height: 26px;
    margin-top: 8px;
    text-align: center;
  }

  .product .box .content .box1 .tits {
    font-size: 30px;
    line-height: 26px;
    font-family: unset;
    font-weight: unset;
    padding: 0 10px;
  }

  .product .box .content .box2_m86 .box-new .box-content.left .inTitle .tits {
    text-align: center;
    font-size: 30px;
    line-height: 26px;
  }
  .product .box .content .box2_m86 .box-new .box-content.left .inTitle .line{
    margin-left: auto;
  }

  .product .box .content .box7_m86 .tits {
    font-size: 30px;

    line-height: 26px;

    padding: 0 10px;
  }

  .product .box .content .box6_m86 .inTitle .tits {
    font-size: 30px;
    line-height: 26px;
  }

  .product .box .content .box5_m86 .box-new .box-content.left .inTitle .tits {
    font-size: 30px;
    line-height: 26px;
  }

  .product .box .content .box5_m86 .inTitle .tit {
    font-size: 16px;
    line-height: 26px;
  }

  .product .box .content .box4_m86 .inTitle .tits {
    font-size: 30px;

    line-height: 26px;
  }

  .product .box_m86 .content .inTitle .line {
    margin: 10px auto 0;
  }

  .product .box .content .box2_m86 .box-new .box-content.right .box-des {
    font-size: 16px;

    line-height: 26px;
  }

  .product .box .content .box2_m86 .box-new .box-content.left .inTitle .tit {
    font-size: 16px;
    max-width: 100%;
    line-height: 26px;
    margin: 15px auto 0;
    text-align: center;
  }

  .product .box .content .box1_m86 .box-new .con .tits {
    font-size: 16px;
  }

  .product .box .content .box2_m86 .inTitle .tit {
    max-width: 100%;
  }

  .product .box .content .box2_m86 .box-new .box-content.left {
    width: 100%;
  }

  .product .box .content .box2_m86 .box-new .box-content.right {
    margin-top: 0%;
    width: 100%;
  }

  .product .box .content .box4_m86 .box-new {
    max-width: 90%;
    margin: auto;
    padding: 0px 2%;
  }

  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .tit {
    font-size: 16px;
    line-height: 26px;
  }

  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item .item .content {
    font-size: 16px;
    line-height: 16px;
  }

  .product .box .content .box4_m86 .box-new .box-content {
    font-size: 16px;
    line-height: 26px;
  }

  .product .box .content .box4_m86 .box-new .box4_m86_pic .des {
    font-size: 16px;
    line-height: 26px;
  }

  .product .box .content .box1_m86 .box-new {
    margin-top: 11.5%;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    margin: auto;
    max-width: 95%;
  }

  .product .box .content .box1_m86 .box-new .con .box1_m86_pic {

    text-align: center;
    width: 100%;
  }

  .product .box .content .box1_m86 .box-new .con .box1_m86_pic img {
    width: 100%;
  }

  .product .box .content .box1_m86 {
    background-image: url('https://de.vinno.com/m86-zh/img/m86/m86_pic25.png') !important;
  }

  .box1_m86_pic_2 {
    display: block;
    width: 60%;
    margin: auto;
    margin-bottom: 3%;
  }

  .box1_m86_pic_2 img {
    width: 100%;
  }

  .product .box .content .box1_m86 {
    padding: 0 0 5%;
  }

  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .tits {
    font-size: 30px;
    text-align: center;
    line-height: 26px;
  }
  .product .box .content .box6_m86 .box-new .box6_m86_item .des .title{
    font-size: 16px;
    line-height: 20px;
  }
  .product .box .content .box6_m86 .box-new .box6_m86_item .des .content p{
    font-size: 16px;

    line-height: 20px;
  }
}

@media (max-width: 530px) {
  .product .box .content .box3_m86 .box-new .box-content.right .inTitle .box-item .item .content {
    left: 23%;

    top: 29%;
  }
}

@media (max-width: 505px) {
  .product .box .content .box7_m86 .box-new .section.section_special {
    margin-right: 1% !important;
    margin-left: 1% !important;
    width: 48% !important;
  }

  .product .box .content .box7_m86 .box-new .section {
    width: 48%;
    float: left;
    margin: 2% 1%;
  }

  .product .box .content .box7_m86 .box-new .section_item .pic_ico {
    width: 17%;
  }

  .product .box .content .box7_m86 .box-new .section_item .des {
    left: 20%;
    top: -3px;
  }

  .product .box .content .box7_m86 .box-new .section_item {
    padding-bottom: 30%;
  }
}

@media (max-width: 410px) {
  .product .box .content .box6_m86 .box-new .box6_m86_item {
    padding-bottom: 25%;
  }
}

@media (max-width: 335px) {
  .product .box .content .box7_m86 .box-new .section_item {
    margin-top: 4%;
    padding-bottom: 20px;
  }

}


/*
v8*/
.box1_txt1_v8 {
  width: 1150px !important;
}

.product .box .content .box1_v8 .txt.txt1 {
  font-size: 24px;
  line-height: 45px;
}

.product .box .content .box1_v8 .box1_txt2 {
  width: 400px;
  margin: auto;
  margin-top: 30px;
}

.product .box .content .box1_v8 .box1_txt2 span {
  display: block;
  position: relative;
  font-size: 24px;
  margin-top: 10px;
}

.product .box .content .box1_v8 .box1_txt2 span:after {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: -20px;
  content: '';
  border-radius: 4px;
  background-color: #8cc332;
}

.product .box .content .bb25_v8 .box-new .pTits.title {
  margin-bottom: 0 !important;
}

.product .box .content .bb25_v8 .short_title {
  text-align: center;
  color: #dedede;
  margin-top: 2%;
  font-size: 30px;
  line-height: 40px;
  font-family: Arial;
}

.product .box .content .bb25_v8 .short_title_description {
  text-align: center;
  color: #dedede;
  font-size: 24px;
  line-height: 40px;
  font-family: Arial;
}

.d:after {
  width: 15px;
  height: 15px;
  background-color: #cccccc;
  position: absolute;
  top: 7px;
  left: 0px;
  content: '';
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  -moz-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: 1s clip-path;
}

.product .box .content .bb25_v8 .box-new .item .item-content {
  margin-top: 2%;
}

.product .box .content .bb25_v8 .box-new .item .item-new .pic.middle {
  width: 100%;
}

.product .box .content .bb25_v8 .box-new .item .item-new .con.four_d {
  margin-left: 0px;
  width: calc(43% - 23px);
}

.product .box .content .bb25_v8 .box-new .item .item-new .con .title {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
}

.product .box .content .bb25_v8 .box-new .item .item-new .con .content {
  position: relative;
  color: #fff;
  padding-left: 22px;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
  height: 50px;
}

.product .box .content .bb25_v8 .box-new .item .item-new .con .content.d:after {
  width: 15px;
  height: 15px;
  background-color: #cccccc;
  position: absolute;
  top: 7px;
  left: 0px;
  content: '';
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  -moz-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transition: 1s clip-path;
}

.product .box .content .bb26_v8 .box-new .b-new .con .title {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
}

.product .box .content .bb26_v8 .box-new .b-new .con .content {
  position: relative;
  color: #fff;
  padding-left: 22px;
  width: 90%;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
}

.product .box .content .bb26_v8 .box-new .b-new .section1 {
  background-position: right;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 12%;
}

.product .box .content .bb26_v8 .box-new .b-new .section2 {
  background-position: left;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20%;
}

.product .box .content .bb26_v8 .box-new .b-new .pic.left {
  float: left;
}

.product .box .content .bb26_v8 .box-new .b-new .pic.left {
  float: left;
  width: 45%;
}

.product .box .content .bb26_v8 .box-new .b-new .pic.right {
  width: 50%;
  margin-right: 0;
}

.product .box .content .bb26_v8 .box-new .b-new .con.right {
  float: right;
  margin-top: 25%;
}

.product .box .content .bb26_v8 .box-new {
  width: 100%;
  max-width: none;
}

.product .box .content .bb26_v8 .box-new .b-new {
  margin-top: 0;
}

.product .box .content .bb26_v8 .box-new .b-new .section1 .section1_content {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  max-width: 94%;
}

.product .box .content .bb26_v8 .box-new .b-new .section2 .section2_content {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  max-width: 94%;
}

.product .box .content .bb27_v8 .box-new .bb27_con {
  width: 100%;
  float: none;
  margin-top: 0;
}

.product .box .content .bb27_v8 .box-new .box_content .con {
  width: 100%;
  float: none;
  margin-top: 0;
  min-height: 210px;
}

.product .box .content .bb27_v8 .box-new .con .tits {
  text-align: center;
}

.product .box .content .bb27_v8 .box-new .con .line {
  margin: 2% auto 0;
}

.product .box .content .bb27_v8 {
  padding-bottom: 6%;
}

.product .box .content .bb27_v8 .box-new .box_content {
  clear: both;
  overflow: hidden;
}

.product .box .content .bb27_v8 .box-new .box_content .section {
  width: 45%;
  margin-top: 2%;
}

.product .box .content .bb27_v8 .box-new .box_content .section .pic {
  padding-top: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: none;
  width: auto;
  margin: 0;
}

.product .box .content .bb27_v8 .box-new .box_content .section .con .title {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  margin-top: 2%;
}

.product .box .content .bb27_v8 .box-new .box_content .section .con .content {
  position: relative;
  color: #fff;
  padding-left: 22px;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
}

.product .box .content .bb28_v8 .box-new .fz101 {
  font-size: 30px;
  color: #fff;
  line-height: 30px;
}

.product .box .content .bb28_v8 .box-new .fz24 {
  padding: 0px 23%;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
  margin-top: 5px;
}

.product .box .content .bb28_v8 .box-new .fz102 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-top: 2%;
}

.product .box .content .bb28_v8 .box-new .box-content {
  clear: both;
  overflow: hidden;
  margin-top: 2%;
}

.product .box .content .bb28_v8 .box-new .box-content .section {
  width: 45%;
}

.product .box .content .bb28_v8 .box-new .box-content .section .pic {
  padding-top: 60%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: none;
  width: auto;
  margin: 0;
}

.product .box .content .bb28_v8 .box-new .box-content .section .con .title {
  color: #fff;
  text-align: center;
  margin: 2% 0;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
}

.product .box .content .bb29_v8 {
  padding: 5% 0 57% 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.product .box .content .bb29_v8 .box-new {
  width: 1400px;
}

.product .box .content .bb29_v8 .box-new .fz103 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 44px;
  line-height: 50px;
}

.product .box .content .bb29_v8 .box-new .pLine {
  margin: 2% auto 0;
}

.product .box .content .bb29_v8 .box-new .box-content {
  clear: both;
  overflow: hidden;
}

.product .box .content .bb29_v8 .box-new .box-content .section {
  width: 42%;
  margin-top: 2%;
}

.product .box .content .bb29_v8 .box-new .con {
  width: auto;
  position: static;
}

.product .box .content .bb29_v8 .box-new .box-content .section .con .title {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  margin: 0;
  font-family: Arial;
}

.product .box .content .bb29_v8 .box-new .box-content .section .con .content {
  color: #fff;
  position: relative;
  padding-left: 22px;
  font-size: 24px;
  line-height: 32px;
  font-family: Arial;
}

.product .box .content .bb30_v8 {
  padding-bottom: 5%;
  background-position: right;
}

.product .box .content .bb30_v8 .box-new .con .con-new .fz104 {
  color: #fff;
  margin-bottom: 3%;
  font-size: 44px;
  line-height: 50px;
  font-weight: bold;
}

.product .box .content .bb30_v8 .box-new .con .con-new .fz105 {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
}

.product .box .content .bb30_v8 .box-new .con {
  width: 50%;
  height: auto;
  position: static;
}

.product .box .content .bb30_v8 .box-new .pic {
  width: auto;
  height: auto;
  float: none;
  margin-right: 0;
  margin-top: 2%;
}

.product .box .content .box10_v8 .box-new .fz106 {
  color: #000;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}

.product .box .content .box10_v8 .box-new .pLine {
  margin: 2% auto 0;
}

.product .box .content .box10_v8 .box-new .box-content {
  clear: both;
  overflow: hidden;
  margin-top: 2%;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/*section1*/
.product .box .content .box10_v8 .box-new .box-content .section1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  opacity: -1;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .6s;
  transition: .6s;
}

.product .box .content .box10_v8 .box-new .box-content .section1:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product .box .content .box10_v8 .box-new .box-content .section1 .description {
  position: absolute;
  top: 40%;
}

.product .box .content .box10_v8 .box-new .box-content .section1 .description .title {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 2%;
  margin-left: 10%;
}

.product .box .content .box10_v8 .box-new .box-content .section1 .description .content {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  width: 80%;
  margin-left: 10%;
}

/*section2*/
.product .box .content .box10_v8 .box-new .box-content .section2 {
  position: absolute;
  top: 0;
  left: 35%;
  width: 47%;
  height: 48%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: -1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .6s;
  transition: .6s;
}

.product .box .content .box10_v8 .box-new .box-content .section2:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product .box .content .box10_v8 .box-new .box-content .section2 .description {
  position: absolute;
  top: 25%;
  width: 80%;

}

.product .box .content .box10_v8 .box-new .box-content .section2 .description .title {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 2%;
  margin-left: 10%;
}

.product .box .content .box10_v8 .box-new .box-content .section2 .description .content {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  width: 80%;
  margin-left: 10%;
}

/*section3*/
.product .box .content .box10_v8 .box-new .box-content .section3 {
  right: 0;
  position: absolute;
  top: 0;
  width: 16%;
  height: 48%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: -1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .6s;
  transition: .6s;
}

.product .box .content .box10_v8 .box-new .box-content .section3:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product .box .content .box10_v8 .box-new .box-content .section3 .description {
  position: absolute;
  top: 25%;
}

.product .box .content .box10_v8 .box-new .box-content .section3 .description .title {
  font-size: 25px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 2%;
  margin-left: 10%;
}

.product .box .content .box10_v8 .box-new .box-content .section3 .description .content {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  width: 80%;
  margin-left: 10%;
}

/*section4*/
.product .box .content .box10_v8 .box-new .box-content .section4 {
  position: absolute;
  bottom: 0;
  left: 35%;
  width: 36%;
  height: 48%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: -1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .6s;
  transition: .6s;
}

.product .box .content .box10_v8 .box-new .box-content .section4:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product .box .content .box10_v8 .box-new .box-content .section4 .description {
  position: absolute;
  top: 25%;
}

.product .box .content .box10_v8 .box-new .box-content .section4 .description .title {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 2%;
  margin-left: 10%;
}

.product .box .content .box10_v8 .box-new .box-content .section4 .description .content {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  width: 80%;
  margin-left: 10%;
}

/*section5*/
.product .box .content .box10_v8 .box-new .box-content .section5 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27%;
  height: 48%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: -1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .6s;
  transition: .6s;
}

.product .box .content .box10_v8 .box-new .box-content .section5:hover {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product .box .content .box10_v8 .box-new .box-content .section5 .description {
  position: absolute;
  top: 25%;
}

.product .box .content .box10_v8 .box-new .box-content .section5 .description .title {
  font-size: 30px;
  color: #fff;
  line-height: 36px;
  margin-bottom: 2%;
  margin-left: 10%;
}

.product .box .content .box10_v8 .box-new .box-content .section5 .description .content {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  width: 80%;
  margin-left: 10%;
}

.product .box .content .bb27_v8 .box-new .con .tits {
  font-size: 44px;
  line-height: 50px;
}

.product .box .content .bb28_v8 .box-new .tits.fz40 {
  font-size: 44px;
  line-height: 50px;
}

.product .box .content .bb30_v8 .box-new .con .con-new .pLine {
  display: none;
}

.product .box .content .bb30_v8 .box-new .pic_p {
  display: none;
}

.product .box .content .bb26_v8 .box-new .b-new .section1 .pic {
  display: none;
}

.product .box .content .bb26_v8 .box-new .b-new .section2 .pic {
  display: none;
}

.product .box .content .bb29_v8 .box-new .pic {
  display: none;
}

.product .box .content .box10_v8 .box-new .box-content_2 {
  display: none;
}

@media (max-width: 1300px) {
  .product .box .content .bb30_v8 {
    background-image: url('../image/x1_bg1.png') !important;
  }

  .product .box .content .bb30_v8 .box-new .con {
    width: 100%;
  }

  .product .box .content .bb30_v8 .box-new .con .con-new .fz104 {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
  }

  .product .box .content .bb30_v8 .box-new {
    max-width: 100%;
  }

  .product .box .content .bb30_v8 .box-new .con .con-new {
    text-align: center;
    margin: auto;
    margin-top: 5%;
    padding-left: 0;
    width: 100%;
  }

  .product .box .content .bb30_v8 .box-new .con .con-new .pLine {
    display: block;
    margin: 2% auto 2%;
  }

  .product .box .content .bb30_v8 .box-new .pic_p {
    display: block;
    text-align: right;
  }

  .product .box .content .bb30_v8 .box-new .pic_p img {
    width: 90%;
  }

  .product .box .content .bb30_v8 .box-new .section_content {
    max-width: 94%;
  }

  .product .box .content .bb30_v8 .box-new .con .con-new .fz105 {
    font-size: 30px;
    text-align: left;
    margin-left: 15%;
  }
}


@media (max-width: 1024px) {
  .product .box .content .box1_v8 .txt.txt1 {
    font-size: 16px;
    line-height: 26px;
    font-family: Arial;

  }

  .product .box .bb25_v8 .pTits {
    font-size: 42px;
    line-height: 50px;
  }

  .product .box .content .bb25_v8 .short_title_description {
    font-size: 20px;
    line-height: 34px;
  }

  .product .box .content .bb25_v8 .box-new .item .item-new .con .content {
    font-size: 20px;
    line-height: 34px;
  }

  .product .box .content .bb25_v8 .box-new .item .item-new .con .title {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
  }

  .product .box .content .bb26_v8 .box-new .b-new .con .title {
    font-size: 24px;
    color: #fff;
    line-height: 35px;
  }

  .product .box .content .bb26_v8 .box-new .b-new .con .content {
    position: relative;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    padding-left: 22px;
  }

  .product .box .content .bb26_v8 .box-new .b-new .section2 {
    padding-bottom: 15%;
  }

  .product .box .content .bb26_v8 .box-new .b-new .con.right {

    margin-top: 20%;
  }

  .product .box .content .bb27_v8 .box-new .con .tits {
    font-size: 42px;
    line-height: 50px;
  }

  .product .box .content .bb27_v8 .box-new .box_content .section .con .title {
    margin-top: 2%;
    font-size: 30px;
    color:#fff;
    line-height: 36px;
  }

  .product .box .content .bb27_v8 .box-new .box_content .section .con .content {
    font-size: 20px;
    line-height: 30px;
    width: 90%;
  }

  .product .box .content .bb28_v8 .box-new .tits.fz40 {
    font-size: 42px;
    line-height: 50px;
  }

  .product .box .content .bb28_v8 .box-new .fz102 {
    font-size: 24px;
    line-height: 24px;
  }

  .product .box .content .bb28_v8 .box-new .box-content .section .con .title {
    font-size: 20px;
    line-height: 24px;
  }

  .product .box .content .bb29_v8 .box-new .fz103 {
    font-size: 42px;
    line-height: 50px;
  }

  .product .box .content .bb29_v8 .box-new .box-content .section .con .title {
    font-size: 24px;
    line-height: 36px;
  }

  .product .box .content .bb29_v8 .box-new .box-content .section .con .content {
    font-size: 20px;
    line-height: 30px;
    width: 90%;
  }

  .product .box .content .bb30_v8 .box-new .con .con-new .fz104 {
    font-size: 42px;
    line-height: 50px;
  }

  .product .box .content .bb30_v8 .box-new .con .con-new .fz105 {
    font-size: 20px;
    line-height: 30px;
    margin-left: 8%;
  }

  .product .box .content .box10_v8 .box-new .fz106 {
    font-size: 42px;
    line-height: 50px;
  }

  .d:after {
    top: 5px;
  }

  .product .box .content .bb25_v8 .box-new .item .item-new .con .content.d:after {
    top: 5px;
  }

  .product .box .content .box10_v8 .box-new .box-content .section1 .description .title {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 2%;
    margin-left: 10%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section1 .description .content {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    width: 80%;
    margin-left: 10%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section2 .description .title {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 2%;
    margin-left: 10%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section2 .description .content {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    width: 80%;
    margin-left: 10%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section3 .description {
    position: absolute;
    top: 20%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section3 .description .title {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 2%;
    margin-left: 10%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section3 .description .content {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    width: 80%;
    margin-left: 10%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section4 .description {
    position: absolute;
    top: 19%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section4 .description .title {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 2%;
    margin-left: 10%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section4 .description .content {
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    width: 80%;
    margin-left: 10%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section5 .description {
    position: absolute;
    top: 20%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section5 .description .title {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 2%;
    margin-left: 10%;
  }

  .product .box .content .box10_v8 .box-new .box-content .section5 .description .content {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    width: 80%;
    margin-left: 10%;
  }
}

@media (max-width: 990px) {
  .product .box .content .bb25_v8 .box-new .item .item-new .con.four_d {
    width: calc(100% - 25px);
    padding-left: 0;
  }
}

@media (max-width: 960px) {
  .product .box .content .box1_v8 .box1_txt2 span {
    font-size: 20px;
  }

  .product .box .content .box1_v8 .box1_txt2 {
    width: 260px;
  }

  .product .box .content .bb26_v8 .box-new .b-new .con {
    width: 40%
  }

  .product .box .content .bb28_v8 .box-new .fz24 {
    padding: 0px 10%;
  }
}

@media (max-width: 860px) {
  .product .box .content .box10_v8 .box-new .box-content {
    display: none;
  }

  .product .box .content .box10_v8 .box-new .box-content_2 {
    display: block;
    margin-top: 3%;
  }

  .product .box .content .box10_v8 .box-new .box-content_2 .section .description .title {
    font-size: 24px;
    color: #000;
    line-height: 36px;
  }

  .product .box .content .box10_v8 .box-new .box-content_2 .section .description .content {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    position: relative;
    text-indent: 1em;
  }

  .product .box .content .box10_v8 .box-new .box-content_2 .section {
    margin-top: 3%;
  }

  .product .box .content .box10_v8 .box-new .box-content_2 .section .description .d:after {
    background-color: #8cc332;
    top: 5px;
  }
}

@media (max-width: 705px) {
  .product .box .content .bb27_v8 .box-new .box_content .section {
    width: 100%;
  }

  .product .box .content .bb27_v8 .box-new .box_content .con {
    min-height: auto;
  }

  .product .box .content .bb26_v8 .box-new .b-new .section1 {
    background-image: none !important;
    padding-bottom: 0;
  }

  .product .box .content .bb26_v8 .box-new .b-new .section2 {
    background-image: none !important;
    padding-bottom: 0;
  }

  .product .box .content .bb26_v8 .box-new .b-new .section1 .pic {
    display: block;
    width: 100%;
  }

  .product .box .content .bb26_v8 .box-new .b-new .section2 .pic {
    display: block;
    width: 100%;
  }

  .product .box .content .bb26_v8 .box-new .b-new .con {
    width: 100%;
  }

  .product .box .content .bb26_v8 .box-new .b-new .con.right {
    margin-top: 3%;
  }

  .product .box .content .bb29_v8 {
    background-image: none !important;
    padding-top: 0px;
    padding-bottom: 5%;
  }

  .product .box .content .bb29_v8 .box-new {
    max-width: 100%;
  }

  .product .box .content .bb29_v8 .box-new .box-content .section {
    width: 100%;
  }

  .product .box .content .bb29_v8 .box-new .con {
    margin-left: 0;
  }

  .product .box .content .bb29_v8 .box-new .pic {
    display: block;
    position: absolute;
    width: 100%;
  }

  .product .box .content .bb29_v8 .box-new .fz103 {
    padding-top: 3%;
  }

  .product .box .content .bb29_v8 .box-new .box-content {
    max-width: 95%;
    margin: auto;
    margin-top: 68%;
  }
}


@media (max-width: 600px) {
  .product .box .content .box1_v8 .box1_txt2 span {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
    font-family: Arial;
  }

  .product .box .content .box1_v8 .box1_txt2 {
    width: 315px;
    margin-top: 0;
  }

  .product .box .content .bb28_v8 .box-new .box-content .section {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .product .box .content .bb27_v8 .box-new .box_content .section .con .d:after {
    top: 8px;
  }

  .box.box_new .box .banner .con .title .tit.ff {
    font-size: 16px;
  }

  .product .box .bb25_v8 .pTits {
    font-size: 30px;
    line-height: 26px;
  }

  .product .box .content .bb25_v8 .short_title {
    font-size: 16px;
    line-height: 26px;
  }

  .product .box .content .bb27_v8 .box-new .con .tits {
    font-size: 30px;
    line-height: 26px;
  }

  .product .box .content .bb28_v8 .box-new .tits.fz40 {
    font-size: 30px;
    line-height: 26px;
  }

  .product .box .content .bb28_v8 .box-new .fz101 {
    font-size: 20px;
    line-height: 20px;
  }

  .product .box .content .bb28_v8 .box-new .fz24 {
    padding: 0px 5%;
    font-size: 16px;
    line-height: 26px;
  }

  .product .box .content .bb29_v8 .box-new .fz103 {
    font-size: 30px;
    line-height: 26px;
  }

  .product .box .content .box10_v8 .box-new .fz106 {
    font-size: 30px;
    line-height: 26px;
  }

  .product .box .content .bb30_v8 .box-new .con .con-new .fz104 {
    font-size: 30px;
    line-height: 26px;
  }

  .product .box .content .bb30_v8 .box-new .con .con-new .fz105 {
    font-size: 16px;
    line-height: 26px;
    margin: auto;
    padding: 0 5%;
  }

  .product .box .content .bb25_v8 .short_title_description {
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
  }

  .product .box .content .bb25_v8 .box-new .item .item-new .con .content {
    font-size: 16px;
    line-height: 26px;
    height: auto;
  }

  .product .box .content .bb25_v8 .box-new .item .item-new .con .title {
    font-size: 22px;
    line-height: 30px;
  }

  .product .box .content .bb26_v8 .box-new .b-new .con .content {
    font-size: 16px;
    line-height: 26px;
  }

  .product .box .content .bb26_v8 .box-new .b-new .con .title {
    font-size: 22px;
    line-height: 30px;
  }

  .product .box .content .bb27_v8 .box-new .box_content .section .con .title {
    font-size: 22px;
    line-height: 30px;
  }

  .product .box .content .bb27_v8 .box-new .box_content .section .con .content {
    font-size: 16px;
    line-height: 26px;
  }

  .product .box .content .bb28_v8 .box-new .fz102 {
    font-size: 16px;
    line-height: 26px;
    font-family: Arial;
  }

  .product .box .content .bb28_v8 .box-new .box-content .section .con .title {
    font-size: 16px;
    line-height: 26px;
  }

  .product .box .content .bb29_v8 .box-new .box-content .section .con .title {
    font-size: 22px;
    line-height: 26px;
  }

  .product .box .content .bb29_v8 .box-new .box-content .section .con .content {
    font-size: 16px;
    line-height: 26px;
  }

  .product .box .content .box10_v8 .box-new .box-content_2 .section .description .title {
    font-size: 22px;
    line-height: 26px;
  }

  .product .box .content .box10_v8 .box-new .box-content_2 .section .description .content {
    font-size: 16px;
    line-height: 26px;
    font-family: Arial;
  }
}

.product_table{
  background-color: #000;
}
.product_table_title{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  font-size: 36px;
  text-align: center;
  padding-bottom: 20px;
  color: white;
  padding-top: 8%;
}
.product_table_footer{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  font-size: 18px;
  padding-top: 20px;
  color: white;
}
.product_items1{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 60px;
  background-color: #1f2540;
}
.product_items2{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 60px;
  border:1px solid;
  border-color: #616161;
}
.product_items{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 60px;
  border:1px solid;
  border-top: 0;
  border-color: #616161;
}
.product_item1{
  float: left;
  width: 17%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 60px;
  word-wrap: break-word;
}
.product_item2{
  float: left;
  width: 16%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 60px;
  word-wrap: break-word;
}
.product_item3{
  float: left;
  width: 19%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 60px;
  word-wrap: break-word;
}
.product_item4{
  float: left;
  width: 16%;
  /* text-align: center; */
  padding-left: 1%;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 60px;
  word-wrap: break-word;
}
.product_item5{
  float: left;
  width: 31%;
  /* text-align: center; */
  vertical-align: middle;
  font-size: 18px;
  color: white;
  padding-top: 8px;
  word-wrap: break-word;
}
.product_item_1{
  float: left;
  width: 17%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 60px;
  word-wrap: break-word;
}
.product_item_2{
  float: left;
  width: 16%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 60px;
  word-wrap: break-word;
}
.product_item_3{
  float: left;
  width: 19%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 60px;
  word-wrap: break-word;
}
.product_item_4{
  float: left;
  width: 16%;
  /* text-align: center; */
  padding-left: 1%;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 60px;
  word-wrap: break-word;
}
.product_item_5{
  float: left;
  width: 31%;
  /* text-align: center; */
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 60px;
  word-wrap: break-word;
}
@media screen and (max-width: 1185px){
  .product_table{
  background-color: #000;
}
.product_table_title{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  font-size: 36px;
  text-align: center;
  padding-bottom: 20px;
  color: white;
}
.product_table_footer{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  font-size: 18px;
  padding-top: 20px;
  color: white;
}
.product_items1{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 100px;
  background-color: #1f2540;
}
.product_items2{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 100px;
  border:1px solid;
  border-color: #616161;
}
.product_items{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 100px;
  border:1px solid;
  border-top: 0;
  border-color: #616161;
}
.product_item1{
  float: left;
  width: 17%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
}
.product_item2{
  float: left;
  width: 16%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
}
.product_item3{
  float: left;
  width: 19%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
}
.product_item4{
  float: left;
  width: 16%;
  /* text-align: center; */
  padding-left: 1%;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
}
.product_item5{
  float: left;
  width: 31%;
  /* text-align: center; */
  vertical-align: middle;
  font-size: 18px;
  color: white;
  padding-top: 20px;
  word-wrap: break-word;
}
.product_item_1{
  float: left;
  width: 17%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
}
.product_item_2{
  float: left;
  width: 16%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
}
.product_item_3{
  float: left;
  width: 19%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
}
.product_item_4{
  float: left;
  width: 16%;
  /* text-align: center; */
  padding-left: 1%;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
}
.product_item_5{
  float: left;
  width: 31%;
  /* text-align: center; */
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
}
}

@media screen and (max-width: 995px){
  .product_table{
  background-color: #000;
}
.product_table_title{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  font-size: 36px;
  text-align: center;
  padding-bottom: 20px;
  color: white;
  line-height: 1;
}
.product_table_footer{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  font-size: 18px;
  padding-top: 20px;
  color: white;
}
.product_items1{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 100px;
  background-color: #1f2540;
}
.product_items2{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 120px;
  border:1px solid;
  border-color: #616161;
}
.product_items{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 120px;
  border:1px solid;
  border-top: 0;
  border-color: #616161;
}
.product_item_1{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  line-height: 1.5em;
}
.product_item_2{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  line-height: 1.5em;
}
.product_item_3{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  line-height: 1.5em;
}
.product_item_4{
  float: left;
  width: 10%;
  /* text-align: center; */
  padding-left: 1%;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  line-height: 1.5em;
}
.product_item_5{
  float: left;
  width: 28%;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  line-height: 1.5em;
}
.product_item1{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  line-height: 1.5em;
}
.product_item2{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  line-height: 1.5em;
}
.product_item3{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  line-height: 1.5em;
}
.product_item4{
  float: left;
  width: 10%;
  /* text-align: center; */
  padding-left: 1%;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  line-height: 1.5em;
}
.product_item5{
  float: left;
  width: 28%;
  /* text-align: center; */
  vertical-align: middle;
  font-size: 18px;
  color: white;
  padding-top: 0px;
  word-wrap: break-word;
  line-height: 1em;
}

}
@media screen and (max-width: 540px){
  .product_table{
  background-color: #000;
}
.product_table_title{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  font-size: 36px;
  text-align: center;
  padding-bottom: 20px;
  color: white;
  line-height: 1;
}
.product_table_footer{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  font-size: 18px;
  padding-top: 20px;
  color: white;
}
.product_items1{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 100px;
  background-color: #1f2540;
}
.product_items2{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 130px;
  border:1px solid;
  border-color: #616161;
}
.product_items{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 120px;
  border:1px solid;
  border-top: 0;
  border-color: #616161;
}
.product_item1{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item2{
  float: left;
  width: 17%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item3{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item4{
  float: left;
  width: 13%;
  /* text-align: center; */
  padding-left: 1%;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item5{
  float: left;
  width: 28%;
  /* text-align: center; */
  vertical-align: middle;
  font-size: 18px;
  color: white;
  padding-top: 0px;
  word-wrap: break-word;
  line-height: 0.9em;
}
.product_item_1{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item_2{
  float: left;
  width: 17%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item_3{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item_4{
  float: left;
  width: 13%;
  /* text-align: center; */
  padding-left: 1%;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item_5{
  float: left;
  width: 28%;
  vertical-align: middle;
  font-size: 18px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  line-height: 1.5em;
}
}
@media screen and (max-width: 420px){
  .product_table{
  background-color: #000;
}
.product_table_title{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
  color: white;
  line-height: 1;
}
.product_table_footer{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  font-size: 18px;
  padding-top: 20px;
  color: white;
}
.product_items1{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 100px;
  background-color: #1f2540;
}
.product_items2{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 100px;
  border:1px solid;
  border-color: #616161;
}
.product_items{
  width: 1200px;
  margin: auto;
  max-width: 95%;
  height: 100px;
  border:1px solid;
  border-top: 0;
  border-color: #616161;
}
.product_item1{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item2{
  float: left;
  width: 17%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item3{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item4{
  float: left;
  width: 13%;
  /* text-align: center; */
  padding-left: 1%;
  vertical-align: middle;
  font-size: 14px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item5{
  float: left;
  width: 28%;
  /* text-align: center; */
  vertical-align: middle;
  font-size: 14px;
  color: white;
  padding-top: 0px;
  word-wrap: break-word;
  line-height: 0.9em;
}
.product_item_1{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item_2{
  float: left;
  width: 17%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item_3{
  float: left;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item_4{
  float: left;
  width: 13%;
  /* text-align: center; */
  padding-left: 1%;
  vertical-align: middle;
  font-size: 16px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  height: 100px;
  line-height: 1.5em;
}
.product_item_5{
  float: left;
  width: 28%;
  vertical-align: middle;
  font-size: 16px;
  color: white;
  line-height: 100px;
  word-wrap: break-word;
  line-height: 1.5em;
}
}


.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 42%;
  width: 9%;
  height: 10%;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 45px 48px;
  background-position: center;
  background-repeat: no-repeat;
}


@media (min-width: 1601px) {
  .index-event {
    height: 900px;
  }
}

@media (max-width: 1600px) {
  .index-event {
    height: 800px;
  }
}

@media (max-width: 1300px) {
  .index-event {
    height: 600px;
  }
}

@media (max-width: 1024px) {
  .index-event {
    height: 500px;
  }
}
@media (max-width: 800px) {
  .index-event {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .index-event {
    height: 300px;
  }
}
@media (max-width: 540px) {
  .index-event {
    height: 200px;
  }
}
@media (max-width: 440px) {
  .index-event {
    height: 180px;
  }
}



.index-event .bc {
  position: relative;
  height: 100%;
}
