/* CSS Document */
.df_in_title h1{ font-size:32px; color:#333333;  padding-bottom:20px; font-weight:bold}
.df_in_title h2{ font-size:32px; color:#333333;  padding-bottom:20px; font-weight:bold}
.df_in_title01 h2{ font-size:32px; color:#fff;  padding-bottom:20px; font-weight:bold}
.solution-list ul li h3.solution-title {
	position: absolute;
	top: 211px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 2
}
.solution-list ul li h3.solution-intro {
	position: absolute;
	top: 282px;
	left: 50%;
	margin-left: -121px;
	width: 242px;
	overflow: hidden;
	color: #eee;
	line-height: 2;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 14px;
	text-align: justify
}
.solution-list ul li.active h3.solution-title {
	top: 158px;
	font-size: 22px
}

.df_new_list li:hover .df_new_time ,li:hover .df_new_font a{ background:#ff303a; color:#FFF;}