.contact{
	display: flex;
}
.contact{
	margin-top:30px;
	
	
	}
.contact .left ul{
	border-right: 1px solid #DADADA;
	padding-right: 40px;
}
.contact .left ul li{
	text-align: center;
	width: 200px;
}
.contact .left h1{
	font-size:20px;
	text-align:center;
	color:#777;
}
.contact .left h3{
	color:#777;
}
.contact .right{
	margin-top:60px;
	
}
.right1{
	display: flex;
	flex-wrap: wrap;
}
.right1 .title{
	font-size: 20px;
	font-weight: bold;
	color: #06C;
}
.right1 aside{
	margin-top:30px;
	margin-left:40px;
}
.right1  p{
	font-size: 14px;
	color: #777;
}














