﻿@charset "utf-8";
/* CSS Document */

.main {
    width:1000px;
	background:#E5E5E5;	
	margin:0px auto;
	}
.main .sidebay {
     width:222px;
	 float:left;	
	}	
.main .cont {
	width:778px;
	float:left;
    background-image:url(../imges/cont_bg.gif);
	background-repeat:repeat-x;
	}	
.main .column	 {
   width:193px;
   border:1px #D8D8D8 solid;
margin: 15px auto 0PX;
   background:#FFF;
	}
.main .column .title{
    height:27px;
	width:173px;
	background:#EFEFEF;	
	line-height:27px;
	padding-left:20px;
	}	
.main .column .title_bg{
     background-image:url(../imges/tubiao1.gif);
	 background-repeat:no-repeat;
	 padding-left:15px;	
	}	
.main .column ul {
    width:180px;	
	margin:0px auto;

	}	
.main .column ul li {
	width:180px;
	 line-height:27px;
	 margin:10px auto;	
	 HEIGHT:27PX;
	}	
.main .column ul li a{
background-image:url(../imges/sidebay_title_bg.gif);
background-repeat:no-repeat;
 color:#333333;
 text-decoration:none;
 height: 27px;
  float: left;
  width: 120px;
  padding-left: 60px;
} 

.main .column ul li a:hover {
     background-image:url(../imges/sidebay_title_bg_hover.gif);
	background-repeat:no-repeat;
	 color:#FFF;
	 text-decoration:none;
	}	
.main .con_us ul  {
    padding-left:10px;	
	}	
.main .con_us ul li {
  	 line-height:27px;
	 color:#555555;
	}
.main .cont .title {
     width:720px;
	 margin:25px auto 20PX;
	 background-image:url(../imges/company_cont_hr.gif);
	 background-repeat:no-repeat;
	 background-position:left bottom;
	 line-height:30px;
	}
.main .cont .title_bg {
     background-image:url(../imges/tubiao2.gif);
	 background-repeat:no-repeat;	
	 font-size:14px;
	 font-weight:bold;
	 color:#04780A;
	 padding-left:30px;
	}
.main .cont h4 {
     text-align:center;
	 font-size:16px;
	 font-weight:bold;	
	 
	
	}	
.main .cont  p {
	
   width:688px;	
   margin:10px auto; 
	}	

.main .cont .sj {
   line-height:28px;
   text-align:center;	
	height:28px;
	border:1px #E8E8E8 solid;
	background:#F7F7F7;
	}
.main .cont .text {
    height:auto !important; /*兼容FF,IE7也支持 !important标签*/
    height:113px; /*兼容ie6*/
    overflow:visible;	
	}	