/* CSS Document */
body {
  background: #fff!important
}
.app-services {
  /*padding-top: 1.666666rem;*/
  padding-top: 1.444444rem
}
.c-fluid {
  padding: 0 13.7%;
  position: relative;
  z-index: 1;
}
.c-plan .c-fluid {
  padding: 0 11.6%;
  position: relative;
  z-index: 1;
}
/*----------------------------------------*/
/*  模块标题
/*----------------------------------------*/

.heading {
  width: 100%;
  position: relative;
}
.heading-center {
  width: 100%;
}
.heading h2 {
  position: relative;
  font-weight: bold;
  font-size: 0.555555rem;
  color: #000106;
}
.heading p {
  color: #272b31;
  padding: 0.555555rem 0 1.111111rem 0;
  font-size: 16px;
}
.heading h2 span {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 2.592592rem;
  background: -webkit-linear-gradient(left, #272b31, transparent);
  background: linear-gradient(to right, #272b31, transparent);
  line-height: 1;
  margin: 0 20px;
}
.heading h2 .xspan {
  background: -webkit-linear-gradient(right, #272b31, transparent);
  background: linear-gradient(to left, #272b31, transparent);
}
/*.heading .team-card {
    padding-right: 40px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    border-radius: 20px;
    padding: 30px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}*/

/*----------------------------------------*/
/*  APP定制开发服务
/*----------------------------------------*/
.box-shadow {
  -webkit-box-shadow: 3px 28px 24px -33px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 3px 28px 24px -33px rgba(0, 0, 0, 0.26);
  box-shadow: 3px 28px 24px -33px rgba(0, 0, 0, 0.26);
  transition: all 0.5s ease;
}
.box-shadow2 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 0 20px rgba(18,22,25,.1);
  -moz-box-shadow: 0 0 20px rgba(18,22,25,.1);
  box-shadow: 0 0 20px rgba(18,22,25,.1);
}
.overlay {
  position: relative;
}
.about-left {
  position: relative;
  z-index: 2;
  background-image: url('static/index/css/images/bg11.jpg');
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding: 0.740740rem;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-left:hover {
  background-position: right;
}
.ico {
  overflow: hidden;
  padding: 0.555555rem 0 15px;
}
.ico span {
  font-size: 1.351852rem!important;
  color: #fff;
  padding-top: 0.555555rem;
}
.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-left:before {
  z-index: -1;
  opacity: 0.8;
  background: #0C59DB;
}
.ios:before {
  z-index: -1;
  opacity: 0.8;
  background: #fa8c0a;
}
.hhe:before {
  z-index: -1;
  opacity: 0.8;
  background: #12d151;
}
.uisj:before {
  z-index: -1;
  opacity: 0.8;
  background: #f7410e;
}
.about-left h4 {
  color: #fff;
  padding-bottom: 0.370370rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 35px;
}
.about-left p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fe-box {
  position: relative;
  margin-bottom: 15px;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.fe-box:hover {
  -webkit-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.16);
}
.fe-box:after {
  position: absolute;
  background: #fdcb02;
  height: 4px;
  width: 0;
  left: 0;
  bottom: 0;
  content: "";
  right: 0;
  margin: 0 auto;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  opacity: 0.9;
  z-index: 1;
}
.fe-box:hover:after {
  width: 100%;
}

@media(max-width: 1560px) {
.c-fluid {
  padding: 0 2%;
}
}

@media(max-width: 767px) {
.c-fluid {
  padding: 0;
}
.heading h2 span {
  width: 1.592592rem;
  height: 1px;
}
.heading p {
  color: #272b31;
  padding: 0.555555rem 0.6rem 1.111111rem;
  font-size: 14px;
}
}
/*----------------------------------------*/
/*  开发推荐案例
/*----------------------------------------*/


.feature-box {
  text-align: center;
}
/*.erpal {
    height: 4.259259rem;
}*/
.img-full {
  width: 100%;
}
.feature-box {
  text-align: center;
}
.feature-thumb {
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}
.feature-thumb img {
  -moz-border-radius: 5px 5px 0 0px;
  -webkit-border-radius: 5px 5px 0 0px;
  -ms-border-radius: 5px 5px 0 0px;
  -o-border-radius: 5px 5px 0 0px;
  border-radius: 5px 5px 0 0px;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.feature-box:hover .feature-thumb img {
  -moz-transform: scale(1.2) rotate(3deg);
  -o-transform: scale(1.2) rotate(3deg);
  -ms-transform: scale(1.2) rotate(3deg);
  -webkit-transform: scale(1.2) rotate(3deg);
  transform: scale(1.2) rotate(3deg);
}
.feature-content {
  padding: 20px 20px 30px;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  position: relative;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -webkit-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.05);
}
.feature-content h3 {
  font-size: 14px;
  color: #272b31;
  line-height: 1.75;
  font-weight: 400;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feature-content .para p {
  font-size: 14px;
  color: #3c495d;
  line-height: 2;
  height: 114px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 768px) {
.cla_top span {
  font-size: 0.6rem;
}
.feature-content .para p {
  height: auto;
}
}
.feature-box:hover .feature-content {
  -webkit-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 10px rgba(0, 0, 0, 0.1);
}
.feature-content:after {
  border-radius: 15px;
  position: absolute;
  background: #ffcc00;
  height: 3px;
  width: 15%;
  left: 0;
  bottom: 0;
  content: "";
  right: 0;
  margin: 0 auto;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  opacity: 0.8;
  z-index: 0;
}
.feature-box:hover .feature-content:after {
  width: 95%;
}
.mb-2 {
  margin-bottom: .5rem!important;
}
.butmoe {
  padding: 15px 0 45px;
  text-align: center
}
.butmoe a {
  margin: 0 auto;
  padding: 10px 39px;
  border: 1px solid #0a1026;
  color: #000;
  font-size: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.butmoe a:hover {
  background-color: #ffcc00;
  color: #211f3a;
  transition: all 0.5s;
  border-radius: 10px;
}
/*----------------------------------------*/
/*  行业解决方案
/*----------------------------------------*/



.c-plan {
  position: relative;
background: url(static/index/css/images/fbg5.png) no-repeat;
/*  background:#241f39 url("static/index/css/images/shape04.png") no-repeat;*/

  background-position: center center;
  background-size: cover;

}

.c-plan2 {
  position: relative;
  background: url(static/index/css/images/fbg4.png) no-repeat;
  /*background:#241f39 url("static/index/css/images/shape01.png") no-repeat;*/
  background-position: center center;
  background-size: cover;
}



.top-line {
  position: absolute;
  height: 4px;
  width: 140px;
  background-color: #ffce29;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.x-line:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 140px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffce29;
  z-index: 2
}
.c-plan .heading h2, .c-plan .heading p {
  color: #fff
}
.c-plan .heading h2 span {
  background: -webkit-linear-gradient(left, #fff, transparent);
  background: linear-gradient(to right, #fff, transparent);
}
.c-plan .heading h2 .xspan {
  background: -webkit-linear-gradient(right, #fff, transparent);
  background: linear-gradient(to left, #fff, transparent);
}
/*解决方案导航*/
.weui-navigator {
  /* background: #fafafa;*/
  position: relative;
  padding: 0;
  margin: 0
}
.weui-navigator-list {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  margin: 0 auto
}
.weui-navigator-list li {
  list-style: none;
  line-height: 35px;
  margin-right: 15px;
  font-size: 16px;
  min-width: 1.78rem;
  text-align: center;
  -webkit-box-flex: 1;
  display: -webkit-box;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-box-pack: center
}
.weui-navigator.weui-navigator-wrapper {
  z-index: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden
}
.weui-navigator-list li a {
  text-decoration: none;
  background-color: #eeeeee;
  border-radius: 5px!important;
  border: 1px solid #eeeeee;
  color: #000000;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  padding: 0 15px
}
.weui-navigator-list li a:hover {
  background: linear-gradient(45deg, #e09e0c, #fcc504) !important;
  border: 1px solid #000;
  color: #373b43
}
.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a {
  color: #fff;
  background-color: #ffb000;
  border: 1px solid #ffb000;
}
.prpag .weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a {
  color: #373b43;
  background-color: #ffb000;
  border: 1px solid #ffb000;
}
.prpag .weui-navigator-list li {
  font-size: 14px;
  line-height: 30px;
  min-width: 1.6rem;
}
.prpag .weui-navigator-list {
  margin: 0
}
/*.weui-navigator-list li.weui-state-hover, .weui-navigator-list li.weui-state-active a:after {
	content: '';
	display: block;
	height: 2px;
	background-color: #2772db
}*/
.weui-navigator .weui-navigator-list {
  display: table;
  table-layout: fixed;
  white-space: nowrap;
  width: auto
}
.weui-navigator .weui-navigator-list:after {
  content: '';
  clear: both;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden
}
.weui-navigator .weui-navigator-list li {
  display: inline-block
}
/*解决方案左边*/
.plan-l {
  display: block;
  background-color: #ffffff;
  position: relative;
  padding: 0.666666rem 0.740740rem 0.78rem
}
.plan-l h2 {
  font-size: 0.407407rem;
  color: #000106;
  line-height: 1.75;
  margin-bottom: 0.25rem;
  font-weight: 600
}
.plan-l p {
  font-size: 14px;
  color: #2e2e2e;
  line-height: 1.75;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.plan-l:before {
  content: '';
  position: absolute;
  top: 36px;
  left: -40px;
  width: 40px;
  height: 97%;
  background-color: rgba(255, 255, 255, 0.5);
}
.plan-l:after {
  content: '';
  position: absolute;
  top: 80px;
  left: -76px;
  width: 76px;
  height: 97%;
  background-color: rgba(255, 255, 255, 0.5);
}
.plan-l ul {
  width: 80%;
  margin-top: 0.555555rem;
  overflow: hidden
}
.plan-l ul li {
  width: 19%;
  margin-right: 1%;
  float: left;
  padding: 15px;
  text-align: center;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.plan-l ul li span {
  font-size: 0.555555rem;
  line-height: 0.555555rem;
  display: block;
}
.plan-l ul li p {
  font-size: 13px;
  margin-top: 11px
}
.plan-l ul li.ic-active {
  background-color: #ffb000;
  color: #fff;
  -webkit-box-shadow: 0 0 16px 10px rgba(255, 176, 0, 0.2);
  -khtml-box-shadow: 0 0 16px 10px rgba(255, 176, 0, 0.2);
  -moz-box-shadow: 0 0 16px 10px rgba(255, 176, 0, 0.2);
  -ms-box-shadow: 0 0 16px 10px rgba(255, 176, 0, 0.2);
  -o-box-shadow: 0 0 16px 10px rgba(255, 176, 0, 0.2);
  box-shadow: 0 0 16px 10px rgba(255, 176, 0, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.plan-l ul li.ic-active p {
  color: #fff
}
/*解决方案右边轮播图*/
.plan-r {
  min-height: 450px;
/*  background-color: #fcb538;*/
  position: relative;
}
.plan-r:before {
  content: '';
  position: absolute;
  top: 36px;
  right: -40px;
  width: 40px;
  height: 97%;
  background-color: rgba(255, 255, 255, 0.5);
}
.plan-r:after {
  content: '';
  position: absolute;
  top: 80px;
  right: -76px;
  width: 76px;
  height: 97%;
  background-color: rgba(255, 255, 255, 0.5);
}
.pl-0 {
  padding-left: 0!important
}
.pr-0 {
  padding-right: 0!important
}

@media (max-width: 768px) {

.plan-l:before { background-color: rgba(255, 255, 255, 0.0);}
.plan-l:after { background-color: rgba(255, 255, 255, 0.0);}
.plan-r:before {background-color: rgba(255, 255, 255, 0.0);}
.plan-r:after { background-color: rgba(255, 255, 255, 0.0);}	
	
.plan-r {
  min-height: 1px;
  background-color: none;
  position: relative;
}
.c-plan .c-fluid {
  padding: 0;
  position: relative;
  z-index: 1;
}
.plan-l {
  padding: 0.666666rem 0.740740rem 0.285rem
}
.plan-l ul {
  width: 100%
}
.plan-l ul li {
  width: 30%;
  margin-right: 5%;
}
  
 .plan-l ul li:nth-child(3n){margin-right:0px;} 
  
.x-line:after {
  width: 0;
  height: 0
}
.pl-0 {
  padding-left: 15px!important
}
.pr-0 {
  padding-right: 15px!important
}
  
.plan-l ul li span {
  font-size: 0.7rem;
  line-height: 0.555555rem;
  display: block;
}  
  
  
}
/*----------------------------------------*/
/*  合作伙伴模块
/*----------------------------------------*/	
	
.jyimg {
  position: relative;
  overflow: hidden;
/*  box-shadow: 0 1px 4px rgba(194,215,236,.5);*/
/*	border: 1px solid #e3e3e3;*/
    background-color: #fcfcfc;	
  border-radius:5px;
  cursor: pointer;
}
.jyaimg {
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.jyaimg img{ max-width: 100%}

.jyaimg:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2)
}
/*----------------------------------------*/
/*  开发服务流程模块
/*----------------------------------------*/	
	/*  flex弹性布局的基础样式*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.flex-column {
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.column-4 {
  position: relative;
  padding-bottom: 1.7rem;
}
.column-4 .six-add {
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -38px;
}
.column-4 .cont-img {
  margin-top: -66px;
}
.column-4 .cont-img img {
  width: 100%;
}
.column-4 .cont-process {
  position: relative;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 30px;
}
/*.column-4 .cont-process:nth-child(3){
    margin-top: 85px;
    margin-bottom: 58px;
}*/
.column-4 .cont-process:nth-child(2) {
  margin-top: 85px;
  margin-bottom: 66px;
}
.column-4 .cont-process .li-cont {
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
}
.column-4 .cont-process .process-li {
  position: relative;
    width: 170px;
    padding: 10px 15px;
    z-index: 2;
/*    background-color: #fbfbfb;*/
    border-radius: 5px;
}
.column-4 .cont-process .process-li .title {
  font-size: 15px;
  font-weight: 600;
  color: #565656;
}
.column-4 .cont-process .process-li .text {
  font-size: 14px;
  color: #868686;
  margin-top: 10px;
  line-height: 130%;
}
/*  流程指标  */
.column-4 .cont-process .icon-process {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0 25px;
  background-color: #fafafa;
  z-index: 2;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.column-4 .cont-process .icon-process:before, .column-4 .cont-process .icon-process:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  z-index: 2;
  top: 50%;
  left: 50%;
}
.column-4 .cont-process .li-cont:hover {
  cursor: pointer;
}
.column-4 .cont-process .li-cont:hover .icon-process {
  border: 2px solid #ffba04;
  background-color: #ffba04;
}
.column-4 .cont-process .li-cont:hover .process-li .title {
  color: #313131;
  font-weight: bold;
}
.column-4 .cont-process .li-cont:hover .process-li .text {
  color: #5b5b5b;
}
.column-4 .cont-process .li-cont:hover .icon-process:before, .column-4 .cont-process .li-cont:hover .icon-process:after {
  background-color: #fff;
}
.column-4 .cont-process .icon-process:before {
  margin: -4px 0 0 -4px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg); 	/* IE 9 */
  -moz-transform: rotate(45deg); 	/* Firefox */
  -webkit-transform: rotate(45deg); /* Safari 和 Chrome */
  -o-transform: rotate(45deg); 	/* Opera */
}
.column-4 .cont-process .icon-process:after {
  margin: 3px 0 0 -4px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); 	/* IE 9 */
  -moz-transform: rotate(-45deg); 	/* Firefox */
  -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
  -o-transform: rotate(-45deg); 	/* Opera */
}
.column-4 .cont-process .icon-process-right {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg); 	/* IE 9 */
  -moz-transform: rotate(-45deg); 	/* Firefox */
  -webkit-transform: rotate(-45deg); /* Safari 和 Chrome */
  -o-transform: rotate(-45deg); 	/* Opera */
}
.column-4 .cont-process .icon-process2 {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg); 	/* IE 9 */
  -moz-transform: rotate(-180deg); 	/* Firefox */
  -webkit-transform: rotate(-180deg); /* Safari 和 Chrome */
  -o-transform: rotate(-180deg); 	/* Opera */
}
/*  半圆虚线  */
.column-4 .cont-process .Dotted-line {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -730px;
  height: 150px;
  width: 150px;
  border-top: 1px dashed #92949a;
  border-left: 1px dashed #92949a;
  border-bottom: 1px dashed #92949a;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 0;
}
.column-4 .cont-process .Dotted-line img {
  position: absolute;
  top: -46px;
  right: -230px;
}
.column-4 .cont-process .Dotted-line:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -180px;
  width: 180px;
  border-top: 1px dashed #92949a;
}
.column-4 .cont-process .Dotted-line2 {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -690px;
  height: 149px;
  width: 150px;
  border-top: 1px dashed #92949a;
  border-right: 1px dashed #92949a;
  border-bottom: 1px dashed #92949a;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  z-index: 0;
}
.column-4 .cont-process .process-li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  height: 0px;
  width: 85px;
  border-top: 1px dashed #92949a;
  z-index: 0;
}
/*.column-4 .cont-process:nth-child(3) .li-cont:nth-child(6) .process-li:after{
    content: '';
    position: absolute;
    border-top: 0px dashed #92949a;
}
.column-4 .cont-process:nth-child(3) .li-cont:nth-child(6) .icon-process2{
    position: absolute;
    top: 177px;
    left: 45px;
    z-index: 3;
}*/
.column-4 .cont-process:nth-child(2) .li-cont:nth-child(6) .process-li:after {
  content: '';
  position: absolute;
  border-top: 0px dashed #92949a;
}
.column-4 .cont-process:nth-child(2) .li-cont:nth-child(6) .icon-process2 {
  position: absolute;
  top: 177px;
  left: 45px;
  z-index: 3;
}
/*.column-4 .cont-process:nth-child(4) .process-li:nth-child(1):before{
    content: '';
    position: absolute;
    top: 50%;
    left: -304px;
    height: 0px;
    width: 304px;
    border-top: 1px dashed #92949a;
    z-index: 0;
}*/
.column-4 .cont-process:nth-child(3) .process-li:nth-child(1):before {
  content: '';
  position: absolute;
  top: 50%;
  left: -304px;
  height: 0px;
  width: 304px;
  border-top: 1px dashed #92949a;
  z-index: 0;
}
.counter-box {
  display: flex;
  align-items: center;
}
.shape-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-right: 20px;
}
.counter-box .icon .shape-icon:before {
  width: 70px;
  height: 70px;
  margin-top: -35px;
}
.shape-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-color: #0046e2;
  z-index: -1;
  opacity: 0.10;
  border-radius: 50%;
  animation: cscale 1s infinite alternate;
}
.counter-box .countera {
  font-size: 20px;
  font-weight: 700;
  color: #01133c;
}
.counter-box .text {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.lc-show {
  display: none
}

@media (max-width: 1190px) {
.lc-on {
  display: none
}
.lc-show {
  display: block
}
}

@media (max-width: 768px) {
.lc-on {
  display: none
}
.lc-show {
  display: block
}
.counter-box .icon .shape-icon:before {
  width: 40px;
  height: 40px;
  margin-top: -35px;
}
}
.bcol {
  background-color: #42444b;
}
.fot-plan {
  position: relative;
  background: #32373b url("static/index/css/images/fbg1.png") no-repeat;
  background-position: center center;
  background-size: cover;
}
.fot-plan .c-fluid {
  padding: 0 11.6%;
  position: relative;
  z-index: 1;
}
.mess {
  padding: 0.555555rem 1rem 1.05rem
}
.mess .title {
  font-size: 30px;
  margin-bottom: 18px;
  color: #fcc50d;
  font-weight: 600;
}
.mess .title span {
  font-size: 30px;
  color: #6e6e6e;
  margin-left: 15px;
  font-weight: 300;
}
.mess input[type="text"], .mess textarea {
  padding: 7px 15px;
  ;
  width: 51%;
  font-size: 1.2em;
  margin: 10px 0px;
  border: 1px solid #6e6e6e;
  color: #fff;
  background-color: #42444b;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.03);
  /*background: none;*/
  -webkit-appearance: none;
  float: left;
  outline: none;
  font-weight: 400;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
.mess textarea {
  height: 1.851851rem;
  resize: none;
  width: 80%;
}
.mess input[type="submit"] {
  margin-top: 1em;
  color: #fff;
  font-size: 1.2em;
  padding: 0.7em 1em;
  -webkit-appearance: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  width: 20%;
  background: #339966;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
.mess input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #663300;
}
.mess input[type="button"] {
  margin-top: 1em;
  color: #000;
  font-size: 1.2em;
  padding: 0.5em 2em;
  -webkit-appearance: none;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  background: #fcc50d;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
}
.mess input[type="button"]:hover {
  text-decoration: none;
  color: #fff;
  background: #d2a200;
}
.rdata {
  padding: 0.888888rem .629629rem 0.655555rem
}
.rdata h3 {
  font-size: 0.481481rem;
  color: #e5e5e5;
  font-weight: 600;
  margin-bottom: 0.925925rem
}
.feature1-list li {
  display: inline-block;
  font-size: 14px;
  width: 20%;
  text-align: center;
  vertical-align: top;
}
.rd-f {
  float: left;
  font-size: 0.925925rem;
  line-height: 0.925925rem;
  color: #e5e5e5;
  margin-right: 10px;
}
.rd-r {
  float: left;
  font-size: 0.333333rem;
  color: #e5e5e5;
}
.rdico {
  text-align: center;
  color: #e5e5e5;
}
.rdico h3 {
  font-size: 16px;
  margin-top: 34px;
  margin-bottom: 0px;
}
.rdico p {
  font-size: 10px;
  font-weight: lighter
}
.mb-6a {
  margin-bottom: 1.2rem
}
.rdata:before {
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  width: 1px;
  height: 80%;
  background-color: #9f9f9f;
  z-index: 1;
  opacity: 0.2;
}

@media (max-width: 768px) {
  
.rd-f {
  float: left;
  font-size: 0.625925rem;
  line-height: 0.625925rem;
  color: #e5e5e5;
  margin-right: 10px;
  padding-top: 8px;
}  
  
  .rd-r{margin-right: 10px}  
  
  .rd-r p{ line-height: 1.2}  
  
  
  
  
.fot-plan .c-fluid {
  padding: 0
}
.mess {
  padding: 0.555555rem 15px 0rem;
}
.mess input[type="text"], .mess textarea {
  width: 100%
}
.rdata {
  padding: 0.888888rem 0.277777rem 0.655555rem;
}
.rdata:before {
  content: '';
  position: absolute;
  top: 10%;
  left: 0;
  width: 0px;
  height: 80%;
  background-color: #9f9f9f;
  z-index: 1;
  opacity: 0.2;
}
}
/*** 

====================================================================
	首页底部
====================================================================

***/



.footer {
  padding: 0
}
.footer {
  width: 100%;
  position: relative;
  background: url("static/index/css/images/fbg2.png") no-repeat center;
  background-size: cover;
}
.footer .top {
  max-width: 1475px;
  width: 96%;
  margin: 0 auto;
  position: relative;
  padding: 62px 0 36px;
}
.footer .back-top {
  display: none;
}
.footer .footer-nav {
  /*    padding-right: 165px;*/
  margin: 0 auto;
  width: 56%;
  font-size: 0;
}
.footer .footer-nav dl {
  font-size: 14px;
  display: inline-block;
 *display: inline;
 *zoom: 1;
  vertical-align: top;
  width: 18%;
 *width: 17.9%;
}
.footer .footer-nav dl dt {
  font-size: 18px;
  color: #000;
  margin-bottom: 18px;
}
.footer .footer-nav dl dd ul li {
  font-size: 16px;
  line-height: 2.5;
}
.footer .footer-nav dl dd ul li a:hover {
  color: #e10032;
}
.footer .footer-nav dl.double {
  width: 28%;
}
.footer .footer-nav dl.double dd ul {
  float: left;
  width: 75%;
 *width: 74.9%;
}
.footer .footer-nav dl.double dd ul:first-child {
  width: 25%;
}
.footer .consultation {
  position: absolute;
  right: 0;
  top: 60px;
  width: 165px;
}
.footer .consultation .title {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  height: 35px;
  width: 160px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #ec5735 url("static/index/css/img/btn_bg.jpg") left top repeat-y;
}
.footer .consultation .cont {
  margin-top: 20px;
}
.footer .consultation .cont .sale-before, .footer .consultation .cont .sale-after {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  display: block;
}
.footer .consultation .cont .sale-before span, .footer .consultation .cont .sale-after span {
  display: block;
}
.footer .consultation .cont .sale-after {
  margin-top: 10px;
}
.footer .consultation .cont .tel {
  font-size: 20px;
  font-weight: bold;
  color: #e10032;
  outline: none;
}
.footer .consultation .sharebox {
  margin-top: 10px;
}
.footer .consultation .sharebox .bdsharebuttonbox .bds_weixin {
  background: url("static/index/css/img/share_weixin.png") center no-repeat;
}
.footer .consultation .sharebox .bdsharebuttonbox .bds_tsina {
  background: url("static/index/css/img/share_sina.png") center no-repeat;
}
.footer .bottom {
  border-top: 1px solid #e4e4e4;
}
.footer .bottom .bottom-in {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 43px;
}
.footer .bottom .bottom-in ul {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
}
.footer .bottom .bottom-in ul li {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 18px;
}
.footer .bottom .bottom-in ul li a {
  color: #999;
}
.footer .bottom .bottom-in .copyright {
  text-align: center;
}
.ftit {
  font-size: 0.518518rem;
  font-weight: bold;
  color: #fff;
  padding-top: 1.296296rem;
  padding-bottom: 0.370370rem
}
/*
.social-list {
  overflow: hidden
}
*/
.social-list li {
  display: inline;
  float: left;
  margin-right: 15px;
}
.social-list li a {
  height: 44px;
  width: 44px;
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 44px;
}
.social-list li:nth-child(1) a {
  background-color: #545bab
}
.social-list li:nth-child(2) a {
  background-color: #06b048
}
.social-list li:nth-child(3) a {
  background-color: #d57416
}
.social-list li:nth-child(4) a {
  background-color: #cf5541
}
.purple {
  background-color: #545bab
}
.social-list li a span {
  font-size: 24px;
  line-height: 44px;
}
.social-list li p {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-top: 5px
}
.social-list li a:hover {
  background: linear-gradient(45deg, #fce187, #d7a808) !important;
}

@media screen and (max-width: 1366px) {
.footer .bottom .bottom-in {
  line-height: 1.6;
  padding: 15px 0;
}
.footer .bottom .bottom-in ul {
  position: static;
  text-align: center;
  margin-bottom: 5px;
}
.footer .bottom .bottom-in .copyright {
  text-align: center;
}
}

@media screen and (max-width: 1024px) {
.pl-0 {
  padding-left: 15px!important
}
.pr-0 {
  padding-right: 15px!important
}
.footer .top {
  padding-bottom: 20px;
}
.footer .top .footer-nav {
  width: 80%;
  padding-right: 0;
}
.footer .top .consultation {
  position: static;
  width: 80%;
  margin: 0 auto;
}
.footer .top .consultation .title {
  display: none;
}
.footer .top .consultation .cont .sale-before, .footer .top .consultation .cont .sale-after {
  float: left;
  width: 50%;
 *width: 49.9%;
  text-align: center;
  font-weight: normal;
}
.footer .top .consultation .cont .sale-before span, .footer .top .consultation .cont .sale-after span {
  font-size: 18px;
}
.footer .top .consultation .cont .sale-after {
  margin: 0;
}
.footer .top .consultation .cont .tel {
  font-size: 20px;
  font-weight: normal;
}
.footer .top .consultation .sharebox {
  margin-top: 5px;
}
.footer .top .consultation .sharebox .bdsharebuttonbox {
  text-align: center;
}
.footer .top .consultation .sharebox .bdsharebuttonbox a {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  float: none;
  position: relative;
  left: -25%;
  margin: 0;
 *float: left;
 *left: 22%;
}
.footer .top .consultation .sharebox .bdsharebuttonbox .bds_tsina {
  left: 25%;
 *left: 72%;
  margin-left: -32px;
}
}

@media screen and (max-width: 768px) {
/*
.footer {
    border-top: 1px solid #e1e1e1;
}
*/
.footer .top {
  padding-top: 20px;/*	padding-bottom: 200px;*/
}
.footer .top .footer-nav {
  width: 95%;
  padding-right: 0;
}
.footer .top .back-top {
  width: 30px;
  height: 43px;
  display: block;
  margin: 0 auto 20px;
  text-indent: -999em;
  overflow: hidden;
  background: url("static/index/css/img/backtop.png") center no-repeat;
  background-size: cover;
}
.footer .top .footer-nav dl {
  display: block;
  width: auto;
  padding: 5px 0;
}
.footer .top .footer-nav dl dt {
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  background: url("static/index/css/images/footer_add.png") 98% center no-repeat;
  background-size: auto 64%;
  -webkit-background-size: auto 64%;
  -o-background-size: auto 64%;
  -moz-background-size: auto 64%;
  opacity: 1;
}
.footer .top .footer-nav dl dt.on {
  background-image: url( "static/index/css/images/footer_add_on.png");
}
.footer .top .footer-nav dl dd {
  display: none;
}
.footer .top .footer-nav dl dd ul {
/*padding-left: 1em;*/
}
.footer .top .footer-nav dl.double dd ul {
  float: none;
  width: auto;
}
.footer .top .consultation {
  width: 98%;
}
.footer .bottom .bottom-in {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.footer .bottom .bottom-in ul {
 *width: 100%;
  margin-left: -1px;
}
.footer .bottom .bottom-in ul li {
  width: 33.33%;
 *width: 33.23%;
  margin: 0 0 10px;
  line-height: 24px;
}
.footer .bottom .bottom-in ul li a {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  width: 100%;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
}
.footer .footer-nav {
  margin: 0 auto;
  width: 95%;
  font-size: 0;
}
.social-list {
  overflow: hidden;
  margin-bottom: 20px;
}
}

@media(max-width: 1720px) {
.col-lgs-6 {
  width: 100%!important
}
}

@media(max-width: 1664px) {
.fot-plan .c-fluid {
  padding: 0 8%;
}
}

@media (max-width: 1336px) {
.fot-plan .c-fluid {
  padding: 0 4%
}
}

@media(max-width: 1199px) {
.pl-0 {
  padding-left: 15px!important
}
.pr-0 {
  padding-right: 15px!important
}
}
/*========================================*/
/*------------- [_小程序] ---------------*/
/*========================================*/


.section-content {
  position: relative
}
.topab {
  position: absolute;
  top: -54px;
  left: 0;
  right: 0;
  z-index: 888;
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media(max-width: 768px) {
.topab {
  position: inherit;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 1;
}
}
.service-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
 
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.service-box:hover {
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.service-box .service-content a{cursor:default; }


.service-icon {
  position: relative;
  padding: 48px;
}
.service-icon span {
  font-size: 48px;
  /* margin-top: 30px;
	  margin-bottom: 30px;
	*/
  display: inline-block;
  color: #0c59db;
}
.service-icon .spcol2 {
  color: #fa8c0a
}
.service-icon .spcol3 {
  color: #12d151
}
.service-icon .spcol4 {
  color: #f7410e
}
.service-box .service-content .title h3 {
  font-size: 18px;
  color: #272b31;
  font-weight: bold;
  margin-bottom: 7px;
}
/*
.service-box:before {
  content: "";
  background: linear-gradient(45deg, #ffba21, #ffd64d);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
*/

.service-box:after {
  position: absolute;
  background: url(static/index/css/images/bg/1.jpg);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
/*
.service-box:hover:before, .service-box:hover:after {
  opacity: 1;
}
*/


.service-box:hover .service-icon span:before {
  position: relative;
  z-index: 2;/* color: #fff;*/
}
.service-box:hover .service-content .title h3 {
  /*  color: #fff;*/
  position: relative;
  z-index: 2;
}
.service-box:hover .service-content .para p {
  position: relative;
  z-index: 2;/*  color: #fff;*/
}
.pto-39 {
  padding-top: 3.9rem;
}
.service-icon span {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 70px;
  width: 70px;
  background: #fff;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  z-index: 1;
  box-shadow: 0px 10px 30px 0px rgba(191, 191, 191, 0.6);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-icon span::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
  opacity: 0.54;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-icon:hover span {
  background: #EE3B24;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.ser-box {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.ser-box:hover {
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ser-icon span:before {
  font-size: 60px;
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 35px;
  color: rgba(6, 12, 34, 0.85);
}
.ser-box .ser-content .title h3 {
  font-size: 20px;
  color: #272b31;
  font-weight: bold;
  margin-bottom: 10px;
}
.ser-box .ser-content .para {
  font-size: 13px;
}
.ser-box .ser-content .para p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ser-box:before {
  content: "";
  background: rgba(24, 49, 95, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.ser-box1:after{
	background: url(static/index/css/images/m1.jpg);
}

.ser-box2:after{
	background: url(static/index/css/images/m10.jpg);
}


.ser-box3:after{
	background: url(static/index/css/images/m2.jpg);
}

.ser-box4:after{
	background: url(static/index/css/images/m3.jpg);
}


.ser-box5:after{
	background: url(static/index/css/images/m7.jpg);
}

.ser-box6:after{
	background: url(static/index/css/images/m9.jpg);
}

.ser-box7:after{
	background: url(static/index/css/images/m8.jpg);
}

.ser-box8:after{
	background: url(static/index/css/images/m5.jpg);
}

.ser-box9:after{
	background: url(static/index/css/images/m4.jpg);
}

.ser-box10:after{
	background: url(static/index/css/images/m6.jpg);
}
















.ser-box:after {
  position: absolute;

  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}





.ser-box:hover:before, .ser-box:hover:after {
  opacity: 1;
}
.ser-box:hover .ser-icon span:before {
  position: relative;
  z-index: 2;
  color: #fff;
}
.ser-box:hover .ser-content .title h3 {
  color: #fff;
  position: relative;
  z-index: 2;
}
.ser-box:hover .ser-content .para p {
  position: relative;
  z-index: 2;
  color: #fff;
}
.xcx .plan-l {
  min-height: 8.333333rem;
}
.xcx .plan-l ul {
  width: 100%
}
.xcx .plan-l ul li {
  margin-bottom: 0.8rem;
}
.xcx .plan-l ul li:not(:last-child) {
  margin-bottom: 0;
}
.xcx .plan-l ul li:first-child ~ li {
  margin-bottom: 0.8rem;
}

@media ( min-width : 768px) {
.col-sm-5ths {
  width: 20%;
  float: left;
}
  
  
}

@media ( min-width : 992px) {
.col-md-5ths {
  width: 20%;
  float: left;
}
}

@media ( min-width : 1200px) {
.col-lg-5ths {
  width: 20%;
  float: left;
}
}
.kf .heading h2, .kf .heading p {
  color: #fff
}
.kf .heading h2 span {
  background: -webkit-linear-gradient(left, #fff, transparent);
  background: linear-gradient(to right, #fff, transparent);
}
.kf .heading h2 .xspan {
  background: -webkit-linear-gradient(right, #fff, transparent);
  background: linear-gradient(to left, #fff, transparent);
}

@media screen and (max-width: 768px) {
.p-8 {
  padding-left: 8px!important;
  padding-right: 8px!important;
}
/*
.mbbo {
  margin-bottom: 1rem!important
}
*/
.counter-box .countera {
  font-size: 18px;
  font-weight: 700;
  color: #01133c;
}
  
.service-box {
  background: #fff;
  padding: 0;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;  
  
  box-shadow: none;
  
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}  
  
  .heading h2{margin-bottom: 0.7rem}  
  
  .column-4{padding-bottom:.8rem}
  
  .service-box .service-content .title h3{font-size: 14px;}
  
  .counter-box {
    display: flex;
    align-items: center;
    margin-bottom: .3rem;
}
  .mt40 {
    margin-top: 0.24074rem;
    margin-bottom: 0.94074rem;
}
  
}
