.banner1 {
	width: 100%;
	height: 361px;
	background: url(../images/banner2.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
}

.banner1-menu {
	font-size: 60px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #0A914B;
	line-height: 60px;
	-webkit-text-stroke: 2px #FFFFFF;
	text-stroke: 2px #FFFFFF;
	position: relative;
}

.banner1-menu::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -20px;
	width: 100px;
	height: 4px;
	background: #0A914B;
}

.cont-box {
	width: 100%;
	height: auto;
	min-height: 82px;
	position: relative;
	margin-bottom: 50px;
}

.cont-box-top {
	height: 60px;
	border-bottom: 1px solid #E8E8E8;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.list-one {
	display: flex;
	align-items: center;
}


.list-p {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	margin-right: 40px;
	cursor: default;
}

.list-pAct {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #0A914B;
	line-height: 36px;
	position: relative;
}

.list-pAct::after {
	content: '';
	position: absolute;
	bottom: -12px;
	left: 0;
	/* margin-left: -45px; */
	width: 100%;
	height: 2px;
	background: #0A914B;

}

.list-oen {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
	margin: 0 2px;
}

.sy-img {
	width: 18px;
	height: 18px;
	display: block;
}

.list-one-a {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
	margin: 0 4px;
}

.list-one-a:hover {
	color: #0A914B;
}
.list-one-a:last-child{
	color: #0A914B;
}
.cont-box-bot {
	width: 100%;
	padding-top: 40px;
	height: auto;
	position: relative;
}

.lianx{
	width: 100%;
	height: auto;
	margin-top: 84px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.lianx-one{
	width: 33%;
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.lianx-img{
	width: 100px;
	height: 100px;
	display: block;
}

.lianx-span{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	margin: 14px 0;
}

.lianx-p{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
}
.map-box{
	margin-top: 51px;
    width: 1210px;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-left: 15px;
	margin-bottom: 15px;
}
#infoWindow{
	width: 302px;
	height: 118px;
	background: url(../images/map-tip.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	padding-top: 28px;
	padding-left: 28px;
}
.map-tit{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #206bd1;
	line-height: 26px;
}
.map-tit1{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
}
 .anchorBL {
    display: none;
  }