.menu {
	/* margin-top: 50px; */
	text-align: center;
	width: 100%;
}

.subMenu {
	width: 25%;
	float: left;
	cursor: pointer;
	color: #000000;
	margin-bottom: 50px;
	margin-top: 20px;
}

.subMenu1 {
	width: 25%;
	float: left;
	cursor: pointer;
	color: #000000;
	margin-bottom: 50px;
	margin-top: 20px;
}

.menu_name {
	height: 100px;
	width: 100%;
	line-height: 100px;
	font-weight: 500;
	font-size: 40px;
	/* padding-top: 10px; */
}

img.menu_img {
	height: 100px;
	width: 100px;
}

img {
	vertical-align: middle;
	border: 0;
}

.layui-elem-field legend{
	font-size: 40px;
	font-weight: 500;
}

.layui-elem-field{
	border-color: #2d96e6;
}

.layui-field-title{
	color: #2d96e6;
	margin: 30px 0 30px;
	border-width: 1px 0 0;
}

fieldset>legend{
	margin-bottom: 30px;
}