

.hometitle {
	float: left;
	width: 100%;
	text-align: center;
	background: none;
}
.hometitle h1 {
	margin: 8% 0 0px 0;
	font-weight: bold;
	font-size: 58px;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	background: none;
}
.hometitle h2 {
	margin-top: 20px;
	display: inline-block;
+display:inline;
	zoom: 1;
	font-size: 24px;
	font-weight: bold;
	border-bottom: #666666 1px solid;
	line-height: 44px;
	background: none;
}
.homeabout .hometitle a, .homenews .hometitle a {
	color: #333;
}
.homebusiness .hometitle a {
	display: block;
	color: #fff;
	line-height: 50px;
}
.homebusiness .hometitle h2 {
	border-bottom: #ffffff 1px solid;
}
.homeabout {
    float: left;
    width: 100%;
    background: #cecece url(../image/bg3.jpg) no-repeat center center;
    background-size: cover; /* 确保背景图覆盖整个容器 */
    background-attachment: fixed; /* 固定背景图不随滚动移动 */
}

.homeabout .aboutin {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}
.homeabout .aboutin .tip {
	margin: 36px 0 20px 0;
	padding: 0 10px;
	display: inline-block;
+display:inline;
	zoom: 1;
	border-bottom: #b1b1b1 1px solid;
	line-height: 37px;
	font-size: 24px;
	color: #999999;
}
.homeabout .aboutin p {
	font-size: 14px;
	color: #999;
}
.homeabout .aboutin ul {
	margin: 0 auto;
	width: 866px;
}
.homeabout .aboutin ul li {
	float: left;
	margin: 4.5% 26px 140px 0;
	overflow: hidden;
	width: 197px;
	height: 200px;
}
.homeabout .aboutin ul li.lastli {
	margin-right: 0px;
}
.homeabout .aboutin ul li .liin {
	width: 197px;
	height: 200px;
	background: url(../image/bg_homeabout.png) no-repeat center center;
	text-align: center;
}
.homeabout .aboutin ul li .liin .nummer .data {
	margin-top: 42px;
	display: inline-block;
+display:inline;
	zoom: 1;
	border-bottom: #fff 1px solid;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	line-height: 68px;
}
.homeabout .aboutin ul li .liin .nummer .wenzi {
	margin-top: 6px;
	color: #fff;
}
.homeabout .aboutin ul li .liin .nummer .wenzi span {
	display: block;
	font-size: 14px;
}