.left {
  float: left; }

.right {
  float: right; }

.main {
  width: 100%;
  overflow: hidden;
  height: auto; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.w1620 {
  width: 92%;
  max-width: 1620px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.w1520 {
  width: 92%;
  max-width: 1520px;
  height: auto;
  margin: 0 auto;
  position: relative; }

.w1200 {
  width: 92%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

.headerBox {
  width: 100%;
  height: 90px; }
  .headerBox.on {
    height: auto; }
  @media (max-width: 1024px) {
    .headerBox {
      height: 50px; }
      .headerBox.on {
        height: 50px; } }

.header {
  width: calc(100% - 100px);
  padding: 0 50px;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fafafa; }
  .header .logo {
    width: 228px;
    height: auto;
    display: block;
    float: left;
    margin-top: 25px;
    position: relative;
    z-index: 5; }
  .header .searchBox {
    width: 25px;
    box-sizing: border-box;
    height: 40px;
    border-radius: 20px;
    float: right;
    margin-top: 25px;
    position: relative;
    z-index: 5; }
    .header .searchBox a {
      width: 25px;
      height: 40px;
      float: right;
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url("../img/search_h.png"); }
    .header .searchBox .searchNew {
      width: 200px;
      height: auto;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 10px 15px;
      top: 65px;
      right: 0;
      z-index: 10;
      display: none; }
      .header .searchBox .searchNew .text {
        width: 160px;
        height: 30px;
        background-color: #fff;
        border: none;
        float: left;
        padding-left: 10px; }
      .header .searchBox .searchNew .submit {
        width: 30px;
        height: 30px;
        background-color: #ffd815;
        background-image: url("../img/search_h.png");
        background-size: auto 18px;
        border: none;
        background-position: center;
        background-repeat: no-repeat; }
  .header .lan {
    float: right;
    font-size: 16px;
    line-height: 26px;
    margin-top: 32px;
    margin-right: 40px;
    position: relative;
    z-index: 5; }
    .header .lan a {
      float: left;
      color: #333;
      margin-right: 15px; }
      .header .lan a.on {
        color: #ffd815 !important; }
  .header .nav {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 0;
    margin-top: 25px;
    z-index: 4; }
    .header .nav a {
      font-size: 16px;
      line-height: 40px;
      font-weight: bold;
      color: #333;
      display: inline-block;
      margin: 0 3.2%;
      letter-spacing: -1px;
      position: relative; }
      .header .nav a span {
        position: relative;
        display: inline-block;
        z-index: 4; }
      .header .nav a:after {
        content: "";
        width: 0;
        height: 9px;
        background-color: #ffd815;
        bottom: 10px;
        position: absolute;
        left: 50%;
        transition: width .5s,left .5s; }
      .header .nav a.on:after {
        width: calc(100% + 36px);
        left: -18px; }
      @media (min-width: 1024px) {
        .header .nav a:hover:after {
          width: calc(100% + 36px);
          left: -18px; } }
  .header .navLine {
    width: 22px;
    height: 20px;
    float: right;
    margin-top: 15px;
    display: block;
    float: right;
    display: none;
    position: relative;
    margin-left: 15px; }
    .header .navLine span {
      display: block;
      width: 100%;
      height: 2px;
      background: #333;
      position: relative;
      transition: .3s;
      -webkit-transition: .3s; }
      .header .navLine span:nth-child(2), .header .navLine span:nth-child(3) {
        margin-top: 5px; }
    .header .navLine.on span:nth-child(1) {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 7px; }
    .header .navLine.on span:nth-child(2) {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      top: 0; }
    .header .navLine.on span:nth-child(3) {
      display: none; }
  .header.on {
    background: none; }
    .header.on .lan a {
      color: #fff; }
    .header.on .searchBox a {
      background-image: url("../img/search.png"); }
  @media (max-width: 1560px) {
    .header .nav {
      left: 5%; }
    .header .nav a {
      margin: 0 2%; } }
  @media (max-width: 1280px) {
    .header .nav a {
      margin: 0 16px; }
    .header .lan {
      margin-right: 0; }
    .header .nav a:after {
      height: 5px;
      bottom: 12px; }
    .header .nav a.on:after {
      width: calc(100% + 20px);
      left: -10px; } }
  @media (max-width: 1140px) {
    .header .nav a {
      margin: 0 10px;
      font-size: 14px; } }
  @media (max-width: 1024px) {
    .header {
      height: 50px;
      width: 92%;
      padding: 0 4%;
      background-color: #fafafa !important; }
      .header .nav {
        display: none;
        width: 190px;
        height: auto;
        top: 48px;
        right: 0;
        left: auto;
        background-color: rgba(255, 216, 21, 0.9);
        border-top: 2px solid #000;
        margin-top: 0; }
        .header .nav a {
          width: 100%;
          height: auto;
          text-align: center;
          line-height: 45px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.8);
          margin: 0; }
          .header .nav a:last-child {
            border-bottom: none; }
          .header .nav a:after {
            display: none !important; }
      .header .searchBox {
        display: none; }
      .header .logo {
        width: 152px;
        margin-top: 12px; }
      .header .lan {
        margin-top: 12px; }
        .header .lan a {
          color: #333 !important;
          margin-right: 10px; }
      .header .navLine {
        display: block; } }

.index-banner {
  width: 100%;
  height: auto;
  position: relative; }
  .index-banner ul li {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden; }
    .index-banner ul li .con {
      width: 100%;
      height: auto;
      position: absolute;
      top: 41%;
      left: 0; }
      .index-banner ul li .con .tits {
        font-size: 72px;
        line-height: 72px;
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: -2px;
        transform: translateY(60px);
        opacity: 0;
        transition: transform .5s,opacity 0.5s; }
      .index-banner ul li .con .tit {
        font-size: 30px;
        line-height: 30px;
        color: #000;
        margin-top: 15px;
        transform: translateY(40px);
        opacity: 0;
        transition: transform .5s,opacity 0.5s;
        transition-delay: 0.3s; }
    .index-banner ul li.swiper-slide-active .con .tits {
      transform: translateY(0);
      opacity: 1; }
    .index-banner ul li.swiper-slide-active .con .tit {
      transform: translateY(0);
      opacity: 1; }
    .index-banner ul li:nth-child(1) .con, .index-banner ul li:nth-child(3) .con, .index-banner ul li:nth-child(4) .con {
      text-align: center;
      top: 21%; }
      .index-banner ul li:nth-child(1) .con .tits, .index-banner ul li:nth-child(3) .con .tits, .index-banner ul li:nth-child(4) .con .tits {
        color: #fff; }
      .index-banner ul li:nth-child(1) .con .tit, .index-banner ul li:nth-child(3) .con .tit, .index-banner ul li:nth-child(4) .con .tit {
        color: #fff;
        width: 100%;
        text-align: center; }
  .index-banner .btns {
    width: 12px !important;
    height: auto;
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto !important;
    transform: translateY(-50%);
    z-index: 10; }
    .index-banner .btns span {
      width: 12px;
      height: 12px;
      background-color: #ffd815;
      display: block;
      margin-bottom: 10px;
      border-radius: 10px;
      transition: height .5s;
      cursor: pointer;
      opacity: 1; }
      .index-banner .btns span:last-child {
        margin-bottom: 0; }
      .index-banner .btns span.swiper-pagination-bullet-active {
        height: 40px; }
  @media (max-width: 1600px) {
    .index-banner ul li .con .tits {
      font-size: 58px;
      line-height: 58px; }
    .index-banner ul li .con .tit {
      font-size: 26px;
      line-height: 26px; } }
  @media (max-width: 1366px) {
    .index-banner ul li .con .tits {
      font-size: 48px;
      line-height: 48px; }
    .index-banner ul li .con .tit {
      font-size: 22px;
      line-height: 22px; } }
  @media (max-width: 1024px) {
    .index-banner ul li .con .tits {
      font-size: 36px;
      line-height: 36px; }
    .index-banner ul li .con .tit {
      font-size: 20px;
      line-height: 20px; } }
  @media (max-width: 768px) {
    .index-banner ul li img {
      width: 130%;
      margin-left: -10%; }
    .index-banner ul li .con .tits {
      font-size: 26px;
      line-height: 26px; }
    .index-banner ul li .con .tit {
      font-size: 16px;
      line-height: 22px;
      width: 50%;
      margin-top: 10px; }
    .index-banner ul li .con {
      top: 15%; }
    .index-banner .btns {
      width: 100% !important;
      text-align: center;
      bottom: 15px;
      left: 0;
      right: auto;
      top: auto;
      transform: translateY(0); }
      .index-banner .btns span {
        width: 8px;
        height: 8px !important;
        background-color: #ffd815;
        opacity: 1;
        display: inline-block;
        margin: 0 5px;
        border-radius: 4px; }
        .index-banner .btns span.swiper-pagination-bullet-active {
          width: 16px; }
    .index-banner ul li:nth-child(2) .con, .index-banner ul li:nth-child(3) .con {
      top: 10%; } }

.index .index-product {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #dbdbdb; }
  .index .index-product .item {
    width: 25%;
    float: left;
    height: auto;
    position: relative;
    transition: all .5s;
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #787878; }
    .index .index-product .item:nth-child(2) {
      background-color: #c2c2c2; }
    .index .index-product .item:nth-child(3) {
      background-color: #dbdbdb; }
    .index .index-product .item a {
      width: 100%;
      height: auto;
      display: block; }
      .index .index-product .item a .img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ffd815;
        background-size: auto 100%;
        background-position: right bottom;
        background-repeat: no-repeat;
        opacity: 0;
        transition: opacity 0.5s; }
      .index .index-product .item a .tits {
        left: 50px;
        top: 42%;
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        color: #000;
        position: absolute;
        text-transform: uppercase;
        transition: color 0.5s; }
        .index .index-product .item a .tits .line {
          width: 23px;
          height: 3px;
          background-color: #fff;
          margin-top: 15px;
          opacity: 0;
          transition: opacity 0.5s; }
    .index .index-product .item:last-child {
      position: absolute;
      top: 0;
      right: 0;
      background-color: #a6a6a6; }
    .index .index-product .item.on {
      width: 39.6%; }
      .index .index-product .item.on a .img {
        opacity: 1; }
      .index .index-product .item.on a .tits {
        color: #fff; }
        .index .index-product .item.on a .tits .line {
          opacity: 1; }
  .index .index-product.on .item:last-child {
    right: -14.6%; }
  .index .index-product.onn .item:nth-child(1) {
    margin-left: -14.6%; }
.index .index-list {
  width: 100%;
  height: auto;
  background-color: #f7f8fa;
  position: relative; }
  .index .index-list .bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .index .index-list .list {
    width: 100%;
    height: auto;
    position: relative; }
    .index .index-list .list ul li {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden; }
      .index .index-list .list ul li .conBox {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        .index .index-list .list ul li .conBox .w1520 {
          height: 100%;
          position: relative; }
          .index .index-list .list ul li .conBox .w1520 .con {
            padding-top: 10.6%; }
            .index .index-list .list ul li .conBox .w1520 .con .tits {
              font-size: 60px;
              line-height: 60px;
              color: #333;
              font-weight: bold; }
            .index .index-list .list ul li .conBox .w1520 .con .tit {
              font-size: 24px;
              line-height: 24px;
              color: #333;
              font-weight: bold;
              margin-top: 17px; }
            .index .index-list .list ul li .conBox .w1520 .con .tit1 {
              width: 30%;
              font-size: 20px;
              line-height: 32px;
              color: #666;
              margin-top: 56px; }
          .index .index-list .list ul li .conBox .w1520 a {
            display: inline-block;
            position: absolute;
            left: 0;
            bottom: 13%;
            transition: padding 0.3s; }
            .index .index-list .list ul li .conBox .w1520 a span {
              display: inline-block;
              color: #ff5023;
              font-size: 16px;
              padding-right: 22px;
              background-position: right center;
              height: 40px;
              line-height: 40px;
              background-repeat: no-repeat;
              background-image: url("../img/icon1.png");
              position: relative;
              z-index: 4;
              transition: all 0.3s; }
            .index .index-list .list ul li .conBox .w1520 a:after {
              width: 0;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              background-color: #ff5023;
              content: '';
              transition: width 0.6s; }
            @media (min-width: 1024px) {
              .index .index-list .list ul li .conBox .w1520 a:hover {
                padding: 0 20px; }
                .index .index-list .list ul li .conBox .w1520 a:hover span {
                  color: #fff;
                  background-image: url("../img/icon1_h.png"); }
                .index .index-list .list ul li .conBox .w1520 a:hover:after {
                  width: 100%; } }
    .index .index-list .list .btns {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      display: inline-block;
      z-index: 10; }
      .index .index-list .list .btns .t {
        height: 22px;
        cursor: pointer;
        opacity: 0.5; }
        .index .index-list .list .btns .t .tt {
          float: right;
          width: 50px; }
          .index .index-list .list .btns .t .tt span {
            width: 30px;
            height: 2px;
            display: block;
            background-color: #959596;
            margin-top: 10px;
            transition: width .5s; }
        .index .index-list .list .btns .t i {
          text-align: right;
          float: right;
          font-size: 18px;
          color: #000;
          line-height: 22px;
          display: block;
          margin-right: 20px;
          display: none;
          text-transform: capitalize; }
        .index .index-list .list .btns .t.on {
          opacity: 1; }
          .index .index-list .list .btns .t.on .tt span {
            width: 50px; }
          .index .index-list .list .btns .t.on i {
            display: block; }
.index .index-about {
  padding-top: 10.8%;
  padding-bottom: 8%;
  position: relative; }
  .index .index-about .con {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5; }
    .index .index-about .con .conRight {
      width: 30.3%;
      float: right;
      height: auto;
      margin-right: 4.6%; }
    .index .index-about .con .conLeft {
      width: 57.9%;
      height: auto;
      float: left;
      padding-top: 14px; }
      .index .index-about .con .conLeft .tits {
        font-size: 86px;
        line-height: 95px;
        color: #333;
        text-transform: uppercase;
        font-weight: bold; }
      .index .index-about .con .conLeft .line {
        width: 166px;
        height: 6px;
        background-color: #ffd815;
        margin-top: 42px; }
      .index .index-about .con .conLeft .tit {
        font-size: 20px;
        line-height: 32px;
        color: #666;
        margin-top: 51px; }
      .index .index-about .con .conLeft a {
        display: inline-block;
        margin-top: 50px;
        transition: padding 0.3s;
        position: relative; }
        .index .index-about .con .conLeft a span {
          display: inline-block;
          color: #ff5023;
          font-size: 16px;
          padding-right: 22px;
          background-position: right center;
          height: 40px;
          line-height: 40px;
          background-repeat: no-repeat;
          background-image: url("../img/icon1.png");
          position: relative;
          z-index: 4;
          transition: all 0.3s; }
        .index .index-about .con .conLeft a:after {
          width: 0;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #ff5023;
          content: '';
          transition: width 0.6s; }
        @media (min-width: 1024px) {
          .index .index-about .con .conLeft a:hover {
            padding: 0 20px; }
            .index .index-about .con .conLeft a:hover span {
              color: #fff;
              background-image: url("../img/icon1_h.png"); }
            .index .index-about .con .conLeft a:hover:after {
              width: 100%; } }
  .index .index-about .con1 {
    width: 100%;
    height: auto;
    margin-top: 2%;
    position: relative;
    z-index: 5; }
    .index .index-about .con1 .videoBox {
      width: 60.9%;
      height: auto;
      float: right;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      .index .index-about .con1 .videoBox img {
        transition: transform 1.5s; }
      .index .index-about .con1 .videoBox .icon {
        width: 73px;
        height: 73px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../img/index_icon1.png"); }
      @media (min-width: 1024px) {
        .index .index-about .con1 .videoBox:hover img {
          transform: scale(1.1); } }
  .index .index-about .img {
    width: 34.2%;
    position: absolute;
    left: 13.5%;
    bottom: 15%; }
  .index .index-about .im1 {
    width: 18.3%;
    height: auto;
    position: absolute;
    top: 4%;
    right: 0; }
.index .index-news {
  width: 100%;
  height: auto;
  background-color: #f7f8fa;
  padding-top: 5.2%;
  padding-bottom: 7.8%; }
  .index .index-news .title {
    font-size: 86px;
    line-height: 86px;
    font-weight: bold;
    color: #333; }
  .index .index-news .list {
    width: 100%;
    height: auto;
    margin-top: 7%; }
    .index .index-news .list .item {
      width: 31.6%;
      margin-right: 2.6%;
      height: auto;
      float: left; }
      .index .index-news .list .item a {
        width: 100%;
        height: auto;
        display: block; }
        .index .index-news .list .item a .pic {
          width: 100%;
          height: auto;
          overflow: hidden; }
          .index .index-news .list .item a .pic img {
            transition: transform 1.5s; }
        .index .index-news .list .item a .tits {
          width: 360px;
          max-width: 100%;
          height: auto;
          font-size: 24px;
          line-height: 30px;
          font-weight: bold;
          color: #333;
          margin-top: 24px; }
        .index .index-news .list .item a .time {
          font-size: 16px;
          line-height: 16px;
          color: #999;
          margin-top: 20px; }
      .index .index-news .list .item:last-child {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .index .index-news .list .item:hover a .pic img {
          transform: scale(1.1); } }
    .index .index-news .list .btns {
      width: 100%;
      text-align: center;
      font-size: 0;
      margin-top: 10px;
      display: none; }
      .index .index-news .list .btns span {
        width: 8px;
        height: 8px;
        background-color: #ffd815;
        opacity: 1;
        display: inline-block;
        margin: 0 5px;
        border-radius: 4px; }
        .index .index-news .list .btns span.swiper-pagination-bullet-active {
          width: 16px; }
  .index .index-news .more {
    width: 165px;
    transition: padding 0.3s;
    position: relative;
    display: block;
    margin: 30px auto 0;
    text-align: center; }
    .index .index-news .more span {
      display: inline-block;
      color: #ff5023;
      font-size: 16px;
      padding-right: 22px;
      background-position: right center;
      height: 40px;
      line-height: 40px;
      background-repeat: no-repeat;
      background-image: url("../img/icon1.png");
      position: relative;
      z-index: 4;
      transition: all 0.3s; }
    .index .index-news .more:after {
      width: 0;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #ff5023;
      content: '';
      transition: width 0.6s; }
    @media (min-width: 1024px) {
      .index .index-news .more:hover span {
        color: #fff;
        background-image: url("../img/icon1_h.png"); }
      .index .index-news .more:hover:after {
        width: 100%; } }
@media (max-width: 1600px) {
  .index .index-list .list ul li .conBox .w1520 .con .tits {
    font-size: 48px;
    line-height: 48px; }
  .index .index-about .con .conLeft .tits {
    font-size: 68px;
    line-height: 75px; }
  .index .index-news .title {
    font-size: 68px;
    line-height: 68px; } }
@media (max-width: 1366px) {
  .index .index-product .item a .tits {
    left: 30px; }
  .index .index-list .list ul li .conBox .w1520 .con .tits {
    font-size: 38px;
    line-height: 38px; }
  .index .index-about .con .conLeft .tits {
    font-size: 48px;
    line-height: 54px; }
  .index .index-news .title {
    font-size: 48px;
    line-height: 48px; }
  .index .index-news .list .item a .tits {
    font-size: 20px;
    line-height: 26px; } }
@media (max-width: 1200px) {
  .index .index-list .list ul li .conBox .w1520 .con .tit1 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px; }
  .index .index-list .list ul li .conBox .w1520 a {
    bottom: 8%; }
  .index .index-list .list ul li .conBox .w1520 .con .tits {
    font-size: 28px;
    line-height: 28px; }
  .index .index-about .con .conLeft .line {
    margin-top: 25px;
    width: 120px; }
  .index .index-about .con .conLeft .tit {
    font-size: 18px;
    line-height: 28px;
    margin-top: 25px; }
  .index .index-about .con .conLeft .tits {
    font-size: 36px;
    line-height: 40px; }
  .index .index-news .list .item a .tits {
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px; }
  .index .index-news .list .item a .time {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px; }
  .index .index-news .title {
    font-size: 36px;
    line-height: 36px; } }
@media (max-width: 1024px) {
  .index .index-product .item a .tits {
    font-size: 20px;
    line-height: 22px;
    top: 8%;
    left: 10px; }
  .index .index-product .item a .tits .line {
    opacity: 1;
    margin-top: 10px;
    background-color: #333; }
  .index .index-list .list ul li img {
    width: 140%;
    margin-left: -8%;
    margin-top: -10%; }
  .index .index-list .list ul li .conBox .w1520 .con {
    padding-top: 4%; }
  .index .index-list .list ul li .conBox .w1520 .con .tits {
    font-size: 24px;
    line-height: 24px; }
  .index .index-list .list ul li .conBox .w1520 .con .tit {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px; }
  .index .index-list .list ul li .conBox .w1520 .con .tit1 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px; }
  .index .index-about .con .conLeft .tits {
    font-size: 30px;
    line-height: 34px; }
  .index .index-about .con .conLeft .tit {
    font-size: 16px;
    line-height: 24px; }
  .index .index-news .title {
    font-size: 30px;
    line-height: 30px; } }
@media (max-width: 768px) {
  .index .index-news .more span {
    font-size: 14px; }
  .index .index-product .item {
    width: 50%; }
  .index .index-product .item:last-child {
    position: relative;
    top: auto;
    right: auto; }
  .index .index-product .item a .tits {
    font-size: 18px;
    line-height: 20px;
    top: 12%;
    left: 20px; }
  .index .index-list .list ul li .conBox .w1520 .con .tit1 {
    width: 70%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    display: none; }
  .index .index-list .list ul li .conBox .w1520 a {
    bottom: 0; }
  .index .index-list .list ul li .conBox .w1520 a span {
    font-size: 14px; }
  .index .index .index-list .list ul li .conBox .w1520 .con .tit {
    margin-top: 3px; }
  .index .index-list .list ul li img {
    margin-left: -40%;
    width: 180%; }
  .index .index-list .list .btns {
    right: 10px; }
  .index .index-list .list .btns .t {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ffd815;
    right: 10px;
    margin-bottom: 8px; }
    .index .index-list .list .btns .t .tt {
      display: none; }
    .index .index-list .list .btns .t i {
      display: none !important; }
    .index .index-list .list .btns .t.on {
      height: 16px; }
  .index .index-about .con .conLeft {
    width: 100%;
    float: none;
    position: relative;
    z-index: 4; }
  .index .index-about .con .conRight {
    position: absolute;
    right: 0;
    float: none;
    margin-right: 0; }
  .index .index-about .con .conLeft .tits {
    font-size: 24px;
    line-height: 28px; }
  .index .index-about .con .conLeft .line {
    width: 90px;
    height: 2px;
    margin-top: 10px; }
  .index .index-about .con .conLeft .tit {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px; }
  .index .index-about .con1 .videoBox {
    width: 100%;
    float: none; }
    .index .index-about .con1 .videoBox .icon {
      width: 40px;
      height: 40px; }
  .index .index-about {
    padding-top: 4%;
    padding-bottom: 5%; }
  .index .index-news .list {
    margin-top: 10px; }
  .index .index-news .list .item {
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    .index .index-news .list .item a .pic {
      height: auto !important; }
  .index .index-news .list .btns {
    display: block; }
  .index .index-news .title {
    font-size: 24px;
    line-height: 24px; }
  .index .index-news .more {
    margin: 15px auto 0; } }

.footer {
  width: 100%;
  height: auto;
  padding-top: 5.4%;
  border-top: 1px solid #f0f0f0;
  position: relative; }
  .footer .conLeft {
    width: 285px;
    height: auto;
    float: left; }
    .footer .conLeft .logo {
      width: 228px;
      height: auto; }
    .footer .conLeft .share {
      width: 100%;
      height: auto;
      margin-top: 85px; }
      .footer .conLeft .share a {
        width: 20px;
        height: 20px;
        display: block;
        float: left;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0;
        margin-right: 28px; }
        .footer .conLeft .share a.bshare-facebook {
          background-image: url("../img/share_i1.png"); }
        .footer .conLeft .share a.bshare-gplus {
          background-image: url("../img/share_i2.png"); }
        .footer .conLeft .share a.bshare-tumblr {
          background-image: url("../img/share_i3.png"); }
        .footer .conLeft .share a.bshare-linkedin {
          background-image: url("../img/share_i4.png"); }
    .footer .conLeft .tit {
      width: 100%;
      height: auto;
      margin-top: 36px; }
      .footer .conLeft .tit .t {
        font-size: 16px;
        line-height: 30px;
        color: #666;
        padding-left: 42px;
        font-weight: bold;
        background-position: left center;
        background-repeat: no-repeat; }
        .footer .conLeft .tit .t.t1 {
          background-image: url("../img/footer_icon1.png"); }
        .footer .conLeft .tit .t.t2 {
          background-image: url("../img/footer_icon2.png"); }
  .footer .nav {
    float: right;
    position: relative;
    z-index: 5; }
    .footer .nav dl {
      float: left;
      margin-right: 80px; }
      .footer .nav dl dt {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 22px; }
        .footer .nav dl dt a {
          color: #666; }
      .footer .nav dl dd {
        font-size: 16px;
        line-height: 32px; }
        .footer .nav dl dd a {
          color: #999; }
          @media (min-width: 1024px) {
            .footer .nav dl dd a:hover {
              color: #ff6339; } }
      .footer .nav dl:last-child {
        margin-right: 0; }
  .footer .foott {
    width: calc(100% - 100px);
    padding: 0 50px;
    height: 50px;
    background-color: #000;
    font-size: 14px;
    line-height: 50px;
    color: #ccc;
    margin-top: 5.8%;
    position: relative;
    z-index: 5; }
    .footer .foott .lan {
      float: right; }
      .footer .foott .lan a {
        color: #ccc;
        opacity: 0.5;
        margin-left: 35px; }
        .footer .foott .lan a.on {
          opacity: 1; }
        @media (min-width: 1024px) {
          .footer .foott .lan a:hover {
            opacity: 1; } }
  .footer .bg {
    width: 17.4%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4; }
  @media (max-width: 1560px) {
    .footer .nav dl {
      margin-right: 50px; } }
  @media (max-width: 1400px) {
    .footer .nav dl {
      margin-right: 30px; }
    .footer .nav dl:last-child {
      position: absolute;
      top: 90px;
      right: 7px; } }
  @media (max-width: 1160px) {
    .footer .conLeft {
      width: 230px; }
    .footer .conLeft .tit .t {
      padding-left: 30px; }
    .footer .nav dl dt {
      margin-bottom: 5px; }
    .footer .nav dl:last-child {
      top: 68px; } }
  @media (max-width: 1100px) {
    .footer .nav {
      display: none; }
    .footer .conLeft .logo {
      width: 160px; }
    .footer .conLeft .share {
      margin-top: 25px; }
    .footer .conLeft .tit {
      margin-top: 10px; }
    .footer .foott {
      width: 92%;
      padding: 0 4%; }
    .footer .foott .lan a {
      margin-left: 20px; } }

.footerxf {
  width: 405px;
  height: 263px;
  position: fixed;
  top: 15%;
  right: -360px;
  z-index: 15;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
  transition: right 1s;
  opacity: 0;
  display: none; }
  .footerxf .xfLeft {
    width: 45px;
    height: auto;
    float: left;
    position: relative;
    cursor: pointer; }
    .footerxf .xfLeft i {
      width: 45px;
      height: 45px;
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      background-position: center;
      background-image: url("../img/xf_icon.png");
      background-repeat: no-repeat;
      transition: transform 0.5s; }
  .footerxf .xfRight {
    width: 325px;
    margin-left: 25px;
    float: left;
    text-transform: uppercase;
    padding-top: 47px; }
    .footerxf .xfRight .t1 {
      font-size: 24px;
      line-height: 30px;
      text-transform: uppercase;
      color: #666; }
    .footerxf .xfRight .t2 {
      font-size: 20px;
      line-height: 30px;
      padding-left: 36px;
      color: #333;
      font-weight: bold;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("../img/xf_icon1.png");
      margin-top: 36px; }
    .footerxf .xfRight .t3 {
      font-size: 18px;
      line-height: 30px;
      color: #333;
      padding-left: 36px;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("../img/xf_icon2.png");
      margin-top: 9px; }
  .footerxf.on {
    right: 0; }
    .footerxf.on .xfLeft i {
      transform: rotate(180deg); }
  @media (max-width: 1024px) {
    .footerxf {
      display: none; } }

.about-box1 {
  position: relative;
  padding-top: 6%;
  padding-bottom: 6.8%; }
  .about-box1 .con {
    width: 100%;
    height: auto;
    position: relative; }
    .about-box1 .con .conLeft {
      width: 57%;
      height: auto;
      float: left;
      padding-top: 6%; }
      .about-box1 .con .conLeft .tits {
        font-size: 72px;
        line-height: 72px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: -4px; }
        .about-box1 .con .conLeft .tits span {
          color: #ffd815; }
      .about-box1 .con .conLeft .tit {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin-top: 38px; }
        .about-box1 .con .conLeft .tit .t {
          width: 30%;
          height: auto;
          color: #000;
          float: left; }
        .about-box1 .con .conLeft .tit .t1 {
          width: 70%;
          float: left; }
      .about-box1 .con .conLeft.c {
        width: 71.25%; }
    .about-box1 .con .pic {
      width: 19.9%;
      float: right; }
      .about-box1 .con .pic img {
        max-width: 100%;
        float: right; }
      .about-box1 .con .pic.pic1 {
        width: 12.9%; }
  .about-box1 .img {
    width: 100%;
    height: auto;
    margin-top: 8.6%; }
  .about-box1 .con1 {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 6%; }
    .about-box1 .con1 .t {
      font-size: 24px;
      line-height: 40px;
      color: #333; }
      .about-box1 .con1 .t span {
        color: #ff6339; }
    .about-box1 .con1 .videoClick {
      width: 73px;
      height: 73px;
      background-image: url("../img/index_icon1.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      display: block;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
  .about-box1 .itemBox {
    width: 100%;
    height: auto;
    margin-top: 9%; }
    .about-box1 .itemBox .item {
      width: 33.3333333333%;
      float: left; }
      .about-box1 .itemBox .item .pic {
        width: 120px;
        height: auto;
        margin: 0 auto; }
      .about-box1 .itemBox .item .t {
        text-align: center;
        font-size: 24px;
        line-height: 40px;
        color: #333;
        font-weight: bold;
        margin-top: 6px; }
  .about-box1 .bg {
    width: 24.2%;
    position: absolute;
    left: 0;
    bottom: 12.8%; }
  @media (max-width: 1600px) {
    .about-box1 .con .conLeft .tits {
      font-size: 58px;
      line-height: 58px; } }
  @media (max-width: 1366px) {
    .about-box1 .con .conLeft .tits {
      font-size: 48px;
      line-height: 48px; } }
  @media (max-width: 1200px) {
    .about-box1 .con1 .t {
      font-size: 20px;
      line-height: 30px; }
    .about-box1 .con1 .videoClick {
      width: 60px;
      height: 60px; } }
  @media (max-width: 1024px) {
    .about-box1 .con .conLeft .tits {
      font-size: 36px;
      line-height: 36px;
      letter-spacing: 0; }
    .about-box1 .itemBox .item .t {
      font-size: 18px;
      line-height: 24px; }
    .about-box1 .itemBox .item .pic {
      width: 85px; } }
  @media (max-width: 768px) {
    .about-box1 .con .conLeft .tits {
      font-size: 26px;
      line-height: 26px; }
    .about-box1 .con .conLeft {
      width: 100% !important;
      padding-top: 2%;
      position: relative;
      z-index: 5; }
    .about-box1 .con .pic {
      position: absolute;
      top: 0;
      right: 0; }
    .about-box1 .con .conLeft .tit {
      margin-top: 10px;
      font-size: 14px;
      line-height: 22px; }
    .about-box1 .con .conLeft .tit .t {
      width: 100%;
      float: none; }
    .about-box1 .con .conLeft .tit .t1 {
      width: 100%;
      float: none;
      margin-top: 5px; }
    .about-box1 .img {
      margin-top: 20px; }
    .about-box1 .con1 {
      margin-top: 8px; }
    .about-box1 .con1 .t {
      font-size: 16px;
      line-height: 26px; }
    .about-box1 .con1 .videoClick {
      width: 40px;
      height: 40px;
      left: auto;
      right: 0;
      top: 6px;
      transform: translateY(0); }
    .about-box1 .itemBox .item .t {
      font-size: 16px;
      line-height: 22px; }
    .about-box1 .itemBox .item .pic {
      width: 60px; } }

.moreClick {
  width: 220px;
  height: 54px;
  background-color: #ff6339;
  position: relative;
  display: block;
  text-align: center;
  font-size: 0; }
  .moreClick i {
    width: 35px;
    height: 54px;
    float: left;
    margin-left: 20px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/about_icon2.png");
    position: relative;
    z-index: 5;
    transition: all 0.3s; }
    .moreClick i.i {
      background-image: url("../img/service_icon6.png"); }
    .moreClick i.i1 {
      background-image: url("../img/service_icon7.png"); }
  .moreClick span {
    float: right;
    margin-right: 20px;
    display: block;
    padding-right: 24px;
    background-image: url("../img/about_icon3.png");
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 54px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 5;
    transition: all 0.3s; }
  .moreClick:after {
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffd815;
    z-index: 3;
    transition: width 0.6s; }
  @media (min-width: 1024px) {
    .moreClick:hover i {
      background-image: url("../img/about_icon2_h.png"); }
      .moreClick:hover i.i {
        background-image: url("../img/service_icon6_h.png"); }
      .moreClick:hover i.i1 {
        background-image: url("../img/service_icon7_h.png"); }
    .moreClick:hover span {
      color: #000;
      background-image: url("../img/about_icon3_h.png"); }
    .moreClick:hover:after {
      width: 100%; } }
  @media (max-width: 768px) {
    .moreClick {
      height: 40px;
      width: 145px; }
      .moreClick i {
        width: 20px;
        background-size: 100%;
        margin-left: 10px;
        height: 40px; }
      .moreClick span {
        margin-right: 10px;
        font-size: 14px;
        line-height: 40px;
        padding-right: 18px; } }

.xfNav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  z-index: 10; }
  .xfNav .t {
    height: 22px;
    cursor: pointer;
    opacity: 0.5;
    padding: 5px 0; }
    .xfNav .t .tt {
      float: right;
      width: 50px; }
      .xfNav .t .tt span {
        width: 30px;
        height: 2px;
        display: block;
        background-color: #000;
        margin-top: 10px;
        transition: width .5s; }
    .xfNav .t i {
      text-align: right;
      float: right;
      font-size: 14px;
      color: #000;
      line-height: 22px;
      display: block;
      margin-right: 20px;
      text-transform: capitalize; }
    .xfNav .t.on {
      opacity: 1; }
      .xfNav .t.on .tt span {
        width: 50px; }
      .xfNav .t.on i {
        font-size: 16px; }
  @media (max-width: 1024px) {
    .xfNav {
      display: none; } }

.about .box2 {
  width: 100%;
  height: auto;
  background-color: #f7f8fa;
  padding-top: 5.2%;
  padding-bottom: 8%; }
  .about .box2 .title {
    width: 100%;
    height: auto; }
    .about .box2 .title .t {
      font-size: 30px;
      line-height: 30px;
      color: #000;
      font-weight: bold;
      text-transform: uppercase; }
    .about .box2 .title .t1 {
      font-size: 16px;
      line-height: 20px;
      color: #333;
      margin-top: 22px; }
  .about .box2 .list {
    width: 100%;
    height: auto;
    margin-top: 58px; }
    .about .box2 .list ul li {
      width: 23.6%;
      height: auto;
      float: left;
      margin-right: 1.8%;
      position: relative; }
      .about .box2 .list ul li a {
        width: 100%;
        height: auto;
        display: block; }
        .about .box2 .list ul li a .img1 {
          display: block; }
        .about .box2 .list ul li a .img2 {
          display: none; }
      .about .box2 .list ul li .more {
        font-size: 16px;
        line-height: 22px;
        padding-right: 23px;
        position: absolute;
        left: 10px;
        bottom: 10px;
        display: inline-block;
        background-position: right center;
        background-repeat: no-repeat;
        background-image: url("../img/icon1.png");
        color: #ff5023;
        transform: translateY(30px);
        opacity: 0;
        transition: transform .5s,opacity .5s; }
        .about .box2 .list ul li .more a {
          color: #ff5023; }
      .about .box2 .list ul li:last-child {
        margin-right: 0; }
      @media (min-width: 1024px) {
        .about .box2 .list ul li:hover a .img1 {
          display: none; }
        .about .box2 .list ul li:hover a .img2 {
          display: block; }
        .about .box2 .list ul li:hover .more {
          opacity: 1;
          transform: translateY(0); } }
.about .box3 {
  width: 100%;
  background-color: #ffd815;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  padding-top: 3.8%;
  padding-bottom: 4.4%; }
  .about .box3 .t {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold; }
  .about .box3 .t1 {
    font-size: 60px;
    line-height: 60px;
    margin-top: 17px; }
  .about .box3 .t2 {
    font-size: 34px;
    line-height: 34px;
    margin-top: 21px; }
.about .box4 {
  position: relative;
  padding: 7.1% 0;
  overflow: hidden; }
  .about .box4 .tits {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase; }
  .about .box4 .txt {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 33px; }
    .about .box4 .txt p {
      margin-bottom: 14px; }
  .about .box4 .tit {
    width: calc(100% - 72px);
    padding: 5px 0 5px 72px;
    background-image: url("../img/about_icon1.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 38px; }
    .about .box4 .tit .t {
      font-size: 16px;
      line-height: 16px;
      color: #000; }
    .about .box4 .tit .t1 {
      font-size: 24px;
      line-height: 24px;
      color: #ff6339;
      margin-top: 9px; }
  .about .box4 .bg {
    width: 40%;
    position: absolute;
    bottom: -1%;
    right: 11%; }
.about .box5 {
  width: 100%;
  height: auto;
  background-color: #f7f8fa;
  padding-top: 4.6%;
  padding-bottom: 4.3%; }
  .about .box5 .tits {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase; }
  .about .box5 .tit {
    width: 100%;
    height: auto;
    margin-top: 45px; }
    .about .box5 .tit .t {
      font-size: 16px;
      line-height: 26px;
      padding: 5px 0;
      color: #333;
      position: relative; }
      .about .box5 .tit .t i {
        position: absolute;
        top: 3px;
        left: 0;
        font-size: 30px;
        font-weight: bold;
        color: #ffd815;
        line-height: 30px;
        font-style: italic;
        z-index: 1; }
      .about .box5 .tit .t span {
        width: 107px;
        display: block;
        float: left;
        color: #000;
        font-weight: bold;
        padding-left: 8px;
        position: relative;
        z-index: 2; }
      .about .box5 .tit .t em {
        width: calc(100% - 115px);
        display: block;
        float: left; }
.about .box6 {
  padding-top: 3.8%;
  padding-bottom: 45px; }
  .about .box6 .item {
    width: 24.25%;
    float: left;
    height: auto;
    margin-right: 1%; }
    .about .box6 .item .tits {
      width: 100%;
      height: auto;
      position: relative; }
      .about .box6 .item .tits .t {
        position: absolute;
        top: 50%;
        left: 20%;
        width: 80%;
        transform: translateY(-50%);
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #333; }
    .about .box6 .item .txt {
      width: 100%;
      max-width: 230px;
      font-size: 16px;
      line-height: 24px;
      color: #666;
      margin-top: 25px; }
    .about .box6 .item:last-child {
      margin-right: 0; }
.about .box7 {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 45px; }
  .about .box7 .tits {
    font-size: 30px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase; }
  .about .box7 .box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 35px;
    overflow: hidden; }
    .about .box7 .box .con {
      width: 100%;
      height: auto;
      position: absolute;
      top: 39%;
      left: 0; }
      .about .box7 .box .con .con-new {
        text-align: center;
        font-size: 0; }
        .about .box7 .box .con .con-new .item {
          width: 17.5%;
          text-align: center;
          display: inline-block; }
          .about .box7 .box .con .con-new .item .icon {
            width: 100%;
            height: 55px;
            position: relative; }
            .about .box7 .box .con .con-new .item .icon img {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              margin: auto;
              max-width: 100%;
              max-height: 100%; }
          .about .box7 .box .con .con-new .item p {
            text-align: center;
            font-size: 16px;
            line-height: 18px;
            color: #333;
            font-weight: bold;
            margin-top: 16px; }
.about .box8 {
  width: 100%;
  height: auto;
  background-color: #f7f8fa;
  padding-top: 7%;
  padding-bottom: 7.8%; }
  .about .box8 .conLeft {
    width: 460px;
    height: auto;
    float: left; }
    .about .box8 .conLeft .tits {
      font-size: 30px;
      line-height: 30px;
      color: #333;
      font-weight: bold;
      text-transform: uppercase; }
    .about .box8 .conLeft .tit {
      font-size: 14px;
      line-height: 24px;
      color: #666;
      margin-top: 30px; }
    .about .box8 .conLeft .tit1 {
      font-size: 16px;
      line-height: 24px;
      color: #ff6339;
      font-weight: bold;
      margin-top: 24px; }
    .about .box8 .conLeft .moreClick {
      margin-top: 75px; }
  .about .box8 .conRight {
    width: calc(100% - 460px);
    float: right;
    height: auto;
    position: relative;
    margin-top: 16px; }
    .about .box8 .conRight .item {
      width: 36%;
      height: auto;
      position: relative; }
      .about .box8 .conRight .item .tits {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
        color: #333;
        font-weight: bold;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        width: 80%; }
      .about .box8 .conRight .item:nth-child(2) {
        position: absolute;
        top: 0;
        left: 32%; }
@media (max-width: 1600px) {
  .about .box3 .t1 {
    font-size: 48px;
    line-height: 48px; } }
@media (max-width: 1366px) {
  .about .box3 .t1 {
    font-size: 38px;
    line-height: 38px; } }
@media (max-width: 1200px) {
  .about .box2 .title .t {
    font-size: 26px;
    line-height: 26px; }
  .about .box2 .list {
    margin-top: 35px; }
  .about .box3 .t1 {
    font-size: 28px;
    line-height: 28px; }
  .about .box3 .t {
    font-size: 26px;
    line-height: 26px; }
  .about .box3 .t2 {
    font-size: 28px;
    line-height: 30px; }
  .about .box4 .tits {
    font-size: 26px;
    line-height: 26px; }
  .about .box5 .tits {
    font-size: 26px;
    line-height: 26px; }
  .about .box7 .tits {
    font-size: 26px;
    line-height: 26px; }
  .about .box8 .conLeft .tits {
    font-size: 26px;
    line-height: 26px; }
  .about .box8 .conLeft .moreClick {
    margin-top: 45px; } }
@media (max-width: 920px) {
  .about .box6 .item {
    width: 29.5%;
    margin-left: -6%;
    margin-right: 0; }
  .about .box6 .item:nth-child(1) {
    margin-left: 0; }
  .about .box6 .item .txt {
    width: 70%; } }
@media (max-width: 980px) {
  .about .box8 .conLeft {
    width: 100%;
    float: none; }
  .about .box8 .conRight {
    width: 100%;
    float: none; } }
@media (max-width: 768px) {
  .about .box2 .list ul li {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px; }
    .about .box2 .list ul li a .more {
      transform: translateY(0);
      opacity: 1; }
    .about .box2 .list ul li:nth-child(2n) {
      margin-right: 0; }
  .about .box2 .list ul li a .more {
    font-size: 12px;
    line-height: 18px;
    padding-right: 15px; }
  .about .box2 .title .t {
    font-size: 20px;
    line-height: 20px; }
  .about .box2 .title .t1 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px; }
  .about .box2 .list {
    margin-top: 10px; }
  .about .box2 {
    padding-bottom: 4%; }
  .about .box3 .t1 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 5px; }
  .about .box3 .t {
    font-size: 20px;
    line-height: 20px; }
  .about .box3 {
    padding-top: 7%;
    padding-bottom: 8%; }
  .about .box3 .t2 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px; }
  .about .box4 .tits {
    font-size: 18px;
    line-height: 18px; }
  .about .box4 .txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px; }
  .about .box4 .tit {
    width: calc(100% - 50px);
    padding-left: 50px;
    margin-top: 18px;
    background-size: 36px; }
  .about .box4 .tit .t {
    font-size: 14px;
    line-height: 14px; }
  .about .box4 .tit .t1 {
    font-size: 18px;
    line-height: 18px; }
  .about .box4 .bg {
    width: 100%;
    right: 0; }
  .about .box5 .tits {
    font-size: 18px;
    line-height: 18px; }
  .about .box5 .tit {
    margin-top: 10px; }
  .about .box5 .tit .t span {
    width: 100%;
    float: none; }
  .about .box5 .tit .t em {
    width: 100%;
    float: none; }
  .about .box5 .tit .t {
    font-size: 14px;
    line-height: 22px; }
  .about .box5 .tit .t i {
    font-size: 24px;
    line-height: 24px; }
  .about .box6 .item {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px; }
  .about .box6 .item .txt {
    width: 90%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px; }
  .about .box6 .item .tits .t {
    font-size: 14px; }
  .about .box7 .box .con .con-new .item {
    width: 33.3%;
    margin-bottom: 15px; }
  .about .box7 {
    background-color: #fff; }
  .about .box7 .box > img {
    width: 170%;
    margin-left: -35%;
    opacity: 0.5; }
  .about .box7 .box .con {
    top: 18%; }
  .about .box7 .box {
    margin-top: 15px; }
  .about .box7 .tits {
    font-size: 18px;
    line-height: 18px; }
  .about .box7 .box .con .con-new .item .icon {
    height: 35px; }
  .about .box8 .conLeft .tits {
    font-size: 18px;
    line-height: 18px; }
  .about .box8 .conRight .item .tits {
    font-size: 12px;
    line-height: 18px; }
  .about .box8 .conLeft .moreClick {
    margin-top: 25px; }
  .about .box8 .conLeft .tit {
    margin-top: 10px; }
  .about .box8 .conLeft .tit1 {
    margin-top: 10px; }
  .about .box7 {
    padding-top: 10px; }
  .about .box6 {
    padding-bottom: 15px; } }

.contact .about-box1 {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 4%; }
.contact .content {
  padding-top: 4%;
  padding-bottom: 7.6%; }
  .contact .content .item {
    box-sizing: border-box;
    border: 2px solid #f7f8fa;
    cursor: pointer; }
    .contact .content .item .item-new {
      width: calc(100% - 94px);
      margin: 0 auto;
      padding-top: 60px;
      padding-bottom: 67px; }
      .contact .content .item .item-new .tits {
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        text-transform: uppercase;
        color: #ffd815; }
        .contact .content .item .item-new .tits.tit {
          color: #000;
          margin-top: 11px; }
      .contact .content .item .item-new .tit1 {
        font-size: 16px;
        line-height: 30px;
        color: #333;
        margin-top: 38px; }
        .contact .content .item .item-new .tit1 .t span {
          color: #666; }
        .contact .content .item .item-new .tit1 .t a {
          color: #ffd815;
          text-decoration: underline; }
        .contact .content .item .item-new .tit1 .t.t1 {
          height: 60px; }
  .contact .content .top {
    background-color: #f7f8fa;
    width: 100%; }
  .contact .content .list {
    border-left: 2px solid #f7f8fa;
    box-sizing: border-box; }
    .contact .content .list .item {
      width: 50%;
      float: left;
      margin-top: -2px;
      border-left: none;
      border-top: none; }
.contact .box1 {
  width: 100%;
  height: auto;
  background-color: #ffd815;
  padding-top: 4%;
  padding-bottom: 4%; }
  .contact .box1 .con {
    width: 1100px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center; }
    .contact .box1 .con .t {
      font-size: 24px;
      line-height: 24px;
      color: #000;
      text-transform: uppercase;
      font-weight: bold; }
    .contact .box1 .con .t1 {
      font-size: 20px;
      line-height: 26px;
      color: #333;
      margin-top: 20px; }
@media (max-width: 1024px) {
  .contact .content .item .item-new .tits {
    font-size: 16px;
    line-height: 18px; }
  .contact .content .item .item-new .tits.tit {
    margin-top: 5px; }
  .contact .content .item .item-new .tit1 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px; }
    .contact .content .item .item-new .tit1 .t.t1 {
      height: 52px; }
  .contact .content .item .item-new {
    width: calc(100% - 40px);
    padding-top: 30px;
    padding-bottom: 33px; }
  .contact .box1 .con .t {
    font-size: 18px;
    line-height: 18px; }
  .contact .box1 .con .t1 {
    font-size: 14px;
    line-height: 24px; } }
@media (max-width: 768px) {
  .contact .content .list .item {
    width: 100%; }
  .contact .box1 .con .t {
    font-size: 16px;
    line-height: 18px; }
  .contact .box1 .con .t1 {
    margin-top: 10px; }
  .contact .box1 {
    padding: 7% 0; }
  .contact .content .item .item-new .tit1 .t.t1 {
    height: auto; }
  .contact .content .item .item-new {
    padding-top: 15px;
    padding-bottom: 18px; } }

.contact-box2 {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 8%;
  padding-top: 53px; }
  .contact-box2 .bg {
    width: 12.6%;
    height: auto;
    position: absolute;
    top: 22%;
    left: 0;
    z-index: 4; }
  .contact-box2 .tableBox .tits {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase; }
  .contact-box2 .tableBox .tit {
    width: 120%;
    margin-left: -10%;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #666;
    margin-top: 17px;
    margin-bottom: 64px; }
  @media (max-width: 1200px) {
    .contact-box2 {
      padding-top: 35px; }
      .contact-box2 .tableBox .tits {
        font-size: 24px;
        line-height: 26px; }
      .contact-box2 .tableBox .tit {
        margin-bottom: 40px; } }
  @media (max-width: 840px) {
    .contact-box2 .tableBox .tit {
      width: 100%;
      margin-left: 0;
      margin-top: 5px;
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .contact-box2 {
      padding-top: 25px; }
      .contact-box2 .tableBox .tits {
        font-size: 18px;
        line-height: 20px; } }

.tableBox {
  width: 800px;
  max-width: 90%;
  position: relative;
  z-index: 5;
  margin: 0 auto; }
  .tableBox .t {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
    .tableBox .t .t1 {
      font-size: 16px;
      line-height: 26px;
      color: #333; }
      .tableBox .t .t1 span {
        color: #ff6339; }
    .tableBox .t .text {
      width: calc(100% - 22px);
      height: 43px;
      padding-left: 20px;
      border: 1px solid #e6e6e6;
      font-size: 16px;
      line-height: 43px;
      color: #666;
      background: none;
      margin-top: 6px;
      background-color: #fff; }
    .tableBox .t .tt {
      width: 47.5%; }
    .tableBox .t .txt {
      width: calc(100% - 42px);
      height: 125px;
      padding: 5px 20px;
      border: 1px solid #e6e6e6;
      font-size: 16px;
      line-height: 30px;
      color: #666;
      margin-top: 6px;
      background-color: #fff; }
  .tableBox .moreClick {
    margin: 80px auto 0; }
    .tableBox .moreClick i {
      background-image: url("../img/contact_icon1.png"); }
    @media (min-width: 1024px) {
      .tableBox .moreClick:hover i {
        background-image: url("../img/contact_icon1_h.png"); } }
  @media (max-width: 1366px) {
    .tableBox .moreClick {
      margin: 60px auto 0; } }
  @media (max-width: 1200px) {
    .tableBox .moreClick {
      margin: 40px auto 0; } }
  @media (max-width: 768px) {
    .tableBox .t .t1 {
      font-size: 14px;
      line-height: 20px; }
    .tableBox .t .text {
      height: 36px;
      line-height: 36px;
      font-size: 14px;
      margin-top: 5px; }
    .tableBox .t {
      margin-bottom: 5px; }
    .tableBox .moreClick {
      margin: 20px auto 0; } }

.product {
  width: 100%;
  padding-bottom: 8%; }
  .product .content .tabs {
    width: 100%;
    text-align: center;
    font-size: 0; }
    .product .content .tabs a {
      font-size: 16px;
      line-height: 30px;
      color: #333;
      padding: 0 16px;
      position: relative;
      display: inline-block;
      font-weight: bold;
      margin: 0 33px; }
      .product .content .tabs a span {
        position: relative;
        z-index: 5; }
      .product .content .tabs a:after {
        width: 0;
        height: 9px;
        background-color: #ffd815;
        position: absolute;
        bottom: 6px;
        left: 50%;
        content: '';
        display: block;
        transition: width 0.5s,left 0.5s; }
      @media (min-width: 1024px) {
        .product .content .tabs a:hover:after {
          width: 100%;
          left: 0; } }
      .product .content .tabs a.on:after {
        width: 100%;
        left: 0; }
  .product .content .list {
    margin-top: 4.5%; }
    .product .content .list ul {
      border-left: 2px solid #f5f5f5;
      border-top: 2px solid #f5f5f5; }
      .product .content .list ul li {
        border-bottom: 2px solid #f5f5f5;
        border-right: 2px solid #f5f5f5;
        width: 33.3333333333%;
        box-sizing: border-box;
        float: left;
        position: relative; }
        .product .content .list ul li a {
          width: 100%;
          height: auto;
          display: block;
          position: relative;
          z-index: 4; }
          .product .content .list ul li a .con {
            width: 390px;
            max-width: 90%;
            margin: 0 auto;
            text-align: center;
            padding-top: 66px;
            padding-bottom: 58px; }
            .product .content .list ul li a .con .tits {
              font-size: 16px;
              line-height: 16px;
              color: #666; }
            .product .content .list ul li a .con .tit {
              font-size: 34px;
              line-height: 40px;
              height: 40px;
              display: -webkit-box;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              color: #333;
              font-weight: bold;
              margin-top: 11px; }
            .product .content .list ul li a .con .pic {
              width: 100%;
              height: auto;
              margin-top: 32px; }
              .product .content .list ul li a .con .pic img {
                transition: transform 1.5s; }
            .product .content .list ul li a .con .txt {
              font-size: 16px;
              line-height: 24px;
              color: #999;
              height: 48px;
              margin-top: 12px; }
        .product .content .list ul li:after {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          content: '';
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: 100% auto;
          transition: opacity .5s;
          background-image: url("../img/product_bg.png");
          opacity: 0; }
        @media (min-width: 1024px) {
          .product .content .list ul li:hover a .con .pic img {
            transform: scale(1.1); }
          .product .content .list ul li:hover:after {
            opacity: 1; } }
    .product .content .list .moreClick {
      margin: 6.2% auto 0; }
  @media (max-width: 1366px) {
    .product .content .list ul li a .con .tit {
      font-size: 26px;
      line-height: 30px;
      height: 30px; } }
  @media (max-width: 1200px) {
    .product .content .list ul li a .con {
      padding-top: 40px;
      padding-bottom: 35px; }
      .product .content .list ul li a .con .txt {
        height: 72px; }
    .product .content .list ul li a .con .tit {
      font-size: 20px;
      line-height: 24px;
      height: 24px; } }
  @media (max-width: 1024px) {
    .product .content .tabs a {
      margin: 0 10px; } }
  @media (max-width: 768px) {
    .product .content .list ul li {
      width: 50%; }
    .product .content .list .moreClick {
      width: 160px; }
    .product .content .list ul li a .con {
      padding-top: 25px;
      padding-bottom: 20px; }
    .product .content .list ul li a .con .pic {
      margin-top: 15px; }
    .product .content .list ul li a .con .tit {
      font-size: 18px;
      line-height: 20px;
      height: 20px; }
    .product .content .list ul li a .con .txt {
      font-size: 14px;
      line-height: 22px; }
    .product .content .list ul li a .con .tits {
      font-size: 14px;
      line-height: 14px; }
    .product .content .tabs a:after {
      height: 5px;
      bottom: 8px; } }
  @media (max-width: 560px) {
    .product .content .list ul li {
      width: 100%; }
    .product .content .list ul li a .con .txt {
      height: auto; } }

.returnTop {
  width: 54px;
  height: 54px;
  background-color: #ff6339;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/up.png");
  display: block;
  position: fixed;
  right: 50px;
  bottom: 10%;
  z-index: 10; }
  @media (max-width: 1024px) {
    .returnTop {
      bottom: 65px;
      right: 10px;
      width: 30px;
      height: 30px;
      background-size: 16px; } }

.productInfo .box1 {
  padding-top: 6%;
  padding-bottom: 5%; }
  .productInfo .box1 .top {
    width: 100%;
    height: auto; }
    .productInfo .box1 .top .con {
      width: 71.25%;
      float: left;
      padding-top: 5.5%; }
      .productInfo .box1 .top .con .tits {
        font-size: 72px;
        line-height: 72px;
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: -5px; }
      .productInfo .box1 .top .con .txt {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin-top: 34px; }
    .productInfo .box1 .top .pic {
      width: 24%;
      height: auto;
      float: right; }
      .productInfo .box1 .top .pic img {
        max-width: 100%;
        float: right; }
  .productInfo .box1 .list {
    width: 100%;
    height: auto;
    margin-top: 26px; }
    .productInfo .box1 .list .item {
      width: 100%;
      height: auto; }
      .productInfo .box1 .list .item .tits {
        font-size: 16px;
        line-height: 30px;
        color: #000;
        font-weight: bold;
        cursor: pointer;
        position: relative; }
        .productInfo .box1 .list .item .tits:after {
          width: 6px;
          height: 100%;
          position: absolute;
          top: 0;
          left: -18px;
          content: '';
          display: block;
          background-image: url("../img/info_icon1.png");
          background-position: center;
          background-repeat: no-repeat;
          display: none; }
      .productInfo .box1 .list .item .txt {
        font-size: 16px;
        line-height: 24px;
        color: #999;
        padding-top: 6px;
        padding-bottom: 14px;
        display: none; }
      .productInfo .box1 .list .item.on .tits:after {
        display: block; }
      .productInfo .box1 .list .item.on .txt {
        display: block; }
.productInfo .tabs {
  width: 100%;
  background-color: #f7f8fa;
  padding: 30px 0; }
  .productInfo .tabs a {
    font-size: 16px;
    line-height: 40px;
    color: #333;
    position: relative;
    display: block;
    float: left;
    font-weight: bold;
    width: 10%;
    margin-right: 2.8%; }
    .productInfo .tabs a span {
      position: relative;
      z-index: 5;
      padding: 0 16px;
      display: inline-block; }
      .productInfo .tabs a span:before {
        width: 0;
        height: 9px;
        background-color: #ffd815;
        position: absolute;
        bottom: 10px;
        left: 50%;
        content: '';
        display: block;
        transition: width 0.5s,left 0.5s;
        z-index: -1; }
    .productInfo .tabs a:nth-child(8n) {
      margin-right: 0; }
    @media (min-width: 1024px) {
      .productInfo .tabs a:hover span:before {
        width: 100%;
        left: 0; } }
    .productInfo .tabs a.on span:before {
      width: 100%;
      left: 0; }
  .productInfo .tabs.cur a {
    width: auto !important; }
.productInfo .content {
  width: 100%;
  position: relative;
  padding-top: 6.4%; }
  .productInfo .content .top {
    width: 100%;
    height: auto;
    padding-bottom: 50px; }
    .productInfo .content .top .picBox {
      width: 29.6%;
      height: auto;
      float: left;
      position: relative; }
      .productInfo .content .top .picBox .picBig {
        width: 100%;
        height: auto; }
        .productInfo .content .top .picBox .picBig ul {
          width: 100%;
          height: auto; }
          .productInfo .content .top .picBox .picBig ul li {
            width: 100%;
            height: auto;
            float: left; }
      .productInfo .content .top .picBox .picSmall {
        width: 100%;
        height: auto;
        margin-top: 67px;
        box-sizing: border-box; }
        .productInfo .content .top .picBox .picSmall ul {
          width: 100%;
          height: auto;
          margin-left: 2px; }
          .productInfo .content .top .picBox .picSmall ul li {
            width: 33.3333333333%;
            border: 2px solid #f5f5f5;
            float: left;
            box-sizing: border-box;
            margin-left: -2px;
            height: 120px;
            position: relative;
            cursor: pointer; }
            .productInfo .content .top .picBox .picSmall ul li img {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              margin: auto;
              max-width: 90%;
              max-height: 90%;
              opacity: 0.2; }
            .productInfo .content .top .picBox .picSmall ul li.swiper-slide-thumb-active img {
              opacity: 1; }
      .productInfo .content .top .picBox .a {
        width: 12px;
        height: 22px;
        display: block;
        position: absolute;
        background-image: url("../img/icon1.png");
        background-repeat: no-repeat;
        bottom: 55px; }
        .productInfo .content .top .picBox .a.prev {
          transform: rotateY(180deg);
          left: -113px; }
        .productInfo .content .top .picBox .a.next {
          right: -113px; }
    .productInfo .content .top .conRight {
      width: 50%;
      height: auto;
      float: right;
      padding-top: 25px; }
      .productInfo .content .top .conRight .tits {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        color: #ff6339; }
      .productInfo .content .top .conRight .tit {
        text-transform: uppercase;
        font-size: 34px;
        line-height: 40px;
        color: #000;
        font-weight: bold;
        letter-spacing: -2px;
        margin-top: 8px; }
      .productInfo .content .top .conRight .txt {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin-top: 37px; }
      .productInfo .content .top .conRight .moreClick {
        margin-top: 12%; }
  .productInfo .content .box {
    padding-top: 30px; }
    .productInfo .content .box .tabNav {
      width: 100%;
      height: auto; }
      .productInfo .content .box .tabNav a {
        width: 32.2%;
        height: 54px;
        background-color: #f7f8fa;
        text-align: center;
        display: block;
        float: left;
        margin-right: 1.7%; }
        .productInfo .content .box .tabNav a span {
          display: inline-block;
          padding-left: 35px;
          font-size: 16px;
          line-height: 54px;
          color: #333;
          font-weight: bold;
          text-transform: uppercase;
          background-position: left center;
          background-repeat: no-repeat; }
        .productInfo .content .box .tabNav a.last {
          margin-right: 0; }
        .productInfo .content .box .tabNav a.on {
          background-color: #ffd815; }
        @media (min-width: 1024px) {
          .productInfo .content .box .tabNav a:hover {
            background-color: #ffd815; } }
    .productInfo .content .box .itemBox {
      width: 100%;
      height: auto; }
      .productInfo .content .box .itemBox .item {
        margin-top: 55px;
        padding-bottom: 11.5%;
        display: none; }
      .productInfo .content .box .itemBox .item1 {
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 28px;
        color: #666; }
        .productInfo .content .box .itemBox .item1 span {
          font-size: 16px !important;
          line-height: 28px !important; }
        .productInfo .content .box .itemBox .item1 .t {
          font-size: 16px;
          line-height: 24px;
          color: #666666; }
        .productInfo .content .box .itemBox .item1 .t1 {
          font-size: 16px;
          line-height: 32px;
          color: #666;
          margin-top: 44px; }
          .productInfo .content .box .itemBox .item1 .t1 span {
            color: #ffd815; }
      .productInfo .content .box .itemBox .item2 {
        width: 100%; }
        .productInfo .content .box .itemBox .item2 .it {
          width: 100%;
          margin-bottom: 15px; }
          .productInfo .content .box .itemBox .item2 .it .tits {
            font-size: 24px;
            line-height: 28px;
            color: #ff6339;
            font-weight: bold; }
          .productInfo .content .box .itemBox .item2 .it table {
            width: 100%;
            height: auto;
            display: block;
            margin-top: 10px; }
            .productInfo .content .box .itemBox .item2 .it table tr {
              width: calc(100% - 40px);
              padding-left: 40px;
              background-color: #ebeced;
              border-bottom: 4px solid #fff;
              zoom: 1; }
              .productInfo .content .box .itemBox .item2 .it table tr td {
                font-size: 12px !important;
                line-height: 1.8 !important;
                color: #666;
                height: auto; }
                .productInfo .content .box .itemBox .item2 .it table tr td {
                  width: 31.7%;
                  padding-left: 40px; }
                .productInfo .content .box .itemBox .item2 .it table tr td:nth-child(2) {
                  width: 24.4%; }
                .productInfo .content .box .itemBox .item2 .it table tr td:nth-child(3) {
                  width: 43.9%; }
              @media (min-width: 1024px) {
                .productInfo .content .box .itemBox .item2 .it table tr:hover {
                  background-color: #ffd815 !important; } }
              .productInfo .content .box .itemBox .item2 .it table tr:nth-child(2n) {
                background-color: #f7f8fa; }
              .productInfo .content .box .itemBox .item2 .it table tr:after {
                display: block;
                height: 0;
                clear: both;
                /* visibility: hidden; */
                overflow: hidden;
                content: "."; }
        .productInfo .content .box .itemBox .item2 .it1 {
          margin-bottom: 30px; }
          .productInfo .content .box .itemBox .item2 .it1 .tits {
            font-size: 24px;
            line-height: 28px;
            color: #ff6339;
            font-weight: bold; }
          .productInfo .content .box .itemBox .item2 .it1 table {
            border: 1px solid #fff;
            width: 100%;
            height: auto;
            display: block;
            margin-top: 10px; }
            .productInfo .content .box .itemBox .item2 .it1 table tr {
              background-color: #f7f8fa;
              border: 1px solid #fff;
              font-size: 14px;
              height: 36px;
              color: #666; }
              .productInfo .content .box .itemBox .item2 .it1 table tr td {
                text-align: center;
                border: 1px solid #fff;
                padding: 5px 5px; }
              .productInfo .content .box .itemBox .item2 .it1 table tr th {
                background-color: #f7f8fa;
                font-weight: normal;
                border: 1px solid #fff; }
              @media (min-width: 1024px) {
                .productInfo .content .box .itemBox .item2 .it1 table tr:hover {
                  background-color: #ffd815 !important; } }
              .productInfo .content .box .itemBox .item2 .it1 table tr:nth-child(2n) {
                background-color: #ebeced; }
              .productInfo .content .box .itemBox .item2 .it1 table tr:nth-child(1) {
                background-color: #ebeced; }
              .productInfo .content .box .itemBox .item2 .it1 table tr:nth-child(2) {
                background-color: #f7f8fa; }
              .productInfo .content .box .itemBox .item2 .it1 table tr.on {
                background-color: #ffd815 !important; }
                .productInfo .content .box .itemBox .item2 .it1 table tr.on th {
                  background-color: #ffd815; }
          @media (max-width: 1100px) {
            .productInfo .content .box .itemBox .item2 .it1 {
              overflow-y: scroll; }
              .productInfo .content .box .itemBox .item2 .it1 table {
                width: 1100px; } }
          @media (max-width: 768px) {
            .productInfo .content .box .itemBox .item2 .it1 table tr {
              font-size: 12px;
              height: 30px; } }
      .productInfo .content .box .itemBox .item3 {
        width: 100%;
        height: auto; }
        .productInfo .content .box .itemBox .item3 ul {
          width: 100%;
          height: auto; }
          .productInfo .content .box .itemBox .item3 ul li {
            width: 31.7%;
            height: auto;
            float: left;
            margin-right: 2.45%;
            margin-bottom: 20px; }
            .productInfo .content .box .itemBox .item3 ul li .pic {
              width: 100%;
              height: auto; }
            .productInfo .content .box .itemBox .item3 ul li .tits {
              font-size: 20px;
              line-height: 24px;
              color: #ff6339;
              font-weight: bold;
              margin-top: 24px; }
            .productInfo .content .box .itemBox .item3 ul li .tit {
              font-size: 16px;
              line-height: 24px;
              color: #666;
              margin-top: 10px; }
            .productInfo .content .box .itemBox .item3 ul li:nth-child(3n) {
              margin-right: 0; }
  .productInfo .content .bottom {
    margin-bottom: 30px; }
    .productInfo .content .bottom .more {
      width: 165px;
      transition: padding 0.3s;
      position: relative;
      display: block;
      float: right;
      text-align: center; }
      .productInfo .content .bottom .more span {
        display: inline-block;
        color: #ff5023;
        font-size: 16px;
        padding-right: 22px;
        background-position: right center;
        height: 40px;
        line-height: 40px;
        background-repeat: no-repeat;
        background-image: url("../img/icon1.png");
        position: relative;
        z-index: 4;
        transition: all 0.3s; }
        @media (max-width: 768px) {
          .productInfo .content .bottom .more span {
            font-size: 14px; } }
      .productInfo .content .bottom .more:after {
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #ff5023;
        content: '';
        transition: width 0.6s; }
      @media (min-width: 1024px) {
        .productInfo .content .bottom .more:hover span {
          color: #fff;
          background-image: url("../img/icon1_h.png"); }
        .productInfo .content .bottom .more:hover:after {
          width: 100%; } }
  .productInfo .content .img1 {
    width: 18.9%;
    position: absolute;
    right: 0;
    top: 6%; }
  .productInfo .content .img2 {
    width: 11.4%;
    position: absolute;
    top: 51%;
    left: 0; }
@media (max-width: 1600px) {
  .productInfo .box1 .top .con .tits {
    font-size: 58px;
    line-height: 58px; } }
@media (max-width: 1460px) {
  .productInfo .content .top .picBox .a.prev {
    left: -50px; }
  .productInfo .content .top .picBox .a.next {
    right: -50px; } }
@media (max-width: 1366px) {
  .productInfo .box1 .top .con .tits {
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -3px; } }
@media (max-width: 1200px) {
  .productInfo .content .top .conRight .tit {
    font-size: 26px;
    line-height: 28px; }
  .productInfo .content .top .conRight .txt {
    margin-top: 25px; }
  .productInfo .content .top .picBox .picSmall {
    margin-top: 40px; }
  .productInfo .tabs {
    padding: 20px 0; }
  .productInfo .tabs a {
    width: 14%;
    margin-right: 3.2%; }
    .productInfo .tabs a:nth-child(6n) {
      margin-right: 0; }
    .productInfo .tabs a:nth-child(8n) {
      margin-right: 3.2%; }
  .productInfo .content .box .itemBox .item {
    margin-top: 35px; }
  .productInfo .content .top {
    padding-bottom: 30px; } }
@media (max-width: 1024px) {
  .productInfo .box1 .top .con .tits {
    font-size: 36px;
    line-height: 36px; }
  .productInfo .content .box .itemBox .item3 ul li .tits {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px; }
  .productInfo .content .box .itemBox .item3 ul li .tit {
    font-size: 14px;
    line-height: 22px; } }
@media (max-width: 860px) {
  .productInfo .content .box .tabNav a.last span {
    line-height: 20px;
    text-align: left;
    padding: 7px 0 7px 35px;
    margin-left: 15px; } }
@media (max-width: 768px) {
  .productInfo .box1 .top .con .tits {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0;
    max-width: 80%; }
  .productInfo .box1 .top .con {
    width: 100%;
    float: none; }
  .productInfo .box1 .top .pic {
    position: absolute;
    top: 3%;
    right: 0; }
  .productInfo .box1 .top .con .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px; }
  .productInfo .box1 .list .item .txt {
    font-size: 14px;
    line-height: 22px; }
  .productInfo .box1 .list .item .tits:after {
    left: -10px; }
  .productInfo .content .top .picBox {
    width: 84%;
    float: none;
    margin: 0 auto; }
  .productInfo .content .top .conRight {
    width: 100%;
    float: none; }
  .productInfo .content .top .picBox .picSmall {
    margin-top: 20px; }
  .productInfo .content .top .picBox .a.prev {
    left: -20px; }
  .productInfo .content .top .picBox .a.next {
    right: -20px; }
  .productInfo .tabs .w1200 {
    width: 100%; }
  .productInfo .tabs a {
    width: 32%;
    margin-right: 2%;
    font-size: 14px;
    line-height: 24px; }
    .productInfo .tabs a:nth-child(8n) {
      margin-right: 2%; }
    .productInfo .tabs a:nth-child(6n) {
      margin-right: 2%; }
    .productInfo .tabs a:nth-child(3n) {
      margin-right: 0; }
    .productInfo .tabs a span {
      padding: 0 10px; }
      .productInfo .tabs a span:before {
        height: 6px;
        bottom: 4px; }
  .productInfo .tabs {
    padding: 10px 0; }
  .productInfo .content .top .conRight .tit {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0; }
  .productInfo .content .top .conRight .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px; }
  .productInfo .content .top .conRight .moreClick {
    width: 160px;
    margin-top: 30px; }
  .productInfo .content .box .itemBox .item1 {
    font-size: 14px;
    line-height: 24px; }
    .productInfo .content .box .itemBox .item1 span {
      font-size: 14px !important;
      line-height: 22px !important; }
  .productInfo .content .box .itemBox .item1 .t {
    font-size: 14px;
    line-height: 22px; }
  .productInfo .content .box .itemBox .item1 .t1 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px; }
  .productInfo .content .box .itemBox .item {
    margin-top: 20px; }
  .productInfo .content .top {
    padding-bottom: 10px; }
  .productInfo .content .box .itemBox .item2 .it .tits {
    font-size: 20px;
    line-height: 24px; }
  .productInfo .content .box .itemBox .item2 .tits {
    font-size: 20px;
    line-height: 24px; }
  .productInfo .content .box .itemBox .item2 .it table tr td {
    font-size: 14px;
    line-height: 22px; }
  .productInfo .content .box .itemBox .item2 .it table tr td:nth-child(1) {
    padding-left: 15px; }
  .productInfo .content .box .itemBox .item2 .it table tr td:nth-child(2) {
    padding-left: 10px; }
  .productInfo .content .box .itemBox .item2 .it {
    margin-bottom: 15px; }
  .productInfo .content .box .itemBox .item2 .it table {
    margin-top: 10px; }
  .productInfo .content .box .itemBox .item3 ul li {
    width: 100%;
    float: none; } }
@media (max-width: 580px) {
  .productInfo .content .box .tabNav a {
    height: 40px; }
  .productInfo .content .box .tabNav a span {
    font-size: 12px;
    line-height: 40px;
    padding-left: 20px;
    background-size: auto 15px; }
  .productInfo .content .box .tabNav a.last span {
    padding: 4px 0 4px 25px;
    margin-left: 5px; } }

.service .about-box1 {
  padding-bottom: 4%;
  border-bottom: 1px solid #f0f0f0; }
.service .box1 {
  padding-top: 4%;
  padding-bottom: 8%; }
  .service .box1 .tits {
    font-size: 30px;
    line-height: 32px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold; }
  .service .box1 .txt {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 32px; }
  .service .box1 .list {
    width: 100%;
    height: auto;
    margin-top: 6.5%; }
    .service .box1 .list .item {
      width: 27.8%;
      float: left;
      margin-right: 8.3%; }
      .service .box1 .list .item .icon {
        width: 100%;
        height: 103px;
        position: relative; }
        .service .box1 .list .item .icon img {
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          position: absolute;
          max-height: 100%; }
      .service .box1 .list .item .line {
        width: 100%;
        height: 1px;
        background-color: #ffd815;
        margin-top: 21px; }
      .service .box1 .list .item .t {
        font-size: 20px;
        line-height: 26px;
        color: #333;
        font-weight: bold;
        margin-top: 33px; }
      .service .box1 .list .item .t1 {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        margin-top: 20px; }
      .service .box1 .list .item:last-child {
        margin-right: 0; }
.service .box2 {
  width: 100%;
  height: auto;
  background-color: #ffd815;
  padding-top: 5%;
  padding-bottom: 4.8%; }
  .service .box2 .tits {
    font-size: 30px;
    line-height: 34px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold; }
  .service .box2 .txt {
    font-size: 16px;
    line-height: 38px;
    color: #333;
    margin-top: 30px; }
    .service .box2 .txt .t {
      width: calc(100% - 8px);
      padding-left: 8px;
      position: relative; }
      .service .box2 .txt .t span {
        font-size: 24px;
        line-height: 38px;
        color: #010101;
        opacity: .18;
        font-style: italic;
        font-weight: bold;
        left: 0;
        top: 0;
        position: absolute; }
  .service .box2 .tit {
    width: calc(100% - 44px);
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    padding-left: 44px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url("../img/service_icon4.png");
    margin-top: 77px; }
  .service .box2 .tit1 {
    margin-left: 44px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 17px; }
    .service .box2 .tit1 .t span {
      font-weight: bold; }
.service .contact-box2 {
  padding-top: 7.1%; }
.service .box3 {
  width: 100%;
  background-color: #ffd815;
  background-position: left center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 4.2%;
  padding-bottom: 3.8%; }
  .service .box3 .tits {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    color: #000;
    text-transform: uppercase; }
  .service .box3 .tit {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    color: #000;
    margin-top: 17px; }
    .service .box3 .tit span {
      display: inline-block;
      height: 60px;
      background-position: left center;
      background-repeat: no-repeat;
      background-image: url("../img/service_icon5.png");
      background-size: auto 100%;
      padding-left: 76px; }
.service .box4 {
  width: 100%;
  height: auto;
  background-color: #f7f8fa;
  padding-top: 8.4%;
  padding-bottom: 6.2%; }
  .service .box4 .tits {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 54px; }
  .service .box4 .moreClick {
    width: 280px;
    margin: 0 auto 30px; }
@media (max-width: 1600px) {
  .service .box3 .tit {
    font-size: 48px;
    line-height: 48px; }
    .service .box3 .tit span {
      height: 48px;
      padding-left: 65px; } }
@media (max-width: 1366px) {
  .service .box3 .tit {
    font-size: 38px;
    line-height: 38px; }
    .service .box3 .tit span {
      height: 38px;
      padding-left: 50px; } }
@media (max-width: 1200px) {
  .service .box1 .tits {
    font-size: 24px;
    line-height: 26px; }
  .service .box1 .list .item .icon {
    height: 65px; }
  .service .box2 .tits {
    font-size: 24px;
    line-height: 26px; }
  .service .box2 .tit {
    margin-top: 50px; }
  .service .box3 .tit {
    font-size: 28px;
    line-height: 28px; }
    .service .box3 .tit span {
      height: 28px;
      padding-left: 36px; }
  .service .box3 .tits {
    font-size: 24px;
    line-height: 26px; }
  .service .box4 .tits {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 35px; } }
@media (max-width: 768px) {
  .service .box1 .tits {
    font-size: 18px;
    line-height: 20px; }
  .service .box1 .txt {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px; }
  .service .box1 .list .item {
    width: 100%;
    float: none;
    margin-bottom: 15px; }
    .service .box1 .list .item .icon {
      height: 45px; }
    .service .box1 .list .item .line {
      margin-top: 10px; }
    .service .box1 .list .item .t {
      font-size: 18px;
      line-height: 18px;
      margin-top: 10px; }
    .service .box1 .list .item .t1 {
      font-size: 14px;
      line-height: 22px;
      margin-top: 5px; }
  .service .box2 .tits {
    font-size: 18px;
    line-height: 20px; }
  .service .box2 .txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px; }
    .service .box2 .txt .t {
      margin-bottom: 10px; }
      .service .box2 .txt .t span {
        font-size: 20px;
        line-height: 26px; }
  .service .box2 .tit {
    margin-top: 20px; }
  .service .box2 .tit {
    font-size: 16px;
    line-height: 24px; }
  .service .box2 .tit1 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px; }
  .service .box3 {
    padding: 7% 0; }
  .service .box3 .tit {
    font-size: 24px;
    line-height: 24px;
    margin-top: 10px; }
    .service .box3 .tit span {
      height: 24px; }
  .service .box3 .tits {
    font-size: 18px;
    line-height: 20px; }
  .service .box4 .moreClick {
    width: 220px;
    margin: 0 auto 10px; }
  .service .box4 .tits {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px; } }

.news .about-box1 {
  padding-bottom: 4%;
  border-bottom: 1px solid #f0f0f0; }
.news .list {
  margin-top: 4.2%; }
  .news .list ul li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 80px;
    margin-bottom: 80px; }
    .news .list ul li .picBox {
      width: 50%;
      float: right;
      height: auto; }
      .news .list ul li .picBox .pic {
        width: 100%;
        height: auto;
        display: block; }
        .news .list ul li .picBox .pic .picNew .item {
          width: 100%;
          height: auto;
          float: left;
          overflow: hidden; }
          .news .list ul li .picBox .pic .picNew .item img {
            transition: transform 1.5s; }
          @media (min-width: 1024px) {
            .news .list ul li .picBox .pic .picNew .item:hover img {
              transform: scale(1.1); } }
      .news .list ul li .picBox .btns {
        width: 266px;
        height: auto;
        margin: 30px auto 0; }
        .news .list ul li .picBox .btns .a {
          width: 12px;
          height: 50px;
          float: left;
          cursor: pointer;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url("../img/icon1.png"); }
          .news .list ul li .picBox .btns .a.prev {
            transform: rotateY(180deg); }
          .news .list ul li .picBox .btns .a.next {
            float: right; }
        .news .list ul li .picBox .btns .num {
          width: 79px;
          border-left: 1px solid #000;
          float: left;
          height: 50px;
          font-size: 16px;
          line-height: 50px;
          color: #333;
          text-align: center;
          margin-left: 41px; }
        .news .list ul li .picBox .btns .bigClick {
          width: 79px;
          height: 50px;
          cursor: pointer;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../img/news_icon1.png");
          float: left;
          border-left: 1px solid #000;
          border-right: 1px solid #000; }
    .news .list ul li .con {
      width: 42.9%;
      height: auto;
      float: left; }
      .news .list ul li .con .tits {
        font-size: 34px;
        line-height: 40px;
        display: block;
        color: #333;
        height: 80px;
        font-weight: bold;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (min-width: 1024px) {
          .news .list ul li .con .tits:hover {
            color: #ff6339; } }
      .news .list ul li .con .tit {
        font-size: 16px;
        line-height: 24px;
        color: #666;
        height: 96px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 37px; }
      .news .list ul li .con .time {
        font-size: 16px;
        line-height: 24px;
        color: #333;
        margin-top: 48px; }
    .news .list ul li:last-child {
      border-bottom: none; }
@media (max-width: 1366px) {
  .news .list ul li {
    padding-bottom: 60px;
    margin-bottom: 60px; } }
@media (max-width: 1200px) {
  .news .list ul li {
    padding-bottom: 40px;
    margin-bottom: 40px; }
  .news .list ul li .con .tits {
    font-size: 24px;
    line-height: 28px; }
  .news .list ul li .con .tit {
    margin-top: 20px; } }
@media (max-width: 768px) {
  .news .list ul li .picBox {
    width: 100%;
    float: none; }
  .news .list ul li .con {
    width: 100%;
    float: none; }
  .news .list ul li .picBox .btns {
    width: 165px;
    margin: 10px auto 0; }
  .news .list ul li .picBox .btns .a {
    height: 40px; }
  .news .list ul li .picBox .btns .num {
    width: 49px;
    height: 40px;
    line-height: 40px;
    margin-left: 20px; }
  .news .list ul li .picBox .btns .bigClick {
    width: 49px;
    height: 40px; }
  .news .list ul li .con {
    margin-top: 10px; }
  .news .list ul li .con .tits {
    font-size: 18px;
    line-height: 22px;
    height: auto;
    -webkit-line-clamp: inherit; }
  .news .list ul li .con .tit {
    margin-top: 10px; }
  .news .list ul li .con .time {
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px; }
  .news .list ul li .con .tit {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    -webkit-line-clamp: 2; }
  .news .list ul li {
    padding-bottom: 15px;
    margin-bottom: 15px; } }

.newsInfo {
  width: 100%;
  height: auto;
  padding-bottom: 7.6%;
  position: relative; }
  .newsInfo .content {
    width: 900px;
    max-width: 92%;
    height: auto;
    margin: 8% auto 0;
    position: relative;
    z-index: 5; }
    .newsInfo .content .tits {
      text-align: center;
      font-size: 34px;
      line-height: 40px;
      color: #333;
      text-transform: uppercase;
      font-weight: bold; }
    .newsInfo .content .time {
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      color: #999;
      margin-top: 17px; }
    .newsInfo .content .con {
      font-size: 16px;
      line-height: 24px;
      color: #666;
      margin-top: 47px; }
      .newsInfo .content .con p img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
        height: auto !important; }
    .newsInfo .content .share {
      width: 100%;
      margin-top: 69px;
      border-bottom: 1px solid #f0f0f0;
      padding-bottom: 15px; }
      .newsInfo .content .share span {
        padding-left: 28px;
        font-size: 16px;
        line-height: 24px;
        float: left;
        background-position: left 2px;
        background-repeat: no-repeat;
        background-image: url("../img/in_icon4.png");
        text-transform: uppercase;
        font-weight: bold;
        color: #999;
        margin-right: 27px; }
      .newsInfo .content .share a {
        width: 20px;
        height: 20px;
        display: block;
        float: left;
        background-position: center;
        background-repeat: no-repeat;
        padding: 0;
        margin-right: 28px; }
        .newsInfo .content .share a.bshare-facebook {
          background-image: url("../img/share_i1.png"); }
        .newsInfo .content .share a.bshare-gplus {
          background-image: url("../img/share_i2.png"); }
        .newsInfo .content .share a.bshare-tumblr {
          background-image: url("../img/share_i3.png"); }
        .newsInfo .content .share a.bshare-linkedin {
          background-image: url("../img/share_i4.png"); }
    .newsInfo .content .paging {
      width: 100%;
      height: auto;
      margin-top: 56px; }
      .newsInfo .content .paging p {
        width: 46%;
        font-size: 16px;
        line-height: 30px; }
        .newsInfo .content .paging p span {
          float: left;
          padding-left: 23px;
          width: 45px;
          color: #ff6339;
          background-image: url("../img/icon1.png");
          background-position: left center;
          background-repeat: no-repeat;
          font-weight: bold; }
        .newsInfo .content .paging p a {
          width: calc(100% - 78px);
          display: block;
          float: left;
          margin-left: 10px;
          color: #333;
          height: 30px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media (min-width: 1024px) {
            .newsInfo .content .paging p a:hover {
              color: #ff6339; } }
        .newsInfo .content .paging p.left span {
          background-image: url("../img/left.png"); }
        .newsInfo .content .paging p.right span {
          float: right;
          padding-right: 23px;
          padding-left: 0;
          background-position: right center; }
        .newsInfo .content .paging p.right a {
          float: right;
          margin-right: 10px;
          margin-left: 0;
          text-align: right; }
  .newsInfo .img1 {
    width: 18.9%;
    position: absolute;
    right: 0;
    top: 20%; }
  .newsInfo .img2 {
    width: 11.4%;
    position: absolute;
    top: 51%; }
  @media (max-width: 1200px) {
    .newsInfo .content .tits {
      font-size: 26px;
      line-height: 30px; }
    .newsInfo .content .con {
      margin-top: 25px; }
    .newsInfo .content .share {
      margin-top: 40px; }
    .newsInfo .content .paging {
      margin-top: 35px; } }
  @media (max-width: 768px) {
    .newsInfo .content .tits {
      font-size: 18px;
      line-height: 24px; }
    .newsInfo .content .time {
      font-style: 14px;
      line-height: 18px;
      margin-top: 5px; }
    .newsInfo .content .con {
      margin-top: 15px;
      font-size: 14px;
      line-height: 22px; }
    .newsInfo .content .share {
      margin-top: 20px; }
    .newsInfo .content .share span {
      margin-right: 15px; }
    .newsInfo .content .share a {
      margin-right: 15px; }
    .newsInfo .content .paging {
      margin-top: 20px; }
      .newsInfo .content .paging p {
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 24px; }
        .newsInfo .content .paging p span {
          background-size: auto 18px;
          padding-left: 18px !important;
          width: 40px; }
        .newsInfo .content .paging p a {
          width: calc(100% - 68px); }
        .newsInfo .content .paging p.right span {
          float: left;
          padding-left: 18px;
          background-position: left center;
          background-image: url("../img/left.png");
          padding-right: 0; }
        .newsInfo .content .paging p.right a {
          float: left;
          text-align: left;
          margin-left: 10px;
          margin-right: 0; } }

.picTk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  .picTk .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .picTk .list {
    width: 90%;
    max-width: 1000px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .picTk .list .list-new {
      width: 100%;
      height: auto; }
    .picTk .list .close {
      width: 35px;
      height: 35px;
      position: absolute;
      top: -45px;
      right: 0;
      display: block;
      background-image: url("../img/close.png"); }
    .picTk .list .btns {
      width: 80px;
      height: auto;
      margin: 0 auto; }
      .picTk .list .btns .a {
        width: 40px;
        height: 40px;
        display: block;
        float: left;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        .picTk .list .btns .a.prev {
          background-image: url("../img/left.png");
          left: -40px; }
        .picTk .list .btns .a.next {
          background-image: url("../img/icon1.png");
          right: -40px; }

.tableTk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  .tableTk .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .tableTk .box {
    width: 980px;
    height: 600px;
    max-width: 92%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 45px;
    padding-bottom: 25px; }
    .tableTk .box .tits {
      text-align: center;
      font-size: 24px;
      line-height: 26px;
      text-transform: uppercase;
      color: #000; }
      .tableTk .box .tits span {
        padding-left: 38px;
        background-image: url("../img/table_icon.png");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        display: inline-block; }
    .tableTk .box .tabBox {
      width: 100%;
      height: 480px;
      overflow: hidden;
      margin-top: 20px; }
    .tableTk .box .moreClick {
      margin: 20px auto 0; }
    .tableTk .box .close {
      width: 35px;
      height: 35px;
      position: absolute;
      top: -45px;
      right: 0;
      display: block;
      background-image: url("../img/close.png"); }
  @media (max-width: 1366px) {
    .tableTk .box {
      height: 500px;
      padding-top: 25px;
      padding-bottom: 15px; }
      .tableTk .box .tabBox {
        height: 370px; } }
  @media (max-width: 768px) {
    .tableTk .box {
      height: 470px; }
    .tableTk .box .tits {
      font-size: 14px;
      line-height: 20px; }
      .tableTk .box .tits span {
        padding-left: 24px; } }

.mapTk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  .mapTk .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .mapTk .box {
    width: 1200px;
    height: 640px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff; }
    .mapTk .box .map {
      width: 100%;
      height: 100%; }
    .mapTk .box .close {
      width: 35px;
      height: 35px;
      position: absolute;
      top: -45px;
      right: 0;
      display: block;
      background-image: url("../img/close.png"); }

.page {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  text-align: center;
  font-size: 0; }
  .page a, .page span {
    width: 28px;
    height: 28px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    display: inline-block;
    margin: 0 5px; }
  .page a:hover {
    background-color: #ffd815;
    border: 1px solid #ffd815; }
  .page span {
    background-color: #ffd815;
    border: 1px solid #ffd815; }

/*# sourceMappingURL=style.css.map */
