@charset "utf-8";
/* 简单流媒体
   注意: 流媒体要求您删除 HTML 中媒体的高度和宽度属性
   http://www.alistapart.com/articles/fluid-images/ 
*/
/* border-radius 圆角 */ 



/*
	Dreamweaver 流体网格属性
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	灵感来自于 Ethan Marcotte 的“具有响应的 Web 设计” 
	http://www.alistapart.com/articles/responsive-web-design
	
	和 Joni Korpi 的“黄金网格系统”
	http://goldengridsystem.com/
*/
/*
	可用宽加上17=屏幕分辨率（宽度）
	默认：手机 (463以下)
	481：平板 (464-1006)
	1024：小屏电脑午（1007--1263）
	1281：大屏电脑 (1264以上)
*/




/* 显示端显示测试 */
.vw-line{ text-align:center; line-height:30px;}
.xx{
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	display:none;
	
	
	}
.xx-1{ display:block; background:#FCC; }

/* 移动设备布局: 480px 及更低。 */

/* ====== 横幅广告图片 ====== */

/*  .qrcode 二维码区域  */
#header .qrcode{
    display:none;
}

/* bannerTAB2 电脑&平板 */
#bannerTAB2{	
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:auto;
	height:auto;
	display:none;
	zoom:1;
	overflow:hidden;
	z-index:1;
}

#pictures2{
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	display:block;
	z-index:1;
}
#pictures2 img{
	position:relative;
	width:100%;
	height:auto;
	z-index:1;

}
#digital2{
	position:relative;
	margin:-25px auto 0 auto;
	width:135px;
	height:15px;
	z-index:10;
	/* 
	list-style-posit:none;
	list-style-type:none;
	marker-offset:0;
	*/
	background:none;

}
#digital2 li{
	position:relative;
	float:left;
	width:35px;
	height:5px;
	margin-left:10px;
	background:#A6E2FF;
	list-style-posit:none;
	list-style-type:none;
	marker-offset:0;
	z-index:20;
	font-size:0;
}
#digital2 li.hover{
	background:#096;
}







#banner{ /* 横幅图片 */
	width: 100%;
	padding: 0;	
	height:auto;
	border-top:4px solid #D1160A;
	background:none;
}



/* ====== 企业简介 ====== */
#about{

	
}


/* ====== 产品列 ====== */
.productList{
	
	
}
.productList .title{ 
	
	text-align:center;
	
}
.productList .product{
	width:48%;
	height:auto;	
	margin:0 auto;
	float:left;
	/* border-radius:5px; */
	background:none;

}
.productList .product img{
	width:100%;
	height:auto;
	/* border-radius:5px; */
}


























