@charset "UTF-8";
.fl {
  float: left; }

.fr {
  float: right; }

@font-face {
  font-family: "GIL";
  src: url("../fonts/gilroy-light.woff") format("woff"), url("../fonts/gilroy-light.ttf") format("truetype"), url("../fonts/gilroy-light.svg") format("svg"), url("../fonts/Gilroy-Light.otf") format("opentype"); }
.GIL {
  font-family: "GIL"; }

@font-face {
  font-family: "GILB";
  src: url("../fonts/gilroy-bold.woff") format("woff"), url("../fonts/gilroy-bold.ttf") format("truetype"), url("../fonts/gilroy-bold.svg") format("svg"), url("../fonts/gilroy-bold.otf") format("opentype"); }
.GILB {
  font-family: "GILB"; }

@font-face {
  font-family: "GILR";
  src: url("../fonts/gilroy-regular.woff") format("woff"), url("../fonts/gilroy-regular.ttf") format("truetype"), url("../fonts/gilroy-regular.svg") format("svg"), url("../fonts/gilroy-regular.otf") format("opentype"); }
.GILR {
  font-family: "GILR"; }

.main {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box; }

.w1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: calc(100% - 196px); }
  @media (max-width: 1366px) {
    .w1400 {
      max-width: calc(100% - 140px); } }
  @media (max-width: 1024px) {
    .w1400 {
      max-width: 92%; } }

.w1200 {
  width: 1200px;
  margin: 0 auto;
  max-width: 92%; }

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

