<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************** 水泵及君格新增 **************/
.pump-list,
.junge-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch
}

.pro-fl-box {
	width: 80%;
}

.product-grid.component.pump-list .grid&gt;ul li,
.product-grid.component.pump-list .grid .products-results-list li,
.product-grid.component.junge-list .grid&gt;ul li,
.product-grid.component.junge-list .grid .products-results-list li {
	width: 33%;
	flex-basis: 33%;
}


.pro-xiangguan {
	width: 18%;
	padding-top: 8.8%;
}

.pro-xiangguan .bt {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #09244f;
	margin-bottom: 20px;
}

.pro-xiangguan .xiangguan-item {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	color: #6bb718;
}

.pro-xiangguan .xiangguan-item .img {
	font-size: 0;
	margin-bottom: 15px;
	width: 100%;
	height: 144px;
}

.pro-xiangguan .xiangguan-item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro-xiangguan .xiangguan-item .wenzi {

	font-size: 16px;
	line-height: 1;
	font-weight: normal;
}

.pro-xiangguan .xiangguan-item:hover {
	color: #09244f;
	text-decoration-color: #09244f;
}


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

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

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

	.pump-list,
	.junge-list {
		flex-direction: column;
		padding-left: 5%;
		padding-right: 5%;
	}

	.pro-fl-box,
	.pro-xiangguan {
		width: 100%;
	}

	.pro-xiangguan .bc {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}

	.pro-xiangguan .xiangguan-item {
		width: 48%;
	}


}

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

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

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

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

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

	.product-grid.component.pump-list .grid&gt;ul li,
	.product-grid.component.pump-list .grid .products-results-list li,
	.product-grid.component.junge-list .grid&gt;ul li,
	.product-grid.component.junge-list .grid .products-results-list li {
		width: 50%;
		flex-basis: 50%;
	}

}

/*********** 房车 ************/
.solu-fangche,
.solu-guolvmo,
.solu-nongye {
	padding-bottom: 10rem;
	padding-top: 7rem;
}

.solu-fangche .solu-miaoshu,
.solu-guolvmo .solu-miaoshu,
.solu-nongye .solu-miaoshu {
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 11px 21px rgb(49 54 60 / 11%);
	width: 100%;
	max-width: 92rem;
	margin: -10rem auto 9rem;
	position: relative;
	z-index: 1;
	border-radius: 12px;
	padding-top: 35px;
	padding-bottom: 35px;
}

.solu-fangche .solu-miaoshu .title,
.solu-guolvmo .solu-miaoshu .title,
.solu-nongye .solu-miaoshu .title {
	font-size: 3.6rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 30px;
}

.solu-fangche .solu-miaoshu&gt;.wenzi,
.solu-guolvmo .solu-miaoshu&gt;.wenzi,
.solu-nongye .solu-miaoshu&gt;.wenzi {
	color: #464747;
	text-align: left;
	font-size: 16px;
	line-height: 32px;
	padding: 0 60px;
}

.solu-fangche .xiangguan {
	max-width: 92rem;
	margin: 0 auto;
}

.solu-fangche .xiangguan .xiangguan-item {
	width: 33%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.solu-fangche .xiangguan .xiangguan-item .img {
	max-width: 200px;
	font-size: 0;
	text-align: center;
}

/************* 工业过滤膜 **************/
.solu-guolvmo {}

.solu-guolvmo .xiangguan {
	flex-direction: column;
}

.solu-guolvmo .xiangguan .xiangguan-box {
	margin-bottom: 40px;
	width: 100%;
}

.solu-guolvmo .xiangguan .xiangguan-box .mt {
	color: #21386e;
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 40px;
}

.solu-guolvmo .xiangguan .xiangguan-box .mc {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
}

.solu-guolvmo .xiangguan .xiangguan-item {
	width: 20%;
	max-width: 224px;
	background: #fff;
	box-shadow: 0 0 32px rgba(0, 0, 0, .17);
	margin-bottom: 30px;
	font-size: 0;
	text-align: center;
	text-decoration: none;
}

.solu-guolvmo .xiangguan .xiangguan-item .img {
	height: 180px;
	line-height: 180px;
}

.solu-guolvmo .xiangguan .xiangguan-item .img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.solu-guolvmo .xiangguan .xiangguan-item .text {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #09244f;
	font-size: 14px;
	line-height: 1;
	height: 40px;
	position: relative;
	transition: all 200ms ease-out;
}

.solu-guolvmo .xiangguan .xiangguan-item .text:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 3.3rem solid #09244F;
	border-left: 3.3rem solid transparent;
	transition: all 200ms ease-out;
}

