*{
	margin: 0;
	padding: 0;

}

.small-tit{

    width: 100%;
    font-size: 25px;
    text-align: center;
    padding: 40px 5% 20px 5%;


}

.dealPromber{
	padding: 0 200px;
}
.dealPromber p{
	font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dealPromber .advantage{
	font-size: 14px;
	color: #8B8B8B;
}
.dealPromber .col-sm-4{
	padding: 50px 0;
	border-right: 1px solid #EBF0F3;
	border-bottom: 1px solid #EBF0F3;
}
.dealPromber a{
	font-size: 16px;
	color: #666666;
}
.dealPromber a:hover{
	text-decoration: underline;
}
.bg{
	width: 100%;
	height: auto;
	background: rgba(241,241,245,1);
	margin-top: 60px;
	padding-bottom: 50px;
}

.imgwrapper>img{
	width: 100%;
	height: 400px;
	margin-top: 60px;
}
.iconwrapper img{
	width: 76px;
	height: 67px;
}
.pic{
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin-top: 20px;
	border-radius: 2px;
}

figure{
	background-color: #002f7e;
	position: relative;
	width: auto;
}
figure img{
	opacity: 0.6;
}

figure img{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;


}

figcaption{
	width: 100%;
	height: auto;
	position: absolute;
	top: 30%;
	left: 0;
}
figcaption h2,figcaption p{
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

figure:hover img{transform: scale(1.2)}

.join{
	width: 90%;
	height: 242px;
	background-image: url(../img/blog/food.png);
	background-size: cover;
	margin: 0 5% 20px 5%;
}
.join p{
	font-size: 18px;
	width: 100%;
	text-align: center;
	padding-top: 70px;
	color: #FFFFFF;

}
.join button{
	width: 10%;
	height: 40px;
	margin: 10px 45% 0 45%;
	background: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.next{
	margin-top: 60px;
}
.more{
	width: 10%;
	height: 40px;
	border: 1px solid #45C900;
	margin: 0px 45% 0 45%;
	background: transparent;
}
.step p{
	text-align:center;
}
button:hover{
	background-color:rgba(209,209,209,1);
}

.step div{
	width: 20%;
	height: auto;
	float: left;
}
.step img{
	display: block;
	margin: auto;
}
.videobox{
	margin: 0 25%;
	width: 50%;
}
.casebox{
	width: 100%;
	height: auto;
	border: 1px solid #8e888829;
	margin: 10px 0 0 2%;
	float: left;
	position: relative;
	background: rgba(255,255,255,1);
}
.casebox:hover .hoverbox{
	display: block;
}
.casebox div:first-child{
	width: 80%;
    height: 60%;
    margin: 10%;
}
.casebox div:first-child img{
	width: 100%;
	height: 100%;

}
.casebox p{
	text-align: center;
}

.artibox{
	height:auto;
	margin: 20px 0 10px 2%;
	float: left;

}
.artibox>div{
	width: 100%;
	height: 80%;
	position: relative;
	display: inline-block;

}
.artibox>div>img{
	width: 100%;
	height: 100%;
}
.artibox>p{
	margin-top: 5px;
}
.titbg{
	width: 100%;
	height: 40px;
	background:rgba(30,34,32,0.6) ;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	font-size: 16px;
	position: absolute;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}
.usebtn{
	width: 10%;
	height: 30px;
	background: transparent;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	position: absolute;
	top:300px ;
	left:45% ;
	letter-spacing: 5px;
	font-size: 14px;
}
.bigtit{
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	position: absolute;
	top:230px ;
	left: 0;
}

.hoverbox{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(14,27,26,0.5);
	top: 0;
	left: 0;
	display: none;
}
.hoverbox img{
	width: 80%;
	height: 69%;
	margin: 15% 10% 0 10%;
}
.random-prod h3{
	width: 100%;
	position: absolute;
	top: 30px;
	left:0;
	color: #FFFFFF;
}
.random-prod p{
	width: 80%;
	position: absolute;
	top: 70px;
	left: 10%;
	color: #FFFFFF;
	display: none;
}
.random-prod:hover p{

	display: block;

}
.random-prod:hover img{

	opacity: 0.6;

}
@media (min-width: 1120px) {

	.step p{
		font-size: 20px;
	}
	.step{
		width: 80%;
		height: 500px;
		margin: 0 10% 0 10%;
	}
}
@media (max-width: 767px) {

	.dealPromber{
		padding: 0 50px;
	}
	.dealPromber .col-sm-4{
		border: none;
	}
	.imgwrapper{
		width:100% ;
		margin-left: 0;
	}

	.join button{
		width: 30%;
		height: 40px;
		margin: 10px 35% 0 35%;
		background: transparent;
		border: 1px solid #FFFFFF;
		color: #FFFFFF;
		font-size: 10px;
	}
	.next img{
		width: 30px;
		height: 30px;
		margin-top: 20px;
	}
	.step p{
		text-align: center;
		font-size: 10px;
	}
	.step{
		width: 100%;
		height: 250px;
		margin: 0;
	}
	.next{
		margin-top: 15px;
	}
	.more{
		width: 25%;
		height: 40px;
		border: 1px solid #45C900;
		margin: 0 45% 0 38%;
		background: transparent;
	}
	.videobox{
		width: 100%;
		margin: 0;
	}
	.hoverbox img{
		height: 55%;
		margin-top: 30%;
	}
	.casebox p{
		height: 40px;
	}
}
#quick_section >div{
	height: 120px;
}
