*{
	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;
}
@media (min-width: 768px){
	.centericon {
				width: 33%;
		}
}
@media (min-width: 1170px){
	.centericon1 {
				width: 20%;
		}
}
.dealPromber{
		padding: 0 18.75%;
}
.dealPromber2{
		padding: 0 18.75%;
}
.dealPromber3{
		padding: 0 18.75%;
}
.dealPromber3 p{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}
@media (max-width: 767px){
		.dealPromber,.dealPromber2, .dealPromber3 {
				padding: 0;
		}
}
.create-get-list{
	margin-top: 80px;
	overflow: hidden;
}
.create-get-list .item{
	margin-bottom: 40px;
}
.item .ico{
	display: inline-block;
	width: 100px;
	height: 100px;
	background-color: #ebf2fe;
	border-radius: 100%;
	-webkit-border-radius:100%;
}
.item .ico span{
	display: table-cell;
	width: 100px;
	height: 105px;
	text-align: center;
	vertical-align: middle;
}
.item .ico img{
	display: inline-block;
	width: 40px;
	height: auto;
}
.arow_r{
	width: 35px;
	height: 19px;
	position: absolute;
	right: -35px;
	top: 48px;
}
.arow_d{
	position: absolute;
	display: none;
	width: 35px;
	height: 19px;
	left: 50%;
	margin-left: -17px;
	top: 200px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
.home-section {
	 text-align: center;
}
.function1{
	border-bottom:1px solid #ddd;
}
.function2{
	border-bottom:1px solid #ddd;
}
.function3{
	border-bottom:1px solid #ddd;
}
.function4{
	border-bottom:1px solid #ddd;
}
.function5{
	border-bottom:1px solid #ddd;
}
.function6{
	border-bottom: none;
}
@media (min-width: 768px) {
.function1{
	border-right:1px solid #ddd;border-bottom:1px solid #ddd;
}
.function2{
	border-right:none;border-bottom:1px solid #ddd;
}
.function3{
	border-right:1px solid #ddd;border-bottom:1px solid #ddd;
}
.function4{
	border-right:none;border-bottom:1px solid #ddd;
}
.function5{
	border-bottom: none;border-top:none;border-right:1px solid #ddd;
}
.function6{
	border-bottom: none;border-top:none;border-right:none;
}
}
/* .warp.container {
width: 70%;
} */
@media (min-width: 1200px) {
/* .warp.container {
width: 70%;
} */
.function1{
	border-right:1px solid #ddd;border-bottom:1px solid #ddd;
}
.function2{
	border-right:1px solid #ddd;border-bottom:1px solid #ddd;
}
.function3{
	border-right: none;border-bottom:1px solid #ddd;
}
.function4{
	border-bottom: none;border-top:none;border-right:1px solid #ddd;
}
.function5{
	border-bottom: none;border-top:none;border-right:1px solid #ddd;
}
.function6{
	border-bottom: none;border-top:none;border-right:none;
}
}
.create-get-box {
	padding-top: 0px;
}
.home-section>div,
.home-section>ul {
	margin-left: auto;
	margin-right: auto
}
.home-what-title {
	height: 36px;
	background-repeat: no-repeat
}

.home-what-title.doc-title {
	/*width: 480px;*/
}
.create-get-list .item .text {
	color: #666;
	line-height: 24px;
	font-size: 16px;
	margin-top: 16px;
}
.ellips_line2 {
	-webkit-line-clamp: 2;
}
.ellips_line3 {
	-webkit-line-clamp: 3;
}
.ellips_line4 {
	-webkit-line-clamp: 4;
}
.ellips_line2,
.ellips_line3,
.ellips_line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
	.create-get-list .arow_r {
		display: inline-block;
	}
	.create-get-list .arow_d {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.container {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 999px) {
	#newti{
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.t_margin{
		margin-left: 0px !important;
	}
}
@media only screen and (max-width: 767px) {
	.r_margin{
		margin-left: 0px !important;
	}
}
@media only screen and (max-width: 991px) {
	.a_margin{
		margin-left: 0px !important;
	}
}
@media (max-width: 767px) {
	.create-get-list .arow_r {
		display: none;
	}
	.create-get-list .arow_d {
		display: inline-block;
		margin-top: 25px;
	}
	.addTop{
		margin-top: 30px;
	}
}
.sceneImg{
	width: 112px;
	height: 112px;
}
.sceneText{
	margin-top: 20px;
	font-size: 18px;
}
.questionImg{
	width: 120px;
	height: 120px;
}
.functionImg{
	width: 120px;
	height: 100px;
}
.numText1{
	color:#3D9CDF;width:100%;margin-top:24px;font-size:32px;text-align:center
}
.numLine{
	background-color:#ccc;width:20%;margin-left:40%;height:2px;margin-top:22px;display: none;
}
.numText2{
	color:#333;width:100%;margin-top:20px;font-size:18px;text-align:center
}
.numBox{
	background-color: #fff;height:150px;margin-top: 25px;border-right:1px solid #eee
}
.setFont p a{
	font-size: 14px;
}
.setFont p{
	font-size: 18px;
}
p{
	margin-top:10px;
}
.nav_act{
	color:rgb(0,149,213) !important;
}
.p_box{
	background-color:white;margin-top:-50px;z-index:2;border:1px solid #ddd;
}
.free_experience{
	padding: 5px 20px;color: rgb(0,149,213);font-size:18px;margin-top:30px;background:transparent;border: 1px solid rgb(0,149,213);
}
.free_experience:hover{
	background: #3997d5;
}
.margin_top_20px{
	margin-top:20px
}
.margin_top_50px{
	margin-top:50px;
}
.margin_top_10px{
	margin-top:10px
}
.margin_top_10px p{
	font-size:16px;color:#666;
}
.text_center_margin_top_50px{
	text-align: center;margin-top:50px;
}
.margin_top_50px p{
	font-size: 18px; margin-top: 20px; color: #535E66;
}
.padding_30_0{
	padding-bottom:30px;padding-top:30px
}
.padding_30_0 .function_p1{
	font-weight: bold;font-size:22px;color:#333
}
.padding_30_0 .function_p2{
	color:#666;font-size:14px;margin-top:16px;
}
.padding_30_0 .function_p3{
	padding: 0 15px;color:#666;font-size:14px
}
.r_body{
	background: rgb(204,224,247); padding: 50px 0 80px;margin-top:50px;
}
.r_child_1{
	border-right:none;background:#fff;padding:25px;border:1px solid #ddd;height:100%;
}
.r_child_2{
	border-right:none;background:#fff;padding:25px;border:1px solid #ddd;height:100%;margin-left:12%
}
.r_p_2{
	font-size:14px;margin-top:32px
}
.r_p_3{
	padding: 0 15px;font-size:14px
}
.r_p_1{
	font-weight: bold;font-size:24px;
}
.w_60_h_60{
	width: 60px; height: 60px;
}
.q_body{
	background: rgb(204,224,247); padding: 0px 0 80px;margin-top:-400px
}

.show_pc{
	display: block !important;
}
.show_phone{
	display: none !important;
}
@media only screen and (max-width: 767px) {
	.show_pc{
		display: none !important;
	}
	.show_phone{
		display: block !important;
	}
	.height_160px{
		height: 100px !important;
	}
	.numText1{
		color:#3D9CDF;width:100%;margin-top:12px;font-size:15px;text-align:center
	}
	.numLine{
		background-color:#ccc;width:20%;margin-left:40%;height:1px;margin-top:20px
	}
	.numText2{
		color:#333;width:100%;margin-top:20px;font-size:10px;text-align:center
	}
	.numBox{
		background-color: #fff;height:100px;border-right:1px solid #eee;margin-top: 0px;padding: 0;
	}
	.margintop_20{
		margin-top: 20px !important;
	}
	.m_top_btm_10px{
		margin-top: 25px !important;
		margin-bottom: 32px !important;
	}
	.m_0px{
		margin-top: 0px !important;
	}
	.pad_top_20px{
		padding-top: 20px !important;
	}
	.border_none{
		border: none !important;
	}
	.r_body {
    background: #fff;
    padding: 0;
    margin-top: 0px;
	}
	.r_child_2 {
    border-right: none;
    background: #fff;
    padding: 0px;
    border: none;
    height: 100%;
    margin-left: 0;
	}
	.r_child_1 {
    border-right: none;
    background: #fff;
    padding: 0px;
    border: none;
    height: 100%;
	}
	.r_p_1 {
    font-weight: bold;
    font-size: 20px;
	}
	.r_p_2 {
    font-size: 12px;
    /* margin-top: 32px; */
    width: 110px;
    margin: 0 auto;
    margin-top: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	}
	.r_p_2_1{
		width: 110px;
	}
	.r_p_2_2{
		width: 120px;
	}
	.r_p_2_3{
		width: 120px;
	}
	.r_p_3 {
    padding: 0;
    font-size: 12px;
    width: 86px;
    margin: 0 auto;
    margin-top: 10px;
		overflow: hidden;
	  text-overflow:ellipsis;
	  white-space: nowrap;
	}
	.r_p_3_1{
		width:110px;
	}
	.r_p_3_2{
		width:124px;
	}
	.m_top_32px{
		margin-top: 20px !important;
	}
	.m_top_36px{
		margin-top: 21px !important;
	}
	.mar_t_15px{
		margin-top: 15px !important;
	}
	.mar_t_13px{
		margin-top: 13px;
	}
}
