﻿

#header  .nav li a:hover, 
#header .active a {
	background-color: #000;
}


/*背景图*/
#hc_bg{
	width:100%;
	height:270px;
	background:url(../image/hc_bg.jpg);
}

#introduce{
	background:#CCC;
	width:1000px;
	height:440px;
	padding:0px;
}

#introduce .hc_left{
	background:#f9f9f9;
	width:650px;
	height:440px;
	float:left;
	position:relative;
	
}

.profiles{
	width:600px;
	height:400px;
	margin-top:25px;
	
	
	
}



.profiles h1{
	background:url(../image/about.png) no-repeat;
	text-indent: -9999px;
	height:50px;
	margin-top:20px;	
	margin-left:8px;
}

.profiles .l{
	background:url(../image/about_bg.jpg) no-repeat;
	width:190px;
	height:145px;
	float:left;
	margin:5px 15px 5px 15px;

}


.profiles p{
	width:545px;
	text-indent:30px;
	font-size:13px;
	margin-left:25px;
	text-align:justify;
	line-height:20px;
	color:#333;


}



#introduce .hc_right{
	background:#f9f9f9;
	width:350px;
	height:440px;
	float:left;
}

.Range{
	width:350px;
	height:200px;
	margin-top:25px;
}
.Range h1{
	width:335px;
	background:url(../image/scope.png) no-repeat;
	text-indent: -9999px;
	height:50px;
	margin-top:20px;
	margin-bottom:10px;
}

.Range p{
	
	width:350px;
	font-size:13px;
	color:#333;
	text-align:justify;
	height:34px;
	margin:0 0 0 3px;
	padding:0px;
}


.link h1{
	width:335px;
	background:url(../image/contact.png) no-repeat;
	text-indent: -9999px;
	height:50px;
	margin-bottom:10px;
	
}


.link p{
	
	width:350px;
	font-size:13px;
	color:#333;
	text-align:justify;
	height:34px;
	margin:0 0 0 3px;
	padding:0px;
	position:relative;
}

.link p img{
	position:absolute;
	
}
.link p span{
	position:absolute;
	left:35px;
	top:3px;
}



