﻿@charset "utf-8";


/**************index content begin******************/

#subcontent {
	float: right; /* 由于此元素是浮动的，因此必须指定宽度 */
	width: 257px; /* 在符合标准的浏览器中或者在 Internet Explorer 中的标准模式下，此 div 的实际宽度除了包括宽度外，还包括填充和边框 */
	background: #EBEBEB; /* 将显示背景色，其宽度等于栏中内容的长度，*/
}
 #mainContent { 
	 /* 此 div 元素的右边距会在页面的右下方创建栏 — 无论 sidebar1 div 中包含多少内容，都将保留栏空白。如果您希望在 #sidebar1 中的内容结束时，用 #mainContent div 的文本填充 #sidebar1 空白，则可以删除此边距。 */
	background-color:#fff;
	padding-left:5px;
	float:left;	
	} 


/********mainContent begin*******/
#banner{	
	background-color:#3d7bcc;
	margin-left:-5px;
	width:669px;
	height:287px;
}

/***product begin***/
#product{
	width:664px;
	padding-bottom:0px;
	margin-top:6px;
	margin-bottom:5px;
	background:url(../img/pro_bg.png) top left no-repeat;
	position:relative;
	background-color:#eeeeee;
	height:274px;
	}
#product1{
	padding:0px 18px 0px 35px;
}
#product img{
	margin-left:3px;
	margin-top:12px;	
	}
#product img.bt1{
	position:absolute;
	left:11px;
	top:122px;
	}
#product img.bt2{
	position:absolute;
	right:11px;
	top:122px;
	}	
	
	
#product h1{
	padding-top:10px;
	padding-left:20px;
}
/***product end***/

/***intro begin***/
#intro{	
	width:664px;
	margin-left:0px;	
	background:url(../img/intro_bg.png) bottom repeat-x;
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	}
#intro h1{
	padding-left:5px;
	background:url(../img/index_thbg.jpg) repeat-x bottom;
	}
/****#webdesign****/
#intro dl{
	color:#494949;
	}
#intro dl dt{
	float:left;	
	display:inline;
	}
#intro dl#webdesign{
	float:left;
	width:346px;
	margin-top:16px;
	margin-left:23px;
	line-height:15px;
	display:inline;
	}
#intro dl#webdesign dt{
	margin-top:15px;
	width:121px;
	}
#intro dl#webdesign dd{
	width:217px;
	float:right;	
	text-indent:20px;
	}
#intro dl#webdesign p{
	margin-bottom:14px;
	}

/****#webdesign***/	
#intro dl#webtech{
	width:267px;
	margin-top:21px;
	float:right;
	}
#intro dl#webtech dt{
	float:left;	
	width:106px;
	}
#intro dl#webtech dd{
	float:right;
	display:inline;
	width:138px;
	line-height:18px;
	}
#intro .more{
	text-align:right;
	padding-top:22px;
	margin-right:10px;
	}


/***service start***/
#service{
	margin-top:5px;
	}
/********subContent begin*******/
#subcontent a:link,#subcontent a:visited{
	color:#4568aa;
	}
#subcontent h1{
	background:url(../img/index_thbg.jpg) repeat-x;
	padding-left:11px;
}

#feature{
	background-color:#FFF;
	background-color:#eeeeee;
}
#Indiv_ser{
	margin-bottom:11px;
}
#Indiv_ser dt{
	background-color:#FFF;
	padding-left:16px;
	margin-bottom:5px;
}
#subcontent dd{
	margin-left:13px;
}
/***web_notice**/
#web_notice dl{
	margin-top:11px;
	margin-bottom:11px;
	}
/***verecom_news**/
#verecom_news dl{
	margin-top:11px;
	margin-bottom:11px;
	}

