.solution-desc .solution-text p {
	font-size: 18px;
	line-height: 30px; text-indent: 36px;
}
.palm-process .top h2 {
	margin-bottom: 0
}
.palm-process ul {
	margin-top: 55px
}
.palm-process ul li {
	width: calc(50% - 40px);
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between
}
.palm-process ul li .img {
	width: 31%;
	max-width: 200px;
	margin-right: 30px
}
.palm-process ul li .img img {
	border-radius: 10px
}
.palm-process ul li .info {
	width: 65%
}
.palm-process ul li span {
	display: inline-block;
	width: 98px;
	height: 42px;
	background: rgba(236,111,44,.3);
	border-radius: 6px;
	text-align: center;
	font-size: 20px;
	color: var(--fttcolor);
	line-height: 42px;
	
	margin-top: 5px
}
.palm-process ul li h3 {
	margin: 20px 0 10px
}
.solution-precess ul li p {
	font-size: 16px
}
.palm-process .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: 30px
}
.palm-process .bottom h2 {
	margin-bottom: 30px
}
.palm-cpo {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.palm-cpo .cpo-left {
	width: 50%;
	margin-right: 70px;
	position: relative
}
.palm-cpo .cpo-right {
	width: 50%
}
.palm-cpo .cpo-left img {
	border-radius: 50%
}
.palm-cpo ul {
	width: 50%;
	max-width: 300px;
	position: absolute;
	right: 0;
	bottom: 55px;
	z-index: 2
}
.palm-cpo ul li {
	display: inline-block;
	width: 100%;
	height: 65px;
	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;
	
	padding: 22px 0;
	line-height: 22px
}
.palm-cpo ul li:nth-child(2) {
	margin: 30px 0;
}
.palm-cpo span {
	display: block;
	font-size: 20px;
	color: var(--bgcolor);
	
}
.palm-cpo h2 {
	
	font-size: 32px;
	color: var(--fttcolor);
	margin: 8px 0 13px
}
.palm-cpo p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 30px; text-indent: 36px;
}
.palm-cpo p:nth-child(3) {
	margin-bottom: 15px
}
.palm-cpo a {
	margin-top: 30px
}
.palm-refining .top p {
	width: 60%
}
.palm-refining ul {
	display: flex;
	justify-content: space-between;
	margin-top: 60px
}
.palm-refining ul li {
	width: 33.34%;
	padding: 130px 65px 200px;
	background: url("/static/images/solution-single/palm/degumming-and-deacidification-process.webp") no-repeat;
	background-size: 100% 100%;
	text-align: center
}
.palm-refining ul li:first-child {
	border-top-left-radius: 80px
}
.palm-refining ul li:nth-child(2) {
	padding: 130px 70px 200px;
	background: url("/static/images/solution-single/palm/bleaching-process.webp") no-repeat;
	background-size: 100% 100%
}
.palm-refining ul li:last-child {
	background: url("/static/images/solution-single/palm/deodorization-process.webp") no-repeat;
	background-size: 100% 100%;
	border-bottom-right-radius: 80px
}
.palm-refining ul li img {
	display: inline-block
}
.palm-refining ul li h3 {
	
	font-size: 28px;
	color: var(--white);
	line-height: 38px;
	text-shadow: 1px 1px 2px var(--fttcolor);
	margin-bottom: 20px;
	margin-top: 45px
}
.palm-refining ul li p {
	font-size: 18px;
	color: var(--white);
	line-height: 30px;
	text-shadow: 1px 1px 2px var(--fttcolor)
}
.palm-refining ul li:nth-child(2) h3 {
	margin-top: 65px
}
.palm-refining ul li:last-child h3 {
	margin-top: 57px
}
.palm-process p { font-size:16px; line-height:28px; margin-top:20px;}
.solution-palm {
	width: 100%
}
.solution-palm .palm-item {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.solution-palm .palm-text {
	width: 47%
}
.solution-palm .palm-text span {
	display: inline-block;
	width: 35%;
	max-width: 160px;
	
	font-size: 16px;
	color: #df2424;
	line-height: 28px;
}

.solution-palm .palm-text h3 {
	font-size: 28px;
	color: var(--fttcolor);
	
	margin: 15px 0 10px
}
.solution-palm .palm-text p {
	font-size: 18px;
	color: var(--ftcolor);
	line-height: 30px; text-indent: 36px;
}
.solution-palm .palm-item:first-child .palm-text p {
	line-height: 30px
}
.solution-palm .palm-text p:last-child {
	margin-bottom: 0
}
.solution-palm .palm-item:last-child h3 {
	margin: 8px 0 15px
}
.solution-palm .palm-img {
	width: calc(50% - 35px)
}
.solution-palm .palm-img img {
	width: 100%;
	border-radius: 50px 0 50px 0
}

@media(min-width:768px) and (max-width:1440px) {
.solution-palm h2 {
	font-size: 36px
}
.solution-palm .top p {
	width: 75%
}
.solution-palm .palm-text h3 {
	font-size: 30px
}
.solution-palm .palm-text span {
	max-width: 140px;
	height: 40px;
	font-size: 18px;
	line-height: 40px
}
.solution-palm .palm-text p {
	font-size: 16px;
	line-height: 22px
}
}

@media(min-width:768px) and (max-width:1260px) {
.palm-process ul li span {
	width: 80px;
	height: 35px;
	font-size: 16px;
	line-height: 35px
}
.solution-precess ul li h3 {
	font-size: 20px;
	margin: 15px 0 10px
}
.solution-precess ul li p {
	font-size: 14px;
	line-height: 21px
}
}

@media(min-width:768px) and (max-width:1024px) {
.solution-palm h2 {
	font-size: 30px
}
.solution-palm .top p {
	width: 100%
}
.solution-palm .palm-text h3 {
	font-size: 20px
}
.solution-palm .palm-text {
	margin-right: 30px
}
.solution-palm .palm-item:nth-child(2) .palm-text {
	margin-right: 0;
	margin-left: 30px
}
.solution-palm .palm-item:first-child .palm-text {
	margin-top: 30px
}
.solution-palm .palm-text span {
	max-width: 120px;
	height: 36px;
	font-size: 16px;
	line-height: 36px
}
.solution-palm .palm-text p {
	font-size: 14px;
	line-height: 21px
}
}

@media screen and (max-width:768px) {
.palm-process ul {
	margin-top: 30px
}
.palm-process ul li {
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 30px
}
.palm-process ul li .img {
	width: 100%;
	max-width: unset;
	margin-right: 0
}
.palm-process ul li .info {
	width: 100%;
	margin-top: 20px
}
.palm-process ul li h3 {
	margin: 15px 0 10px
}
.palm-process ul li span {
	display: inline-block;
	width: 70px;
	height: 35px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 35px
}
.palm-process .bottom {
	padding: 20px 15px;
	margin-top: 0
}
.palm-process .bottom h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
	padding-left: 0;
}
.palm-cpo {
	flex-wrap: wrap
}
.palm-cpo .cpo-left {
	width: 100%;
	margin-right: 0
}
.palm-cpo ul {
    width: 45%;
    bottom: 15px;
	max-width: unset
	
}
.palm-cpo ul li {
	        height: 36px;
        font-size: 14px;
        border-radius: 8px;
        padding: 0;
        line-height: 36px;
}
.palm-cpo ul li:nth-child(2) {
	margin: 15px 0;
}
.palm-cpo .cpo-right {
	padding-top: 20px;
	width: 100%
}
.palm-cpo span {
	font-size: 16px
}
.palm-cpo h2 {
	font-size: 20px;
	margin: 5px 0 10px
}
.palm-cpo p {
	font-size: 16px;
	line-height: 24px;
	text-indent: 32px;
}
.palm-cpo a {
	width: 45%;
	font-size: 16px;
	margin: 25px auto 0
}
.palm-refining ul {
	margin-top: 30px;
	flex-wrap: wrap
}
.palm-refining ul li {
	width: 100%;
	padding: 65px 30px 100px!important;
	margin-bottom: 20px;
	border-radius: 40px 0 40px 0!important
}
.palm-refining ul li img {
	width: 15%
}
.palm-refining ul li h3 {
	font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px !important;
        margin-top: 20px !important;
}
.palm-refining ul li p {
	font-size: 16px;
        line-height: 24px;
}
.palm-refining ul li:last-child {
	margin-bottom: 0
}
.solution-palm .palm-item {
	flex-wrap: wrap
}
.solution-palm .palm-text {
	width: 100%;
	margin-right: 0;
	margin-top: 25px
}
.solution-palm .palm-img {
	width: 100%
}
.solution-palm .palm-img img {
	border-radius: 25px 0 25px 0
}
.solution-palm .palm-item:first-child {
	margin-top: 35px;
	align-items: unset
}
.solution-palm .palm-text span {
	width: 30%;
	max-width: 100px;
	height: 36px;
	font-size: 14px;
	line-height: 36px
}
.solution-palm .palm-text h3 {
	font-size: 20px;
	margin: 18px 0 10px
}
.solution-palm .palm-text p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	text-indent: 32px;
}
.solution-palm .palm-item:first-child .palm-text p{
    line-height: 24px;
}
.solution-palm .palm-item:nth-child(2) .palm-img {
	order: 1
}
.solution-palm .palm-item:nth-child(2) .palm-text {
	order: 2;
	margin: 25px 0 0 0
}
.solution-palm .palm-item:last-child h3 {
	margin: 7px 0 12px
}
}
