.jumbotron{
	margin-bottom: 0;
	padding: 0;
	margin-top: 50px;
}

.container-fluid{
	position: relative;
	width: 100%;
	height: 650px;
	background: linear-gradient(to left top, #4042eb,#3807cc);
}

.container-fluid .container{
	color: #fff;
}

.container .indexBox_l{
	padding-top: 10px;
}

.container .indexBox_r{
	padding: 50px 0 0 0;
}

.container .indexBox_r img{
	width: 85%;
	margin: 0 auto;
}

.container h3{
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}

.container h2{
	font-size: 36px;
	margin: 0;
	text-align: center;
}

.container .indexBox_btn{
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	border: 2px solid #fff;
	border-radius: 2px;
	text-decoration: none;
	margin: 20px auto 0 auto;
}

.container .indexBox_btn:hover{
	background: #fff;
	color: #3388ff;
}

.container .indexBox_l p{
	font-size: 16px;
	padding-top: 10px;
	text-align: center;
}

.productBox{
	text-align: center;
	margin-top: 30px;
}

.public_title{
	font-size: 18px;
	color: #333;
}

.public_line{
	display: block;
	width: 180px;
	height: 1px;
	background: #007aff;
	margin: 0 auto 25px auto;
}

/* 移动端产品目标 */
.productAim{
	margin: 20px auto 0 auto;
}

.indexService_item{
	border: 2px solid #3388ff;
	width: 95%;
	margin: 10px;
	border-radius: 10px;
}

.indexService_item:last-child{
	margin-right: 0;
}

.indexService_item svg{
	display: block;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 60px;
	height: 60px;
	color: #3388ff;
}

.indexService_item .caption h3{
	text-align: center;
	font-size: 18px;
	color: #3388ff;
	font-weight: 700;
}
.container .indexBox_l h4{
		font-size:16px;
		line-height:30px;
	}
.indexService_item .caption p{
	padding: 5px 10px 0 10px;
	color: #555;
	line-height: 24px;
	display: block;
	text-align: left;
	font-size: 15px;
}

/* 八大功能 */

.productBox-fun{
	margin-top: -40px;
}

.productBox-fun2{
	margin-top: 20px;
}

.productBox-bg{
	background: #f9fafc;
}

.productBox-bg .public_title{
	padding-top: 30px;
}

.indexService_item2{
	margin-top: 20px;
	background: #fff;
	width: 48%;
	margin-left: 6px;
	padding-bottom: 20px;
	box-shadow: 2px 2px 10px #eee;
	border-radius: 5px;
	height:220px;
	text-align: left;
}
.indexService_item2 p{padding-top:10px;}
.indexService_item2:last-child{
	margin-bottom: 30px;
}

.indexService_item2 svg{
	display: block;
	margin: 20px auto 0 auto;
	text-align: center;
	width: 50px;
	height: 50px;
	color: #3388ff;
}

.indexService_item2 i{
	display: block;
	text-align: center;
	color: #555;
	text-align: center;
	font-style: normal;
	font-size: 18px;
	font-weight: 700;
	padding-top: 10px;
}

/* 四大优势 */
.productAdv{
	margin-top: 40px;
}

.public_txt{
	margin-top: -15px;
}

.productAdv_list i{
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #3388ff;
	border-radius: 5px;
	margin-right: 10px;
}

.productAdv_list h5{
	text-align: left;
	font-weight: 700;
	font-size: 16px;
	color: #3388ff;
}

.productAdv_list p{
	text-align: left;
	font-size: 15px;
	line-height: 26px;
}

@media (min-width: 1200px) {
	.jumbotron{
		margin-bottom: 0;
		padding: 0;
		margin-top: 0;
	}
	
	.container-fluid{
		position: relative;
		width: 100%;
		height: 580px;
		background: linear-gradient(to left top, #4042eb,#3807cc);
	}
	
	.container-fluid .container{
		color: #fff;
	}
	
	.container .indexBox_l{
		padding-top: 150px;
	}
	.container .indexBox_l h4{
		font-size:16px;
		line-height:30px;
	}
	.container .indexBox_r{
		padding: 110px 0 0 50px;
	}
	
	.container .indexBox_r img{
		width: 100%;
		float: right;
	}
	
	.container h3{
		font-size: 20px;
		line-height: 30px;
		text-align: left;
	}
	
	.container h2{
		font-size: 52px;
		margin: 0;
		text-align: left;
	}
	
	.container .indexBox_btn{
		display: block;
		width: 160px;
		height: 56px;
		text-align: center;
		color: #fff;
		font-size: 16px;
		line-height: 56px;
		border: 2px solid #fff;
		border-radius: 2px;
		margin: 40px 0 0 0;
		text-decoration: none;
	}
	
	.container .indexBox_btn:hover{
		background: #fff;
		color: #3388ff;
	}
	
	.container .indexBox_l p{
		font-size: 16px;
		padding-top: 10px;
		text-align: left;
	}
	
	.public_title{
		font-size: 22px;
		color: #333;
	}
	
	.public_line{
		display: block;
		width: 180px;
		height: 1px;
		background: #007aff;
		margin: 0 auto;
	}
	
	/* 产品目标 */
	.productAim{
		margin: 30px auto 0 auto;
	}
	
	.indexService_item{
		width: 271px;
		height: 300px;
		border: 2px solid #3388ff;
		transform: translate(0);
		transition: transform .3s, box-shadow .3s;
	}
	
	.indexService_item:last-child{
		margin-right: 0;
	}
	
	.indexService_item svg{
		display: block;
		margin: 20px auto 0 auto;
		text-align: center;
		width: 60px;
		height: 60px;
		color: #3388ff;
	}
	
	.indexService_item .caption h3{
		text-align: center;
		font-size: 18px;
		color: #333;
	}
	
	.indexService_item .caption p{
		padding: 5px 10px 0 10px;
		color: #999;
		line-height: 24px;
		display: block;
	}
	
	.indexService_item:hover{
		background: linear-gradient(to left top, #006fff, #48d4f0);
		border: none;
		transform: translate(0,-5px);
		box-shadow: 0 5px 20px 2px rgba(0,0,0,0.2);
	}
	
	.indexService_item:hover svg{
		color: #fff;
	}
	
	.indexService_item:hover .caption h3{
		color: #fff;
	}
	
	.indexService_item:hover .caption p{
		color: #fff;
	}
	
	.productBox .container p{
		text-align: left;
		font-size: 14px;
		color: #999;
		text-indent: 30px;
		text-align: justify;
	}
	.productBox-bg{
		background: #f9fafc;
	}
	
	.productBox-bg .public_title{
		padding-top: 30px;
	}
	
	.indexService_item2{
		margin-top: 20px;
		background: #fff;
		width: 272px;
		height: 230px;
		margin-right: 20px;
		margin-left: 0;
	}
	
	.indexService_item2:last-child{
		margin-bottom: 30px;
	}
	
	.indexService_item2 svg{
		display: block;
		margin: 30px auto 0 auto;
		text-align: center;
		width: 50px;
		height: 50px;
		color: #3388ff;
	}
	
	.indexService_item2 i{
		display: block;
		text-align: center;
		color: #555;
		text-align: center;
		font-style: normal;
		font-size: 18px;
		font-weight: 700;
		padding-top: 10px;
		margin-bottom:10px;
	}
	
	.public_slide{
		margin: 30px auto;
	}
	
	.productAdv{
		margin-top: 40px;
	}
	
	.productAdv_list i{
		display: inline-block;
		width: 8px;
		height: 8px;
		background: #3388ff;
		border-radius: 5px;
		margin-right: 10px;
	}
	
	.productAdv_list h5{
		text-align: left;
		font-weight: 700;
		font-size: 16px;
		color: #3388ff;
	}
	
	.productBox-fun2{
		margin-top: 50px;
	}
	
	.productSpec{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	.productSpec .container{
		margin-top: 40px;
	}
	
	.productBox-arrange{
		margin-top: 30px;
	}
	
}

