.banner-inner {
	background: url("/static/images/banner/banner-animal-oil.webp") no-repeat;
	background-size: 100% 100%
}
.top ul {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.top ul li {
	width: calc(50% - 10px);
	position: relative;
	padding-bottom: 26px
}
.top li img {
	height: 411px;
	border-radius: 30px
}
.top li>div {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 48%;
	max-width: 330px;
	height: 60px;
	padding: 0 35px;
	background: var(--bgshadowcolor);
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center
}
.top li:last-child>div {
	width: 52%;
	max-width: 360px
}
.top li>div p {
	display: inline-block;
	width: 34px;
	height: 3px;
	background: var(--white);
	margin-right: 10px
}
.top li>div span {
	display: inline-block;
	
	font-size: 20px;
	color: var(--white)
}
.item ul {
	padding: 70px 0 80px;
	position: relative;
	z-index: 1
}
.item ul>li {
	width: 33.33%
}
.item ul>li:nth-child(2) {
	width: 45%;
	max-width: 630px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1
}
.item ol li {
	width: 100%;
	padding: 60px 40px 20px 35px;
	position: relative;
	background: var(--white);
	border-radius: 20px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	font-size: 16px;
	color: var(--fttcolor);
	line-height: 24px;
	
	margin-bottom: 20px
}
.item ol li:last-child {
	margin-bottom: 0
}
.item ol li::before {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 35px;
	width: 75px;
	height: 48px;
	background: url('/static/images/solution/animal-oil/01.webp') no-repeat
}
.item ol li::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 96%;
	height: 8px;
	background: var(--bgshadowcolor);
	border-radius: 20px
}
.item ul>li:first-child li:nth-child(2)::before {
	background: url('/static/images/solution/animal-oil/02.webp') no-repeat
}
.item ul>li:first-child li:last-child::before {
	background: url('/static/images/solution/animal-oil/03.webp') no-repeat
}
.item ul>li:last-child li:first-child::before {
	background: url('/static/images/solution/animal-oil/04.webp') no-repeat
}
.item ul>li:last-child li:nth-child(2)::before {
	background: url('/static/images/solution/animal-oil/05.webp') no-repeat
}
.item ul>li:last-child li:last-child::before {
	background: url('/static/images/solution/animal-oil/06.webp') no-repeat
}
.item2 {
	background: linear-gradient(180deg, #fff, #e3f0ff)
}
.item2 h2::before, .item4 h2::before {
	width: 23px;
	background: url('/static/images/solution/title-icon2.webp') no-repeat
}
.item ul, .item2 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.item2 ul li {
	width: calc(33.33% - 10px);
	overflow: hidden
}
.item2 ul li {
	margin-bottom: 20px
}
.item2 ul li img {
	transition: all linear .5s
}
.item3 .main {
	position: relative
}
.item3 .main p {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	max-width: 714px;
	height: 64px;
	background: #e3f0ff;
	border-radius: 32px;
	border: 1px solid #1879d9;
	
	font-size: 20px;
	color: var(--fttcolor);
	line-height: 64px;
	text-align: center;
	z-index: 2
}
.item4 {
	margin: 0 80px;
	padding: 40px 80px 60px;
	background: #e3f0ff;
	border-radius: 20px
}
.item4 .main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.item4 ul {
	width: 35%
}
.item4 ul:last-child {
	width: 54%;
	margin-left: 10%
}
.item4 ul li {
	position: relative;
	padding-left: 27px;
	
	font-size: 20px;
	color: var(--fttcolor);
	line-height: 30px;
	margin-bottom: 15px
}
.item4 ul li:last-child {
	margin-bottom: 0
}
.item4 ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 14px;
	height: 14px;
	background: var(--bgsshadowcolor);
	transform: rotate(45deg)
}
.item4 ul li span {
	font-family: 'RobotoMedium'
}
.item4 ul:last-child li:last-child::before {
	bottom: unset;
	top: 8px
}
.item5 {
	background: unset
}
.item5 ul li {
	margin-bottom: 0
}

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

@media screen and (max-width:1680px) {
.item4 ul li {
	font-size: 22px;
	line-height: 28px
}
.item ul>li:nth-child(2) {
	width: 33%;
	position: unset
}
.top li>div span {
	font-size: 20px
}
}

@media screen and (max-width:1440px) {
.top li>div span {
	font-size: 16px
}
.item3 .main p {
	font-size: 24px;
	height: 50px;
	line-height: 50px
}
.item4 {
	padding: 40px 50px 60px
}
.item4 ul li {
	font-size: 20px;
	line-height: 24px
}
}

@media screen and (max-width:1280px) {
.item3 .main p {
	font-size: 18px
}
.item4 ul li {
	font-size: 16px;
	line-height: 20px
}
.item4 {
	padding: 25px 25px 30px
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-animal-oil-sm.webp") no-repeat;
	background-size: 100% 100%
}
h1::before {
	left: 0
}
.top ul {
	flex-wrap: wrap
}
.top ul li {
	width: 100%;
	padding-bottom: 15px
}
.top li img {
	height: auto;
	border-radius: 10px
}
.top li>div {
	width: 48%!important;
	max-width: unset;
	height: 36px;
	padding: 0 15px;
	border-radius: 10px
}
.top li>div p {
	width: 20px;
	height: 2px;
	margin-right: 5px
}
.top li>div span {
	font-size: 14px
}
.top li:last-child {
	margin-top: 20px
}
.top li:last-child>div {
	width: 60%;
	max-width: unset
}
.item h2 {
	width: 88%
}
.item ul>li {
	width: 100%;
	order: 2
}
.item ul {
	padding: 0
}
.item ul>li:nth-child(2) {
	order: 1;
	width: 100%;
	max-width: unset;
	position: unset;
	margin-bottom: 20px
}
.item ol li {
	padding: 25px 15px 20px;
	border-radius: 10px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px!important
}
.item ol li::before {
	left: 15px;
	top: 0;
	width: 40px;
	height: 20px;
	background-size: cover!important
}
.item ol li::after {
	display: none
}
.item ul>li:last-child ol li:last-child {
	margin-bottom: 0!important
}
.item2 {
	background: unset;
	padding-bottom: 0;
}
.item2 h2 {
	width: 86%
}
.item2 h2::before, .item4 h2::before {
	width: 15px;
	background-size: cover
}
.item2 ul li {
	width: 100%;
	margin-bottom: 15px
}
.item2 ul li img {
	border-radius: 10px
}
.item2 ul li:last-child {
	margin-bottom: 0
}
.item3 h2 {
	width: 95%
}
.item3 .main p {
	display: none
}
.item4 {
	margin: 0;
	padding: 30px 15px;
	border-radius: 10px
}
.item4 h2 {
	width: 93%
}
.item4 ul {
	width: 100%
}
.item4 ul:last-child {
	width: 100%;
	margin-left: 0
}
.item4 ul li {
	padding-left: 15px;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px
}
.item4 ul li::before {
	width: 8px;
	height: 8px
}
.item4 ul:last-child li:first-child::before, .item4 ul:last-child li:last-child::before {
	bottom: unset;
	top: 6px
}
.item4 ul li:last-child {
	margin-bottom: 10px
}
.item5 ul li {
	border-radius: 10px
}
}
