.left {
  float: left; }

.right {
  float: right; }

body {
  background-size: 100% auto; }

.main {
  width: 100%;
  overflow: hidden;
  height: auto;
  background-color: #fff; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.w1080 {
  width: 90%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.w1200 {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.fz48 {
  font-size: 48px;
  line-height: 48px; }
  @media (max-width: 1366px) {
    .fz48 {
      font-size: 36px;
      line-height: 36px; } }
  @media (max-width: 768px) {
    .fz48 {
      font-size: 20px;
      line-height: 20px; } }

.header-box {
  height: 72px;
  background-color: #fff; }
  .header-box.on {
    background: none;
    height: auto; }
  @media (max-width: 1024px) {
    .header-box {
      height: 50px; }
      .header-box.on {
        height: 50px; } }

.index-banner {
  width: 100%;
  height: auto;
  position: relative; }
  .index-banner .logoList {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10; }
    .index-banner .logoList .list-new {
      height: 100%; }
      .index-banner .logoList .list-new dl {
        width: 100%;
        height: 100%; }
        .index-banner .logoList .list-new dl dd {
          width: auto;
          height: 100%;
          float: left;
          position: relative; }
          .index-banner .logoList .list-new dl dd a {
            padding: 0 24px;
            height: 100%;
            display: block; }
            .index-banner .logoList .list-new dl dd a img {
              display: block;
              position: relative;
              top: 50%;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
  .index-banner .a {
    width: 80px;
    height: 80px;
    border: 1px solid #2fbfd6;
    position: absolute;
    top: 50%;
    margin-top: -41px;
    z-index: 10;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat; }
    .index-banner .a.prev {
      left: 5%;
      background-image: url("../img/ico27.png"); }
    .index-banner .a.next {
      right: 5%;
      background-image: url("../img/ico28.png"); }
  @media (max-width: 1024px) {
    .index-banner .logoList {
      height: 80px; }
      .index-banner .logoList .list-new dl dd a img {
        max-height: 60%; } }
  @media (max-width: 768px) {
    .index-banner .logoList {
      height: 50px; }
    .index-banner .logoList .list-new dl dd a {
      padding: 0 10px; }
    .index-banner .a {
      width: 40px;
      height: 40px;
      margin-top: -21px;
      background-size: 9px auto; } }

.header {
  width: 100%;
  height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6); }
  .header .logo {
    width: 75px;
    height: auto;
    float: left;
    margin-left: 8.75%;
    margin-top: 12px; }
    .header .logo img.img1 {
      display: block; }
    .header .logo img.img2 {
      display: none; }
  .header .nav {
    float: right;
    margin-right: 7.4%; }
    .header .nav ul li {
      float: left;
      margin: 0 18px;
      position: relative; }
      .header .nav ul li a {
        font-size: 16px;
        line-height: 72px;
        color: #fff;
        padding: 0 9px;
        display: block;
        position: relative; }
        .header .nav ul li a:after {
          content: "";
          width: 0;
          height: 3px;
          background-color: #2fbfd6;
          position: absolute;
          left: 50%;
          top: 0;
          opacity: 0;
          transition: width .5s,opacity .5s,left .5s; }
      .header .nav ul li.on a {
        color: #2fbfd6; }
        .header .nav ul li.on a:after {
          width: 100%;
          left: 0;
          opacity: 1; }
      @media (min-width: 1024px) {
        .header .nav ul li:hover a {
          color: #2fbfd6; }
          .header .nav ul li:hover a:after {
            width: 100%;
            left: 0;
            opacity: 1; } }
  .header .navlin {
    width: 22px;
    height: 20px;
    margin-left: 5px;
    float: left;
    margin-right: 4%;
    margin-top: 18px;
    display: block;
    float: right;
    display: none;
    position: relative; }
    .header .navlin span {
      display: block;
      width: 100%;
      height: 3px;
      background: #9D8573;
      position: relative;
      transition: .3s;
      -webkit-transition: .3s;
      float: right; }
      .header .navlin span:nth-child(1) {
        width: 60%; }
      .header .navlin span:nth-child(2) {
        width: 100%;
        margin-top: 5px; }
      .header .navlin span:nth-child(3) {
        width: 85%;
        margin-top: 5px; }
    .header .navlin.cur span:nth-child(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 8px;
      width: 100%; }
    .header .navlin.cur span:nth-child(2) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 0;
      width: 100%; }
    .header .navlin.cur span:nth-child(3) {
      display: none; }
  .header.on {
    background: none; }
    .header.on .logo {
      width: 75px;
      margin-top: 12px; }
      .header.on .logo img.img1 {
        display: block; }
      .header.on .logo img.img2 {
        display: none; }
    .header.on .nav ul li a {
      color: #fff; }
    .header.on .nav ul li.on a {
      color: #2fbfd6; }
      .header.on .nav ul li.on a:after {
        width: 100%;
        left: 0;
        opacity: 1; }
    @media (min-width: 1024px) {
      .header.on .nav ul li:hover a {
        color: #2fbfd6; }
        .header.on .nav ul li:hover a:after {
          width: 100%;
          left: 0;
          opacity: 1; } }
  @media (max-width: 1280px) {
    .header .nav ul li a {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px;
      background-color: #fff; }
      .header .navlin {
        display: block; }
      .header .logo {
        width: 53px;
        margin-top: 8px;
        margin-left: 4%; }
        .header .logo img.img1 {
          display: none; }
        .header .logo img.img2 {
          display: block; }
      .header .nav {
        display: none;
        position: fixed;
        top: 50px;
        width: 155px;
        right: 0;
        height: auto;
        background: rgba(0, 0, 0, 0.7);
        display: none;
        padding: 5px 0 10px;
        z-index: 1000;
        margin-right: 0; }
        .header .nav ul li {
          margin: auto;
          width: 100%; }
          .header .nav ul li a {
            font-size: 16px;
            width: 100%;
            line-height: 45px;
            display: block;
            color: #fff;
            padding: 0;
            text-align: center; }
            .header .nav ul li a:after {
              display: none; }
      .header.on {
        background-color: #fff; }
        .header.on .logo {
          width: 53px;
          margin-top: 8px; }
          .header.on .logo img.img1 {
            display: none; }
          .header.on .logo img.img2 {
            display: block; } }

.index {
  padding-top: 9.7%; }
  .index .index-about {
    position: relative; }
    .index .index-about .title {
      width: 53.9%;
      height: 107px;
      position: absolute;
      top: -64px;
      right: 0; }
      .index .index-about .title .t {
        font-size: 30px;
        line-height: 107px;
        color: #fff;
        padding-left: 42px;
        position: relative;
        z-index: 5; }
      .index .index-about .title .bg {
        width: 10000px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #7C7C80;
        z-index: 4; }
    .index .index-about .pic {
      width: 100%;
      height: auto; }
    .index .index-about .con {
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 10; }
      .index .index-about .con .tits {
        text-align: center;
        font-size: 48px;
        line-height: 48px;
        color: #fff; }
      .index .index-about .con .txt {
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        max-width: 92%;
        margin: 0 auto;
        padding: 30px 0; }
  .index .inTitle {
    width: 100%;
    height: auto;
    margin-top: 45px; }
    .index .inTitle img {
      max-width: 90%;
      margin: 0 auto;
      display: block; }
  .index .index-service {
    width: 100%;
    height: auto;
    padding-bottom: 3.6%;
    background-position: top center;
    background-size: auto 405px;
    background-repeat: no-repeat;
    background-color: #fff; }
    .index .index-service .con {
      width: 100%;
      height: auto;
      text-align: center;
      padding-top: 80px; }
      .index .index-service .con .en {
        font-size: 18px;
        line-height: 18px;
        color: #fff;
        opacity: 0.46;
        text-transform: uppercase; }
      .index .index-service .con .cn {
        color: #fff;
        margin-top: 9px; }
      .index .index-service .con .line {
        width: 390px;
        height: 3px;
        background-color: rgba(255, 255, 255, 0.32);
        margin: 20px auto 0; }
      .index .index-service .con .txt {
        text-align: center;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        margin-top: 11px; }
    .index .index-service .content {
      width: 1200px;
      height: auto;
      margin: 140px auto 0;
      max-width: 92%; }
  .index .index-news {
    width: 100%;
    height: auto;
    margin-top: 4.2%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 11%;
    padding-bottom: 10%;
    background-position: center; }
    .index .index-news .content {
      width: 455px;
      margin-left: 3.5%; }
      .index .index-news .content .title {
        color: #fff; }
      .index .index-news .content .listBox {
        width: 100%;
        height: 550px;
        overflow: hidden;
        position: relative;
        margin-top: 80px; }
        .index .index-news .content .listBox .list {
          width: 100%;
          height: auto;
          height: 50px;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -25px; }
          .index .index-news .content .listBox .list ul li {
            width: 100%;
            height: auto;
            box-sizing: border-box;
            font-size: 24px;
            line-height: 50px;
            opacity: 0.4;
            font-size: 16px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis; }
            .index .index-news .content .listBox .list ul li a {
              display: block;
              color: #fff; }
            .index .index-news .content .listBox .list ul li.swiper-slide-active {
              font-size: 24px;
              opacity: 1;
              color: #2fbfd6;
              border-top: 1px solid #2fbfd6;
              border-bottom: 1px solid #2fbfd6;
              font-weight: bold; }
              .index .index-news .content .listBox .list ul li.swiper-slide-active a {
                color: #2fbfd6; }
            .index .index-news .content .listBox .list ul li.swiper-slide-prev, .index .index-news .content .listBox .list ul li.swiper-slide-next {
              opacity: 0.8;
              font-size: 20px; }
  @media (max-width: 1366px) {
    .index .index-about .title {
      height: 80px;
      top: -40px; }
      .index .index-about .title .t {
        line-height: 80px;
        font-size: 24px; }
    .index .index-service {
      background-size: auto 330px; }
    .index .index-service .con .line {
      width: 300px;
      height: 2px;
      margin: 15px auto 0; }
    .index .index-service .content {
      margin: 80px auto 0; } }
  @media (max-width: 1200px) {
    .index .index-news .content .listBox {
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .index .index-about .title {
      height: 50px;
      top: -30px; }
      .index .index-about .title .t {
        line-height: 50px;
        font-size: 16px;
        padding-left: 20px; }
    .index .index-about .con {
      position: relative;
      background: none;
      top: auto;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      margin-top: 15px; }
      .index .index-about .con .txt {
        margin-top: 0;
        font-size: 14px;
        line-height: 24px;
        color: #787878;
        padding: 0; }
    .index .inTitle {
      margin-top: 20px; }
    .index .index-service .con {
      padding-top: 30px; }
    .index .index-service .content {
      margin: 40px auto 0; }
    .index .index-service {
      background-size: auto 190px; }
    .index .index-logo .logoBox .item {
      width: calc(33.3% - 8px); }
    .index .index-logo .logoBox {
      padding: 15px 0; }
    .index .index-logo .more {
      width: 130px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      margin: 20px auto 0; }
    .index .index-news .content .listBox {
      height: 440px; }
    .index .index-news .content .listBox .list {
      height: 40px;
      margin-top: -20px; }
    .index .index-news .content .listBox .list ul li {
      line-height: 40px;
      font-size: 14px; }
    .index .index-news .content .listBox .list ul li.swiper-slide-prev, .index .index-news .content .listBox .list ul li.swiper-slide-next {
      font-size: 16px; }
    .index .index-news .content .listBox .list ul li.swiper-slide-active {
      font-size: 18px; }
    .index .index-news .content {
      max-width: 90%; } }

.index-logo {
  width: 100%;
  height: auto; }
  .index-logo .logoBox {
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 30px 0; }
    .index-logo .logoBox .item {
      width: calc(12.5% - 8px);
      height: auto;
      float: left;
      margin: 8px 4px 0;
      background-color: #fff;
      position: relative; }
      .index-logo .logoBox .item img {
        width: 100%; }
  .index-logo .more {
    width: 177px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 30px auto 0;
    background-color: #2fbfd6; }
  @media (max-width: 1200px) {
    .index-logo .logoBox .item {
      width: calc(20% - 8px); }
    .index-logo .logoBox .item:last-child {
      display: none; } }
  @media (max-width: 768px) {
    .index-logo .logoBox .item {
      width: calc(33.3% - 8px); }
    .index-logo .logoBox {
      padding: 15px 0; }
    .index-logo .logoBox .item {
      height: 120px; }
    .index-logo .more {
      width: 130px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      margin: 20px auto 0; } }

.indexTabs {
  width: 965px;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }
  .indexTabs .item {
    width: 23.8%;
    height: 140px;
    border: 1px solid #eee;
    box-sizing: border-box;
    float: left;
    margin-right: 1.6%;
    background-color: #fff;
    cursor: pointer;
    position: relative; }
    .indexTabs .item .icon {
      width: 100%;
      height: 30px;
      margin-top: 48px;
      position: relative; }
      .indexTabs .item .icon img {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        .indexTabs .item .icon img.img1 {
          display: block; }
        .indexTabs .item .icon img.img2 {
          display: none; }
    .indexTabs .item p {
      text-align: center;
      font-size: 16px;
      line-height: 16px;
      color: #464646;
      margin-top: 15px; }
    .indexTabs .item .ic {
      width: 17px;
      height: 17px;
      position: absolute;
      top: 9px;
      right: 9px;
      background-image: url("../img/index_icon10.png");
      background-repeat: no-repeat;
      background-position: center;
      display: none; }
    .indexTabs .item:last-child {
      margin-right: 0; }
    .indexTabs .item.on {
      background-color: #7C7C80;
      border: 1px solid #7C7C80; }
      .indexTabs .item.on .icon img.img1 {
        display: none; }
      .indexTabs .item.on .icon img.img2 {
        display: block; }
      .indexTabs .item.on p {
        font-size: 20px;
        line-height: 20px;
        color: #fff; }
      .indexTabs .item.on .ic {
        background-image: url("../img/index_icon10_h.png"); }
    @media (min-width: 1024px) {
      .indexTabs .item:hover {
        background-color: #7C7C80;
        border: 1px solid #7C7C80; }
        .indexTabs .item:hover .icon img.img1 {
          display: none; }
        .indexTabs .item:hover .icon img.img2 {
          display: block; }
        .indexTabs .item:hover p {
          font-size: 20px;
          line-height: 20px;
          color: #fff; }
        .indexTabs .item:hover .ic {
          background-image: url("../img/index_icon10_h.png"); } }
  @media (max-width: 768px) {
    .indexTabs .item {
      width: calc(25% - 2px);
      margin: 0 1px;
      height: 110px; }
    .indexTabs .item p {
      font-size: 12px;
      line-height: 14px; }
    .indexTabs .item.on p {
      font-size: 14px;
      line-height: 14px; }
    .indexTabs .item.on .icon img.img2 {
      max-height: 40px; }
    .indexTabs .item .icon {
      margin-top: 23px; } }

.indexconBox {
  width: 100%;
  height: auto;
  margin: 0 auto; }
  .indexconBox .item {
    padding-top: 80px;
    margin: 0 auto;
    display: none; }
    .indexconBox .item .itemBox {
      width: 100%;
      height: auto;
      max-width: 100%;
      margin: 0 auto; }
      .indexconBox .item .itemBox .pic1 {
        width: 100%;
        text-align: center; }
        .indexconBox .item .itemBox .pic1 img {
          display: inline-block;
          max-width: 100%; }
      .indexconBox .item .itemBox .tits {
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        color: #787878;
        padding-bottom: 14px; }
      .indexconBox .item .itemBox .line {
        width: 100%;
        height: 1px;
        background-color: #e3e3e3; }
      .indexconBox .item .itemBox .item-new {
        width: 100%;
        text-align: center;
        font-size: 0; }
        .indexconBox .item .itemBox .item-new .box {
          width: 16.8%;
          display: inline-block;
          margin-top: 36px; }
          .indexconBox .item .itemBox .item-new .box .icon {
            width: 74px;
            height: 74px;
            margin: 0 auto;
            border-radius: 100%;
            border: 1px solid #d6d6d6;
            position: relative; }
            .indexconBox .item .itemBox .item-new .box .icon img {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              margin: auto; }
          .indexconBox .item .itemBox .item-new .box .t {
            text-align: center;
            font-size: 18px;
            line-height: 20px;
            color: #323232;
            margin-top: 16px; }
          .indexconBox .item .itemBox .item-new .box .t1 {
            text-align: center;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 14px;
            font-family: Arial;
            opacity: 0.66;
            margin-top: 5px; }
    .indexconBox .item .bb3 {
      width: 100%;
      height: auto;
      margin: 0 auto 0;
      max-width: 100%; }
      .indexconBox .item .bb3 ul li {
        width: 25.75%;
        margin-right: 11.375%;
        height: auto;
        float: left; }
        .indexconBox .item .bb3 ul li p {
          text-align: center;
          font-size: 18px;
          line-height: 18px;
          color: #646464;
          margin-top: 25px; }
        .indexconBox .item .bb3 ul li:nth-child(3n) {
          margin-right: 0; }
  @media (max-width: 1366px) {
    .indexconBox .item {
      padding-top: 50px; } }
  @media (max-width: 768px) {
    .indexconBox .item {
      padding-top: 25px; }
    .indexconBox .item .bb3 ul li {
      width: 31%;
      margin-right: 2%; }
    .indexconBox .item .bb3 ul li p {
      font-size: 14px;
      line-height: 14px;
      margin-top: 10px; } }

.footerBox {
  width: 100%;
  height: auto;
  background-color: #242424; }
  .footerBox .link {
    width: 100%;
    height: auto;
    background-color: #5d5d5d; }
    .footerBox .link .w1080 {
      padding: 18px 0; }
      .footerBox .link .w1080 span {
        width: 70px;
        height: auto;
        display: block;
        float: left;
        line-height: 24px;
        color: #fff; }
      .footerBox .link .w1080 .linkBox {
        width: calc(100% - 70px);
        float: left; }
        .footerBox .link .w1080 .linkBox a {
          font-size: 14px;
          line-height: 24px;
          color: #fff;
          margin-right: 8px; }
          @media (min-width: 1024px) {
            .footerBox .link .w1080 .linkBox a:hover {
              color: #2fbfd6; } }
  .footerBox .footer {
    padding: 40px 0; }
    .footerBox .footer .footerLeft {
      float: left; }
      .footerBox .footer .footerLeft .t {
        font-size: 14px;
        line-height: 24px;
        opacity: 0.6;
        color: #fff;
        margin-top: 7px; }
        .footerBox .footer .footerLeft .t span {
          margin-left: 10px; }
      .footerBox .footer .footerLeft .t1 {
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        opacity: 0.34; }
        .footerBox .footer .footerLeft .t1 span {
          margin-left: 10px; }
    .footerBox .footer .share {
      width: 160px;
      padding: 13px 0;
      background-color: #3c3c3c;
      border-radius: 5px;
      float: right; }
      .footerBox .footer .share a {
        width: 38px;
        height: 38px;
        border-radius: 100%;
        background-color: #545454;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1;
        padding: 0;
        float: left;
        margin: 0 0 0 11px; }
        .footerBox .footer .share a.bds_tsina {
          background-image: url("../img/wb.png"); }
        .footerBox .footer .share a.bds_weixin {
          background-image: url("../img/wx.png"); }
        .footerBox .footer .share a.bds_sqq {
          background-image: url("../img/qq.png"); }
  @media (max-width: 1024px) {
    .footerBox .link {
      display: none; } }
  @media (max-width: 768px) {
    .footerBox .footer {
      padding: 20px 0; }
    .footerBox .footer .footerLeft {
      float: none; }
    .footerBox .footer .footerLeft .t span {
      display: block;
      text-align: center;
      margin-left: 0; }
    .footerBox .footer .footerLeft .t1 span {
      margin-left: 0;
      display: block;
      text-align: center; }
    .footerBox .footer .share {
      float: none;
      margin: 0 auto;
      background: none; } }

.service {
  width: 100%;
  height: auto; }
  .service .box1 {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    padding-top: 3.5%;
    padding-bottom: 4%; }
    .service .box1 .con {
      width: 965px;
      height: auto;
      max-width: 92%;
      margin: 0 auto; }
      .service .box1 .con .tits {
        text-align: center;
        color: #323232; }
      .service .box1 .con .tit {
        font-size: 14px;
        line-height: 24px;
        color: #828282;
        text-align: center;
        margin-top: 14px; }
      .service .box1 .con .indexTabs {
        margin-top: 30px; }
  .service .indexconBox .item {
    padding-top: 0;
    padding-bottom: 5.8%; }
    .service .indexconBox .item.i {
      padding-bottom: 2%; }
    .service .indexconBox .item .pic {
      width: 100%;
      height: auto; }
    .service .indexconBox .item .itemBox {
      width: 1200px;
      margin: 0 auto;
      padding-top: 4.6%;
      max-width: 90%; }
      .service .indexconBox .item .itemBox .pic1 {
        width: 100%;
        height: auto;
        text-align: center; }
        .service .indexconBox .item .itemBox .pic1 img {
          max-width: 100%; }
    .service .indexconBox .item .box .it {
      margin-top: 4%;
      padding-bottom: 40px; }
    .service .indexconBox .item .box .bb .tits {
      color: #323232;
      text-align: center; }
    .service .indexconBox .item .box .bb .img {
      width: 100%;
      height: auto;
      text-align: center;
      margin-top: 6%; }
      .service .indexconBox .item .box .bb .img img {
        max-width: 100%; }
    .service .indexconBox .item .bb1 {
      width: 100%;
      height: auto;
      margin-top: 4%;
      padding-top: 7.6%;
      padding-bottom: 6%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .service .indexconBox .item .bb1 .box-new {
        width: 1100px;
        max-width: 90%;
        margin: 0 auto; }
        .service .indexconBox .item .bb1 .box-new .tits {
          text-align: center;
          color: #fff;
          text-transform: uppercase; }
        .service .indexconBox .item .bb1 .box-new .list {
          width: 100%;
          height: auto;
          margin-top: 4.2%; }
          .service .indexconBox .item .bb1 .box-new .list ul li {
            width: 49%;
            height: auto;
            float: left;
            font-size: 27px;
            line-height: 108px;
            background-color: #fff;
            color: #323232;
            margin-bottom: 25px; }
            .service .indexconBox .item .bb1 .box-new .list ul li span {
              display: inline-block;
              padding-left: 20px;
              margin-left: 38.9%;
              position: relative; }
              .service .indexconBox .item .bb1 .box-new .list ul li span:after {
                content: "";
                width: 4px;
                height: 4px;
                border-radius: 100%;
                background-color: #2fbfd6;
                position: absolute;
                top: 50%;
                margin-top: -2px;
                left: 0; }
            .service .indexconBox .item .bb1 .box-new .list ul li:nth-child(2n) {
              float: right; }
    .service .indexconBox .item .bb2 {
      width: 1740px;
      margin: 0 auto;
      max-width: 90%;
      padding-top: 4%; }
      .service .indexconBox .item .bb2 .tits {
        text-align: center;
        color: #323232; }
      .service .indexconBox .item .bb2 .list {
        width: 100%;
        height: auto;
        margin-top: 48px; }
        .service .indexconBox .item .bb2 .list ul li {
          width: 25%;
          height: auto;
          float: left; }
          .service .indexconBox .item .bb2 .list ul li .con {
            width: 100%;
            text-align: center;
            margin-top: 45px; }
            .service .indexconBox .item .bb2 .list ul li .con .con-new {
              display: inline-block;
              text-align: left; }
              .service .indexconBox .item .bb2 .list ul li .con .con-new .t {
                font-size: 24px;
                line-height: 24px;
                color: #2fbfd6; }
              .service .indexconBox .item .bb2 .list ul li .con .con-new .t1 {
                font-size: 16px;
                line-height: 26px;
                color: #8c8c8c;
                margin-top: 12px; }
    .service .indexconBox .item .bb3 {
      width: 1200px;
      height: auto;
      margin: 3% auto 0;
      max-width: 90%; }
      .service .indexconBox .item .bb3 ul li {
        width: 25.75%;
        margin-right: 11.375%;
        height: auto;
        margin-bottom: 40px;
        float: left; }
        .service .indexconBox .item .bb3 ul li p {
          text-align: center;
          font-size: 18px;
          line-height: 18px;
          color: #646464;
          margin-top: 25px; }
        .service .indexconBox .item .bb3 ul li:nth-child(3n) {
          margin-right: 0; }
  @media (max-width: 1366px) {
    .service .indexconBox .item .bb1 .box-new .list ul li {
      font-size: 22px;
      line-height: 80px;
      margin-bottom: 15px; } }
  @media (max-width: 1024px) {
    .service .indexconBox .item .bb2 .list ul li .con .con-new .t {
      font-size: 20px;
      line-height: 20px; }
    .service .indexconBox .item .bb2 .list ul li .con .con-new .t1 {
      font-size: 14px;
      line-height: 24px; }
    .service .indexconBox .item .bb2 .list {
      margin-top: 25px; }
    .service .indexconBox .item .bb2 .list ul li .con {
      margin-top: 25px; }
    .service .indexconBox .item .bb3 ul li {
      width: 30%;
      margin-right: 5%;
      margin-bottom: 15px; } }
  @media (max-width: 768px) {
    .service .indexconBox .item .bb1 .box-new .list ul li {
      font-size: 16px;
      line-height: 40px; }
    .service .indexconBox .item .bb1 .box-new .list ul li span {
      margin-left: 20px; }
    .service .indexconBox .item .bb2 .list ul li {
      width: 50%;
      margin-bottom: 25px; }
    .service .indexconBox .item .bb2 .list ul li .con {
      margin-top: 15px; }
    .service .indexconBox .item .bb3 ul li p {
      font-size: 14px;
      line-height: 14px;
      margin-top: 10px; }
    .service .indexconBox .item .bb3 ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 15px; }
    .service .indexconBox .item .bb3 ul li:nth-child(3n) {
      margin-right: 3%; }
    .service .indexconBox .item .bb3 ul li:nth-child(2n) {
      margin-right: 0; } }

.news {
  width: 100%; }
  .news .top {
    width: 100%;
    height: auto;
    position: relative; }
    .news .top ul li {
      width: 100%;
      height: auto;
      position: relative; }
      .news .top ul li .bg {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0; }
      .news .top ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .news .top ul li a .con {
          width: 100%;
          height: auto;
          position: absolute;
          top: 45%;
          left: 0;
          text-align: center; }
          .news .top ul li a .con .tits {
            display: inline-block;
            width: 130px;
            height: 27px;
            background-color: #fff;
            text-align: center;
            font-size: 18px;
            line-height: 27px;
            color: #000; }
          .news .top ul li a .con .tit {
            text-align: center;
            color: #fff;
            margin-top: 7px; }
          .news .top ul li a .con .tit1 {
            width: 845px;
            margin: 0 auto;
            max-width: 90%;
            font-size: 16px;
            line-height: 30px;
            color: #fff;
            opacity: 0.7;
            margin-top: 31px; }
          .news .top ul li a .con .more {
            width: 97px;
            height: 29px;
            text-align: center;
            display: block;
            margin: 6.4% auto 0;
            color: #fff;
            font-size: 18px;
            line-height: 29px;
            background-image: url("../img/moreBg.png");
            background-size: cover;
            background-repeat: no-repeat; }
    .news .top .btns {
      width: 100%;
      font-size: 0;
      height: auto;
      position: absolute;
      bottom: 35px;
      left: 0;
      z-index: 10;
      text-align: center; }
      .news .top .btns span {
        width: 3px;
        height: 31px;
        position: relative;
        margin: 0 16px;
        display: inline-block;
        background-color: #fff;
        opacity: 0.48;
        cursor: pointer;
        transition: height .5s;
        border-radius: 0; }
        .news .top .btns span.swiper-pagination-bullet-active {
          height: 62px;
          opacity: 1; }
  .news .list {
    padding: 0 20px 6%;
    margin: 45px auto 0; }
    .news .list ul {
      margin-bottom: 15px; }
      .news .list ul li {
        width: 31.7%;
        height: auto;
        margin-right: 2.45%;
        margin-bottom: 2.45%;
        float: left; }
        .news .list ul li a {
          width: 100%;
          height: auto;
          display: block; }
          .news .list ul li a .pic {
            width: 100%;
            height: auto;
            overflow: hidden; }
            .news .list ul li a .pic img {
              transition: transform 1.5s; }
          .news .list ul li a .tits {
            font-size: 24px;
            line-height: 28px;
            height: 56px;
            color: #323232;
            max-width: 94%;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 23px; }
          .news .list ul li a .time {
            font-size: 14px;
            line-height: 26px;
            color: #323232;
            margin-top: 8px; }
        .news .list ul li:nth-child(3n) {
          margin-right: 0; }
        @media (min-width: 1024px) {
          .news .list ul li:hover a .pic img {
            transform: scale(1.1); } }
    .news .list .more {
      width: 144px;
      height: 43px;
      margin: 0 auto;
      border: 2px solid #b7b7b7;
      margin: 0 auto;
      display: block;
      font-size: 18px;
      line-height: 43px;
      color: #000;
      text-align: center;
      border-radius: 22px; }
  @media (max-width: 1366px) {
    .news .top ul li a .con {
      top: 22%; }
    .news .list ul li a .tits {
      font-size: 18px;
      line-height: 26px;
      height: 52px;
      margin-top: 15px; } }
  @media (max-width: 768px) {
    .news .top ul li a .con .tit1 {
      margin-top: 15px; }
    .news .top ul li a .con .tit1 {
      font-size: 14px;
      line-height: 18px;
      height: 36px;
      overflow: hidden; }
    .news .top ul li a .con {
      top: 12%; }
    .news .top .btns {
      bottom: 10px; }
    .news .top .btns span {
      width: 10px;
      height: 10px;
      border: 1px solid #fff;
      opacity: 1;
      background: none;
      border-radius: 100%;
      margin: 0 5px; }
    .news .top .btns span.swiper-pagination-bullet-active {
      width: 10px;
      height: 10px;
      background-color: #2fbfd6;
      border: 1px solid #2fbfd6; }
    .news .top ul li a .con .more {
      font-size: 15px; }
    .news .list {
      padding: 0 15px 6%;
      margin: 25px auto 0; }
    .news .list ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
    .news .list ul li:nth-child(3n) {
      margin-right: 3%; }
    .news .list ul li:nth-child(2n) {
      margin-right: 0; }
    .news .list ul li a .tits {
      font-size: 15px;
      line-height: 24px;
      height: 48px;
      margin-top: 5px; }
    .news .list ul li a .time {
      font-size: 12px;
      line-height: 12px;
      margin-top: 5px; }
    .news .list .more {
      font-size: 14px;
      line-height: 38px;
      width: 120px;
      height: 38px; } }

.partners {
  width: 100%;
  height: auto;
  padding-top: 3.5%; }
  .partners .tits {
    text-align: center;
    color: #323232;
    margin-bottom: 4%; }

.contact {
  width: 100%;
  height: auto; }
  .contact .content {
    margin: 4.5% auto; }
    .contact .content .item {
      width: 460px;
      height: auto;
      max-width: 47%; }
      .contact .content .item .tits {
        color: #20283d; }
      .contact .content .item .line {
        width: 100%;
        height: 2px;
        background-color: #d4d4d4;
        margin-top: 22px; }
      .contact .content .item .tit {
        margin-top: 25px;
        padding-left: 45px;
        font-size: 16px;
        line-height: 25px;
        color: #333;
        background-position: left top;
        background-repeat: no-repeat;
        background-image: url("../img/contact_icon1.png"); }
        .contact .content .item .tit span {
          font-weight: bold; }
    .contact .content .item1 {
      width: 100%;
      height: 53px;
      background-color: #e3e3e3;
      font-size: 16px;
      line-height: 53px;
      color: #333;
      text-align: center;
      margin-top: 45px; }
      .contact .content .item1 span {
        padding-left: 20px;
        display: inline-block;
        background-position: left center;
        background-repeat: no-repeat;
        background-image: url("../img/contact_icon2.png"); }
        .contact .content .item1 span em {
          font-weight: bold; }
  @media (max-width: 768px) {
    .contact .content .item {
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px; }
      .contact .content .item .line {
        height: 1px;
        margin-top: 15px; }
      .contact .content .item .tit {
        margin-top: 18px;
        font-size: 14px;
        line-height: 20px; } }

/*# sourceMappingURL=style.css.map */
