@charset "utf-8";

.layui-tab {
	margin: 0px;
}

.layui-tab-title {
	height: 66px;
	border-bottom: none;
}

.layui-tab-title li:nth-child(1) {
	margin-left: 0;
}

.layui-tab-title li {
	line-height: 66px;
	padding: 0;
	margin-left: 40px;
}

.layui-tab-title .layui-this:after {
	height: 67px;
}

.layui-tab-brief>.layui-tab-title .layui-this:after {
	border-bottom: 2px solid #2D7AE2;
}

.layui-tab-brief>.layui-tab-title .layui-this {
	color: #2D7AE2;
	font-weight: bold;
}

/* 分页 */
#con_page_dom {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

/* 内容 */
.con_dom {
	position: relative;
	margin: 15px auto;
	width: 1170px;
}

/* 缩放特效 */
.con_Honor {
	width: 100%;
	height: 240px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	border: 5px solid white;
	cursor: pointer;
	overflow: hidden;
}

.con_Honor .img {
	width: 100%;
	overflow: hidden;
}

.con_Honor .title {
	width: 100%;
	height: 40px;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}

.con_Honor .title span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

.con_Honor img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.con_Honor figcaption,
.con_Honor img {
	transition: all 0.35s;
}

.con_Honor figcaption,
.con_Honor figcaption div {
	transition: all 0.35s;
}

.con_Honor figcaption h2 {
	transition: all 0.35s;
}

.con_Honor:hover img {
	transform: translate(-150px, 0);
	opacity: 0.5
}

.four figcaption {
	width: 100%;
	height: 100%;
	opacity: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.four figcaption div {
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.four figcaption h2 {
	transform: scale(1.2, 1.2)
}

.four:hover figcaption div {
	transform: scale(0.8, 0.8);
	opacity: 1;
}

.four:hover img {
	transform: scale(1.2, 1.2);
}

.four:hover figcaption h2 {
	transform: scale(1, 1);
}

.four:hover figcaption {
	background-color: #2D7AE2;
	opacity: 0.8;
}
