/* s_contact_box */
.s_contact_box {
	position: relative;
	z-index: 1;
	padding: 4% 0;
}

/* .contact_inner{align-items: center;} */

.contact_left {
	width: 46%;
}

.contact_pic_item {
	width: 50%;
	overflow: hidden;
}

.sec_th .title {
	font-size: 30px;
}

.contact_info {
	padding: 1% 0 1%;
	justify-content: left !important;
}

.contact_info .info_item {
	width: 30%;
	font-family: 'MyriadPro-Regular';
	color: #666;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #14457B;
	border-radius: 20px;
	margin-left: 2%;
	padding: 2%;
}

.contact_info .icon {
	width: 40px;
	height: 40px;
	background: var(--commonColor);
	margin-bottom: 15px;
	margin: 0 auto;
	margin-bottom: 24px;
}

.contact_info .icon img {
	padding: 7px;
}

.info_item a {
	color: #666;
}

.contact_info .info_item:hover img {
	animation: swing 0.5s;
}

.contact_info .info_item:hover a {
	color: var(--lightColor);
}

.form_input {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0%;
}

.form_input .input_item {
	width: 22%;
	margin-bottom: 12px;
}

.form_input .input_item:last-child {
	width: 100%;
}

.input_item input,
.input_item textarea {
	border-radius: 0;
	border: none;
	border-radius: 5px;
	background: rgba(20, 69, 123, 0.8);
	color: #fff;
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	padding: 6px 12px;
}

.input_item textarea {
	line-height: 28px;
	height: 168px;
	max-width: 100%;
	max-height: 196px;
	border-radius: 14px;
}

.contact_btn .submit_btn {
	background: var(--commonColor);
	color: #fff;
	height: auto;
	padding: 10px 0;
	line-height: 36px;
	width: 100%;
	border: none;
	transition: all 0.3s ease;
	font-size: 18px;
	border-radius: 30px;
	margin: 0;
}

.contact_btn .submit_btn:hover {
	background: var(--lightColor);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
	font-size: 16px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
	font-size: 16px;
}

.contact_info .info_item:nth-child(1) {
	margin-left: 0%;
}


.contact_info .info_item:nth-child(4) {
	margin-left: 0%;
}

@media only screen and (max-width: 1300px) {
	.form_input .input_item {
		width: 48%;
	}
}

@media only screen and (max-width: 1200px) {
	.contact_info {
		flex-wrap: wrap;
	}

	.contact_info .info_item {
		width: 32%;
	}

	/* .contact_info .info_item:nth-child(n+3){margin-top: 15px; width: 100%;} */
}

@media only screen and (max-width: 950px) {
	.s_contact_box {
		padding: 30px 0;
	}

	.contact_info .info_item:nth-child(1) {
		margin-left: 2%;
	}

	.contact_info .info_item:nth-child(4) {
		margin-left: 2%;
	}

	.contact_info .info_item {
		width: 90%;
	}

	.contact_inner {
		flex-direction: column;
	}

	.contact_left {
		width: 100%;
		order: 2;
	}

	.contact_pic_item {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}

	.contact_pic_item img {
		margin: 0 auto;
	}

	.contact_info {
		padding: 0;
	}

	.contact_info1 {
		margin-top: 20px;
	}

	.form_input {
		margin-top: 15px;
	}

	.form_input .input_item {
		width: 100%;
		margin-bottom: 15px;
	}

	.form_input .input_item:last-child {
		margin-bottom: 5px;
	}

	.contact_btn .submit_btn {
		margin-top: 10px;
	}

	.contact_btn .submit_btn {
		height: auto;
		padding: 5px 40px;
	}
}

.phone_item {
	width: 12% !important;
}

.email_item {
	width: 12% !important;
}

.address_a {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100% !important;
}

.address_a .add {
	width: 47% !important;
}

/* s_contact_map  */
.s_contact_map iframe {
	width: 99%;
	display: block;
	height: 560px;
}

.s_contact_map {
	width: 99%;
}

.gellog {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1600px) {
	.s_contact_map iframe {
		height: 540px;
	}
}

@media only screen and (max-width: 1400px) {
	.s_contact_map iframe {
		height: 520px;
	}
}

@media only screen and (max-width: 1200px) {
	.s_contact_map iframe {
		height: 480px;
	}
}

@media only screen and (max-width: 980px) {
	.s_contact_map iframe {
		height: 360px;
	}

	.s_contact_map {
		margin-bottom: 10px;
	}

	.gellog {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}