.banner-inner {
	background: url("/static/images/banner/banner-stone-grinding.webp") no-repeat;
	background-size: 100% 100%
}
.top ul {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.top ul li {
	width: 50%
}
.top ul li img {
	height: 457px
}
.top li:first-child img {
	border-radius: 30px 0 0 30px
}
.top li:last-child img {
	border-top-right-radius: 30px
}
.top .txt {
	width: 80%;
	padding: 50px 80px 60px;
	max-width: 1280px;
	background: linear-gradient(150deg, var(--white), #e3f0ff);
	border-radius: 30px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	margin: 60px auto 0;
}
.top .txt span {
	display: inline-block;
	width: 35%;
	max-width: 800px;
	height: 50px;
	background: var(--bgsshadowcolor);
	border-radius: 25px;
	font-size: 24px;
	color: var(--white);
	line-height: 50px;
	
	text-align: center;
	margin: 0 auto
}
.top .txt p {
	font-size: 20px;
	line-height: 34px;
	color: var(--fttcolor);
	margin-top: 30px
}
.item {
	background: linear-gradient(180deg, var(--white), #e6edff)
}
.item ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.item ul li {
	width: 27%
}
.item ul li:nth-child(2) {
	width: 40%;
	max-width: 570px
}
.item li>div {
	position: relative;
	padding-top: 60px;
	z-index: 1
}
.item li>div img {
	width: auto;
	height: 97px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}
.item li>div p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 28px
}
.item li>div:first-child {
	margin-bottom: 60px
}

@media screen and (max-width:1680px) {
.solution-main {
	padding: 70px 0 50px
}
.related-solutions ul li a {
	align-items: center
}
.top ul li img {
	height: auto
}
}

@media screen and (max-width:1440px) {
.item li>div img {
	height: 65px
}
.item li>div p {
	font-size: 16px;
	line-height: 24px
}
.top .txt span {
	font-size: 19px
}
.top .txt p {
	font-size: 18px;
	line-height: 28px
}
.top {
	padding-bottom: 250px
}
}

@media screen and (max-width:1280px) {
.top .txt {
	padding: 25px 40px 30px
}
.top .txt span {
	width: 80%
}
.top .txt p {
	font-size: 17px;
	line-height: 24px;
	margin-top: 20px
}
.top {
	padding-bottom: 200px
}
.item li>div img {
	height: 48px
}
.item li>div p {
	font-size: 15px;
	line-height: 22px
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-stone-grinding-sm.webp") no-repeat;
	background-size: 100% 100%
}
h1::before {
	left: 27px
}
.top ul {
	flex-wrap: wrap
}
.top ul li {
	width: 100%
}
.top ul li img {
	height: auto;
	border-radius: 10px!important
}
.top ul li:first-child {
	margin-bottom: 20px
}
.top .txt {
	position: unset;
	width: 100%;
	padding: 30px 15px;
	max-width: unset;
	border-radius: 10px;
	margin-top: 25px
}
.top .txt span {
	width: 85%;
        max-width: unset;
        height: 46px;
        border-radius: 23px;
        font-size: 20px;
        line-height: 46px;
        padding: 0;
}
.top .txt p {
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 24px;
	
	margin-top: 20px
}
.top {
	padding-bottom: 0
}
.item h2 {
	width: 86%
}
.item ul {
	padding: 0 15px
}
.item ul li, .item ul li:nth-child(2) {
	width: 100%;
	max-width: unset
}
.item ul li:nth-child(2) {
	margin: 20px 0
}
.item li>div {
	padding-top: 20px
}
.item li>div img {
	height: 48px
}
.item li>div p {
	font-size: 16px;
	line-height: 24px
}
.item li>div:first-child {
	margin-bottom: 20px
}
}
