/* ========= 桌面电脑布局: 1024px 至 1280px。样式继承自: 电脑小屏幕布局。 ========= */
@media only screen and (min-width: 1024px) {
/*  .qrcode 二维码区域  */
#header .qrcode{
    display:none;
}
.about h1{
	width:45px;
	height:auto;
	text-align:center;	
	font-size:1.625em;
	/* writing-mode:tb-rl ;  文本流向： 纵向 */	
	letter-spacing:5px;
	float:left;
}
.about h1:first-letter { color:#D1160A; font-size:1.5em; }
.about h5{
	width:88%;	
	margin-top:10px;
	padding:2%;
	border-radius:10px;
	background:#EBEBEB;

}
.about h5 p{margin-bottom:10px;}
.about h5.contact dt{ margin-bottom:10px; }

 
/* === 加盟申请表 === */
.about h5 ul.form li,
.about h5 ul.aptitude li,
.about h5 ul.scene li,
.about h5 ul.customer li{	
	float:left;
	list-style-type:none;
}

.about h5 ul.form li.formName{ width:20%; height:25px; text-align:center; }
.about h5 ul.form li.input{ width:30%; float:left; }
.about h5 ul.form li.input input{ width:100%; height:20px;}
.about h5 ul.form li.input textarea{width:100%; height:180px;}
.about h5 ul.form li.input input[type="radio"]{width:30px; background:#960;}

.about h5 ul.form li.formName.clear{ clear:left; }
.about h5 ul.form li.input.clear{ clear:right; width:79%; }

/* === 资质认证 === */
.about h5 ul.aptitude,
.about h5 ul.scene
{
	margin:15px 2%;	
	width:29.33%;
	height:auto;
	float:left;
	overflow:inherit;	
}
.about h5 ul.aptitude .img,.about h5 ul.scene .img{ width:100%; height:auto; }
.about h5 ul.aptitude .img img{ width:100%; height:126px;}
.about h5 ul.aptitude .title{
	width:100%;
	line-height:40px;
	text-align:center;
	color:#CC0000;
	background:rgba(161,161,161,0.4);	
}
/* === 厂区实景 === */
.about h5 ul.scene{	width:29.33%; }
.about h5 ul.scene .img img{ width:100%; height:126px; }
.about h5 ul.scene .title{
	margin-top:0px;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#000;
	background:rgba(161,161,161,0.4);	
}
/* === 荣誉客户 === */
.about h5 ul.customer{ width:100%; }
.about h5 ul.customer li{ width:16%; margin:1% 2%; float:left; }
.about h5 ul.customer .img img{ width:100%; height:48px; }


.className{ /* 栏目名称 */
	width:auto;
	height:auto;
	background:none;
	
}
.className li{
	float:left;
	margin-left:5px;
	padding:10px 10px;
	font-size:0.95em;
	
	
}
.className li.hover{
	color:#FFF;
	background:#D1160A;	
}
.className li.hover a{ color:#FFF; }
.className li:hover{
	color:#FFF;
	background:#FF4500;	
}
.className li:hover a{color:#FFF; }	
	
	




/* ====== 内容页-公共区块 ====== */
section{ /* 公共区块 */
	
	height:auto;	
	background:none;
	
}
section article{ /* 文章内容块 */
	
	height:auto;
	background:none;	
}
section article h1{margin-top:0.5%}
section article h6{ 
	margin-top:1%;
	text-align:center;  
}
section article h5{margin:0; padding:0;}
section article h6 span{ margin-right: 0.7em; }

section aside{ /* 内容其他块 */
	
	height:auto;
	background:none;
	
}




}