<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.industrial .content__warpper {
	box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 1px 8px 0 rgba(0, 0, 0, 0.1);
	margin-top: 20px;
	padding: 20px
}

.industrial .edu-compose {
	width: 100%
}

.industrial .mask {
	display: none;
	position: fixed;
	overflow-y: scroll !important;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	top: 0;
	left: 0
}

.industrial .mask .close {
	position: absolute;
	right: 40px;
	top: 60px;
	color: #Fff;
	opacity: 1
}

.industrial .mask .close .iconfont {
	font-size: 26px
}

.industrial .mask .content {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	max-width: 1200px;
	width: 1200px;
	overflow: auto;
	height: auto;
	max-height: 90%;
	padding: 20px;
	border-radius: 4px;
	background: #fff
}

.industrial .breadcrumb__warpper {
	margin-bottom: -20px;
	/* padding: 20px; */
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px
}

.industrial .industrial-entry a .n-box-body p {
	color: #666
}

.industrial .industrial-entry&gt;div {
	cursor: pointer;
	margin-bottom: 10px
}

.industrial .industrial-entry&gt;div:nth-child(1) {
	margin-left: 12.5%
}

.industrial .industrial-entry&gt;div .n-box-title {
	position: relative;
	width: 100%;
	padding-top: 70%
}

.industrial .industrial-entry&gt;div .n-box-title img {
	border-radius: 1px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.industrial .industrial-entry&gt;div:hover {
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
	-o-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
	-ms-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16)
}

.industrial .industrial-entry&gt;div:hover .n-box-body p {
	color: #357495
}

.industrial .industrial-entry&gt;div:hover img {
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9)
}

.industrial .tab__warpper {
	text-align: center;
	margin-bottom: 20px
}

.industrial .tab__warpper .item {
	cursor: pointer;
	width: 30%;
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
	padding: 20px;
	float: left;
	margin-bottom: 30px
}

.industrial .tab__warpper .item.two {
	margin-left: 17.5% !important
}

.industrial .tab__warpper .item.one {
	margin-left: 34.5% !important
}

.industrial .tab__warpper .item:hover {
	-webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3)
}

.industrial .tab__warpper .item:hover .iconfont,
.industrial .tab__warpper .item:hover .title {
	color: #357495
}

.industrial .tab__warpper .item:hover .summary {
	color: #000
}

.industrial .tab__warpper .item+.item {
	margin-left: 5%
}

.industrial .tab__warpper .iconfont {
	font-size: 40px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.industrial .tab__warpper .title {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #393939;
	height: 56px
}

.industrial .tab__warpper .summary {
	height: 58px;
	color: #7d7d7d;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.about .list__warpper .item {
	text-align: center;
	cursor: pointer;
	padding: 20px
}

.about .list__warpper .item .img__warpper {
	position: relative;
	border-radius: 50%;
	overflow: hidden
}

.about .list__warpper .item .img__warpper img {
	width: 100%
}

.about .list__warpper .item .sub {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-align: center;
	color: #Fff
}

.about .list__warpper .item .sub span {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%)
}

.about .list__warpper .item .title {
	color: #666666;
	font-size: 24px;
	letter-spacing: 2px;
	margin-top: 20px
}

.about .list__warpper .item:hover .sub {
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
	transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1)
}

@media only screen and (max-width: 768px) {
	.industrial .content .content__warpper img {
		max-width: 100%
	}

	.industrial .content .tab__warpper .item {
		width: 100%;
		margin-bottom: 20px !important
	}

	.industrial .content .tab__warpper .item+.item {
		margin-left: 0 !important
	}

	.industrial .content .tab__warpper .item.two {
		margin-left: 0 !important
	}

	.industrial .content .mask {
		z-index: 9999
	}

	.industrial .content .mask .close {
		right: 8px;
		top: 20px
	}

	.industrial .content .mask .content {
		width: 100%
	}

	.industrial .content .mask .content img {
		max-width: 100%
	}

	.industrial .content .industrial-entry .industrial-entry-item {
		margin: 0;
		width: 50%
	}

	.about .list__warpper .item {
		width: 50%;
		margin: 0 !important
	}

	.about .list__warpper .item .title {
		font-size: 18px;
		letter-spacing: 0px
	}
	.industrial .breadcrumb__warpper {
		padding-left: 0;
		padding-right: 0;
	}
}
</pre></body></html>