@charset "utf-8";
/* CSS Document */
/*tab_1*/
.tab_1{
	width:100%;
	height:468px;
	background:url(../imgs/contact_us/whole_bg.jpg) no-repeat center;
	background-size:cover;
	position:relative;
}
.side_info{
	position:absolute;
	left:30%;
	top:150px;
	line-height:46px;
	color:#fff;
}
.side_info .en{
	font-size:36px;
}
.side_info .ch{
	font-size:28px;
}
.side_info span{
	display:inline-block;
	width:53px;
	height:2px;
	background-color:#fff;
	margin-top:14px;
}
/*tab_2*/
.tab_2{
	width:100%;
}
.contact_us{
	width:100%;
}
.contact_us_text{
	text-align:center;
	color:#1e1e1e;
}
.contact_us_text h3{
	font-size:36px;
	line-height:80px;
	font-weight:normal;
	margin-top:36px;
}
.contact_us_text .subtitle{
	font-size:26px;
	line-height:80px;
	font-weight:normal;
}
/*.contact_us_text h4.ch{
	margin-bottom:60px;
}*/
.contact_way{
	width:100%;
	margin-bottom:50px;
}
.contact_way p{
	float:left;
	text-align:center;
}
.contact_way p.phone{
	width:30%;
}
.contact_way p.mail{
	width:30%;
}
.contact_way p.address{
	width:40%;
}
.contact_way i{
	display:inline-block;
	width:30px;
	height:32px;
}
.contact_way p.phone i{
	background:url(../imgs/contact_us/icon_phone.png) no-repeat center;
}
.contact_way p.mail i{
	background:url(../imgs/contact_us/icon_mail.png) no-repeat center;
}
.contact_way p.address i{
	background:url(../imgs/contact_us/icon_address.png) no-repeat center;
}
.contact_way span{
	display:inline-block;
	height:32px;
	line-height:32px;
	text-indent:15px;
}
.contact_way i,.contact_way span{
	vertical-align:middle;
}
#mapContent{
	width:100%;
	height:516px;
	background-color:#fff;
}

@media only screen and (max-width:1600px){
	.tab_1{
		height:390px;
	}
	#mapContent{
		height:430px;
	}
	.contact_us_text h3{
		font-size:26px;
		line-height:60px;
		font-weight:normal;
		margin-top:26px;
	}
	.contact_us_text .subtitle{
		font-size:20px;
		line-height:40px;
		font-weight:normal;
	}
	.contact_us_text h4.ch{
		margin-bottom:40px;
	}
	.contact_way{
		width:100%;
		margin-bottom:40px;
	}
	.contact_way p{
		/*float:left;*/
		float:none;
		text-align:left;
		margin:10px auto;
	}
	.contact_way p.phone{
		width:500px;
	}
	.contact_way p.mail{
		width:500px;
	}
	.contact_way p.address{
		width:500px;
	}
	.contact_way i{
		display:inline-block;
		width:30px;
		height:32px;
	}
	.contact_way p.phone i{
		background:url(../imgs/contact_us/icon_phone.png) no-repeat center;
	}
	.contact_way p.mail i{
		background:url(../imgs/contact_us/icon_mail.png) no-repeat center;
	}
	.contact_way p.address i{
		background:url(../imgs/contact_us/icon_address.png) no-repeat center;
	}
	.contact_way span{
		display:inline-block;
		height:32px;
		line-height:32px;
		text-indent:15px;
	}
	.contact_way i,.contact_way span{
		vertical-align:middle;
	}
}


























