/* ========= 桌面电脑布局: 769px 至最高 1232px。样式继承自: 移动设备布局和平板电脑布局。 ========= */
@media only screen and (min-width: 1024px) {
/*  .qrcode 二维码区域  */
#header .qrcode{
    display:none;
}


/* ====== 产品列表页 ====== */
section .productClass .title{
	margin:2% auto 2% 29.50%;
	padding:0 5%;
	width:auto;
	white-space:nowrap;
	/*word-break:keep-all ;*/
	font-size:1.5em;
	
	font-family:"微软雅黑","黑体","宋体","新宋体" ; 
}
section .productList .product .title{ font-size:0.8em; }

section .productList .product img{ }


/* 产品描述 */ 
#main2 div table tr{ font-size:0.75em; }
#main2 div .className{ width:11%; }
#main2 div .className-2{ width:11%; }
#menu1 .hover a{
	color:#CC0000;
	font-weight:bold;
	

}

#menu1 img{ 
-webkit-filter: grayscale(1);/* Webkit */ 
filter:gray;/* IE6-9 */ 
filter: grayscale(1);/* W3C */ 
filter:alpha(opacity=50); /* IE6-9 */ 
opacity:.5; /* W3C */ 

} 
#menu1 .hover img{ 
-webkit-filter: grayscale(0);/* Webkit */ 
filter:gray;/* IE6-9 */ 
filter: grayscale(0);/* W3C */ 
filter:alpha(opacity=100); /* IE6-9 */ 
opacity:1; /* W3C */ 



} 






}