.container .title {
	padding: 80px 0 40px;
}

.container .title h4 {
	margin-bottom: 16px;
	font-size: 28px;
	font-weight: normal;
}

.container .title p {
	font-size: 18px;
	color: #999;
}

.container .list-unstyled li {
	line-height: 26px;
	font-size: 16px;
	color: #333;
	text-indent: 30px;
}

.con {
	background: #F5F5F9;
}

.list-inline {
	padding: 80px 0 120px;
	overflow: hidden;
}

.list-inline li {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: column;
	margin-right: 49px;
	width: 180px;
	height: 180px;
	border-radius: 100px;
	background: #fff;
	color: #333;
}

.list-inline li h4 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 28px;
}

.list-inline li p {
	width: 100%;
	line-height: 20px;
	font-size: 12px;
}

.list-inline li.active {
	background: #4990e2;
	color: #fff;
}
.address h4{ line-height: 26px; padding-bottom: 10px; font-size: 18px; font-weight: normal; color: #333;}
.dl-horizontal { font-size: 14px;}
.dl-horizontal dt{ padding-top: 10px;}
.dl-horizontal dd{ padding-top: 10px; font-size: 14px;}
.dl-horizontal a{ margin-left: 30px; color: #4990e2;}
h3 { text-align: right;}
h3 a{ line-height: 26px; font-size: 18px; color: #4990E2;}
.pic{ margin-top: 20px;}
.pic img{ display: block; max-width: 100%; height: 100%; margin: 0 right 0 0;}
@media only screen and (min-width: 768px) {
	.dl-horizontal dt {
		width: 24px;
		height: 34px;
	}
	.dl-horizontal dd{ margin-left: 40px;}
}