/* ========= 桌面电脑布局: 1281px 至最高 1232px。样式继承自: 电脑大屏布局。 ========= */
@media only screen and (min-width: 1281px) {
		/* 显示端显示测试 */
.xx-1{ display:none;}
.xx-2{ display:none;}
.xx-3{ display:none;}
.xx-4{ display:block; background:#C63; }	
	
	/* border-radius 圆角 */ 

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

/* ====== 横幅广告图片 ====== */
#bannerTAB2{border-top:8px solid #D1160A;}
#pictures2{
	margin:0 auto;
	
	/* max-width:1232px; */
	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;
	max-width:1232px;
	overflow:hidden;
	background:none;
	
	
	}


#about .aboutContent .title{
	/* 栏目名称 */
	margin-left:33px;
	margin-top:0px;
	
	width:auto;
	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:none;
}

#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%;
	margin-left:20px;
	padding:20px;
	float:left;
	font-size:1.1em;
	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.5% 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 .product{ }
section .productClass .title{ }

section.productList .product img{ height:220px; }







}
