/* height:1% 解决ie边框时隐时现问题*/
#main { margin:20px auto; width:750px; height:1%;}
	#siderbar{ float:left; width:135px; margin-right:10px;  padding-bottom:4px;}
		#siderbar li { line-height:20px; float:none;}
		#siderbar li ul li {line-height:16px;}
		.no1{ height:22px; line-height:22px;}
		.no1 a{ font-weight:bolder; font-size:12px; color:#0333a2 ;  }
		.no1 a:hover{  display:block; background-color:#2088b4;font-weight:bolder; font-size:12px; color:#fff ;height:22px; line-height:22px;  }
        .no2 {font-weight:normal;  background:url(../images/520.jpg) no-repeat 4px 9px ; text-indent:12px;}
        
         .no2 a:link {color: #000000} 
        .no2 a:visited { color:#000000} 
       .no2  a:hover {color: #0333a2} 
       .no2  a:active {color: #000000}
        
        
       

	#content{ float:left;  width:605px;}
		/* .banner_left{ float:left; width:205px;} */
		.banner_right{ float:left; text-align:center; width:400px;height:138px; line-height:138px; color:#f1f1f1; font-size:32px; font-weight:bolder; background:#44bdf6;}
		.label{ border-bottom:1px #b8b8b8 solid; height:40px; font-size:18px; line-height:40px; color:#00319f; font-weight:bold; }
		.label_title{ margin:15px 0px;}
		.article{ line-height:16px; margin-top:10px; margin-left:10px;}
		
/* our company */
.banner_left{ float:left; width:205px; height:138px;}


/* products */
.products{ width:400px; margin:30px auto;}
.products_pic{ float:left; width:120px; height:80px;}
.products_infor{ float:left;margin-left:20px;width:260px; display:inline; overflow:hidden; line-height:14px;}
	.products_pic img { max-width:120px; max-height:80px;
			   width:expression(this.width > 120 && this.width > this.height ? 120 : true); 
			   height: expression(this.height > 80 ? 80 : true);}
	/* products lv3 */
	.products_lv3{}
	.products_lv3 ul{ zoom:1; overflow:hidden; padding:20px 50px;}
	.products_lv3 li { float:left; text-align:center; padding:5px; width:150px;}
	.products_lv3 li img { display:block; border:1px #ccc solid; 
						   max-width:88px; max-height:88px;
						   width:expression(this.width > 88 && this.width > this.height ? 88 : true); 
						   height: expression(this.height > 88 ? 88 : true);}
	.products_lv3 li span{ display:block;}
	.products_lv3_tab{ zoom:1; overflow:hidden; text-align:center;}
	.products_lv3_tab img{ max-width:150px; max-height:150px;
			   width:expression(this.width > 150 && this.width > this.height ? 150 : true); 
			   height: expression(this.height > 150 ? 150 : true);}
	.products_lv3_tab li{ float:left; border-top:1px solid #ccc; padding:30px 0px;}
	.fix{ border:1px #ccc solid;}
	
	/* .products_lv4 { margin-left:100px; line-height:14px;}
	.products_lv4 img{} */
	
/* services */
#services_list{}
.glob_pic{width:600px;}
.glob_pic ul { zoom:1; overflow:hidden; list-style:none}
.glob_pic li{ float:left; text-align:center; padding:14px;}
.glob_pic_img{ width:120px; height:80px; border:1px #ccc solid; background:#f6f6f6; display: table-cell;vertical-align:middle; height:80x; line-height:80px;}
.glob_pic span{ display:block; margin-top:5px;}
.glob_pic img{ max-width:120px; max-height:80px;
			   width:expression(this.width >120 && this.width > this.height ? 120 : true); 
			   height: expression(this.height > 80 ? 80 : true); }
			   
.services_show { text-align:center;}			   
.services_show img{ max-width:600px;
			   width:expression(this.width >600 && this.width > this.height ? 600 : true); 
			   }
