.banner_img {
	height: 100px;
	margin: auto;
	overflow: hidden;
	padding-top: 25px;
}

.banner_img img {
	width: 100%;
	height: 100%;
}

.lifecycle {
	height: auto;
	margin: auto;
	margin-top: 30px;
	overflow: hidden;

}

.lifecycle .lcyle {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.lifecycle .lcyle .lcyle_top {
	width: 100%;
	height: 38px;
	line-height: 26px;
	font-size: 0;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
}

.lcyle .lcyle_top .lcyle_tt {
	height: 100%;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 5px;
	height: 38px;
	border-bottom: 2px solid #0085ce;
}

.lcyle .lcyle_top .lcyle_tt span {
	font-size: 24px;
	color: #1973c3;
	font-weight: bold;
}

.lcyle .lcyle_top .lcyle_tt a {
	font-size: 24px;
	color: #1973c3;
	font-weight: bold;
}

.lcyle .lcyle_top .lcyle_tt img {
	position: relative;
	bottom: 8px;
	margin-left: 8px;
} 



.lcyle_info {
	width: 1200px;
	height: auto;
	background-color: #f3f3f3;
	overflow: hidden;
	padding: 20px 0px;
	font-size: 0;
	margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.lcyle_info ul li {
	margin-left: 30px;
	height: 34px;
	line-height: 18px;
	width: 340px;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 12px;
	position: relative;
}

.lcyle_info ul li span {
	width: 9px;
	height: 9px;
	background-image: url(./list_dian.png);
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
	position: relative;
}

.lcyle_info ul li a {
	font-size: 16px;
	color: #333333;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 100%;
	width: 0px;
	text-decoration: none;

}