/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#hehuo h3{
	margin-top: -3%;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
}
#hehuo .div-info{
	color: #666666;
	margin-top: 26px;
	font-size: 14px;
}
#hehuo .hehuo-margin{
	margin-top: 56px
}


/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 30px;
  margin: 0px 30px 30px 30px;
  transition: all 0.8s ease-in-out;
  border-radius: 86px;
  border: 1px solid #666666;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #2067CF;
  border: none;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
/*--------------------------------------------------------------
/* 为什么选择我们 */
.we-check{
	background-image: url(assets/img/home/we/we.png);
	width: 100%;
	height: 798px;
	text-align: center;
}
.we-title{
	padding-top: 48px;
	font-size: 30px;
	color: #333333;
	font-weight: 700;
}
.we-content{
	padding-top: 24px;
	margin-bottom: 109px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
}
.we-left{
	position: relative;
	top: -50px;
	text-align: right;
	width: 80%;
	margin-left: 20%;
}
.we-left-title{
	font-size: 24px;
	font-weight: 700;
	color: #333333
}
.we-left-content{
	margin-top: 6px;
	font-size: 16px;
	color: #666666
}
/* .we-left-title-one{
	font-size: 24px;
	font-weight: 700;
	color: #333333
}
.we-left-content-one{
	font-size: 16px;
	font-weight: 400;
	color: #666666
}
.we-left-title-two{
	font-size: 24px;
	font-weight: 700;
	color: #333333
}
.we-left-content-two{
	font-size: 16px;
	color: #666666
} */
.we-right{
	position: relative;
	top: -50px;
	text-align: left;
	width: 80%;
	margin-right: 10%;
}
.we-right-title{
	font-size: 24px;
	font-weight: 700;
	color: #333333
}
.we-right-content{
	margin-top: 6px;
	font-size: 16px;
	color: #666666
}
/* .we-right-title-one{
	font-weight: 700;
	font-size: 24px;
	color: #333333
}
.we-right-content-one{
	font-size: 16px;
	color: #666666
}
.we-right-title-two{
	font-size: 24px;
	font-weight: 700;
	color: #333333
}
.we-right-content-two{
	font-size: 16px;
	color: #666666
} */
/*--------------------------------------------------------------
/* 来看看我们是怎么服务的 */
.server-before-title{
	line-height: 100%;
	padding-top: 54px
}
.server-before-content{
	margin-top: 16px;
	line-height: 120%;
	text-align: center;
	width: 80%;
	margin-left: 10%
}

/*小程序流程*/
.applet-layout{
	text-align: center;
	display: flex;
}

.applet-layout .icon-box{
	position: relative;
	overflow: hidden;
	box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.8s ease-in-out;
	z-index: 1;
	text-align: center;
}

.applet-layout .icon-box::before {
  content: '';
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.8s;
  z-index: -1;
}

.applet-layout .icon-box:hover::before {
  background: #2067CF;
  top: 0;
  border-radius: 0px;
}

.applet-layout .icon-box:hover .appletTitle{
  color: #FFFFFF;
}

.applet-layout-div{
	border-radius: 0.5rem;
	background-color: #EEEEEE;
	width: 10%;
	height: 18rem;
	margin: 0px 1rem;
}
.applet-layout-div-change{
	border-radius: 0.5rem;
	background-color: #2067cf;
	width: 10%;
	height: 18rem;
	margin: 0px 1rem;
}
.applet-layout-icon{
	padding-top: 60%;
}
.applet-layout-icon-change{
	padding-top: 30%;
}
.applet-layout-img{
}
.applet-layout-content{
	padding-top: 1.125rem;
	padding-bottom: 1.875rem;
}
.applet-layout-content-change{
	color: #FFFFFF;
	padding-top: 1.125rem;
	padding-bottom: 0.8rem;
}
.applet-layout-info{
	font-size: 0.875rem;
	color: #ffffff;
}
.applet-layout-line{
	height: 2px;
	width: 50%;
	margin: 0px auto;
	background-color: #FFFFFF;
}
.applet-layout-line-change{
	height: 2px;
	width: 50%;
	margin: 30% auto;
	background-color: #FFFFFF;
}
/* 准备好了吗? */
.ready-btn{
	border-radius: 3.875rem;
	padding: 12px 20px;
	width: 22%;
	font-size: 20px;
}
.ready-bg{
	background: #2067cf;
	color: #FFFFFF;
}
.ready-border{
	border: 1px solid #2067cf;
	color: #2067cf;
}