.popular_box{
	padding-bottom: 40px;
}
.popular_box h2{
	margin-bottom: 48px;
}
.contact_left{
	width: 66%;
	float: left;
}
.label_box{
	overflow: hidden;
}
.label_box i{
	color:red;
	font-style: normal;
}
.label_box span{
	display: block;
	margin-bottom: 4px;
	color:#666;
	font-size: 18px;
}
.l_input{
	float: left;
}
.l_input label{
	display: block;
	margin-bottom: 20px;
}
.l_input input{
	display: block;
	height: 38px;
	line-height: 38px;
	width: 350px;
	border:none;
	border:1px solid #dfdfdf;
	border-radius: 5px;
	padding-left: 6px;
	outline: none;
	box-sizing: border-box;
}
.r_input{
	float: right;
}
.r_input textarea{
	width: 350px;
	height: 130px;
	resize: none;
	border-radius: 5px;
	padding:6px 10px 0;
	outline: none;
	box-sizing: border-box;
}
.contact_left>a{
	display: block;
	width: 180px;
	height: 48px;
	background-color: #000;
	color:#fff;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	float: right;
	margin-top: 20px;
	border-radius: 5px;
}
.contact_right{
	width: 30%;
	float: right;
}
.contact_right .contact_way{
	width: 100%;
	color:#666;
	padding-top: 10px;
}
.contact_right .contact_way p{
	margin-bottom: 14px;
}
.contact_right .contact_way span{
	font-weight: normal;
}