.page-title {
	position: relative;
	padding-bottom: 10px;
}
.page-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 2px;
	background-color: rgba(2, 136, 209, 1);
	;
}
.page-title h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
}
.page-title p {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: rgba(102, 102, 102, 1);
}
.title {
	position: relative;
}
.title .l {
	float: left;
}
.title .r {
	float: right;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.title .r a {
	display: block;
	height: 26px;
	font-size: 18px;
	line-height: 26px;
	color: rgba(102, 102, 102, 1);
	padding-right: 30px;
	background: url("../images/icon_14.png") no-repeat right center;
}
.contact {
	padding: 60px 0;
}
.contact .desc {
	text-align: center;
	margin-bottom: 60px;
}
.contact .desc h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	color: #333333;
}
.contact .desc p {
	font-size: 18px;
	line-height: 26px;
	color: #666;
	margin-top: 20px;
	position: relative;
	padding-bottom: 20px;
}
.contact .desc p:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 70px;
	height: 2px;
	background-color: #0288D1;
	margin-left: -35px;
}
.contact li {
	float: left;
	width: 270px;
	height: 200px;
	margin-left: 30px;
	text-align: center;
	background-color: #F3F3F3;
	padding: 28px 24px 0;
}
.contact li:first-child {
	margin-left: 0;
}
.contact li h4 {
	font-size: 18px;
	color: #0288D1;
	line-height: 26px;
	margin-top: 15px;
}
.contact li p {
	font-size: 16px;
	line-height: 20px;
	color: rgba(102, 102, 102, 1);
}
.map {
	padding: 60px 0;
	background: url("../images/pic_37.png") no-repeat center;
	background-size: cover;
}
.map .desc {
	margin-bottom: 30px;
}
.map .desc h3 {
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}
.map .desc h3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 70px;
	height: 2px;
	background-color: #0288D1;
	margin-left: -35px;
}
.msg {
	padding: 60px 0 80px 0;
}
.msg .desc {
	text-align: center;
}
.msg .desc p {
	font-size: 18px;
	line-height: 26px;
	color: #666;
	margin-top: 20px;
	position: relative;
	padding-bottom: 20px;
}
.msg .desc p:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 70px;
	height: 2px;
	background-color: #0288D1;
	margin-left: -35px;
}
.msg .form {
	margin-top: 30px;
}
.msg .form .input {
	float: left;
	width: 48%;
	margin: 1%;
}
.msg .form .textarea {
	margin: 1%;
	width: 98%;
	float: left;
}
.msg .form input, .msg .form textarea {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	background-color: #EEEEEE;
	resize: none;
}
.msg .form .button {
	float: left;
	width: 100%;
	margin-top: 1%;
}
.msg .form button {
	display: block;
	width: 300px;
	height: 40px;
	margin: 0 auto;
	background-color: #FF9600;
	color: #fff;
}
#map iframe {
	width: 100%;
	height: 560px;
	border: 1px solid #ccc
}

@media (max-width: 768px) {
	.contact li {
		width: 48%;
		margin: 1%;
	}
	.contact li:first-child {
		margin-left: 1%
	}
	#map iframe {
		height: 360px;
	}
}