.solution-desc .solution-text p {
	font-size: 18px;
	line-height: 30px;text-indent: 36px;
}
.solution-desc .bottom {
	width: 100%;
	text-align: center;
	padding: 30px 48px 45px;
	border-radius: 20px;
	background: rgba(236,111,44,.1);
	border: 2px dashed var(--bgcolor);
	margin-top: 60px
}
.solution-desc .bottom h2 {
	margin-bottom: 30px
}
.pretreatment ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 60px
}
.pretreatment ul li {
	width: calc(50% - 20px);
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.pretreatment ul li:nth-child(3), .pretreatment ul li:last-child {
	margin-bottom: 0
}
.pretreatment ul li img {
	border-radius: 30px
}
.pretreatment ul li .text {
	width: 65%;
	margin-left: 35px
}
.pretreatment ul li span {
	display: inline-block;
	width: 83px;
	height: 30px;
	background: var(--bgshadowcolor);
	border-radius: 15px;
	text-align: center;
	font-size: 16px;
	color: var(--white);
	line-height: 30px;
	
	margin-top: 5px
}
.pretreatment ul li h3 {
	font-size: 26px;
	color: var(--fttcolor);
	
	margin: 10px 0 8px
}
.pretreatment ul li p {
	font-size: 18px;
	color: var(--ftcolor);
	line-height: 28px
}
.pressing {
	display: flex;
	justify-content: space-between
}
.pressing .cpo-left {
	width: 50%;
	margin-right: 70px;
	position: relative
}
.pressing .cpo-right {
	width: 50%;
	padding-top: 100px
}
.pressing .cpo-left img {
	border-radius: 50%
}
.pressing ul {
	width: 50%;
	max-width: 300px;
	position: absolute;
	right: 0;
	bottom: 55px;
	z-index: 2
}
.pressing ul li {
	display: inline-block;
	width: 100%;
	height: 50px;
	background: var(--white);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	font-size: 20px;
	color: var(--fttcolor);
	text-align: center;
	border-radius: 15px;
		line-height: 50px
}
.pressing ul li:nth-child(2) {
	margin: 30px 0
}
.pressing span {
	display: block;
	font-size: 20px;
	color: var(--bgcolor);
	
}
.pressing h2 {
	
	font-size: 32px;
	color: var(--fttcolor);
	margin: 8px 0 13px
}
.pressing p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 30px
}
.pressing a {
	margin-top: 30px
}
.extraction .solution-text p {
	font-size:18px;
	line-height: 34px
}
.extraction .solution-text span {
	display: block;
	font-size: 20px;
	color: var(--bgcolor);
	
}
.extraction h2 {
	margin: 8px 0 15px
}
.extraction .solution-right img {
	border-radius: 80px 0 80px 0
}
.refining .main {
	margin-top: 70px
}
.refining .main ul {
	display: flex;
	align-items: center;
	margin-bottom: 50px
}
.refining .main ul li {
	width: 25%;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 2px solid #e8e8e8;
	font-size: 20px;
	color: #999;
	;
	cursor: pointer
}
.refining .main ul li.refiningActive {
	border-color: var(--bgcolor);
	color: var(--bgcolor)
}
.refining .main ol li {
	display: none;
	justify-content: space-between
}
.refining .main ol li:first-child {
	display: flex
}
.refining .main ol li .img {
	width: 52%
}
.refining .main ol li img {
	border-radius: 30px
}
.refining .main ol li .text {
	width: 42%;
	margin: 80px 0 0 65px
}
.refining .main ol li span {
	font-size: 20px;
	color: var(--bgcolor);
	
}
.refining .main ol li h3 {
	
	font-size: 28px;
	color: var(--fttcolor);
	line-height: 40px;
	margin: 8px 0 15px
}
.refining .main ol li p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 30px;text-indent: 36px;
}
.features ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px
}
.features ul li {
	width: calc(20% - 15px);
	height: 277px;
	padding: 40px 25px 28px;
	background: #f6f7f9;
	border-radius: 20px;
	text-align: center;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1)
}
.features ul li img {
	margin: 0 auto
}
.features ul li p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 28px;
	;
	margin-top: 20px
}

@media(min-width:1261px) and (max-width:1440px) {
.refining .main ol li .text {
	margin-top: 30px
}
.refining .main ol li h3 {
	font-size: 32px;
	line-height: 38px
}
.refining .main ol li p {
	font-size: 16px;
	line-height: 24px
}
.solution-desc .bottom h2 {
	font-size: 26px
}
.extraction .solution-left, .fractionation .solution-left {
	margin-top: 40px
}
.features {
	margin-top: 60px
}
.features ul li {
	height: 260px;
	padding: 30px 20px 20px
}
.features ul li p {
	font-size: 16px;
	line-height: 21px;
	margin-top: 15px
}
}

@media(min-width:1025px) and (max-width:1260px) {
.refining .main ol li .text {
	margin-top: 15px
}
.refining .main ol li span {
	font-size: 14px
}
.refining .main ol li h3 {
	font-size: 28px;
	line-height: 35px
}
.refining .main ol li p {
	font-size: 16px;
	line-height: 22px
}
.solution-desc .bottom h2 {
	font-size: 24px
}
.pretreatment ul li span {
	width: 80px;
	height: 35px;
	font-size: 16px;
	line-height: 35px
}
.pretreatment ul li h3 {
	font-size: 20px;
	margin: 15px 0 10px
}
.pretreatment ul li p {
	font-size: 14px;
	line-height: 21px
}
.extraction .solution-left, .fractionation .solution-left {
	margin-top: 20px
}
.pressing .pressing-text span {
	font-size: 16px
}
.solution-desc h2 {
	font-size: 26px
}
.pressing .pressing-text p {
	font-size: 16px;
	line-height: 24px
}
.features ul li {
	height: 260px;
	padding: 30px 20px 20px
}
.features ul li p {
	font-size: 16px;
	line-height: 21px;
	margin-top: 15px
}
.features {
	margin-top: 45px
}
}

