@charset "utf-8";
/* CSS Document */
@import url("main.css");

/***********公司简介************/
.intro_box{
	padding:20px;
	}
.intro_c{
	overflow:hidden;
	}	
.intro_c li{
	float:left;
	}
.intro_c li:first-child{
	width:260px;
	height:400px;
	background:url(../images/intro_bg.png) left top no-repeat;
	}	
.intro_c li:last-child{
	width:436px;
	padding-top:3px;
	margin-left:20px;
	}		
.intro_c li p{
	color:#666;
	line-height:24px;
	text-indent:2em;
	}	
.intro_c li h4{
	color:#1a7dd3;
	font-weight:normal;
	line-height:24px;
	text-indent:2em;
	}	
.intro_c li h4 span{
	font-family:Arial;
	}
