/* ========= 桌面电脑布局: 1024px 至 1280px。样式继承自: 电脑小屏幕布局。 ========= */
@media only screen and (min-width: 1024px) {
		/* 显示端显示测试 */
.xx-1{ display:none;}
.xx-2{ display:none;}
.xx-3{ display:block; /*background:#6CC;*/}
	
	/* border-radius 圆角 */ 
	
/* 春节版 */
body{
	padding-top:5px;

}

/*  .qrcode 二维码区域  */
#header .qrcode{
    display:none;
}

/* ====== 横幅广告图片 ====== */
#bannerTAB2{border-top:8px solid #D1160A;}
#pictures2{
	margin:0 auto;
	
	/* max-width:1280px; */
	width:100%;
	height:auto;
	text-align:center;
	background:auto;
}
#pictures2 img{
	width:100%;
	
	margin:0 auto;
	
}

#bannerTAB2{
	
	min-width:80%;
	
	
	display:block;
	
}
#banner{ /* 横幅图片 */
	clear: both;
	overflow:hidden;
	width:100%;
	max-height:350px;
	padding:0;
	border-top:8px solid #D1160A;
	background:none;
	
}
#banner img{width:100%;}

/* === 关于公司 === */
#about{
	/* 简介 */
	
	height:450px;
	background:url(../image/about-bg.jpg) no-repeat center;
	
	
	
}
#about .aboutContent{
	
	margin:0 auto;
	padding:0;
	overflow:hidden;
	background:none;
	
	}


#about .aboutContent .title{
	/* 栏目名称 */
	width:20%;
	height:auto;
	
	
	
	font-family:"微软雅黑","黑体";
	background:none;
	
}
#about .aboutContent .title li{float:left; letter-spacing:0.25em; list-style-type:none; }
#about .aboutContent .title li img{width:100%; float:left;}
#about .aboutContent .title li.name-1{
	width:100%;
	
	color:#D1160A;
	
	background:;
}

#about .aboutContent .title li.name-2{
	margin-top:6%;
	margin-left:52%;
	font-size:2.2em;
	writing-mode:tb-rl; /* 文本流向： 纵向 */
	
	background:none;
}
#about .aboutContent .title li.name-3{
	margin-top:6%;
	color:#FF4500;
	font-size:12pt;
	writing-mode:tb-rl; /* 文本流向： 纵向 */
	background:none;
}

#about .aboutContent .content{
	width:60%;
	margin-top:4%;
	margin-bottom:1.5%;
	padding:20px;
	float:left;
	
	background: url(../image/aboutContent-H5-bg.png) repeat;
	border-radius:20px;
	
}

#about .aboutContent .more{
	margin:0 auto;
	width:60%;
	height:auto;
	overflow:hidden;
	clear:both;
	background:none;
	
}
#about .aboutContent .more .button{
	width:23%;
	height:auto;
	margin:0 1.6% 0 0;
	padding:2% 0;
	text-align:center;
	letter-spacing:3px;
	float:left;
	border:1px solid #FF4500;
	border-radius:100px;
	
}
#about .aboutContent .more .button:hover{
	border:1px solid #FF4500;
	color:#FFF;
	background:#FF4500;
}
#about .aboutContent .more .button.hover{ color:#FFF; } /* 当前显示的 */
#about .aboutContent .more .button.hover a{ color:#FFF; } /* 当前显示的 */
#about .aboutContent .more .button.hover:hover{ color:#FF4500; background:none;} /* 当前显示的 */
#about .aboutContent .more .button.hover:hover a{ color:#FF4500; } /* 当前显示的 */

#about .aboutContent .more .button:hover a{ color:#FFF; }
#about .aboutContent .more .button a{ color:#FF4500; font-weight:bold; }
#about .aboutContent .more .button a:hover{color:#FFF;}


/* ====== 产品列 ====== */
section.productList{
	margin-bottom:20px;
}

section .productClass{
	margin-top:0px;
	border-top:2px solid #CCC;
	text-align:center;
	
	
}
section .productClass .title{
	
	margin:2% auto 2% 40.5%;
	padding:2% 3%;
	width:auto;
	font-size:2em;
	color:#CC0000;
	font-family:"微软雅黑","黑体","宋体","新宋体" ;

	
}

section.productList .product{
	margin:0 2%;
	margin-bottom:3.5%;
	width:29.33%;
	height:auto;
	float:left;
		
	/* padding:0;
	width:29.13%;
	height:auto;	
	margin:10px 2% 10px 2%;
	float:left;
	text-align:center;
	border:1px solid #CCC;
	border-radius:5px;
	background:; */

}
section.productList .product .title{
	line-height:40px;
	text-align:center;
	color:#000; /* #D1160A */
	font-size:1.2em;
	/* background: url(../image/productBg.png) */;
}
section.productList .product .title a{ color: #000; font-weight:bold; }


section.productList .product img{
	width:100%;
	height:180px;
	border-radius:5px;
}
section.productList .product .img ol{
	position:relative;
	z-index:99;
	padding:0;
	margin-top:-70px;
	
	width:100%;
	height:70px;
	line-height:50px;
	text-align:center;
	display:none;
	
}



section.productList .product .img ol li{ 
	margin:0 2%;
	padding:0;
	float:left;
	width:46%;
	background: /* url(../image/productBg.png) */ rgba(200,200,200,0.7) ;
}

section.productList .product .img ol li.full{margin:0; width:100%;}
section.productList .product .img ol li a{color: #D1160A; font-size:1.2em; font-weight:bold;}








}