/*contactus code css*/
.linkus{
	width: 100%;
}
.message{
	width: 100%;
}
.message h3{
	font-size: 1.5em;text-align: center;margin-bottom: 30px;
}
.liuyan{
	margin-bottom: 30px;
}
.liuyan label{
	margin-right: 5%;
}
.liuyan label em{
	color: red;
}
.liuyan input{
	height: 30px;width: 70%;
}
.ly_text{
	margin-bottom: 30px;
}
.ly_text textarea{
	margin-left: 5%;width: 70%;height: 10em;
}
.ly_jianli{
	margin-bottom: 10px;
}
.ly_jianli .text{
	height:24px;width:40%;
}
.ly_yzm{
	margin-bottom:10px;width:50%;float:left;
}
.ly_yzm .text{
	height:24px;
}
.ly_yzm img{
	margin-left:20px;
}
.submit{
	width: 30%;height: 40px;margin-left: 30%;margin-top: 20px;border-radius: 5px;background: #0c8d45;color: #ffffff;font-size: 1.1em;border: none;cursor: pointer;
}
.submit:hover{
	background: #82bf34;
}
