section {
	overflow: hidden;
}
.backImg {
	width: 100%;
	height: 935px;
	background-color: #f9f9f1;
	position: relative;
}
.infoList {
	z-index: 9999;
	position: relative;
	width: 1200px;
	height: 935px;
	margin: auto;
	background: url(../img/lxwm_05.png) no-repeat #fff;
}

.infoImg {
	width: 190px;
	height: 190px;
	margin: auto;
	padding: 50px 0;
}

.infoText {
	margin: 0 33%;
}

.infoText p {
	font-size: 17px;
	padding-bottom: 30px;
	color: #333333;
}

.imgTop {
	position: absolute;
	top: 0;
	left: -355px;
	width: 286px;
	height: 320px;
	background-image: url(../img/lxwm_02.png);
}

.imgLeft {
	position: absolute;
	bottom: 30%;
	left: -355px;
	width: 286px;
	height: 229px;
	background-image: url(../img/lxwm_13.png);
}

.imgLeftBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 383px;
	height: 339px;
	background-image: url(../img/lxwm_17.png);
}

.imgRight {
	position: absolute;
	top: 120px;
	right: -355px;
	width: 339px;
	height: 285px;
	background-image: url(../img/lxwm_08.png);
}

.imgRightTwo {
	position: absolute;
	bottom: 30%;
	right: -355px;
	width: 296px;
	height: 113px;
	background-image: url(../img/lxwm_15.png);
}

.imgRightBottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 355px;
	height: 340px;
	background-image: url(../img/lxwm_19.png);
}

.titleList {
	width: 16%;
	/*float: left;*/
	position: absolute;
	top: 50px;
	left: 0;
	margin-right: 5%;
	margin: 50px 2% 50px 0;
	background-color: #fff;
}

.titleList li {
	text-align: center;
	transition: .3s;
	padding: 15px;
	font-size: 22px;
	cursor: pointer;
	border-left: 4px solid #ecf6f1;
}

.titleList li:not(.active):hover {
	/* border-left: 4px solid #48ab72; */
	color: #48ab72;
	background-color: #ecf6f1;
}

.titleList li:hover {
	cursor: pointer;
}

.titleList .active{
	border-left: 4px solid #48ab72;
	color: #48ab72;
	background-color: #ecf6f1;
}

/*.info {
	width: 73%;
	float: left;
	margin: 50px 0;
	padding: 30px 0;
	background-color: #fff;
	text-align: center;
}*/