@CHARSET "UTF-8";
/*移动端先隐藏起来*/
#product01_mobile{
	display:none;
}
#banner{
	margin:0 auto;
	width:100%;
	height:600px;
	background:#DFE2E7;
}
#banner dl.product01{
	width:1200px;
	height:500px;
	margin:10px auto;
	padding-top:30px;
}
#banner dl.product01 dt{
	margin-top:20px;
	width:500px;
	height:480px;
	float:left;
}
#banner dl.product01 dd{
	margin:15px 0 0 0;
	width:680px;
	height:60px;
	line-height:60px;
	color:#333;
	float:right;
}
#product_miaoshu{
	width:1200px;
	height:500px;
	margin:10px auto;
	display:table;
}
#product_miaoshu dt,p.product01{
	margin:20px auto;
	font-size:36px;
	color:#333;
	letter-spacing:7px;
	text-align:center;
}
#product_miaoshu dd{
	margin:15px auto;
	font-size:24px;
	color:#666;
	letter-spacing:2px;
	text-align:center;
	
}
#product_miaoshu dd figure{
	float:left;
}
#product_miaoshu dd img{
	margin:10px auto;
}
.pic_yuanli_01,.pic_yuanli_02,.pic_yuanli{
	width:auto;
	height:200px;
	float:left;
}
.pic_yuanli_01{
	position:relative;
	left:10px;
	top:-112px;
	opacity:0;
}
.pic_yuanli{
	margin-left:10px;
	margin-bottom:130px;
}
.pic_yuanli_02{
	position:relative;
	left:405px;
	top:-112px;
	opacity:0;
}
img.product01_banner{
	margin-top:80px;
}
#product_miaoshu dd table{
	width:90%;
	margin:0 auto;
}
#product_miaoshu dd td{
	padding:7px 0;
	font-size:22px;
	text-align:left;
}

/*媒体查询*/
@media (max-width: 479px){
	#product01_pc{
		display:none;
	}
	#product01_mobile{
		display:block;
	}
	.product01{
		width:100%;
	}
}
