.banner-inner {
	background: url("/static/images/banner/banner-solutions.webp") no-repeat;
	background-size: 100% 100%
}
.solution-top {
	width: 100%;
	/*background: linear-gradient(60deg, #ccddfa, #f1f5fc)*/
}
.solution-top .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.solution-oils {
	width: 36%;
	max-width: 575px
}
.solution-oils .img {
	overflow: hidden;
	border-radius: 0 30px 0 30px
}
.solution-oils .img img {
	border-radius: 0 30px 0 30px;
	transition: all linear .5s
}
.solution-oils .txt {
	padding: 25px 100px 0 0;
	position: relative
}
.solution-oils .txt span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
	max-width: 118px;
	height: 28px;
	border-radius: 14px;
	border: 1px solid var(--bgcolor);
	font-size: 16px;
	color: var(--bgcolor);
	line-height: 28px
}
.solution-oils .txt span i {
	font-size: 20px;
	margin-right: 3px
}
.solution-oils .txt h2 {
	
	font-size: 28px;
	color: var(--fttcolor);
	margin: 20px 0 10px
}
.solution-oils .txt p {
	font-size: 16px;
	color: var(--ftcolor);
	line-height: 30px
}
.solution-oils .txt a {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	max-width: 212px;
	height: 58px;
	border-radius: 0 0 20px 0;
	font-size: 16px
}
.solution-oils .txt a>i {
	font-size: 20px;
	margin-left: 3px
}
.solution-navs {
	width: 60%;
	max-width: 955px
}
.solution-navs .mySwiper {
	margin-bottom: 50px
}
.solution-navs .mySwiper p {
	font-size: 16px;
	padding-bottom: 20px;
	color: var(--ftcolor);
	
	text-align: center;
	cursor: pointer;
	border-bottom: 2px solid #e3e3e3;
	transition: all linear .4s
}
.solution-navs .mySwiper .swiper-slide-thumb-active p {
	color: var(--bgcolor);
	border-bottom-color: var(--bgcolor)
}
.solution-navs .mySwiper2 {
	position: unset
}
.mySwiper2 h4 { font-size: 24px; font-weight: normal; margin-bottom: 30px; }
.mySwiper2 ul {
    display: none;
	align-items: center;
	flex-wrap: wrap}
.mySwiper2 ul:first-child {
	display: flex
}
.mySwiper2 ul li {
	display: flex;
	align-items: center;
	width: calc(30% - 1px);
	margin-right: 25px;
	height: 90px;
	/*border-radius: 45px;*/
	border-bottom: 2px solid #e37449;
	/*padding-left: 6px;*/
	margin-bottom: 20px;
	transition: all linear .5s
}
.mySwiper2 ul li:nth-child(6n) {
	margin-right: 0
}
.mySwiper2 ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.mySwiper2 ul li a:hover {}
.mySwiper2 ul li .img {
	width: 55px;
	min-width: 55px;
	height: 55px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin-right: 10px;
	transition: all linear .4s;
}
.mySwiper2 ul li .img img {
	width: 100%;
	margin: 0 auto;border-radius: 50%;height: 100%;
}
.mySwiper2 ul li p {
	line-height: 22px;
	
	text-align: left;
	width: 100%
}
@media screen and (max-width:1336px){
    .mySwiper2 ul li {
	display: flex;
	align-items: center;
	width: calc(30% - 1px);
	margin-right: 15px;
	height: 90px;
	
	border-bottom: 2px solid #e37449;

	margin-bottom: 20px;
	transition: all linear .5s
}
    
    
    
}

