<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-banner {
	width: 100%;
	height: 55.625vw;
	min-width: 11.7rem;
	min-height: 6.508125rem;
}

.home-banner .pc_show {
	height: 100%;
}

.home-banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.home-banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-fiexd {
	height: 0;
	position: relative;
}

.home-banner .swiper-container-banner {
	width: 100%;
	height: 100%;
}

.home-banner .swiper-banner-pagination {
	position: absolute;
	z-index: 99;
	text-align: center;
}

.home-banner .swiper-banner-pagination .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: 0.6;
}

.home-banner .swiper-banner-pagination .swiper-pagination-bullet-active {
	background: #FFFFFF;
	opacity: 1;
}


.banner-fiexd .next .btn-prev,
.banner-fiexd .next .btn-next {
	position: absolute;
	z-index: 99;
	right: 0;
	top: calc(27.8125vw - 0.3rem);
}

.banner-fiexd .next .btn-prev {
	left: 0;
}

.banner-fiexd .page-cur {
	position: absolute;
	z-index: 99;
	left: calc(50% - 0.7rem);
	top: calc(55.625vw - 0.69rem);
	font-size: 0.14rem;
	font-family: Arial;
	font-weight: 400;
	color: #FFF;
}

.banner-fiexd .page-total {
	position: absolute;
	z-index: 99;
	left: calc(50% + 0.57rem);
	top: calc(55.625vw - 0.69rem);
	font-size: 0.14rem;
	font-family: Arial;
	font-weight: 400;
	color: #FFF;
}

.banner-fiexd .progress {
	position: absolute;
	z-index: 99;
	left: calc(50% - 0.4rem);
	top: calc(55.625vw - 0.6rem);
	width: 0.8rem;
	height: 0.02rem;
	background: rgba(255, 255, 255, 0.5);
}

.banner-fiexd .progress.active .line {
	float: left;
	display: block;
	height: 0.02rem;
	background: #fff;
	-webkit-animation: progressbar2 5s infinite;
	animation: progressbar2 5s infinite
}

