/* CSS Document */

/*全局*/
*{ margin:0;
   padding:0;}
img{ border:none;}
body{ background:url(../img/body_bg.gif);}
p{ font-size:14px;
   color:#474747;}

/*头部*/
.header{ height:50px;
         background:url(../img/header_bg.gif) top repeat-x;}
.header_link{ width:1000px;
              margin:0 auto;}
.header_link a{ display:block;
			    float:right;}				
				
				
/*主要内容*/
.main_container{ width:1000px;
                 height:700px;
				 margin:0 auto;}				 
/*左侧*/	
.main_left{ width:300px;
            height:700px;
            float:left;}			 
.main_left_top{ height:60px; 
                background:url(../img/main_left_top_bg.gif);}				 
.main_left_middle{ height:640px;
                   width:295px;
				   padding-left:5px;
                   background:url(../img/main_left_middle_bg.gif) repeat-y;}
ul.photo{ display:block;
          width:230px;
		  padding:110px 0 0 32px;}
ul.photo li{ display:block;
              width:230px;
			  height:150px;
			  padding:5px 0 0 5px;
			  background:#fff8ff;
			  margin-bottom:10px;
			  list-style:none;
			  border:#cccccc 1px solid;}				   
ul.photo li a.huiyuan{ display:block; float:left; margin-right:5px;}
ul.photo li .inf{ float:left;}
ul.photo li h4{ font-family: "微软雅黑";}
ul.photo li p{ line-height:20px;
               padding-top:5px;
               font-family: "微软雅黑";
			   font-size:12px;
               border-bottom:#999999 1px solid;}				   
ul.photo li a.more{ text-decoration:none;
                    font-size:12px;
                    color: #F93E80;}				   
ul.photo li a.more:hover{ text-decoration:underline;}				   
				   				 
/*右侧表单*/				 
.main_right{ width:695px;
             height:700px;
			 padding-left:5px;
			 background: url(../img/main_right_bg.gif) repeat-x; 
             float:left;}				 
.main_right_top{ width:695px;
                 height:485px;
				 padding-top:25px; 
                 background:url(../img/form01_bg.jpg) no-repeat;}				 
.main_right_top a{ display:block;
                   width:135px;
				   height:18px;
				   margin-left:50px;}				 		
.main_right_bottom{ width:695px;
                    height:180px;
					padding-top:10px;
					background:url(../img/main_rightborder_bg.gif) right repeat-y;}		
		
				 
/*底部*/
.footer{ width:645px;
         height:50px;
		 padding-left:355px;
		 clear:both;
		 margin:0 auto;
		 background:url(../img/footer_bg.gif) no-repeat;}
.footer a{ display:block;
           float:left;
		   width:50px;
		   height:14px;
		   margin:20px 15px 0 0;}



