.sealing-strip-warp{
	overflow: hidden;
	margin: 106px auto 0;
	background-color: rgba(244,247,250,1);
}
.sealing-strip-banner{
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}
.sealing-strip-banner h2{
	display: block;
	margin-top: 56px;
	font-size: 80px;
	line-height: 96px;
	color: #003B70;
	font-weight: bold;
	/* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}
.sealing-strip-banner-desc{
	width: 576px;
	line-height: 150%;
	font-size: 18px;
	text-align: center;
	color: #000;
	margin: 25px auto 0;
}
.sealing-strip-banner-line{
	width: 241px;
	height: 0px;
	margin: 25px auto 0;
	border-top: 2px solid #036BC9;
}
.sealing-strip-banner-name{
	font-weight: 600;
	font-size: 22px;
	line-height: 150%;
	color: #036BC9;
	margin: 20px auto 38px;
}
.sealing-strip-content{
	overflow: hidden;
}
.sealing-strip-content > img{
	width: 100%;
	max-width: 1240px;
	display: block;
	margin: 0 auto;
}
.pc-img{
	display: block !important;
}
.mobile-img{
	display: none !important;
}

.sealing-strip-trait{
	overflow: hidden;
	text-align: center;
	background-color: rgba(244,247,250,1);
}
.trait-list{
	overflow: hidden;
	margin: 0 auto;
	display: inline-block;
}
.trait-list li{
	float: left;
	width: 160px;
	text-align: center;
	padding-top: 80px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 72px;
	margin-top: 72px;
	font-size: 14px;
	line-height: 14px;
}
.trait-desc{
	text-align: center;
	margin: 50px auto 70px;
	font-size: 18px;
	line-height: 28px;
	color: #000;
}
.trait1{
	background-image: url(/img/p_images/MFicon1.png);
}
.trait2{
	background-image: url(/img/p_images/MFicon2.png);
}
.trait3{
	background-image: url(/img/p_images/MFicon3.png);
}
.trait4{
	background-image: url(/img/p_images/MFicon4.png);
}
.trait5{
	background-image: url(/img/p_images/MFicon5.png);
}
.trait6{
	background-image: url(/img/p_images/MFicon6.png);
}


.fluid-pipe-h2{
	height: 166px;
	line-height: 166px;
	text-align: center;
	font-size: 80px;
	font-weight: 900;
	color: #003B70;
}

@media screen and (min-width: 1025px){
	.fluid-pipe-content{
		display: flex;
		width: 1000px;
		margin: 26px auto 60px;
		font-size: 13px;
		overflow: hidden;
	}
	.fluid-pipe-content label{
		display: block;
	}
	.fluid-pipe-content span{
		line-height: 19px;
		display: block;
		font-family: 'PingFang HK';
		font-weight: 400;
		text-align: justify;
	}
	.fluid-pipe-content > div:first-child{
		margin-right: 40px;
	}
	.fluid-pipe-box1{
		width: 480px;
		min-height: 180px; 
		background-color: #fff;
		box-sizing: border-box;
		padding: 20px 20px;
	}
	.fluid-pipe-box1 label{
		font-size: 18px;
		color: #000;
		font-weight: bold;
	}
	.fluid-pipe-box1 span{
		margin-top: 7px;
	}
	.fluid-pipe-box2{
		overflow: hidden;
		flex: 1;
	}
	.fluid-pipe-box3{
		position: relative;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.fluid-pipe-box3:before{
		content: '';
		display: block;
		width: 30px;
		height: 0;
		border-top: 1px solid #000;
		position: absolute;
		left: 0;
		top: 0;
	}
	.fluid-pipe-box3 label{
		margin-top: 9px;
		line-height: 15px;
		font-weight: bold;
	}
	.fluid-pipe-box3 span{
		margin-top: 6px;
		color: rgba(0,0,0,.7);
		text-align: justify;
	}
	.fluid-pipe-box4{
		width: 1000px;
		height: 110px;
		background-color: #fff;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 !important;
	}
	.fluid-pipe-box4 label{
		font-weight: bold;
		margin-bottom: 9px;
		font-size: 18px;
	}
	.flex-reverse{
		flex-direction: row-reverse;
	}
	.flex-reverse > div:first-child{
		margin: 0 0 0 40px !important;
	}
}
@media screen and (max-width: 1024px){
	.sealing-strip-warp{
		margin-top: 1.2rem;
	}
	.pc-img{
		display: none !important;
	}
	.mobile-img{
		display: block !important;
	}
	.sealing-strip-banner h2{
		margin-top: 0.6rem;
		font-size: 0.4rem;
		line-height: 0.48rem;
	}
	.sealing-strip-banner-desc{
		width: 100%;
		box-sizing: border-box;
		padding: 0 0.6rem;
		text-align: center;
		font-size: 0.3rem;
		line-height: 150%;
		margin-top: 0.25rem;
	}
	.sealing-strip-banner-name{
		font-size: 0.24rem;
		line-height: 150%;
		margin: 0.25rem 10% 0.9rem;
	}
	.trait-list{
		width: 6.7rem;
		margin-top: 0.5rem;
	}
	.trait-list li{
		width: 2.2rem;
		padding-top: 1.1rem;
		background-size: 0.9rem;
		margin-top: 0.22rem;
		font-size: 0.3rem;
		line-height: 0.3rem;
		height: 1rem;
	}
	.trait-desc{
		text-align: center;
		margin: 0.45rem 7% 0.9rem;
		font-size: 0.3rem;
		line-height: 0.4rem;
		color: #000;
	}
	
	.fluid-pipe-h2{
		height: 1.2rem;
		line-height: 1.2rem;
		text-align: center;
		font-size: 0.4rem;
		font-weight: 900;
	}
	
	.fluid-pipe-content{
		width: 97.5%;
		margin: 0 auto 1rem !important;
		overflow: hidden;
	}
	.fluid-pipe-content label{
		font-size: 0.4rem;
		display: block;
	}
	.fluid-pipe-content span{
		font-size: 0.2rem;
		display: block;
	}
	.fluid-pipe-box1,
	.fluid-pipe-box4{
		background-color: #fff;
		padding: 0.3rem;
		overflow: hidden;
	}
	.fluid-pipe-box1 label,
	.fluid-pipe-box4 label{
		font-weight: 900;
		margin-bottom: 0.16rem;
	}
	.fluid-pipe-box4 label{
		text-align: center;
	}
	.fluid-pipe-box2{
		padding: 0.3rem;
		overflow: hidden;
	}
	.fluid-pipe-box3{
		position: relative;
		overflow: hidden;
		margin-top: 0.3rem;
	}
	.fluid-pipe-box3:before{
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 0.6rem;
		height: 0;
		border-top: 2px solid #000;
	}
	.fluid-pipe-box3 label{
		font-size: 0.3rem;
		line-height: 0.32rem;
		margin-top: 0.2rem;
		font-weight: 900;
	}
	.fluid-pipe-box3 span{
		font-size: 0.2rem;
		line-height: 0.3rem;
		margin-top: 0.2rem;
		text-align: justify;
	}
	.mt-20{
		margin-top: -20px !important;
	}
	.mb-0{
		margin-bottom: 0 !important;
	}
}<!--0.0001370906829834-->