<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.engineering1 {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 30px;
	background-color: #fbfbfb;
}
.engineering1 li {
	width: 420px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
.engineering1 .engineering1-img {
	width: 100%;
	height: 225px;
	overflow: hidden;
}
.engineering1-img img {
	width: 100%;
	transition: all 0.5s;
}
.engineering1 .engineering1-txt {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 11px 0 0;
}
.engineering1-txt .engineering1-ico {
	top: 0px;
	left: 0px;
	width: 3.8rem;
	overflow: hidden;
	position: absolute;
	line-height: 4.1rem;
}
.engineering1-txt .engineering1-ico img
{
    width:50px;
}
.engineering1-txt h3 {
	width: 100%;
	line-height: 55px;
	overflow: hidden;
	padding-left: 55px;
}
.engineering1-txt p {
	width: 100%;
	color: #9d9d9d;
	line-height: 26px;
	overflow: hidden;
	-webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size:16px;
}
.engineering1 li:hover .engineering1-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.engineering1 {
		padding: 70px 0 30px;
	}
	.engineering1 li {
		width: 310px;
	}
	.engineering1 li:nth-of-type(2n+1) {
		margin: 0 30px 40px 0;
	}
	.engineering1 li:nth-of-type(2n) {
		margin: 0 0 40px;
	}
	.engineering1 .engineering1-img {
		height: 167px;
	}
	.engineering1-txt p {
	    height: 80px;
	}
}
@media only screen and (max-width: 700px) {
	.engineering1 {
		padding: 40px 0 20px;
	}
	.engineering1 li {
		width: 100%;
	}
	.engineering1 li:nth-of-type(2n+1),.engineering1 li:nth-of-type(2n) {
		margin: 0 0 25px;
	}
	.engineering1 .engineering1-img {
		height: auto;
	}
	.engineering1-txt p {
	    height: auto;
	    max-height: auto;
	}
}
@media only screen and (min-width: 992px) {
	.engineering1 li {
		width: 300px;
	}
	.engineering1 li:nth-of-type(3n+1),.engineering1 li:nth-of-type(3n+2) {
		margin: 0 35px 35px 0;
	}
	.engineering1 li:nth-of-type(3n) {
		margin: 0 0 35px;
	}
	.engineering1 .engineering1-img {
		height: 161px;
	}
}
@media only screen and (min-width: 1200px) {
	.engineering1 li {
		width: 31%;
	}
	.engineering1 li:nth-of-type(3n+1),.engineering1 li:nth-of-type(3n+2) {
		margin: 0 40px 40px 0;
	}
	.engineering1 li:nth-of-type(3n) {
		margin: 0 0 40px;
	}
	.engineering1 .engineering1-img {
		height: auto;
	}
}
@media only screen and (min-width: 1550px) {
	.engineering1 li {
		width: 420px;
	}
	.engineering1 li:nth-of-type(3n+1),.engineering1 li:nth-of-type(3n+2) {
		margin: 0 110px 65px 0;
	}
	.engineering1 li:nth-of-type(3n) {
		margin: 0 0 65px;
	}
	.engineering1 .engineering1-img {
		height: 225px;
	}
}
/*宸ョ▼涓氱哗*/
.engineering2 {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 85px;
	background-image: url(../images/engineering2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
.engineering2 h2 {
	font-size: 42px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
}
.engineering2 .engineering2-list {
	width: 100%;
	overflow: hidden;
}
.engineering2-list ul {
	width: 100%;
	overflow: hidden;
}
.engineering2-list ul li {
	overflow: hidden;
	float: left;
}
.engineering2-list a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.engineering2-list a .engineering2-img {
	width: 100%;
	height: 235px;
	overflow: hidden;
	border-radius: 5px;
}
.engineering2-img img {
	width: 100%;
	transition: all 0.5s;
}
.engineering2-list a p {
	width: 100%;
	color: #333333;
	font-size: 16px;
	margin: 15px 0 0;
	overflow: hidden;
	font-weight: bold;
	line-height: 20px;
	transition: all 0.5s;
}
.engineering2-list a:hover .engineering2-img img {
	transform: scale(1.1);
}
.engineering2-list a:hover p {
	color: #ea5504;
}
.engineering2 .engineering2-more {
	width: 100%;
	padding: 10px;
	display: block;
	color: #ffffff;
	cursor: pointer;
	margin: 55px 0 0;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
	transition: all 0.5s;
	background-color: #003f98;
}
.engineering2-more img {
	margin: -2px 0 0 12px;
}
.engineering2 .engineering2-more:hover {
	background-color: #ea5504;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 991px) {
	.engineering2 {
		background-size: auto 100%;
		background-attachment: scroll;
	}
	.engineering2 .engineering2-list {
		margin: 75px 0 0;
		height: 527px;
	}
	.engineering2-list li {
		width: 310px;
	}
	.engineering2-list li:nth-of-type(2n+1) {
		margin: 0 30px 35px 0;
	}
	.engineering2-list li:nth-of-type(2n) {
		margin: 0 0 35px;
	}
	.engineering2-list a .engineering2-img {
		height: 210px;
	}
}
@media only screen and (max-width: 700px) {
	.engineering2 {
		padding: 45px 0 40px;
	}
	.engineering2 h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.engineering2 .engineering2-list {
		margin: 30px 0 0;
		height: 285px;
	}
	.engineering2-list li {
		width: 155px;
	}
	.engineering2-list li:nth-of-type(2n+1) {
		margin: 0 15px 15px 0;
	}
	.engineering2-list li:nth-of-type(2n) {
		margin: 0 0 15px;
	}
	.engineering2-list a p {
		font-size: 14px;
		margin: 8px 0 0;
	}
	.engineering2 .engineering2-more {
		margin: 30px 0 0;
	}
	.engineering2-list a .engineering2-img {
		height: 105px;
	}
}
@media only screen and (min-width: 992px) {
	.engineering2 .engineering2-list {
		margin: 75px 0 0;
		height: 515px;
	}
	.engineering2-list li {
		width: 300px;
	}
	.engineering2-list li:nth-of-type(3n+1),.engineering2-list li:nth-of-type(3n+2) {
		margin: 0 35px 35px 0;
	}
	.engineering2-list li:nth-of-type(3n) {
		margin: 0 0 35px;
	}
	.engineering2-list a .engineering2-img {
		height: 205px;
	}
}
@media only screen and (min-width: 1200px) {
	.engineering2 .engineering2-list {
		height: 575px;
	}
	.engineering2-list li {
		width: 344px;
	}
	.engineering2-list li:nth-of-type(3n+1),.engineering2-list li:nth-of-type(3n+2) {
		margin: 0 34px 35px 0;
	}
	.engineering2-list li:nth-of-type(3n) {
		margin: 0 0 35px;
	}
	.engineering2-list a .engineering2-img {
		height: 235px;
	}
}
@media only screen and (min-width: 1550px) {
	.engineering2 .engineering2-list {
		height: 575px;
	}
	.engineering2-list li {
		width: 345px;
	}
	.engineering2-list li:nth-of-type(4n+1),.engineering2-list li:nth-of-type(4n+2),.engineering2-list li:nth-of-type(4n+3) {
		margin: 0 33.33px 35px 0;
	}
	.engineering2-list li:nth-of-type(4n) {
		margin: 0 0 35px;
	}
}
@media only screen and (min-width: 1921px) {
	.engineering2 {
		background-size: 100%;
	}
}
/*瀹㈡埛鍜ㄨ*/
.engineering3 {
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
}
.engineering3 li {
	width: 25%;
	height: 495px;
	overflow: hidden;
	float: left;
	text-align: center;
	background-color: #f2f2f2;
	color: #949494;
	font-size: 14px;
	line-height: 20px;
}
.engineering3 .engineering3-img {
	width: 100%;
	overflow: hidden;
	margin: 140px 0 40px;
}
.engineering3 .engineering3-txt {
	width: 100%;
	overflow: hidden;
}
.engineering3-txt h4 {
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #221815;
	margin: 0 0 13px;
}
.engineering3-txt p
{
    font-size:16px;
    line-height:26px;
}
@media only screen and (max-width: 991px) {
	.engineering3 li {
		width: 50%;
	}
	.engineering3 li:nth-of-type(2),.engineering3 li:nth-of-type(3) {
		background-color: #ededed;
	}
}
@media only screen and (max-width: 700px) {
	.engineering3 li {
		width: 100%;
		height: auto;
		padding: 70px 25px;
	}
	.engineering3 li:nth-of-type(2n+1) {
		background-color: #f2f2f2;
	}
	.engineering3 li:nth-of-type(2n) {
		background-color: #ededed;
	}
	.engineering3 .engineering3-img {
	    margin: 0 0 20px;
	}
}
@media only screen and (min-width: 992px) {
	.engineering3 li {
		font-size: 12px;
	}
	.engineering3 li:nth-of-type(2n) {
		background-color: #ededed;
	}
}
@media only screen and (min-width: 1550px) {
	.engineering3 li {
		font-size: 14px;
	}
}


/*浜у搧绯诲垪*/
.product-list {
	width: 100%;
	height: auto;
	padding: 65px 0 0;
}
.product-list a {
	display: block;
	overflow: hidden;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333333;
	transition: all 0.5s;
}
.product-list .list-img {
	width: 100%;
	padding: 10px 0 0;
	overflow: hidden;
}
.list-img img {
	display: block;
	width: 85%;
	transition: transform 0.5s;
	margin: 0 auto;
}
.product-list h4 {
	width: 100%;
	height: 50px;
	line-height: 49px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 20px 0 40px;
	position: relative;
}
.product-list h4:after {
	content: '';
	display: block;
	width: 28px;
	height: 1px;
	background-color: #0461b2;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -14px;
}
.product-list span {
	display: block;
	width: 180px;
	height: 30px;
	line-height: 28px;
	overflow: hidden;
	border-radius: 15px;
	margin: 0 auto 22px;
	font-size: 14px;
	color: #666666;
	border: 1px solid #e4e4e4;
	position: relative;
	transition: all 0.5s;
}
.product-list span em {
	position: relative;
	z-index: 2;
}
.product-list span:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transition: all 0.5s;
}
.product-list a:hover .list-img img  {
	transform: scale(1.1);
}
.product-list a:hover span {
	border-color: #e60012;
	color: #FFFFFF;
}
.product-list a:hover span:before {
	background-color: #e60012;
	width: 100%;
	left: 0px;
}
@media only screen and (max-width: 991px) {
	.product-list a {
		width: calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
	}
	.product-list a:nth-of-type(2n+1) {
		margin: 0 40px 40px 0;
	}
	.product-list a:nth-of-type(2n) {
		margin: 0 0 40px;
	}
	.product-list h4 {
	    margin: 20px 0 40px;
	}
	.product-list a:hover {
		box-shadow: 0px 0px 31px 1px rgba(42,34,27,0.16);
	}
}
@media only screen and (max-width: 700px) {
	.product-content {
	    padding: 40px 0 20px;
	}
	.product-content h1 {
	    font-size: 28px;
	    line-height: 40px;
	}
	.product-content h1 img {
		height: 40px;
	}
	.product-list {
	    padding: 20px 0 0;
	}
	.product-list a {
		width: calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px);
	}
	.product-list a:nth-of-type(2n+1) {
		margin: 0 20px 20px 0;
	}
	.product-list a:nth-of-type(2n) {
		margin: 0 0 20px;
	}
	.product-list h4 {
		height: 35px;
    	line-height: 34px;
    	font-size: 14px;
	    margin: 10px 0 20px;
	    padding: 0 10px;
	}
	.product-list span {
	    width: 110px;
	    height: 30px;
	    line-height: 28px;
	    border-radius: 15px;
	    margin: 0 auto 15px;
	    font-size: 12px;
	}
	.product-list a:hover {
		box-shadow: 0px 0px 15px 1px rgba(42,34,27,0.16);
	}
}
@media only screen and (min-width: 992px) {
	.product-list a {
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
	}
	.product-list a:nth-of-type(3n+1),.product-list a:nth-of-type(3n+2) {
		margin: 0 30px 30px 0;
	}
	.product-list a:nth-of-type(3n) {
		margin: 0 0 30px;
	}
	.product-list h4 {
	    margin: 20px 0 25px;
	}
	.product-list a:hover {
		box-shadow: 0px 0px 15px 0px rgba(42,34,27,0.16);
	}
}
@media only screen and (min-width: 1200px) {
	.product-list a {
		width: calc(25% - 22.5px);
		width: -moz-calc(25% - 22.5px);
		width: -webkit-calc(25% - 22.5px);
	}
	.product-list a:nth-of-type(4n+1),.product-list a:nth-of-type(4n+2),.product-list a:nth-of-type(4n+3) {
		margin: 0 30px 30px 0;
	}
	.product-list a:nth-of-type(4n) {
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1350px) {
	.product-list a {
		width: calc(25% - 34.5px);
		width: -moz-calc(25% - 34.5px);
		width: -webkit-calc(25% - 34.5px);
	}
	.product-list a:nth-of-type(4n+1), .product-list a:nth-of-type(4n+2), .product-list a:nth-of-type(4n+3) {
		margin: 0 45px 36px 0;
	}
	.product-list a:nth-of-type(4n) {
		margin: 0 0 36px 0;
	}
	.product-list h4 {
	    margin: 20px 0 40px;
	}
	.product-list a:hover {
		box-shadow: 0px 0px 31px 1px rgba(42,34,27,0.16);
	}
}</pre></body></html>