/* 联系方式 */
.contactInf-wai{
	padding-top: 90px;
	padding-bottom: 90px;
}
.contactInf-tit{
	text-align: center;
}
.contactInf-tit h3{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}
.contactInf-tit h3:before{
	position: absolute;
	content: '';
	right: 120%;
	top: 18px;
	width: 50px;
	height: 1px;
	background-color: #0040A8;
}
.contactInf-tit h3:after{
	position: absolute;
	content: '';
	left: 120%;
	top: 22px;
	width: 50px;
	height: 1px;
	background-color: #0040A8;
}
.contactInf-tit p{
	color: #8a90ac;
	font-weight: 400;
	line-height: 2em;
}

.contactInf-body{
	margin-top: 45px;
}
.contactInf-list{
	margin-bottom: 30px;
}
.contactInf-list-nei{
	box-sizing: border-box;
	padding: 25px;
	display: flex;
	justify-content: left;
	align-items: center;
	box-shadow: 0px 12px 25px rgba(0,0,0,0.10);
	max-height: 128px;
}
.icon-box{
	border: 2px solid #0040A8;
	border-radius: 50%;
	min-width: 55px;
	width: 55px;
	height: 55px;
	line-height: 50px;
	text-align: center;
	margin-right: 20px;
}
.contactInf-list-nei .iconfont{
	font-size: 35px;
	color: #0040A8;
}
.contactInf-txt{
	width: 100%;
}
.contactInf-txt h4{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #333;
	line-height: 26px;
	font-weight: 400;
}
.contactInf-txt p{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-weight: 700;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
}

@media screen and (max-width: 768px) {
	.contactInf-wai{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.contactInf-tit h3{
		font-size: 24px;
	}
	.contactInf-tit h3:before,
	.contactInf-tit h3:after{
		display: none;
	}
}
@media screen and (max-width: 425px) {
	.contactInf-tit h3{
		font-size: 20px;
	}
	
	.contactInf-txt p{
		font-size: 14px;
	}
	
	.contactInf-list-nei .icon-box{
		display: none;
	}
}











/* 表单 */
.information-wai{
	padding: 90px 0px 60px;
	background-color: #e9eef3;
}

.information-title{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.information-title .title-top{
	font-size: 14px;
	line-height: 24px;
	color: #0040A8;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.information-left h2{
	position: relative;
	font-size: 30px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 300;
	letter-spacing: 1px;
	padding-left: 70px;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}
.information-left h2:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 50px;
	height: 1px;
	background-color: #0040A8;
}
.information-right{
	/* max-width: 40%; */
}
.information-right p{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	color: #8a90ac;
	font-weight: 400;
	margin-top: 20px;
	line-height: 2em;
}


.information-form{
	padding: 40px 60px 50px;
	border: 1px solid #ddd;
	box-shadow: 0px 12px 25px rgba(0,0,0,0.2);
	background: #fff;
}
.form-group{
	margin-bottom: 30px;
}
.form-group input{
	max-width: 50%;
	display: block;
	line-height: 28px;
	padding: 10px 20px;
	color: #888888;
	border: 1px solid #e2e8f0;
	height: 60px;
	font-size: 15px;
	background: #ffffff;
}
.form-group label{
	color: #222;
	font-weight: 400;
	line-height: 24px;
	font-size: 18px;
}
.form-group textarea{
	display: block;
	line-height: 24px;
	padding: 15px 18px;
	color: #888888;
	border: 1px solid #e2e8f0;
	height: 120px;
	background: #ffffff;
	resize: none;
	font-size: 15px;
	transition: all .3s ease;
}
.form-group input:focus,
.form-group textarea:focus
{
	border-color:#0040A8;
	box-shadow: none;
	outline: none;
}

@media screen and (max-width: 768px) {
	.information-wai{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.information-left h2{
		font-size: 24px;
	}
	.form-group{
		margin-bottom: 20px;
	}
	
	.information-form{
		padding: 40px 40px 50px;
	}
	.form-group input{
		max-width: 90%;
		height: 50px;
	}
	.form-group textarea{
		height: 90px;
	}
}
@media screen and (max-width: 425px) {
	.information-left h2{
		font-size: 20px;
	}
	.information-right p{
		margin-top: 10px;
	}
	.form-group{
		margin-bottom: 10px;
	}
	.information-title{
		margin-bottom: 20px;
	}
	.information-form{
		padding: 30px 20px 30px;
	}
	.form-group input{
		max-width: 100%;
		height: 50px;
	}
	.form-group textarea{
		height: 90px;
	}
}









/* 地图 */
.map-wai{
	padding-top: 80px;
	padding-bottom: 80px;
}
#map{
	width: 100%;
	height: 50vh;
}
@media screen and (max-width: 768px) {
	#map{
		height: 40vh;
	}
}



