﻿select::-ms-expand {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

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

.fz32 {
  font-size: 32px;
  line-height: 32px;
  color: #0c1729; }
  @media (max-width: 1200px) {
    .fz32 {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 768px) {
    .fz32 {
      font-size: 20px;
      line-height: 20px; } }

.fz38 {
  font-size: 38px;
  line-height: 38px; }
  @media (max-width: 1200px) {
    .fz38 {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 768px) {
    .fz38 {
      font-size: 20px;
      line-height: 20px; } }

.main {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative; }

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

.w1720 {
  width: 1720px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1440 {
  width: 1440px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.w1200 {
  width: 1200px;
  max-width: 92%;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.headerBox.on {
  height: 82px; }

@media (max-width: 1024px) {
  .headerBox {
    height: 50px; }
    .headerBox.on {
      height: 50px; } }
.header {
  width: 100%;
  height: 82px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.22);
  box-shadow: 2px 0 38px rgba(7, 0, 2, 0.03);
  transition: .3s; }
  .header .logo {
    width: 86px;
    margin-top: 8px;
    float: left;
    display: block; }
    .header .logo img.img1 {
      display: block; }
    .header .logo img.img2 {
      display: none; }
  .header .lan {
    position: relative;
    float: left;
    margin-top: 28px;
    width: 100px;
    margin-left: 15px; }
    .header .lan .tits {
      display: block;
      padding: 6px 24px 6px 12px;
      border: 1px solid #d7d7d7;
      border-radius: 3px;
      line-height: 12px;
      color: #fff;
      font-size: 12px; }
      .header .lan .tits em {
        position: absolute;
        top: 6px;
        right: 10px;
        width: 12px;
        height: 12px;
        background: transparent url("../images/icons.png") no-repeat -39px 4px; }
      @media (min-width: 1024px) {
        .header .lan .tits:hover {
          color: #00a0e9 !important;
          text-decoration: underline; }
          .header .lan .tits:hover em {
            background-position: -159px 4px; } }
    .header .lan dl {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      position: absolute;
      top: 25px;
      padding: 5px 0;
      border: 1px solid #d7d7d7;
      display: none; }
      .header .lan dl dd {
        text-align: center; }
        .header .lan dl dd a {
          font-size: 12px;
          line-height: 20px;
          color: #fff; }
          .header .lan dl dd a:hover {
            color: #00a0e9 !important;
            text-decoration: underline; }
    @media (min-width: 1024px) {
      .header .lan:hover dl {
        display: block; } }
  .header .search {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 31px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/search.png"); }
    
.header .t_lan{margin-left:20px;position:relative;float:right;cursor:pointer;}
.header .t_lan span{display:block;background:url(../images/nav_icon.png) no-repeat right center;height:82px;padding-right:12px;line-height:82px;font-size:20px;color:#FFF;}
.header .t_lan .t_n{width:120%;position:absolute;left:0;background:#8E8E8E;display:none;}
.header .t_lan .t_n a{display:block;font-size:15px;height:40px;line-height:40px;text-align:center;color:#FFF;}
.header .t_lan .t_n a:hover{background:#D3D3D3;}
    
  .header .nav {
    float: right;
    margin-right: 50px; }
    .header .nav ul li {
      float: left;
      margin-right: 55px;
      position: relative; }
      .header .nav ul li .tits {
        display: block;
        font-size: 18px;
        line-height: 82px;
        color: #000;
        transition: all .5s; }
        .header .nav ul li .tits.tit1{
          padding-left: 35px;
          background-image: url('../images/cc.png');
          background-position: left center;
          background-repeat: no-repeat;
        }
        .header .nav ul li .tits span {
          position: relative;
          float: left; }
          .header .nav ul li .tits span:after{
            width: 0;
            height: 2px;
            position: absolute;
            left: 50%;
            top: 0;
            content: '';
            background-color: #00a0e9;
            transition: all .5s;
          }
        /*.header .nav ul li .tits i {
          width: 11px;
          height: 82px;
          float: left;
          margin-left: 7px;
          display: block;
          background-image: url("../images/nav_icon.png");
          background-repeat: no-repeat;
          background-position: center;
          transition: transform .5s; }*/
      .header .nav ul li dl {
        width: 200px;
        height: auto;
        position: absolute;
        top: 82px;
        left: 0;
        background-color: #1f2021;
        padding-top: 5px;
        display: none; }
        .header .nav ul li dl dd {
          width: 100%;
          height: auto;
          font-size: 16px;
          line-height: 44px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
          .header .nav ul li dl dd a {
            color: #fff;
            padding-left: 24px;
            display: block;
            width: calc(100% - 24px);
            opacity: 0.8; }
            @media (min-width: 1024px) {
              .header .nav ul li dl dd a:hover {
                opacity: 1; } }
          .header .nav ul li dl dd:last-child {
            border-bottom: none; }
        .header .nav ul li dl:before {
          width: 19px;
          height: 10px;
          position: absolute;
          top: -10px;
          left: 25px;
          content: '';
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          background-image: url("../images/sjx.png"); }
      .header .nav ul li:last-child {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .header .nav ul li:hover .tits{
          font-weight: bold; }
        .header .nav ul li:hover .tits span:after{
          width: 100%;
          left: 0;
        }
        .header .nav ul li:hover dl {
          display: block; } }
      .header .nav ul li.on .tits{
        font-weight: bold; }
      .header .nav ul li.on .tits span:after{
        width: 100%;
        left: 0; }
  .header .navClick {
    width: 22px;
    height: 18px;
    margin-top: 16px;
    display: block;
    float: right;
    display: none; }
    .header .navClick span {
      width: 100%;
      height: 2px;
      background-color: #333;
      display: block;
      position: relative;
      transition: .3s;
      -webkit-transition: .3s; }
      .header .navClick span:nth-child(1) {
        margin-bottom: 6px; }
      .header .navClick span:nth-child(2) {
        margin-bottom: 6px; }
    .header .navClick.on span:nth-child(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 8px;
      right: 0px; }
    .header .navClick.on span:nth-child(2) {
      display: none; }
    .header .navClick.on span:nth-child(3) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 0;
      right: 0; }
  .header.on {
    background-color: #fff; }
    .header.on .logo img.img1 {
      display: none; }
    .header.on .logo img.img2 {
      display: block; }
    .header.on .lan {
      background-color: #fff; }
      .header.on .lan .tits {
        color: #333; }
      .header.on .lan dl {
        background-color: #fff; }
        .header.on .lan dl dd a {
          color: #333; }
    .header.on .nav ul li .tits {
      color: #0c1729; }
      .header.on .nav ul li .tits span:after{
        background-color: #0c1729; }
      .header.on .nav ul li .tits i {
        background-image: url("../images/nav_icon_h.png"); }
    .header.on .search {
      background-image: url("../images/search_h.png"); }
      
      .header.on .t_lan span{color:#000;    background: url(../images/navh_icon.png) no-repeat right center;}
  @media (max-width: 1520px) {
    .header .nav {
      margin-right: 10px; }
      .header .nav ul li {
        margin-right: 32px; } }
  @media (max-width: 1366px) {
    .header .nav {
      margin-right: 40px; }
      .header .nav ul li {
        margin-right: 24px; } }
  @media (max-width: 1290px) {
    .header .nav {
      margin-right: 20px; }
      .header .nav ul li {
        margin-right: 20px; }
        .header .nav ul li .tits {
          font-size: 16px; }
        .header .nav ul li dl {
          width: 160px; }
          .header .nav ul li dl dd {
            font-size: 15px;
            line-height: 36px; }
        .header .t_lan{display:none}
      
  }
  @media (max-width: 1160px) {
    .header .logo {
      width: 160px;
      margin-top: 18px; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px;
      background-color: #fff; }
      .header .logo {
        width: 120px;
        margin-top: 8px; }
        .header .logo img.img1 {
          display: none; }
        .header .logo img.img2 {
          display: block; }
      .header .nav {
        display: none;
        width: 100%;
        height: calc(100vh - 50px);
        position: fixed;
        left: 0;
        top: 50px;
        background-color: rgba(255, 255, 255, 0.95); }
        .header .nav ul {
          width: 92%;
          margin: 0 auto;
          padding-top: 30px; }
          .header .nav ul li {
            width: 100%;
            float: none;
            margin-right: 0; }
            .header .nav ul li .tits {
              color: #0c1729;
              border-bottom: 1px solid #e5e5e5;
              font-size: 16px;
              line-height: 36px;
              font-weight: bold;
              height: auto;
              opacity: 1; }
              .header .nav ul li .tits i {
                display: none; }
            .header .nav ul li dl {
              width: 100%;
              display: block;
              position: relative;
              left: auto;
              top: auto;
              background: none;
              padding: 6px 0;
              border-bottom: none; }
              .header .nav ul li dl:before {
                display: none; }
              .header .nav ul li dl dd {
                display: inline-block;
                width: auto;
                margin-right: 15px;
                float: left;
                line-height: 30px; }
                .header .nav ul li dl dd a {
                  color: #333;
                  padding-left: 0;
                  display: initial; }
      .header .search {
        display: none; }
      .header .navClick {
        display: block; } }

.index-banner {
  position: relative; }
  .index-banner ul li {
    width: 100%;
    height: auto;
    position: relative; }
    .index-banner ul li .con {
      width: 100%;
      text-align: center;
      position: absolute;
      top: 47%;
      left: 0; }
      .index-banner ul li .con .tits {
        font-size: 55px;
        line-height: 57px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 10px;
        transform: translateY(30px);
        opacity: 0;
        transition: all .5s; }
      .index-banner ul li .con .more {
        width: 160px;
        height: 45px;
        border-radius: 10px;
        border: 1px solid #fff;
        display: block;
        margin: 60px auto 0;
        text-align: center;
        font-size: 14px;
        line-height: 45px;
        font-weight: bold;
        text-transform: uppercase;
        
        color: #fff;
        transform: translateY(30px);
        opacity: 0;
        transition: all .5s; }
        @media (min-width: 1024px) {
          .index-banner ul li .con .more:hover {
            background-color: #fff;
            color: #00a0e9; } }
    .index-banner ul li.swiper-slide-active .con .tits {
      transform: translateY(0);
      opacity: 1; }
    .index-banner ul li.swiper-slide-active .con .more {
      transform: translateY(0);
      opacity: 1; }
  .index-banner .a {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    background-size: cover; }
    .index-banner .a.prev {
      left: 5.2%;
      background-image: url("../images/banner_prev.png"); }
    .index-banner .a.next {
      right: 5.2%;
      background-image: url("../images/banner_next.png"); }
  @media (max-width: 1366px) {
    .index-banner ul li .con .tits {
      font-size: 38px;
      line-height: 40px;
      letter-spacing: 6px; }
    .index-banner ul li .con .more {
      margin: 40px auto 0; } }
  @media (max-width: 1024px) {
    .index-banner ul li .con {
      top: 50%;
      transform: translateY(-50%); }
      .index-banner ul li .con .tits {
        font-size: 28px;
        line-height: 30px; }
      .index-banner ul li .con .more {
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin: 10px auto 0; } }
  @media (max-width: 768px) {
    .index-banner ul li {
      overflow: hidden; }
      .index-banner ul li img {
        width: 140%;
        margin-left: -20%; }
      .index-banner ul li .con .tits {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 3px; }
    .index-banner .a {
      width: 38px;
      height: 38px;
      margin-top: -19px; }
      .index-banner .a.prev {
        left: 3%; }
      .index-banner .a.next {
        right: 3%; } }

.index .index-box {
  width: 100%;
  height: auto;
  background-color: #061e4c;
  padding-top: 54px;
  padding-bottom: 58px; }
  .index .index-box ul li {
    width: 20%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid rgba(210, 210, 210, 0.2); }
    .index .index-box ul li a {
      width: 100%;
      height: auto;
      display: block;
      opacity: 0.7;
      transition: all .5s; }
      .index .index-box ul li a .icon {
        width: 100%;
        height: 92px;
        position: relative; }
        .index .index-box ul li a .icon img {
          max-width: 100%;
          max-height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      .index .index-box ul li a p {
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
        margin-top: 8px; }
    .index .index-box ul li:last-child {
      border-right: none; }
    @media (min-width: 1024px) {
      .index .index-box ul li:hover a {
        opacity: 1;
        transform: translateY(-15px); } }
.index .index-product {
  background-color: #f7f8fa;
  padding-top: 5.2%;
  padding-bottom: 4%; }
  .index .index-product .title {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    color: #0c1729; }
  .index .index-product .list {
    margin-top: 60px; }
    .index .index-product .list ul li {
      width: 23.3%;
      float: left;
      margin-right: 1.7%;
      position: relative; }
      .index .index-product .list ul li:last-child {
        margin-right: 0; }
      .index .index-product .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .index .index-product .list ul li a .pic {
          width: 100%;
          height: auto;
          overflow: hidden; }
          .index .index-product .list ul li a .pic img {
            transition: all 1.5s; }
        .index .index-product .list ul li a .con {
          width: calc(100% - 32px);
          height: 160px;
          background-color: #fff;
          position: absolute;
          bottom: 0;
          left: 16px;
          text-align: center;
          transition: height .5s; }
          .index .index-product .list ul li a .con .icon {
            width: 100%;
            height: 60px;
            position: relative;
            margin-top: 35px; }
            .index .index-product .list ul li a .con .icon img {
              position: absolute;
              left: 0;
              bottom: 0;
              right: 0;
              top: 0;
              max-width: 100%;
              max-height: 100%;
              margin: auto; }
          .index .index-product .list ul li a .con .tits {
            font-size: 26px;
            line-height: 30px;
            color: #0c1729;
            font-weight: bold;
            margin-top: 35px; }
          .index .index-product .list ul li a .con .tit {
            font-size: 15px;
            line-height: 20px;
            color: #6c6f75;
            margin-top: 18px; }
        .index .index-product .list ul li a .more {
          width: 240px;
          height: 45px;
          position: absolute;
          bottom: -22.5px;
          left: 50%;
          margin-left: -120px;
          background-color: #00a0e9;
          display: block;
          border-radius: 10px;
          text-align: center;
          font-size: 14px;
          line-height: 45px;
          color: #fff;
          box-shadow: 0 6px 20px rgba(18, 43, 137, 0.24);
          background-size: cover;
          background-repeat: no-repeat; }
          .index .index-product .list ul li a .more span {
            display: inline-block;
            padding-right: 18px;
            background-position: right center;
            background-image: url("../images/icon9.png");
            background-repeat: no-repeat; }
          @media (min-width: 1024px) {
            .index .index-product .list ul li a .more:hover {
              background-image: url("../images/bg.png"); } }
      @media (min-width: 1024px) {
        .index .index-product .list ul li:hover a .pic img {
          transform: scale(1.1); }
        .index .index-product .list ul li:hover a .con {
          height: 180px; } }
  .index .index-product .moreClick {
    padding-right: 16px;
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 14px;
    line-height: 16px;
    color: #008bcc;
    float: right;
    background-image: url("../images/icon15.png");
    margin-top: 57px; }
.index .index-brand {
  background-color: #f0f2f5;
  padding: 5.2% 0; }
  .index .index-brand .videoBox {
    width: 61%;
    height: auto;
    position: relative; }
    .index .index-brand .videoBox .a_text{position: absolute;
  top: 0; 
  left: 0; 
  color: white; 
  padding: 200px;}
   .index .index-brand .videoBox .a_text h3{    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;}
   .index .index-brand .videoBox .a_text p{   display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;line-height: 36px; font-size: 16px;    text-indent: 30px;}
   
    .index .index-brand .videoBox .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5);
      top: 0;
      left: 0; }
      .index .index-brand .videoBox .bg .icon {
        width: 68px;
        height: 68px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/video.png");
        cursor: pointer; }
  .index .index-brand .con {
    width: 44.4%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10; }
    .index .index-brand .con .con-new {
      width: 80.6%;
      margin-left: 10.5%;
      padding-top: 8.2%;
      padding-bottom: 12%; }
      .index .index-brand .con .con-new .tits {
        font-size: 26px;
        line-height: 36px;
        color: #0c1729; }
        .index .index-brand .con .con-new .tits span {
          font-weight: bold; }
      .index .index-brand .con .con-new .line {
        width: 32px;
        height: 2px;
        background-color: #00a0e9;
        margin-top: 15px; }
      .index .index-brand .con .con-new .tit {
        font-size: 15px;
        line-height: 25px;
        height: 75px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #6c6f75;
        margin-top: 13px; }
      .index .index-brand .con .con-new .more {
        width: 160px;
        height: 45px;
        border-radius: 10px;
        background-color: #00a0e9;
        text-align: center;
        font-size: 14px;
        line-height: 45px;
        color: #fff;
        display: block;
        box-shadow: 0 6px 20px rgba(18, 43, 137, 0.24);
        margin-top: 33px; }
        .index .index-brand .con .con-new .more span {
          background-position: right center;
          display: inline-block;
          padding-right: 16px;
          background-image: url("../images/icon9.png");
          background-repeat: no-repeat; }
       
      .more {
        width: 160px;
        height: 45px;
        border-radius: 10px;
        background-color: #00a0e9;
        text-align: center;
        font-size: 14px;
        line-height: 45px;    margin: 0 auto;
        color: #fff;
        display: block;
        box-shadow: 0 6px 20px rgba(18, 43, 137, 0.24);
        margin-top: 33px; }
        .more span {
          background-position: right center;
          display: inline-block;
          padding-right: 16px;
          background-image: url("../images/icon9.png");
          background-repeat: no-repeat; }
@media (max-width: 1600px) {
      .index .index-brand .videoBox .a_text{padding: 180px;}
   .index .index-brand .videoBox .a_text h3{font-size: 32px;margin-bottom: 20px;}
   .index .index-brand .videoBox .a_text p{line-height: 30px; font-size: 16px;text-indent: 30px;display: -webkit-box;-webkit-line-clamp: 4;}

}   
@media (max-width: 1366px) {
  .index .index-product .list ul li a .con .icon {
    margin-top: 25px; }
  .index .index-product .list ul li a .con .tits {
    font-size: 20px;
    line-height: 22px; }
  .index .index-product .list ul li a .con {
    height: 165px; }
  .index .index-product .list ul li:hover a .con {
    height: 245px; }
  .index .index-product .title {
    font-size: 28px;
    line-height: 28px; }
  .index .index-product .list {
    margin-top: 40px; }
  .index .index-brand .con .con-new .tits {
    font-size: 22px;
    line-height: 30px; }
  .index .index-product .moreClick {
    margin-top: 40px; } 

    
   .index .index-brand .videoBox .a_text{padding: 100px;}
   .index .index-brand .videoBox .a_text h3{font-size: 32px;margin-bottom: 20px;}
   .index .index-brand .videoBox .a_text p{line-height: 30px; font-size: 16px;text-indent: 30px;display: -webkit-box;-webkit-line-clamp: 4;}

}
@media (max-width: 1200px) {
  .index .index-box {
    padding: 40px 0; }
  .index .index-box ul li a .icon {
    height: 60px; }
  .index .index-box ul li a p {
    font-size: 16px;
    line-height: 16px; }
  .index .index-product .list ul li a .con .icon {
    height: 60px;
    margin-top: 20px; }
  .index .index-product .list ul li a .con .tits {
    font-size: 16px;
    line-height: 18px;margin-top: 15px; }
  .index .index-product .list ul li a .con .tit {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px; }
  .index .index-product .list ul li a .con {
    height: 110px; }
  .index .index-product .list ul li:hover a .con {
    height: 100px; }
  .index .index-product .title {
    font-size: 24px;
    line-height: 24px; }
  .index .index-product .list {
    margin-top: 30px; }
  .index .index-brand .con .con-new {
    padding-top: 5.2%;
    padding-bottom: 6%; }
    .index .index-brand .con .con-new .more {
      margin-top: 24px; }
     .more {
      margin-top: 24px; }
  .index .index-product .moreClick {
    margin-top: 30px; } 
    
   .index .index-brand .videoBox .a_text{padding: 100px;}
   .index .index-brand .videoBox .a_text h3{font-size: 28px;margin-bottom: 20px;}
   .index .index-brand .videoBox .a_text p{line-height: 30px; font-size: 16px;text-indent: 30px;display: -webkit-box;-webkit-line-clamp: 3;}

}
@media (max-width: 1024px) {
  .index .index-product .list ul li a .more {
    width: 200px;
    margin-left: -100px;
    line-height: 40px;
    bottom: -20px;
    height: 40px; }
  .index .index-brand .con .con-new {
    width: 90%;
    margin-left: 5%; }
  .index .index-brand .con .con-new .tits {
    font-size: 20px;
    line-height: 26px; }
  .index .index-brand .con .con-new .line {
    margin-top: 10px; }
  .index .index-brand .con .con-new .tit {
    font-size: 14px;
    line-height: 24px;
    height: 72px; }
  .index .index-brand .con .con-new .more {
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin-top: 15px; } 
  .more {
    width: 120px;
    height: 38px;
    line-height: 38px;
    margin-top: 15px; }}
@media (max-width: 768px) {
    
   .index .index-brand .videoBox .a_text{padding: 10% 5%;}
   .index .index-brand .videoBox .a_text h3{font-size: 28px;margin-bottom: 16px;}
   .index .index-brand .videoBox .a_text p{line-height: 26px; font-size: 14px;text-indent: 30px;display: -webkit-box;-webkit-line-clamp: 4;}
   
  .index .index-box {
    padding: 20px 0; }
    .index .index-box .w1720 {
      max-width: 100%; }
      .index .index-box .w1720 ul li a .icon {
        height: 44px; }
      .index .index-box .w1720 ul li a p {
        font-size: 14px;
        line-height: 14px;
        margin-top: 5px; }
  .index .index-product .moreClick {
    margin-top: 10px; }
  .index .index-product .list ul li {
    width: 100%;
    float: none;
    margin-bottom: 30px; }
  .index .index-product .list ul li a .con .icon {
    height: 44px;
    margin-top: 15px; }
  .index .index-product .list ul li a .con {
    height: 120px; }
  .index .index-product .list ul li a .more {
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    bottom: -16px; }
  .index .index-product .list {
    margin-top: 20px; }
  .index .index-brand .videoBox {
    width: 100%;
    float: none; }
  .index .index-brand .con {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0); }
  .index .index-brand .con .con-new .tits {
    font-size: 18px;
    line-height: 24px; }
  .index .index-brand .videoBox .bg .icon {
    width: 48px;
    height: 48px; } }

.wykd {
  background-color: #e8eaed;
  padding-bottom: 5.4%;
  padding-top: 5.2%; }
  .wykd .title {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    color: #0c1729;
    margin-bottom: 6.4%; }
  @media (max-width: 1366px) {
    .wykd .title {
      font-size: 28px;
      line-height: 28px; } }
  @media (max-width: 1200px) {
    .wykd .title {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 786px) {
    .wykd .title {
      margin-bottom: 10%; } }
.wykd .wykdList{
  /*overflow: visible;*/
}
.wykdList {
  width: 100%;
  /*overflow: visible !important;*/
  position: relative; }
  .wykdList ul li {
    width: 18.6%;
    height: 245px;
    float: left;
    margin-right: 1.75%;
    transition: all .5s; }
    .wykdList ul li:last-child {
      margin-right: 0; }
    .wykdList ul li a {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
      .wykdList ul li a .icon {
        width: 98px;
        height: 98px;
        background-color: #e8eaed;
        overflow: hidden;
        border-radius: 100%;
        margin: -49px auto 0; }
      .wykdList ul li a .con {
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 30px; }
        .wykdList ul li a .con .tits {
          font-size: 26px;
          line-height: 28px;
          color: #0c1729;
          font-weight: bold; }
        .wykdList ul li a .con .tit {
          font-size: 15px;
          line-height: 20px;
          color: #6c6f75;
          margin-top: 10px; }
      .wykdList ul li a .pic {
        width: 100%;
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
        }
        .wykdList ul li a .pic img {
          transition: transform 1.5s,opacity .5s;
          opacity: 0.9; 
            object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
        }
      .wykdList ul li a .more {
        width: 160px;
        height: 45px;
        position: absolute;
        bottom: -22.5px;
        left: 50%;
        margin-left: -80px;
        border-radius: 10px;
        background-color: #00a0e9;
        font-size: 14px;
        line-height: 45px;
        color: #fff;
        text-align: center;
        box-shadow: 0 6px 20px rgba(18, 43, 137, 0.24);
        transform: translateY(15px);
        opacity: 0;
        transition: all .5s; }
        .wykdList ul li a .more span {
          display: inline-block;
          padding-right: 16px;
          background-position: right center;
          background-repeat: no-repeat;
          background-image: url("../images/icon9.png"); }
    @media (min-width: 1024px) {
      .wykdList ul li:hover {
        background-color: #e8eaed; }
        .wykdList ul li:hover a .pic img {
          transform: scale(1.1);
          opacity: 1; }
        .wykdList ul li:hover a .more {
          transform: translateY(0);
          opacity: 1; } }
  .wykdList .btns {
    width: 75px;
    height: auto;
    margin: 15px auto 0;
    display: none;
    position: relative;
    z-index: 20; }
    .wykdList .btns .a {
      width: 27px;
      height: 28px;
      background-size: cover;
      display: block;
      background-position: center;
      background-repeat: no-repeat; }
      .wykdList .btns .a.prev {
        background-image: url("../images/prev.png");
        float: left; }
      .wykdList .btns .a.next {
        background-image: url("../images/next.png");
        float: right; }
    @media (max-width: 768px) {
      .wykdList .btns {
        display: block; } }
  @media (max-width: 1366px) {
    .wykdList ul li a .con {
      margin-top: 20px; }
    .wykdList ul li a .con .tits {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 1200px) {
    .wykdList ul li a .icon {
      width: 70px;
      height: 70px;
      margin: -35px auto 0; }
    .wykdList ul li a .pic {
      margin-top: 20px; } }
  @media (max-width: 1024px) {
    .wykdList ul li {
      width: 32%;
      margin-right: 2%;
      background-color: #fff; }
    .wykdList ul li a .con {
      margin-top: 15px; }
    .wykdList ul li a .pic {
      margin-top: 15px; }
    .wykdList ul li a .con .tits {
      font-size: 18px;
      line-height: 18px; } }
  @media (max-width: 768px) {
    .wykdList ul li {
      width: 50%;
      margin-right: 2%;
      background-color: #fff; }
    .wykdList ul li a .icon {
      width: 60px;
      height: 60px;
      margin: -30px auto 0; }
    .wykdList ul li a .con .tit {
      font-size: 12px;
      line-height: 16px; }
    .wykdList ul li a .con {
      margin-top: 10px; } }



/*案例中心*/

.case1 {
  background-color: #e1e1e1;
  padding-bottom: 5.4%;
  padding-top: 5.2%; }
  .case1 .title {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    color: #0c1729;
    margin-bottom: 6.4%; }
  @media (max-width: 1366px) {
    .case1 .title {
      font-size: 28px;
      line-height: 28px; } }
  @media (max-width: 1200px) {
    .case1 .title {
      font-size: 24px;
      line-height: 24px; } }
  @media (max-width: 786px) {
    .case1 .title {
      margin-bottom: 10%; } }
.case1 .case1List{
  /*overflow: visible;*/
}
.case1List {
  width: 100%;
  /*overflow: visible !important;*/
  position: relative; }
  .case1List ul li {
    width: 33.3%;
    float: left;
    margin-right: 1.75%;
    transition: all .5s; }
    .case1List ul li:last-child {
      margin-right: 0; }
    .case1List ul li a {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
      .case1List ul li a .icon {
        width: 98px;
        height: 98px;
        background-color: #fff;
        overflow: hidden;
        border-radius: 100%;
        margin: -49px auto 0; }
      .case1List ul li a .con {
        width: 100%;
        height: auto;
        text-align: center;
        margin-top: 30px; }
        .case1List ul li a .con .tits {
          font-size: 26px;
          line-height: 28px;
          color: #0c1729;
          font-weight: bold; }
        .case1List ul li a .con .tit {
          font-size: 15px;
          line-height: 20px;
          color: #6c6f75;
          margin-top: 10px; }
      .case1List ul li a .pic {
        width: 100%;
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;}
        .case1List ul li a .pic img {
          transition: transform 1.5s,opacity .5s;
          opacity: 0.9; 
            object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
    .case1List ul li a .txt{    background: #cecece;
    color: #000;
    line-height: 45px;
    text-align: center;
    font-size: 18px;}
     .case1List ul li a .txt:hover{color:#00a0e9}
      .case1List ul li a .more {
        width: 160px;
        height: 45px;
        position: absolute;
        bottom: -22.5px;
        left: 50%;
        margin-left: -80px;
        border-radius: 10px;
        background-color: #00a0e9;
        font-size: 14px;
        line-height: 45px;
        color: #fff;
        text-align: center;
        box-shadow: 0 6px 20px rgba(18, 43, 137, 0.24);
        transform: translateY(15px);
        opacity: 0;
        transition: all .5s; }
        .case1List ul li a .more span {
          display: inline-block;
          padding-right: 16px;
          background-position: right center;
          background-repeat: no-repeat;
          background-image: url("../images/icon9.png"); }
    @media (min-width: 1024px) {
      .case1List ul li:hover {
        background-color: #fff; }
        .case1List ul li:hover a .pic img {
          transform: scale(1.1);
          opacity: 1; }
        .case1List ul li:hover a .more {
          transform: translateY(0);
          opacity: 1; } }
  .case1List .btns {
    width: 75px;
    height: auto;
    margin: 15px auto 0;
    display: none;
    position: relative;
    z-index: 20; }
    .case1List .btns .a {
      width: 27px;
      height: 28px;
      background-size: cover;
      display: block;
      background-position: center;
      background-repeat: no-repeat; }
      .case1List .btns .a.prev {
        background-image: url("../images/prev.png");
        float: left; }
      .case1List .btns .a.next {
        background-image: url("../images/next.png");
        float: right; }
    @media (max-width: 768px) {
      .case1List .btns {
        display: block; } }
  @media (max-width: 1366px) {
    .case1List ul li a .con {
      margin-top: 20px; }
    .case1List ul li a .con .tits {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 1200px) {
    .case1List ul li a .icon {
      width: 70px;
      height: 70px;
      margin: -35px auto 0; }
    .case1List ul li a .pic {
      margin-top: 20px; } }
  @media (max-width: 1024px) {
    .case1List ul li {
      width: 32%;
      margin-right: 2%;
      background-color: #fff; }
    .case1List ul li a .con {
      margin-top: 15px; }
    .case1List ul li a .pic {
      margin-top: 15px; }
    .case1List ul li a .con .tits {
      font-size: 18px;
      line-height: 18px; } }
  @media (max-width: 768px) {
    .case1List ul li {
      width: 100%;
      margin-right: 2%;
      background-color: #fff; }
    .case1List ul li a .icon {
      width: 60px;
      height: 60px;
      margin: -30px auto 0; }
    .case1List ul li a .con .tit {
      font-size: 12px;
      line-height: 16px; }
    .case1List ul li a .con {
      margin-top: 10px; } }

/*案例中心*/
/*为什么*/
.ul-list1{
  overflow: hidden;
  margin:0 -19px;
}
.ul-list1 li{
  width: 50%;
  float: left;
}
.ul-list1 .con{
  margin:0 19px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 42px;
}
.ul-list1 .pic{
  width: 330px;
  height: 260px;
  float: left;
  overflow: hidden;
}
.ul-list1 .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul-list1 .txt{
  overflow: hidden;
  height: 228px;
  padding: 30px 39px 0;
  /*border:1px solid #e9e9e9;*/
}
.ul-list1 img{
  display: block;
  margin-bottom: 1.09vw;
}
.ul-list1 .t1{
  font-size: 22px;
  font-weight: bold;
  color:#333333;
}
.ul-list1 .t2{
  font-size: 14px;
  text-transform: uppercase;
  color:rgba(153, 153, 153, .52);
  margin-bottom: 6px;
}
.ul-list1 .t3{
  font-size: 16px;
  color:#8A8A8A;
  line-height: 1.88;
}
@media only screen and (max-width: 1430px) {
  .wp{width: 1200px;}
  .ul-list1 .pic{width: 231px;height: 182px;}
  .ul-list1 .txt{height: 182px;padding: 15px;}
  .ul-list1 .t2{margin-bottom: 0;}
  .ul-list1 img{margin-bottom: 0;}
  .ul-list1 .t1{font-size: 18px;}
  .ul-list1 .t3{font-size: 14px;}
  .ul-list1 .con{margin:0 10px;}
  .ul-list1 li{margin-bottom: 20px;}
  .ul-list1 img{width: 50px;height: 50px;margin-bottom: 4px;}
}
@media only screen and (max-width: 1230px) {
  .ul-list1 li{width: auto;float: none;}
}
@media only screen and (max-width: 500px) {
  .ul-list1 .pic{width: auto;float: none;}
  .ul-list1 .txt{height: auto;padding: 15px;}
}
/*为什么*/

.index-news {
  background-color: #dfe1e6;
  padding-top: 5.2%;
  padding-bottom: 4.2%; }
  .index-news .title {
    text-align: center;
    font-size: 38px;
    line-height: 38px;
    color: #0c1729;
    margin-bottom: 60px; }
  .index-news .moreClick {
    padding-right: 16px;
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 14px;
    line-height: 16px;
    color: #008bcc;
    float: right;
    background-image: url("../images/icon15.png");
    margin-top: 57px; }
  @media (max-width: 1366px) {
    .index-news .title {
      font-size: 28px;
      line-height: 28px;
      margin-bottom: 40px; }
    .index-news .moreClick {
      margin-top: 40px; } }
  @media (max-width: 1200px) {
    .index-news .title {
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 30px; }
    .index-news .moreClick {
      margin-top: 30px; } }
  @media (max-width: 768px) {
    .index-news .title {
      margin-bottom: 20px; }
    .index-news .moreClick {
      margin-top: 5px; } }

.newsList {
  width: 100%;
  height: auto;
  background-color: #dfe1e6; }
  .newsList ul {
    border-top: 1px solid #d3d5db; }
    .newsList ul li {
      border-bottom: 1px solid #d3d5db;
      overflow: hidden;
      transition: all .5s; }
      .newsList ul li a {
        width: 100%;
        height: auto;
        display: block;
        position: relative; }
        .newsList ul li a .pic {
          width: 220px;
          height: 136px;
          float: left;
          transform: translateX(-220px);
          opacity: 0;
          transition: all .5s;
          position: relative;
          z-index: 5; }
        .newsList ul li a .time {
          width: 200px;
          height: 100%;
          position: absolute;
          font-size: 14px;
          line-height: 24px;
          color: #86898f;
          text-align: right;
          padding-right: 20px;
          top: 53px; }
        .newsList ul li a .con {
          width: calc(100% - 320px);
          height: auto;
          float: right;
          padding-top: 35px; }
          .newsList ul li a .con .tits {
            font-size: 24px;
            line-height: 28px;
            height: 28px;
            width: 1060px;
            max-width: 90%;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #0c1729; }
          .newsList ul li a .con .tit {
            font-size: 15px;
            line-height: 24px;
            color: #6c6f75;
            height: 24px;
            width: 1060px;
            max-width: 90%;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 10px; }
      @media (min-width: 1024px) {
        .newsList ul li:hover {
          background-color: #fff; }
          .newsList ul li:hover a .pic {
            transform: translateX(0);
            opacity: 1; }
          .newsList ul li:hover a .time {
            opacity: 0; }
          .newsList ul li:hover a .con .tits {
            font-weight: bold;
            color: #00a0e9; } }
  @media (max-width: 1366px) {
    .newsList ul li a .con {
      width: calc(100% - 260px); } }
  @media (max-width: 1200px) {
    .newsList ul li a .con .tits {
      font-size: 20px;
      line-height: 22px;
      height: 22px; } }
  @media (max-width: 1024px) {
    .newsList ul li a .pic {
      transform: translateX(0);
      opacity: 1; }
    .newsList ul li a .time {
      height: auto;
      bottom: 15px;
      padding-left: 0;
      left: 260px;
      top: auto;
      width: auto; } }
  @media (max-width: 768px) {
    .newsList ul li {
      margin-bottom: 20px; }
    .newsList ul li a {
      padding-bottom: 40px; }
    .newsList ul li a .pic {
      width: 100%;
      height: auto;
      float: none; }
    .newsList ul li a .con {
      width: 100%;
      float: none;
      padding-top: 15px; }
      .newsList ul li a .con .tits {
        font-size: 16px;
        line-height: 18px;
        height: 18px;
        max-width: 100%; }
      .newsList ul li a .con .tit {
        font-size: 14px;
        line-height: 22px;
        height: 22px;
        max-width: 100%;
        margin-top: 5px; }
    .newsList ul li a .time {
      left: 0; } }

/*首页新闻*/
.g-news{
  padding-right: 10px;
}
.g-news .l{
  width:65%;
}
.slidernew .swiper-slide{
  padding: 5px;
}
.slidernew .pic{
  position: relative;
  height: 0;
  padding-top: 47%;
  overflow: hidden;
}
.slidernew .txt{
  overflow: hidden;
  height: 156px;
  padding: 1.67vw 1.67vw 1.35vw;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
}
.slidernew .time{
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  color:#737373;
  margin-bottom:27px;
}
.slidernew .time .day{
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  background: #0064C6;
  float: left;
  margin-right: 8px;
}
.slidernew .time p{
  overflow: hidden;
}
.slidernew .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .desc{
  font-size: 15px;
  color:#A3A3A3;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.ul-new{
  float: left;
  width: 33%;
  padding-left: 2%;
}
.ul-new li{
  margin-bottom: 13px;
  padding: 33px 0;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
  overflow: hidden;
}
.ul-new .time{
  float: left;
  width: 132px;
  padding-left: 40px;
  border-right: 1px solid #eeeeee;
  font-size: 14px;
  color:#999999;
  margin-right: 26px;
}
.ul-new .time .day{
  font-size: 33px;
  color:#999999;
  font-weight: bold;
}
.ul-new .time i{
  display: block;
  width: 20px;
  height: 1px;
  background: #ccc;
  margin: 5px 0 8px;
}
.ul-new .txt{
  padding-right: 40px;
  overflow: hidden;
}
.ul-new .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new .desc{
  font-size: 15px;
  color:#A3A3A3;
  line-height: 1.6;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.newtit{
  overflow: hidden;
  margin-bottom: 20px;
}
.newtit .tit{
  font-size: 45px;
  color:#1F1F1F;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 8px;
}
.newtit .desc{
  font-size: 16px;
  color:#999999;
}
.newtit .more{
  float: right;
  display: block;
  font-size: 18px;
  color:#393939;
  padding-top: 30px;
}
@media only screen and (max-width: 1600px) {
  .ul-new li{padding: 22.5px 0;}
}
@media only screen and (max-width: 1430px) {
  .ul-new li{padding: 18.5px 0;}
}
@media only screen and (max-width: 1230px) {
  .g-news .l{width: auto;float: none;}
  .ul-new{width: auto;padding-left: 0;float: none;padding-top: 10px;}
}
@media only screen and (max-width: 767px) {
  .ul-new .time{width: 80px;padding-left: 0;text-align: right;padding-right: 10px;margin-right: 10px;height: 70px;padding-top: 10px;}
  .ul-new .time i{float: right;display: none;}
  .ul-new .yh{clear:right;}
  .ul-new .time .day{line-height: 1.1;}
  .ul-new .txt{padding-right: 10px;padding-top:4px;}
  .ul-new .tit{margin-bottom: 4px;}
  .ul-new .desc{font-size: 12px;}
  .slidernew .swiper-slide{
  padding: 0;
}
}
.l{float:left; }
.r{float:right; } 
.c{clear:both; } 
.dn{display:none; }  

.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
}
.img-covers{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*首页新闻*/

.footerBox {
  background-color: #001746;
  position: relative; }
  .footerBox .footer {
    padding-top: 20px;
    padding-bottom: 20px; }
    .footerBox .footer .logo {
      width: 314px;
      margin: 0 auto; }
    .footerBox .footer .tits {
      text-align: center;
      font-size: 15px;
      line-height: 28px;
      color: #5970a1;
      margin-top: 48px;
      text-transform: uppercase; }
      .footerBox .footer .tits span {
        width: 37px;
        display: inline-block; }
      .footerBox .footer .tits a {
        color: #fff;
        border-bottom: 1px solid #fff;
        margin-left: 7px; }
      .footerBox .footer .tits br {
        display: none; }
    .footerBox .footer .line {
      width: 450px;
      height: 1px;
      background-color: #465c8c;
      margin: 22px auto 0; }
    .footerBox .footer .ewm {
      width: 100%;
      text-align: center;
      margin-top: 34px; }
      .footerBox .footer .ewm img {
        width: 88px;
        display: block;
        margin: 0 auto; }
      .footerBox .footer .ewm p {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        color: #5970a1;
        margin-top: 10px; }
    .footerBox .footer .nav {
      text-align: center;
      color: #fff;
      margin-top: 36px; }
      .footerBox .footer .nav .nav-new {
        display: inline-block; }
        .footerBox .footer .nav .nav-new dl {
          text-align: left;
          float: left; }
          .footerBox .footer .nav .nav-new dl dt {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 15px; }
          .footerBox .footer .nav .nav-new dl dd {
            font-size: 15px;
            line-height: 28px; }
            .footerBox .footer .nav .nav-new dl dd a {
              opacity: 0.7;
              color: #fff; }
              @media (min-width: 1024px) {
                .footerBox .footer .nav .nav-new dl dd a:hover {
                  opacity: 1; } }
      .footerBox .footer .nav a {
        color: #fff; }
      .footerBox .footer .nav span {
        margin: 0 40px;
        float: left; }
    .footerBox .footer .tit {
      font-size: 14px;
      line-height: 33px;
      color: #5970a1;
      text-transform: uppercase;
      text-align: center;
      margin-top: 27px; }
      .footerBox .footer .tit a {
        color: #5970a1;}
        @media (min-width: 1024px) {
          .footerBox .footer .tit a:hover {
            color: #fff; } }
    .footerBox .footer .tag {
      width: 93px;
      height: auto;
      position: absolute;
      bottom: 0;
      right: -38px; }
      .footerBox .footer .tag img {
        position: relative;
        z-index: 5; }
      .footerBox .footer .tag .con {
        width: 183px;
        height: 106px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 0.08);
        box-sizing: border-box;
        bottom: 32px;
        right: 38px;
        position: absolute;
        text-align: center;
        color: #fff; }
        .footerBox .footer .tag .con .t {
          font-size: 16px;
          line-height: 28px;
          padding-top: 10px; }
        .footerBox .footer .tag .con .t1 {
          font-size: 20px;
          line-height: 20px;
          color: #00a0e9;
          
          margin-top: 6px;
          font-weight: bold; }
        .footerBox .footer .tag .con .t2 {
          font-size: 12px;
          line-height: 12px;
          margin-top: 2px; }
    .footerBox .footer .returnTop {
      width: 36px;
      position: absolute;
      top: 42px;
      right: 0; }
      .footerBox .footer .returnTop p {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        color: #fff;
        margin-top: 8px; }
  @media (max-width: 1380px) {
    .footerBox .footer .nav span {
      margin: 0 25px; } }
  @media (max-width: 1024px) {
    .footerBox .footer .logo {
      width: 160px; }
    .footerBox .footer .tits {
      font-size: 12px;
      line-height: 24px;
      margin-top: 15px; }
      .footerBox .footer .tits br {
        display: block; }
    .footerBox .footer .nav {
      display: none; }
    .footerBox .footer .ewm {
      margin-top: 15px; }
    .footerBox .footer .tit {
      line-height: 20px;
      margin-top: 15px;
      font-size: 12px; }
    .footerBox .footer .tag {
      display: none; }
    .footerBox .footer {
      padding-top: 20px;
      padding-bottom: 15px; }
    .footerBox .footer .returnTop {
      top: 4px; }
      .footerBox .footer .returnTop p {
        font-size: 12px;
        margin-top: 0; } }

.banner {
  position: relative; }
  .banner .con {
    width: 100%;
    height: auto;
    position: absolute;
    top: 45%;
    left: 0;
    color: #fff;
    text-align: center; }
    .banner .con .tits {
      font-size: 50px;
      line-height: 50px;
      font-weight: bold;
      letter-spacing: 7px; }
    .banner .con .tit {
      font-size: 20px;
      line-height: 20px;
      color: #fffefe;
      letter-spacing: 5px;
      margin-top: 19px; }
  .banner .con1 {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0; }
    .banner .con1 a {
      width: 80px;
      display: block; }
  @media (max-width: 1366px) {
    .banner .con .tits {
      font-size: 36px;
      line-height: 36px;
      letter-spacing: 5px; }
    .banner .con .tit {
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 3px; } }
  @media (max-width: 1024px) {
    .banner .con {
      top: 50%;
      transform: translateY(-50%); }
    .banner .con .tits {
      font-size: 28px;
      line-height: 28px;
      letter-spacing: 3px; }
    .banner .con .tit {
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 2px;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .banner {
      overflow: hidden; }
      .banner img {
        width: 180%;
        margin-left: -40%; }
      .banner .con .tits {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 1px; }
      .banner .con .tit {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        margin-top: 10px; }
      .banner .con1 {
        top: 18px; }
      .banner .con1 a img {
        width: 100%;
        margin-left: 0; } }

.aboutNav {
  width: 100%;
  text-align: center;
  font-size: 0;
  height: 68px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 34, 76, 0.3); }
  .aboutNav a {
    font-size: 18px;
    line-height: 68px;
    color: #86898f;
    margin: 0 35px; }
    .aboutNav a.on {
      color: #00a0e9; }
    @media (min-width: 1024px) {
      .aboutNav a:hover {
        color: #00a0e9; } }
  @media (max-width: 768px) {
    .aboutNav {
      height: 40px; }
      .aboutNav a {
        font-size: 16px;
        line-height: 40px;
        margin: 0 15px; } }

.home {
  padding: 12px 0 0; }
  .home .home-new {
    float: right;
    font-size: 14px;
    line-height: 28px;
    color: #86898f;
    padding-left: 21px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../images/home.png"); }
    .home .home-new a {
      color: #86898f; }
      @media (min-width: 1024px) {
        .home .home-new a:hover {
          color: #86898f; } }
    .home .home-new span {
      margin: 0 10px; }
  @media (max-width: 1024px) {
    .home {
      padding: 5px 0 0; }
      .home .home-new {
        line-height: 24px;
        float: left; }
        .home .home-new span {
          margin: 0 3px; } }

.mainBg {
  background-color: #f5f6f7; }

.about {
  width: 100%;
  height: auto; }
  .about .box1 {
    padding-top: 3.2%; }
    .about .box1 .title {
      text-align: center; }
    .about .box1 .itemBox {
      width: 1060px;
      box-sizing: border-box;
      margin: 3.12% auto 0;
      max-width: 92%;
      border-left: 1px solid #dcdee0; }
      .about .box1 .itemBox .item {
        width: 33.3333333333%;
        box-sizing: border-box;
        border-right: 1px solid #dcdee0;
        text-align: center;
        float: left; }
        .about .box1 .itemBox .item .t {
          font-size: 40px;
          line-height: 40px;
          color: #00a0e9;
          font-weight: bold;
           }
          .about .box1 .itemBox .item .t span {
            font-size: 16px;
            font-weight: normal; }
        .about .box1 .itemBox .item .t1 {
          font-size: 15px;
          line-height: 18px;
          color: #86898f; }
    .about .box1 .box-new {
      position: relative;
      background-color: #e8eaed;
      margin-top: 4%; }
      .about .box1 .box-new .pic {
        width: 45.8%;
        height: 495px; }
      .about .box1 .box-new .con {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
        .about .box1 .box-new .con .conn {
          width: 47%;
          float: right;
          font-size: 15px;
          line-height: 25px;
          color: #6c6f75; }
  .about .box2 {
    padding-top: 5%;
    padding-bottom: 4.7%; }
    .about .box2 .title {
      text-align: center; }
    .about .box2 .itemBox {
      margin-top: 4.6%; }
      .about .box2 .itemBox .item {
        width: 29.8%;
        margin-right: 5.3%;
        height: 380px;
        background-color: #fff;
        float: left; }
        .about .box2 .itemBox .item:last-child {
          margin-right: 0; }
        .about .box2 .itemBox .item .itemNew {
          width: 405px;
          max-width: 90%;
          margin: 0 auto;
          padding-top: 42px; }
          .about .box2 .itemBox .item .itemNew .icon {
            width: 100%;
            height: 45px; }
            .about .box2 .itemBox .item .itemNew .icon img {
              max-height: 100%; }
          .about .box2 .itemBox .item .itemNew .tits {
            font-size: 20px;
            line-height: 20px;
            color: #0c1729;
            font-weight: bold;
            margin-top: 18px; }
          .about .box2 .itemBox .item .itemNew .tit {
            font-size: 15px;
            line-height: 25px;
            color: #6c6f75;
            margin-top: 35px; }
  .about .box3 {
    background-color: #e8eaed;
    padding-top: 44px;
    padding-bottom: 30px; }
    .about .box3 .pic {
      width: 700px;
      float: left; }
      .about .box3 .pic .picBox {
        width: 700px;
        height: auto;
        position: relative; }
        .about .box3 .pic .picBox .line {
          width: 100%;
          height: auto;
          position: absolute;
          top: 0;
          left: 0; }
        .about .box3 .pic .picBox .xinBox {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          .about .box3 .pic .picBox .xinBox .icon {
            width: 9px;
            height: 9px;
            background-image: url("../images/xin.png");
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            animation: dian 1s infinite linear alternate;
            -webkit-animation: dian 1s infinite linear alternate; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(2n) {
              animation: dian 1.5s infinite linear alternate;
              -webkit-animation: dian 1.5s infinite linear alternate; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(3n) {
              animation: dian 2s infinite linear alternate;
              -webkit-animation: dian 2s infinite linear alternate; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(1) {
              left: 58px;
              top: 161px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(2) {
              left: 70px;
              top: 165px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(3) {
              left: 76px;
              top: 152px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(4) {
              left: 117px;
              top: 183px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(5) {
              left: 186px;
              top: 225px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(6) {
              left: 220px;
              top: 227px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(7) {
              left: 225px;
              top: 256px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(8) {
              left: 233px;
              top: 269px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(9) {
              left: 237px;
              top: 235px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(10) {
              left: 246px;
              top: 216px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(11) {
              left: 257px;
              top: 216px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(12) {
              left: 248px;
              top: 203px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(13) {
              left: 257px;
              top: 200px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(14) {
              left: 263px;
              top: 190px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(15) {
              left: 279px;
              top: 197px;
              background-image: url("../images/xin_h.png"); }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(16) {
              left: 288px;
              top: 320px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(17) {
              left: 344px;
              top: 326px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(18) {
              left: 475px;
              top: 220px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(19) {
              left: 475px;
              top: 198px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(20) {
              left: 505px;
              top: 200px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(21) {
              left: 503px;
              top: 183px; }
            .about .box3 .pic .picBox .xinBox .icon:nth-child(22) {
              left: 562px;
              top: 296px; }
        .about .box3 .pic .picBox .aBox {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          .about .box3 .pic .picBox .aBox a {
            font-size: 12px;
            line-height: 14px;
            color: #008ed5;
            text-transform: uppercase;
            position: absolute;
            letter-spacing: -0.8px;
            white-space: nowrap; }
            .about .box3 .pic .picBox .aBox a:hover {
              text-decoration: underline; }
            .about .box3 .pic .picBox .aBox a:nth-child(1) {
              top: 197px;
              left: 0; }
            .about .box3 .pic .picBox .aBox a:nth-child(2) {
              top: 32px;
              left: 100px; }
            .about .box3 .pic .picBox .aBox a:nth-child(3) {
              top: 67px;
              left: 100px; }
            .about .box3 .pic .picBox .aBox a:nth-child(4) {
              top: 96px;
              left: 110px; }
            .about .box3 .pic .picBox .aBox a:nth-child(5) {
              top: 253px;
              left: 51px; }
            .about .box3 .pic .picBox .aBox a:nth-child(6) {
              top: 286px;
              left: 40px; }
            .about .box3 .pic .picBox .aBox a:nth-child(7) {
              top: 330px;
              left: 37px; }
            .about .box3 .pic .picBox .aBox a:nth-child(8) {
              top: 356px;
              left: 242px; }
            .about .box3 .pic .picBox .aBox a:nth-child(9) {
              top: 30px;
              left: 322px; }
            .about .box3 .pic .picBox .aBox a:nth-child(10) {
              top: 54px;
              left: 322px; }
            .about .box3 .pic .picBox .aBox a:nth-child(11) {
              top: 146px;
              left: 310px; }
            .about .box3 .pic .picBox .aBox a:nth-child(12) {
              top: 194px;
              left: 327px; }
            .about .box3 .pic .picBox .aBox a:nth-child(13) {
              top: 221px;
              left: 308px; }
            .about .box3 .pic .picBox .aBox a:nth-child(14) {
              top: 240px;
              left: 327px; }
            .about .box3 .pic .picBox .aBox a:nth-child(15) {
              top: 257px;
              left: 310px; }
            .about .box3 .pic .picBox .aBox a:nth-child(16) {
              top: 297px;
              left: 336px; }
            .about .box3 .pic .picBox .aBox a:nth-child(17) {
              top: 340px;
              left: 346px; }
            .about .box3 .pic .picBox .aBox a:nth-child(18) {
              top: 110px;
              left: 557px; }
            .about .box3 .pic .picBox .aBox a:nth-child(19) {
              top: 150px;
              left: 542px; }
            .about .box3 .pic .picBox .aBox a:nth-child(20) {
              top: 213px;
              left: 544px; }
            .about .box3 .pic .picBox .aBox a:nth-child(21) {
              top: 236px;
              left: 508px; }
            .about .box3 .pic .picBox .aBox a:nth-child(22) {
              top: 317px;
              left: 578px; }
    .about .box3 .con {
      width: calc(83.6% - 700px);
      float: right;
      margin-right: 6.1%;
      padding-top: 6%; }
      .about .box3 .con .tit {
        font-size: 15px;
        line-height: 25px;
        color: #6c6f75;
        margin-top: 25px; }
  @media (max-width: 1200px) {
    .about .box1 .itemBox .item .t {
      font-size: 30px;
      line-height: 30px; }
    .about .box1 .box-new .con .conn {
      width: 52%; }
    .about .box2 .itemBox .item {
      width: 32%;
      margin-right: 2%; }
    .about .box2 .itemBox .item .itemNew {
      padding-top: 25px; }
    .about .box2 .itemBox .item .itemNew .tits {
      font-size: 18px;
      line-height: 18px;
      margin-top: 10px; }
    .about .box2 .itemBox .item .itemNew .tit {
      font-size: 14px;
      line-height: 24px;
      margin-top: 20px; }
    .about .box3 .con {
      margin-right: 0;
      width: calc(97% - 700px); } }
  @media (max-width: 1100px) {
    .about .box1 .box-new .pic {
      height: 540px; } }
  @media (max-width: 1024px) {
    .about .box1 .itemBox .item .t {
      font-size: 24px;
      line-height: 24px; }
    .about .box3 .pic {
      margin: 0 auto;
      float: none; }
    .about .box3 .con {
      padding-top: 30px;
      width: 100%;
      float: none; } }
  @media (max-width: 960px) {
    .about .box1 .box-new .pic {
      width: 100%;
      height: 400px; }
    .about .box1 .box-new .con {
      position: relative;
      top: auto;
      left: auto; }
      .about .box1 .box-new .con .conn {
        width: 100%;
        padding: 20px 0; } }
  @media (max-width: 768px) {
    .about .box1 .itemBox {
      border: none;
      margin: 25px auto 0; }
    .about .box1 .itemBox .item {
      width: 100%;
      border-right: none;
      margin-bottom: 15px; }
    .about .box1 .itemBox .item .t1 {
      font-size: 12px;
      line-height: 16px; }
    .about .box1 .box-new .pic {
      height: 220px; }
    .about .box2 .itemBox .item {
      width: 100%;
      float: none;
      margin-bottom: 15px;
      height: auto;
      padding-bottom: 20px; }
    .about .box2 .itemBox .item .itemNew .icon {
      height: 26px; }
    .about .box3 .pic {
      width: 100%;
      overflow-x: scroll; }
    .about .box3 .con {
      padding-top: 20px; }
    .about .box3 .con .tit {
      font-size: 14px;
      line-height: 24px;
      margin-top: 10px; } }

@keyframes dian {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes dian {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.brand .box1 {
  width: 100%;
  position: relative;
  padding-bottom: 5.2%;
  padding-top: 3.4%; }
  .brand .box1 .videoBox {
    width: 54.5%;
    position: relative;
    z-index: 5; }
    .brand .box1 .videoBox .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5); }
      .brand .box1 .videoBox .bg .t {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%; }
        .brand .box1 .videoBox .bg .t .icon {
          width: 68px;
          height: 68px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/video.png");
          display: block;
          margin: 0 auto;
          cursor: pointer; }
        .brand .box1 .videoBox .bg .t p {
          text-align: center;
          font-size: 14px;
          line-height: 28px;
          color: #fff;
          font-weight: bold;
          
          margin-top: 7px; }
  .brand .box1 .con {
    width: 100%;
    height: auto;
    position: absolute;
    top: 12%;
    left: 0;
    z-index: 1; }
    .brand .box1 .con .conn {
      width: 38.7%;
      float: right; }
      .brand .box1 .con .conn .tits {
        font-size: 32px;
        line-height: 46px;
        color: #0c1729; }
        .brand .box1 .con .conn .tits span {
          font-weight: bold; }
      .brand .box1 .con .conn .tit {
        font-size: 15px;
        line-height: 25px;
        color: #6c6f75;
        margin-top: 26px; }
.brand .box2 {
  background-color: #e8eaed;
  padding-top: 4.2%;
  padding-bottom: 3.2%; }
  .brand .box2 .title {
    font-weight: bold;
    text-align: center; }
  .brand .box2 .pic {
    width: 100%;
    height: auto;
    margin-top: 5.6%; }
    .brand .box2 .pic img {
      max-width: 100%;
      width: 50%;
      float: left;
      height: auto !important; }
@media (max-width: 1540px) {
  .brand .box1 .videoBox {
    overflow: hidden; }
    .brand .box1 .videoBox img {
      width: 120%;
      margin-left: -10%; }
  .brand .box1 .con .conn {
    width: 41.7%; } }
@media (max-width: 1366px) {
  .brand .box1 .con .conn .tits {
    font-size: 26px;
    line-height: 34px; }
  .brand .box1 .con {
    top: 8%; }
  .brand .box1 .con .conn .tit {
    margin-top: 15px; } }
@media (max-width: 1240px) {
  .brand .box1 .videoBox {
    overflow: hidden; }
    .brand .box1 .videoBox img {
      width: 150%;
      margin-left: -25%; } }
@media (max-width: 1200px) {
  .brand .box1 .con .conn .tits {
    font-size: 22px;
    line-height: 28px; }
  .brand .box1 .videoBox {
    overflow: hidden; }
    .brand .box1 .videoBox img {
      width: 170%;
      margin-left: -35%; } }
@media (max-width: 1024px) {
  .brand .box1 .videoBox {
    overflow: hidden;
    width: 100%; }
    .brand .box1 .videoBox img {
      width: 100%;
      margin-left: 0%; }
  .brand .box1 .con {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 15px; }
    .brand .box1 .con .conn {
      width: 100%; } }
@media (max-width: 768px) {
  .brand .box1 .videoBox .bg .t .icon {
    width: 40px;
    height: 40px;
    background-size: cover; }
  .brand .box1 .con .conn .tits {
    font-size: 18px;
    line-height: 24px; }
  .brand .box1 .con .conn .tit {
    font-size: 14px;
    line-height: 24px; }
  .brand .box2 .pic img {
    width: 100%;
    float: none; } }

.openShop {
  background-color: #edeef0; }
  .openShop .box1 {
    padding-top: 5.6%;
    padding-bottom: 6.25%; }
  .openShop .box2 {
    background-color: #f5f6f7;
    padding-top: 4.2%;
    padding-bottom: 5%; }
    .openShop .box2 .title {
      text-align: center;
      color: #010000;
      margin-bottom: 5.6%; }
    .openShop .box2 .moreClick {
      font-size: 14px;
      line-height: 16px;
      color: #008bcc;
      float: right;
      padding-right: 18px;
      background-position: right center;
      background-repeat: no-repeat;
      background-image: url("../images/icon15.png"); }
  @media (max-width: 1024px) {
    .openShop .box2 .caseList ul li:nth-child(3) {
      display: none; } }
  @media (max-width: 768px) {
    .openShop .box1 {
      padding-top: 10.5%; }
    .openShop .box2 .caseList ul li:nth-child(3) {
      display: block; } }

.caseList {
  width: 100%;
  height: auto; }
  .caseList ul li {
    width: 31.9%;
    float: left;
    margin-right: 2.15%;
    margin-bottom: 50px; }
    .caseList ul li:last-child {
      margin-right: 0; }
    .caseList ul li a {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
      .caseList ul li a .pic {
        width: 100%;
        height: auto;
        overflow: hidden; }
        .caseList ul li a .pic img {
          transition: all 1.5s; }
      .caseList ul li a .con {
        width: calc(100% - 60px);
        height: 120px;
        background-color: #fff;
        margin: -60px auto 0;
        position: relative;
        z-index: 5;
        text-align: center;
        transition: all .5s; }
        .caseList ul li a .con .tits {
          max-width: 90%;
          margin: 0 auto;
          font-size: 20px;
          line-height: 22px;
          height: 22px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #333;
          padding-top: 32px; }
        .caseList ul li a .con .tit {
          font-size: 15px;
          line-height: 24px;
          max-width: 90%;
          margin: 0 auto 0;
          height: 24px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #6c6f75;
          margin-top: 6px; }
      .caseList ul li a .more {
        width: 156px;
        height: 45px;
        background-color: #00a0e9;
        border-radius: 10px;
        position: absolute;
        bottom: -22.5px;
        left: 50%;
        margin-left: -78px;
        font-size: 14px;
        line-height: 45px;
        color: #fff;
        text-align: center;
        z-index: 6;
        box-shadow: 6px 0 20px rgba(18, 34, 137, 0.24);
        transition: all .5s;
        opacity: 0;
        transform: translateY(20px); }
        .caseList ul li a .more span {
          padding-right: 16px;
          background-repeat: no-repeat;
          background-position: right center;
          background-image: url("../images/icon9.png");
          display: inline-block; }
    @media (min-width: 1024px) {
      .caseList ul li:hover a .pic img {
        transform: scale(1.1); }
      .caseList ul li:hover a .con {
        height: 140px;
        margin: -80px auto 0; }
      .caseList ul li:hover a .more {
        opacity: 1;
        transform: translateY(0); } }
  @media (max-width: 1200px) {
    .caseList ul li a .con .tits {
      font-size: 16px;
      line-height: 18px;
      height: 18px; }
    .caseList ul li a .con .tit {
      font-size: 14px;
      line-height: 22px;
      height: 22px; } }
  @media (max-width: 1024px) {
    .caseList ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .caseList ul li:nth-child(3n) {
        margin-right: 3%; }
      .caseList ul li:nth-child(2n) {
        margin-right: 0; }
    .caseList ul li a .more {
      transform: translateY(0);
      opacity: 1;
      width: 120px;
      font-size: 12px;
      line-height: 36px;
      bottom: -18px;
      margin-left: -60px;
      height: 36px; } }
  @media (max-width: 768px) {
    .caseList ul li {
      margin-bottom: 30px;
      width: 100%;
      float: none;
      margin-right: 0; }
    .caseList ul li a .con .tits {
      padding-top: 20px; }
    .caseList ul li a .con {
      height: 100px;
      width: calc(100% - 40px);
      margin: -50px auto 0; } }

.shopInfo .tabs {
  width: 100%;
  height: auto;
  padding: 20px 0;
  background-color: #edeef0; }
  .shopInfo .tabs .w1440 {
    z-index: 10; }
  .shopInfo .tabs .sel {
    width: 18%;
    margin-right: 2.5%;
    position: relative;
    float: left; }
    .shopInfo .tabs .sel:last-child {
      margin-right: 0; }
    .shopInfo .tabs .sel .tits {
      width: 100%;
      height: 66px;
      background-color: #fff;
      border: 1px solid #dadfe6;
      box-sizing: border-box;
      font-size: 18px;
      line-height: 66px;
      color: #0c1729;
      cursor: pointer; }
      .shopInfo .tabs .sel .tits span {
        float: left;
        display: inline-block;
        padding-left: 46px;
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 42px;
        margin-left: 16px; }
        .shopInfo .tabs .sel .tits span em {
          font-size: 14px; }
      .shopInfo .tabs .sel .tits i {
        width: 11px;
        height: 64px;
        float: right;
        background-image: url("../images/shop_icon6.png");
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 28px;
        transition: all .2s; }
      .shopInfo .tabs .sel .tits.on {
        border-color: #00a0e9; }
        .shopInfo .tabs .sel .tits.on i {
          transform: rotate(180deg); }
    .shopInfo .tabs .sel ul {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      background-color: #fff;
      top: 65px;
      left: 0;
      border: 1px solid #00a0e9;
      position: absolute;
      padding: 10px 0;
      z-index: 30;
      display: none; }
      .shopInfo .tabs .sel ul li {
        font-size: 16px;
        line-height: 34px; }
        .shopInfo .tabs .sel ul li a {
          color: #6c6f75;
          padding-left: 20px;
          width: calc(100% - 20px);
          display: block; }
        .shopInfo .tabs .sel ul li:hover {
          background-color: #eee; }
    @media (min-width: 1024px) {
      .shopInfo .tabs .sel:hover .tits {
        border-color: #00a0e9; }
        .shopInfo .tabs .sel:hover .tits i {
          transform: rotate(180deg); }
      .shopInfo .tabs .sel:hover ul {
        display: block; } }
.shopInfo .box1 {
  position: relative;
  padding-top: 5.2%; }
  .shopInfo .box1 .pic {
    width: 58.3%;
    height: auto; }
  .shopInfo .box1 .con {
    width: 48.6%;
    height: calc(100% - 100px);
    top: 50px;
    right: 0;
    background-color: #fff;
    position: absolute; }
    .shopInfo .box1 .con .con-new {
      width: calc(100% - 100px);
      margin: 0 auto;
      padding-top: 37px; }
      .shopInfo .box1 .con .con-new .item {
        margin-bottom: 38px; }
        .shopInfo .box1 .con .con-new .item .t {
          font-size: 18px;
          line-height: 20px;
          font-weight: bold;
          color: #0c1729; }
        .shopInfo .box1 .con .con-new .item .t1 {
          font-size: 16px;
          line-height: 26px;
          color: #6c6f75;
          margin-top: 6px; }
        .shopInfo .box1 .con .con-new .item a {
          font-size: 14px;
          line-height: 16px;
          padding-right: 17px;
          background-position: right center;
          background-repeat: no-repeat;
          display: inline-block;
          background-image: url("../images/icon15.png");
          color: #00a0e9;
          margin-top: 20px; }
.shopInfo .box2 {
  padding-top: 5.2%; }
  .shopInfo .box2 .tits {
    text-align: center; }
  .shopInfo .box2 .img {
    width: 100%;
    margin-top: 4.2%; }
.shopInfo .box3 {
  padding: 5% 0 5.2%; }
  .shopInfo .box3 .title {
    text-align: center; }
  .shopInfo .box3 .box-new {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 3.125%; }
    .shopInfo .box3 .box-new .picLeft {
      width: 52%;
      position: relative;
      z-index: 5;
      min-height: 650px;
      background-color: #fff; }
    .shopInfo .box3 .box-new .con {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      .shopInfo .box3 .box-new .con .w1440 {
        height: 100%;
        background-color: #edeef0; }
        .shopInfo .box3 .box-new .con .w1440 .conn {
          width: 47.2%;
          height: 100%;
          background-color: #edeef0;
          float: right; }
          .shopInfo .box3 .box-new .con .w1440 .conn .tab {
            width: 100%;
            height: auto;
            background-color: #dfe1e6; }
            .shopInfo .box3 .box-new .con .w1440 .conn .tab .tab-new {
              width: 67.6%;
              margin: 0 auto; }
              .shopInfo .box3 .box-new .con .w1440 .conn .tab .tab-new a {
                font-size: 20px;
                color: #86898f;
                line-height: 60px;
                display: block;
                float: left;
                margin-right: 55px;
                position: relative; }
                .shopInfo .box3 .box-new .con .w1440 .conn .tab .tab-new a:after {
                  width: 0;
                  height: 2px;
                  background-color: #00a0e9;
                  position: absolute;
                  top: -2px;
                  left: 50%;
                  content: '';
                  transition: all .5s; }
                @media (min-width: 1024px) {
                  .shopInfo .box3 .box-new .con .w1440 .conn .tab .tab-new a:hover {
                    color: #00a0e9; }
                    .shopInfo .box3 .box-new .con .w1440 .conn .tab .tab-new a:hover:after {
                      width: 100%;
                      left: 0; } }
                .shopInfo .box3 .box-new .con .w1440 .conn .tab .tab-new a.on {
                  color: #00a0e9; }
                  .shopInfo .box3 .box-new .con .w1440 .conn .tab .tab-new a.on:after {
                    width: 100%;
                    left: 0; }
          .shopInfo .box3 .box-new .con .w1440 .conn .list {
            width: 100%;
            height: auto;
            margin-top: 44px;
            position: relative; }
            .shopInfo .box3 .box-new .con .w1440 .conn .list .listItem {
              position: relative;
              width: 100%;
              display: none; }
              .shopInfo .box3 .box-new .con .w1440 .conn .list .listItem .list-new {
                width: 67.6%;
                margin: 0 auto; }
                .shopInfo .box3 .box-new .con .w1440 .conn .list .listItem .list-new .itemBox {
                  width: 100%;
                  height: auto; }
                  .shopInfo .box3 .box-new .con .w1440 .conn .list .listItem .list-new .itemBox .proItem {
                    width: 100%; }
                    .shopInfo .box3 .box-new .con .w1440 .conn .list .listItem .list-new .itemBox .proItem a .pic {
                      background-size: auto 100%;
                      padding-bottom: 72.3%;
                      background-repeat: no-repeat;
                      background-position: center; }
              .shopInfo .box3 .box-new .con .w1440 .conn .list .listItem .a {
                width: 27px;
                height: 28px;
                position: absolute;
                top: 50%;
                margin-top: -14px;
                background-size: cover;
                background-repeat: no-repeat; }
                .shopInfo .box3 .box-new .con .w1440 .conn .list .listItem .a.prev {
                  left: 6.2%;
                  background-image: url("../images/prev.png"); }
                .shopInfo .box3 .box-new .con .w1440 .conn .list .listItem .a.next {
                  right: 6.2%;
                  background-image: url("../images/next.png"); }
.shopInfo .box4 {
  background-color: #dfe1e6;
  padding: 45px 0; }
  .shopInfo .box4 p {
    font-size: 28px;
    line-height: 45px;
    color: #0c1729;
    float: left; }
  .shopInfo .box4 a {
    width: 160px;
    height: 45px;
    border-radius: 10px;
    background-color: #00a0e9;
    float: right;
    display: block;
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    box-shadow: 0 6px 20px rgba(18, 43, 137, 0.24); }
    .shopInfo .box4 a span {
      padding-right: 17px;
      background-position: right center;
      background-repeat: no-repeat;
      background-image: url("../images/icon9.png"); }
@media (max-width: 1366px) {
  .shopInfo .box1 .con .con-new {
    padding-top: 20px; }
    .shopInfo .box1 .con .con-new .item {
      margin-bottom: 20px; }
  .shopInfo .box3 .box-new .picLeft {
    min-height: 580px; }
  .shopInfo .box3 .box-new .con .w1440 .conn .list {
    margin-top: 25px; } }
@media (max-width: 1200px) {
  .shopInfo .tabs .sel {
    width: 19%;
    margin-right: 1.25%; }
    .shopInfo .tabs .sel .tits {
      height: 50px;
      font-size: 16px;
      line-height: 48px; }
      .shopInfo .tabs .sel .tits span {
        background-size: 30px;
        padding-left: 35px;
        margin-left: 10px; }
      .shopInfo .tabs .sel .tits i {
        height: 48px;
        margin-right: 10px; }
    .shopInfo .tabs .sel ul {
      top: 49px; }
  .shopInfo .box1 .con {
    height: calc(100% - 60px);
    top: 30px; }
  .shopInfo .box1 .con .con-new .item a {
    margin-top: 13px; }
  .shopInfo .box3 .box-new .con .w1440 .conn .tab .tab-new {
    width: calc(100% - 100px); }
  .shopInfo .box3 .box-new .con .w1440 .conn .list .listItem .list-new {
    width: calc(100% - 100px); }
  .shopInfo .box3 .box-new .con .w1440 .conn .list .listItem .a.prev {
    left: 8px; }
  .shopInfo .box3 .box-new .con .w1440 .conn .list .listItem .a.next {
    right: 8px; }
  .shopInfo .box3 .box-new .con .w1440 .conn .tab .tab-new a {
    font-size: 16px;
    line-height: 46px;
    margin-right: 30px; }
  .shopInfo .box3 .box-new .picLeft {
    min-height: 520px; }
  .shopInfo .box4 p {
    font-size: 20px; } }
@media (max-width: 1100px) {
  .shopInfo .box1 .con .con-new {
    width: calc(100% - 60px); }
    .shopInfo .box1 .con .con-new .item .t {
      font-size: 16px;
      line-height: 18px; }
    .shopInfo .box1 .con .con-new .item .t1 {
      font-size: 14px;
      line-height: 22px; } }
@media (max-width: 920px) {
  .shopInfo .box1 .pic {
    width: 100%;
    float: none; }
  .shopInfo .box1 .con {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    position: relative;
    top: auto;
    right: auto; }
    .shopInfo .box1 .con .con-new {
      width: calc(100% - 30px); } }
@media (max-width: 870px) {
  .shopInfo .box3 .box-new .picLeft {
    width: 100%;
    float: none;
    min-height: 0; }
  .shopInfo .box3 .box-new .con {
    width: 100%;
    position: relative;
    top: auto;
    left: auto; }
  .shopInfo .box3 .box-new .con .w1440 {
    width: 100%;
    max-width: 100%; }
    .shopInfo .box3 .box-new .con .w1440 .conn {
      width: 100%; }
  .shopInfo .box3 .box-new .con .w1440 .conn .list {
    margin: 0;
    padding: 15px 0; }
  .shopInfo .box3 .box-new .con .w1440 .conn .tab .tab-new a:after {
    top: 0; } }
@media (max-width: 768px) {
  .shopInfo .tabs .sel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6px; }
    .shopInfo .tabs .sel .tits {
      height: 40px;
      font-size: 14px;
      line-height: 38px; }
      .shopInfo .tabs .sel .tits span {
        background-size: 20px;
        padding-left: 25px; }
      .shopInfo .tabs .sel .tits i {
        height: 38px; }
    .shopInfo .tabs .sel ul {
      top: 39px;
      padding: 5px 0; }
      .shopInfo .tabs .sel ul li {
        font-size: 14px;
        line-height: 30px; }
        .shopInfo .tabs .sel ul li a {
          padding-left: 10px;
          width: calc(100% - 10px); }
  .shopInfo .box4 {
    padding: 20px 0; }
    .shopInfo .box4 p {
      width: 100%;
      float: none;
      text-align: center;
      font-size: 18px;
      line-height: 24px; }
    .shopInfo .box4 a {
      width: 120px;
      height: 36px;
      line-height: 36px;
      font-size: 12px;
      float: none;
      margin: 10px auto 0; } }

.proItem {
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #fff; }
  .proItem a {
    width: 100%;
    height: auto;
    display: block; }
    .proItem a .pic {
      width: 100%;
      height: auto; }
    .proItem a .cc {
      width: 100%;
      height: auto;
      padding-top: 42px;
      transition: all .5s; }
      .proItem a .cc .tits {
        width: calc(100% - 60px);
        margin: 0 auto; }
        .proItem a .cc .tits .t {
          font-size: 20px;
          line-height: 22px;
          height: 22px;
          color: #0c1729;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          transition: all .5s; }
        .proItem a .cc .tits .t1 {
          font-size: 15px;
          line-height: 18px;
          height: 18px;
          color: #86898f;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 10px;
          transition: all .5s; }
      .proItem a .cc .tit {
        border-top: 1px solid #e6e6e6;
        margin-top: 33px; }
        .proItem a .cc .tit .tag {
          margin-left: 30px;
          width: calc(100% - 88px);
          font-size: 14px;
          line-height: 55px;
          color: #86898f;
          float: left;
          transition: all .5s;
          overflow: hidden;
          height: 55px; }
          .proItem a .cc .tit .tag span {
            margin-right: 18px; }
        .proItem a .cc .tit .icon {
          width: 58px;
          height: 55px;
          float: right;
          box-sizing: border-box;
          border-left: 1px solid rgba(255, 255, 255, 0.3);
          background-position: center;
          background-repeat: no-repeat;
          background-image: url("../images/icon9.png"); }
  @media (min-width: 1024px) {
    .proItem:hover {
      border: 2px solid #00a0e9; }
      .proItem:hover a .cc {
        background-color: #00a0e9; }
        .proItem:hover a .cc .tits .t {
          color: #fff; }
        .proItem:hover a .cc .tits .t1 {
          color: #fff;
          opacity: 8; }
        .proItem:hover a .cc .tit {
          border-color: rgba(255, 255, 255, 0.3); }
          .proItem:hover a .cc .tit .tag {
            color: #fff; } }
  @media (max-width: 1366px) {
    .proItem a .cc .tit .tag {
      margin-left: 15px;
      width: calc(100% - 73px); }
      .proItem a .cc .tit .tag span {
        margin-right: 10px; } }
  @media (max-width: 1200px) {
    .proItem a .cc {
      padding-top: 20px; }
      .proItem a .cc .tits {
        width: calc(100% - 30px); }
        .proItem a .cc .tits .t {
          font-size: 18px;
          line-height: 20px;
          height: 20px; }
      .proItem a .cc .tit {
        margin-top: 20px; } }
  @media (max-width: 768px) {
    .proItem a .cc .tit {
      margin-top: 10px; }
    .proItem a .cc .tits {
      width: calc(100% - 20px); }
      .proItem a .cc .tits .t {
        font-size: 16px;
        line-height: 18px;
        height: 18px; }
      .proItem a .cc .tits .t1 {
        font-size: 14px;
        line-height: 16px;
        height: 16px; }
    .proItem a .cc .tit .icon {
      display: none; }
    .proItem a .cc .tit .tag {
      line-height: 40px;
      width: calc(100% - 20px);
      margin-left: 10px;
      height: 40px; }
      .proItem a .cc .tit .tag span {
        margin-right: 5px; } }

.news {
  padding-bottom: 6.25%;
  position: relative; }
  .news .box {
    margin-top: 55px; }
    .news .box .newsList {
      background: none; }
      .news .box .newsList ul {
        margin-bottom: 75px; }
  .news .tabs {
    left: 0;
    position: absolute;
    top: 75px;
    z-index: 10; }
    .news .tabs a {
      padding-left: 40px;
      position: relative;
      font-size: 15px;
      line-height: 30px;
      color: #86898f;
      transition: padding .5s;
      display: block;
      margin-bottom: 12px; }
      .news .tabs a:after {
        width: 28px;
        height: 2px;
        background-color: #86898f;
        content: '';
        position: absolute;
        top: 14px;
        left: 0;
        transition: width .5s; }
      .news .tabs a.on {
        padding-left: 60px;
        color: #00a0e9; }
        .news .tabs a.on:after {
          width: 48px;
          background-color: #00a0e9; }
      @media (min-width: 1024px) {
        .news .tabs a:hover {
          padding-left: 60px;
          color: #00a0e9; }
          .news .tabs a:hover:after {
            width: 48px;
            background-color: #00a0e9; } }
  @media (max-width: 1024px) {
    .news .tabs {
      position: relative;
      top: auto;
      left: auto;
      display: flex;
      white-space: nowrap;
      overflow-x: scroll;
      width: 92%;
      margin: 10px auto 0; }
      .news .tabs a {
        display: inline-block;
        white-space: pre-wrap;
        margin-right: 20px;
        padding-left: 0; }
        .news .tabs a:after {
          width: 0; }
        .news .tabs a.on {
          padding-left: 15px; }
          .news .tabs a.on:after {
            width: 10px; }
    .news .box {
      margin-top: 5px; }
      .news .box .newsList ul {
        margin-bottom: 30px; } }
.pagelink{ height: 35px;text-align: center;margin: 50px 0 30px 0;}
.pagelink .page-index , .pagelink .page-pre , .pagelink .page-next , .pagelink .page-last{ list-style: none;border: 1px solid #C7CFC2; display: inline-block;margin: 0 3px;*+display:block;*+float:left;}
.pagelink .page-status {list-style: none;border: 1px solid #C7CFC2; display: inline-block;margin: 0 3px;*+display:block;*+float:left; padding: 3px 8px;}
.pagelink .page-index a, .pagelink .page-pre a, .pagelink .page-next a, .pagelink .page-last a{color:#000;padding: 3px 8px; display:block;}
.pagelink .page-numbar .page-num{ list-style: none;border: 1px solid #C7CFC2;padding: 3px 8px;display: inline-block;margin: 0 3px;*+display:block;*+float:left;}
.pagelink a.page-num-current, .pagelink a:hover{ background: #CCC;color: #FFF; display:block;}

.page {
  width: 100%;
  text-align: center;
  font-size: 0; }
  .page .page-new {
    display: inline-block; }
    .page .page-new a, .page .page-new span {
      width: 28px;
      height: 28px;
      float: left;
      font-size: 16px;
      line-height: 24px;
      color: #86898f;
      
      box-sizing: border-box;
      margin: 0 12px; }
    .page .page-new span {
      border-bottom: 2px solid #00a0e9;
      color: #00a0e9; }
    .page .page-new .p {
      position: relative;
      background-image: url("../images/left.png");
      background-repeat: no-repeat;
      background-position: center; }
      .page .page-new .p.r {
        transform: rotate(180deg); }

.service {
  padding-bottom: 5.2%; }
  .service .itemBox {
    padding-top: 3.9%;
    overflow: hidden; }
    .service .itemBox .item {
      width: 31.9%;
      float: left;
      margin-right: 2.15%;
      background-color: #fff;
      padding-bottom: 2000px;
      margin-bottom: -2000px; }
      .service .itemBox .item a {
        width: 100%;
        display: block;
        height: auto; }
      .service .itemBox .item:last-child {
        margin-right: 0; }
      .service .itemBox .item .tits {
        text-align: center;
        font-size: 32px;
        line-height: 32px;
        color: #0c1729;
        padding-top: 60px; }
      .service .itemBox .item .icon1 {
        width: 74px;
        height: auto;
        margin: 67px auto 0; }
      .service .itemBox .item .icon2 {
        width: 294px;
        max-width: 80%;
        margin: 50px auto 0; }
      .service .itemBox .item .icon3 {
        width: 98px;
        height: auto;
        margin: 61px auto 0; }
      .service .itemBox .item .a {
        width: 140px;
        height: 40px;
        border-radius: 20px;
        border: 2px solid #00a0e9;
        display: block;
        margin: 30px auto 0;
        font-size: 16px;
        line-height: 36px;
        color: #00a0e9;
        text-align: center;
        box-sizing: border-box; }
      .service .itemBox .item .tit {
        text-align: center;
        font-size: 32px;
        line-height: 32px;
        font-weight: bold;
        color: #00a0e9;
        
        margin-top: 28px; }
      .service .itemBox .item .tit1 {
        font-size: 18px;
        line-height: 20px;
        color: #6c6f75;
        text-align: center;
        margin-top: 15px; }
        .service .itemBox .item .tit1 span {
          font-weight: bold; }
      @media (min-width: 1024px) {
        .service .itemBox .item:hover .a {
          color: #fff;
          background-color: #00a0e9; } }
  @media (max-width: 1366px) {
    .service .itemBox .item .tits {
      font-size: 28px;
      line-height: 28px;
      padding-top: 40px; } }
  @media (max-width: 1200px) {
    .service .itemBox .item .tits {
      font-size: 24px;
      line-height: 24px;
      padding-top: 30px; }
    .service .itemBox .item .icon1 {
      margin: 40px auto 0;
      width: 60px; }
    .service .itemBox .item .icon3 {
      margin: 40px auto 0;
      width: 70px; }
    .service .itemBox .item .tit {
      font-size: 26px;
      line-height: 26px; }
    .service .itemBox .item .tit1 {
      font-size: 16px;
      line-height: 18px; }
    .service .itemBox .item .icon2 {
      width: 220px;
      margin: 30px auto 0; } }
  @media (max-width: 768px) {
    .service .itemBox .item {
      width: 100%;
      float: none;
      margin-bottom: 20px;
      padding-bottom: 0; }
      .service .itemBox .item:nth-child(1) {
        padding-bottom: 20px; }
      .service .itemBox .item:nth-child(3) {
        padding-bottom: 20px; }
    .service .itemBox .item .tits {
      font-size: 20px;
      line-height: 20px;
      padding-top: 20px; }
    .service .itemBox .item .icon1 {
      margin: 25px auto 0;
      width: 45px; }
    .service .itemBox .item .icon2 {
      width: 180px;
      margin: 20px auto 0; }
    .service .itemBox .item .icon3 {
      margin: 30px auto 0; }
    .service .itemBox .item .tit {
      font-size: 22px;
      line-height: 22px;
      margin-top: 15px; }
    .service .itemBox .item .tit1 {
      margin-top: 6px;
      font-size: 14px;
      line-height: 16px; } }

.download {
  padding-bottom: 5.2%; }
  .download .content {
    padding-top: 70px; }
    .download .content .top {
      position: relative;
      z-index: 10; }
      .download .content .top .tits {
        float: left;
        font-size: 32px;
        line-height: 50px;
        float: left;
        color: #0c1729; }
      .download .content .top .topRight {
        float: right; }
        .download .content .top .topRight .sel {
          width: 204px;
          height: auto;
          position: relative;
          float: left;
          margin-right: 20px; }
          .download .content .top .topRight .sel .t {
            width: 100%;
            height: 50px;
            border: 1px solid #dadfe5;
            box-sizing: border-box;
            background-color: #fff;
            font-size: 16px;
            line-height: 48px;
            cursor: pointer; }
            .download .content .top .topRight .sel .t span {
              margin-left: 19px; }
            .download .content .top .topRight .sel .t i {
              width: 11px;
              height: 48px;
              float: right;
              background-image: url("../images/shop_icon6.png");
              background-repeat: no-repeat;
              background-position: center;
              margin-right: 18px;
              transition: all .2s; }
            .download .content .top .topRight .sel .t.on {
              border-color: #00a0e9; }
              .download .content .top .topRight .sel .t.on i {
                transform: rotate(180deg); }
          .download .content .top .topRight .sel ul {
            width: 100%;
            height: auto;
            box-sizing: border-box;
            background-color: #fff;
            top: 49px;
            left: 0;
            border: 1px solid #00a0e9;
            position: absolute;
            padding: 10px 0;
            z-index: 30;
            display: none;
            height: 250px;
            overflow-y: scroll; }
            .download .content .top .topRight .sel ul li {
              font-size: 16px;
              line-height: 34px;
              cursor: pointer; }
              .download .content .top .topRight .sel ul li span {
                color: #6c6f75;
                padding-left: 20px;
                width: calc(100% - 20px);
                display: block; }
              .download .content .top .topRight .sel ul li:hover {
                background-color: #eee; }
        .download .content .top .topRight .searchBox1 {
          width: 350px;
          height: 50px;
          border: 1px solid #dadfe5;
          box-sizing: border-box;
          background-color: #fff;
          position: relative;
          float: left; }
          .download .content .top .topRight .searchBox1 .text {
            padding-left: 19px;
            width: calc(100% - 19px);
            height: 48px;
            border: none;
            background: none;
            font-size: 16px;
            line-height: 30px;
            color: #86898f; }
          .download .content .top .topRight .searchBox1 .submit {
            width: 100px;
            height: 50px;
            background: none;
            background-color: #00a0e9;
            font-size: 16px;
            line-height: 50px;
            border: none;
            position: absolute;
            top: -1px;
            right: -1px;
            color: #fff; }
    .download .content .list {
      width: 100%;
      height: auto;
      background-color: #fff;
      margin-top: 60px;
      padding-bottom: 40px;
      padding-top: 10px; }
      .download .content .list ul {
        width: 83.3%;
        margin: 0 auto 20px; }
        .download .content .list ul li {
          border-bottom: 1px solid #e6e6e6;
          padding: 30px 0; }
          .download .content .list ul li .t {
            width: calc(100% - 290px);
            float: left;
            font-size: 20px;
            line-height: 40px;
            color: #0c1729;
            padding-left: 110px;
            background-repeat: no-repeat;
            background-position: left 9px; }
          .download .content .list ul li a {
            width: 140px;
            height: 40px;
            font-size: 16px;
            line-height: 36px;
            color: #86898f;
            border-radius: 20px;
            border: 2px solid #dcdde0;
            display: block;
            float: right;
            text-align: center; }
            @media (min-width: 1024px) {
              .download .content .list ul li a:hover {
                color: #00a0e9;
                border: 2px solid #00a0e9; } }
    .download .content .tel {
      text-align: center; }
      .download .content .tel .ft24 {
        font-size: 24px;
        line-height: 26px;
        color: #333; }
      .download .content .tel .tt {
        width: 450px;
        margin: 35px auto 0; }
        .download .content .tel .tt .wz {
          width: 100%;
          text-align: left;
          font-size: 16px;
          line-height: 30px;
          color: #333; }
        .download .content .tel .tt .input {
          width: 100%;
          height: 50px;
          border: 1px solid #999;
          text-align: left;
          padding-left: 15px;
          font-size: 16px;
          line-height: 30px;
          background: none;
          box-sizing: border-box; }
      .download .content .tel .btn {
        width: 160px;
        height: 45px;
        background-color: #001746;
        font-size: 16px;
        line-height: 45px;
        display: block;
        margin: 45px auto 0;
        color: #fff; }
  @media (max-width: 1366px) {
    .download .content .top .tits {
      font-size: 26px; } }
  @media (max-width: 1200px) {
    .download .content {
      padding-top: 40px; }
      .download .content .list {
        margin-top: 30px; }
        .download .content .list ul {
          width: calc(100% - 60px); }
          .download .content .list ul li .t {
            font-size: 18px; } }
  @media (max-width: 860px) {
    .download .content .top .tits {
      font-size: 20px;
      line-height: 20px;
      width: 100%;
      float: none; }
    .download .content .top .topRight {
      float: none;
      margin-top: 15px; }
      .download .content .top .topRight .sel {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 5px; }
        .download .content .top .topRight .sel .t {
          font-size: 14px;
          line-height: 38px;
          height: 40px; }
          .download .content .top .topRight .sel .t i {
            height: 38px;
            margin-right: 10px; }
        .download .content .top .topRight .sel ul {
          top: 39px; }
      .download .content .top .topRight .searchBox1 {
        width: 100%;
        float: none;
        height: 40px; }
        .download .content .top .topRight .searchBox1 .text {
          height: 38px;
          font-size: 14px;
          line-height: 22px; }
        .download .content .top .topRight .searchBox1 .submit {
          height: 40px;
          line-height: 40px;
          font-size: 14px; }
    .download .content .list ul {
      width: calc(100% - 30px); }
      .download .content .list ul li {
        padding: 15px 0; }
        .download .content .list ul li .t {
          width: calc(100% - 90px);
          line-height: 30px;
          float: none;
          padding-left: 80px;
          font-size: 14px;
          background-position: left 2px; }
        .download .content .list ul li a {
          width: 100px;
          height: 32px;
          line-height: 32px;
          border-width: 1px;
          font-size: 14px;
          margin-top: 10px; }
    .download .content .tel .ft24 {
      font-size: 20px;
      line-height: 22px; }
    .download .content .tel .tt {
      width: 92%;
      margin: 15px auto 0; }
      .download .content .tel .tt .wz {
        font-size: 14px; }
      .download .content .tel .tt .input {
        height: 40px; }
    .download .content .tel .btn {
      width: 120px;
      height: 44px;
      line-height: 44px;
      font-size: 14px;
      margin: 20px auto 0; }
    .download .content .top .topRight .sel ul li {
      font-size: 14px;
      line-height: 30px; } }

.contact {
  background-color: #f7f8fa; }
  .contact .box1 {
    padding: 70px 0; }
    .contact .box1 .title {
      width: 34%;
      float: left; }
    .contact .box1 .con {
      width: 66%;
      float: left; }
      .contact .box1 .con .line {
        width: 50px;
        height: 2px;
        background-color: #00a0e9; }
      .contact .box1 .con .tits {
        font-size: 24px;
        line-height: 26px;
        color: #0c1729;
        margin-top: 26px; }
      .contact .box1 .con .tit {
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #0c1729;
        
        margin-top: 12px; }
      .contact .box1 .con .tit1 {
        font-size: 16px;
        line-height: 20px;
        color: #0c1729;
        margin-top: 54px; }
        .contact .box1 .con .tit1 a {
          color: #00a0e9;
          border-bottom: 1px solid #00a0e9; }
      .contact .box1 .con .itemBox {
        margin-top: 33px; }
        .contact .box1 .con .itemBox .item {
          float: left;
          min-width: 200px; }
          .contact .box1 .con .itemBox .item .t {
            font-size: 16px;
            line-height: 24px;
            color: #86898f;
            margin-bottom: 22px; }
            .contact .box1 .con .itemBox .item .t span {
              
              font-size: 18px; }
            .contact .box1 .con .itemBox .item .t img {
              display: block;
              margin-top: 6px; }
  .contact .box2 {
    background-color: #e8eaed;
    padding-top: 70px;
    padding-bottom: 50px; }
    .contact .box2 .title {
      width: 34%;
      float: left; }
    .contact .box2 .con {
      width: 66%;
      float: left; }
      .contact .box2 .con .line {
        width: 50px;
        height: 2px;
        background-color: #00a0e9; }
      .contact .box2 .con .item {
        margin-top: 23px; }
        .contact .box2 .con .item .t {
          width: 33%;
          float: left;
          font-size: 16px;
          line-height: 26px;
          color: #86898f;
          margin-bottom: 25px; }
          .contact .box2 .con .item .t span {
            
            font-size: 18px; }
  .contact .box3 {
    padding-top: 5.2%;
    padding-bottom: 6.25%; }
    .contact .box3 .title {
      float: left; }
    .contact .box3 .con {
      width: 66%;
      float: right;
      min-width: 750px; }
      .contact .box3 .con iframe {
        width: 100%;
        height: 610px;
        border: none; }
      .contact .box3 .con .line {
        width: 50px;
        height: 2px;
        background-color: #00a0e9; }
      .contact .box3 .con .tits {
        font-size: 16px;
        line-height: 28px;
        color: #0c1729;
        margin-top: 22px; }
        .contact .box3 .con .tits a {
          color: #00a0e9;
          border-bottom: 1px solid #00a0e9; }
      .contact .box3 .con .tableBox {
        width: 620px;
        height: auto;
        margin-top: 53px; }
        .contact .box3 .con .tableBox .t {
          margin-bottom: 18px; }
          .contact .box3 .con .tableBox .t .text {
            width: 48.4%;
            height: 48px;
            border: 1px solid #d3d8e3;
            border-radius: 5px;
            padding-left: 19px;
            box-sizing: border-box;
            font-size: 15px;
            line-height: 26px;
            color: #86898f;
            background: none; }
        .contact .box3 .con .tableBox .txt {
          width: 100%;
          height: 160px;
          border: 1px solid #d3d8e3;
          border-radius: 5px;
          box-sizing: border-box;
          font-size: 15px;
          line-height: 26px;
          padding: 9px 19px;
          background: none; }
        .contact .box3 .con .tableBox .submit {
          width: 160px;
          height: 48px;
          border-radius: 5px;
          border: none;
          background: none;
          background-color: #00a0e9;
          font-size: 15px;
          line-height: 48px;
          color: #fff;
          display: block;
          margin-top: 30px; }
  @media (max-width: 1200px) {
    .contact .box1 .con .tits {
      font-size: 20px;
      line-height: 20px;
      margin-top: 18px; }
    .contact .box1 .con .itemBox .item .t {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 15px; }
    .contact .box1 .con .itemBox .item .t span {
      font-size: 16px; }
    .contact .box2 .con .item .t {
      font-size: 14px;
      line-height: 22px; }
      .contact .box2 .con .item .t span {
        font-size: 16px; }
    .contact .box1 {
      padding: 50px 0; }
    .contact .box2 {
      padding-top: 50px;
      padding-bottom: 30px; } }
  @media (max-width: 920px) {
    .contact .box1 .title {
      width: 25%; }
    .contact .box2 .title {
      width: 25%; }
    .contact .box3 .title {
      width: 25%; }
    .contact .box1 .con {
      width: 75%; }
    .contact .box2 .con {
      width: 75%; }
    .contact .box3 .con {
      width: 75%; }
    .contact .box3 .con .tableBox {
      max-width: 100%; } }
  @media (max-width: 768px) {
    .contact .box1 .title {
      width: 100%;
      float: none; }
    .contact .box2 .title {
      width: 100%;
      float: none; }
    .contact .box3 .title {
      width: 100%;
      float: none; }
    .contact .box1 .con {
      width: 100%;
      float: none;
      margin-top: 15px; }
    .contact .box2 .con {
      width: 100%;
      float: none;
      margin-top: 15px; }
    .contact .box3 .con {
      width: 100%;
      float: none;
      margin-top: 15px; }
    .contact .box1 .con .tits {
      margin-top: 10px;
      font-size: 18px;
      line-height: 18px; }
    .contact .box1 .con .tit1 {
      margin-top: 15px;
      font-size: 14px;
      line-height: 18px; }
    .contact .box1 .con .itemBox {
      margin-top: 20px; }
      .contact .box1 .con .itemBox .item {
        width: 100%;
        float: none; }
        .contact .box1 .con .itemBox .item .t {
          margin-bottom: 5px; }
    .contact .box1 {
      padding: 20px 0; }
    .contact .box2 {
      padding-top: 20px;
      padding-bottom: 10px; }
    .contact .box2 .con .item .t {
      width: 50%;
      margin-bottom: 10px; }
    .contact .box3 .con .tits {
      font-size: 14px;
      line-height: 24px;
      margin-top: 15px; }
    .contact .box3 .con .tableBox {
      margin-top: 20px; }
      .contact .box3 .con .tableBox .t {
        margin-bottom: 0; }
        .contact .box3 .con .tableBox .t .text {
          width: 100%;
          float: none;
          margin-bottom: 10px;
          height: 40px;
          line-height: 38px;
          font-size: 14px; }
      .contact .box3 .con .tableBox .txt {
        font-size: 14px; }
      .contact .box3 .con .tableBox .submit {
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-top: 20px; }
    .contact .box3 .con {
      min-width: 0; }
    .contact .box3 .con iframe {
      height: 750px; } }

.join {
  background-color: #f0f2f5; }
  .join .content {
    position: relative;
    margin-top: 47px; }
    .join .content .list {
      width: 87.5%;
      float: right; }
      .join .content .list ul li {
        margin-bottom: 30px; }
        .join .content .list ul li .tits {
          cursor: pointer;
          background-color: #fff;
          padding: 9px 0; }
          .join .content .list ul li .tits .t {
            float: left;
            margin-left: 50px;
            padding-top: 18px; }
            .join .content .list ul li .tits .t .t1 {
              font-size: 24px;
              line-height: 24px;
              color: #0c1729; }
            .join .content .list ul li .tits .t .t2 {
              font-size: 16px;
              line-height: 18px;
              color: #86898f;
              margin-top: 8px; }
          .join .content .list ul li .tits .icon {
            width: 97px;
            float: right;
            height: 82px;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url("../images/join_icon.png");
            border-right: 1px solid #e1e3e6;
            transform: rotate(180deg); }
        .join .content .list ul li .con {
          width: calc(100% - 100px);
          margin: 0 auto;
          padding-bottom: 10px;
          display: none; }
          .join .content .list ul li .con .item {
            border-bottom: 1px solid #e1e3e6;
            padding: 42px 0; }
            .join .content .list ul li .con .item li {
              margin-bottom: 0 !important; }
            .join .content .list ul li .con .item .t1 {
              font-size: 15px;
              line-height: 30px;
              color: #6c6f75; }
              .join .content .list ul li .con .item .t1 span {
                font-size: 15px !important;
                line-height: 30px !important;
                float: none !important;
                margin-left: 0 !important; }
              .join .content .list ul li .con .item .t1 .tt {
                font-size: 15px;
                line-height: 30px;
                color: #6c6f75; }
                .join .content .list ul li .con .item .t1 .tt .span {
                  width: 86px;
                  display: block;
                  float: left; }
                .join .content .list ul li .con .item .t1 .tt .i {
                  width: calc(100% - 86px);
                  float: left;
                  display: block;
                  color: #86898f; }
            .join .content .list ul li .con .item .t {
              font-size: 20px;
              line-height: 30px;
              color: #0c1729;
              padding-left: 32px;
              background-position: left center;
              background-repeat: no-repeat;
              margin-bottom: 16px; }
            .join .content .list ul li .con .item .t2 {
              font-size: 15px;
              line-height: 30px;
              color: #6c6f75; }
              .join .content .list ul li .con .item .t2 span {
                font-size: 15px !important;
                line-height: 30px !important; }
              .join .content .list ul li .con .item .t2 li {
                width: calc(100% - 17px);
                position: relative;
                height: auto;
                padding-left: 17px; }
                .join .content .list ul li .con .item .t2 li:after {
                  width: 6px;
                  height: 6px;
                  position: absolute;
                  left: 0;
                  top: 12px;
                  content: '';
                  border-radius: 100%;
                  background-color: #8d9096; }
        .join .content .list ul li.on .tits .icon {
          border-left: 1px solid #e1e3e6;
          transform: rotate(0deg);
          border-right: none; }
        .join .content .list ul li.on .con {
          display: block; }
    .join .content .conLeft {
      width: 260px;
      left: 5.2%;
      top: 0;
      position: absolute;
      z-index: 8; }
      .join .content .conLeft .nav {
        width: 210px;
        height: auto; }
        .join .content .conLeft .nav a {
          font-size: 18px;
          line-height: 50px;
          color: #6c6f75;
          display: block;
          border-bottom: 1px solid #e0e0e0; }
          .join .content .conLeft .nav a.on {
            color: #00a0e9; }
      .join .content .conLeft .con {
        margin-top: 58px; }
        .join .content .conLeft .con .t {
          font-size: 18px;
          line-height: 20px;
          color: #0c1729; }
        .join .content .conLeft .con .t1 {
          font-size: 15px;
          line-height: 25px;
          color: #6c6f75;
          margin-top: 13px; }
  @media (max-width: 1720px) {
    .join .content .list {
      width: 80%; } }
  @media (max-width: 1366px) {
    .join .content .conLeft {
      left: 4%; }
    .join .content .list {
      width: calc(100% - 250px); } }
  @media (max-width: 1200px) {
    .join .content .list ul li .tits .icon {
      height: 48px; }
    .join .content .list ul li .tits .t {
      padding-top: 0;
      margin-left: 30px; }
      .join .content .list ul li .tits .t .t1 {
        font-size: 20px;
        line-height: 20px; }
    .join .content .list ul li .con {
      width: calc(100% - 60px); }
      .join .content .list ul li .con .item {
        padding: 25px 0; } }
  @media (max-width: 820px) {
    .join .content .conLeft {
      position: relative;
      top: auto;
      left: auto;
      margin-left: 4%;
      width: 100%; }
      .join .content .conLeft .nav {
        display: none; }
      .join .content .conLeft .con {
        margin-top: 15px; }
    .join .content .list {
      width: 100%; }
    .join .content .list ul li .tits .t .t1 {
      font-size: 16px;
      line-height: 16px; }
    .join .content .list ul li .tits .t .t2 {
      font-size: 14px;
      line-height: 14px; }
    .join .content .list ul li .tits .icon {
      height: 38px;
      width: 59px; }
    .join .content .list ul li .tits .t {
      margin-left: 15px; }
    .join .content .list ul li .con {
      width: calc(100% - 30px); }
      .join .content .list ul li .con .item {
        padding: 15px 0; }
    .join .content .list ul li .con .item .t1 .tt {
      font-size: 14px;
      line-height: 26px; }
    .join .content .list ul li .con .item .t1 span {
      font-size: 14px !important;
      line-height: 26px !important; }
    .join .content .list ul li .con .item .t2 {
      font-size: 14px;
      line-height: 26px; }
    .join .content .list ul li .con .item .t2 span {
      font-size: 14px !important;
      line-height: 26px !important; }
    .join .content .list ul li .con .item .t2 li:after {
      top: 10px; }
    .join .content .list ul li {
      margin-bottom: 15px; }
    .join .content .list ul li .con .item .t {
      font-size: 18px;
      margin-bottom: 5px; }
    .join .content {
      margin-top: 20px;
      padding-bottom: 30px; } }

.case {
  background-color: #edeef0; }
  .case .home {
    padding-bottom: 12px; }
  .case .content {
    width: 100%;
    background-color: #f5f6f7;
    padding-top: 35px;
    padding-bottom: 5.7%; }
    .case .content .tabs {
      text-align: center;
      font-size: 0;
      width: 100%; }
      .case .content .tabs ul {
        display: inline-block;
        border-left: 1px solid #d9d9d9; }
        .case .content .tabs ul li {
          width: 182px;
          height: auto;
          float: left;
          border-right: 1px solid #d9d9d9; }
          .case .content .tabs ul li a {
            width: 100%;
            height: auto;
            display: block; }
            .case .content .tabs ul li a .icon {
              width: 100%;
              height: 57px;
              position: relative; }
              .case .content .tabs ul li a .icon img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                max-width: 100%;
                max-height: 100%; }
                .case .content .tabs ul li a .icon img.img1 {
                  display: block; }
                .case .content .tabs ul li a .icon img.img2 {
                  display: none; }
            .case .content .tabs ul li a p {
              text-align: center;
              font-size: 18px;
              line-height: 20px;
              color: #6c6f75;
              margin-top: 9px; }
          .case .content .tabs ul li.on a .icon img.img1 {
            display: none; }
          .case .content .tabs ul li.on a .icon img.img2 {
            display: block; }
          .case .content .tabs ul li.on a p {
            color: #00a0e9; }
          @media (min-width: 1024px) {
            .case .content .tabs ul li:hover a .icon img.img1 {
              display: none; }
            .case .content .tabs ul li:hover a .icon img.img2 {
              display: block; }
            .case .content .tabs ul li:hover a p {
              color: #00a0e9; } }
    .case .content .caseList {
      margin-top: 4.2%; }
      .case .content .caseList ul {
        margin-bottom: 25px; }
        .case .content .caseList ul li:nth-child(3n) {
          margin-right: 0; }
  @media (max-width: 1200px) {
    .case .content .tabs ul li a .icon {
      height: 40px; }
    .case .content .tabs ul li a p {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .case .content .tabs ul {
      width: 100%;
      box-sizing: border-box; }
    .case .content .tabs ul li {
      width: 20%;
      box-sizing: border-box; } }
  @media (max-width: 768px) {
    .case .content .tabs ul li a .icon {
      height: 25px; }
    .case .content .tabs ul li a p {
      font-size: 14px;
      line-height: 16px;
      margin-top: 5px; }
    .case .content {
      padding-top: 25px; } }

.caseInfo {
  background-color: #f7f8fa; }
  .caseInfo .content {
    margin-top: -150px;
    z-index: 10;
    position: relative;
    background-color: #f7f8fa;
    padding-bottom: 5.2%; }
    .caseInfo .content .content-new {
      width: 1200px;
      max-width: 100%;
      margin: 0 auto; }
      .caseInfo .content .content-new .title {
        border-bottom: 1px solid #e6e6e6;
        text-align: center;
        padding-top: 54px;
        padding-bottom: 27px; }
        .caseInfo .content .content-new .title .tits {
          font-size: 28px;
          line-height: 28px;
          color: #0c1729; }
        .caseInfo .content .content-new .title .tit {
          font-size: 20px;
          line-height: 28px;
          color: #333;
          margin-top: 12px; }
      .caseInfo .content .content-new .con {
        margin-top: 45px; }
        .caseInfo .content .content-new .con .item {
          font-size: 14px;
          line-height: 24px;
          color: #86898f;
          text-transform: uppercase;
          margin-bottom: 50px; }
          .caseInfo .content .content-new .con .item .tits {
            font-size: 28px;
            line-height: 28px;
            color: #0c1729;
            margin-bottom: 26px; }
          .caseInfo .content .content-new .con .item .tit p {
            margin-bottom: 13px; }
            .caseInfo .content .content-new .con .item .tit p span {
              color: #00a0e9;
              font-weight: bold; }
        .caseInfo .content .content-new .con .item1 {
          width: 855px;
          max-width: 88%;
          margin-left: 12%;
          padding-top: 45px; }
          .caseInfo .content .content-new .con .item1 .txt {
            font-size: 24px;
            line-height: 40px;
            font-style: italic;
            color: #0c1729;
            position: relative; }
            .caseInfo .content .content-new .con .item1 .txt:after {
              width: 19px;
              height: 15px;
              position: absolute;
              top: 8px;
              left: -37px;
              background-size: cover;
              background-image: url("../images/info_icon1.png");
              background-repeat: no-repeat;
              content: ''; }
          .caseInfo .content .content-new .con .item1 .tit {
            margin-top: 40px; }
            .caseInfo .content .content-new .con .item1 .tit .tx {
              width: 88px;
              height: 88px;
              border-radius: 100%;
              overflow: hidden;
              float: left;
              border: 1px solid #ccc; }
            .caseInfo .content .content-new .con .item1 .tit .t {
              float: left;
              margin-left: 20px; }
              .caseInfo .content .content-new .con .item1 .tit .t .t1 {
                font-size: 20px;
                line-height: 20px;
                color: #333;
                padding-top: 23px; }
              .caseInfo .content .content-new .con .item1 .tit .t .t2 {
                font-size: 14px;
                line-height: 14px;
                color: #86898f;
                margin-top: 9px; }
  .caseInfo .bottom {
    padding-top: 4.2%;
    background-color: #f0f2f5;
    padding-bottom: 3.6%; }
    .caseInfo .bottom .title {
      font-size: 28px;
      line-height: 28px;
      font-weight: bold;
      color: #0c1729;
      text-align: center; }
    .caseInfo .bottom .caseList {
      margin-top: 50px; }
  @media (max-width: 1200px) {
    .caseInfo .content .content-new .title {
      padding-top: 30px;
      padding-bottom: 20px; }
      .caseInfo .content .content-new .title .tits {
        font-size: 22px;
        line-height: 22px; }
      .caseInfo .content .content-new .title .tit {
        font-size: 16px;
        line-height: 26px; }
    .caseInfo .content {
      margin-top: -113px; }
    .caseInfo .content .content-new .con .item {
      margin-bottom: 35px; }
    .caseInfo .content .content-new .con .item .tits {
      font-size: 22px;
      line-height: 22px; }
    .caseInfo .content .content-new .con .item1 .txt {
      font-size: 20px;
      line-height: 32px; }
    .caseInfo .bottom .title {
      font-size: 22px;
      line-height: 22px; } }
  @media (max-width: 1024px) {
    .caseInfo .bottom .caseList ul li:nth-child(3) {
      display: none; } }
  @media (max-width: 768px) {
    .caseInfo .bottom .caseList ul li:nth-child(3) {
      display: block; }
    .caseInfo .content {
      margin-top: 0; }
    .caseInfo .content .content-new .title {
      padding-top: 20px;
      padding-bottom: 10px; }
      .caseInfo .content .content-new .title .tits {
        font-size: 18px;
        line-height: 20px; }
      .caseInfo .content .content-new .title .tit {
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px; }
    .caseInfo .content .content-new .con {
      margin-top: 20px; }
      .caseInfo .content .content-new .con .item {
        margin-bottom: 15px; }
        .caseInfo .content .content-new .con .item .tits {
          font-size: 18px;
          line-height: 18px;
          margin-bottom: 15px; }
    .caseInfo .content .content-new .con .item1 {
      margin-left: 5%;
      max-width: 90%;
      padding-top: 10px; }
      .caseInfo .content .content-new .con .item1 .txt {
        font-size: 16px;
        line-height: 26px; }
        .caseInfo .content .content-new .con .item1 .txt:after {
          left: -20px; }
      .caseInfo .content .content-new .con .item1 .tit {
        margin-top: 15px; }
    .caseInfo .bottom .caseList {
      margin-top: 20px; }
    .caseInfo .bottom .title {
      font-size: 20px;
      line-height: 20px; } }

.proBanner {
  width: 100%;
  height: auto;
  position: relative; }
  .proBanner .con {
    width: 100%;
    height: auto;
    position: absolute;
    top: 43%;
    left: 0;
    text-align: center;
    color: #fff; }
    .proBanner .con .tits {
      font-size: 50px;
      line-height: 50px;
      font-weight: bold;
      letter-spacing: 5px;
      text-shadow: 0 0 8px rgba(7, 0, 2, 0.44); }
    .proBanner .con .tit {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 5px;
      margin-top: 26px; }
  @media (max-width: 1366px) {
    .proBanner .con .tits {
      font-size: 36px;
      line-height: 36px;
      letter-spacing: 5px; }
    .proBanner .con .tit {
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 3px; } }
  @media (max-width: 1024px) {
    .proBanner .con {
      top: 50%;
      transform: translateY(-50%); }
    .proBanner .con .tits {
      font-size: 28px;
      line-height: 28px;
      letter-spacing: 3px; }
    .proBanner .con .tit {
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 2px;
      margin-top: 10px; } }
  @media (max-width: 768px) {
    .proBanner {
      overflow: hidden; }
      .proBanner img {
        width: 140%;
        margin-left: -20%; }
      .proBanner .con .tits {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 1px; }
      .proBanner .con .tit {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        margin-top: 10px; } }

.product {
	min-height: 850px;
  background-color: #fff;
  position: relative; }
  .product .proLeft {
    width: 335px;
    height: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 3px 6px 5px rgba(0, 34, 76, 0.06);
    position: absolute;
    top: 0;
    left: 0; }
    .product .proLeft .nav {
      width: 260px;
      margin-left: 25px;
      padding-top: 55px; }
      .product .proLeft .nav ul li {
        border-top: 1px solid #dadfe5; }
        .product .proLeft .nav ul li .tits {
          width: 100%;
          display: block;
          font-size: 16px;
          line-height: 62px;
          color: #0c1729; }
          .product .proLeft .nav ul li .tits .icon {
            width: 45px;
            float: left;
            margin-top: 8.5px; }
            .product .proLeft .nav ul li .tits .icon img.img2 {
              display: none; }
          .product .proLeft .nav ul li .tits span {
            float: left;
            margin-left: 8px; }
          .product .proLeft .nav ul li .tits i {
            width: 9px;
            height: 62px;
            float: right;
            margin-right: 21px;
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("../images/dd.png"); }
        .product .proLeft .nav ul li dl {
          border-top: 1px solid #dadfe5;
          width: 100%;
          display: none; }
          .product .proLeft .nav ul li dl dd {
            width: 100%;
            height: auto;
            border-bottom: 1px solid #dadfe5; }
            .product .proLeft .nav ul li dl dd .tit {
              width: 100%;
              display: block;
              font-size: 14px;
              color: #6c6f75;
              line-height: 49px; }
              .product .proLeft .nav ul li dl dd .tit span {
                margin-left: 25px; }
              .product .proLeft .nav ul li dl dd .tit i {
                width: 9px;
                height: 49px;
                float: right;
                margin-right: 21px;
                display: block;
                background-repeat: no-repeat;
                background-position: center;
                background-image: url("../images/dd.png"); }
            .product .proLeft .nav ul li dl dd .tit1 {
              display: none; }
              .product .proLeft .nav ul li dl dd .tit1 a {
                border-top: 1px solid #dadfe5;
                font-size: 13px;
                line-height: 49px;
                color: #6c6f75;
                width: calc(100% - 40px);
                display: block;
                padding-left: 40px; }
                @media (min-width: 1024px) {
                  .product .proLeft .nav ul li dl dd .tit1 a:hover {
                    color: #00a0e9; } }
                .product .proLeft .nav ul li dl dd .tit1 a.on {
                  color: #00a0e9; }
            .product .proLeft .nav ul li dl dd:last-child {
              border-bottom: none; }
            .product .proLeft .nav ul li dl dd.on .tit span {
              color: #00a0e9; }
            .product .proLeft .nav ul li dl dd.on .tit i {
              transform: rotate(180deg); }
            .product .proLeft .nav ul li dl dd.on .tit1 {
              display: block; }
        @media (min-width: 1024px) {
          .product .proLeft .nav ul li:hover .tits {
            background-color: #00a0e9;
            color: #fff; }
            .product .proLeft .nav ul li:hover .tits .icon img.img1 {
              display: none; }
            .product .proLeft .nav ul li:hover .tits .icon img.img2 {
              display: block; } }
        .product .proLeft .nav ul li.on .tits {
          background-color: #00a0e9;
          color: #fff; }
          .product .proLeft .nav ul li.on .tits .icon img.img1 {
            display: none; }
          .product .proLeft .nav ul li.on .tits .icon img.img2 {
            display: block; }
          .product .proLeft .nav ul li.on .tits i {
            transform: rotate(180deg); }
        .product .proLeft .nav ul li.on dl {
          display: block; }
  .product .content {
    width: calc(100% - 480px);
    float: right;
    background-color: #f5f6f7;
    padding-top: 55px;
    padding-right: 100px;
    padding-left: 45px;
    padding-bottom: 7%; }
    .product .content .sx {
      display: none;
      padding-right: 28px;
      font-size: 16px;
      float: right;
      margin-bottom: 10px;
      background-position: right center;
      background-image: url("../images/sx.png");
      background-repeat: no-repeat;
      color: #00a0e9; }
    .product .content .title {
      width: 100%;
      background-color: #fff;
      padding: 22px 0; }
      .product .content .title .line {
        width: 4px;
        height: 18px;
        float: left;
        margin-left: 22px;
        background-color: #00a0e9; }
      .product .content .title .tits {
        font-size: 18px;
        line-height: 18px;
        color: #0c1729;
        margin-left: 16px;
        float: left; }
      .product .content .title .tit {
        font-size: 14px;
        line-height: 14px;
        margin-top: 4px;
        float: left;
        color: #86898f;
        margin-left: 20px; }
        .product .content .title .tit span {
          color: #00a0e9; }
    .product .content .tabs {
      margin-top: 15px; }
      .product .content .tabs .t {
        border-bottom: 1px solid #e1e3e6;
        padding: 10px 0; }
        .product .content .tabs .t .t1 {
          margin-left: 40px;
          width: 140px;
          float: left;
          font-size: 14px;
          line-height: 30px;
          color: #0c1729; }
        .product .content .tabs .t .t2 {
          width: calc(100% - 180px - 95px);
          float: left; }
          .product .content .tabs .t .t2 a {
            font-size: 14px;
            line-height: 30px;
            color: #6c6f75;
            float: left;
            margin-right: 30px;
            display: block;
            padding: 0 10px;
            border: 1px solid #f5f6f7; }
            .product .content .tabs .t .t2 a.on {
              color: #00a0e9;
              border: 1px solid #00a0e9; }
            @media (min-width: 1024px) {
              .product .content .tabs .t .t2 a:hover {
                color: #00a0e9; } }
        .product .content .tabs .t .butBox {
          width: 62px;
          margin-top: 3.5px;
          float: left; }
          .product .content .tabs .t .butBox a {
            width: 100%;
            height: 21px;
            border: 1px solid #dcdee0;
            text-align: center;
            display: block;
            font-size: 14px;
            line-height: 21px;
            color: #6c6f75; }
            .product .content .tabs .t .butBox a.qr {
              display: none;
              background-color: #00a0e9;
              color: #fff;
              border: 1px solid #00a0e9; }
          .product .content .tabs .t .butBox.on a.dx {
            display: none; }
          .product .content .tabs .t .butBox.on a.qr {
            display: block; }
    .product .content .list {
      margin-top: 5.6%;
      margin-bottom: 25px; }
      .product .content .list .proItem {
        width: 31.9%;
        margin-right: 2.15%;
        margin-bottom: 2.15%;
        float: left; }
        .product .content .list .proItem:nth-child(3n) {
          margin-right: 0; }
    .product .content .page .page-new {
      float: right; }
  @media (max-width: 1500px) {
    .product .proLeft {
      width: 290px; }
      .product .proLeft .nav {
        width: 250px;
        margin-left: 20px; }
    .product .content {
      width: calc(100% - 380px);
      padding-right: 45px; }
    .product .content .tabs .t .t1 {
      margin-left: 20px;
      width: 90px; }
    .product .content .tabs .t .t2 {
      width: calc(100% - 110px - 95px); } }
  @media (max-width: 1200px) {
    .product .proLeft {
      width: 250px; }
      .product .proLeft .nav {
        width: 210px; }
    .product .proLeft .nav ul li .tits {
      font-size: 16px;
      line-height: 50px; }
      .product .proLeft .nav ul li .tits .icon {
        width: 32px; }
      .product .proLeft .nav ul li .tits i {
        height: 50px; }
    .product .proLeft .nav ul li dl dd .tit {
      font-size: 15px;
      line-height: 40px; }
      .product .proLeft .nav ul li dl dd .tit i {
        height: 40px; }
    .product .proLeft .nav ul li dl dd .tit span {
      margin-left: 15px; }
    .product .proLeft .nav ul li dl dd .tit1 a {
      padding-left: 20px;
      width: calc(100% - 20px);
      line-height: 36px;
      font-size: 13px; }
    .product .content {
      width: calc(100% - 310px);
      padding-right: 30px;
      padding-left: 30px; }
    .product .content .tabs .t .t2 a {
      margin-right: 30px; } }
  @media (max-width: 1024px) {
	.product{
		min-height: 0;
	}
    .product .proLeft {
      display: none;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000;
      background: none; }
      .product .proLeft .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6); }
      .product .proLeft .nav {
        width: 250px;
        height: 100%;
        background-color: #fff;
        float: right;
        margin-left: 0;
        padding-top: 25px;
        position: relative;
        z-index: 5; }
        .product .proLeft .nav ul {
          width: 210px;
          margin: 0 auto; }
    .product .content {
      width: 92%;
      padding: 20px 4% 30px; }
      .product .content .sx {
        display: block; } }
  @media (max-width: 768px) {
    .product .content .list .proItem {
      width: 48.5%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .product .content .list .proItem:nth-child(3n) {
        margin-right: 2%; }
      .product .content .list .proItem:nth-child(2n) {
        margin-right: 0; }
    .product .content .page .page-new {
      float: none; }
    .product .content .tabs .t .t1 {
      margin-left: 10px;
      float: none; }
    .product .content .tabs .t .t2 {
      width: calc(100% - 10px);
      margin-left: 10px; }
    .product .content .title {
      padding: 16px 0; }
    .product .content .tabs .t .t2 a {
      margin-right: 20px; } }
  @media (max-width: 550px) {
    .product .content .list .proItem {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; } }

.productInfo {
  background-color: #f7f8fa; }
  .productInfo .top {
    width: 100%;
    height: auto;
    background-color: #f0f2f5;
    padding-top: 5.2%;
    padding-bottom: 5.2%;
    position: relative; }
    .productInfo .top .picBox {
      width: 44.4%;
      float: left; }
      .productInfo .top .picBox .lPic {
        width: 15.6%;
        float: left; }
        .productInfo .top .picBox .lPic a {
          width: 100%;
          height: auto;
          display: block;
          box-sizing: border-box;
          margin-bottom: 20px;
          background-color: #fff; }
          .productInfo .top .picBox .lPic a.on {
            border: 2px solid #00a0e9; }
      .productInfo .top .picBox .bPic {
        width: 81.25%;
        float: right;
        background-color: #fff; }
    .productInfo .top .conBox {
      width: 47.2%;
      float: right;
      padding-top: 17px; }
      .productInfo .top .conBox .tits {
        font-size: 28px;
        line-height: 28px;
        color: #0c1729; }
      .productInfo .top .conBox .tit {
        font-size: 15px;
        line-height: 28px;
        color: #00a0e9;
        margin-top: 14px; 
<!--		 border-bottom: 1px solid #dcdee0;-->}

        .productInfo .top .conBox .tags span {
          margin-right: 20px; }
      .productInfo .top .conBox .tit1 {
        font-size: 15px;
        line-height: 36px;
        color: #86898f;
        margin-top: 40px;
        height: 180px;
        overflow: visible; }
        .productInfo .top .conBox .tit1 span {
          font-weight: bold; }
        .productInfo .top .conBox .tit1 ul {
          zoom: 1; }
          .productInfo .top .conBox .tit1 ul li {
            width: 100px;
            float: left;
            border-bottom: 1px solid #dcdee0; }
            .productInfo .top .conBox .tit1 ul li:nth-child(2n) {
              width: calc(100% - 100px); }

    .productInfo .top .return {
      position: absolute;
      top: 4%;
      left: 5.2%;
      padding-left: 35px;
      font-size: 15px;
      line-height: 28px;
      color: #00a0e9;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("../images/prev.png"); }
  .productInfo .box1 {
    background-color: #fff;
    padding: 3.1% 0; }
    .productInfo .box1 .title {
      font-size: 24px;
      line-height: 24px;
      color: #0c1729;
      margin-top: 40px; }
    .productInfo .box1 .list {
      margin-top: 60px; }
      .productInfo .box1 .list .item {
        position: relative;
        margin-bottom: 9.7%; }
        .productInfo .box1 .list .item .pic {
          width: 55.56%;
          float: left; }
        .productInfo .box1 .list .item .con {
          width: 54.2%;
          height: calc(100% - 90px);
          top: 45px;
          background-color: #f7f8fa;
          box-shadow: 10px 3px 20px rgba(0, 25, 20, 0.1);
          position: absolute;
          right: 0; }
          .productInfo .box1 .list .item .con .conn {
            width: 620px;
            max-width: 90%;
            margin: 0 auto;
            padding-top: 9.2%; }
            .productInfo .box1 .list .item .con .conn .tits {
              font-size: 28px;
              line-height: 36px;
              color: #0c1729;
              font-weight: bold; }
              .productInfo .box1 .list .item .con .conn .tits span {
                font-weight: normal; }
            .productInfo .box1 .list .item .con .conn .line {
              width: 32px;
              height: 2px;
              background-color: #00a0e9;
              margin-top: 15px; }
            .productInfo .box1 .list .item .con .conn .tit {
              font-size: 16px;
              line-height: 24px;
              color: #86898f;
              margin-top: 15px; }
        .productInfo .box1 .list .item:nth-child(2n) .pic {
          float: right; }
        .productInfo .box1 .list .item:nth-child(2n) .con {
          left: 0;
          right: auto; }
    .productInfo .box1 img {
      max-width: 100%;
      height: auto !important;
      margin: 0 auto;
      display: block; }
    .productInfo .box1 .wap {
      display: none; }
      





.productInfo .box1 table {
        margin-top: 30px;
        border-collapse: collapse;
        border: 1px dashed white;
    }

       .productInfo .box1 table tbody {
            display: block;
            /*height: 350px;*/
            /*overflow-y: scroll;*/
        }


       .productInfo .box1 table thead,
       .productInfo .box1 tbody tr {
            display: table;
            width: 100%;
            table-layout: fixed;
        }  
    .productInfo .box1 table tr td:nth-child(1) {
        font-weight: bold;
        font-size: 16px;
    }
 

 
      .productInfo .box1  table tr:nth-child(even) {
            background-color: #FFFFFF;
        }
       .productInfo .box1 table tr:nth-child(odd) {
            background-color: #E6E6FA;
        }
       .productInfo .box1 table th:nth-child(even) {
            background-color: #DDDDDD;
        }

  .productInfo .box1  table th:nth-child(odd) {
        background-color: #CCCCFF;
    }
        
   .productInfo .box1 table {    
        width: 100%;
        margin: auto;
    }

   .productInfo .box1 th {
        color: white;
        height: 60px;
        text-align: center;
        font-size: 20px;
        font-weight: lighter;
        letter-spacing: 2px;
        border-radius:5px;
    }
    .productInfo .box1 tr, td {
        border: 1px dotted white;
        height: 50px;
        text-align: center;
    }
   
    .productInfo .box1 tbody {
        font-size: 1em;
        padding: 20px;
    }
   .productInfo .box1 table tr:hover {
        background-color: #CCDDFF;
    }






      
    @media (max-width: 750px) {
      .productInfo .box1 .wap {
        display: block; }
      .productInfo .box1 .pc {
        display: none; } }
  .productInfo .box2 {
    background-color: #f0f2f5;
    padding: 60px 0; }
    .productInfo .box2 .title {
      font-size: 24px;
      line-height: 24px;
      color: #0c1729; }
    .productInfo .box2 .butBox {
      margin-top: 30px; }
      .productInfo .box2 .butBox a {
        width: 190px;
        height: 44px;
        border: 2px solid #00a0e9;
        font-size: 16px;
        line-height: 44px;
        color: #00a0e9;
        display: block;
        text-align: center;
        float: left;
        margin-right: 20px;
        border-radius: 24px; }
        .productInfo .box2 .butBox a span {
          padding-left: 34px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../images/info_icon3.png");
          display: inline-block; }
  .productInfo .box3 {
    padding-top: 60px;
    padding-bottom: 6.25%; }
    .productInfo .box3 .title {
      border-bottom: 1px solid #dcdee0;
      padding-bottom: 22px; }
      .productInfo .box3 .title .tits {
        float: left;
        font-size: 24px;
        line-height: 24px;
        position: relative; }
        .productInfo .box3 .title .tits:after {
          width: 100%;
          height: 2px;
          background-color: #00a0e9;
          position: absolute;
          left: 0;
          bottom: -23px;
          content: ''; }
      .productInfo .box3 .title a {
        float: right;
        font-size: 14px;
        line-height: 14px;
        color: #008bcc;
        padding-right: 18px;
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url("../images/icon15.png");
        display: inline-block;
        margin-top: 10px; }
    .productInfo .box3 .list {
      margin-top: 50px; }
      .productInfo .box3 .list .proItem {
        float: left;
        width: 22.9%;
        margin-right: 2.15%; }
        .productInfo .box3 .list .proItem:last-child {
          margin-right: 0; }
  @media (max-width: 1366px) {
    .productInfo .top .conBox .tit1 {
      margin-top: 15px; }
    .productInfo .top .conBox .tits {
      font-size: 22px;
      line-height: 22px; }
    .productInfo .box1 .list .item .con .conn .tits {
      font-size: 22px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .productInfo .top {
      padding-top: 60px; }
    .productInfo .top .picBox {
      width: 49%; }
    .productInfo .top .conBox .tags {
      margin-top: 15px; }
    .productInfo .top .conBox .tit1 {
      font-size: 14px;
      line-height: 28px;
      height: 140px; }
    .productInfo .box1 .list .item .con {
      height: calc(100% - 60px);
      top: 30px; }
      .productInfo .box1 .list .item .con .conn {
        padding-top: 4.2%; }
        .productInfo .box1 .list .item .con .conn .tits {
          font-size: 18px;
          line-height: 26px; }
        .productInfo .box1 .list .item .con .conn .line {
          margin-top: 10px; }
        .productInfo .box1 .list .item .con .conn .tit {
          margin-top: 10px;
          font-size: 14px;
          line-height: 22px; } }
  @media (max-width: 1024px) {
    .productInfo .box3 .list .proItem {
      width: 48.5%;
      margin-right: 2%; }
      .productInfo .box3 .list .proItem:nth-child(2n) {
        margin-right: 0; }
      .productInfo .box3 .list .proItem:nth-child(3) {
        display: none; } }
  @media (max-width: 768px) {
    .productInfo .top .picBox {
      width: 100%;
      float: none; }
    .productInfo .top .conBox {
      width: 100%;
      float: none; }
      .productInfo .top .conBox .tits {
        font-size: 18px;
        line-height: 22px; }
    .productInfo .top .return {
      top: 20px; }
    .productInfo .top .picBox .lPic a {
      margin-bottom: 10px; }
    .productInfo .box1 .title {
      margin-top: 20px; }
    .productInfo .box1 .list {
      margin-top: 25px; }
      .productInfo .box1 .list .item {
        margin-bottom: 20px; }
        .productInfo .box1 .list .item .pic {
          width: 100%;
          float: none !important; }
        .productInfo .box1 .list .item .con {
          width: 100%;
          height: auto;
          position: relative;
          top: auto;
          right: auto !important;
          left: auto !important;
          padding-bottom: 20px;
          padding-top: 15px; }
    .productInfo .box2 {
      padding: 20px 0; }
      .productInfo .box2 .title {
        font-size: 18px;
        line-height: 18px; }
      .productInfo .box2 .butBox a {
        width: 160px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        border-width: 1px;
        margin-right: 10px; }
    .productInfo .box1 .title {
      font-size: 20px;
      line-height: 20px; }
    .productInfo .box3 .title {
      padding-bottom: 8px; }
      .productInfo .box3 .title a {
        margin-top: 2px; }
    .productInfo .box3 .title .tits {
      font-size: 20px;
      line-height: 20px; }
      .productInfo .box3 .title .tits:after {
        bottom: -9px; }
    .productInfo .box3 {
      padding-top: 25px; }
    .productInfo .box3 .list {
      margin-top: 20px; }
    .productInfo .box3 .list .proItem {
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px; }
      .productInfo .box3 .list .proItem:nth-child(3) {
        display: block; } }

.newsInfo {
  background-color: #f7f8fa;
  padding-top: 7.3%;
  position: relative; }
  .newsInfo .content {
    width: 900px;
    max-width: 92%;
    margin: 0 auto;
    padding-bottom: 4%; }
    .newsInfo .content .title {
      border-bottom: 1px solid #e6e6e6;
      text-align: center;
      padding-bottom: 25px; }
      .newsInfo .content .title .time {
        font-size: 14px;
        line-height: 16px;
        color: #6c6f75; }
      .newsInfo .content .title .tits {
        font-size: 28px;
        line-height: 36px;
        color: #0c1729;
        margin-top: 10px; }
    .newsInfo .content .con {
      font-size: 14px;
      line-height: 24px;
      color: #86898f;
      margin-top: 60px;
      border-bottom: 1px solid #e6e6e6;
      padding-bottom: 53px; }
      .newsInfo .content .con img {
        max-width: 100%;
        height: auto !important;
        margin: 0 auto;
        display: block; }
    .newsInfo .content .share {
      width: 100%;
      padding-top: 22px; }
      .newsInfo .content .share span {
        float: left;
        font-size: 14px;
        line-height: 18px;
        color: #8b8e99;
        margin-right: 15px; }
      .newsInfo .content .share .shareNew {
        float: left; }
        .newsInfo .content .share .shareNew a {
          float: left;
          padding: 0;
          margin: 0;
          background-position: center;
          background-repeat: no-repeat;
          margin-right: 22px; }
          .newsInfo .content .share .shareNew a.bds_weixin {
            width: 22px;
            height: 18px;
            background-image: url("../images/wx.png"); }
          .newsInfo .content .share .shareNew a.bds_sqq {
            width: 18px;
            height: 18px;
            background-image: url("../images/qq.png"); }
          .newsInfo .content .share .shareNew a.bds_tsina {
            width: 23px;
            height: 18px;
            background-image: url("../images/wb.png"); }
  .newsInfo .paging {
    background-color: #f0f2f5;
    padding: 60px 0; }
    .newsInfo .paging a {
      width: 48%;
      display: block; }
      .newsInfo .paging a span {
        font-size: 15px;
        line-height: 28px;
        color: #00a0e9;
        display: block;
        background-repeat: no-repeat; }
      .newsInfo .paging a i {
        width: calc(100% - 100px);
        height: 28px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #0c1729;
        line-height: 28px;
        font-size: 16px; }
      .newsInfo .paging a.left span {
        float: left;
        padding-left: 38px;
        background-position: left center;
        background-image: url("../images/prev.png"); }
      .newsInfo .paging a.left i {
        float: right; }
      .newsInfo .paging a.right span {
        float: right;
        padding-right: 38px;
        background-position: right center;
        background-image: url("../images/next.png"); }
      .newsInfo .paging a.right i {
        float: left;
        text-align: right; }
      @media (min-width: 1024px) {
        .newsInfo .paging a:hover i {
          color: #00a0e9; } }
  .newsInfo .return {
    position: absolute;
    top: 11.3%;
    left: 5.2%;
    padding-left: 35px;
    font-size: 15px;
    line-height: 28px;
    color: #00a0e9;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../images/prev.png"); }
  @media (max-width: 1200px) {
    .newsInfo .content .title .tits {
      font-size: 22px;
      line-height: 30px; }
    .newsInfo .content .title {
      padding-bottom: 10px; }
    .newsInfo .content .con {
      margin-top: 40px; }
    .newsInfo .return {
      top: 3%; } }
  @media (max-width: 768px) {
    .newsInfo .return {
      top: 2%;
      left: 2%; }
    .newsInfo .content .title .tits {
      font-size: 18px;
      line-height: 26px; }
    .newsInfo .content .con {
      margin-top: 20px;
      padding-bottom: 25px; }
    .newsInfo .content .share {
      padding-top: 15px; }
    .newsInfo .paging {
      padding: 15px 0; }
      .newsInfo .paging a {
        width: 100%;
        margin-bottom: 5px; }
        .newsInfo .paging a.right span {
          float: left;
          background-position: left center;
          padding-left: 38px;
          padding-right: 0;
          background-image: url("../images/prev.png"); }
        .newsInfo .paging a.right i {
          text-align: left;
          float: right; } }

.picBig {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none; }
  .picBig .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer; }
  .picBig img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%; }

.bbbg {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  z-index: 199; }

.vvvv {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000; }

.vvvv .bgz {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6); }

.vvvv .videoBox {
  width: 1366px;
  height: 620px;
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000; }

.vvvv .videoBox video {
  width: 100%;
  height: 100%; }

.click-close {
  width: 40px;
  height: 40px;
  background: #fff url("../images/close.png") center no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20000000;
  display: none;
  cursor: pointer; }

@media (max-width: 1366px) {
  .vvvv .videoBox {
    width: 900px;
    height: 480px; } }
@media (max-width: 1024px) {
  .vvvv .videoBox {
    width: 100%;
    height: 100%; } }
.searchBox {
  width: 100%;
  height: auto;
  position: fixed;
  top: 82px;
  background-color: #fff;
  left: 0;
  z-index: 100;
  padding: 30px 0;
  display: none; }
  .searchBox .searchNew {
    width: 1000px;
    height: auto;
    margin: 0 auto; }
    .searchBox .searchNew .text {
      width: calc(100% - 190px);
      float: left;
      height: 45px;
      border: none;
      border-bottom: 2px solid #00a0e9;
      background: none;
      padding-left: 20px;
      font-size: 16px;
      line-height: 43px;
      box-sizing: border-box;
      color: #666; }
    .searchBox .searchNew .submit {
      width: 160px;
      height: 45px;
      float: right;
      background: none;
      border: none;
      background-color: #00a0e9;
      border-radius: 10px;
      box-shadow: 0 6px 20px rgba(18, 43, 137, 0.24);
      background-image: url("../images/search.png");
      background-position: center;
      background-repeat: no-repeat; }

@media (max-width: 1024px) {
  .header .lan {
    display: none; } }


.hoshizaki .content{
  margin: 63px auto 0;
}
.hoshizaki .content .top .tits{
  font-size: 32px;
  line-height: 50px;
  color: #0c1729;
  float: left;
}
.hoshizaki .content .top .searchB{
  float: right;
}
.hoshizaki .content .top .searchB .sel{
  width: 204px;
  float: left;
  position: relative;
  cursor: pointer;
}
.hoshizaki .content .top .searchB .sel ul{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  top: 49px;
  left: 0;
  border: 1px solid #00a0e9;
  position: absolute;
  padding: 10px 0;
  z-index: 30;
  display: none;
}
.hoshizaki .content .top .searchB .sel ul li{
  font-size: 16px;
  line-height: 34px;
}
.hoshizaki .content .top .searchB .sel ul li a{
  color: #6c6f75;
  padding-left: 20px;
  width: calc(100% - 20px);
  display: block;
}
.hoshizaki .content .top .searchB .sel .t{
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #dadfe5;
  font-size: 16px;
  line-height: 48px;
  color: #6c6f75;
  background-color: #fff;
}
.hoshizaki .content .top .searchB .sel .t span{
  float: left;
  margin-left: 19px;
}
.hoshizaki .content .top .searchB .sel .t i{
  width: 11px;
  height: 48px;
  float: right;
  background-image: url('../images/shop_icon6.png');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 19px;
  transition: all .2s;
}
.hoshizaki .content .top .searchB .sel .t.on{
  border-color: #00a0e9;
}
.hoshizaki .content .top .searchB .sel .t.on i{
  transform: rotate(180deg);
}
@media (min-width: 1024px){
  .hoshizaki .content .top .searchB .sel:hover .t{
    border-color: #00a0e9;
  }
  .hoshizaki .content .top .searchB .sel:hover .t i{
    transform: rotate(180deg);
  }
  .hoshizaki .content .top .searchB .sel:hover ul{
    display: block;
  }
}
.hoshizaki .content .top .searchB .tx{
  float: left;
  margin-left: 20px;
}
.hoshizaki .content .top .searchB .tx .text{
  width: 340px;
  box-sizing: border-box;
  border: 1px solid #dadfe5;
  font-size: 16px;
  line-height: 48px;
  background-color: #fff;
  color: #6c6f75;
  padding-left: 19px;
  border-right: none;
  float: left;
}
.hoshizaki .content .top .searchB .tx .submit{
  width: 120px;
  height: 50px;
  float: left;
  border: none;
  background-color: #00a0e9;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  display: block;
}

.hoshizaki .content .box{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-top: 6.4%;
  margin-top: 60px;
  padding-bottom: 30px;
}
.hoshizaki .content .box .list{
  width: 1155px;
  max-width: 92%;
  margin: 0 auto;
}
.hoshizaki .content .box .list ul li{
  width: 26%;
  float: left;
  margin-right: 11%;
  margin-bottom: 11%;
}
.hoshizaki .content .box .list ul li:nth-child(3n){
  margin-right: 0;
}
.hoshizaki .content .box .list ul li a{
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  overflow: hidden;
}
.hoshizaki .content .box .list ul li a img{
  transition: all 1.5s;
}
.hoshizaki .content .box .list ul li a .con{
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 0;
}
.hoshizaki .content .box .list ul li a .con p{
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  width: calc(100% - 60px);
  margin: 0 auto;
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow:  ellipsis;
}
@media (min-width: 1024px){
  .hoshizaki .content .box .list ul li:hover a img{
    transform: scale(1.1);
  }
}

@media (max-width: 1366px){
  .hoshizaki .content .box .list ul li{
    width: 29%;
    margin-bottom: 6.5%;
    margin-right: 6.5%;
  }
}
@media (max-width: 1200px){
  .hoshizaki .content .top .tits{
    font-size: 24px;
  }
  .hoshizaki .content .box .list ul li a .con{
    padding: 10px 0;
  }
  .hoshizaki .content .box .list ul li a .con p{
    width: calc(100% - 40px);
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }
  .hoshizaki .content .box .list ul li{
    width: 31%;
    margin-bottom: 3.5%;
    margin-right: 3.5%;
  }
  .hoshizaki .content{
    margin: 40px auto 0;
  }
  .hoshizaki .content .box{
    margin-top: 40px;
  }
}
@media (max-width: 940px){
  .hoshizaki .content .top .tits{
    float: none;
    line-height: 40px;
  }
  .hoshizaki .content .top .searchB{
    float: right;
    width: 100%;
  }
}
@media (max-width: 768px){
  .hoshizaki .content .top .tits{
    font-size: 20px;
    line-height: 20px;
  }
  .hoshizaki .content .top .searchB{
    margin-top: 15px;
  }
  .hoshizaki .content .top .searchB .sel{
    width: 100%;
    float: none;
  }
  .hoshizaki .content .top .searchB .sel .t{
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
  .hoshizaki .content .top .searchB .sel .t i{
    height: 38px;
  }
  .hoshizaki .content .top .searchB .sel .t{
    height: 38px;
  }
  .hoshizaki .content .top .searchB .tx{
    float: none;
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 10px;
    margin-left: 0;
  }
  .hoshizaki .content .top .searchB .tx .text{
    width: calc(100% - 80px);
    height: 40px;
    line-height: 30px;
    font-size: 14px;
  }
  .hoshizaki .content .top .searchB .tx .submit{
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .hoshizaki .content{
    margin: 20px auto 0;
  }
  .hoshizaki .content .box{
    margin-top: 20px;
  }
  .hoshizaki .content .box .list ul li{
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .hoshizaki .content .box .list ul li:nth-child(3n){
    margin-right: 3%;
  }
  .hoshizaki .content .box .list ul li:nth-child(2n){
    margin-right: 0;
  }
  .hoshizaki .content .box .list ul li a .con{
    padding: 10px 0;
  }
  .hoshizaki .content .box .list ul li a .con p{
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    width: calc(100% - 20px);
  }
  .hoshizaki .content .top .searchB .sel ul{
    top: 37px;
  }
}


.hoshizakiInfo{
  background-color: #f7f8fa;
  padding-top: 7.3%;
  position: relative;
}
.hoshizakiInfo .content{
  width: 1400px;
  margin: 0 auto;
  max-width: 92%;
  padding-bottom: 72px;
}
.hoshizakiInfo .content .title{
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  color: #0c1729;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
}
.hoshizakiInfo .content .box{
  margin-top: 60px;
}
.hoshizakiInfo .content .box .picBox{
  width: 50%;
  float: right;
}
.hoshizakiInfo .content .box .con{
  width: 100%;
  padding-top: 0 !important;
}
.hoshizakiInfo .content .box .con img{
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.hoshizakiInfo .content .box .con .tits{
  font-size: 22px;
  line-height: 22px;
  color: #0c1729;
}
.hoshizakiInfo .content .box .con .tits span{
  padding-right: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../images/x4.png');
}
.hoshizakiInfo .content .box .con .tit{
  font-size: 14px;
  line-height: 16px;
  color: #86898f;
  margin-top: 0 !important;
}
.hoshizakiInfo .content .box .con .tit p{
  /*padding-left: 20px;*/
  margin-bottom: 16px;
  position: relative;
}
/*.hoshizakiInfo .content .box .con .tit p:after{
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
  background-color: #86898f;
  content: '';
}*/

.hoshizakiInfo .content .videoBox{
  width: 904px;
  max-width: 92%;
  margin: 60px auto 0;
  position: relative;
  background-color: #175d9c;
  cursor: pointer;
}
.hoshizakiInfo .content .videoBox img{
  opacity: 0.55;
}
.hoshizakiInfo .content .videoBox .click{
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/x5.png');
}
.hoshizakiInfo .content .box2{
  margin-top: 80px;
  border-top: 1px solid #e6e6e6;
}
.hoshizakiInfo .content .box2 .downList{
  width: calc(100% - 260px);
  float: left;
  padding-top: 23px;
}
.hoshizakiInfo .content .box2 .downList a{
  width: 100%;
  display: block;
  padding-left: 30px;
  font-size: 18px;
  line-height: 28px;
  box-sizing: border-box;
  color: #0c1729;
  background-position: left 5px;
  background-repeat: no-repeat;
  background-image: url('../images/x6.png');
  margin-bottom: 10px;
}
.hoshizakiInfo .content .box2 .downList a:last-child{
  margin-bottom: 0;
}
@media (min-width: 1024px){
  .hoshizakiInfo .content .box2 .downList a:hover{
    color: #17a8eb;
  }
}


.hoshizakiInfo .content .box2 .share {
  float: right;
  padding-top: 22px; }
  .hoshizakiInfo .content .box2 .share span {
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #8b8e99;
    margin-right: 15px; }
  .hoshizakiInfo .content .box2 .share .shareNew {
    float: left; }
    .hoshizakiInfo .content .box2 .share .shareNew a {
      float: left;
      padding: 0;
      margin: 0;
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 22px; }
      .hoshizakiInfo .content .box2 .share .shareNew a.bds_weixin {
        width: 22px;
        height: 18px;
        background-image: url("../images/wx.png"); }
      .hoshizakiInfo .content .box2 .share .shareNew a.bds_sqq {
        width: 18px;
        height: 18px;
        background-image: url("../images/qq.png"); }
      .hoshizakiInfo .content .box2 .share .shareNew a.bds_tsina {
        width: 23px;
        height: 18px;
        background-image: url("../images/wb.png"); }
.hoshizakiInfo .paging {
background-color: #f0f2f5;
padding: 60px 0; }
.hoshizakiInfo .paging a {
  width: 48%;
  display: block; }
  .hoshizakiInfo .paging a span {
    font-size: 15px;
    line-height: 28px;
    color: #00a0e9;
    display: block;
    background-repeat: no-repeat; }
  .hoshizakiInfo .paging a i {
    width: calc(100% - 100px);
    height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0c1729;
    line-height: 28px;
    font-size: 16px; }
  .hoshizakiInfo .paging a.left span {
    float: left;
    padding-left: 38px;
    background-position: left center;
    background-image: url("../images/prev.png"); }
  .hoshizakiInfo .paging a.left i {
    float: right; }
  .hoshizakiInfo .paging a.right span {
    float: right;
    padding-right: 38px;
    background-position: right center;
    background-image: url("../images/next.png"); }
  .hoshizakiInfo .paging a.right i {
    float: left;
    text-align: right; }
  @media (min-width: 1024px) {
    .hoshizakiInfo .paging a:hover i {
      color: #00a0e9; } }

.hoshizakiInfo .return {
    position: absolute;
    top: 9.6%;
    left: 5.2%;
    padding-left: 35px;
    font-size: 15px;
    line-height: 28px;
    color: #00a0e9;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../images/prev.png"); }

@media (max-width: 1200px){
  .hoshizakiInfo .content .title{
    font-size: 22px;
    line-height: 30px;
  }
  .hoshizakiInfo .return{
    top: 3%;
  }
}
@media (max-width: 768px) {
  .hoshizakiInfo .return{
    top: 2%;
    left: 2%;
  }
  .hoshizakiInfo .content .title{
    font-size: 18px;
    line-height: 26px;
  }
  .hoshizakiInfo .content .box{
    margin: 20px auto 0;
  }
  .hoshizakiInfo .content .box .picBox{
    width: 100%;
    float: none;
  }
  .hoshizakiInfo .content .box .con{
    width: 100%;
    float: none;
  }
  .hoshizakiInfo .content .box .con .tits{
    font-size: 18px;
  }
  .hoshizakiInfo .content .box .con .tit{
    margin-top: 15px;
  }
  .hoshizakiInfo .content .videoBox{
    margin-top: 20px;
  }
  .hoshizakiInfo .content .box2{
    margin-top: 20px;
  }
  .hoshizakiInfo .content .box2 .downList{
    width: 100%;
    float: none;
  }
  .hoshizakiInfo .content .box2 .downList a{
    font-size: 15px;
  }
  .hoshizakiInfo .content .box2 .share{
    float: none;
  }
  .hoshizakiInfo .content{
    padding-bottom: 25px;
  }
  .hoshizakiInfo .content .videoBox .click{
    width: 38px;
    height: 38px;
  }

  .hoshizakiInfo .paging {
    padding: 15px 0; }
    .hoshizakiInfo .paging a {
      width: 100%;
      margin-bottom: 5px; }
      .hoshizakiInfo .paging a.right span {
        float: left;
        background-position: left center;
        padding-left: 38px;
        padding-right: 0;
        background-image: url("../images/prev.png"); }
      .hoshizakiInfo .paging a.right i {
        text-align: left;
        float: right; } }



.hoshizakiInfo .content .box .picBox .btns{
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 15px;
  text-align: center;
  font-size: 0;
}
.hoshizakiInfo .content .box .picBox .btns span{
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-radius: 100%;
  border: 1px solid #00a0e9;
  background: none;
  opacity: 1;
}
.hoshizakiInfo .content .box .picBox .btns span.swiper-pagination-bullet-active{
  background: #00a0e9;
}
@media (max-width: 768px){
  .hoshizakiInfo .content .box .picBox .btns{
    margin-top: 10px;
  }
  .hoshizakiInfo .content .box .picBox .btns span{
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }

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

/*productlist*/
/*pb_title*/
.pb_title{text-align:center;position:relative;}
.pb_title .h_t{margin:0;font-size:41px;color:#333;height:50px;line-height:50px;position:relative;font-weight:bold;}
.pb_title h2{margin-top: 20px;margin-bottom: 10px;font-size: 30px;}
.pb_title i{display:inline-block;width:45px;height:4px;margin:14px 0 11px;background:#0088d5;}
.pb_title p{margin:0;font-size:18px;color:#757575;line-height:26px;height:26px;position:relative;}
.zbpl_ul{position:relative;}
.zbpl_ul .zbpl_li{background:#FFF;margin-top:30px;width:23%;float:left;margin-left:2%;display:block;}
.zbpl_ul .zbpl_li:nth-child(4n+1){margin-left:0;}
.zbpl_ul .zbpl_li .zbpl_img{width:100%;padding-bottom:100%;position:relative;overflow:hidden;border:2px solid #efefef;}
.zbpl_ul .zbpl_li .zbpl_img img{object-fit:cover;width:100%;height:100%;position:absolute;left:0;top:0;display:block;}
.zbpl_ul .zbpl_li .zbpl_img .videoicon{background:url(../images/videoicon.png) no-repeat center center rgba(0,0,0,.3);position:absolute;left:0;top:0;background-size:60px auto;display:block;width:100%;height:100%;}
.zbpl_ul .zbpl_li p{margin:0;line-height:43px;color:#666;text-align:center;background:#F1F1F1;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.zbpl_ul .zbpl_li p a{color:#666;}
@media screen and (max-width:1429px){
	.pb_title .h_t{font-size:32px;height:42px;line-height:42px;}
	.pb_title i{margin:10px 0 8px;}
	.pb_title p{font-size:16px;height:24px;line-height:24px;}
}
@media screen and (max-width:1229px){
    .pb_title .h_t{font-size:26px;height:34px;line-height:34px;}
	.pb_title i{margin:8px 0 6px;}
	.pb_title p{font-size:15px;height:24px;line-height:24px;}
}
@media screen and (max-width:1023px){
    .pb_title .h_t{font-size:24px;height:30px;line-height:30px;}
	.pb_title p{font-size:14px;height:24px;line-height:24px;}
	.zbpl_ul .zbpl_li{width:49%;margin-top:20px;}
	.zbpl_ul .zbpl_li:nth-child(3n+1){margin-left:2%;}
	.zbpl_ul .zbpl_li:nth-child(odd){margin-left:0;}
}
@media screen and (max-width:767px){
    .pb_title .h_t{font-size:20px;height:28px;line-height:28px;}
	.pb_title i{width:38px;height:3px;}
}
@media screen and (max-width:499px){
    .pb_title .h_t{font-size:18px;height:26px;line-height:26px;}
	.pb_title i{margin:5px 0;}
	.pb_title p{height:auto;font-size:12px;line-height:20px;}
	.zbpl_ul .zbpl_li{width:100%;margin-top:15px;margin-left:0;float:none;}
	.zbpl_ul .zbpl_li:nth-child(3n+1){margin-left:0%;}
}
/*productlist end*/
