@charset "UTF-8";
.litter-top {
  position: relative;
  margin-top: -50px;
  z-index: 6; }
  .litter-top .litter-ul::after {
    content: "";
    display: block;
    clear: both; }
  .litter-top .litter-ul {
    text-align: center;
    padding: 18px 0;
    width: 1026px;
    margin: 0 auto;
    background: white;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
    border-radius: 11px; }
    .litter-top .litter-ul .litter-li {
      text-align: left;
      padding: 0 69px;
      display: inline-block; }
      .litter-top .litter-ul .litter-li .img-box {
        height: 64px;
        width: 64px; }
        .litter-top .litter-ul .litter-li .img-box img {
          height: 100%; }
      .litter-top .litter-ul .litter-li .right {
        padding-left: 10px; }
        .litter-top .litter-ul .litter-li .right .title {
          font-size: 24px;
          font-weight: bold;
          color: #3d3d3d;
          margin-bottom: 8px; }
        .litter-top .litter-ul .litter-li .right .text {
          font-size: 18px;
          font-weight: 400;
          color: #8f8f8f; }

.sidebar {
  z-index: 100;
  position: fixed;
  bottom: 200px;
  right: 50px; }

.sidebar .sidebar-li:hover .text {
  right: 14px;
  opacity: 1; }

.sidebar .sidebar-li.kefu {
  background: #ffa033; }

.sidebar .sidebar-li.kefu .img-box {
  background: #ffa033; }

.sidebar .sidebar-li.back {
  visibility: hidden; }

.sidebar .sidebar-li.kefu .text {
  padding: 14px 70px 14px 31px;
  background: #ffa033;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 34px;
  color: white; }

.sidebar .sidebar-li.hehuo .text {
  padding: 14px 66px 14px 23px; }

.sidebar .sidebar-li {
  cursor: pointer;
  margin-bottom: 18px;
  position: relative;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.sidebar .sidebar-li .img-box {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.sidebar .sidebar-li .img-box img {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.sidebar .sidebar-li .text {
  padding: 14px 60px 14px 13px;
  transition: all 0.4s ease;
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  white-space: nowrap;
  /* width: 210px; */
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #13d1be;
  background: white;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  border-radius: 34px; }

.sidebar .sidebar-li .inner-text {
  /* padding: 22px 50px; */ }

.sidebar .sidebar-li.ruzhu .inner-text,
.sidebar .sidebar-li.back .inner-text {
  /* padding: 22px 21px; */ }

.bg-4 {
  overflow: hidden;
  height: 771px;
  background: #fafafa; }

.bg-4 .inner-box {
  margin: 0 auto;
  height: 100%;
  width: 1200px; }

.bg-4 .title {
  text-align: center;
  margin-top: 71px; }
  .bg-4 .title .line {
    width: 67px;
    height: 9px;
    margin: 0 auto;
    background: #13d1be;
    border-radius: 7px; }

.bg-4 .title .cn {
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: bold;
  color: #474747; }

.bg-4 .title .en {
  font-size: 20px;
  font-weight: 300;
  color: #474747; }

.bg-4 .qiye {
  margin-top: 51px; }

.bg-4 .qiye .qiye-ul::after {
  content: "";
  display: block;
  clear: both; }

.bg-4 .qiye .qiye-ul .qiye-li.margin {
  margin-right: 27px; }

.bg-4 .qiye .qiye-ul .qiye-li:hover {
  top: -10px; }

.bg-4 .qiye .qiye-ul .qiye-li {
  transition: all 0.4s ease;
  margin-bottom: 29px;
  float: left;
  width: 278px;
  height: 201px;
  position: relative;
  top: 0;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
  background: #fff;}

.bg-4 .qiye .qiye-ul .qiye-li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.bg5 .cover-bg .cover-img-box {
  position: absolute;
  height: 100%;
  overflow: hidden; }
  .bg5 .cover-bg .cover-img-box img {
    height: 100%; }

.bg5 .jiameng-twobox {
  padding: 82px 0 73px 0;
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto; }
  .bg5 .jiameng-twobox .title {
    margin-left: 746px;
    font-size: 28px;
    font-weight: bold;
    color: #3d3d3d; }
  .bg5 .jiameng-twobox .left {
    margin-top: -37px;
    float: left;
    width: 708px;
    height: 427px;
    margin-right: 38px; }
    .bg5 .jiameng-twobox .left .img-box {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .bg5 .jiameng-twobox .left .img-box img {
        height: 100%; }
  .bg5 .jiameng-twobox .right {
    position: relative;
    height: 427px;
    text-align: left;
    float: left; }
    .bg5 .jiameng-twobox .right .line {
      display: inline-block;
      width: 67px;
      height: 9px;
      margin: 16px auto 19px;
      background: #13d1be;
      border-radius: 7px; }
    .bg5 .jiameng-twobox .right .text {
      width: 449px;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      color: #3d3d3d; }
    .bg5 .jiameng-twobox .right .toDetail {
      cursor: pointer;
      position: absolute;
      bottom: 37px;
      left: 0;
      display: inline-block;
      padding: 16px 40px;
      background: #13d1be;
      border-radius: 62px;
      font-size: 24px;
      font-weight: 500;
      color: white; }

.bg5 .jiameng-box {
  overflow: hidden;
  height: 498px;
  position: relative; }

.bg5 .jiameng-box .jiameng-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1920px; }

.bg5 .jiameng-box .jiameng-img img {
  height: 100%;
  width: 100%; }

.bg5 .jiameng-box .cover {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #13d1be;
  opacity: 0.7; }

.bg5 .jiameng-box .cover-inner {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2; }

.bg5 .jiameng-box .cover-inner .line {
  width: 67px;
  height: 9px;
  margin: 0 auto 38px;
  background: white;
  border-radius: 7px; }

.bg5 .jiameng-box .cover-inner .title {
  margin-bottom: 22px;
  margin-top: 103px;
  font-size: 50px;
  font-weight: bold;
  color: white; }

.bg5 .jiameng-box .cover-inner .text {
  margin: 0 auto;
  width: 1200px;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  color: white; }

.bg5 .jiameng-box .cover-inner .toDetail {
  cursor: pointer;
  margin-top: 35px;
  display: inline-block;
  background: #fff;
  border-radius: 62px;
  font-size: 30px;
  font-weight: 500;
  color: #13d1be;
  padding: 20px 50px; }

.bg5 .zhaosheng-box {
  overflow: hidden;
  height: 658px;
  position: relative; }

.bg5 .zhaosheng-box .zhaosheng-img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 1920px; }

.bg5 .zhaosheng-box .zhaosheng-img img {
  height: 100%;
  width: 100%; }

.bg5 .zhaosheng-box .cover {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.45; }

.bg5 .zhaosheng-box .cover-inner {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2; }

.bg5 .zhaosheng-box .cover-inner .line {
  width: 67px;
  height: 9px;
  background: white;
  border-radius: 7px;
  margin: 0 auto; }

.bg5 .zhaosheng-box .cover-inner .title {
  margin-bottom: 30px;
  margin-top: 67px;
  font-size: 50px;
  font-weight: bold;
  color: white; }

.bg5 .zhaosheng-box .cover-inner .inner-bottom {
  margin-left: -185px;
  display: inline-block; }

.bg5 .zhaosheng-box .cover-inner .inner-bottom::after {
  display: block;
  content: "";
  clear: both; }

.bg5 .zhaosheng-box .cover-inner .inner-bottom .left {
  padding-right: 69px;
  height: 500px;
  margin-right: 80px; }

.bg5 .zhaosheng-box .cover-inner .inner-bottom .left img {
  height: 100%;
  width: 100%; }

.bg5 .zhaosheng-box .cover-inner .inner-bottom .right {
  text-align: left; }

.bg5 .zhaosheng-box .cover-inner .inner-bottom .right .right-ul {
  margin-bottom: 30px; }

.bg5 .zhaosheng-box .cover-inner .inner-bottom .right .right-li {
  text-align: left;
  line-height: 30px;
  font-size: 18px;
  font-weight: 300;
  color: white; }

.bg5 .zhaosheng-box .cover-inner .inner-bottom .right .toDetail {
  cursor: pointer;
  display: inline-block;
  padding: 12px 22px;
  background: #13d1be;
  border-radius: 32px;
  font-size: 22px;
  font-weight: 500;
  color: white; }

.bg-3 {
  padding: 76px 0 147px;
  background-image: url(https://img.pingeban.com/data-bg.png);
  background-size: cover; }

.bg-3 .title {
  margin-bottom: 27px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #3d3d3d; }

.bg-3 .line {
  width: 67px;
  height: 9px;
  background-color: #13D1BE;
  border-radius: 7px;
  margin: 0 auto 59px; }

.bg-3 .data-ul {
  text-align: center; }

.bg-3 .data-ul .data-li {
  display: inline-block;
  width: 287px;
  background: #13d1be;
  padding: 22px 0 17px;
  border-radius: 11px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08); }

.bg-3 .data-ul .data-li + .data-li {
  margin-left: 13px; }

.bg-3 .data-ul .data-li .top-img {
  height: 79px;
  margin: 0 auto 11px; }

.bg-3 .data-ul .data-li .top-img img {
  height: 100%; }

.bg-3 .data-ul .data-li .text {
  margin-bottom: 2px;
  font-size: 23px;
  font-weight: bold;
  color: white; }

.bg-3 .data-ul .data-li .num {
  font-size: 41px;
  font-weight: 600;
  color: white; }

.bg1 .button {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  z-index: 2; }

.bg1 .swiper-button-prev1 {
  cursor: pointer;
  width: 35px;
  height: 70px;
  position: absolute;
  left: 0;
  background-image: url(img/banner-left.png);
  background-size: cover;
  opacity: 0.5; }

.bg1 .swiper-button-next1 {
  opacity: 0.5;
  cursor: pointer;
  width: 35px;
  height: 70px;
  position: absolute;
  right: 0;
  background-image: url(img/banner-right.png);
  background-size: cover; }

.bg1 .banner .new-box .inner {
  cursor: pointer;
  float: left; }
  .bg1 .banner .new-box .inner .img-box {
    vertical-align: middle;
    display: inline-block; }
    .bg1 .banner .new-box .inner .img-box img {
      height: 100%; }
  .bg1 .banner .new-box .inner .text {
    vertical-align: middle;
    display: inline-block;
    font-size: 31px;
    font-weight: 400;
    color: white; }

.bg1 .banner .new-box .inner.index1 {
  padding: 9px 22px 11px 21px;
  background: #00FFCB;
  background: linear-gradient(270deg, #00e1b3 0%, #00ffcb 100%);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1); }
  .bg1 .banner .new-box .inner.index1 .img-box {
    height: 29px; }
  .bg1 .banner .new-box .inner.index1 .text {
    margin-left: 13px; }

.bg1 .banner .new-box .inner.index2 {
  margin-left: 28px;
  padding: 9px 22px 11px 17px;
  background: #FFBB00;
  background: linear-gradient(270deg, #e13e00 0%, #ffbb00 100%);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1); }
  .bg1 .banner .new-box .inner.index2 .img-box {
    height: 36px; }
  .bg1 .banner .new-box .inner.index2 .text {
    margin-left: 10px; }

.bg1 .banner {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.swiper-slide {
  position: relative; }

.swiper-slide .cover-a {
  background-color: black;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.33) 0%, rgba(84, 84, 84, 0.12) 100%);
  opacity: 0.2;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.swiper-slide img {
  min-width: 100%;
  min-height: 650px; }

.top-banner .banner-text .banner-btn {
  cursor: pointer;
  width: 277px;
  height: 79px;
  background: linear-gradient(270deg, #13d1be 0%, #8ffff3 100%);
  background-color: #8ffff3;
  /* ie9 */
  border-radius: 40px;
  line-height: 79px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: white; }

.top-pagination {
  position: absolute;
  z-index: 20;
  bottom: 111px;
  width: 100%;
  text-align: center; }

.swiper-pagination-switch {
  display: inline-block;
  width: 32px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
  opacity: 0.5; }

.swiper-active-switch {
  background: #fff;
  opacity: 1; }

.top-banner .banner-text .text-en .big {
  font-size: 40px; }

.top-banner .banner-text .text-en {
  pointer-events: none;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  opacity: 0.9; }

.top-banner .banner-text .play-video {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 171px;
  height: 52px;
  margin-bottom: 30px; }

.top-banner .banner-text .play-video img {
  height: 100%;
  width: 100%; }

.top-banner .banner-text .play-video .play-video-text {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  color: white; }

.top-banner .banner-text .er-use:hover .er-text {
  line-height: 35px; }

.top-banner .banner-text .er-use:hover {
  height: 174px;
  border-radius: 7px; }

.top-banner .banner-text .er-use:hover .er-img {
  opacity: 1; }

.top-banner .banner-text .er-use {
  transition: all .4s ease;
  overflow: hidden;
  width: 171px;
  height: 47px;
  background: #13d1be;
  border-radius: 39px; }

.top-banner .banner-text .er-use .er-text {
  transition: all .4s ease;
  cursor: default;
  line-height: 47px;
  /* margin-top: 24px; */
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: white;
  /* margin-bottom: 13px; */ }

.top-banner .banner-text .er-use .er-img {
  transition: all .4s ease;
  /* display: none; */
  opacity: 0;
  height: 126px;
  width: 126px;
  overflow: hidden;
  margin: 0 auto; }

.top-banner .banner-text .er-use .er-img img {
  height: 100%;
  width: 100%; }

.top-banner .banner-text .text-title {
  pointer-events: none;
  margin-bottom: 9px;
  font-size: 40px;
  font-weight: bold;
  color: white; }

.top-banner .banner-text {
  z-index: 2;
  position: absolute;
  width: 1200px;
  left: 50%;
  top: 203px;
  transform: translateX(-50%); }

.top-banner {
  overflow: visible; }

.tankuang .zixun-er .zixun-button-box .btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 53px;
  width: 185px;
  height: 49px;
  background: linear-gradient(270deg, #13d1be 0%, #8ffff3 100%);
  background-color: #8ffff3;
  /* ie9 */
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  opacity: 1;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 49px;
  color: white; }

.tankuang.is4 .main {
  background: none;
  width: 1200px;
  padding: 0; }
  .tankuang.is4 .main .title {
    margin: 0; }
  .tankuang.is4 .main .index-video {
    width: 100%;
    position: relative; }
    .tankuang.is4 .main .index-video .cover {
      z-index: 1;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0.26; }
    .tankuang.is4 .main .index-video .play-img {
      cursor: pointer;
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 144px;
      height: 0;
      left: 0;
      overflow: hidden; }
      .tankuang.is4 .main .index-video .play-img img {
        width: 100%; }

.tankuang .main .jindu .line {
  margin: 0 auto;
  position: relative;
  width: 681px;
  height: 8px;
  background: #e6e6e6; }
  .tankuang .main .jindu .line .yuan1, .tankuang .main .jindu .line .yuan2 {
    width: 30px;
    height: 30px;
    background: #e6e6e6;
    border-radius: 50%; }
  .tankuang .main .jindu .line .yuan1 {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%); }
  .tankuang .main .jindu .line .yuan1::after, .tankuang .main .jindu .line .yuan2::after {
    white-space: nowrap;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    content: "提交申请";
    font-size: 14px;
    font-weight: 400;
    color: #cccccc; }
  .tankuang .main .jindu .line .yuan2::after {
    content: "与您取得联系"; }
  .tankuang .main .jindu .line .yuan1.on::after, .tankuang .main .jindu .line .yuan2.on::after {
    color: #515151; }
  .tankuang .main .jindu .line .yuan2 {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%); }
  .tankuang .main .jindu .line .inner-line {
    transition: all 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #13d1be; }
  .tankuang .main .jindu .line .on {
    background: #13d1be; }

.tankuang .zixun-er .tip-text {
  margin-top: 10px;
  font-size: 23px;
  font-weight: bold;
  color: #ffa033; }

.tankuang .zixun-er .cover-box {
  display: inline-block;
  padding: 17px 17px 27px;
  background: white;
  border: 2px solid #b4b4b4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .tankuang .zixun-er .cover-box .er-box {
    height: 233px; }
    .tankuang .zixun-er .cover-box .er-box img {
      height: 100%; }
  .tankuang .zixun-er .cover-box .er-text-box {
    margin-top: 16px; }
    .tankuang .zixun-er .cover-box .er-text-box .img-box {
      display: inline-block;
      vertical-align: middle;
      height: 50px; }
      .tankuang .zixun-er .cover-box .er-text-box .img-box img {
        height: 100%; }
    .tankuang .zixun-er .cover-box .er-text-box .er-textn {
      margin-left: 18px;
      vertical-align: middle;
      display: inline-block;
      font-size: 22px;
      font-weight: 400;
      color: #3d3d3d; }

.tankuang .zixun-er .zixun-button-box {
  height: 120px; }

.tankuang .er-explice {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #515151;
  margin-bottom: 17px; }

.tankuang .zixun-er .er-box img {
  height: 250px; }

.tankuang .zixun-er .er-text {
  margin-top: 28px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #515151; }

.tankuang .zixun-er .er-box {
  width: 250px;
  height: 250px;
  margin: 0 auto; }

.tankuang .main .buzou2 .dengdai-box {
  margin-top: 81px; }
  .tankuang .main .buzou2 .dengdai-box .shalou-img {
    margin: 0 auto 23px;
    width: 60px; }
    .tankuang .main .buzou2 .dengdai-box .shalou-img img {
      width: 100%; }
  .tankuang .main .buzou2 .dengdai-box .big-text {
    margin-bottom: 28px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #515151; }
  .tankuang .main .buzou2 .dengdai-box .small-text {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #a1a1a1; }

.tankuang .main .buzou2 .buzou2-button-box .btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 53px;
  width: 185px;
  height: 49px;
  background: linear-gradient(270deg, #13d1be 0%, #8ffff3 100%);
  background-color: #8ffff3;
  /* ie9 */
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  opacity: 1;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 49px;
  color: white; }

.tankuang .main .buzou2 .buzou2-button-box {
  height: 160px; }

.tankuang .main .buzou2 .buzou2-contain .ziliao-line {
  display: inline-block;
  height: 47px;
  width: 3px;
  margin: 0 24px;
  background: #e6e6e6;
  border-radius: 2px; }

.tankuang .main .buzou2 .buzou2-contain .ziliao-text {
  float: right;
  line-height: 47px;
  font-size: 20px;
  font-weight: bold;
  color: #515151; }

.tankuang .main .buzou2 .buzou2-contain .buzou2-ziliao img {
  height: 100%;
  margin-right: 14px; }

.tankuang .main .buzou2 .buzou2-contain .buzou2-ziliao .ziliao1,
.tankuang .main .buzou2 .buzou2-contain .buzou2-ziliao .ziliao2 {
  height: 47px;
  display: inline-block;
  cursor: pointer; }

.tankuang .main .buzou2 .buzou2-contain .buzou2-ziliao {
  margin-top: 57px; }

.tankuang .main .buzou2 .buzou2-contain .buzou2-text .text1 {
  margin-bottom: 15px; }

.tankuang .main .buzou2 .buzou2-contain .buzou2-text {
  font-size: 20px;
  font-weight: 400;
  color: #a1a1a1; }

.tankuang .main .buzou2 .buzou2-contain .buzou2-top .ok-img img {
  margin-bottom: 15px;
  width: 100%;
  height: 100%; }

.tankuang .main .buzou2 .buzou2-contain .buzou2-top .ok-img {
  margin: 0 auto;
  height: 85px;
  width: 85px; }

.tankuang .main .buzou2 .buzou2-contain .buzou2-top {
  margin-bottom: 29px;
  font-size: 32px;
  font-weight: bold;
  color: #515151; }

.tankuang .main .buzou2 {
  display: none; }

.tankuang .main .buzou1 #form1 {
  margin-top: 75px;
  text-align: right;
  padding-right: 225px; }

.tankuang .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 878px; }

.tankuang {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 35, 0.3);
  z-index: 101;
  display: none; }

.tankuang .main .buttonbox {
  height: 160px; }

.tankuang .main .button.err {
  background-color: #e6e6e6;
  background: #e6e6e6; }

.tankuang .main .button {
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 53px;
  transform: translateX(-50%);
  text-align: center;
  width: 185px;
  height: 49px;
  background: linear-gradient(270deg, #13d1be 0%, #8ffff3 100%);
  background-color: #8ffff3;
  /* ie9 */
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  opacity: 1;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 49px;
  color: white; }

.tankuang .main .li {
  position: relative;
  /* display: flex; */
  padding: 0 20px;
  justify-content: space-between;
  align-items: center; }

.tankuang .main .li + .li {
  margin-top: 23px; }

.tankuang .main .li input {
  width: 387px;
  margin-left: 30px;
  text-indent: 50px;
  line-height: 45px;
  height: 45px;
  border: 1px solid #e5e5e5;
  background: white;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
  opacity: 1;
  border-radius: 32px; }

.tankuang .main .li.err::after {
  content: "";
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url("https://img.pingeban.com/cuo.png");
  background-size: cover;
  top: 50%;
  right: -15px;
  transform: translateY(-50%); }

.tankuang .main .li .name strong {
  color: #FF2424;
  font-weight: 400; }

.tankuang .main .li .name {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  color: #515151; }

.tankuang .main {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 0 30px 0; }

.tankuang .main .title img {
  /* position: absolute;
		 		right: 0;
		 		top: 0;
		 		width: 50px;
		 		height: 50px; */ }

.tankuang .main .title img {
  height: 33px;
  width: 33px; }

.tankuang .main .title .close {
  width: 33px;
  height: 33px;
  cursor: pointer;
  float: right; }

.tankuang .main .small-title {
  margin-top: 45px;
  font-size: 32px;
  font-weight: bold;
  color: #515151; }

.tankuang .main .title {
  overflow: hidden;
  padding: 0 35px;
  position: relative;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #515151;
  background: white;
  line-height: 94px;
  border-bottom: 2px solid #e6e6e6;
  text-align: left; }

.footer-footer {
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  line-height: 35px;
  color: #ababab;
  height: 35px;
  background: #404040; }
  .footer-footer a {
    color: #ababab;
    text-decoration: underline; }
  .footer-footer a:hover {
    color: #fff; }

.footer .footer-contain .footer-right .lianxi .lianxi-item .lianxi-list .icon img {
  width: 16px; }

.footer .footer-contain .footer-right .lianxi .lianxi-item .lianxi-list .icon {
  margin-right: 8px;
  float: left; }

.footer .footer-contain .footer-right .lianxi .lianxi-item .lianxi-list + .lianxi-list {
  margin-top: 10px; }

.footer .footer-contain .footer-right .lianxi .lianxi-item .lianxi-list {
  font-size: 18px;
  font-weight: 400;
  color: #b8b8b8;
  text-align: left;
  /* overflow: hidden; */ }

.footer .footer-contain .footer-right .lianxi .lianxi-item {
  float: right;
  width: 318px; }

.footer .footer-contain .footer-right .lianxi .title {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 400;
  color: white; }

.footer .footer-contain .footer-right .lianxi {
  overflow: hidden; }

.footer .footer-contain .footer-right .er-box .text {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #b8b8b8;
  text-align: center; }

.footer .footer-contain .footer-right .er-box .er-jigou img {
  height: 100%; }

.footer .footer-contain .footer-right .er-box .er-jigou {
  display: inline-block;
  height: 105px;
  /* float: right; */ }

.footer .footer-contain .footer-right .er-box .er-yonghu img {
  height: 100%; }

.footer .footer-contain .footer-right .er-box .er-yonghu {
  margin-right: 19px;
  display: inline-block;
  height: 105px;
  /* float: right; */ }

.footer .footer-contain .footer-right .er-box {
  margin-bottom: 8px;
  /* float: right; */
  text-align: left;
  overflow: hidden; }

.footer .footer-contain .footer-right {
  overflow: hidden;
  float: right;
  margin-right: 62px; }

.footer .footer-contain .footer-left .zhichi .zhichi-item .zhichi-list + .zhichi-list {
  margin-left: 36px; }

.footer .footer-contain .footer-left .zhichi .zhichi-item .zhichi-list .er-box img {
  height: 200px; }

.footer .footer-contain .footer-left .zhichi .zhichi-item .zhichi-list .er-box {
  display: none;
  left: -72px;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -200px; }

.footer .footer-contain .footer-left .zhichi .zhichi-item .zhichi-list {
  position: relative;
  float: left;
  cursor: pointer; }

.footer .footer-contain .footer-left .zhichi .zhichi-item,
.footer .footer-contain .footer-left .zhichi .zhichi-item a {
  text-decoration: none;
  /* overflow: hidden; */
  font-size: 18px;
  font-weight: 400;
  color: #b8b8b8; }

.footer .footer-contain .footer-left .zhichi .item-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  color: white; }

.footer .footer-contain .footer-left .zhichi {
  margin-top: 50px; }

/* .footer .footer-contain .footer-left .daohang .daohang-item .daohang-list.on::after {
		 		content: "";
		 		position: absolute;
		 		bottom: 0;
		 		left: 50%;
		 		transform: translateX(-50%);
		 		width: 100%;
		 		height: 4px;
		 		background: rgba(19, 209, 190, 1);
		 		border-radius: 3px;
		 	} */
.footer .footer-contain .footer-left .daohang .daohang-item .daohang-list.on {
  color: #13d1be; }

.footer .footer-contain .footer-left .daohang .daohang-item .daohang-list + .daohang-list {
  margin-left: 36px; }

.footer .footer-contain .footer-left .daohang .daohang-item .daohang-list {
  cursor: pointer;
  float: left;
  position: relative;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #b8b8b8; }

.footer .footer-contain .footer-left .daohang .daohang-item {
  overflow: hidden; }

.footer .footer-contain .footer-left .daohang .item-title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 400;
  color: white; }

.footer .footer-contain .footer-left .daohang {
  margin-top: 31px; }

.footer .footer-contain .footer-left .title {
  margin-top: 17px;
  font-size: 40px;
  font-weight: 300;
  color: white; }

.footer .footer-contain .footer-left .logo img {
  height: 100%; }

.footer .footer-contain .footer-left .logo {
  height: 101px; }

.footer .footer-contain .footer-left {
  float: left; }

.footer .footer-contain {
  margin-top: 23px;
  overflow: hidden; }

.footer {
  padding-bottom: 20px;
  background: #515151;
  border: 1px solid #707070; }

/* .bg5 . */
.bg6 .bg6-contain .zhichi-item .zhichi-list img {
  height: 100%; }

.bg6 .bg6-contain .zhichi-item .zhichi-list + .zhichi-list {
  margin-left: 65px; }

.bg6 .bg6-contain .zhichi-item .zhichi-list {
  float: left;
  height: 27px; }

.bg6 .bg6-contain .right {
  margin-top: 86px;
  float: right; }

.bg6 .bg6-contain .left .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  color: white; }

.bg6 .bg6-contain .left .title {
  margin-bottom: 52px;
  font-size: 48px;
  font-weight: bold;
  color: white; }

.bg6 .bg6-contain .left {
  float: left; }

.bg6 .bg6-contain {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.bg6 {
  background-image: url(img/banner-3.png);
  background-size: cover;
  height: 560px; }

/* .bg5 . */
.bg5 .anli-box img {
  float: left;
  width: 100%;
  /* position: absolute;
		 		left: 50%;
		 		transform: translateX(-50%); */ }

.bg5 .anli-box {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1920px;
  /* margin: 0 auto; */
  overflow: hidden;
  margin-top: 104px;
  /* position: absolute;
		 		left: 50%;
		 		transform: translateX(-50%);
		 		height: 770px; */ }

.bg5 .anli-box .cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.bg5 .anli-box .cover .cover-inner {
  text-align: center;
  padding-top: 43px; }
  .bg5 .anli-box .cover .cover-inner .line {
    background-color: #fff;
    width: 67px;
    height: 9px;
    margin: 0 auto 32px;
    border-radius: 7px; }

.bg5 .anli-box .cover .cover-inner .title {
  font-size: 50px;
  font-weight: bold;
  color: white;
  margin-bottom: 28px; }

.bg5 .anli-box .cover .cover-inner .text {
  width: 1200px;
  margin: 0 auto 36px;
  font-size: 18px;
  font-weight: 300;
  line-height: 33px;
  color: white; }

.bg5 .anli-box .cover .cover-inner .toDetail {
  cursor: pointer;
  display: inline-block;
  padding: 20px 55px;
  background: #13d1be;
  border-radius: 62px;
  font-size: 26px;
  font-weight: 500;
  color: white; }

.bg5 .box .case-box .case-item .case-list .text {
  font-size: 18px;
  font-weight: 400;
  color: #b8b8b8; }

.bg5 .box .case-box .case-item .case-list .name {
  margin-bottom: 22px;
  font-size: 28px;
  font-weight: bold;
  color: #515151; }

.bg5 .box .case-box .case-item .case-list img {
  margin-bottom: 33px;
  width: 384px;
  height: 388px;
  background: #e1e1e1;
  opacity: 1;
  border-radius: 7px; }

.bg5 .box .case-box .case-item .case-list + .case-list {
  margin-left: 24px; }

.bg5 .box .case-box .case-item .case-list.ed {
  margin: 0; }

.bg5 .box .case-box .case-item .case-list {
  float: left;
  text-align: center; }

.bg5 .box .case-box .case-item {
  overflow: hidden;
  margin-top: 84px; }

.bg5 .box {
  position: relative; }

.bg5 {
  overflow: hidden;
  /* padding-bottom: 255px; */ }

/* .bg4 . */
.bg4 .map-box img {
  width: 100%; }

.bg4 .map-box {
  max-width: 1454px;
  margin: 0 auto;
  padding-top: 92px;
  /* padding-top: 92px;
		 		position: absolute;
		 		left: 50%;
		 		transform: translateX(-50%); */ }

/* .bg3 . */
.bg3 .support-contain .my-swiper-box .my-swiper-item .my-swiper-list .list-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #c1c1c1; }

.bg3 .support-contain .my-swiper-box .my-swiper-item .my-swiper-list .list-title {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: bold;
  color: #515151; }

.bg3 .support-contain .my-swiper-box .my-swiper-item .my-swiper-list + .my-swiper-list {
  margin-top: 26px; }

.bg3 .support-contain .my-swiper-box .my-swiper-item .my-swiper-list {
  padding: 29px 33px 0;
  width: 452px;
  height: 163px;
  background: white;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.04);
  opacity: 1; }

.bg3 .support-contain .my-swiper-box .my-swiper-item {
  transform: translateY(-23px); }

.bg3 .support-contain .my-swiper-box {
  float: right; }

.bg3 .support-contain .parallax-bg {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 684px;
  width: 100%; }

.bg3 .support-contain .zhichi-banner {
  width: 100%;
  overflow: visible; }

.bg3 .support-contain {
  width: 1717px;
  height: 684px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 33px; }

.bg3 .box .kongzhi .bottom .huakuai {
  position: absolute;
  /* right: 0; */
  top: 50%;
  transform: translateY(-50%);
  width: 226px;
  height: 13px;
  background: #13d1be; }

.bg3 .box .kongzhi .bottom {
  margin-top: 24px;
  position: relative;
  width: 452px;
  height: 6px;
  background: #e6e6e6; }

.bg3 .box .kongzhi .top .right .next {
  cursor: pointer;
  background-size: cover;
  width: 15px;
  height: 25px;
  background-image: url(img/arr-right.png);
  float: right; }

.bg3 .box .kongzhi .top .right .before {
  cursor: pointer;
  margin-right: 52px;
  float: left;
  background-size: cover;
  width: 15px;
  height: 25px;
  background-image: url(img/arr-left.png); }

.bg3 .box .kongzhi .top .right {
  margin-top: 35px;
  overflow: hidden;
  float: right; }

.bg1 .page-item .shengyu,
.bg3 .box .kongzhi .top .left .shengyu {
  float: left;
  font-size: 34px;
  font-weight: 500;
  color: #b8b8b8; }

.bg1 .page-item .dangqina,
.bg3 .box .kongzhi .top .left .dangqina {
  float: left;
  font-size: 69px;
  font-weight: 900;
  color: #515151; }

.bg3 .box .kongzhi .top .left {
  overflow: hidden;
  float: left; }

.bg3 .box .kongzhi .top {
  overflow: hidden; }

.bg3 .box .kongzhi {
  position: absolute;
  bottom: 41px;
  right: 0; }

.bg3 {
  background: #fbfbfb; }

.bg2 .box .img-card {
  width: 100%;
  margin-top: 54px; }

.bg2 .box .img-card::after {
  display: block;
  content: "";
  clear: both; }

.bg2 .box .img-card .left {
  float: left;
  width: 450px;
  height: 443px; }

.bg2 .box .img-card .hover-text {
  z-index: 2;
  transition: all 0.4s ease;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: white; }

.bg2 .box .img-card .hover-text .inner-text {
  width: 309px;
  margin: 0 auto; }

.bg2 .box .img-card .left {
  margin-right: 6px;
  width: 450px;
  height: 443px; }

.bg2 .box .img-card .right {
  float: left;
  width: 744px;
  height: 443px; }

.bg2 .box .img-card .right-top {
  margin-bottom: 4px;
  height: 222px; }

.bg2 .box .img-card .right-top .img-box:hover .cover {
  background-color: #13d1be;
  opacity: 0.9; }

.bg2 .box .img-card .right-top .img-box:hover .cover-text {
  top: 40px; }

.bg2 .box .img-card .right-top .img-box:hover .cover-text::after {
  bottom: -9px;
  opacity: 1; }

.bg2 .box .img-card .right-top .img-box:hover .hover-text {
  top: 90px;
  opacity: 1; }

.bg2 .box .img-card .right-bottom {
  height: 217px; }

.bg2 .box .img-card .right-bottom .hover-text .inner-text {
  width: auto; }

.bg2 .box .img-card .right-bottom .img-box:hover .cover {
  background-color: #13d1be;
  opacity: 0.9; }

.bg2 .box .img-card .right-bottom .img-box:hover .cover-text {
  top: 40px; }

.bg2 .box .img-card .right-bottom .img-box:hover .cover-text::after {
  bottom: -9px;
  opacity: 1; }

.bg2 .box .img-card .right-bottom .img-box:hover .hover-text {
  top: 100px;
  opacity: 1; }

.bg2 .box .img-card .right-top-left {
  margin-right: 4px;
  float: left;
  height: 100%;
  width: 381px; }

.bg2 .box .img-card .right-top-right {
  float: left;
  width: 359px;
  height: 100%; }

.bg2 .box .img-card .img-box {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.bg2 .box .img-card img {
  height: 100%;
  width: 100%; }

.bg2 .box .img-card .left .img-box:hover .cover {
  background-color: #13d1be;
  opacity: 0.9; }

.bg2 .box .img-card .left .img-box:hover .cover-text {
  top: 141px; }

.bg2 .box .img-card .left .img-box:hover .cover-text::after {
  bottom: -9px;
  opacity: 1; }

.bg2 .box .img-card .left .img-box:hover .hover-text {
  top: 226px;
  opacity: 1; }

.bg2 .box .img-card .cover {
  transition: all 0.4s ease;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.3;
  height: 100%;
  width: 100%; }

.bg2 .box .img-card .cover-text {
  white-space: nowrap;
  transition: all 0.4s ease;
  position: absolute;
  z-index: 2;
  font-size: 38px;
  font-weight: bold;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.bg2 .box .img-card .cover-text::after {
  transition: all 0.4s ease;
  position: absolute;
  bottom: 0;
  width: 56px;
  height: 6px;
  background: white;
  border-radius: 3px;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  opacity: 0; }

.bg2 .list-box .li .list-ul .list-li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 12px;
  height: 12px;
  background: #515151;
  border-radius: 50%; }

.bg2 .list-box .li .list-ul .list-li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 36px;
  color: #cccccc; }

.bg2 .list-box .li .list-ul {
  margin-left: 70px; }

.bg2 .list-box .li .list-h3 {
  margin-left: 70px;
  font-size: 28px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  line-height: 48px;
  color: #565656; }

.bg2 .list-box .li .list-title img {
  width: 34px;
  height: 37px;
  margin-left: 7px; }

.bg2 .list-box .li .list-title .num {
  font-size: 48px;
  font-family: DINPro;
  font-weight: bold;
  color: gainsboro; }

.bg2 .list-box .li + .li::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 214px;
  border: 1px solid #dfdfdf;
  opacity: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.bg2 .list-box .li {
  overflow: hidden;
  position: relative;
  float: left;
  width: 33%;
  height: 400px; }

.bg2 .list-box {
  overflow: hidden;
  padding-top: 80px; }

.bg2 .text-main {
  width: 574px;
  padding-top: 64px;
  font-size: 14px;
  line-height: 36px;
  color: #686868; }

.bg2 .title .fuzhu .text,
.bg3 .title .fuzhu .text,
.bg4 .title .fuzhu .text,
.bg5 .title .fuzhu .text {
  margin-left: 25px; }

.bg2 .title .fuzhu .BooleanGroup,
.bg3 .title .fuzhu .BooleanGroup,
.bg4 .title .fuzhu .BooleanGroup,
.bg5 .title .fuzhu .BooleanGroup {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }

.bg2 .title .fuzhu,
.bg3 .title .fuzhu,
.bg4 .title .fuzhu,
.bg5 .title .fuzhu {
  position: relative;
  margin-top: 9px;
  font-size: 24px;
  font-weight: bold;
  color: #3d3d3d; }

.bg2 .title .name,
.bg3 .title .name,
.bg4 .title .name,
.bg5 .title .name {
  font-size: 48px;
  font-weight: bold;
  color: #3d3d3d; }

.bg2 .title {
  margin-top: 80px; }

.bg2 .box,
.bg3 .box,
.bg4 .box,
.bg5 .box {
  padding-top: 39px; }

.bg2 .bgwenzi,
.bg3 .bgwenzi,
.bg4 .bgwenzi,
.bg5 .bgwenzi {
  width: 1100px;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  left: 77px;
  top: 0;
  white-space: nowrap;
  text-align: left;
  font-family: Source Han Sans CN;
  font-style: normal;
  font-weight: normal;
  font-size: 203px;
  color: #f9f9f9; }

#my-header {
  min-width: 1200px;
  width: 100%;
  z-index: 100;
  transition: all .5s; }

#my-header.on .line {
  background-color: #fff; }

.banner .cover-a {
  position: absolute; }

.bg1 .nav-title {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 9px;
  overflow: hidden;
  padding-bottom: 9px; }

.bg1 .page-item {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  top: 254px;
  right: 313px; }

.bg1 .page-item .dangqina {
  font-size: 69px;
  font-weight: 900;
  color: white; }

.bg1 .page-item .shengyu {
  font-size: 34px;
  font-weight: 500;
  color: #e6e6e6; }

.bg1 .nav-title .logo {
  float: left;
  overflow: hidden;
  height: 47px; }

.bg1 .nav-title .logo img {
  float: left;
  height: 100%; }

.bg1 .nav-title .fright {
  margin-top: 11px;
  font-size: 18px;
  float: right;
  overflow: hidden;
  color: white; }

.bg1 .nav-title .fright ul {
  overflow: hidden; }

.bg1 .header-title {
  width: 100%; }

.bg1 .nav-title .fright li {
  cursor: pointer;
  float: left;
  font-size: 18px;
  /* position: relative; */
  padding-bottom: 10px;
  color: white; }

.bg1 .nav-title .fright li a {
  padding-bottom: 10px;
  color: white;
  text-decoration: none; }

.bg1 .nav-title .fright li + li {
  margin-left: 77px; }

.bg1 .nav-title .fright li.on {
  /* font-size: 20px; */ }

.bg1 .nav-title .fright {
  position: relative; }

#footer-daohang {
  position: relative; }

.bg1 .nav-title .fright .line,
#footer-daohang .line {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #13d1be;
  width: 26px;
  height: 3px;
  border-radius: 2px; }

/* .bg1 .nav-title .fright li.on::after {
		 		content: '';
		 		position: absolute;
		 		width: 26px;
		 		height: 3px;
		 		background: rgba(19, 209, 190, 1);
		 		border-radius: 2px;
		 		bottom: 0;
		 		left: 50%;
		 		transform: translateX(-50%);
		 	} */
.bg1 {
  height: 650px; }

.bg2 .title,
.bg3 .title,
.bg4 .title,
.bg5 .title {
  position: relative; }

.box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6 {
  position: relative; }

.yuan {
  display: inline-block;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #13d1be; }

.yuan .xiaoyuan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  background-color: #fff;
  border-radius: 50%; }
