body{
	background: url(../images/bg2.png) repeat-x;
	background-color:#f4f3ef;
}

#slideshow2{
	width:1000px;
	height:195px;
	margin:10px auto;
	background:url(../images/slideshow_company.png) no-repeat;
}

#company_main{
	position: relative;
	width:1000px;
	margin:10px auto;

}

#company_main section#left{
	position: relative;
	float:left;
	width:300px;
	border:1px solid #dfdfdf;
	border-top: none;
}

#company_main section#left .title{
	position: relative;
	width:300px;
}

#company_main section#left .content{
	position: relative;	
	background-color: #fff;
	padding:20px 0 20px;
}

#company_main section#left .content ul{
	width:90%;
	display: block;
	margin:0 auto;
}

#company_main section#left .content ul li{
	text-align: center;
	height:40px;
	line-height: 40px;
	border-bottom: 1px dashed #dfdfdf;
	background:url(../images/list_dot.png) no-repeat 50px 50%;
}

#company_main section#left .content ul li:last-child{
	border-bottom: none;
}

#company_main section#left .content ul li a{
	font-size:14px;
}

#company_main section#left .content ul li a:hover{
	text-decoration: underline;
}

#company_main section#left .content ul li a.active{
	font-weight: bold;
}

#company_main section#right{
	position:relative;
	float:right;
	width:686px;
	border:1px solid #dfdfdf;
	border-top: none;
}

#company_main section#right .title{
	position: relative;	
	width:686px;
}

#company_main section#right .title span.p{
	margin-left:100px;
	color:#333;
}

#company_main section#right .content{
	background-color: #fff;
	padding:0px 0px 20px;
}

#company_main section#right .content h4{
	width:100%;
	height:80px;
	line-height: 80px;
	text-align: center;
	font-size:20px;
	color:#333;
	font-family: "微软雅黑"
}

#company_main section#right .content p{
	padding:0 20px 20px;
	font-size:12px;
	line-height: 2em;
	text-indent: 2em;
	color:#333;
}

#company_main section#right .content .hounor_container{
	width:95%;
	margin:0 auto;
}

#company_main section#right .content .hounor_container .hounor_box{
	position:relative;
	display: inline-block;
	width:200px;
	height:180px;
	margin-right:18px;
}

#company_main section#right .content .hounor_container .hounor_box a{
    display:block;
    width:212px;
    height:147px;
    border:1px solid #ccc;
    text-align: center;
}

#company_main section#right .content .hounor_container .hounor_box img{

    height:135px;
    background-color:#fdfdfd;
    padding:5px;
}

#company_main section#right .content .hounor_container .last{
	margin-right: 0px;
}

#company_main section#right .content .hounor_container .hounor_box p{
	position: absolute;
	bottom: 0px;
	left:0px;
	width:100%;
	display: block;
	height:40px;
	line-height: 40px;
	text-align: center;
	margin:0px;
	padding:0px;
	text-indent: 0em;
}

#company_main section#right .content .social_container{
	width:95%;
	margin:0 auto;
}

#company_main section#right .content .social_container .desc{
	border:1px solid #dedede;
	padding:5px;
	font-size:12px;
	line-height: 22px;
	text-indent: 2em;
    color:#666;
	background-color:#efefef;
}



#company_main section#right .content .social_container .list{
	margin-top:20px;
}

#company_main section#right .content .social_container ul.l li{
	height:32px;
	line-height: 32px;
	background:url(../images/list_dot.png) no-repeat 0px 50%;
	padding-left:20px;
	border-bottom: 1px dashed #eeeeee;
	color:#333;
	font-size: 14px;
}

#company_main section#right .content .social_container .list ul.l a{
	font-size:14px;
}

#company_main section#right .content .social_container .list ul.l a:hover{
	text-decoration: underline;
}

footer{
	position: relative;
	float:left;
	width:100%;
	height:184px;
	margin-top:20px;
	background:url(../images/footer_bg.png) repeat-x;
}