.xdbanner {
  width: 100%;
}
.xdbanner img {
  display: block;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
.Lxtitle{
	width: 1200px;
	margin: 0 auto;
	padding: 72px 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #222222;
}
.LxBox{
	box-sizing: border-box;
	width: 1200px;
	padding: 0 160px 79px 160px;
	border-bottom: 1px solid #21232F;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
}
.LxCard{
	width: 300px;
	margin-top: 105px;
}
.LxCardPd0{
	margin-top: 0px;
}
.LxCardImg{
	display: block;
	width: 119px;
	height: 119px;
	margin: 0 auto;
}
.LxCardImgBottom{
	width: 74px;
	height: 74px;
}
.lxCardTxt1{
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	margin-top: 32px;
	text-align: center;
}
.lxCardTxt2{
	font-size: 16px;
	font-weight: bold;
	color: #636363;
	margin-top: 10px;
	text-align: center;
}

.map {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.map #container {
  width: 100%;
  min-width: 1200px;
  height: 640.5px;
  margin: 0 auto;
}
.map .mapBox {
  width: 100%;
  min-width: 1200px;
  height: 640.5px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.map .mapBox p {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 273px;
  margin-top: 88px;
}
.map .mapBox .line {
  width: 84px;
  height: 1px;
  background: #EA3746;
  margin-left: 273px;
  margin-top: 29px;
}
.map .mapBox .xxdz {
  margin-left: 273px;
  height: 50px;
  display: flex;
  margin-top: 196px;
}
.map .mapBox .xxdz img {
  width: 44px;
  height: 50px;
  margin-right: 25px;
}
.map .mapBox .xxdz .xxdztxt {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 50px;
}