#main_left{
          float:left;
	      height:auto;
	      width:178px; 
}
#main_left .left_top{
           width:146px;
           height:32px;
           padding-top:22px;
           padding-left:32px;
           font-weight:bold;
           font-size:14px;
           color:#FFF;
           background:#FFF url(../images/left_top.gif);
}

#main_left .left_cen{
           width:173px;
           height:500px;
           background:#FFF url(../images/left_center.gif);
           padding-left:5px;
          
}


#main_left .left_bot{
           width:100%;
           height:17px;
           background:#FFF url(../images/left_bottom.gif);
}


#main_right{
           float:right;
	       height:auto;
	       width: 710px;
	       padding-bottom:10px;
            
}

/********右边barner和导航*******/
#main_barner{
          width:100%;
          height:160px;
          background:#ccc;
          margin-bottom:5px;
}
#main_barner img{
           width:710px;
           height:160px;
}

#main_dir{
          width:100%;
          height:auto;
          border-bottom:1px solid #ccc;          
          margin-top:20px;
          font-size:12px;
          padding-bottom:5px;
          padding-top:5px;
        
}
#main_dir img{
          float:left;
}
#main_dir b{
          float:left;
          color:red;
          font-size:15px;
          color: #165B78;
          font-weight:bold;
          margin-left:3px;
}
.dir{
        text-align:right;
        
}
.dir img{
         margin-top:3px;
         margin-right:2px;
}
.dir span{
         color:#165B78;
}

.contents {
          padding-top:10px;
          padding-bottom:10px;
          padding-left:30px;
          padding-right:30px;
          line-height:23px;
          margin-top:15px;
 }
.contents p{
        /**  text-indent:2em ; **/
}

.newsTitle{
           font-size:15px;
           text-align:center;
           color:#000;
           font-weight:bold;
}




/********工程项目*******/

.pro_text{
         float:left;       
         height:120px;
         margin-left:30px;
         border-bottom:1px dashed #ccc;
      
}

.pro_text a:hover{
         text-decoration:underline;
      
}

.pro_img{
         float:left;
         width:156px;
         height:110px;
         text-align:center;
         padding:2px;
         padding-top:8px;
         background:url(../images/kong3.gif);
}

.pro_info{
          float:right;
          width:100px;
         /** border:1px solid red;**/
          padding-top:40px;
         margin-left:20px;
}
.pro_img img{
          width:142px;
          height:103px;
}
.pro_tab tr{
         padding-top:10px;
}



/********工程项目*******/

/****新闻列表****/
.newsDate{
          float:right;
}
.newsList li{
         
          border-bottom:1px dashed #ccc;
          padding-bottom:5px;
          margin-top:8px;
        
          
}
.newsList li a{
          color:#575757;
          text-decoration:none;
}
.newsList li a:hover{
          color: #1B9CD5;
          text-decoration:underline;
}
#zli li{
	      padding-bottom:5px;
          margin-top:8px;
}

/****左边公司介绍******/
.com{
 margin-left:15px;
}
.com li{

         
          width:125px;
          margin-left:15px;
          padding-top:5px;
          padding-bottom:5px;
          margin-top:3px;
          list-style-image:url(../images/hmjj.gif);
          border-bottom:1px solid #DAF1FE /**#B8D0E2 #EAF4F3**/;
          
}


.seccom{
        margin-left:10px;
}
.seccom li{

          margin-left:5px;
          padding-top:5px;
          padding-bottom:5px;
          margin-top:3px;
          list-style:none;
}

/*******报价表格******/
.quote {
  width:100%;
}
.quote td{
  padding:5px;
}
.quote .input {
height:20px;
border:1px solid #165B78;
}
.quote textarea{
border:1px solid #165B78;
}


/******所有报价*********/
.comTab{
 border:1px solid #ccc;
 font-size:12px;
 width:100%;
 
}
.comTab tr td{
 padding:5px;
}
.comTab img{
  border:1px solid #ccc;
  
}
.comTab b{
  
  border-bottom:1px dashed #CCC;
  display:block;
  width:100%;
  padding-bottom:5px;
  margin-bottom:5px;
  
}

.comTab td li{
  list-style:none;
  line-height:20px;
  
}
 
 /*******格式化输出******/
 pre {   
 white-space: pre-wrap;       /* css-3 */   
 white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */   
 white-space: -pre-wrap;      /* Opera 4-6 */   
 white-space: -o-pre-wrap;    /* Opera 7 */   
 word-wrap: break-word;       /* Internet Explorer 5.5+ */   
 text-indent:0px;
}

/*****字体****/
.btext{
  font-size:13px;
  color:#000;
  font-weight:bold;
}
.redText{
  color:red;
}



