/* contact */
.contact {
	margin-top: 56px;
}

.contact .banner {
	width: 100%;
	height: 196px;
}

.contact .banner img {
	width: 100%;
}

.contact .methods {
	padding: 72px 0;
	background-image: url('assets/imgs/contact/world_bg.png');
	display: flex;
}

.contact .methods>div {
	width: 384px;
	margin-left: 24px;
}

.contact .methods>div:first-child {
	margin-left: 0;
}

.contact .methods>div p {
	color: #252A30;
	font-size: 16px;
	margin-top: 20px;
}

.contact .methods>div p:first-child {
	font-size: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 27px
}

.contact .methods>div p img {
	margin-right: 16px;
}

.contact .methods>div input {
	width: 370px;
	height: 36px;
	border: 1px #D5D9DE solid;
	margin-top: 24px;
	padding-left: 12px;
	outline: none;
	color: #252A30;
}

.contact .methods>div input:first-child {
	margin-top: 0;
}

.contact .methods>div input::-webkit-input-placeholder,
.contact .methods>div textarea::-webkit-input-placeholder {
	color: rgba(37, 42, 48, 0.46);
}

.contact .methods>div input::-moz-placeholder,
.contact .methods>div textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(37, 42, 48, 0.46);
}

.contact .methods>div input:-moz-placeholder,
.contact .methods>div textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(37, 42, 48, 0.46);
}

.contact .methods>div input:-ms-input-placeholder,
.contact .methods>div textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(37, 42, 48, 0.46);
}

.contact .methods>div textarea {
	border: 1px #00499E solid;
	padding: 12px;
	outline: none;
	color: #252A30;
	width: 358px;
	height: 78px;
	overflow: auto;
	resize: none;
}

.contact .methods>div button {
	width: 144px;
	height: 40px;
	margin-top: 20px;
	border: none;
	background-color: #00499E;
	color: white;
	float: right;
	cursor: pointer;
	outline: none;
}

.contact .methods>div button:hover {
	background-color: #005FCC;
}

.contact .map {
	width: 100%;
	height: 504px;
	margin-bottom: 56px;
}

.contact .map>div {
	width: 100%;
	height: 504px;
}

.contact-footer {
	margin-top: 56px;
	background-color: #F5F6F7;
	padding: 72px 0 56px 0;
}

.contact-footer .title {
	font-size: 24px;
	color: #252A30;
	font-weight: bold;
	margin-bottom: 21px;
}

.contact-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-footer ul li {
	height: 64px;
	line-height: 64px;
}

.contact-footer ul li div {
	float: left;
	font-size: 16px;
	color: #252A30;
}

.contact-footer ul li>div {
	width: 100%;
	height: 63px;
}

.contact-footer ul li div.name {
	font-weight: bold;
	width: 408px;
}

.contact-footer ul li div.demand {
	width: 292px;
}

.contact-footer ul li div.address {
	width: 186px;
}

.contact-footer ul li .time {
	float: right;
}