body{
	background-color: #f2f2f2;
}
.wuye_banner{
	width: 100%;
	height: 355px;
	background-image: url(../images/pd_list_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 80px;
}
.pd_box{
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}
.sidebar{
	float: left;
	width: 270px;
	overflow: hidden;
}
.side_title{
	width: 240px;
	height: 90px;
	border-bottom: solid 1px #f2f2f2;
	margin:0 auto;
	color: #333;
	font-size: 24px;
	line-height: 90px;
	text-align: center;
}
.sidelist li{
	height: 50px;
	padding-left: 15px;
	line-height: 50px;
	font-size: 18px;
	color: #333;
}
.sidelist li:hover{
    background-color: #e5f8ff;
	color: #f79021;
	border-right:solid 3px #f79021; 
}
.side_active{
    background-color: #e5f8ff;
	color: #f79021!important;
	border-right:solid 3px #f79021; 
}
.side_text{
    float: left;
    width: 885px;
    border-left:solid 1px #f2f2f2; 
    padding-bottom: 40px;
}
.text_title{
	padding-left: 25px;
	margin-left: 10px;
	border-bottom: solid 1px #f2f2f2;
	height: 90px;
	color: #333;
	font-size: 24px;
	line-height: 90px;
	margin-bottom:10px;
}
.text_word{
     margin-top: 30px;
     padding-left: 30px;
}
.text_word h3{
	font-size: 18px;
	color:#333;
	font-weight: normal;
}
.text_word p{
	font-size: 14px;
	color:#4a4a4a;
	margin-top: 15px;
	line-height: 20px;
}
.text_word img{
	margin-top: 15px;
	width: 100%;
}