/*banner*/
.banner{
	margin-top: 5rem;
	width: 100%;
	height: 43rem;
	background: url(/images/contact/banner.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-top: 10rem;
}
.banner h2{
	font-size: 1.8rem;
	font-weight:bold; 
}
.banner p{
	font-size: 1.2rem;
}
/*地点*/
.AdressBox{
	width: 60%;
	margin:3.95rem auto 3rem;
}
.AdressItem{
	width: 40%;
	text-align: center;
}
.AdressItem h4{
	margin: 2rem auto 1rem;
	font-size: 1.2rem;
	font-weight: normal;
	color: #333333;
}
.AdressItem p{
	font-size: 0.9rem;
	line-height: 1.7rem;
	color: #333333;
}
.Map{
	width: 6.7rem;
	height: 2rem;
	line-height: 2rem;
	background-color: #db0632;
	border-radius: 1rem;
	margin: 1rem auto 0;
}
.Map a{
	display: block;
	font-size: 0.9rem;
	color: #ffffff;

}
.Map a:hover{
	border-radius: 1rem;
	background: #9b0725;
}
/*在线留言*/
.zxly{
 	width: 40rem;
 	margin: 0 auto;
}
.zxlyBitle{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 2.5rem;
}
#form1 label{
	font-size: 0.9rem;
	color: #333333;
}
.form-control{
	color: #c9c9ca;
}
.submitBtn{
	text-align: center;
	margin:2rem auto 5rem;
}
.btn1{
	width: 22rem;
	height: 2.7rem;
	background-color: #d20032;
	margin:0 auto;
	color: #fff;
	font-size: 0.9rem;
	transition: .5s;
	border:none;
	border-radius: .5rem;
}
.btn1:hover{
	background: #be042b !important;
}


@media screen and (max-width: 480px){
	.banner{
		margin-top: 2.5rem;
		background: url(/images/contact/banner_m.jpg) center 0 no-repeat;
		background-size: 100%;
		height: 22rem;
		padding-top: 5rem;
	}
	.banner h2{
		font-size: 1.1rem;
	}
	.banner p{
		font-size: 0.7rem;
	}

	.AdressBox {
		width: 100%;
		margin-top: 2rem;
		margin-bottom: 0;
	}
	.AdressItem{
		width: 90%;
		margin:0 auto;
	}
	.AdressItem h4{
		margin:1rem auto 0.7rem;
	}
	.AdressItem div img{width: 84%;}
	.AdressItem p{
		font-size: 0.7rem;
		line-height: 1.2rem;
	}
	.Map{
		margin-bottom: 2rem;
	}
	.zxly{
		width: 86%;
	}
	.zxlyBitle{
		font-size: 1.5rem;
		margin-bottom: 2rem;
	}
	.submitBtn{margin-bottom: 4rem;}
	.btn1{
		width: 80%;
		border-radius: 0;
	}
}