.banner_common h1{
	color: #000;
}
.contact_content{
	width: 100%;
	overflow: hidden;
}
.contact_title{
	width: 100%;
	padding-top: 20px;
	height: 55px;
	line-height: 20px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #868686;
}
.contact_title a{
	color: #868686;
	cursor: pointer;
}
.contact_title a:hover{
	color: #E60012;
}
/*联系方式*/
.contact_mode{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 65px;
	position: relative;
}
.contact_map{
	width: 795px;
	height: 535px;
	overflow: hidden;
	float: left;
}
.mode_box{
	width: 350px;
	height: 535px;
	overflow: hidden;
	float: right;
	background-color: #2f2f2f;
	color: #FFFFFF;
	padding: 15px 35px;
}
.mode_box h5{
	font-size: 14px;
	font-weight: bold;
	margin: 27px 0 10px;
	line-height: 20px;
}
.mode_box h5 img{
	margin: -2px 5px 0 0;
}
.mode_box h5:last-of-type{
	font-family: arial;
}
.mode_box h1{
	font-size: 24px;
	font-weight: lighter;
}
.mode_box h2{
	font-size: 24px;
	font-weight: lighter;
	font-family: "arial, helvetica, sans-serif";
}
.mode_box h3{
	font-size: 18px;
	font-weight: lighter;
	font-family: "arial, helvetica, sans-serif";
}
@media only screen and (max-width:991px ) {
	.contact_map{
		width: 100%;
		height: 465px;
	}
	.mode_box{
		width: 60%;
		height: auto;
		padding: 15px 30px 65px 35px;
		position: absolute;
		right: 50px;
		top: 57px;
		background-color: rgba(47,47,47,0.5);
	}
}
@media only screen and (max-width:767px ) {
	.contact_mode{
		padding: 30px 0 35px;
	}
	.mode_box{
		width: 80%;
		height: auto;
		padding: 15px 20px 35px 25px;
		position: absolute;
		right: 20px;
		top: 115px;
	}
	.mode_box h5{
		font-size: 14px;
		margin: 15px 0 5px;
	}
	.mode_box h1,.mode_box h2,.mode_box h3{
		font-size: 16px;
	}
}
@media only screen and (min-width:992px ) {
	.contact_map{
		width: 600px;
	}
}
@media only screen and (min-width:1200px ) {
	.contact_map{
		width: 795px;
	}
}
/*意见反馈*/
.contact_feedback{
	width: 100%;
	overflow: hidden;
	padding: 55px 0 65px;
	background-color: #f5f5f5;
}
.contact_feedback h1{
	color: #333333;
	font-size: 36px;
	text-align: center;
}
.feedback_mode{
	width: 100%;
	max-width: 770px;
	overflow: hidden;
	margin: 35px auto 0;
	text-align: center;
}
.feedback_input{
	width: -moz-calc(50% - 15px);
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px);
	height: 50px;
	border: 2px solid #c6c6c6;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.feedback_input:nth-of-type(2){
	float: right;
}
.feedback_input input,.feedback_textarea textarea{
	width: 100%;
	height: 100%;
	border: none;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #a0aab1;
	text-indent: 40px;
	line-height: 46px;
	text-align: left;
}
.feedback_input img{
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
}
.feedback_textarea{
	width: 100%;
	height: 210px;
	overflow: hidden;
	position: relative;
	border: 2px solid #c6c6c6;
	border-radius: 10px;
	margin-bottom: 20px;
}
.feedback_textarea img{
	position: absolute;
	left: 15px;
	top: 13px;
}
#MSendMess{
	width: 170px;
	height: 42px;
	border: 2px solid #E60012;
	border-radius: 10px;
	background-color: #E60012;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
	transition: all 0.5s;
}
#MSendMess:hover{
	color: #E60012;
	background-color: #FFFFFF;
}
@media only screen and (max-width:767px ) {
	.contact_feedback{
		padding: 30px 0 35px;
	}
	.contact_feedback h1{
		font-size: 24px;
	}
	.feedback_mode{
		margin: 15px auto 0;
	}
	.feedback_input{
		width: 100%;
		height: 40px;
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.feedback_input input,.feedback_textarea textarea{
		line-height: 36px;
	}
	.feedback_textarea{
		border-radius: 5px;
		margin-bottom: 10px;
	}
	.feedback_textarea img{
		top: 8px;
	}
	#submit{
		width: 120px;
	}
}
/* Source contact-page inline map and mobile layout rules. */
.contact_map {
	position: relative;
}
.map-dot {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #ff0000;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	box-shadow: 0 0 5px rgba(255, 0, 0, 0.8);
}
.map-dot::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff0000;
	border-radius: 50%;
	animation: pulse-dot 1.5s infinite ease-out;
}
@keyframes pulse-dot {
	0% { transform: scale(1); opacity: 0.8; }
	100% { transform: scale(4); opacity: 0; }
}
.map-dot.beijing { top: 38%; left: 66.5%; width: 8px; height: 8px; }
.map-dot.shanghai { top: 58%; left: 73%; width: 8px; height: 8px; }
.map-dot.zhejiang { top: 64%; left: 72%; }
.map-label {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: 0 0 3px #000, 0 0 5px #000;
	pointer-events: none;
}
@media (max-width: 768px) {
	.contact_mode .container {
		display: flex;
		flex-direction: column;
	}
	.contact_map {
		width: 100% !important;
		height: auto !important;
		min-height: 250px;
		margin-bottom: 20px;
	}
	.mode_box {
		width: 100% !important;
		position: static !important;
		padding: 20px !important;
		box-sizing: border-box;
	}
	.map-dot.zhejiang {
		width: 8px;
		height: 8px;
	}
	.map-dot.beijing,
	.map-dot.shanghai {
		width: 5px;
		height: 5px;
	}
	.map-label {
		font-size: 10px;
		top: -16px;
	}
}
.contact_map > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
