.contact-map {
	width: 100%;
	height: 610px;
	overflow: hidden;
}
.contact-box {
	width: 100%;
	overflow: hidden;
	margin: 85px 0;
}
.contact-box h1 {
	width: 100%;
	height: 50px;
	font-size: 30px;
	line-height: 35px;
	color: #000000;
	overflow: hidden;
	position: relative;
}
.contact-box h1:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: #f45d1e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact-box .contact-mode {
	width: 400px;
	overflow: hidden;
	margin-left: 110px;
	float: left;
}
.contact-mode .mode-list {
	width: 100%;
	overflow: hidden;
	margin: 60px 0 0;
}
.mode-list .mode-box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 35px;
}
.mode-box .mode-img {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #ea5505;
	position: relative;
	margin: 0 27px 0 0;
	float: left;
}
.mode-box .mode-img img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -12px;
}
.mode-box .mode-txt {
	width: calc(100% - 67px);
	width: -moz-calc(100% - 67px);
	width: -webkit-calc(100% - 67px);
	overflow: hidden;
	color: #949494;
	font-size: 16px;
	line-height: 20px;
}
.mode-box .mode-txt h4 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}
.mode-box .mode-txt li {
	float: left;
}
.mode-box .mode-txt li:first-of-type {
	margin-right: 65px;
}
.contact-box .contact-form {
	width: 500px;
	overflow: hidden;
	float: right;
	margin-right: 110px;
}
.contact-form .form-box {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0;
}
.form-box .form-input {
	width: 100%;
	overflow: hidden;
	margin: 0 0 17px;
}
.form-input input {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 10px;
	overflow: hidden;
	border: none;
	background-color: #f8f8f8;
	font-size: 14px;
	padding-left: 15px;
}
.form-input input::-webkit-input-placeholder {
    color:#c8c8c8;
}
.form-input input:-moz-placeholder {
   	color:#c8c8c8;
}
.form-input input::-moz-placeholder {
	color:#c8c8c8;
}
.form-input input:-ms-input-placeholder {
   	color:#c8c8c8;
}
.form-input:first-of-type input {
	width: calc(50% - 5px);
	width: -moz-calc(50% - 5px);
	width: -webkit-calc(50% - 5px);
	float: left;
}
.form-input:first-of-type input:nth-of-type(2) {
	margin-left: 10px;
}
.form-box .form-textarea {
	width: 100%;
	overflow: hidden;
	margin: 0 0 34px;
}
.form-textarea textarea {
	width: 100%;
	height: 120px;
	line-height: 40px;
	border-radius: 10px;
	overflow: hidden;
	border: none;
	background-color: #f8f8f8;
	padding-left: 15px;
	font-size: 14px;
}
.form-textarea textarea::-webkit-input-placeholder {
    color:#c8c8c8;
}
.form-textarea textarea:-moz-placeholder {
   	color:#c8c8c8;
}
.form-textarea textarea::-moz-placeholder {
	color:#c8c8c8;
}
.form-textarea textarea:-ms-input-placeholder {
   	color:#c8c8c8;
}
.form-box button {
	width: 130px;
	height: 35px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	border-radius: 18px;
	background-color: #ea5505;
	border: none;
	color: #FFFFFF;
	transition: all 0.2s;
	border: 2px solid #ea5505;
}
.form-box button:hover {
	background-color: rgba(234,85,5,0.8);
}
@media only screen and (max-width: 991px) {
	.contact-box .contact-mode {
	    width: 500px;
	    margin: 0 auto;
	    float: none;
	}
	.contact-box .contact-form {
	    float: none;
	    margin: 40px auto 0;
	}
}
@media only screen and (max-width: 700px) {
	.contact-box {
	    margin: 45px 0;
	}
	.contact-box h1 {
	    height: 40px;
	    font-size: 24px;
	    line-height: 30px;
	}
	.contact-box .contact-mode {
	    width: 100%;
	}
	.mode-box .mode-img {
	    margin: 0 17px 0 0;
	}
	.contact-mode .mode-list {
	    margin: 30px 0 0;
	}
	.mode-box .mode-txt li:first-of-type {
	    margin-right: 19px;
	}
	.contact-box .contact-form {
	    width: 100%;
	    margin: 20px auto 0;
	}
	.contact-map {
	    height: 310px;
	}
}
@media only screen and (min-width: 992px) {
	.contact-box .contact-mode {
		margin-left: 0px;
	}
	.contact-box .contact-form {
	    margin-right: 0px;
	}
}
@media only screen and (min-width: 1300px) {
	.contact-box .contact-mode {
		margin-left: 110px;
	}
	.contact-box .contact-form {
	    margin-right: 110px;
	}
}