/* Chrome, Safari, Opera */
@-webkit-keyframes progressbar2 {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

/* Standard syntax */
@keyframes progressbar2 {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}

/* 绠€浠� */
.home-about .about1 {
	padding-top: 1.2rem;
}

.home-about .about1 .title {
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #B3B3B3;
	line-height: 0.32rem;
	letter-spacing: 0.03rem;
}

.home-about .about1 .desc {
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	color: #000;
	line-height: 0.4rem;
	position: relative;
}

.home-about .about1 .descs {
	margin-top: 0.7rem;
}

.home-about .about1 .desc::before {
	content: '+';
	position: absolute;
	left: -0.2rem;
	top: -0.01rem;
	font-size: 0.2rem;
	color: #343434;
	line-height: 0.4rem;
}

.home-about .about2 {
	padding: 0.4rem 0;
}

.home-about .about2 .title {
	text-align: left;
}

.home-about .about2 .detail {
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #9A9A9A;
	line-height: 0.32rem;
}

.home-about .about2 .btns {
	margin-top: 0.2rem;
}

/* 鏂伴椈 */
.home-news {
	background: #F7F9FA;
}

.home-news .con-head {
	max-width: 6.05rem;
	margin: 0 auto;
}

.home-news .head,
.home-news .more {
	width: 100%;
	text-align: center;
}

.home-news .cover img {
	width: 100%;
}

.home-news .news-list {
	padding-left: 0.7rem;
}

.home-news .news-list .item {
	width: 100%;
	/* height: 0.63rem; */
	margin-top: 0.36rem;
	position: relative;
	display: block;
}

.home-news .news-list .item:first-child {
	margin-top: 0;
}

.home-news .news-list .item .date {
	position: absolute;
	top: 0.03rem;
	left: 0;
	font-size: 0.24rem;
	font-family: DINPro;
	color: #2E3033;
	line-height: 0.24rem;
}

.home-news .news-list .item .year {
	position: absolute;
	left: 0;
	bottom: 0.05rem;
	font-size: 0.16rem;
	font-family: DINPro;
	font-weight: 400;
	color: #999;
	line-height: 0.14rem;
}

.home-news .news-list .item .info {
	margin-left: 0.86rem;
	width: calc(100% - 0.86rem);
	padding-left: 0.25rem;
	min-height: 0.8rem;
	border-left: 0.01rem solid #E6E8EB;
}

.home-news .news-list .item .info .title {
	font-size: 0.17rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #2E3033;
	line-height: 0.19rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.home-news .news-list .item:hover .info .title {
	color: #1662C7;
}

.home-news .news-list .item .info .desc {
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #5C6066;
	line-height: 0.24rem;
	margin-top: 0.12rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 妫€娴嬩笟鍔� */
.home-product {
	/* background: #F0F2F5; */
	padding-top: 0.4rem;
}

.home-product .con-head .title {
	text-align: left;
}

.home-product .con-head .desc {
	margin-top: 0.4rem;
	width: 80%;
	text-align: left;
}

.home-product .swiper-slide .cover {
	width: 100%;
	height: 2.02rem;
	overflow: hidden;
}

.home-product .swiper-slide .cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}

.home-product .swiper-slide:hover .cover img {
	transform: scale(1.1);
}

.home-product .swiper-slide .detail {
	height: 0.4rem;
	/* width: 100%; */
	padding: 0 0.1rem;
	background: #fff;
	line-height: 0.4rem;
	text-align: center;
	color: #343434;
	font-size: 0.16rem;
	border: 1px solid #DCDCDE;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.home-product .swiper-slide:hover .detail {
	color: #1662C7;
}

.home-product .swiper-slide:hover {
	/* box-shadow: 0 10px 5px 10px rgba(0, 0, 0, 0.25); */
}

.swiper-product {
	height: 2.5rem;
}

.swiper-product-pagination {
	text-align: center;
	margin-top: 0.5rem;
}

.swiper-product-pagination .swiper-pagination-bullet {
	margin: 0 0.05rem;
}

.swiper-product-pagination .swiper-pagination-bullet-active {
	background: #2E2F33;
}

@media screen and (max-width: 1170px) {

	.banner-fiexd .page-cur {
		top: calc(6.508125rem - 0.69rem);
	}

	.banner-fiexd .page-total {
		top: calc(6.508125rem - 0.69rem);
	}

	.banner-fiexd .progress {
		top: calc(6.508125rem - 0.6rem);
	}

	.banner-fiexd .next .btn-prev,
	.banner-fiexd .next .btn-next {
		top: 2.9540625rem;
	}

}

/* 绉诲姩璁惧 */
@media screen and (max-width:900px) {
	.home-banner {
		width: 100%;
		height: 2.11rem;
		min-width: auto;
		min-height: auto;
	}

	.home-banner .swiper-slide img {
		height: 2.11rem;
	}

	.home-about .about1 {
		padding-top: 0;
	}

	.home-about .about1 .title {
		line-height: 0.32rem;
		font-size: 0.14rem;
	}

	.home-about .about1 .descs {
		padding-left: 0.14rem;
		margin-top: 0;
	}

	.home-about .about1 .desc {
		line-height: 0.28rem;
		font-size: 0.16rem;
	}

	.home-about .about1 .desc::before {
		line-height: 0.28rem;
		font-size: 0.16rem;
		left: -0.14rem;
	}

	.home-about .about2 {
		padding-top: 0.3rem;
		padding-bottom: 0.1rem;
	}

	.home-about .info {
		padding-top: 0.16rem;
	}

	.home-about .info .detail {
		width: 100%;
		font-size: 0.14rem;
		line-height: 0.28rem;
	}


	.home-about .info .cover {
		width: 50%;
		margin-top: 0.5rem;
		margin-left: 0;
		height: auto;
	}

	.home-about .info .cover img {
		height: auto;
	}

	.home-about .info .cover2 {
		width: 0;
		margin-top: 0.5rem;
		margin-left: 0;
		height: 3.06rem;
		position: relative;
	}

	.home-about .info .cover2 img {
		position: absolute;
		left: 0.1725rem;
		bottom: 0;
		height: 0.7rem;
		width: 0.7rem;
	}

	.home-about .info .right {
		width: 45%;
		margin-top: 0.5rem;
		margin-left: 5%;
		height: 3.06rem;
	}

	.home-about .info .right .title {
		font-size: 0.2rem;
		line-height: 0.3rem;
		margin-top: 0.16rem;
	}

	.home-about .info .right .line {
		height: 0.01rem;
		width: 0.2rem;
	}

	.home-about .info .right img {
		height: 0.7rem;
		width: 0.7rem;
		left: 0.85rem;
	}

	.home-about .info .right .more {
		margin-top: 0.32rem;
	}

	.home-news .news-list {
		padding-left: 0;
		padding-top: 0.4rem;
	}

	.home-news .news-list .item .date {
		font-size: 0.18rem;
		top: 0;
	}

	.home-news .news-list .item .info {
		margin-left: 0.64rem;
		width: calc(100% - 0.64rem);
		padding-left: 0.16rem;
	}

	.home-news .news-list .item .info .title {
		font-size: 0.16rem;
	}

	.home-news .news-list .item .info .desc {
		font-size: 0.14rem;
	}

	.home-product {
		padding-top: 0;
	}

	.home-product .con-head .desc {
		margin-top: 0.2rem;
		width: 100%;
	}

	.home-product .swiper-container {
		margin-top: 0.4rem;
	}

	.home-product .swiper-slide .cover {
		height: 1.93rem;
	}
}
</pre></body></html>