.contact-map {
	width: 100%;
	height: 630px;
	overflow: hidden;
}
.contact1 {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 65px;
}
.contact1-left {
	width: 500px;
	overflow: hidden;
	float: left;
	margin-left: 180px;
	color: #666666;
	font-size: 16px;
}
.contact1-left img {
	margin: 0 0 28px;
}
.contact1-left p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin: 0 0 15px;
	padding-left: 40px;
	position: relative;
}
.contact1-left p strong {
	color: #000033;
}
.contact1-left p:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	border: 1px solid #004098;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.contact1-left p:last-of-type:before {
	display: none;
}
.contact1-left p:nth-of-type(1):before {
	background-image: url(../img/ct1.jpg);
}
.contact1-left p:nth-of-type(2):before {
	background-image: url(../img/ct2.jpg);
}
.contact1-left p:nth-of-type(3):before {
	background-image: url(../img/ct3.jpg);
}
.contact1-left p:nth-of-type(4):before {
	background-image: url(../img/ct4.jpg);
}
@media only screen and (max-width: 991px) {
	.banner .banner-masked,.banner-masked h2,.banner-masked a {
	    color: #fff;
	}
	.contact1-left {
		width: 100%;
		margin-left: 0px;
	    float: none;
	}
}
@media only screen and (max-width: 700px) {
	.contact1 {
		padding: 50px 0;
	}
	.contact1-left {
		font-size: 16px;
	}
	.contact1-left img {
		width: 280px;
	    margin: 0 0 20px;
	}
	.contact1-left p {
	    height: auto;
	    line-height: 25px;
	    margin: 0 0 10px;
	    padding-left: 35px;
	}
	.contact1-left p strong {
		display: block;
		float: left;
	}
	.contact1-left p:nth-of-type(2) strong {
		height: 50px;
	}
}
@media only screen and (min-width: 992px) {
	.contact1-left {
		margin-left: 0px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) {
	.contact1-left {
		margin-left: 30px;
		font-size: 16px;
	}
}
@media only screen and (min-width: 1550px) {
	.contact1-left {
		margin-left: 180px;
	}
}
.contact1-right {
	width: 470px;
	height: 381px;
	margin: 75px 215px 0 0;
	float: right;
}
.contact1-input {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
}
.contact1-input p {
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
	margin: 0 0 5px;
	padding-left: 3px;
}
.contact1-input input {
	display: block;
	width: 100%;
	height: 45px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 0 10px;
}
.contact1-input li {
	width: calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	overflow: hidden;
	float: left;
}
.contact1-input li:last-of-type {
	float: right;
}
.contact1-input textarea {
	display: block;
	width: 100%;
	height: 120px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	padding: 10px;
}
.contact1-right button {
	display: block;
	width: 130px;
	height: 44px;
	font-size: 14px;
	overflow: hidden;
	color: #FFFFFF;
	border-radius: 3px;
	background-color: #ea5504;
	border: none;
	margin: 22px 0 0;
	transition: all 0.5s;
}
.contact1-right button:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 991px) {
	.contact1-right {
	    width: 100%;
	    margin: 50px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.contact1-right {
	    margin: 30px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.contact1-right {
		margin: 75px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.contact1-right {
		margin: 75px 30px 0 0;
	}
}
@media only screen and (min-width: 1550px) {
	.contact1-right {
		margin: 75px 215px 0 0;
	}
}