/* ========= 桌面电脑布局: 1024px 至 1280px。样式继承自: 电脑小屏幕布局。 ========= */
@media only screen and (min-width: 1024px) {

/* ====== ====== 服务支持页面 service ====== ====== */
/*  .qrcode 二维码区域  */
#header .qrcode{
    display:none;
}
#service{ margin-top:1.5em; }
/* 动态列表 */
section article.serviceArray{}
.productClass{ margin:20px auto 40px auto; width:80%; border-top:1px dashed #999;  }
.productClass .title{ 
	margin:0 auto;
	padding:0 30px;
	font-weight:bold;
	font-size:1.3em;
}

section article.serviceArray .className{
	margin-bottom:20px;
	width:95%
	height:auto;
	line-height:50px;
	text-align:center;
	font-weight:bold;
	font-size:1.3em;
	background:;
}

/* 动态循环列表 */
section article.serviceArray .array{
	margin:0 2.5% 3.5% 2.5%;
	width:auto;
	height:auto;	
	background:none;	
}
section article.serviceArray .array img{
	margin-right:2%;	
	width:14em;
	height:7.75em;
}
section article.serviceArray .array li{ padding-right:1.5%;}
section article.serviceArray .array li.title{ 
	margin-bottom:13px;
	font-size:1em;	
	text-align:center;	
}
section article.serviceArray .array li.title a{font-weight:bold;}

section article.serviceArray .array li.synopsis{ text-indent:2em; max-height:4.3em; line-height:1.4em; overflow:hidden; }
section article.serviceArray .array li.other{ 
	margin-top:0.5em;
	font-size:0.8em;
	color:#999;
	text-align:center;
}
section article.serviceArray .array li.other span{ margin-right:2%; }
/* === 下载中心 === */
section article.serviceArray .className.download{ border-top:1px dashed #999; }
section article.serviceArray .download{

}
section article.serviceArray .array.download{
	margin:0 2.5% 3.5% 2.5%;
	width:45%;
	height:auto;
	float:left;	
	background:none;	
}



}