@charset "utf-8";

/* CSS Document */

/****************************************应用领域-分类****************************************/
.l-classify .s-classify .s-main .s-nav li {

    width: 16.66666667%;

}

/****************************************应用领域-列表****************************************/
.l-application {
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 50px;
}
.l-application .m-t, .l-application .m-c {
	height: auto;
	overflow: hidden;
}
.l-application .m-t {
	text-align: center;
}
.l-application .m-t h3, .l-application .m-t p {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.l-application .m-t h3 {
	font-size: 44px;
	font-weight: normal;
	color: #86c12b;
}
.l-application .m-t p {
	font-size: 32px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
}
.l-application .m-t span {
	display: inline-block;
	width: 50px;
	height: 3px;
	overflow: hidden;
	background: #9b9c9b;
	margin: 15px 0;
}
.l-application .m-c {
	margin-top: 30px;
}
.l-application .m-c ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.l-application .m-c li {
	position: relative;
	width: 560px;
	height: 510px;
	overflow: hidden;
	background: #f4f4f4;
	margin-bottom: 50px;
}
.l-application .m-c li:hover img {
	transform: scale(1.05);
}
.l-application .m-c li:hover .s-cover {
	width: 90%;
	height: 90%;
	background: rgba(134, 193, 43, 0.9);
	bottom: 5%;
	left: 5%;
	padding-left: 75px;
	padding-right: 75px;
}
.l-application .m-c li:hover .s-cover h3, .l-application .m-c li:hover .s-cover p {
	color: #fff;
}
.l-application .m-c li:hover .s-cover h3 {
	text-align: center;
}
.l-application .m-c li:hover .s-cover p {
	margin-top: 15px;
	white-space: normal;
}
.l-application .m-c li .s-pic, .l-application .m-c li .s-cover {
	width: 100%;
	overflow: hidden;
}
.l-application .m-c li .s-pic {
	height: 400px;
	overflow: hidden;
}
.l-application .m-c li .s-pic img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: all ease-out 0.3s;
}
.l-application .m-c li .s-cover {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 110px;
	overflow: hidden;
	background: #f4f4f4;
	box-sizing: border-box;
	padding: 15px 30px;
	transition: all ease-out 0.3s;
}
.l-application .m-c li .s-cover h3, .l-application .m-c li .s-cover p {
	width: 100%;
	height: auto;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.l-application .m-c li .s-cover h3 {
	font-size: 28px;
	font-weight: normal;
	color: #86c12b;
}
.l-application .m-c li .s-cover p {
	margin-top: 5px;
	font-size: 16px;
	color: #666;
}
.l-application .m-c li .s-cover a {
	color: inherit;
}
