@charset "utf-8"; 
@import url("all.css");
@import url("layout.css");
@import url("top.css");

/*------------------------------------------------------------------------------*/
#left {
    background:none;
	}

#left h2 {
	height:32px;
	line-height:32px;
	padding-left:12px;
	font-weight:bold;
	font-size:14px;
	color:#3093E8;
	background:url(../images/lefth2-bg2.gif) no-repeat;
}

#left h2 a { float:right;font-size:12px; font-weight:normal; margin-right:12px; }

#left h3 {
    margin-top:5px;
	line-height:20px;
	padding-left:15px;
	background:url(../images/icon.gif) left top no-repeat;
	font-weight:normal;
}
#left h3 .num { color:#999999; }

#left .newsindex { padding-top:1px; }
#left p.about { text-indent:24px; line-height:22px; }
#left p.news { line-height:22px; text-indent:12px; background:url(../images/icon.gif) left no-repeat; }
/*------------------------------------------------------------------------------*/
#right h2 {
	height:32px;
	line-height:32px;
	padding-left:12px;
	font-weight:bold;
	font-size:14px;
	color:#3093E8;
	background:url(../images/righth2-bg.gif) left no-repeat;
}

#right h2 span.more { float:right; font-size:12px; font-weight:normal; margin-right:10px;}
#right h2 span.txt { float:left; font-size:14px;}

/*ײ------------------------------------------------------------------------------*/


#products {
    padding-top:5px; margin:0;
	}

.pro {
	width:215px;
	height:185px;
	margin-top:7px;
	float:left;
	text-align:center;
	display:inline;
	background:url(../images/indexpro-bg.gif) no-repeat;
}	

.pro img {
	width:205px;
	height:95px;
	margin-right:3px;
	float:left;
}

.pro h3 { margin:0; padding:0; text-align:left; font-weight:bold; padding-left:20px; height:25px; line-height:25px; }
.pro h3 a {  color:#3093E8; }
.pro p { text-align:left; padding-left:5px; padding-right:14px; text-indent:0;line-height:20px; height:20px; word-break:break-word; word-wrap:break-word; }
.pro p.h3 { margin:0; padding:0; text-align:left; font-weight:bold; padding-left:20px; height:25px; line-height:25px; }
.pro p.h3 a {  color:#3093E8; }

.clear_proline { height:8px; line-height:8px; clear:both; background:url(../images/proline.gif) top center no-repeat; }
