@charset "utf-8";
/* CSS Document */
@import url(nav.css);
@import url(conn.css);
/*
首页最新案例-------------------------------------------------*/
#newcase{
    width:700px;
	float:right;
	}
#newcase h6{
    background:url(../img/news_case.jpg) left top no-repeat;
	padding:40px 0;
    }
#newcase ul{ margin-left:20px;}
#newcase ul li{
    display:block;
    float:left;
	padding:10px;
	}
#newcase ul li p{
    clear:left;
    }
#newcase ul li a{
    display:block;
	padding:3px;
	background: url(../img/back.gif);
    float:left;
	}
#newcase ul li a:hover{
    background: url(../img/hoverback.gif);
    }
#newcase ul li p a{
	padding:0px;
	background: none;
    float:left;
	}
#newcase ul li p a:hover{
    background: none;
    }
	
/*
首页新闻-------------------------------------------------*/

#news{
   float:left;
   padding:0 20px;
   }
#news h6{
   background:url(../img/title_gonggao.jpg) left center no-repeat;
   padding:30px 0;    
   }
#news ul li{ 
   background:url(../img/ico.gif) left center no-repeat;
   }
#news ul li a{
   margin-left:20px; 
   }

/*
首页公司介绍-------------------------------------------------*/
#homeus{
	width: 400px;
	float: left;
}
#homeus h6{
    background:url(../img/title_abort_us.jpg) left top no-repeat;
	padding:30px 0;
	}
#homeus p{
    text-indent:24px;
	padding:5px 15px;
}
/*
首页业务按钮链接-------------------------------------------------*/	
#but{
	float: right;
	width: 250px;
	height: 260px;
	display: block;
}
#but li a{
	display: block;
	height: 56px;
	width: 160px;
	margin-top: 5px;
	line-height: 56px;
    padding-left:70px;
	font-weight: bold;
}
#but li .web01{	
    background-image: url(../img/bat_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#but li .web02{	
    background-image: url(../img/bat_img-02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#but li .web03{	
    background-image: url(../img/bat_img-03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#but li .web04{	
    background-image: url(../img/bat_img-04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}