@charset "UTF-8";

.service_nav_icon {
	width: 100%;
}

.service_nav_icon li {
	height: 120px;
	display: block;
	float: left;
	width: 25%;
	background-color: #fff;
	padding-top: 10px;
	border: 1px solid #e7e7e7;
	border-top: none;
	border-left: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}

.service_nav_icon .nav_icon_txt {
	display: inline-block;
	width: 100%;
	line-height: 1;
	text-align: center;
	color: #2b2b2b;
}

.service_nav_icon .nav_icon_txt img {
	margin: 0 auto;
	margin-bottom: 10px;
	width: 50px;
	height: 50px;
}

.service_nav_icon li p {
    line-height: 1.4;
    font-size: 13px;
}
.service_nav_icon h2 {
	margin-top: 10px;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	border-bottom: 1px solid #eee;
	padding: 0 12px;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	background-color: #FFFFFF;
}

.service_nav_icon h2 span,
.service_nav_icon h2 a {
	box-flex: 1;
	-webkit-box-flex: 1;
	display: block;
}

.service_nav_icon h2 a {
	text-align: right;
	color:#000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
}

.service_nav_icon h2 span {
	font-size: 18px;
	font-weight: 500;
}

@media (min-width: 1025px) {
	.lfooter {
		display: none;
	}
}

@media only screen and (max-width: 1024px) {
	.lfooter {
		width: 100%;
		height: 60px;
		background-color: #D70C19;
		bottom: 0px;
		position: fixed;
		z-index: 1000;
	}

	.lfooter ul li {
		width: 25%;
		height: auto;
		float: left;
		text-align: center;
		padding: 5px 0px;
		list-style: none;
	}

	.lfooter ul li img {
		margin: 0 auto;
		width: 28px;
		display: block;
		height: auto !important;
		border-style: none;
		vertical-align: top;
	}

	.lfooter ul li a {
		color: #FFF;
		line-height: 20px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 440px) {
	.service_nav_icon li p {
	    line-height: 1.4;
	    font-size: 12px;
	}
}