/* ========= 桌面电脑布局: 1281px 至最高 1232px。样式继承自: 电脑大屏布局。 ========= */
@media only screen and (min-width: 1281px) {
	
/* ====== ====== 服务支持页面 service ====== ====== */
/*  .qrcode 二维码区域  */
#header .qrcode{
    display:block;
}
/* 动态列表 */
section article.serviceArray{}
/* 动态循环列表 */
section article.serviceArray .array{
		margin-bottom:2em;
}
section article.serviceArray .array img{
	margin-right:3%;
	width:18em;
	height:10em;

}
section article.serviceArray .array li.title{ 

	
}
section article.serviceArray .array li.synopsis{ max-height:69em; }


}