/* CSS Document */
body{margin:0px;
     padding:0px;
	 font-size:12px;
	 font-family: "宋体";}	 
.container{width:950px; 
           height:610px;
		   margin-left:auto;
		   margin-right:auto;
		   position:relative;}
/*页头banner板块开始*/		   
.banner{width:950px;
        height:120px;
		position:absolute;}
/*页头banner板块结束*/
/*主体板块开始*/						
.content{width:950px;
         height:610px;
		 position:absolute;
		 margin:120px 0px 0px 0px;}
	/*主体左侧板块开始*/
	.left{width:200px;
		  height:560px;
		  float:left;
		  margin-top:14px;
		  margin-left:5px;
		  position:absolute;}
		 .left_zhiye_chanpin1{width:200px;
					         height:350px;
							 position:absolute;
							 top:0px;}			  			  
		.left_qiye{width:200px;
				   height:140px;
				   margin-top:380px;
				   position:absolute;}		 						 		 
	/*主体左侧板块结束*/
	/*主体右侧板块开始*/
	.right{width:700px;
	       height:560px;
		   float:left;
		   margin-top:13px;
		   margin-left:229px;
		   position:absolute;}
		.right_top{width:700px;
		           height:30px;
				   margin-top:8px;
				   text-align:left;
				   line-height:30px;
				   font-size: 16px;
				   font-weight: bold;
				   position:absolute;} 
		.right_heitiao{width:700px;
		               height:20px;
					   margin-top:43px;
				       text-align:left;
				       line-height:20px;
				       font-size: 12px;
					   background-color:#000000;
					   color:#ffffff;
					   position:absolute;}	
				.right_heitiao a{color:#FFFFFF;
				                 text-decoration:none;}
		.right_neirong{width:650px;
		               height:450px;
					   margin-top:88px;
					   margin-left:45px;
					   color:#666666;
					   position:absolute;
					   letter-spacing:2px;}
			.right_neirong_jiachu{width:650px;
			                      height:24px;
								  font-weight:bold;
								  line-height:24px; }		   			   	     
	/*主体右侧板块结束*/	  
/*主体板块结束*/			 	      
/*页脚footer板块开始*/
.footer{width:950px;
        height:70px;
		position:absolute;
		margin:670px 0px 0px 0px;}						
/*页脚footer板块结束*/				   	 