@media(min-width:768px) and (max-width:1024px) {
.refining .main ol li .text {
	margin-top: 0
}
.refining .main ol li span {
	font-size: 14px
}
.refining .main ol li h3 {
	font-size: 20px;
	line-height: 28px
}
.refining .main ol li p {
	font-size: 16px;
	line-height: 22px
}
.solution-desc .bottom h2 {
	font-size: 20px
}
.pretreatment ul li span {
	width: 80px;
	height: 35px;
	font-size: 16px;
	line-height: 35px
}
.pretreatment ul li h3 {
	font-size: 20px;
	margin: 15px 0 10px
}
.pretreatment ul li p {
	font-size: 14px;
	line-height: 21px
}
.extraction .solution-left, .fractionation .solution-left {
	margin-top: 10px
}
.extraction .solution-left span {
	font-size: 14px
}
.solution-desc h2 {
	font-size: 20px
}
.extraction .solution-text p {
	font-size: 16px;
	line-height: 22px
}
.features ul li {
	height: 260px;
	padding: 30px 20px 20px
}
.features ul li p {
	font-size: 16px;
	line-height: 21px;
	margin-top: 15px
}
.features {
	margin-top: 30px
}
}

@media screen and (max-width:768px) {
.solution-desc {
	margin-bottom: 40px
}
.solution-desc .solution-text {
	padding: 30px 15px 25px 15px
}
.solution-desc .bottom {
	order: 2;
	padding: 20px 15px;
	margin-top: 25px
}
.solution-desc .bottom h2 {
	width: 100%;
	max-width: unset;
	font-size: 20px;
	line-height: 24px;
	background-size: 100% 100%;
	margin-bottom: 15px
}
.pretreatment ul {
	margin-top: 30px
}
.pretreatment ul li {
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 30px
}
.pretreatment ul li:nth-child(3) {
	margin-bottom: 30px
}
.pretreatment ul li:last-child {
	margin-bottom: 0
}
.pretreatment ul li img {
	width: 100%;
	max-width: unset;
	margin-right: 0;
	border-radius: 10px
}
.pretreatment ul li .text {
	width: 100%;
	margin-top: 20px;
	margin-left: 0
}
.pretreatment ul li h3 {
	font-size: 18px;
	margin: 15px 0 10px
}
.pretreatment ul li span {
	display: inline-block;
	width: 70px;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 35px
}
.pretreatment ul li p {
	font-size: 16px;
	line-height: 24px
}
.pretreatment .bottom {
	padding: 20px 15px
}
.pretreatment .bottom h2 {
	width: 100%;
	max-width: unset;
	font-size: 20px;
	line-height: 24px;
	background-size: 100% 100%;
	margin-bottom: 15px
}
.pressing {
	flex-wrap: wrap
}
.pressing .cpo-left {
	width: 100%;
	margin-right: 0
}
.pressing ul {
	width: 35%;
	max-width: unset;
	bottom: 15px
}
.pressing ul li {
	height: 35px;
	font-size: 14px;
	border-radius: 8px;
	line-height: 35px
}
.pressing ul li:nth-child(2) {
	margin: 15px 0;
}
.pressing .cpo-right {
	padding-top: 20px;
	width: 100%
}
.pressing span {
	font-size: 16px
}
.pressing h2 {
	font-size: 20px;
	margin: 5px 0 10px
}
.pressing p {
	font-size: 16px;
	line-height: 24px;
	text-indent: 32px;
}
.pressing a {
	margin: 25px auto 0
}
.extraction h2 {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 10px
}
.extraction .solution-left {
	width: 100%;
	margin: 0;
	margin-top: 0
}
.extraction .solution-text span {
	font-size: 14px
}
.extraction .solution-text p {
	font-size: 16px;
	line-height: 24px
}
.extraction .solution-right img {
	border-radius: 25px 0 0 0
}
.refining .main {
	margin-top: 30px
}
.refining .main ul {
	margin-bottom: 25px;
	flex-wrap: wrap;
	justify-content: space-between
}
.refining .main ul li {
	width: 48%;
	padding: 0 10px 8px;
	border-bottom: 1px solid #e8e8e8;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 15px
}
.refining .main ul li:nth-child(3), .refining .main ul li:last-child {
	margin-bottom: 0
}
.refining .main ol li {
	flex-wrap: wrap
}
.refining .main ol li .img {
	width: 100%
}
.refining .main ol li img {
	border-radius: 10px
}
.refining .main ol li .text {
	margin: 20px 0 0 0;
	width: 100%
}
.refining .main ol li span {
	font-size: 14px
}
.refining .main ol li h3 {
	font-size: 18px;
	line-height: 26px;
	margin: 5px 0 10px
}
.refining .main ol li p {
	font-size: 16px;
	line-height: 24px;
	text-indent: 32px;
}
.features {
	margin-top: 50px
}
.features ul {
	margin-top: 30px;
	flex-wrap: wrap
}
.features ul li {
	width: calc(50% - 10px);
	height: 160px;
	padding: 20px 15px 25px;
	border-radius: 10px;
	margin-bottom: 20px
}
.features ul li:last-child {
	margin-bottom: 0
}
.features ul li img {
	width: 25%
}
.features ul li p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px
}
}
