.title{
	text-align: center;
	padding-top: 27px;
}
.title h3{
	
	color: #4c2685;
	line-height: 60px;
	background: url(/css_com/css/../images/titlebg.png) center bottom no-repeat;
}
.title h3 em{
	color: #666666;
	font-style: normal;
}
.title p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	padding: 35px 0px;
}

.p_desc{
    color:#999999;font-family: Î¢ÈíÑÅºÚ;font-size:14px;line-height:24px;
}

@media screen and (max-width:800px ) {
	.title p{
		
		padding: 20px 0px;
	}
	.title{
		
		padding-top: 12px;
	}
}