/*banner*/
.banner{
	margin-top: 5rem;
	height: 34rem;
	/*background: #0d1d41;*/
	background: url(/images/contact/banner1.jpg) center center no-repeat;
background-size: cover;
}
.bannerBox{
	margin:0 auto;
	width: 62rem;
}
.bannerImg{
	margin-bottom:1rem;
}
.bannerTexttitle{font-size: 1.8rem;
  line-height: 1.6rem;
  color: #ffffff;
  /*padding-left: 4.4%;*/
  font-family: 'SourceHanSansCN-Bold';
  margin-bottom: 1rem;}
.bannerText{
	font-size: 1rem;
	line-height: 1.6rem;
	color: #ffffff;
	/*padding-left: 4.4%;*/
}
.bannerL{
	width: 38%;
	margin-top: 3.85rem;
}
.bannerL img{
	max-width: 100%;
	height: auto;
}
.bannerR{
	width: 42%;
	margin: 22% 0 0 57%;
	text-align: right;
}
.bannerImg{
	width: 42%;
}
.bannerImg img{
	max-width: 100%;
	height: auto;
}
/*地点*/
.Adressbg{width: 100%;
  height: 37rem;
  min-height: 100svh;
  background: #d7d7d7 url(/images/contact/banner3.jpg) center center no-repeat;
  background-size: cover;}
.Adressitle{
	text-align: center;
	font-size: 1.8rem;
	font-family: 'SourceHanSansCN-Bold';
	color: #fff;
	padding: 2rem 0;
  width: 100%;
}
.AdressBox{
	width: 70%;
	margin:0 auto 3rem;
}
.AdressItem{
	width: 40%;
	text-align: center;
}
.AdressItem h4{
	margin: 2rem auto 1rem;
	font-size: 1.1rem;
	font-weight: normal;
	color: #fff;
}
.AdressItem p{
	font-size: 0.9rem;
	line-height: 1.7rem;
	color: #fff;
}
.Map{
	width: 6.7rem;
	height: 2rem;
	line-height: 2rem;
	background-color: #1a2f81;
	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;
}
/*在线留言*/
.zxlybg{width: 100%;
  height: 37rem;
  min-height: 100svh;
  background: #d7d7d7 url(/images/contact/banner2.jpg) center center no-repeat;
  background-size: cover;}
.zxly{
 	width: 40rem;
 	margin: 0 auto;
}
.zxlyBitle{
	text-align: center;
	font-size: 1.8rem;
	font-family: 'SourceHanSansCN-Bold';
	color: #383838;
	padding: 1.5rem 0;
}
#form1 label{
	font-size: 0.9rem;
	color: #333333;
	font-family: 'SourceHanSansCN-Bold';
}
.form-control{
	color: #000;
}
.submitBtn{
	text-align: center;
}
.btn1{
	width: 18rem;
	height: 2.7rem;
	background-color: #1a2f81;
	margin:0 auto;
	color: #fff;
	font-size: 0.9rem;
	transition: .5s;
	border:none;
	border-radius: 2rem;
	font-family: 'SourceHanSansCN-Medium';
}
.btn1:hover{
	background: #be042b !important;
}


@media screen and (max-width: 480px){
	.banner{
		width: 100%;
    margin-top: 2.5rem;
    height: auto;
	}
	.bannerBox {
    width: 100%;
  }
   .bannerR {
    width: 94%;
    text-align: center;
    margin: 1rem auto 0;
    padding: 5rem 0;
  }
  .bannerTexttitle {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #ffffff;
  text-shadow: 2px 3px 2px #3d3d3d;
}
.bannerText {
    padding: 0;
    font-size: 0.8rem;
    margin-bottom: 2rem;
	line-height: 1.2rem;text-shadow: 2px 3px 2px #3d3d3d;
  }

.Adressbg{ height:auto;}
.zxlybg{ height:auto;}
	.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.2rem;
		/*margin-bottom: 2rem;*/
	}
	#form1 label{font-size: 0.8rem;}
	.submitBtn{/*margin-bottom: 4rem;*/}
	.btn1{
		width: 80%;font-size: 0.8rem;
		
	}
	.Adressitle{font-size: 1.2rem;}
}