.contact-smbox {
	overflow: hidden;
	border: 1px solid #EBEEF2;
}

.contact-smbox-bd {
	text-align: center;
	float: left;
	width: 16.55%;
	border-right: 1px solid #EBEEF2;
	min-height: 225px;
}

.contact-smbox-bd img {
	width: 50px;
	margin: auto;
}

.contact-smbox-bd span:nth-child(2) {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 35px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contact-smbox-bd span:nth-last-child(1) {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7E7E7E;
	line-height: 30px;

}

.contact-smbox-bd span {
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contact-smbox-bd:nth-last-child(1) {
	border: none
}

.contact-title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.contact-title h4 {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin: 0;
}

.contact-title p {
	font-size: 17px;

}



#map_container {
	height: 440px;
	width: 100%;
}

.amap-info-close {
	display: none;
}

.amap-info-content p {
	margin: 0
}

.amap-info-content {
	padding-left: 20px;
	padding-right: 20px;

	padding-top: 10px;
	padding-bottom: 10px;

}

.contact-btm-container {
	overflow: hidden;
	margin-top: 30px;
}

.contact-input-box {
	background-image: url(../img/other/ny_tu30.png);
	background-size: cover;
	overflow: hidden;
	height: 440px;
	padding-left: 24px;
	padding-right: 24px;
}

.contact-input-box p {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #17328C;
	line-height: 30px;
	border-left: 4px solid #17328C;
	padding-left: 10px;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .155rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group label,
.form-group input {
	float: left;
}

.form-group input {
	width: 53%;
}

.form-group textarea {
	width: 80%;
}

textarea {
	overflow: auto;
	resize: vertical;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 10px;
	overflow: hidden;
}

.submitbutton {
	background: #17328C;
	border-radius: 20px 0px 20px 0px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 55px;
	width: 187px;
	height: 55px;
	margin-top: 20px;
	margin-left: 48px;
}

@media (min-width:1101px) {
	.contact-btm-left {
		width: 39%;
		float: left;
	}

	.contact-btm-right {
		width: 59%;
		float: right;
	}
	.contact-smbox-bd{
		min-height: 245px;
			padding-top: 40px;
	}
}

@media (max-width:1100px) {
	.contact-smbox-bd {
		width: 32%;
		min-height: 320px;
	}

	.contact-btm-left {
		width: 100%;

	}
	.submitbutton{
		    width: 187px;
		    height: 55px;
		    margin-left: 16%
	}
.form-group input {
    width: 69%;
}
.form-group textarea {
    width: 68%;
}
	.contact-btm-right {
		width: 100%;
	}
	#map_container {
	    height: 260px;
	  
	}
	.contact-smbox-bd span:nth-child(2){
		font-size: 20px;
	}
}
@media (max-width:500px) {
	.contact-smbox-bd span{
		    padding: 6px;
	}
	.contact-smbox-bd{
		    min-height: 260px;
	}
}