<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1200px) {
  .top {
    background: transparent;
  }
  .top .layout {
    background: url(industrySolution-banner.png) center;
    background-size: cover;
  }
}
.top {
  background: url(industrySolution-banner.png) center;
  background-size: cover;
}
.top .layout {
  height: 695px;
}
.item01 {
  background: #f6f6f6;
}
.item01 .layout {
  height: 700px;
}
.item01 .cm-title {
  padding-top: 90px;
}
.item01 img {
  display: block;
  margin: 56px auto 0;
}
.item02 {
  background: #fff;
}
.item02 .layout {
  height: 700px;
}
.item02 li {
  margin-top: 78px;
}
.item02 li img {
  position: absolute;
  top: -40px;
  left: 70px;
}
.item02 .fl,
.item02 .fr {
  position: relative;
  width: 552px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #f2f2f2;
  height: 152px;
}
.item02 .content {
  margin-left: 225px;
  padding-top: 30px;
}
.item02 .title {
  font-size: 26px;
  line-height: 50px;
  color: #656464;
}
.item02 .tips {
  font-size: 18px;
  line-height: 24px;
  color: #656464;
}
.ourClient {
  background: #f6f6f6;
}
.ourClient .layout {
  height: 550px;
}
.ourClient .cm-title {
  padding-top: 80px;
}
.ourClient img {
  display: block;
  margin: 72px auto 0;
}



	.cm-footer{
		width: 100%;
		background: #26272b;
	}
	
	.cm-footer .layout {
		height: 194px;
		padding-top: 56px;
		background: #26272b;
	}
	
	.cm-footerTel {
		color: #fff;
		font-size: 30px;
		padding-left: 1.4em;
		background: url(home-telIcon.png)no-repeat left center;
	}
	
	.cm-footerLink li {
		position: relative;
		line-height: 82px;
		font-size: 20px;
		float: left;
		color: #fff;
		padding-right: 2em;
	}
	
	.cm-footerLink li:after {
		position: absolute;
		margin: auto;
		right: 1em;
		top: 0;
		bottom: 0;
		content: "";
		height: 16px;
		width: 1px;
		background: #fff;
	}
	
	.cm-footerLink li:nth-last-of-type(1):after {
		position: absolute;
		margin: auto;
		right: 1em;
		top: 0;
		bottom: 0;
		content: "";
		height: 0;
		width: 0;
		background: transparent;
	}
	
	.cm-footerLink a {
		color: #fff;
		font-size: 20px;
	}
	
	.cm-footerLink a:hover {
		color: #ff6600;
	}
	
	.copyright {
		font-size: 16px;
		color: #fff;
	}</pre></body></html>