.banner-inner {
	background: url("/static/images/banner/banner-starch.webp") no-repeat;
	background-size: 100% 100%
}
.top .main {
	display: flex;
	justify-content: space-between
}
.top .left {
	width: 50%;
	max-width: 703px;
	position: relative;
	z-index: 1;
	padding: 14px 0 0 14px
}
.top .left img {
	border-radius: 30px
}
.top .left::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	max-width: 410px;
	height: 65%;
	max-height: 264px;
	background: var(--bgshadowcolor);
	border-radius: 30px;
	z-index: -1
}
.top .right {
	width: 46%;
	max-width: 650px;
	margin-left: 6%;
	margin-top: 45px;
	text-align: left
}
.top .right span {
	display: block;
	font-size: 21px;
	color: #e12b3e;
	line-height: 26px
}
.top .right h2 {
	display: inline-block;
	font-size: 28px;
	color: var(--fttcolor);
	
	position: relative;
	margin: 10px 0 20px;
	padding-left: 0;
	text-align: left
}
.top .right h2::before {
	display: none
}
.top .right h2::after {
	content: '';
	display: block;
	position: absolute;
	right: -60px;
	top: -3px;
	width: 37px;
	height: 27px;
	background: url('/static/images/solution/biodiesel/icon.webp') no-repeat
}
.top .right p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 30px
}
.top .cont {
	margin-top: 40px
}
.top .cont ol {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.top .cont ol li {
	width: calc(25% - 15px);
	position: relative;
	padding-bottom: 25px
}
.top .cont ol li .img {
	border-radius: 30px;
	overflow: hidden
}
.top .cont ol li img {
	border-radius: 30px;
	transition: all linear .5s
}
.top .cont ol li p {
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--bgshadowcolor);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	padding: 20px 30px;
	border-radius: 20px;
	color: var(--white);
	
}
.top .cont ol li p span {
	display: inline-block;
	width: 34px;
	height: 3px;
	background: var(--white);
	margin-right: 10px
}
.item img {
	border-radius: 40px
}
.related-cases {
	width: 100%;
	background: linear-gradient(60deg, #ccddfa, #f1f5fc)
}
.related-cases ul, .related-cases ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.related-cases ul li {
	width: calc(33.33% - 10px);
	margin-bottom: 13px;
	overflow: hidden
}
.related-cases ul li img {
	transition: all linear .5s
}
.related-cases ul li>div {
	width: calc(50% - 8px);
	overflow: hidden
}

@media(any-hover:hover) {
.top .cont ol li:hover img, .related-cases ul li:first-child:hover img, .related-cases ul li:nth-child(2):hover img, .related-cases ul li:nth-child(3):hover img, .related-cases ul li>div:hover img {
	transform: scale(1.1)
}
}

@media screen and (max-width:1440px) {
.top .right {
	margin-left: 4%;
	margin-top: 20px
}
.top .right span {
	font-size: 18px;
	line-height: 24px
}
.top .right p {
	font-size: 18px;
	line-height: 26px
}
.top .right h2 {
	margin: 10px 0 15px
}
.top .cont ol li p {
	font-size: 16px;
	padding: 15px 20px
}
.top .cont ol li p span {
	width: 26px
}
}

@media screen and (max-width:1280px) {
.top .right {
	margin-left: 4%;
	margin-top: 0
}
.top .right span {
	font-size: 14px;
	line-height: 18px
}
.top .right h2 {
	margin: 5px 0 10px;
	font-size: 28px
}
.top .right p {
	font-size: 14px;
	line-height: 22px
}
.top .cont ol li p {
	font-size: 13px;
	padding: 10px 15px
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-starch-sm.webp") no-repeat;
	background-size: 100% 100%
}
h1::before {
	left: 24px
}
.top .main {
	flex-wrap: wrap
}
.top .main>div {
	width: 100%!important;
	max-width: unset
}
.top .left {
	padding: 7px 0 0 7px
}
.top .left img, .top .left::before {
	border-radius: 10px
}
.top .right {
	margin-left: 0;
	margin-top: 25px
}
.top .right span {
	font-size: 14px;
	line-height: 21px
}
.top .right h2 {
	width: fit-content!important;
	font-size: 22px;
	margin: 5px 0 10px;
	padding-left: 0
}
.top .right h2::after {
	right: -40px;
	top: 0;
	width: 28px;
	height: 20px;
	background-size: cover
}
.top .right p {
	font-size: 16px;
	line-height: 24px
}
.top .cont {
	margin-top: 30px
}
.top .cont>p {
	margin: 25px 0 20px;
	font-size: 16px;
	line-height: 24px
}
.top .cont>p span {
	line-height: 24px;
	height: 24px;
	padding: 0 6px
}
.top .cont ol li {
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 15px
}
.top .cont ol li .img, .top .cont ol li img {
	border-radius: 10px
}
.top .cont ol li p {
	border-radius: 10px 0 10px 0
}
.top .cont ol li p {
	font-size: 16px;
	padding: 10px 15px
}
.top .cont ol li p span {
	width: 20px;
	height: 2px;
	margin-right: 8px
}
.top .cont ol li:last-child {
	margin-bottom: 0
}
.item h2 {
	width: 90%
}
.item img {
	border-radius: 10px
}
.related-cases h2 {
	width: 52%
}
.related-cases ul {
	flex-wrap: wrap
}
.related-cases ul li {
	width: 100%;
	margin-bottom: 15px
}
.related-cases ul li:first-child img, .related-cases ul li:nth-child(2) img, .related-cases ul li:nth-child(3) img {
	border-radius: 10px
}
.related-cases ul li img {
	border-radius: 5px
}
.related-cases ul li:last-child {
	margin-bottom: 0
}
.related-cases ul li>div {
	width: calc(50% - 7px);
	overflow: hidden
}
}