.solution-navs .mySwiper2 .img, .solution-navs .mySwiper2 img {
	/*border-radius: 0 30px 0 30px*/
}
.solution-navs .mySwiper2 .txt {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60%;
	max-width: 560px;
	background: rgba(33,73,166,.8);
	padding: 40px 100px 45px 50px;
	text-align: left;
	border-top-left-radius: 30px
}
.solution-navs .mySwiper2 span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40%;
	max-width: 118px;
	height: 28px;
	border-radius: 14px;
	border: 1px solid var(--white);
	font-size: 16px;
	color: var(--white);
	line-height: 28px
}
.solution-navs .mySwiper2 span i {
	font-size: 20px;
	margin-right: 3px
}
.solution-navs .mySwiper2 h3 {
	
	font-size: 26px;
	color: var(--white);
	margin: 20px 0 12px
}
.solution-navs .mySwiper2 p {
	font-size: 18px;
	color: #1c1c1c;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: color linear .5s;
}
.solution-navs .mySwiper2 .swiper-button-next, .solution-navs .mySwiper2 .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: var(--white);
	box-shadow: 0 2px 2px 0 rgba(34,34,34,0.3);
	border-radius: 50%;
	margin-top: 0;
	transition: all linear .5s
}
.solution-navs .mySwiper2 .swiper-button-next {
	right: -25px
}
.solution-navs .mySwiper2 .swiper-button-prev {
	left: -25px
}
.solution-navs .mySwiper2 .swiper-button-next:after, .solution-navs .mySwiper2 .swiper-button-prev:after {
	font-size: 20px;
	font-weight: 600;
	color: #2149a6;
	transition: color linear .3s
}
.solution-main ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.solution-main ul li {
	width: calc(25% - 15px);
	margin-bottom: 50px
}
/*.solution-main ul li:last-child {
	margin-bottom: 0
}*/
.solution-main ul li a {
	display: block
}
.solution-main ul li .img {
	overflow: hidden;
	border-top-right-radius: 20px
}
.solution-main ul li img {
	border-top-right-radius: 20px;
	transition: all linear .5s
}
.solution-main ul li h3 {
	padding-left: 15px;
	border-left: 2px solid var(--bgcolor);
	margin: 25px 0 20px;
	font-size: 24px;
	color: var(--fttcolor);
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all linear .5s
}
.solution-main ul li .txt p {
	font-size: 18px;
	color: var(--ftcolor);
	line-height: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.solution-main ul li .button {
	position: relative;
	display: flex;
	align-items: center;
	width: fit-content;
	height: 42px;
	background: transparent;
	border-radius: 21px;
	overflow: hidden;
	z-index: 1;
	transition: all linear .5s
}
.solution-main ul li .button span {
	display: none;
	font-size: 16px;
	color: var(--white);
	font-family: 'RobotoBold'
}
.solution-main ul li .button p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid #ddd;
	transition: all linear 0s
}
.products-content>div:nth-child(2n) ul li .button p {
	border-color: rgba(255,255,255,.6)
}
.solution-main ul li .button i {
	font-size: 18px;
	color: var(--bgcolor)
}
.solution-main ul li .button::before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--bgshadowcolor);
	border-radius: 21px;
	transition: all linear .5s;
	z-index: -2
}

@media(any-hover:hover) {
.mySwiper2 ul li:hover p{
    color: var(--bgcolor);
}
.solution-navs .mySwiper2 .swiper-button-next:hover, .solution-navs .mySwiper2 .swiper-button-prev:hover {
	background: var(--bgshadowcolor)
}
.solution-navs .mySwiper2 .swiper-button-next:hover:after, .solution-navs .mySwiper2 .swiper-button-prev:hover:after {
	color: var(--white)
}
.solution-main ul li:hover img {
	transform: scale(1.1)
}
.solution-main ul li:hover h3 {
	color: var(--bgcolor)
}
.solution-main ul li:hover .button {
	justify-content: center;
	padding: 0 18px
}
.solution-main ul li:hover .button::before {
	left: 0
}
.solution-main ul li:hover .button span {
	display: inline-block
}
.solution-main ul li:hover .button p {
	border: 0;
	width: unset;
	height: unset;
	margin-left: 8px;
	margin-top: -2px
}
.solution-main ul li:hover .button i {
	color: var(--white)
}
}

@media screen and (max-width:1680px) {
.solution-oils .txt h2 {
	font-size: 25px
}
.solution-oils .txt p {
	font-size: 18px;
	line-height: 24px
}
.solution-navs .mySwiper2 .txt {
	padding: 40px 50px 45px 50px
}
}

@media screen and (max-width:1440px) {
.solution-oils .txt h2 {
	font-size: 22px
}
.solution-oils .txt p {
	font-size: 16px;
	line-height: 22px
}
.solution-navs .mySwiper2 .txt {
	padding: 30px 40px 35px 40px
}
.solution-navs .mySwiper2 h3 {
	font-size: 24px
}
.solution-navs .mySwiper2 p {
	font-size: 16px;
	line-height: 22px
}
}

@media screen and (max-width:1280px) {
.solution-main ul li h3 {
	font-size: 20px
}
.solution-oils .txt a {
	height: 50px;
	font-size: 14px
}
.solution-oils .txt p {
	font-size: 14px;
	line-height: 18px
}
.solution-oils .txt {
	padding: 50px 70px 0 0
}
.solution-oils .txt h2 {
	font-size: 18px
}
.solution-navs .mySwiper2 .txt {
	padding: 20px 35px 30px 35px
}
.solution-navs .mySwiper2 h3 {
	font-size: 18px
}
.solution-navs .mySwiper2 p {
	font-size: 14px;
	line-height: 20px
}
}

