.banner-inner {
	background: url("/static/images/banner/banner-wheat-flour.webp") no-repeat;
	background-size: 100% 100%
}
.top ul {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.top ul li:first-child {
	width: 55%;
	max-width: 784px
}
.top ul li:last-child {
	width: 45%;
	max-width: 644px
}
.top ul li:first-child img {
	border-radius: 50px 0 0 50px
}
.top ul li:last-child img {
	border-top-right-radius: 50px
}
.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: 65%;
	max-width: 800px;
	height: 50px;
	border-radius: 25px;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	margin: 0 auto;
	background: var(--white);
	color: var(--bgscolor);
	border: 1px dashed var(--bgscolor)
}
.top .txt p {
	font-size: 20px;
	line-height: 34px;
	color: var(--fttcolor);
	margin: 20px 0 30px
}
.item h2 {
	max-width: unset
}
.httech table {
	width: 100%;
	position: relative;
	font-size: 18px;
	color: var(--fttcolor);
	
	height: auto;
	overflow: hidden;
	background: #f9f9f9;
	border: 2px solid #d4d4d4
}
.httech table thead {
	text-align: center
}
.httech table .tabTh th {
	font-size: 20px;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	border: 2px solid #d4d4d4;
	font-weight: normal;
	
}
.httech table tr.tabTh.th-last td {
	line-height: 2.5
}
.httech table td {
	vertical-align: middle;
	border: 2px solid #d4d4d4
}
.httech table tr td {
	text-align: center;
	padding: 15px 10px
}
.httech table tbody tr:first-child, .httech table tbody tr:nth-child(3) {
	background: #e3f0ff
}
.httech table tr td p {
	margin-bottom: 30px
}
.httech table tr td p:last-child {
	margin-bottom: 0
}

@media(any-hover:hover) {
.item ul li:hover img, .imgs ol 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-wheat-flour-sm.webp") no-repeat;
	background-size: 100% 100%
}
h1::before {
	left: 0
}
.top ul {
	flex-wrap: wrap
}
.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 .txt {
	width: 100%;
	padding: 30px 15px;
	max-width: unset;
	border-radius: 10px;
	margin-top: 25px
}
.top .txt span {
	width: 100%;
	max-width: unset;
	height: 70px;
	border-radius: 35px;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 20px
}
.top .txt p {
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 24px;
	
	margin: 10px 0 20px
}
.top {
	padding-bottom: 0
}
.top .txt h2 {
	width: 100%
}
.item h2 {
	width: 96%
}
.httech {
	overflow-x: auto
}
.httech table {
    width:210%;
	font-size: 16px;
	border-radius: 6px;
	position: relative
}
.httech table .tabTh th {
	font-size: 16px;
	border-width: 1px;
	padding: 10px
}
.httech table .tabTh th br {
	display: none
}
.httech table td {
	border-width: 1px;
	line-height: 2
}
.httech table tr td p {
	line-height: 1.5;
	padding: 15px;
}
}
