.contact_banner{
	width: 100%;
	height: 380px;
	overflow: hidden;
	background: url(../image/contact.jpg) no-repeat center center;
	text-align: center;
	position: relative;
}
.contact_banner h1{
	font-size: 195px;
	line-height: 310px;
	margin: 70px 0 0;
	color: rgba(0,0,0,0.14);
	font-family: "Roboto-Black_0";
}
.contact_banner h2{
	width: 100%;
	line-height: 310px;
	position: absolute;
	top: 70px;
	font-size: 48px;
	color: #FFFFFF;
}
.contact_content{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 70px 0 60px;
}
.contact_top{
	width: 1040px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.contact_top h2{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	padding: 0 0 0 100px;
}
.contact_top ul{
	width: 100%;
	overflow: hidden;
	margin: 30px 0 0;
}
.contact_top ul li{
	width: 50%;
	overflow: hidden;
	float: left;
	padding: 35px 0 35px 105px;
	font-family: "Roboto-Regular";
	color: #8c8c8c;
	font-size: 18px;
}
.contact_top ul li:nth-of-type(1){
	font-family: "微软雅黑";
	border-bottom: 1px solid #f0f0f0;
}
.contact_top ul li:nth-of-type(2){
	border-bottom: 1px solid #f0f0f0;
}
.contact_icon{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #d7000f;
	text-align: center;
	float: left;
	margin: 0 20px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_top ul li .contact_txt{
	float: left;
}
.contact_top ul li .contact_txt h3{
	font-size: 26px;
	margin-bottom: 10px;
	color: #333333;
	font-family: "微软雅黑";
}
@media only screen and (max-width:991px ) {
	.contact_content {
	    padding: 50px 0;
	}
	.contact_top h2 {
	    padding: 0;
	}
	.contact_top ul li {
	    padding: 35px 0 35px 0px;
	    font-size: 18px;
	}
}
@media only screen and (max-width:767px ) {
	.contact_banner{
		height: 280px;
		background-size: auto 100%;
	}
	.contact_banner h1{
		font-size: 81px;
		line-height: 230px;
		margin: 50px 0 0;
		color: rgba(0,0,0,0.14);
		font-family: "Roboto-Black_0";
	}
	.contact_banner h2{
		line-height: 230px;
		top: 50px;
		font-size: 36px;
	}
	.contact_content {
	    padding: 40px 0;
	}
	.contact_top h2 {
	    font-size: 24px;
	}
	.contact_top ul li {
		width: 100%;
		font-size: 14px;
		border: none !important;
		padding: 10px 0;
	}
	.contact_top ul li .contact_txt h3{
		font-size: 20px;
		margin-bottom: 5px;
	}
}
.contact_map{
	width: 100%;
	height: 640px;
	overflow: hidden;
	border: 1px solid #c5c5c5;
	margin: 40px 0 0;
}
@media only screen and (max-width:991px ) {
	.contact_map{
		height: 400px;
		margin: 40px 0 0;
	}
}
@media only screen and (max-width:767px ) {
	.contact_map{
		height: 400px;
		margin: 20px 0 0;
	}
}