@charset "UTF-8";

/*案例*/
.example-lable {
	position: relative;
	height: 800px;
	padding-top: 55px;
}

/*案例 开始 */
a, img {
	border: 0;
}

.mr_frbox {
	height: 340px;
	margin: 165px auto 0 auto;
	overflow: hidden;
	width: 80%;
}

.mr_frBtnL {
	cursor: pointer;
	display: inline;
	float: left;
	width: 4%;
	margin: 140px 2% 0 0;
}

.mr_frBtnR {
	float: right;
	margin-top: 140px;
	cursor: pointer;
	width: 4%;
}

.mr_frUl {
	float: left;
	height: 340px;
	width: 83%;
}

.mr_frUl ul li {
	display: inline;
	float: left;
	width: 28%;
	overflow: hidden;
	position: relative;
}

.example-info {
	color: #fff;
	top: 0;
	width: 95%;
	height: 100%;
	position: absolute;
	padding: 0 5% 0 5%;
	background-color: #000000;
	opacity: 0.62;
	display: flex;
	justify-content: center;
	align-items: center;
}

.example-title {
	top: 80px;
	font-size: 1.6rem;
	position: absolute;
}

.example-desc {
	width: 90%;
	position: absolute;
	top: 160px;
}

.mr_frUl ul li a img {
	width: 100%;
}

/*案例 结束 */