.content {
	width: 100%;
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #f4f4f4;
}

.allList {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}

.titleList {
	width: 16%;
	float: left;
	margin-right: 5%;
	margin: 50px 2% 50px 0;
	background-color: #fff;
}

/* .titleList li {
	padding: 15px;
	font-size: 22px;
	border-left: 2px solid #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 .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;
}

.info .title {
	font-size: 22px;
	padding: 15px 0;
}

.info .tel {
	color: #ff0000;
	font-size: 22px;
}

.info .describe {
	width: 90%;
	margin: auto;
	font-size: 16px;
	color: #b9b9b9;
	padding: 10px 0;
	text-align: left;
}

.infoList {
	overflow: hidden;
	padding: 10px 30px;
}

.infoList .item {
	margin-top: 5px;
	display: inline-block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.infoList .item .itemImg {
	display: inline-block;
	font-size: 0;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	position: relative;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* .infoList .item img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	vertical-align:middle;
} */

.infoList .item:nth-child(1){
	width: 49%;
	height: 270px;
}

.infoList .item:nth-child(2) {
	width: 49%;
	margin-left: 1%;
	height: 270px;
}

.infoList .item:nth-child(2) .itemImg {
	width: 80%;
	height: 80%;
}

.infoList .item:nth-child(2) .itemColor {
	width: 50px;
	height: 50px;
	background-color: #48ab72;
	display: block;
	margin-bottom: 10px;
}

.infoList .item:nth-child(3) {
	width: 11%;
	height: 140px;
	background-color: #48ab72;
	float: left;
}

.infoList .item:nth-child(4) {
	width: 50%;
	height: 235px;
}

.infoList .item:nth-child(5) {
	width: 38%;
	height: 235px;
}

.infoList .item:nth-child(5) .itemImg {
	width: 100%;
	height: 90%;
}

.infoList .item:nth-child(5) .itemColor {
	position: absolute;
	width: 50%;
	height: 10px;
	background-color: #48ab72;
	bottom: 0;
	right: 0;
}

.infoList .item:nth-child(6) {
	width: 33%;
	height: 210px;
}

.infoList .item:nth-child(7) {
	width: 54%;
	margin: 0 1%;
	height: 270px;
	margin-top: 5px;
}

.infoList .item:nth-child(8) {
	width: 10%;
	height: 140px;
	background-color: #48ab72;
	float: right;
	margin-top: 0;
	position: relative;
	left: -2px;
}