/*导航样式*/
.header {
  width: 100%;
  height: 104px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  box-sizing: border-box;
  padding: 0 5.2%;
  transition: all 0.5s; }
  .header .logo {
    width: 173px;
    float: left;
    display: block;
    margin-top: 28px;
    position: relative;
    z-index: 10; }
  .header .tel {
    float: right;
    font-size: 18px;
    line-height: 50px;
    padding-left: 68px;
    background-position: left center;
    background-size: 50px 50px;
    color: #fff;
    background-image: url("../images/header_tel.png");
    background-repeat: no-repeat;
    margin-top: 27px;
    position: relative;
    z-index: 10; }
  .header .nav {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 0; }
    .header .nav ul {
      display: inline-block; }
      .header .nav ul li {
        float: left;
        margin: 0 44px; }
        .header .nav ul li a {
          font-size: 20px;
          line-height: 104px;
          display: block;
          color: #fff;
          position: relative; }
          .header .nav ul li a:after {
            width: calc(100% - 6px - 4px);
            height: 2px;
            position: absolute;
            left: 3px;
            top: 82px;
            content: '';
            background-color: #00a2e6;
            display: none; }
          .header .nav ul li a:before {
            width: 2px;
            height: 2px;
            position: absolute;
            right: 3px;
            top: 82px;
            content: '';
            background-color: #ee8219;
            display: none; }
        .header .nav ul li.on a:after {
          display: block; }
        .header .nav ul li.on a:before {
          display: block; }
        @media (min-width: 1024px) {
          .header .nav ul li:hover a:after {
            display: block; }
          .header .nav ul li:hover a:before {
            display: block; } }
  .header .navClick {
    width: 22px;
    height: 18px;
    margin-top: 16px;
    display: block;
    float: right;
    display: none; }
    .header .navClick span {
      width: 100%;
      height: 2px;
      background-color: #00a2e6;
      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;
    box-shadow: 0px 0px 22px 8px rgba(0, 0, 0, 0.1); }
    .header.on .tel {
      color: #333; }
    .header.on .nav ul li a {
      color: #333; }
  @media (max-width: 1500px) {
    .header .nav ul li {
      margin: 0 20px; } }
  @media (max-width: 1366px) {
    .header .nav ul li a {
      font-size: 18px; }
    .header .tel {
      background-size: 40px 40px;
      padding-left: 54px;
      margin-top: 32px; } }
  @media (max-width: 1200px) {
    .header .nav ul li {
      margin: 0 15px; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px;
      background-color: #fff;
      box-shadow: 0px 0px 22px 8px rgba(0, 0, 0, 0.1); }
      .header .logo {
        width: 116px;
        margin-top: 6px; }
      .header .tel {
        font-size: 0;
        height: 30px;
        padding-left: 36px;
        margin-top: 10px;
        margin-right: 15px;
        background-size: 30px 30px;
        font-size: 14px;
        line-height: 30px;
        color: #333; }
      .header .navClick {
        display: block; }
      .header .nav {
        display: none;
        width: 100%;
        height: calc(100vh - 50px);
        background-color: rgba(0, 0, 0, 0.7);
        top: 50px;
        position: fixed;
        left: 0; }
        .header .nav ul {
          width: 175px;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          display: block;
          background-color: #fff;
          text-align: left;
          border-top: 1px solid #eee;
          box-sizing: border-box; }
          .header .nav ul li {
            width: 100%;
            display: block;
            margin: 0; }
            .header .nav ul li a {
              font-size: 16px;
              line-height: 50px;
              color: #333;
              padding-left: 20px; }
              .header .nav ul li a:after {
                display: none !important; }
              .header .nav ul li a:before {
                display: none !important; } }

.indexMore {
  width: 177px;
  height: auto;
  position: relative;
  display: block; }
  .indexMore span {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    letter-spacing: 1px;
    display: block;
    width: 100%;
    text-align: center; }
    .indexMore span i {
      padding-right: 20px;
      display: inline-block;
      background-image: url("../images/sj.png");
      background-position: right center;
      background-repeat: no-repeat;
      transition: all 0.5s; }
  .indexMore .img1 {
    width: 21px;
    position: absolute;
    bottom: 63px;
    right: -13px; }
  @media (min-width: 1024px) {
    .indexMore:hover span i {
      padding-right: 30px; } }
  @media (max-width: 1366px) {
    .indexMore {
      width: 150px; }
      .indexMore .img1 {
        width: 18px;
        bottom: 53px;
        right: -7px; } }
  @media (max-width: 768px) {
    .indexMore {
      width: 110px; }
      .indexMore span {
        font-size: 13px;
        letter-spacing: 0; }
        .indexMore span i {
          padding-right: 15px; }
      .indexMore .img1 {
        width: 14px;
        bottom: 40px;
        right: -7px; } }

/*首页banner样式*/
.index-banner {
  position: relative; }
  .index-banner ul li {
    width: 100%;
    height: 100vh;
    position: relative; }
    .index-banner ul li .con {
      width: 100%;
      padding-left: 5.2%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      box-sizing: border-box; }
      .index-banner ul li .con .tits {
        font-size: 54px;
        line-height: 72px;
        color: #fff;
        transform: translateY(60px);
        opacity: 0;
        transition: all 0.5s 0.8s; }
        .index-banner ul li .con .tits span {
          font-weight: 600;
          color: #ee8219; }
      .index-banner ul li .con .indexMore {
        margin-top: 5.4%;
        transform: translateY(60px);
        opacity: 0;
        transition: all 0.5s 1s; }
    .index-banner ul li.swiper-slide-active .con .tits, .index-banner ul li.swiper-slide-active .con .indexMore {
      opacity: 1;
      transform: translateY(0); }
  .index-banner .bottom {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5.2%;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 10; }
    .index-banner .bottom .buts {
      float: left; }
      .index-banner .bottom .buts a {
        width: 50px;
        height: 50px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 100%;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        float: left;
        margin-right: 15px;
        box-sizing: border-box;
        cursor: pointer; }
        .index-banner .bottom .buts a.prev {
          background-image: url("../images/prev1.png"); }
        .index-banner .bottom .buts a.next {
          background-image: url("../images/next1.png"); }
        .index-banner .bottom .buts a:hover {
          border: 1px solid #fff; }
          .index-banner .bottom .buts a:hover.prev {
            background-image: url("../images/prev1_h.png"); }
          .index-banner .bottom .buts a:hover.next {
            background-image: url("../images/next1_h.png"); }
    .index-banner .bottom .btns {
      float: right; }
      .index-banner .bottom .btns span {
        font-size: 14px;
        line-height: 50px;
        color: #ccc;
        font-family: GILR;
        cursor: pointer;
        margin-right: 15px;
        float: left;
        position: relative;
        overflow: hidden; }
        .index-banner .bottom .btns span b {
          float: left;
          margin-right: 15px;
          width: 13px; }
        .index-banner .bottom .btns span i {
          width: 58px;
          height: 1px;
          margin-top: 24.5px;
          float: left;
          background-color: rgba(255, 255, 255, 0.3);
          position: relative;
          display: none; }
        .index-banner .bottom .btns span:after {
          width: 0;
          height: 1px;
          position: absolute;
          left: 28px;
          top: 24.5px;
          background-color: #ee8219;
          content: '';
          transition: all 4s linear; }
        .index-banner .bottom .btns span:last-child {
          margin-right: 0; }
        .index-banner .bottom .btns span.on {
          color: #fff; }
          .index-banner .bottom .btns span.on i {
            display: block; }
          .index-banner .bottom .btns span.on:after {
            width: 58px; }
      @media (max-width: 768px) {
        .index-banner .bottom .btns span {
          margin-right: 10px; }
          .index-banner .bottom .btns span i {
            width: 30px;
            margin-right: 10px; }
          .index-banner .bottom .btns span.on:after {
            width: 30px; } }
    .index-banner .bottom .icon {
      width: 24px;
      height: 38px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      background-size: cover;
      background-image: url("../images/banner_icon1.png");
      cursor: pointer; }
      .index-banner .bottom .icon:after {
        width: 2px;
        height: 8px;
        position: absolute;
        top: 8px;
        left: 50%;
        margin-left: -1px;
        background-color: #ee8219;
        content: '';
        animation: example1 3s linear infinite; }
  @media (max-width: 1366px) {
    .index-banner ul li .con .tits {
      font-size: 40px;
      line-height: 56px; } }
  @media (max-width: 1200px) {
    .index-banner ul li .con .tits {
      font-size: 32px;
      line-height: 48px; }
    .index-banner .bottom .buts a {
      width: 40px;
      height: 40px; } }
  @media (max-width: 768px) {
    .index-banner {
      margin-top: 50px; }
      .index-banner ul li {
        height: 34vh;
        background-position: 100%; }
      .index-banner ul li .con .tits {
        font-size: 20px;
        line-height: 26px; }
      .index-banner .bottom {
        bottom: 0; }
      .index-banner .bottom .buts a {
        width: 32px;
        height: 32px; }
      .index-banner .bottom .icon {
        display: none; }
      .index-banner .bottom .btns span {
        margin-right: 10px; } }

@keyframes example1 {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(16px); }
  100% {
    transform: translateY(0); } }
.indexTitle .title {
  float: left; }
  .indexTitle .title .cn {
    font-size: 48px;
    line-height: 50px;
    font-weight: 500; }
  .indexTitle .title .en {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-top: 13px;
    color: #666; }
.indexTitle .indexMore {
  float: right;
  margin-top: 16px; }
@media (max-width: 1366px) {
  .indexTitle .title .cn {
    font-size: 36px;
    line-height: 38px; }
  .indexTitle .title .en {
    font-size: 20px;
    line-height: 22px; }
  .indexTitle .indexMore {
    margin-top: 4px; } }
@media (max-width: 1200px) {
  .indexTitle .title .cn {
    font-size: 28px;
    line-height: 30px; }
  .indexTitle .title .en {
    font-size: 16px;
    line-height: 18px;
    margin-top: 7px; } }
@media (max-width: 768px) {
  .indexTitle .title .cn {
    font-size: 18px;
    line-height: 20px; }
  .indexTitle .title .en {
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px; } }

/*首页样式*/
.index .box1 {
  width: 89.6%;
  margin: 5.2% auto;
  box-sizing: border-box;
  position: relative; }
  .index .box1 .indexTitle {
    position: absolute;
    top: 0;
    left: 0; }
  .index .box1 .content {
    width: 100%; }
    .index .box1 .content .pic {
      width: 60%;
      float: right; }
    .index .box1 .content .con {
      width: 33.7%;
      float: left;
      margin-top: 11.6%; }
      .index .box1 .content .con .tits {
        font-size: 38px;
        line-height: 40px;
        color: #000;
        font-weight: 500; }
      .index .box1 .content .con .tit {
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
        color: #666;
        margin-top: 30px;
        text-indent: 2em; }
      .index .box1 .content .con .indexMore {
        margin-top: 19.4%; }
  .index .box1 .itemBox .item {
    width: 20%;
    float: left;
    border: 1px solid #e6e6e6;
    border-left: none;
    box-sizing: border-box;
    padding-top: 66px;
    padding-bottom: 38px;
    position: relative;
    overflow: hidden; }
    .index .box1 .itemBox .item .itemNew {
      margin-left: 23.2%; }
      .index .box1 .itemBox .item .itemNew .icon {
        width: 88px;
        height: auto; }
      .index .box1 .itemBox .item .itemNew .tits {
        font-size: 30px;
        line-height: 32px;
        color: #000;
        margin-top: 63px; }
      .index .box1 .itemBox .item .itemNew .tit {
        font-size: 16px;
        line-height: 18px;
        color: #666;
        font-family: GILR;
        margin-top: 12px; }
    .index .box1 .itemBox .item .num {
      font-size: 86px;
      line-height: 88px;
      color: #959595;
      opacity: 0.1;
      position: absolute;
      right: -28px;
      top: 56px; }
    .index .box1 .itemBox .item:nth-child(1) {
      border-left: 1px solid #e6e6e6; }
      .index .box1 .itemBox .item:nth-child(1) .num {
        right: -13px; }
.index .box2 {
  padding-bottom: 75px;
  background-color: #f6f6f6;
  position: relative;
  padding-top: 4.9%; }
  .index .box2 .bg {
    width: 100%;
    height: calc(100% - 75px - 290px);
    position: absolute;
    top: 0;
    left: 0; }
  .index .box2 .indexTitle {
    width: 89.6%;
    margin: 0 auto;
    z-index: 5;
    position: relative; }
    .index .box2 .indexTitle .title .cn {
      color: #fff; }
    .index .box2 .indexTitle .title .en {
      color: #fff; }
  .index .box2 .content {
    width: 94.8%;
    margin-left: 5.2%;
    position: relative;
    z-index: 5;
    margin-top: 8.4%; }
    .index .box2 .content .list {
      width: 81.6%;
      float: right; }
      .index .box2 .content .list ul li {
        width: 30.7%;
        float: left;
        margin-right: 2.7%; }
        .index .box2 .content .list ul li:last-child {
          margin-right: 0; }
        .index .box2 .content .list ul li a {
          width: 100%;
          display: block;
          background-color: #fff;
          transition: all 0.5s; }
          .index .box2 .content .list ul li a .pic {
            overflow: hidden; }
            .index .box2 .content .list ul li a .pic img {
              transition: all 1.5s; }
          .index .box2 .content .list ul li a .con {
            width: 82.4%;
            margin: 44px auto 0;
            padding-bottom: 80px; }
            .index .box2 .content .list ul li a .con .tits {
              font-size: 22px;
              line-height: 24px;
              height: 24px;
              color: #000;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              font-weight: 500;
              transition: all 0.5s; }
            .index .box2 .content .list ul li a .con .tit {
              font-size: 16px;
              line-height: 30px;
              color: #666;
              height: 60px;
              text-align: justify;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-top: 20px;
              transition: all 0.5s; }
            .index .box2 .content .list ul li a .con .more {
              display: inline-block;
              font-size: 16px;
              line-height: 28px;
              color: #333;
              padding-right: 30px;
              background-image: url("../images/sj_h.png");
              background-position: right center;
              background-repeat: no-repeat;
              margin-top: 34px;
              transition: all 0.5s; }
        @media (min-width: 1024px) {
          .index .box2 .content .list ul li:hover a {
            background-color: #00a2e6; }
            .index .box2 .content .list ul li:hover a .pic img {
              transform: scale(1.1); }
            .index .box2 .content .list ul li:hover a .con .tits {
              color: #fff; }
            .index .box2 .content .list ul li:hover a .con .tit {
              color: #fff; }
            .index .box2 .content .list ul li:hover a .con .more {
              color: #fff;
              background-image: url("../images/sj.png"); } }
    .index .box2 .content .btns {
      position: absolute;
      left: 0;
      bottom: 82px; }
      .index .box2 .content .btns a {
        float: left;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        border: 1px solid #666;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        margin-right: 15px; }
        .index .box2 .content .btns a.prev {
          background-image: url("../images/prev.png"); }
        .index .box2 .content .btns a.next {
          background-image: url("../images/next.png"); }
        .index .box2 .content .btns a:hover.prev {
          background-image: url("../images/prev_h.png"); }
        .index .box2 .content .btns a:hover.next {
          background-image: url("../images/next_h.png"); }
.index .box3 {
  width: 89.6%;
  margin: 0 auto;
  padding: 4.9% 0; }
  .index .box3 .content {
    margin-top: 3.4%;
    position: relative; }
    .index .box3 .content .boxLeft {
      width: 50%;
      float: left; }
      .index .box3 .content .boxLeft a {
        display: block;
        position: relative;
        width: 100%;
        overflow: hidden; }
        .index .box3 .content .boxLeft a .img {
          transition: all 1.5s; }
        .index .box3 .content .boxLeft a .bg {
          width: 100%;
          position: absolute;
          bottom: 0;
          left: 0; }
        .index .box3 .content .boxLeft a .con {
          width: 86%;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 36px;
          color: #fff; }
          .index .box3 .content .boxLeft a .con .conn {
            width: 570px;
            max-width: 100%; }
            .index .box3 .content .boxLeft a .con .conn .tits {
              font-size: 22px;
              line-height: 24px;
              height: 24px;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              font-weight: 500; }
            .index .box3 .content .boxLeft a .con .conn .tit {
              font-size: 16px;
              line-height: 26px;
              height: 52px;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              margin-top: 26px; }
            .index .box3 .content .boxLeft a .con .conn .time {
              font-size: 16px;
              line-height: 18px;
              color: #999;
              margin-top: 34px; }
      @media (min-width: 1024px) {
        .index .box3 .content .boxLeft:hover a .img {
          transform: scale(1.1); } }
    .index .box3 .content .boxRight {
      width: 47.7%;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }
      .index .box3 .content .boxRight .item {
        width: 47.7%;
        float: left;
        margin-right: 4.6%;
        height: 100%;
        position: relative; }
        .index .box3 .content .boxRight .item:last-child {
          margin-right: 0; }
        .index .box3 .content .boxRight .item a {
          width: 100%;
          display: block; }
          .index .box3 .content .boxRight .item a .pic {
            width: 100%;
            overflow: hidden; }
            .index .box3 .content .boxRight .item a .pic img {
              transition: all 1.5s; }
          .index .box3 .content .boxRight .item a .tits {
            font-size: 22px;
            line-height: 30px;
            height: 60px;
            color: #000;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 44px; }
          .index .box3 .content .boxRight .item a .tit {
            font-size: 16px;
            line-height: 26px;
            color: #666;
            height: 52px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 20px; }
          .index .box3 .content .boxRight .item a .time {
            font-size: 16px;
            line-height: 18px;
            color: #999;
            margin-top: 35px; }
        .index .box3 .content .boxRight .item:after {
          width: 0%;
          left: 50%;
          position: absolute;
          bottom: 0;
          height: 2px;
          background-color: #00a2e6;
          content: '';
          transition: all 0.8s; }
        .index .box3 .content .boxRight .item:before {
          width: 2px;
          height: 2px;
          position: absolute;
          bottom: 0;
          right: 0;
          content: '';
          background-color: #ee8219;
          opacity: 0; }
        @media (min-width: 1024px) {
          .index .box3 .content .boxRight .item:hover a .pic img {
            transform: scale(1.1); }
          .index .box3 .content .boxRight .item:hover:after {
            width: calc(100% - 4px);
            left: 0; }
          .index .box3 .content .boxRight .item:hover:before {
            opacity: 1;
            transition: all 0.1s 0.4s; } }
@media (max-width: 1700px) {
  .index .box1 .content .con {
    margin-top: 9%; }
  .index .box1 .content .con .indexMore {
    margin-top: 12%; } }
@media (max-width: 1500px) {
  .index .box1 .content .pic {
    overflow: hidden; }
    .index .box1 .content .pic img {
      width: 120%;
      margin-left: -10%; }
  .index .box1 .content .con {
    margin-top: 11.6%; }
    .index .box1 .content .con .tits {
      font-size: 30px;
      line-height: 32px; }
    .index .box1 .content .con .tit {
      font-size: 15px;
      line-height: 26px; }
  .index .box1 .itemBox .item .itemNew .icon {
    width: 68px; }
  .index .box1 .itemBox .item .itemNew .tits {
    font-size: 24px;
    line-height: 26px; }
  .index .box1 .itemBox .item .itemNew {
    margin-left: 17%; } }
@media (max-width: 1366px) {
  .index .box1 .content .con .tits {
    font-size: 24px;
    line-height: 28px; }
  .index .box2 .content .list ul li a .con {
    width: 92%;
    padding-bottom: 50px;
    margin: 28px auto 0; }
    .index .box2 .content .list ul li a .con .tits {
      font-size: 18px;
      line-height: 20px;
      height: 20px; }
    .index .box2 .content .list ul li a .con .tit {
      font-size: 14px;
      line-height: 26px;
      height: 52px;
      margin-top: 10px; }
    .index .box2 .content .list ul li a .con .more {
      margin-top: 15px; }
  .index .box2 .bg {
    height: calc(100% - 75px - 203px); }
  .index .box3 .content .boxLeft a .con .conn .tits {
    font-size: 18px;
    line-height: 20px;
    height: 20px; }
  .index .box3 .content .boxLeft a .con .conn .tit {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 15px; }
  .index .box3 .content .boxRight .item a .tits {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    margin-top: 24px; }
  .index .box3 .content .boxRight .item a .tit {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-top: 10px; }
  .index .box3 .content .boxRight .item a .time {
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px; } }
@media (max-width: 1200px) {
  .index .box1 .content .con {
    margin-top: 10%; }
  .index .box1 .content .con .tits {
    font-size: 20px;
    line-height: 22px; }
  .index .box1 .content .con .tit {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px; }
  .index .box1 .itemBox .item {
    padding: 36px 0 26px; }
    .index .box1 .itemBox .item .itemNew {
      margin-left: 10%; }
      .index .box1 .itemBox .item .itemNew .icon {
        width: 54px; }
      .index .box1 .itemBox .item .itemNew .tits {
        font-size: 18px;
        line-height: 20px;
        margin-top: 35px; }
      .index .box1 .itemBox .item .itemNew .tit {
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px; }
    .index .box1 .itemBox .item .num {
      font-size: 50px;
      line-height: 52px;
      top: 40px;
      right: -12px; }
    .index .box1 .itemBox .item:nth-child(1) .num {
      right: -7px; }
  .index .box2 .content .btns {
    bottom: 52px; }
    .index .box2 .content .btns a {
      width: 40px;
      height: 40px; }
  .index .box2 .content .list ul li a .con {
    padding-bottom: 30px; }
  .index .box2 .bg {
    height: calc(100% - 75px - 183px); } }
@media (max-width: 1024px){
  .index .box1 .itemBox .item .itemNew .icon{
    width: 40px;
  }
}
@media (max-width: 768px) {
  .index .box1 .itemBox .item .num{
    display: none;
  }
  .index .box1 .indexTitle {
    width: 100%;
    position: relative; }
  .index .box1 .content {
    margin-top: 15px; }
  .index .box1 .content .pic {
    width: 100%;
    float: none; }
    .index .box1 .content .pic img {
      width: 100%;
      margin-left: 0; }
  .index .box1 .content .con {
    float: none;
    width: 100%;
    margin-top: 15px; }
    .index .box1 .content .con .tits {
      font-size: 16px;
      line-height: 18px; }
    .index .box1 .content .con .tit {
      font-size: 13px;
      line-height: 22px;
      margin-top: 5px; }
    .index .box1 .content .con .indexMore {
      margin-top: 8%; }
  .index .box1 .itemBox .item {
    width: 33.3%;
    float: left;
    padding: 20px 0 22px; }
    .index .box1 .itemBox .item:nth-child(4) {
      width: 50%;
      margin-top: -1px;
      border-left: 1px solid #e6e6e6; }
    .index .box1 .itemBox .item:nth-child(5) {
      width: 50%;
      margin-top: -1px; }
    .index .box1 .itemBox .item .itemNew .icon {
      width: 26px; }
    .index .box1 .itemBox .item .itemNew .tits {
      font-size: 16px;
      margin-top: 15px;
      line-height: 18px; }
    .index .box1 .itemBox .item .itemNew .tit {
      height: 28px; }
    .index .box1 .itemBox .item .num {
      font-size: 36px;
      line-height: 38px;
      top: 10px;
      right: -8px; }
    .index .box1 .itemBox .item:nth-child(1) .num {
      right: -4px; }
  .index .box2 {
    padding-bottom: 20px; }
  .index .box2 .content .list {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
    .index .box2 .content .list ul li {
      width: 70%; }
      .index .box2 .content .list ul li a .con {
        margin: 10px auto 0;
        padding-bottom: 20px; }
        .index .box2 .content .list ul li a .con .tits {
          font-size: 16px;
          line-height: 18px; }
        .index .box2 .content .list ul li a .con .tit {
          font-size: 13px;
          line-height: 22px;
          height: 44px; }
        .index .box2 .content .list ul li a .con .more {
          font-size: 13px;
          line-height: 24px; }
  .index .box2 .content .btns {
    position: relative;
    bottom: auto;
    text-align: center;
    font-size: 0; }
    .index .box2 .content .btns a {
      width: 34px;
      height: 34px;
      display: inline-block;
      float: none;
      margin: 0 5px; }
  .index .box2 .bg {
    height: calc(100% - 20px - 200px); }
  .index .box3 {
    padding-bottom: 5%; }
  .index .box3 .content .boxLeft {
    width: 100%;
    float: none; }
    .index .box3 .content .boxLeft a .con {
      width: 92%;
      bottom: 10px; }
      .index .box3 .content .boxLeft a .con .conn .tits {
        font-size: 16px;
        line-height: 18px;
        height: 18px; }
      .index .box3 .content .boxLeft a .con .conn .tit {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
        margin-top: 10px; }
      .index .box3 .content .boxLeft a .con .conn .time {
        font-size: 13px;
        line-height: 15px;
        margin-top: 10px; }
  .index .box3 .content .boxRight {
    width: 100%;
    margin-top: 15px;
    position: relative;
    top: auto;
    right: auto; }
    .index .box3 .content .boxRight .item a .tits {
      font-size: 16px;
      line-height: 22px;
      height: 44px;
      margin-top: 7px; }
    .index .box3 .content .boxRight .item a .tit {
      font-size: 13px;
      line-height: 22px;
      height: 44px;
      margin-top: 5px; }
    .index .box3 .content .boxRight .item a .time {
      font-size: 13px;
      line-height: 15px;
      margin-top: 10px; } }

/*底部样式*/
.footer {
  padding: 0 5.2%;
  background-color: #343434; }
  .footer .top {
    padding-top: 60px;
    padding-bottom: 47px;
    border-bottom: 1px solid #5d5d5d; }
    .footer .top .logo {
      float: left; }
    .footer .top .nav {
      width: 74.4%;
      float: right;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .footer .top .nav a {
        display: inline-block;
        font-size: 26px;
        line-height: 48px;
        font-weight: 500;
        color: #fff; }
        .footer .top .nav a:hover {
          color: #ee8219; }
  .footer .center {
    padding: 60px 0;
    border-bottom: 1px solid #5d5d5d; }
    .footer .center .boxLeft {
      padding-top: 54px;
      width: calc(100% - 177px);
      float: left;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .footer .center .boxLeft .item {
        display: inline-block; }
        .footer .center .boxLeft .item .tits {
          font-size: 18px;
          line-height: 40px;
          color: #ccc;
          font-weight: 500;
          padding-left: 36px;
          background-position: left center;
          background-repeat: no-repeat; }
        .footer .center .boxLeft .item .tit {
          font-size: 28px;
          line-height: 30px;
          color: #fff;
          font-family: GILB;
          padding-left: 36px;
          margin-top: 6px; }
          .footer .center .boxLeft .item .tit a {
            color: #fff; }
        .footer .center .boxLeft .item:last-child {
          padding-right: 10%; }
    .footer .center .ewm {
      width: 177px;
      float: left; }
  .footer .bottom {
    font-size: 16px;
    line-height: 138px;
    color: #666; }
    .footer .bottom p a {
      color: #666; }
      .footer .bottom p a:hover {
        color: #fff; }
  @media (max-width: 1500px) {
    .footer .center .boxLeft .item .tit {
      font-size: 22px;
      line-height: 24px; } }
  @media (max-width: 1366px) {
    .footer .top .nav a {
      font-size: 20px; }
    .footer .center .boxLeft .item .tit {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 1200px) {
    .footer .center .ewm {
      width: 140px; }
    .footer .center .boxLeft {
      width: calc(100% - 140px);
      padding-top: 25px; }
    .footer .center .boxLeft .item:last-child {
      padding-right: 5%; } }
  @media (max-width: 1024px) {
    .footer {
      padding-bottom: 54px; }
      .footer .top {
        padding-top: 18px;
        padding-bottom: 20px; }
        .footer .top .logo {
          width: 116px; }
        .footer .top .nav {
          display: none; }
      .footer .center {
        padding: 15px 0;
        position: relative; }
        .footer .center .boxLeft {
          width: 100%;
          float: none;
          display: block;
          padding-top: 0; }
          .footer .center .boxLeft .item {
            display: block;
            width: 100%;
            margin-bottom: 10px; }
            .footer .center .boxLeft .item:last-child {
              margin-bottom: 0; }
            .footer .center .boxLeft .item .tits {
              font-size: 14px;
              line-height: 32px; }
            .footer .center .boxLeft .item .tit {
              font-size: 14px;
              line-height: 16px; }
        .footer .center .ewm {
          width: 100px;
          position: absolute;
          top: 20px;
          right: 0; }
      .footer .bottom {
        font-size: 12px;
        line-height: 18px;
        padding: 15px 0;
        position: relative; }
        .footer .bottom p.fr {
          position: absolute;
          right: 0;
          bottom: 15px; } }

#nobanner {
  height: 103px;
  top: -103px;
  width: 100%;
  left: 0;
  position: absolute; }
  @media (max-width: 1024px) {
    #nobanner {
      height: 50px;
      top: -50px; } }

.banner {
  position: relative;
  overflow: hidden; }
  .banner .con {
    text-align: center;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    .banner .con .cn {
      font-size: 54px;
      line-height: 56px;
      font-weight: 500; }
    .banner .con .en {
      font-size: 24px;
      line-height: 26px;
      font-weight: bold;
      margin-top: 20px;
      letter-spacing: 0.5px; }
  @media (max-width: 1366px) {
    .banner .con .cn {
      font-size: 40px;
      line-height: 42px; }
    .banner .con .en {
      font-size: 20px;
      line-height: 22px; } }
  @media (max-width: 1366px) {
    .banner .con .cn {
      font-size: 30px;
      line-height: 32px; }
    .banner .con .en {
      font-size: 18px;
      line-height: 20px; } }
  @media (max-width: 1024px) {
    .banner {
      margin-top: 50px; } }
  @media (max-width: 768px) {
    .banner img {
      width: 100%;
      margin-left: 0%;
	  height: 200px;
	  object-fit: cover;
	   }
    .banner .con .cn {
      font-size: 20px;
      line-height: 22px; }
    .banner .con .en {
      font-size: 12px;
      line-height: 14px;
      margin-top: 4px; } }

.casesList {
  width: 100%; }
  .casesList ul li {
    width: 31.9%;
    float: left;
    margin-right: 2.15%;
    margin-bottom: 50px; }
    .casesList ul li:nth-child(3n) {
      margin-right: 0; }
    .casesList ul li a {
      width: 100%;
      display: block;
      background-color: #fff;
      transition: all 0.5s; }
      .casesList ul li a .pic {
        overflow: hidden; }
        .casesList ul li a .pic img {
          transition: all 1.5s; }
      .casesList ul li a .con {
        width: 82.4%;
        margin: 44px auto 0;
        padding-bottom: 80px; }
        .casesList ul li a .con .tits {
          font-size: 22px;
          line-height: 24px;
          height: 24px;
          color: #000;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: 500;
          transition: all 0.5s; }
        .casesList ul li a .con .tit {
          font-size: 16px;
          line-height: 30px;
          color: #666;
          height: 60px;
          text-align: justify;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 20px;
          transition: all 0.5s; }
        .casesList ul li a .con .more {
          display: inline-block;
          font-size: 16px;
          line-height: 28px;
          color: #333;
          padding-right: 30px;
          background-image: url("../images/sj_h.png");
          background-position: right center;
          background-repeat: no-repeat;
          margin-top: 34px;
          transition: all 0.5s; }
    @media (min-width: 1024px) {
      .casesList ul li:hover a {
        background-color: #00a2e6; }
        .casesList ul li:hover a .pic img {
          transform: scale(1.1); }
        .casesList ul li:hover a .con .tits {
          color: #fff; }
        .casesList ul li:hover a .con .tit {
          color: #fff; }
        .casesList ul li:hover a .con .more {
          color: #fff;
          background-image: url("../images/sj.png"); } }
  @media (max-width: 1366px) {
    .casesList ul li {
      margin-bottom: 40px; }
    .casesList ul li a .con {
      width: 94%;
      margin: 30px auto 0;
      padding-bottom: 50px; }
      .casesList ul li a .con .tits {
        font-size: 20px;
        line-height: 22px;
        height: 22px; }
      .casesList ul li a .con .tit {
        font-size: 15px;
        line-height: 24px;
        height: 48px; } }
  @media (max-width: 1200px) {
    .casesList ul li {
      margin-bottom: 30px; }
    .casesList ul li a .con {
      width: 94%;
      margin: 20px auto 0;
      padding-bottom: 30px; }
      .casesList ul li a .con .tits {
        font-size: 18px;
        line-height: 20px;
        height: 20px; }
      .casesList ul li a .con .tit {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-top: 10px; }
      .casesList ul li a .con .more {
        margin-top: 25px; } }
  @media (max-width: 1024px) {
    .casesList ul li {
      width: 48.5%;
      margin-right: 3%; }
      .casesList ul li:nth-child(3n) {
        margin-right: 3%; }
      .casesList ul li:nth-child(2n) {
        margin-right: 0; }
      .casesList ul li a .con {
        margin: 15px auto 0;
        padding-bottom: 20px; }
        .casesList ul li a .con .tits {
          font-size: 16px;
          line-height: 18px;
          height: 18px; }
        .casesList ul li a .con .tit {
          font-size: 13px;
          line-height: 22px;
          height: 44px;
          margin-top: 5px; }
        .casesList ul li a .con .more {
          margin-top: 25px;
          font-size: 14px;
          line-height: 20px;
          padding-right: 20px;
          margin-top: 10px; } }
  @media (max-width: 500px) {
    .casesList ul li {
      width: 100%;
      margin-bottom: 15px;
      float: none; }
      .casesList ul li a .con {
        margin: 15px auto 0;
        padding-bottom: 20px; }
        .casesList ul li a .con .tits {
          font-size: 16px;
          line-height: 18px;
          height: 18px; }
        .casesList ul li a .con .tit {
          font-size: 13px;
          line-height: 22px;
          height: 44px;
          margin-top: 5px; }
        .casesList ul li a .con .more {
          margin-top: 25px;
          font-size: 14px;
          line-height: 20px;
          padding-right: 20px;
          margin-top: 10px; } }

.page {
  text-align: center;
  width: 100%;
  font-size: 0; }
  .page .pageNew {
    display: inline-block; }
    .page .pageNew a, .page .pageNew span {
      float: left;
      font-size: 16px;
      line-height: 50px;
      color: #666;
      padding: 0 10px;
      margin: 0 10px;
      font-family: GILB;
      display: block; }
      @media (min-width: 1024px) {
        .page .pageNew a:hover, .page .pageNew span:hover {
          color: #00a2e6; } }
      .page .pageNew a.p, .page .pageNew span.p {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        border: 1px solid #666;
        padding: 0;
        margin: 0 20px;
        background-position: center;
        background-repeat: no-repeat; }
        .page .pageNew a.p.prev, .page .pageNew span.p.prev {
          background-image: url("../images/prev.png"); }
        .page .pageNew a.p.next, .page .pageNew span.p.next {
          background-image: url("../images/next.png"); }
        @media (min-width: 1024px) {
          .page .pageNew a.p:hover.prev, .page .pageNew span.p:hover.prev {
            background-image: url("../images/prev_h.png"); }
          .page .pageNew a.p:hover.next, .page .pageNew span.p:hover.next {
            background-image: url("../images/next_h.png"); } }
    .page .pageNew span {
      color: #00a2e6; }
  @media (max-width: 768px) {
    .page .pageNew a, .page .pageNew span {
      font-size: 13px;
      line-height: 38px;
      margin: 0; }
      .page .pageNew a.p, .page .pageNew span.p {
        width: 38px;
        height: 38px;
        margin: 0 10px; } }

/*案例列表*/
.cases {
  background-color: #f7f9fa;
  padding-top: 5.2%;
  padding-bottom: 5.2%;
  position: relative; }
  .cases .casesList {
    padding-bottom: 50px; }
  @media (max-width: 768px) {
    .cases .casesList {
      padding-bottom: 20px; } }

/*案例详情*/
.casesInfo {
  padding-top: 4.9%; }
  .casesInfo .content {
    padding-bottom: 4.9%; }
    .casesInfo .content .title {
      border-bottom: 1px solid #ccc;
      padding-bottom: 35px; }
      .casesInfo .content .title .tits {
        font-size: 42px;
        line-height: 48px;
        color: #000;
        font-weight: 700; }
      .casesInfo .content .title .time {
        font-size: 16px;
        line-height: 18px;
        color: #666;
        margin-top: 30px; }
    .casesInfo .content .con {
      font-size: 20px;
      line-height: 36px;
      color: #666;
      margin-top: 27px; }
      .casesInfo .content .con img {
        max-width: 100%; }
    .casesInfo .content .paging {
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 60px 0;
      position: relative; }
      .casesInfo .content .paging .item {
        width: calc(50% - 60px);
        text-align: left;
        box-sizing: border-box; }
        .casesInfo .content .paging .item a {
          width: 100%;
          display: block; }
        .casesInfo .content .paging .item .icon {
          width: 50px;
          height: 50px;
          float: left;
          border: 1px solid #666;
          border-radius: 100%;
          box-sizing: border-box;
          background-position: center;
          background-repeat: no-repeat; }
        .casesInfo .content .paging .item .t {
          width: calc(100% - 74px);
          float: left; }
          .casesInfo .content .paging .item .t .tt {
            font-size: 18px;
            line-height: 25px;
            color: #666; }
          .casesInfo .content .paging .item .t .tt1 {
            font-size: 16px;
            line-height: 25px;
            color: #000;
            font-weight: 500;
            width: 100%;
            height: 25px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
        .casesInfo .content .paging .item.fl .icon {
          background-image: url("../images/prev.png"); }
        .casesInfo .content .paging .item.fl .t {
          margin-left: 24px; }
        .casesInfo .content .paging .item.fr {
          text-align: right; }
          .casesInfo .content .paging .item.fr .icon {
            float: right;
            background-image: url("../images/next.png"); }
          .casesInfo .content .paging .item.fr .t {
            float: right;
            margin-right: 24px; }
        @media (min-width: 1024px) {
          .casesInfo .content .paging .item:hover.fl .icon {
            background-image: url("../images/prev_h.png"); }
          .casesInfo .content .paging .item:hover.fr .icon {
            background-image: url("../images/next_h.png"); } }
      .casesInfo .content .paging .return {
        font-size: 20px;
        line-height: 36px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #666;
        padding-left: 26px;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("../images/return.png");
        white-space: nowrap; }
  .casesInfo .box {
    background-color: #f6f6f6;
    padding-bottom: 5.2%;
    padding-top: 4.9%; }
    .casesInfo .box .casesList {
      margin-top: 55px; }
      .casesInfo .box .casesList ul li {
        margin-bottom: 0; }
      .casesInfo .box .casesList .btns {
        width: 100%;
        text-align: center;
        font-size: 0;
        display: none; }
        .casesInfo .box .casesList .btns .a {
          width: 34px;
          height: 34px;
          display: inline-block;
          float: none;
          margin: 0 5px;
          border-radius: 100%;
          border: 1px solid #666;
          background-position: center;
          background-repeat: no-repeat; }
          .casesInfo .box .casesList .btns .a.prev {
            background-image: url("../images/prev.png"); }
          .casesInfo .box .casesList .btns .a.next {
            background-image: url("../images/next.png"); }
    .casesInfo .box .newsList {
      margin-top: 55px; }
      .casesInfo .box .newsList ul li {
        margin-bottom: 0; }
      .casesInfo .box .newsList .btns {
        width: 100%;
        text-align: center;
        font-size: 0;
        display: none; }
        .casesInfo .box .newsList .btns .a {
          width: 34px;
          height: 34px;
          display: inline-block;
          float: none;
          margin: 0 5px;
          border-radius: 100%;
          border: 1px solid #666;
          background-position: center;
          background-repeat: no-repeat; }
          .casesInfo .box .newsList .btns .a.prev {
            background-image: url("../images/prev.png"); }
          .casesInfo .box .newsList .btns .a.next {
            background-image: url("../images/next.png"); }
  @media (max-width: 1366px) {
    .casesInfo .content .title .tits {
      font-size: 32px;
      line-height: 38px; }
    .casesInfo .content .title .time {
      font-size: 15px;
      line-height: 17px;
      margin-top: 20px; }
    .casesInfo .content .con {
      font-size: 18px;
      line-height: 30px; }
    .casesInfo .content .paging {
      padding: 40px 0; } }
  @media (max-width: 1200px) {
    .casesInfo .content .title {
      padding-bottom: 20px; }
      .casesInfo .content .title .tits {
        font-size: 24px;
        line-height: 30px; }
      .casesInfo .content .title .time {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px; }
    .casesInfo .content .con {
      font-size: 16px;
      line-height: 24px; }
    .casesInfo .content .paging .item .icon {
      width: 40px;
      height: 40px; }
    .casesInfo .content .paging .item .t {
      width: calc(100% - 50px);
      margin-left: 10px; }
      .casesInfo .content .paging .item .t .tt {
        font-size: 16px;
        line-height: 20px; }
      .casesInfo .content .paging .item .t .tt1 {
        font-size: 14px;
        line-height: 20px; }
    .casesInfo .content .paging .item.fl .t {
      margin-left: 10px; }
    .casesInfo .content .paging .item.fr .t {
      margin-right: 10px;
      margin-left: 0; }
    .casesInfo .content .paging .return {
      font-size: 16px; }
    .casesInfo .box .newsList {
      margin-top: 40px; } }
  @media (max-width: 1024px) {
    .casesInfo .box .newsList ul li:nth-child(2n) {
      margin-right: 3%; }
    .casesInfo .box .newsList ul li:liast-child {
      margin-right: 0; }
    .casesInfo .box .newsList .btns {
      display: block; }
    .casesInfo .box .casesList ul li:nth-child(2n) {
      margin-right: 3%; }
    .casesInfo .box .casesList ul li:liast-child {
      margin-right: 0; }
    .casesInfo .box .casesList .btns {
      display: block; } }
  @media (max-width: 768px) {
    .casesInfo .content .title {
      padding-bottom: 10px; }
      .casesInfo .content .title .tits {
        font-size: 16px;
        line-height: 24px; }
      .casesInfo .content .title .time {
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px; }
    .casesInfo .content .con {
      font-size: 13px;
      line-height: 24px;
      margin-top: 12px; }
    .casesInfo .content .paging {
      padding: 20px 0; }
      .casesInfo .content .paging .item .icon {
        width: 36px;
        height: 36px; }
      .casesInfo .content .paging .item .t {
        display: none; }
    .casesInfo .box .newsList {
      margin-top: 25px; }
      .casesInfo .box .newsList ul li {
        margin-bottom: 15px; }
    .casesInfo .box .casesList {
      margin-top: 25px; }
      .casesInfo .box .casesList ul li {
        margin-bottom: 15px; } }

/*关于我们*/
.about .box1 {
  padding-top: 6.5%;
  padding-bottom: 6.25%; }
  .about .box1 .con {
    width: 55.4%;
    float: left;
    padding-top: 6px; }
    .about .box1 .con .conn {
      font-size: 18px;
      line-height: 36px;
      color: #666;
      margin-top: 30px;
      text-indent: 2em; }
      .about .box1 .con .conn span {
        font-weight: 500;
        color: #000; }
  .about .box1 .pic {
    width: 31.1%;
    float: right;
    margin-right: 2.1%;
    position: relative; }
    .about .box1 .pic .img {
      overflow: hidden; }
      .about .box1 .pic .img img {
        position: relative;
        z-index: 5;
        transition: all 1.5s; }
    @media (min-width: 1024px) {
      .about .box1 .pic:hover .img img {
        transform: scale(1.1); } }
    .about .box1 .pic:after {
      width: 23.6%;
      padding-bottom: 23.6%;
      height: 0;
      background-color: #ee8219;
      content: '';
      position: absolute;
      top: -4.8%;
      right: -7%; }
    .about .box1 .pic:before {
      width: 23.6%;
      padding-bottom: 23.6%;
      height: 0;
      background-color: #00a2e6;
      content: '';
      position: absolute;
      bottom: -3.4%;
      left: -7%; }
.about .box2 {
  padding: 15.1% 0 13.5%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat; }
  .about .box2 .con {
    text-align: center;
    color: #fff;
    font-weight: 500;
    position: relative; }
    .about .box2 .con .bg {
      width: 100%;
      height: auto;
      top: -30%;
      left: 0;
      position: absolute; }
    .about .box2 .con .tits {
      font-size: 48px;
      line-height: 52px; }
    .about .box2 .con .tit {
      font-size: 28px;
      line-height: 30px;
      margin-top: 70px; }
.about .box3 {
  padding-top: 4.9%;
  padding-bottom: 7.3%; }
  .about .box3 .content {
    margin-top: 4.8%;
    position: relative; }
    .about .box3 .content .list {
      width: 73.5%;
      margin-left: 26.5%;
      z-index: 5; }
      .about .box3 .content .list ul li {
        width: 17.6%;
        margin-right: 2.1%;
        float: left;
        display: inline-block;
        align-self: flex-end;
        position: relative;
        cursor: pointer; }
        .about .box3 .content .list ul li:nth-child(2n) {
          width: 23%; }
        .about .box3 .content .list ul li:last-child {
          margin-right: 0; }
        .about .box3 .content .list ul li .bg {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(0, 162, 230, 0.15);
          opacity: 0;
          transition: all 0.8s; }
          .about .box3 .content .list ul li .bg .icon {
            width: 80px;
            height: 80px;
            border-radius: 100%;
            background-color: #00a2e6;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background-image: url("../images/jia.png");
            background-position: center;
            background-repeat: no-repeat; }
        @media (min-width: 1024px) {
          .about .box3 .content .list ul li:hover .bg {
            opacity: 1; } }
    .about .box3 .content .btnsBox {
      bottom: 85px;
      left: 0;
      width: 100%;
      position: absolute; }
      .about .box3 .content .btnsBox .btns .a {
        width: 50px;
        height: 50px;
        border: 1px solid #666;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        display: block;
        margin-right: 15px;
        border-radius: 100%; }
        .about .box3 .content .btnsBox .btns .a.prev {
          background-image: url("../images/prev.png"); }
        .about .box3 .content .btnsBox .btns .a.next {
          background-image: url("../images/next.png"); }
        @media (min-width: 1024px) {
          .about .box3 .content .btnsBox .btns .a:hover.prev {
            background-image: url("../images/prev_h.png"); }
          .about .box3 .content .btnsBox .btns .a:hover.next {
            background-image: url("../images/next_h.png"); } }
@media (max-width: 1366px) {
  .about .box1 .con .conn {
    font-size: 16px;
    line-height: 30px; }
  .about .box2 .con .tits {
    font-size: 34px;
    line-height: 36px; }
  .about .box2 .con .tit {
    font-size: 20px;
    line-height: 22px;
    margin-top: 50px; }
  .about .box3 .content .list {
    margin-left: 19%;
    width: 81%; }
  .about .box3 .content .list ul li .bg .icon {
    width: 60px;
    height: 60px; } }
@media (max-width: 1200px) {
  .about .box1 .con .conn {
    font-size: 15px;
    line-height: 26px; }
  .about .box2 .con .tits {
    font-size: 28px;
    line-height: 30px; }
  .about .box2 .con .tit {
    font-size: 16px;
    line-height: 18px;
    margin-top: 30px; }
  .about .box3 .content .btnsBox {
    bottom: 45px; }
    .about .box3 .content .btnsBox .btns .a {
      width: 42px;
      height: 42px; }
  .about .box3 .content .list ul li {
    width: 23%; }
    .about .box3 .content .list ul li:nth-child(2n) {
      width: 28%; } }
@media (max-width: 1024px) {
  .about .box1 .pic {
    width: 38%; } }
@media (max-width: 768px) {
  .about .box1 .pic {
    display: none; }
  .about .box1 .con {
    width: 100%; }
    .about .box1 .con .conn {
      margin-top: 15px;
      font-size: 13px;
      line-height: 24px; }
  .about .box2 .con .tits {
    font-size: 20px;
    line-height: 22px; }
  .about .box2 .con .tit {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px; }
  .about .box2 .con .bg {
    top: -20%; }
    .about .box2 .con .bg img {
      width: 100%;
      margin-left: 0%; 
	  height: 66px;
	  object-fit: cover;
	  
	  }
  .about .box3 .content .list {
    width: 100%;
    margin-left: 0; }
    .about .box3 .content .list ul li {
      width: 45%; }
      .about .box3 .content .list ul li:nth-child(2n) {
        width: 50.5%; }
  .about .box3 .content .btnsBox {
    width: auto;
    top: -55px;
    right: 5.2%;
    bottom: auto;
    left: auto; }
    .about .box3 .content .btnsBox .w1400 {
      width: 100%;
      max-width: 100%; }
    .about .box3 .content .btnsBox .btns {
      float: right; }
      .about .box3 .content .btnsBox .btns .a {
        width: 34px;
        height: 34px;
        margin-right: 10px; }
        .about .box3 .content .btnsBox .btns .a:last-child {
          margin-right: 0; } }

.newsList {
  width: 100%; }
  .newsList ul li {
    width: 31.9%;
    float: left;
    margin-right: 2.15%;
    margin-bottom: 50px;
    border-bottom: 2px solid #e6e6e6; }
    .newsList ul li:nth-child(3n) {
      margin-right: 0; }
    .newsList ul li a {
      width: 100%;
      height: auto;
      display: block;
      padding-bottom: 36px; }
      .newsList ul li a .pic {
        overflow: hidden; }
        .newsList ul li a .pic img {
          transition: all 1.5s; }
      .newsList ul li a .tits {
        font-size: 22px;
        line-height: 30px;
        color: #000;
        height: 60px;
        font-weight: 500;
        margin-top: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis; }
      .newsList ul li a .tit {
        font-size: 16px;
        line-height: 26px;
        height: 52px;
        color: #666;
        margin-top: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .newsList ul li a .time {
        font-size: 16px;
        line-height: 18px;
        color: #999;
        margin-top: 35px; }
    @media (min-width: 1024px) {
      .newsList ul li:hover {
        border-bottom: 2px solid #00a2e6; }
        .newsList ul li:hover a .pic img {
          transform: scale(1.1); } }
  @media (max-width: 1366px) {
    .newsList ul li a .tits {
      font-size: 18px;
      line-height: 28px;
      height: 56px;
      margin-top: 20px; }
    .newsList ul li a .tit {
      font-size: 15px;
      margin-top: 15px; } }
  @media (max-width: 1024px) {
    .newsList ul li {
      width: 48.5%;
      margin-right: 3%; }
      .newsList ul li:nth-child(3n) {
        margin-right: 3%; }
      .newsList ul li:nth-child(2n) {
        margin-right: 0; }
      .newsList ul li a {
        padding-bottom: 20px; }
        .newsList ul li a .tits {
          font-size: 16px;
          line-height: 26px;
          height: 52px;
          margin-top: 10px; }
        .newsList ul li a .tit {
          font-size: 14px;
          line-height: 24px;
          height: 48px;
          margin-top: 5px; }
        .newsList ul li a .time {
          font-size: 13px;
          line-height: 15px;
          margin-top: 10px; } 
		 
		  
		  }
  @media (max-width: 500px) {
    .newsList ul li {
      width: 100%;
      float: none;
      margin-bottom: 15px; }
      .newsList ul li a {
        padding-bottom: 20px; }
        .newsList ul li a .tits {
          font-size: 16px;
          line-height: 26px;
          height: 52px;
          margin-top: 10px; }
        .newsList ul li a .tit {
          font-size: 14px;
          line-height: 24px;
          height: 48px;
          margin-top: 5px; }
        .newsList ul li a .time {
          font-size: 13px;
          line-height: 15px;
          margin-top: 10px; } }

/*新闻列表*/
.news {
  position: relative;
  padding: 5.2% 0; }
  .news .top a {
    width: 100%;
    display: block;
    background-color: #f6f6f6;
    position: relative; }
    .news .top a .pic {
      width: 50%;
      float: left; }
    .news .top a .con {
      width: 37.5%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 8.2%; }
      .news .top a .con .year {
        font-size: 42px;
        line-height: 44px;
        color: #000; }
      .news .top a .con .time {
        font-size: 16px;
        line-height: 18px;
        color: #666;
        margin-top: 18px; }
      .news .top a .con .tits {
        font-size: 24px;
        line-height: 26px;
        color: #000;
        font-weight: 500;
        height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 11.4%; }
      .news .top a .con .tit {
        font-size: 16px;
        line-height: 26px;
        color: #666;
        height: 52px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 20px; }
      .news .top a .con .indexMore {
        margin-top: 16.2%; }
  .news .newsList {
    margin-top: 7.1%;
    padding-bottom: 50px; }
  @media (max-width: 1200px) {
    .news .top a .con {
      right: 4%;
      width: 42%; }
      .news .top a .con .year {
        font-size: 30px;
        line-height: 32px; }
      .news .top a .con .time {
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px; }
      .news .top a .con .tits {
        font-size: 18px;
        line-height: 20px;
        height: 20px;
        margin-top: 6%; }
      .news .top a .con .tit {
        font-size: 14px;
        line-height: 22px;
        height: 44px; }
      .news .top a .con .indexMore {
        margin-top: 9%; } }
  @media (max-width: 1024px) {
    .news .top a .con .indexMore {
      margin-top: 4%; } }
  @media (max-width: 768px) {
    .news .top a .pic {
      width: 100%;
      float: none; }
    .news .top a .con {
      width: 90%;
      position: relative;
      right: auto;
      top: auto;
      transform: translateY(0);
      margin: 0 auto;
      padding: 15px 0 30px; }
      .news .top a .con .year {
        font-size: 20px;
        line-height: 22px; }
      .news .top a .con .time {
        font-size: 12px;
        line-height: 14px;
        margin-top: 5px; }
      .news .top a .con .tits {
        font-size: 16px;
        line-height: 18px;
        height: 18px; }
      .news .top a .con .tit {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
        margin-top: 6px; }
    .news .newsList {
      padding-bottom: 20px; } }
  @media (max-width: 500px) {
    .news .top a .pic {
      width: 100%;
      float: none; }
    .news .top a .con {
      padding: 15px 0; } }

/*联系我们*/
.contact .box1 {
  padding-bottom: 30px;
  padding-top: 4.9%; }
  .contact .box1 .indexTitle {
    margin-bottom: 56px; }
  .contact .box1 .top {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 17px; }
    .contact .box1 .top:last-child {
      border-bottom: none; }
    .contact .box1 .top .t {
      float: left;
      text-align: center;
      font-size: 0;
      width: 36%; }
      .contact .box1 .top .t span {
        font-size: 20px;
        line-height: 50px;
        color: #999;
        padding-left: 36px;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("../images/icon1.png");
        box-sizing: border-box;
        display: inline-block; }
      .contact .box1 .top .t .t1 {
        display: none; }
      .contact .box1 .top .t:nth-child(1) {
        width: 14%;
        text-align: left; }
      .contact .box1 .top .t:nth-child(4) {
        width: 14%;
        text-align: right; }
    .contact .box1 .top .t1 {
      width: 36%;
      float: left;
      font-family: GILB;
      font-size: 24px;
      line-height: 50px;
      color: #000;
      text-align: center;
      font-weight: 700;
      padding-top: 17px; }
      .contact .box1 .top .t1 a {
        color: #000; }
      .contact .box1 .top .t1:nth-child(1) {
        width: 14%;
        text-align: left; }
      .contact .box1 .top .t1:nth-child(4) {
        width: 14%;
        text-align: right; }
.contact .box2 {
  padding-top: 4.9%;
  background-color: #f6f6f6;
  padding-bottom: 5.2%; }
  .contact .box2 .tableBox {
    margin-top: 4.3%; }
    .contact .box2 .tableBox .t .text {
      width: 31.4%;
      float: left;
      margin-right: 2.9%;
      display: block;
      float: left;
      background-color: #fff;
      padding-left: 40px;
      font-size: 20px;
      line-height: 30px;
      color: #333;
      box-sizing: border-box;
      border: none;
      height: 66px; }
      .contact .box2 .tableBox .t .text:last-child {
        margin-right: 0; }
      .contact .box2 .tableBox .t .text::-webkit-input-placeholder {
        color: #666; }
      .contact .box2 .tableBox .t .text::-moz-placeholder {
        color: #666; }
      .contact .box2 .tableBox .t .text:-moz-placeholder {
        color: #666; }
      .contact .box2 .tableBox .t .text:-ms-input-placeholder {
        color: #666; }
    .contact .box2 .tableBox .txt {
      width: 100%;
      height: 260px;
      background-color: #fff;
      font-size: 20px;
      line-height: 36px;
      color: #333;
      padding: 20px 40px;
      box-sizing: border-box;
      border: none;
      margin-top: 40px; }
      .contact .box2 .tableBox .txt::-webkit-input-placeholder {
        color: #666; }
      .contact .box2 .tableBox .txt::-moz-placeholder {
        color: #666; }
      .contact .box2 .tableBox .txt:-moz-placeholder {
        color: #666; }
      .contact .box2 .tableBox .txt:-ms-input-placeholder {
        color: #666; }
    .contact .box2 .tableBox .but {
      margin-top: 60px;
      text-align: center;
      font-size: 0; }
      .contact .box2 .tableBox .but .submit {
        width: 177px;
        height: 83px;
        padding-top: 23px;
        text-align: center;
        display: inline-block;
        border: none;
        background: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/submit.png");
        font-size: 20px;
        line-height: 60px;
        color: #fff;
        margin: 0 25px; }
        .contact .box2 .tableBox .but .submit.reset {
          background-image: url("../images/reset.png"); }
@media (max-width: 1200px) {
  .contact .box1 .top {
    padding-bottom: 10px; }
  .contact .box1 .top .t span {
    font-size: 18px;
    line-height: 42px; }
  .contact .box1 .top .t1 {
    font-size: 20px;
    line-height: 42px;
    padding-top: 10px; }
  .contact .box2 .tableBox .t .text {
    font-size: 18px;
    padding-left: 25px; }
  .contact .box2 .tableBox .txt {
    font-size: 18px;
    padding: 20px 25px; } }
@media (max-width: 768px) {
  .contact .box1 {
    padding-bottom: 10px; }
  .contact .box1 .indexTitle {
    margin-bottom: 15px; }
  .contact .box1 .top {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0; }
    .contact .box1 .top .t {
      width: 60% !important;
      text-align: left !important;
      margin-bottom: 15px; }
      .contact .box1 .top .t:nth-child(2n) {
        width: 40% !important; }
      .contact .box1 .top .t span {
        display: block;
        background-size: 16px;
        font-size: 14px;
        line-height: 26px;
        padding-left: 22px; }
      .contact .box1 .top .t .t1 {
        width: 100%;
        display: block;
        text-align: left !important;
        font-size: 16px;
        line-height: 26px;
        padding-top: 0; }
    .contact .box1 .top:nth-child(3) {
      display: none; }
  .contact .box2 .tableBox .t .text {
    width: 100%;
    float: none;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px; }
  .contact .box2 .tableBox .txt {
    margin-top: 0;
    height: 100px;
    padding: 10px;
    font-size: 14px;
    line-height: 26px; }
  .contact .box2 .tableBox .but {
    margin-top: 20px; }
    .contact .box2 .tableBox .but .submit {
      width: 120px;
      height: 50px;
      padding-top: 15px;
      font-size: 14px;
      line-height: 36px; } }

/*产品服务*/
.product .box1 {
  padding-top: 4.9%;
  padding-bottom: 4.2%; }
  .product .box1 .content {
    margin-top: 4%; }
    .product .box1 .content .item {
      margin-bottom: 4.7%; }
      .product .box1 .content .item .pic {
        width: 47.3%;
        float: right; }
      .product .box1 .content .item .con {
        width: 44.3%;
        float: left; }
        .product .box1 .content .item .con .title {
          font-size: 36px;
          line-height: 38px;
          color: #00a2e6;
          font-weight: 500;
          margin-bottom: 33px; }
        .product .box1 .content .item .con .tits {
          padding-left: 60px;
          font-size: 26px;
          line-height: 44px;
          color: #000;
          font-weight: 500;
          background-size: 40px auto;
          background-position: left center;
          background-repeat: no-repeat; }
        .product .box1 .content .item .con .tit {
          font-size: 20px;
          line-height: 30px;
          color: #666;
          margin-top: 28px; }
      .product .box1 .content .item:nth-child(2n) .pic {
        float: left; }
      .product .box1 .content .item:nth-child(2n) .con {
        float: right;
        padding-top: 6.7%; }
      .product .box1 .content .item:last-child {
        margin-bottom: 0; }
.product .box2 {
  background-color: #f6f6f6;
  padding-top: 4%;
  padding-bottom: 5.7%; }
  .product .box2.cc {
    background-color: #fff; }
  .product .box2 .title .tits {
    font-size: 36px;
    line-height: 38px;
    color: #00a2e6;
    font-weight: 500; }
  .product .box2 .title .tit {
    font-size: 20px;
    line-height: 36px;
    color: #666;
    margin-top: 31px;
    text-indent: 2em; }
  .product .box2 .list {
    margin-top: 6.9%; }
    .product .box2 .list ul li .boxLeft {
      width: 50%;
      float: left;
      position: relative; }
      .product .box2 .list ul li .boxLeft .video {
        width: calc(100% - 10px);
        left: 5px;
        top: 7px;
        height: 77.6%;
        position: absolute;
        border-radius: 5px;
        overflow: hidden; }
        .product .box2 .list ul li .boxLeft .video .bg {
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.3); }
        .product .box2 .list ul li .boxLeft .video .icon {
          width: 43px;
          height: 43px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          background-size: cover;
          background-image: url("../images/video.png");
          cursor: pointer; }
    .product .box2 .list ul li .con {
      width: 44.3%;
      box-sizing: border-box;
      font-size: 26px;
      line-height: 35px;
      color: #000;
      font-weight: 500;
      background-repeat: no-repeat;
      float: right;
      padding-left: 70px;
      margin-top: 12%; }
  .product .box2 .btns {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5.7%;
    position: relative; }
    .product .box2 .btns:after {
      top: 7.5px;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: #ccc;
      content: '';
      position: absolute; }
    .product .box2 .btns .item {
      width: 186px;
      display: inline-block;
      position: relative;
      z-index: 5;
      cursor: pointer; }
      .product .box2 .btns .item .dian {
        width: 16px;
        height: 16px;
        border-radius: 100%;
        background-color: #ccc;
        margin: 0 auto;
        position: relative; }
        .product .box2 .btns .item .dian:after {
          width: 26px;
          height: 26px;
          border-radius: 100%;
          border: 1px solid #00a2e6;
          top: -6px;
          left: -6px;
          content: '';
          display: block;
          position: absolute;
          opacity: 0; }
      .product .box2 .btns .item p {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        color: #666;
        margin-top: 23px; }
      .product .box2 .btns .item.on .dian {
        background-color: #00a2e6; }
        .product .box2 .btns .item.on .dian:after {
          opacity: 1; }
      .product .box2 .btns .item.on p {
        color: #00a2e6; }
  .product .box2 .pic {
    margin-top: 50px; }
.product .box3 {
  background-color: #f6f6f6;
  padding-top: 4.9%;
  padding-bottom: 4.2%; }
  .product .box3 .title {
    font-size: 36px;
    line-height: 38px;
    color: #00a2e6;
    font-weight: 500; }
  .product .box3 .content {
    margin-top: 60px; }
    .product .box3 .content .item {
      margin-bottom: 6.1%; }
      .product .box3 .content .item:last-child {
        margin-bottom: 0; }
      .product .box3 .content .item .pic {
        width: 51.8%;
        float: left; }
      .product .box3 .content .item .con {
        width: 44.3%;
        float: right;
        padding-top: 7.1%; }
        .product .box3 .content .item .con .tits {
          font-size: 26px;
          line-height: 35px;
          font-weight: 500;
          padding: 10px 0;
          color: #000;
          background-position: left 7px;
          background-repeat: no-repeat;
          box-sizing: border-box;
          padding-left: 70px; }
        .product .box3 .content .item .con .tit {
          font-size: 20px;
          line-height: 36px;
          color: #666;
          margin-top: 30px; }
      .product .box3 .content .item:nth-child(2n) .pic {
        float: right; }
      .product .box3 .content .item:nth-child(2n) .con {
        float: left; }
.product .box4 {
  padding-bottom: 4.2%;
  padding-top: 4.9%; }
  .product .box4 .content {
    margin-top: 60px; }
    .product .box4 .content .boxLeft {
      width: 29.2%;
      float: left; }
      .product .box4 .content .boxLeft .tits {
        font-size: 26px;
        line-height: 35px;
        color: #000;
        font-weight: 500;
        background-repeat: no-repeat;
        padding-left: 60px; }
      .product .box4 .content .boxLeft .btns {
        position: relative;
        margin-top: 46px; }
        .product .box4 .content .boxLeft .btns:after {
          width: 1px;
          height: 100%;
          position: absolute;
          left: 12.5px;
          top: 0;
          background-color: #ccc;
          content: ''; }
        .product .box4 .content .boxLeft .btns .t {
          padding-left: 44px;
          font-size: 20px;
          line-height: 54px;
          font-weight: 500;
          color: #666;
          position: relative;
          margin-bottom: 50px;
          z-index: 5;
          cursor: pointer; }
          .product .box4 .content .boxLeft .btns .t:last-child {
            margin-bottom: 0; }
          .product .box4 .content .boxLeft .btns .t:after {
            width: 24px;
            height: 24px;
            background-color: #fff;
            border-radius: 100%;
            border: 1px solid #00a2e6;
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 14px;
            opacity: 0; }
          .product .box4 .content .boxLeft .btns .t:before {
            width: 12px;
            height: 12px;
            left: 7px;
            top: 21px;
            content: '';
            border-radius: 100%;
            position: absolute;
            background-color: #ccc;
            z-index: 5; }
          .product .box4 .content .boxLeft .btns .t.on {
            color: #00a2e6; }
            .product .box4 .content .boxLeft .btns .t.on:after {
              opacity: 1; }
            .product .box4 .content .boxLeft .btns .t.on:before {
              background-color: #00a2e6; }
    .product .box4 .content .list {
      width: 70.8%;
      float: left; }
      .product .box4 .content .list ul li .pic {
        width: 61.6%;
        float: left; }
      .product .box4 .content .list ul li .con {
        float: right;
        max-width: 34%;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        right: 2%; }
        .product .box4 .content .list ul li .con p {
          font-size: 18px;
          line-height: 36px;
          color: #666;
          padding-left: 20px;
          position: relative; }
          .product .box4 .content .list ul li .con p:after {
            width: 8px;
            height: 8px;
            background-color: #00a2e6;
            content: '';
            position: absolute;
            left: 1px;
            top: 14px; }
      @media (max-width: 768px) {
        .product .box4 .content .list ul li {
          margin-right: 10px; }
          .product .box4 .content .list ul li:last-child {
            margin-right: 0; } }
.product .box5 {
  background-color: #f6f6f6;
  padding-top: 4.9%;
  padding-bottom: 5.2%; }
  .product .box5 .content {
    margin-top: 4.6%; }
    .product .box5 .content .item {
      position: relative; }
      .product .box5 .content .item .pic {
        width: 41.2%;
        float: left; }
      .product .box5 .content .item .con {
        width: 44.3%;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        .product .box5 .content .item .con .tits {
          padding-left: 70px;
          font-size: 36px;
          line-height: 42px;
          color: #000;
          font-weight: 500;
          box-sizing: border-box;
          background-repeat: no-repeat;
          background-position: left 4px; }
        .product .box5 .content .item .con .tit {
          font-size: 20px;
          line-height: 36px;
          color: #666;
          margin-top: 8.7%; }
      .product .box5 .content .item:nth-child(2n) .pic {
        float: right; }
      .product .box5 .content .item:nth-child(2n) .con {
        left: 0;
        right: auto; }
.product .box6 {
  padding-top: 4.9%;
  padding-bottom: 5.2%; }
  .product .box6 .list {
    margin-top: 4.7%; }
    .product .box6 .list ul li {
      width: 31.4%;
      float: left;
      margin-right: 2.9%;
      position: relative;
      background-color: #0172ac;
      overflow: hidden; }
      .product .box6 .list ul li:nth-child(3n) {
        margin-right: 0; }
      .product .box6 .list ul li .img {
        opacity: 0.3;
        transition: all 1.5s; }
      .product .box6 .list ul li .con {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff; }
        .product .box6 .list ul li .con .icon {
          width: 64px;
          margin: 0 auto; }
        .product .box6 .list ul li .con .t {
          text-align: center;
          font-size: 20px;
          line-height: 36px;
          margin-top: 37px; }
      @media (min-width: 1024px) {
        .product .box6 .list ul li:hover .img {
          transform: scale(1.1); } }
.product .box7 {
  padding-top: 4.9%;
  padding-bottom: 5.2%;
  background-color: #f6f6f6; }
  .product .box7 .casesList {
    margin-top: 4.3%; }
    .product .box7 .casesList ul li {
      margin-bottom: 0; }
    .product .box7 .casesList .btns {
      width: 100%;
      text-align: center;
      font-size: 0;
      display: none; }
      .product .box7 .casesList .btns .a {
        width: 34px;
        height: 34px;
        display: inline-block;
        float: none;
        margin: 0 5px;
        border-radius: 100%;
        border: 1px solid #666;
        background-position: center;
        background-repeat: no-repeat; }
        .product .box7 .casesList .btns .a.prev {
          background-image: url("../images/prev.png"); }
        .product .box7 .casesList .btns .a.next {
          background-image: url("../images/next.png"); }
@media (max-width: 1366px) {
  .product .box1 .content .item .con .title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 22px; }
  .product .box1 .content .item .con .tits {
    font-size: 20px;
    line-height: 36px;
    background-size: 36px;
    padding-left: 50px; }
  .product .box1 .content .item .con .tit {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px; }
  .product .box2 .title .tits {
    font-size: 28px;
    line-height: 30px; }
  .product .box2 .title .tit {
    font-size: 18px;
    line-height: 28px; }
  .product .box2 .list ul li .con {
    font-size: 20px;
    line-height: 28px; }
  .product .box2 .btns .item p {
    font-size: 18px;
    line-height: 26px; }
  .product .box3 .content {
    margin-top: 50px; }
  .product .box3 .title {
    font-size: 28px;
    line-height: 30px; }
  .product .box3 .content .item .con {
    padding-top: 5%; }
    .product .box3 .content .item .con .tits {
      font-size: 20px;
      line-height: 28px;
      background-size: 36px;
      padding-left: 50px; }
    .product .box3 .content .item .con .tit {
      font-size: 16px;
      line-height: 24px;
      margin-top: 20px; }
  .product .box4 .content .boxLeft .tits {
    font-size: 20px;
    line-height: 28px;
    background-size: 36px;
    padding-left: 50px; }
  .product .box4 .content .boxLeft .btns .t {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 48px; }
  .product .box4 .content .list ul li .con p {
    font-size: 18px; }
  .product .box5 .content .item .con .tits {
    font-size: 28px;
    line-height: 34px;
    padding-left: 60px; }
  .product .box5 .content .item .con .tit {
    font-size: 16px;
    line-height: 26px; }
  .product .box6 .list ul li .con .icon {
    width: 50px; }
  .product .box6 .list ul li .con .t {
    font-size: 17px;
    line-height: 30px; } }
@media (max-width: 1200px) {
  .product .box1 .content .item .pic {
    width: 52%; }
  .product .box1 .content .item .con .title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px; }
  .product .box1 .content .item .con .tits {
    font-size: 18px;
    line-height: 30px;
    background-size: 30px;
    padding-left: 40px; }
  .product .box1 .content .item .con .tit {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px; }
  .product .box2 .title .tits {
    font-size: 24px;
    line-height: 26px; }
  .product .box2 .title .tit {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px; }
  .product .box2 .list ul li .con {
    font-size: 18px;
    line-height: 24px;
    background-size: 32px;
    padding-left: 42px; }
  .product .box2 .btns .item p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px; }
  .product .box3 .title {
    font-size: 24px;
    line-height: 26px; }
  .product .box3 .content {
    margin-top: 40px; }
  .product .box3 .content .item .con {
    padding-top: 5%; }
    .product .box3 .content .item .con .tits {
      font-size: 18px;
      line-height: 28px;
      background-size: 30px;
      padding: 7px 0;
      padding-left: 40px; }
    .product .box3 .content .item .con .tit {
      font-size: 14px;
      line-height: 22px;
      margin-top: 15px; }
  .product .box4 .content .boxLeft .tits {
    font-size: 18px;
    line-height: 28px;
    background-size: 30px;
    padding-left: 40px; }
  .product .box4 .content .boxLeft .btns .t {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 36px; }
  .product .box4 .content .list ul li .con p {
    font-size: 16px;
    line-height: 28px; }
  .product .box4 .content .list ul li .con p:after {
    top: 10px; }
  .product .box4 .content .boxLeft .btns .t:after {
    top: 5px; }
  .product .box4 .content .boxLeft .btns .t:before {
    top: 12px; }
  .product .box5 .content .item .con .tits {
    font-size: 22px;
    line-height: 30px;
    padding-left: 46px;
    background-size: 30px; }
  .product .box5 .content .item .con .tit {
    font-size: 15px;
    line-height: 22px; }
  .product .box6 .list ul li .con .icon {
    width: 40px; }
  .product .box6 .list ul li .con .t {
    font-size: 15px;
    line-height: 28px;
    margin-top: 20px; } }
@media (max-width: 1024px) {
  .product .box7 .casesList ul li:nth-child(2n) {
    margin-right: 3%; }
  .product .box7 .casesList ul li:last-child {
    margin-right: 0; }
  .product .box7 .casesList .btns {
    display: block;
    margin-top: 15px; } }
@media (max-width: 768px) {
  .product .box1 .content .item .pic {
    width: 100%;
    float: none !important; }
  .product .box1 .content .item .con {
    width: 100%;
    float: none !important;
    padding-top: 5% !important; }
    .product .box1 .content .item .con .title {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 10px; }
    .product .box1 .content .item .con .tits {
      font-size: 16px;
      background-size: 26px;
      line-height: 26px;
      padding-left: 30px; }
    .product .box1 .content .item .con .tit {
      font-size: 13px;
      line-height: 22px;
      margin-top: 10px; }
  .product .box2 .title .tits {
    font-size: 20px;
    line-height: 22px; }
  .product .box2 .title .tit {
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px; }
  .product .box2 .list ul li .boxLeft {
    width: 100%;
    float: none; }
  .product .box2 .list ul li .con {
    font-size: 14px;
    line-height: 22px;
    background-size: 28px;
    padding-left: 36px;
    width: 100%;
    float: none;
    margin-top: 6%; }
  .product .box2 .btns:after {
    top: 4.5px; }
  .product .box2 .btns .item .dian {
    width: 10px;
    height: 10px; }
    .product .box2 .btns .item .dian:after {
      width: 18px;
      height: 18px;
      top: -5px;
      left: -5px; }
  .product .box2 .btns .item p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px; }
  .product .box2 .pic {
    margin-top: 20px; }
  .product .box3 .content {
    margin-top: 20px; }
    .product .box3 .content .item .pic {
      width: 100%;
      float: none !important; }
    .product .box3 .content .item .con {
      width: 100%;
      float: none !important; }
      .product .box3 .content .item .con .tits {
        font-size: 16px;
        line-height: 26px;
        background-size: 26px;
        padding-left: 30px; }
      .product .box3 .content .item .con .tit {
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px; }
  .product .box4 .content {
    margin-top: 15px; }
  .product .box4 .content .boxLeft {
    width: 100%;
    float: none; }
  .product .box4 .content .boxLeft .tits {
    font-size: 16px;
    line-height: 26px;
    background-size: 26px;
    padding-left: 36px; }
  .product .box4 .content .boxLeft .btns {
    width: 100%; }
  .product .box4 .content .boxLeft .btns .t {
    width: 28%;
    margin-right: 8%;
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 36px;
    float: left;
    padding-left: 0;
    text-align: center;
    padding-top: 30px; }
    .product .box4 .content .boxLeft .btns .t:last-child {
      margin-right: 0; }
  .product .box4 .content .list ul li .con p {
    font-size: 16px;
    line-height: 28px; }
  .product .box4 .content .list ul li .con p:after {
    top: 10px; }
  .product .box4 .content .boxLeft .btns {
    margin-top: 20px; }
  .product .box4 .content .boxLeft .btns .t:after {
    top: 8px;
    width: 20px;
    height: 20px;
    left: 50%;
    transform: translateX(-50%); }
  .product .box4 .content .boxLeft .btns .t:before {
    top: 14px;
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%); }
  .product .box4 .content .boxLeft .btns:after {
    width: 100%;
    height: 1px;
    top: 18.5px;
    left: 0; }
  .product .box4 .content .list {
    width: 100%;
    float: none; }
  .product .box4 .content .list ul li .pic {
    width: 100%;
    float: none; }
  .product .box4 .content .list ul li .con {
    float: none;
    padding-top: 20px;
    position: relative;
    top: auto;
    transform: translateY(0);
    right: auto; }
  .product .box5 .content .item .pic {
    width: 90%;
    margin: 0 auto;
    float: none !important; }
  .product .box5 .content .item .con {
    width: 100%;
    position: relative;
    transform: translateY(0);
    top: auto;
    margin-top: 15px; }
    .product .box5 .content .item .con .tits {
      font-size: 16px;
      line-height: 22px;
      background-size: 26px;
      padding-left: 36px; }
    .product .box5 .content .item .con .tit {
      margin-top: 10px;
      font-size: 13px;
      line-height: 22px; }
  .product .box6 .list ul li {
    width: 60%; }
  .product .box6 .list ul li .con .icon {
    width: 42px; }
  .product .box6 .list ul li .con .t {
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px; }
  .product .box4 .content .list ul li .con {
    max-width: 100%; } }

.xf {
  width: 88px;
  height: auto;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 50; }
  .xf a {
    width: 100%;
    height: 100px;
    background-color: #00a2e6;
    display: block;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative; }
    .xf a:last-child {
      border-bottom: none; }
    .xf a img {
      width: 40px;
      margin: 0 auto;
      display: block; }
    .xf a p {
      text-align: center;
      font-size: 16px;
      line-height: 18px;
      color: #fff;
      margin-top: 10px; }
    .xf a .ewm {
      padding: 8px;
      width: 100px;
      height: 100px;
      position: absolute;
      right: 108px;
      background-color: #00a2e6;
      top: 50%;
      transform: translateY(-50%);
      display: none; }
      .xf a .ewm img {
        width: 100px;
        position: absolute;
        top: 8px;
        left: 8px; }
      .xf a .ewm:after {
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #00a2e6;
        content: '';
        position: absolute;
        top: 50%;
        right: -8px;
        margin-top: -10px;
        z-index: 5; }
    .xf a .tel {
      padding: 0 20px;
      font-size: 20px;
      color: #fff;
      line-height: 60px;
      position: absolute;
      right: 108px;
      background-color: #00a2e6;
      top: 50%;
      transform: translateY(-50%);
      display: none; }
      .xf a .tel:after {
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #00a2e6;
        content: '';
        position: absolute;
        top: 50%;
        right: -8px;
        margin-top: -10px;
        z-index: 5; }
    .xf a:hover .ewm {
      display: block; }
    @media (min-width: 1024px) {
      .xf a:hover .tel {
        display: block; } }
  @media (max-width: 1366px) {
    .xf {
      width: 70px; }
      .xf a {
        height: 74px;
        padding-top: 14px; }
        .xf a img {
          width: 30px; }
        .xf a p {
          font-size: 14px;
          line-height: 16px;
          margin-top: 5px; }
        .xf a .ewm {
          right: 80px; }
        .xf a .tel {
          right: 80px; } }
  @media (max-width: 1024px) {
    .xf {
      width: 100%;
      bottom: 0;
      top: auto;
      transform: translateY(0); }
      .xf a {
        width: 25%;
        float: left;
        border-bottom: none;
        border-right: 1px solid #fff;
        padding-top: 6px;
        height: 54px; }
        .xf a:last-child {
          border-right: none; }
        .xf a img {
          width: 24px; }
        .xf a p {
          font-size: 12px;
          line-height: 14px; }
        .xf a .ewm {
          transform: translateX(-50%);
          left: 50%;
          right: auto;
          bottom: 65px;
          top: auto;
          width: 90px;
          height: 90px;
          padding: 5px; }
          .xf a .ewm img {
            top: 5px;
            left: 5px;
            width: 90px; }
          .xf a .ewm:after {
            bottom: -16px;
            left: 50%;
            top: auto;
            margin-left: -8px;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #00a2e6; } }

.sqsy {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none; }
  .sqsy .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); }
  .sqsy .box {
    width: 1200px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff; }
    .sqsy .box .closeClick {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 15px;
      right: 15px;
      background-position: center;
      background-color: #fff;
      background-size: 20px;
      border-radius: 100%;
      background-image: url("../images/close.png");
      background-repeat: no-repeat;
      cursor: pointer;
      display: block; }
    .sqsy .box .boxNew {
      width: 890px;
      margin: 0 auto;
      max-width: 90%;
      padding-top: 80px;
      padding-bottom: 80px; }
      .sqsy .box .boxNew .tits {
        text-align: center;
        font-size: 36px;
        line-height: 38px;
        color: #000;
        font-weight: 500;
        margin-bottom: 40px; }
      .sqsy .box .boxNew .t {
        margin-bottom: 25px; }
        .sqsy .box .boxNew .t .text {
          width: 48.3%;
          float: left;
          height: 66px;
          background-color: #f6f6f6;
          font-size: 20px;
          line-height: 30px;
          padding-left: 30px;
          color: #333;
          box-sizing: border-box;
          border: none; }
          .sqsy .box .boxNew .t .text:last-child {
            float: right; }
          .sqsy .box .boxNew .t .text::-webkit-input-placeholder {
            color: #666; }
          .sqsy .box .boxNew .t .text::-moz-placeholder {
            color: #666; }
          .sqsy .box .boxNew .t .text:-moz-placeholder {
            color: #666; }
          .sqsy .box .boxNew .t .text:-ms-input-placeholder {
            color: #666; }
      .sqsy .box .boxNew .txt {
        width: 100%;
        height: 164px;
        background-color: #f6f6f6;
        font-size: 20px;
        line-height: 30px;
        padding: 17px 30px;
        color: #333;
        box-sizing: border-box;
        border: none; }
        .sqsy .box .boxNew .txt::-webkit-input-placeholder {
          color: #666; }
        .sqsy .box .boxNew .txt::-moz-placeholder {
          color: #666; }
        .sqsy .box .boxNew .txt:-moz-placeholder {
          color: #666; }
        .sqsy .box .boxNew .txt:-ms-input-placeholder {
          color: #666; }
      .sqsy .box .boxNew .submit {
        width: 177px;
        height: 83px;
        padding-top: 23px;
        text-align: center;
        display: block;
        border: none;
        background: none;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/submit.png");
        font-size: 20px;
        line-height: 60px;
        color: #fff;
        margin: 55px auto 0; }
  @media (max-width: 1366px) {
    .sqsy .box {
      width: 1000px; }
      .sqsy .box .boxNew {
        padding: 40px 0; }
        .sqsy .box .boxNew .tits {
          font-size: 28px;
          line-height: 30px;
          margin-bottom: 30px; }
        .sqsy .box .boxNew .t {
          margin-bottom: 15px; }
          .sqsy .box .boxNew .t .text {
            font-size: 18px; }
        .sqsy .box .boxNew .txt {
          font-size: 18px; }
        .sqsy .box .boxNew .submit {
          margin: 30px auto 0; } }
  @media (max-width: 1024px) {
    .sqsy .box {
      width: 92%; }
      .sqsy .box .closeClick {
        width: 30px;
        height: 30px;
        background-size: 18px;
        top: 10px;
        right: 10px; }
      .sqsy .box .boxNew {
        padding: 25px 0; }
        .sqsy .box .boxNew .tits {
          font-size: 18px;
          line-height: 20px;
          margin-bottom: 15px; }
        .sqsy .box .boxNew .t {
          margin-bottom: 0; }
          .sqsy .box .boxNew .t .text {
            width: 100%;
            float: none !important;
            height: 42px;
            padding-left: 10px;
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 10px; }
        .sqsy .box .boxNew .txt {
          padding: 10px;
          height: 120px;
          font-size: 14px;
          line-height: 24px; }
        .sqsy .box .boxNew .submit {
          width: 120px;
          height: 50px;
          padding-top: 15px;
          font-size: 14px;
          line-height: 36px;
          margin: 10px auto 0; } }

.videoTk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 100;
  display: none; }
  .videoTk .video {
    width: 1200px;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    .videoTk .video video {
      width: 100%;
      height: 100%; }
    .videoTk .video .close {
      width: 40px;
      height: 40px;
      position: absolute;
      top: -20px;
      right: -20px;
      background-position: center;
      background-color: #fff;
      background-size: 20px;
      border-radius: 100%;
      background-image: url("../images/close.png");
      background-repeat: no-repeat;
      cursor: pointer; }
  @media (max-width: 1366px) {
    .videoTk .video {
      width: 1000px;
      height: 460px; } }
  @media (max-width: 1250px) {
    .videoTk .video {
      width: 800px;
      height: 400px; } }
  @media (max-width: 1024px) {
	  
	  .guanzhu{
	  			  display: none !important;
	  }
    .videoTk .video {
      width: 100%;
      height: 400px; }
      .videoTk .video .close {
        width: 30px;
        height: 30px;
        bottom: -40px;
        left: 50%;
        margin-left: -15px;
        top: auto;
        right: auto;
        background-size: 12px; } }

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