.lianxia-box{
	position: relative;
	padding: 40px 0 88px;
}
.lianxia-box::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 655px;
	/*background: #F6F6F6;*/
	z-index: -1;
}
.lianxia-box .content1500{
	background-color: #fff;
}
.lianxia-box .box1 ul{
	display: flex;
	justify-content: space-between;
	padding: 41px 51px 0;
	/*align-items: center;*/
	margin: 0;
}
.lianxia-box .box1 li{
    /*width: 18%;*/
}
.lianxia-box .box1 .icon{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.lianxia-box .box1 .icon .text{
	margin-left: 16px;
}
.lianxia-box .box1 .title{
	font-size: 20px;
	font-family: PingFang;
	font-weight: bold;
	color: #222222;
	line-height: 1.5;
	margin: 30px 0 0;
}
.lianxia-box .box1  .text1{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 1;
	margin: 0;
	text-align: center;
}
.lianxia-box .box1 .pic-box{
	display: inline-block;
}
.txt_boxs {
	display: flex;
	/* justify-content: space-between; */
	box-sizing: border-box;
	padding: 0 8px 10px;
	width: 379px;
	height: 98px;
	/* background: #003EA8; */
	background-image: url(../image/txt_boxs-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	align-items: center;
	margin-left: -13px;
	margin-top: -15px;
}

.amap-marker-label {
	border: none;
	padding: 0;
	background-color: transparent;
}

.txt_boxs .box-text {
	padding-left: 20px;
	color: #fff;
}

.txt_boxs .box-text .name {
	font-size: 18px;
	font-family: PingFang;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.txt_boxs .box-text .address{
	font-size: 14px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 17px;
}
.box2{
	margin-top: 49px;
}
.box2 #map{
	width: 100%;
	height: 685px;
}
.box3{
	padding-top: 53px;
}
.box3 .title{
	padding-bottom: 22px;
	border-bottom: 1px solid rgba(235, 235, 235, 1);
}
.box3  ul{
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 59px 0 0;
	flex-wrap: wrap;
}
.box3 li{
    
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.box3 li,
.box3 i{
    width: 23.5%;
}
.box3 li .r{
	margin-left: 17px;
}
.box3 li .r .text-title{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 1;
	margin: 0;
}
.box3 li .r .text-des{
	font-size: 22px;
	color: rgba(51, 51, 51, 1);
	margin: 0;
	margin-top: 12px;
}
footer{
	margin-top: 0!important;
}
@media (max-width:1400px) {
	.lianxia-box .box1 .title{
		font-size: 18px;
	}
	.lianxia-box .box1 ul{
		padding: 0 20px;
	}
}
@media (max-width:1199px) {
	.lianxia-box .box1 ul{
		flex-wrap: wrap;
		padding: 30px 20px;
	}
	.lianxia-box .box1 li{
		width: 48%;
		margin-bottom: 15px;
	}
	.lianxia-box .box1 .title{
		margin-top: 20px;
	}
	.box2 #map{
		height: 400px;
	}
	.lianxia-box .box1 .title{
		font-size: 16px;
		line-height: 1.5;
	}
	.box3 ul{
		

	}
	.box3 li,
.box3 i{
		width: 48%;
		
	}
	.box3 li{
	    margin-bottom: 25px;
	}
}
@media (max-width:500px) {
	.lianxia-box .box1 li{
		width: 100%;
	}
	.lianxia-box .box1 .title{
		margin-top: 14px;
	}
	.lianxia-box .box1 .pic-box{
		/* display: block;
		text-align: center; */
	}
	.box2{
		margin-top: 10px;
	}
	.box2 #map{
		height: 280px;
	}
	.box3 li,
.box3 i{
		width: 100%;
	}
	.box3 li .l img{
		width: 30px;
	}
	.box3 li .r .text-des{
		font-size: 18px;
	}
	.box3 ul{
		padding: 40px 0 50px;
	}
}
