@charset "utf-8";
.clearfix:after,.clearfix:before{
	clear: both;
	content: '';
}
.uvc-heading {
	text-align: center
}

.uvc-heading .uvc-main-heading div,
.uvc-heading .uvc-main-heading h1,
.uvc-heading .uvc-main-heading h2,
.uvc-heading .uvc-main-heading h3,
.uvc-heading .uvc-main-heading h4,
.uvc-heading .uvc-main-heading h5,
.uvc-heading .uvc-main-heading h6,
.uvc-heading .uvc-main-heading p,
.uvc-heading .uvc-main-heading span {
	margin: 0;
	padding: 0;
	line-height: normal
}

.uvc-heading-spacer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden
}

.uvc-heading-spacer .aio-icon {
	vertical-align: text-top
}

.uvc-heading-spacer img {
	vertical-align: middle;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	max-width: 100%
}

.uvc-heading-spacer.line_with_icon:before {
	content: "";
	position: absolute;
	bottom: 50%;
	right: 0;
	border-width: 0;
	top: 50%
}

.uvc-heading-spacer.line_with_icon:after {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	border-width: 0;
	top: 50%
}

.uvc-headings-line {
	display: block;
	width: 100%;
	max-width: 100%
}

.uvc-sub-heading {
	line-height: normal;
	margin: 0 auto
}

.uvc-sub-heading div,
.uvc-sub-heading p {
	font-family: inherit !important;
	font-weight: inherit !important;
	font-size: inherit !important;
	color: inherit !important;
	line-height: inherit !important
}

.uvc-heading p {
	word-break: normal;
	word-wrap: normal;
	-ms-word-break: normal;
	-ms-word-wrap: normal
}

.guan_top {
	font-size: 20px;
	color: #333333;
	font-weight: 700;
	padding: 8px;
	position: relative;
}

.guan_top:before {
	content: "";
	height: 1px;
	width: 50px;
	background: #eaeaea;
	top: 24px;
	left: 109px;
	position: absolute;
}

.guan_top:after {
	content: "";
	height: 1px;
	width: 170px;
	background: #eaeaea;
	bottom: 19px;
	left: 90px;
	position: absolute;
}

.guan_top span {
	width: 80px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: inline-block;
}


.pro_ul {
	/* padding: 5% 0px; */
	/* overflow: hidden; */
}

.pro_ul li {
    list-style-type: none;
	width: 20%;
	float: left;
	position: relative;
	cursor: pointer;
	margin-top: 20px;
}

.pro_ul li .pic {
	position: relative;
	overflow: hidden;
	height: 188px;
    display: flex;
    justify-content: center;
}

.pro_ul li .pic i {
	display: block;
	padding-bottom: 82.14285714285714%;
}

.pro_ul li .pic .zhe_a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
}

.pro_ul li:nth-child(3n+3) {
	margin-right: 0px;
}

.pro_ul li:nth-child(3n+3):after {
	display: none;
}

.pro_ul li:after {
	content: "";
	height: 100%;
	position: absolute;
	top: 0px;
	right: -9.95%;
}

.pro_ul li:before {
	content: "";
	width: 120%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.pro_ul li .text {
	padding: 3% 0px 0;
}

.pro_ul li .text h4 {
	color: #606a71;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 98%;
	overflow: hidden;
	text-align: center;
}

.pro_ul li .text span {
	height: 1px;
	background: #c9c9c9;
	width: 104px;
	display: block;
	vertical-align: top;
	margin: 15px 0px 20px;
	width: 37%;
}

.pro_ul li .text .more {
	background: #999999;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	width: 75px;
	display: block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #8c8c8c;
	position: relative;
	text-align: center;
}

.pro_ul li .text .more:after {
	width: 71px;
	height: 24px;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
}

.pro_ul li:hover .pic .zhe_a {
	display: block;
}

.pro_ul li:hover .text span {
	background: #0083c7;
}

.pro_ul li:hover .text .more {
	background: #0083c7;
}

.pic img {
	height: 100%;
	/* width: 100%; */
    max-width: 100%;
    object-fit: cover;
}

.n_article_next {
	padding: 20px 0;
}

.tag {
	padding-top: 20px;
}

.guan_ul2 li {
	line-height: 30px;
}

.guan_ul2 span {
	float: right;
}

@media screen and (max-width: 778px) {
	.pro_ul li {
		width: 50%;
	}
	.pro_ul li:last-child{
		display: none;
	}
}