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

.container-fluid{
	position: relative;
	width: 100%;
	height: 650px;
	background: linear-gradient( 135deg, #006fff,#48d4f0);
}

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

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

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

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

.container h3{
	font-size: 15px;
	line-height: 30px;
}

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

.container .subhead{
	margin-top: 12px;
}

.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;
	margin: 20px auto 0 auto;
	text-decoration: none;
}

.contactBox{
	position: relative;
	margin-top: 40px;
}

.contactBox h2{
	text-align: center;
	font-size: 22px;
	color: #333;
}

.contactBox h2:before{
	content: '';
	display: block;
	position: absolute;
	background: linear-gradient(45deg,#38f,#fff);
	width: 90px;
	height: 2px;
	left: 50%;
	top: 12px;
	margin-left: 70px;
}

.contactBox h2:after{
	content: '';
	display: block;
	position: absolute;
	background: linear-gradient(4deg,#fff,#38f);
	width: 90px;
	height: 2px;
	left: 50%;
	top: 12px;
	margin-left: -160px;
}

.contactBox .contactBoxMid{
	/*width: 710px;*/
	margin: 30px auto 0 auto;
}

.contactBox .contactBox_list{
	width: 300px;
	height: 260px;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	margin-right: 0;
	margin: 0 22px 20px 22px;
}

.contactBox .contactBox_list:last-child{
	margin-right: 0;
}

.contactBox_list_top{
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	background: #ecf2ff;
	margin: 30px auto 0 auto;
}

.contactBox_list_top2{
	width: 140px;
	height: 140px;
}

.contactBox_list_top svg{
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 40px;
	color: #006fff;
	margin: -20px 0 0 -20px;
}

.contactBox_list_mid{
	text-align: center;
	font-size: 14px;
}

.contactBox_list_mid h3{
	font-size: 15px;
	color: #006fff;
	padding-top: 10px;
}

.contactBox_list_bot h4{
	color: #333;
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
}

.contactBox_list_btn{
	display: block;
	width: 130px;
	height: 36px;
	background: #006fff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	margin: 25px auto 10px auto;
}


@media (min-width: 1200px) {
	.jumbotron{
		margin-bottom: 0;
		padding: 0;
		margin-top: 0;
	}
	
	.container-fluid{
		position: relative;
		width: 100%;
		height: 580px;
		background: linear-gradient( 135deg, #006fff,#48d4f0);
	}
	
	.container-fluid .container{
		color: #fff;
	}
	
	.container .indexBox_l{
		padding-top: 150px;
	}
	
	.container .indexBox_r{
		padding: 90px 0 0 50px;
	}
	
	.container h3{
		font-size: 20px;
		line-height: 30px;
	}
	
	.container h2{
		font-size: 52px;
		margin: 0;
	}
	
	.container .subhead{
		line-height: 36px;
	}
	
	.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;
	}
	
	.contactBox{
		position: relative;
		margin-top: 40px;
	}
	
	.contactBox h2{
		text-align: center;
		font-size: 22px;
		color: #333;
	}
	
	.contactBox h2:before{
		content: '';
		display: block;
		position: absolute;
		background: linear-gradient(45deg,#38f,#fff);
		width: 232px;
		height: 2px;
		left: 50%;
		top: 12px;
		margin-left: 70px;
	}
	
	.contactBox h2:after{
		content: '';
		display: block;
		position: absolute;
		background: linear-gradient(4deg,#fff,#38f);
		width: 232px;
		height: 2px;
		left: 50%;
		top: 12px;
		margin-left: -302px;
	}
	
	.contactBox .contactBoxMid{
		width: 710px;
		margin: 30px auto 0 auto;
	}
	
	.contactBox .contactBox_list{
		width: 340px;
		height: 260px;
		background: #fff;
		box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
		margin: 0 30px 0 0;
	}
	
	.contactBox .contactBox_list:last-child{
		margin-right: 0;
	}
	
	.contactBox_list_top{
		position: relative;
		width: 90px;
		height: 90px;
		border-radius: 45px;
		background: #ecf2ff;
		margin: 30px auto 0 auto;
	}
	
	.contactBox_list_top2{
		width: 140px;
		height: 140px;
	}
	
	.contactBox_list_top svg{
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 40px;
		color: #006fff;
		margin: -20px 0 0 -20px;
	}
	
	.contactBox_list_mid{
		text-align: center;
		font-size: 14px;
	}
	
	.contactBox_list_mid h3{
		font-size: 15px;
		color: #006fff;
		padding-top: 10px;
	}
	
	.contactBox_list_mid .follow{
		padding-top: 2px;
	}
	
	.contactBox_list_bot h4{
		color: #333;
		text-align: center;
		font-size: 14px;
		padding-top: 10px;
	}
	
	.contactBox_list_btn{
		display: block;
		width: 130px;
		height: 36px;
		background: #006fff;
		color: #fff;
		text-align: center;
		font-size: 14px;
		line-height: 36px;
		margin: 25px auto 10px auto;
	}
	
	.contactBox_list_btn:hover{
		text-decoration: none;
		color: #fff;
	}
	
	#container{
		width: 100%;
		height: 450px;
	}
	
	.contactBottom{
		margin-bottom: 30px;
	}
}