.solu-guolvmo .xiangguan .xiangguan-item:hover .text {
	color: #fff;
	background-color: #09244F;
}

.solu-guolvmo .xiangguan .xiangguan-item:hover .text:after {
	border-bottom-color: #6EB70B;
}


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

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

@media screen and (max-width:1024px) {
	.solu-guolvmo .xiangguan {
		padding-left: 5%;
		padding-right: 5%;
	}

	.solu-guolvmo .xiangguan .xiangguan-item {
		width: 32%;
		max-width: inherit;
	}

}

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

@media screen and (max-width:850px) {
	.solu-guolvmo .solu-miaoshu {
		width: 96%;
	}
}

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

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

@media only screen and (max-width: 479px) {
	.solu-guolvmo {
		padding-top: 4rem;
		padding-bottom: 4rem;
		padding-left: 2%;
		padding-right: 2%;
	}

	.solu-guolvmo .solu-banner {
		height: 21rem
	}

	.solu-guolvmo .solu-banner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.solu-guolvmo .solu-miaoshu {
		margin-top: -5rem;
		margin-bottom: 3.5rem;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 2rem;
		padding-top: 2rem;
	}

	.solu-fangche .solu-miaoshu .title,
	.solu-guolvmo .solu-miaoshu .title,
	.solu-nongye .solu-miaoshu .title{
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}

	.solu-fangche .solu-miaoshu&gt;.wenzi,
	.solu-guolvmo .solu-miaoshu&gt;.wenzi,
	.solu-nongye .solu-miaoshu&gt;.wenzi{
		padding: 0;
		font-size: 1.3rem;
		line-height: 1.5;
	}

	.solu-guolvmo .xiangguan .xiangguan-box .mt {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.solu-guolvmo .xiangguan .xiangguan-item {
		width: 48%;
		margin-bottom: 20px;
	}

	.solu-guolvmo .xiangguan .xiangguan-item .img {
		height: 140px;
		line-height: 140px;
	}

	.solu-guolvmo .xiangguan .xiangguan-item .text {
		font-size: 12px;
		height: 32px;
	}

	.solu-guolvmo .xiangguan .xiangguan-item .text:after {
		border-bottom-width: 32px;
		border-left-width: 32px;
	}




}

/******************* 流体解决计划 ******************/
.inner-banner-middle {
	height: 488px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.liuti-solu-main-info {
	position: relative;
	z-index: 1;
	margin-top: -115px;
	padding-bottom: 90px;
}

.liuti-solu-main-info .content {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, .93);
	box-shadow: 0 17px 29px rgba(0, 0, 0, .17);
	padding: 40px 70px;
}

.liuti-solu-main-info .main-title {
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 40px;
	line-height: 1;
	color: #032250;
}

.liuti-solu-main-info .intro-area {
	color: #444;
	font-size: 18px;
	line-height: 30px;
}

.liuti-solu-main-info .intro-area h4 {
	color: #032250;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: bold;
}

.liuti-solu-fl {
	background: #f8f8f8;
	padding: 90px 0 60px 0;
}

.liuti-solu-fl .content {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.liuti-solu-fl .fl-item {
	width: 32%;
	max-width: 419px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .17);
	color: #444;
	text-decoration: none;
}

.liuti-solu-fl .fl-item .img {
	width: 100%;
}

.liuti-solu-fl .fl-item .img-content {
	width: 100%;
	height: 0;
	padding-bottom: 70.16%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.liuti-solu-fl .fl-item .text {
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	transition: all 200ms ease-out;
}

.liuti-solu-fl .fl-item .text:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 4.2rem solid #09244F;
	border-left: 4.2rem solid transparent;
	transition: all 200ms ease-out;
}

.liuti-solu-fl .fl-item:hover .text {
	color: #fff;
	background-color: #09244F;
}

.liuti-solu-fl .fl-item:hover .text:after {
	border-bottom-color: #6EB70B;
}

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

@media screen and (max-width:1400px) {
	.liuti-solu-fl .content {
		padding: 0 5%;
	}
}

@media screen and (max-width:1024px) {
	.liuti-solu-main-info .content {
		width: 96%;
	}
}

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

@media screen and (max-width:850px) {
	.liuti-solu-fl .fl-item {
		width: 48%;
	}
}

@media screen and (max-width:767px) {
	.liuti-solu-main-info {
		padding-bottom: 60px;
	}

	.liuti-solu-fl {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

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

@media only screen and (max-width: 479px) {
	.inner-banner-middle {
		height: 270px;
	}

	.liuti-solu-main-info .content {
		padding: 30px 20px;
	}

	.liuti-solu-main-info .main-title {
		font-size: 25px;
	}

	.liuti-solu-main-info .intro-area {
		font-size: 12px;
		line-height: 1.5;
	}

	.liuti-solu-main-info .intro-area h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.liuti-solu-fl .fl-item {
		width: 100%;
		font-size: 20px;
	}

}

/************** 农业 ****************/
.solu-nongye .xiangguan {
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.solu-nongye .xiangguan .xiangguan-item {
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.solu-nongye .xiangguan .xiangguan-item .img {
	font-size: 0;
	text-align: center;
	max-width: 190px;
	height: auto;
	max-height: 190px;
}

.solu-nongye .xiangguan .xiangguan-item .img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

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

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

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

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

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

	.solu-fangche .solu-miaoshu,
	.solu-guolvmo .solu-miaoshu,
	.solu-nongye .solu-miaoshu {
		width: 96%;
	}

	.solu-fangche .solu-miaoshu .title,
	.solu-guolvmo .solu-miaoshu .title,
	.solu-nongye .solu-miaoshu .title {
		font-size: ;
	}

	.solu-nongye .xiangguan {
		padding: 0 5%;
	}

	.solu-nongye .xiangguan .xiangguan-item {
		width: 50%;
	}

}

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

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

@media only screen and (max-width: 479px) {}

/************************************************

                            20220329新增
                            
 ***********************************************/
@media screen and (max-width:1600px) {}

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

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

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

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

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

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

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

	.solu-fangche,
	.solu-guolvmo,
	.solu-nongye {
		padding: 1.5rem 1.5rem 0 1.5rem;
	}
	
	.solu-fangche .solu-banner,
	.solu-guolvmo .solu-banner,
	.solu-nongye .solu-banner{
		height: 18.3rem;
	}
	
	.solu-fangche .solu-banner img,
	.solu-guolvmo .solu-banner img,
	.solu-nongye .solu-banner img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.solu-fangche .solu-miaoshu,
	.solu-guolvmo .solu-miaoshu, 
	.solu-nongye .solu-miaoshu{
		width: 100%;
		margin-top: -5rem;
		padding: 1.5rem;
		margin-bottom: 3.5rem;
	}
	
	.solu-fangche .solu-miaoshu .title, 
	.solu-guolvmo .solu-miaoshu .title,
	.solu-nongye .solu-miaoshu .title{
		margin-bottom: 3rem;
	}
	
	.solu-fangche .solu-miaoshu&gt;.wenzi, 
	.solu-guolvmo .solu-miaoshu&gt;.wenzi,
	.solu-nongye .solu-miaoshu&gt;.wenzi{
		text-align: left;
		font-size: 15px;
		line-height: 22px;
	}


.solu-fangche .xiangguan{
	justify-content: space-between
}

.solu-fangche .xiangguan .xiangguan-item{
	width: auto;
	height: 7.5rem;
}

.solu-fangche .xiangguan .xiangguan-item .img{
	width: auto;
	height: 100%;
}

.solu-fangche .xiangguan .xiangguan-item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.solu-guolvmo .xiangguan,
.solu-nongye .xiangguan{
	padding-right: 0;
	padding-left: 0;
}

.solu-guolvmo .xiangguan .xiangguan-box .mt{
	font-size: 18px;
}

.solu-nongye .xiangguan .xiangguan-item .img{
	width: 128px;
	height: 128px;
	line-height: 128px;
}

.solu-nongye .xiangguan .xiangguan-item .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.inner-banner-middle{
	height: 230px;
}

.liuti-solu-main-info{
	margin-top: -64px;
	padding-bottom: 20px;
}

.liuti-solu-main-info .content{
	padding: 20px 15px;
	border-radius: 6px;
	width: 90%;
}

.liuti-solu-main-info .main-title{
	margin-bottom: 35px;
}

.liuti-solu-main-info .intro-area{
	font-size: 15px;
	line-height: 22px;
}

.liuti-solu-main-info .intro-area h4{
	font-size: 18px;
}

.liuti-solu-fl{
	padding-top: 0;
}

.liuti-solu-fl .fl-item{
	width: 48%;
	margin-bottom: 15px;
}

.liuti-solu-fl .fl-item .text{
	height: 40px;
	font-size: 15px;
}

.liuti-solu-fl .fl-item .text:after{
	border-bottom-width: 25px;
	border-left-width: 25px;
}


}
.solu-nongye .xiangguan{justify-content: center;}&lt;!--耗时1753780723.2517秒--&gt;</pre></body></html>