﻿@charset "UTF-8";
/*** 公共 ***/
.h-headbox {
  text-align: center;
}

.h-heading {
  font-size: 40px;
  font-size: 2em;
  line-height: 1.2em;
  color: #333;
  font-weight: bold;
}

.h-subtit {
  color: #666;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

@media screen and (max-width: 767.98px) {
  .h-heading {
    font-size: .4rem;
    line-height: .48rem;
  }

  .h-subtit {
    font-size: .28rem;
    line-height: .48rem;
    margin-top: 0.16rem !important;
  }

  .home-sect {
    padding: .9rem 0 1rem !important;
  }
}
/*** banner ***/
.home-banswip.web {
  height: 700px;
}
.home-banswip.app {
  height: 8.4rem;
}

/*** 头条 ***/
.home-headline {
  width: 100%;
  display: block;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px #ccccdf;
  padding: 10px 0;
  font-size: 16px;
  line-height: 40px;
  position: relative;
  z-index: 20;
}
.home-headline .lvtt {
  color: #f65f16;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-weight: bold;
}
.home-headline .lvtt:after {
  content: '|';
  margin-left: 6px;
}

.headline-swip {
  width: 100%;
  height: 40px;
  padding-left: 5em;
  position: relative;
  overflow: hidden;
}
.headline-swip .tit {
  width: 65%;
  float: left;
  font-weight: bold;
}
.headline-swip .tit a {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.headline-swip .time {
  float: right;
  color: #515c6e;
  white-space: nowrap;
  font-family: "Arial";
}

@media screen and (min-width: 1000px) {
  .headline-swip .swiper-slide:hover {
    color: #ff6633;
  }
  .headline-swip .swiper-slide:hover .time {
    color: inherit;
  }
}
@media screen and (max-width: 991.98px) {
  .home-headline {
    padding: 0.1rem 0;
    font-size: .28rem;
    line-height: .8rem;
  }
  .home-headline .lvtt {
    left: .4rem;
  }
  .home-headline .lvtt:after {
    margin-left: .1rem;
  }

  .headline-swip {
    height: .8rem;
    padding-left: 1.4rem;
  }
  .headline-swip .tit {
    font-weight: normal;
  }
  .headline-swip .time {
    font-size: .24rem;
  }
}
/*** 解决方案 ***/
.home-sect1 {
  background: #fff;
  padding: 108px 0 30px;
}

.hmplan-box {
  margin-top: 40px;
}

.hmplan-tab li {
  padding: 0;
  position: relative;
  text-align: center;
}
.hmplan-tab li:last-child a {
  border-right: solid 1px #d1d3d8;
}
.hmplan-tab li.active {
  z-index: 10;
}
.hmplan-tab li.active a {
  color: #ff6633;
}
.hmplan-tab li.active a:after {
  border-color: #ff6633;
}
.hmplan-tab li.active .ic1 {
  display: none;
}
.hmplan-tab li.active .ic2 {
  display: inline-block;
}
.hmplan-tab a {
  border: solid 1px #d1d3d8;
  border-right: none;
  display: block;
  font-size: 24px;
  line-height: 76px;
  color: #333;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.hmplan-tab a:after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: solid 1px transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 1;
}
.hmplan-tab a span {
  position: relative;
  z-index: 5;
}
.hmplan-tab img {
  width: 32px;
  margin: -3px 6px 0 0;
  position: relative;
  z-index: 5;
}
.hmplan-tab .ic2 {
  display: none;
}
@media screen and (min-width: 1000px) {
  .hmplan-tab li:hover .ic1 {
    display: none;
  }
  .hmplan-tab li:hover .ic2 {
    display: inline-block;
  }
  .hmplan-tab li:hover a {
    color: #ff6633;
  }
}

.hmplan-content {
  width: 100%;
  margin-top: 96px;
  min-height: 280px;
  overflow: hidden;
}
.hmplan-content .tab-pane.active .is-antd {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}

.hmplan-row .row-imgs img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.hmplan-row .row-imgs.web {
  padding: 0;
}
.hmplan-row .row-imgs.app {
  transition-delay: .25s;
  -webkit-transition-delay: .25s;
  margin: 0.6rem auto;
}
.hmplan-row .row-body {
  padding: 56px 70px 0;
}
.hmplan-row .tit {
  font-size: 32px;
  line-height: 36px;
  color: #383838;
  font-weight: bold;
  margin-bottom: 24px;
  transition-delay: .15s;
  -webkit-transition-delay: .15s;
}
.hmplan-row .doc {
  font-size: 16px;
  line-height: 24px;
  color: #515c6e;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}
.hmplan-row a.btn-more {
  width: 150px;
  height: 46px;
  line-height: 44px;
  font-size: 16px;
  border-radius: 23px;
  margin-top: 34px;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  color: #fff;
}

@media screen and (max-width: 991.98px) {
  .hmplan-row .row-body {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hmplan-box {
    margin-top: .5rem;
  }

  .hmplan-tab {
    margin: 0 -0.1rem;
  }
  .hmplan-tab li {
    padding: 0 0.1rem;
  }
  .hmplan-tab a {
    font-size: .28rem;
    line-height: .88rem;
    border: solid 1px #d1d3d8 !important;
  }
  .hmplan-tab img {
    width: .32rem;
    margin-right: .1rem;
  }

  .hmplan-content {
    margin-top: .54rem;
  }

  .hmplan-row .row-body {
    padding: 0;
  }
  .hmplan-row .tit {
    font-size: .48rem;
    line-height: .6rem;
    margin-bottom: .45rem;
  }
  .hmplan-row .doc {
    font-size: .28rem;
    line-height: .48rem;
    margin-bottom: .6rem;
  }
  .hmplan-row .btn-more {
    margin: .6rem auto 0;
    width: 3rem;
    height: .8rem;
    line-height: .78rem;
    font-size: .28rem;
    border-radius: 3px;
  }
}
/*** 服务支持 ***/
.home-sect2 {
  padding: 106px 0 133px;
  background: #f4f6f9;
}

.hmfwzc-swip {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  margin: 55px 0 -20px;
}
.hmfwzc-swip .box {
  width: 100%;
  display: block;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.hmfwzc-swip .slide-imgs {
  width: 100%;
  /*height: 138px;*/
  height: 300px;
  display: block;
  overflow: hidden;
  position: relative;
}
.hmfwzc-swip .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hmfwzc-swip .tit {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 14px;
}
.hmfwzc-swip .tit:after {
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.hmfwzc-swip .slide-bd {
  width: 100%;
  background: #fff;
  padding: 18px 20px 22px;
}
.hmfwzc-swip .doc {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #515c6e;
  height: 72px;
  overflow: hidden;
}
.hmfwzc-swip .swiper-slide {
  width: 280px;
  margin-right: 20px;
}

.hmfwzc-page {
  margin-top: .6rem;
  position: static;
}

@media screen and (min-width: 1000px) {
  .hmfwzc-swip .swiper-slide:hover .image {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
}
@media screen and (max-width: 991.98px) {
  .hmfwzc-swip .slide-imgs {
    height: 3.35rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hmfwzc-swip {
    margin: 0;
    padding: .5rem 0 0;
  }
  .hmfwzc-swip .tit {
    font-size: .36rem;
    line-height: 1em;
    padding-bottom: .32rem;
  }
  .hmfwzc-swip .tit:after {
    width: 1.6rem;
    height: 1px;
  }
  .hmfwzc-swip .slide-bd {
    padding: .4rem 0.5rem 0.62rem;
  }
  .hmfwzc-swip .doc {
    font-size: .28rem;
    line-height: .48rem;
    height: .96rem;
  }
}
/*** 服务保障 ****/
.home-sect3 {
  background: #fff;
  padding: 84px 0 90px;
}

.hmfwbz-list {
  margin: 0 -17.5px -20px;
  padding: 45px 0 20px;
}
.hmfwbz-list li {
  padding: 0 17.5px;
}
.hmfwbz-list .box {
  width: 100%;
  display: block;
  background-color: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 36px 40px 36px;
}
.hmfwbz-list .icon {
  width: 95px;
  margin: 0 auto;
}
.hmfwbz-list .icon img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.hmfwbz-list .tit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 28px;
  position: relative;
  margin-top: 46px;
  margin-bottom: 23px;
  white-space: nowrap;
}
.hmfwbz-list .tit:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #999;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.hmfwbz-list .doc {
  font-size: 16px;
  line-height: 30px;
  color: #515c6e;
  width: 100%;
  height: 120px;
  overflow: hidden;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .hmfwbz-list .box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hmfwbz-list .tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  .hmfwbz-list {
    margin-left: -.1rem;
    margin-right: -.1rem;
  }
  .hmfwbz-list li {
    padding: 0 .1rem;
  }
  .hmfwbz-list .tit {
    font-size: .36rem;
    line-height: .48rem;
    padding-bottom: .34rem;
    margin-bottom: .3rem;
  }
  .hmfwbz-list .doc {
    font-size: .28rem;
    line-height: .48rem;
    height: 1.44rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hmfwbz-list {
    padding: 0;
    margin: 0.2rem 0 -0.3rem;
  }
  .hmfwbz-list li {
    padding: 0.3rem 0;
  }
  .hmfwbz-list .box {
    padding: 0.4rem 0.55rem 0.78rem;
  }
  .hmfwbz-list .icon {
    width: 1.4rem;
  }
  .hmfwbz-list .tit {
    margin: 0.35rem 0 0.3rem;
  }
  .hmfwbz-list .tit:after {
    width: 1.2rem;
  }
  .hmfwbz-list .doc {
    height: auto;
    min-height: 1.44rem;
  }
}
/**** 客户证言 ***/
.home-sect4 {
  padding: 100px 0 90px;
  background: url("../images/home-bg1.jpg") no-repeat center top #f4f6f9;
}

.hmword-box {
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  padding: 15px 205px 90px;
  text-align: center;
  margin-top: 34px;
  position: relative;
}

.hmword-ctrl {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 40px 0 0;
  background: no-repeat center center;
  background-size: contain;
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hmword-ctrl.prev {
  left: 80px;
  background-image: url("../images/slide-left.png");
}
.hmword-ctrl.next {
  right: 80px;
  background-image: url("../images/slide-right.png");
}
.hmword-ctrl:hover {
  opacity: 1;
}
.hmword-ctrl.swiper-button-disabled {
  opacity: 0 !important;
  cursor: default;
}

.hmword-swip {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 46px;
}
.hmword-swip .logo {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.hmword-swip .logo img {
  height: 90px;
  display: block;
  margin: 0 auto;
}
.hmword-swip .word {
  font-size: 16px;
  line-height: 30px;
  min-height: 60px;
}

.hmword-tab {
  width: 100%;
  height: 56px;
  text-align: center;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  margin-bottom: 17px;
}
.hmword-tab li {
  max-width: 20%;
  padding: 0 34px;
}
.hmword-tab li.active a {
  width: 56px;
  height: 56px;
}
.hmword-tab a {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
  background: no-repeat center center;
  background-size: cover;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0 auto;
}

.hmword-name {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
.hmword-name .name:after {
  content: '/';
  margin: 0 4px;
}
.hmword-name .zw {
  color: #515c6e;
}
.hmword-name li {
  display: none;
}
.hmword-name li.active {
  display: block;
}

.hmword-page {
  margin-top: .6rem;
  position: static;
}

@media screen and (max-width: 991.98px) {
  .hmword-box {
    padding: 0.3rem 0.4rem .7rem;
    margin-top: .5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hmword-box {
    padding-top: .2rem;
  }

  .hmword-swip {
    padding-bottom: 2.76rem;
    margin-bottom: 0;
    z-index: 30;
  }
  .hmword-swip .logo {
    margin-bottom: 0;
  }
  .hmword-swip .logo img {
    height: 1.5rem;
  }
  .hmword-swip .word {
    font-size: .28rem;
    line-height: .48rem;
    min-height: .96rem;
  }

  .hmword-ft {
    width: 100%;
    padding: 0 0.4rem;
    position: absolute;
    left: 0;
    bottom: .7rem;
    z-index: 10;
  }

  .hmword-tab {
    height: .8rem;
    margin-bottom: .3rem;
  }
  .hmword-tab a {
    width: .6rem;
    height: .6rem;
  }
  .hmword-tab li {
    max-width: none;
    padding: 0 0.2rem;
  }
  .hmword-tab li.active a {
    width: .8rem;
    height: .8rem;
  }

  .hmword-name {
    font-size: .28rem;
    line-height: .48rem;
  }
  .hmword-name span {
    display: block;
  }
  .hmword-name .name:after {
    display: none;
  }
}
/*** 客户 **/
.home-end {
  padding: 90px 0 130px;
  background: #fff;
}

.hmcase-swip {
  width: 100%;
  margin: 44px 0 34px;
}
.hmcase-swip .swiper-slide {
  width: 370px;
  margin-right: 35px;
}
.hmcase-swip .box {
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.hmcase-swip .slide-imgs {
  width: 100%;
  height: 170px;
  display: block;
  overflow: hidden;
  position: relative;
}
.hmcase-swip .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.hmcase-swip .slide-bd {
  width: 100%;
  background: #fff;
  padding: 20px 20px 24px;
}
.hmcase-swip .tit {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.hmcase-swip .doc {
  font-size: 14px;
  line-height: 24px;
  color: #515c6e;
  height: 72px;
  overflow: hidden;
}
.hmcase-swip .ft {
  width: 100%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  margin-top: 1em;
}
.hmcase-swip .logo {
  width: 100px;
  height: 30px;
  display: block;
  background: no-repeat left center;
  background-size: contain;
}
.hmcase-swip .info {
  text-align: right;
  white-space: nowrap;
}
.hmcase-swip .info span {
  margin-left: 10px;
}
.hmcase-swip .info span:first-child {
  margin-left: 0;
}

.hmlogo-swip {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hmlogo-swip li {
  width: 190px;
  padding: 20px 0;
  margin-top: 0 !important;
}
.hmlogo-swip a {
  width: 100%;
  max-width: 190px;
  height: 100px;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
  margin: 0 auto;
}

.hmlogo-page {
  position: static;
  margin-top: 54px;
}

@media screen and (max-width: 767.98px) {
  .hmcase-swip {
    margin: .5rem 0 .55rem;
  }
  .hmcase-swip .slide-imgs {
    height: 2.9rem;
  }
  .hmcase-swip .slide-bd {
    padding: .3rem .4rem .35rem;
  }
  .hmcase-swip .tit {
    font-size: .3rem;
    line-height: .48rem;
    height: .48rem;
    margin-bottom: .2rem;
  }
  .hmcase-swip .doc {
    font-size: .28rem;
    line-height: .48rem;
    height: 1.44rem;
  }
  .hmcase-swip .ft {
    font-size: .24rem;
    line-height: .5rem;
    margin-top: .3rem;
  }
  .hmcase-swip .logo {
    width: 1.4rem;
    height: .5rem;
  }
  .hmcase-swip .info span {
    margin-left: .15rem;
  }

  .hmlogo-swip li {
    padding: .05rem 0.1rem;
  }
  .hmlogo-swip a {
    height: 1rem;
  }

  .hmlogo-page {
    margin-top: .36rem;
  }
}
/*** 预约使用 ***/
.home-ft {
  width: 100%;
  height: 280px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 62px 0 0;
  background: url("../images/home-bg2.jpg") no-repeat center center;
  background-size: cover;
}
.home-ft .h-heading {
  color: inherit;
}
.home-ft .h-subtit {
  color: inherit;
  margin-top: 5px;
}
.home-ft .btn-apply {
  width: 260px;
  height: 60px;
  line-height: 58px;
  color: #ff6633;
  border-color: #fff;
  background: #fff;
  border-radius: 30px;
  margin: 20px auto 0;
  animation-delay: .25s;
  -webkit-animation-delay: .25s;
  font-size: 18px;
}
.home-ft .btn-apply:after {
  background: #ff6633;
}

@media screen and (min-width: 1000px) {
  .home-ft .btn-apply:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .home-ft {
    height: 4rem;
    background-image: url("../images/home-bg2_m.jpg");
    padding-top: .76rem;
  }
  .home-ft .btn-apply {
    margin-top: .5rem;
    width: 3rem;
    height: .8rem;
    line-height: .78rem;
    font-size: .28rem;
    border-radius: 3px;
  }
}
.h_title {height:80px;text-align:center;}
.h_title .h_title_1 {height:50px;line-height:50px;color:#f76441;border-bottom:1px solid #ddd}
.h_title .h_title_1 i {height:50px;line-height:50px;display:inline-block;*display:block;zoom:1;padding:0 10px;font-size:30px;border-bottom:1px solid #f76441;font-weight:700}
.h_title .h_title_1 a {display:inline-block;*display:block;zoom:1;background:#f76441;color:#fff;width:25px;height:25px;line-height:25px;border-radius:50%;font-size:20px}
.h_title .h_title_2 {height:30px;line-height:35px;color:#888;font-size:14px}

.ho_ppzcz {width:100%;background:url(../images/ho_service_bg.jpg) no-repeat center top #1f1f1f;overflow:hidden;position:relative;padding:50px 0}
.ho_ppzcz ul {margin:0 auto;padding:45px 0 0;width:1256px}
.ho_ppzcz .Line:after {display:block;content:" ";position:absolute;top:50%;margin-top:-2px;background:#f76441;width:100%;height:4px;z-index:2}
.ho_ppzcz ul li {float:left;width:190px;text-align:center;color:#fff;display:inline;margin-left:10px}
.ho_ppzcz ul li p {margin:0 auto;height:194px;position:relative;background:#f76441;font-family:Arial,Sans-serif;font-size:70px;text-align:center;line-height:194px;font-weight:700;overflow:hidden;border-radius:10px}
.ho_ppzcz ul li span {display:block;font-size:18px;padding-top:30px}
.ho_ppzcz ul li.cur {width:392px;margin-left:25px}
.ho_ppzcz ul li.cur p {width:392px;background:#f76441}
.ho_ppzcz .h_title_1 {border-bottom:1px solid #333}
.gsgs01{position: absolute;margin-top: -30px; margin-left: 160px;font-size: 14px;}
.gsgs02{position: absolute;margin-top: -30px; margin-left: 326px;font-size: 14px;}

@media screen and (min-width: 1024px) {.gsgs009{ width: 140px;}
.gsgs010{}
}
@media screen and (max-width: 1024px) {.gsgs009{ width: 100%;}
.gsgs010{ display:none}
}

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