

div,ul,li,td,tr,table,p,span,h1,h2,h3,h4,h5,h6,form{ margin:0px;  padding:0px; list-style:none; list-style-type: none; word-wrap:break-word;position:relative; border:none;}


/*****service******/	
.build_images {
	width:100%;
	height:645px;
	overflow:hidden;
	background:url(../images/build_dark.png) repeat; margin-top:20px; margin-bottom:20px;}
.build_images ul {
	display:block;
	width:1030px;
	margin:0 auto;}
.build_images li {
	float:left;
	width:256px;
	height:215px;
	overflow:hidden;
	display:block;}
.build_images li.text span{
	position:absolute;
	z-index:10;
	color:#fff;
	font-size:13px;
	line-height:25px;
	display:block;
	width:230px;
	height:176px;
	padding:20px;
	left:0;
	bottom:-215px;
	background: url(../image/dark_bg.png) repeat;
}
.build_images li.img span {
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:60px;
	line-height:80px;
	
}
.build_images li.img01 {background:url(../image/build_bg01.png) repeat;}
.build_images li.img01 span {color:#00618c;}
.build_images li.img02 {background:url(../image/build_bg02.png) repeat;}
.build_images li.img02 span {color:#656565;}
.build_images li.img03 {background:url(../image/build_bg03.png) repeat;}
.build_images li.img03 span {color:#ce6800;}
.build_images h2 {
	font-size:16px;
	font-weight:400;
	color:#dedede;
	margin:35px 0 0 25px;}
.build_images h2 b {color:#fff;}
.build_images h3 {
	font-size:30px;
	line-height:30px;
	font-weight:400;
	color:#fff;
	margin:10px 0 0 25px;}