@media screen and (max-width:1024px) {
.solution-oils .txt a {
	height: 36px;
	font-size: 12px
}
.solution-oils .txt span {
	font-size: 12px
}
.solution-main ul li .button span {
	font-size: 14px
}
.solution-oils .txt {
	padding: 35px 0 0 0
}
.solution-navs .mySwiper p {
	font-size: 15px;
	padding-bottom: 15px
}
.solution-navs .mySwiper {
	margin-bottom: 40px
}
.solution-navs .mySwiper2 .txt {
	padding: 15px 20px 20px 15px
}
.solution-navs .mySwiper2 span {
	font-size: 12px
}
.solution-navs .mySwiper2 h3 {
	font-size: 16px
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-solutions-sm.webp") no-repeat;
	background-size: 100% 100%
}
.solution-top .container>div {
	width: 100%!important;
	max-width: unset
}
.solution-oils {
	margin-bottom: 25px
}
.solution-oils .img, .solution-oils .img img {
	border-radius: 0 15px 0 15px
}
.solution-oils .txt {
	padding: 25px 0 0 0
}
.solution-oils .txt span {
	font-size: 14px;
	width: 30%
}
.solution-oils .txt span i {
	font-size: 16px
}
.solution-oils .txt h2 {
	font-size: 22px;
	margin: 15px 0 7px
}
.solution-oils .txt p {
	font-size: 16px;
	line-height: 24px
}
.solution-oils .txt a {
	width: 40%!important;
	border-radius: 0 0 15px 0!important
}
.solution-navs .navSwiper {
	position: relative
}
.solution-navs .mySwiper {
	margin-bottom: 25px
}
.solution-navs .mySwiper p {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 10px
}
.solution-navs .mySwiper2 span {
	font-size: 12px;
	width: 36%;
	height: 24px;
	line-height: 24px;
	border-radius: 12px
}
.solution-navs .mySwiper2 span i {
	font-size: 14px
}
.solution-navs .mySwiper2 .img, .solution-navs .mySwiper2 img {
	border-radius: 0 15px 0 15px
}
.solution-navs .mySwiper2 .txt {
	width: 80%;
	max-width: unset;
	padding: 15px 5px 15px 15px;
	border-top-left-radius: 15px
}
.solution-navs .mySwiper2 h3 {
	font-size: 18px;
	margin: 10px 0 7px
}
.solution-navs .mySwiper2 p {
	font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 7px;
}
.solution-navs .mySwiper2 .swiper-button-next, .solution-navs .mySwiper2 .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin-top: 20px;
	box-shadow: 0 1px 2px 0 rgba(34,34,34,0.3)
}
.mySwiper2 ul li {
    height: auto;
    margin-right: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 15px;
}
.mySwiper2 ul li:last-child{
    margin-bottom: 0;
}
.mySwiper2 ul li a{
    flex-wrap: wrap;
    justify-content: center;
}
.mySwiper2 ul{
    align-items: normal;
}
	.mySwiper2 h4 {        
	    font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
	    
	}
	
.solution-navs .mySwiper2 .swiper-button-next:after, .solution-navs .mySwiper2 .swiper-button-prev:after {
	font-size: 14px
}
.solution-main{
    margin-top: 30px;
}
.solution-main ul li {
	width: calc(50% - 8px)!important;
	margin-right: 0!important;
	margin-bottom: 30px
}
.solution-main ul li:nth-child(15),
.solution-main ul li:last-child{
    margin-bottom: 0;
}
.solution-main ul li .img, .solution-main ul li img {
	border-top-right-radius: 15px
}
.solution-main ul li h3 {
	height: unset;
	padding-left: 8px;
	margin: 18px 0 10px;
	font-size: 18px;
	line-height: 24px
}
.solution-main ul li .txt p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px
}
.solution-main ul li .button {
	width: fit-content;
	padding: 0 15px;
	justify-content: center;
	height: 32px;
	border-radius: 16px
}
.solution-main ul li .button::before {
	left: 0
}
.solution-main ul li .button span {
	display: inline-block;
	font-size: 14px
}
.solution-main ul li .button p {
	border: 0;
	width: unset;
	height: unset;
	margin-left: 5px;
	margin-top: -2px
}
.solution-main ul li .button i {
	font-size: 16px;
	color: var(--white)
}
}
