.banner-inner {
	background: url("/static/images/banner/banner-corn.webp") no-repeat;
	background-size: 100% 100%
}
.top ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.top li:first-child {
	width: 55%;
	max-width: 792px
}
.top li:last-child {
	width: 44%;
	max-width: 635px
}
.top ul li img {
	height: 457px
}
.top li:first-child img {
	border-radius: 30px 0 0 30px
}
.top li:last-child img {
	border-radius: 0 30px 30px 0
}
.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: auto;
}
.top .txt span {
	display: inline-block;
	width: 65%;
	max-width: 700px;
	height: 50px;
	background: var(--bgsshadowcolor);
	border-radius: 25px;
	font-size: 22px;
	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 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.item ul li {
	width: calc(33.33% - 12px);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px
}
.item ul li img {
	border-radius: 20px;
	transition: all linear .5s
}
.item ul li:nth-child(7), .item ul li:nth-child(8), .item ul li:last-child {
	margin-bottom: 0
}

@media(any-hover:hover) {
.item ul li:hover img {
	transform: scale(1.1)
}
}

@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) {
.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
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-corn-sm.webp") no-repeat;
	background-size: 100% 100%
}
.solution-main {
	padding: 45px 15px 40px
}
h1::before {
	left: 0
}
.top ul li {
	width: 100%!important
}
.top ul li img {
	height: auto;
	border-radius: 10px!important
}
.top ul li:first-child {
	margin-bottom: 20px
}
.top ul{
    margin-bottom: 35px;
}
.top .txt {
	width: 100%;
	padding: 30px 15px;
	max-width: unset;
	border-radius: 10px;
}
.top .txt span {
	width: 100%;
	max-width: unset;
	height: 70px;
	border-radius: 35px;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 20px
}
.top .txt p {
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 24px;
	
	margin-top: 20px
}
.top {
	padding-bottom: 0
}
.item h2 {
	width: 79%
}
.item ul li {
	width: 100%;
	margin-bottom: 15px!important
}
.item ul li, .item ul li img {
	border-radius: 10px
}
.item li:last-child {
	margin-bottom: 0
}
}
