@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/
*/

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

/* ====== ====== 服务支持页面 service ====== ====== */
/*  .qrcode 二维码区域  */
#header .qrcode{
    display:none;
}
/* ====== 内容而-公共区块 ====== */
section{ /* 公共区块 */


	
}
section article{ /* 文章内容块 */


	
}
/* 动态列表 */
section article.service{}
/* 动态循环列表 */
section article.serviceArray .array{
	

	
}
section article.serviceArray .array img{

}
section article.serviceArray .array li{
	

}
section article.serviceArray .array li.title{}
section article.serviceArray .array li.synopsis{}
section article.serviceArray .array li.other{ }

section article hr{}
section article h1{}
section article h6{} /* 标题下面的内容 */
section article h6{  }
section article h6 span{  }


section article ul.next li{  } /* 下一篇 */

section aside{ /* 内容其他块 */
	
	
}

/* === 右则相关信息 === */
/* 右则列表 */
section .listGroup{padding-bottom:10px; }
section .listGroup li{ text-align:center; padding:10px 0; margin-bottom:0px; }
section .listGroup li:hover{ background:#CCC}
section .listGroup li.name{margin-bottom:10px;}
section .listGroup li.name:hover{ color:#000; }
#menu1 li{padding:0; margin:0; background:#06F;}
#main1 li{
	text-overflow:ellipsis;
	white-space:nowrap; 
	overflow:hidden;	
}
.listGroup li{ text-align:center;}

