@charset "utf-8";

*{margin: 0; padding: 0;}
#bg_poster{width: 100%; height: 480px; background-color: #f1f5fc; }
#img_poster{padding-top: 100px;width: 960px; height: 380px; margin: 0 auto;}


#bg_productInfo_mid{width: 100%; height: 600px; background-color: #f1f0f0; padding-top: 14px;}
#productInfo_mid{width: 960px; height: 600px; margin: 0 auto; }
#productInfo_mid p{float: left ; width: 316px; height: 185px; text-align: center; line-height: 185px; background-color: #3e8cdb; font-size: 36px; color: #FFFFFF; margin-top: 8px;}
#productInfo_mid img{float: left; width: 316px; height: 185px; margin-top: 8px; border: 0;}
#img1_productInfo{margin: 0 6px 0 6px;}
#img4_productInfo{margin: 0 6px 0 6px;}
#img7_productInfo{margin: 0 6px 0 6px;}
#img10_productInfo{margin: 0 6px 0 6px;}

 #hidebg { 
 	  position:absolute;left:0px;top:0px; 
      background-color:#000; 
      width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/ 
      filter:alpha(opacity=60);  /*设置透明度为60%*/ 
      opacity:0.6;  /*非IE浏览器下设置透明度为60%*/ 
      display:none; /* http://www.jb51.net */ 
      
      z-Index:1001;} 
#fixed_info{
	z-index: 1002;
	visibility: hidden;
	padding: 12px;
	width: 302px;
	height: 325px;
	position: fixed;
	left: 500px;
	top: 200px;
	background-color: #FFFFFF;
}
#img_fixed_info{
	width: 302px;
	height: 178px;
}
#img_fixed_info img{
	border: 0;
	width: 302px;
	height: 178px;
}
#input_fixed_info{
	width: 106px;
	height: 31px;
	background-color: #3E8CDB;
	border: 0;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	margin: 33px 0 0 100px;
}
#p1_fixed_info{
	margin-top: 11px;
	font-size: 18px;
	color: #000000;	
}
#p2_fixed_info{
	font-size: 15px;
	color: #000000;
	margin-top: 20px;
}



