.contact-profile h3{
	height: 27px;
	background: url(../img/serven/top1_03.png)no-repeat center;
}
.contact-world .company{
	width: 500px;
	height: 200px;
	margin-top: 20px;
}
.contact-world div p{
	font-size: 14px;
	color: rgba(0,0,0,0.66);
	padding-left: 25px;
	line-height: 25px;

}
.contact-world div p:nth-child(1){
		background: url(../img/contactus/电话.png)no-repeat left center;
			background-size: 16px 16px;
}
.contact-world div p:nth-child(2){
	background: url(../img/contactus/地址.png)no-repeat left center;
		background-size: 16px 16px;
}
.contact-world div p:nth-child(3){
	background: url(../img/contactus/邮箱.png)no-repeat left center;
		background-size: 16px 16px;
}
.contact-world{
	width: 600px;
	height: 400px;
	float: left;
	margin-top: 50px;
}
.contact-world form{
	padding: 0px 50px;
}
.contact-world form input{
	display: block;
	padding: 10px 20px;
	width: 80%;
	border: 1px solid #eee;
	color: rgba(0,0,0,.5);
	border-radius: 4px;
	margin-bottom: 15px;
}
.contact-world form button{
	background: #999;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 2px;
	outline: none;
}
