.banner-inner {
	background: url("/static/images/banner/banner-subcritical-extraction.webp") no-repeat;
	background-size: 100% 100%
}
.top img {
	border-radius: 50px 50px 0 50px
}
.item>ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap
}
.item>ul>li {
	width: calc(33.33% - 25px)
}
.item>ul>li span {
	font-size: 20px;
	color: var(--bgcolor)
}
.item>ul>li p {
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 32px;
	margin-top: 15px
}
.item>ul>li ol li:first-child {
	margin-bottom: 40px
}
.item2 {
	background: linear-gradient(180deg, #fff, #e3f0ff)
}
.item2>ul>li {
	width: calc(33.33% - 20px);
	position: relative
}
.item2>ul>li ol li {
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 28px;
	position: relative;
	z-index: 1; text-indent: 24px;
}
.item2>ul>li ol li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 14px;
	height: 14px;
	background: var(--bgshadowcolor);
	z-index: -1
}
.item2>ul>li ol li {
	margin-bottom: 35px!important
}
.item3 h2 {
	width: 60%
}
.item3 .tit p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 34px;
	margin-top: 30px
}
.item3>.oilseedimg>li {
	width: calc(25% - 35px);
	margin-bottom: 40px;
	position: relative;
	z-index: 1
}
.item3>ul>li .img {
	overflow: hidden;
	border-radius: 50% 50% 0 0
}
.item3>ul>li .img img {
	border-radius: 50% 50% 0 0;
	transition: all linear .5s
}
.item3>ul>li h3 {
	font-size: 20px;
	color: var(--white);
	line-height: 30px;
	
	padding: 35px 0 50px;
	text-align: center;
	transition: color linear .3s
}
.item3>.oilseedimg>li::after {
	content: '';
	width: 100%;
	height: 65%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 0 50% 50%;
	background: var(--bgsshadowcolor);
	z-index: -1
}

.oilseed_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.oilseed_list li {
    width: calc(30% - 30px);
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e3e3e3;
    position: relative;
    margin-bottom: 23px;font-size: 18px; line-height: 28px;
}
.oilseed_list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height:8px;
	background: var(--bgshadowcolor); border-radius: 10px; }
	


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

@media screen and (max-width:1440px) {
.item3 h2 {
	width: 80%
}
.item3>ul>li h3 {
	font-size: 22px
}
.item3 .tit p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 26px;
	margin-top: 20px
}
}

@media screen and (max-width:1280px) {
.item3>ul>li h3 {
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0 30px
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-subcritical-extraction-sm.webp") no-repeat;
	background-size: 100% 100%
}
.top img {
	border-radius: 20px 20px 0 20px
}
.item>ul>li {
	width: 100%;
	order: 2
}
.item>ul>li:nth-child(2) {
	order: 1
}
.item>ul>li span {
	font-size: 18px;
	line-height: 24px
}
.item>ul>li p {
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 24px;
	margin-top: 10px;
	text-indent: 32px;
}
.item>ul>li ol li:first-child {
	margin-bottom: 20px
}
.item>ul>li:first-child {
	margin-top: 25px;
	margin-bottom: 20px;
}
.item2 h2 {
	width: 85%
}

.item2>ul>li ol li {
	margin-bottom: 15px!important;
	font-size: 16px;
	line-height: 24px;
	text-indent: 32px;

}
.item2>ul>li ol li::before{
    display: none;
}
.item3 h2 {
	width: 93%
}
.item3 .tit p {
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px
}
.item3>ul>li {
	width: calc(50% - 6px);
    margin-bottom: 20px;
    margin-top: 0 !important;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
}
.item3>ul>li h3 {
	font-size: 16px;
        line-height: 22px;
        padding: 15px 0 30px;
}
.item3>ul>li::after {
	height: 69%
}
.item3>ul.oilseed_list>li:last-child{
    width:100%;
}
.oilseed_list{
    margin-bottom: 25px;
}
.item3>.oilseedimg>li {
    width: calc(50% - 15px);
    margin-bottom: 20px;
}
.item3>ul>li:last-child,.item3>.oilseedimg>li:nth-child(11){
	margin-bottom: 0
}
}
