.banner-inner {
	height: 500px;
	background: url("/static/images/banner/banner-solutions.webp") no-repeat;
	background-size: 100% 100%
}
.banner-inner h1 {
	padding: 210px 0 30px;
	margin-bottom: 0;
	text-align: left
}
h1::before {
	display: none
}
img {
	width: auto
}
h2 {
	max-width: unset
}
.solution-desc {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.solution-desc .solution-left {
	width: 45%
}
.solution-desc .solution-right {
	width: 53%
}
.solution-desc .solution-right img {
	border-radius: 50px 0 50px 0
}
.solution-desc h2 {
	margin-bottom: 20px;
	text-transform: capitalize;
	margin-bottom: 20px
}
.solution-desc .solution-text p {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 26px;
	margin-bottom: 15px
}
.solution-desc .solution-text p a {
	color: var(--bgscolor)
}
.solution-desc .solution-text p:last-child {
	margin-bottom: 0
}
.solution-desc .process-img {
	margin-left: 65px;
	margin-top: 30px;
	width: 41%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}
.solution-desc .process-img {
	width: 100%
}
.top {
	text-align: center
}
.top p {
	width: 70%;
	font-size: 18px;
	color: var(--ftcolor);
	line-height: 26px;
	margin: 20px auto 0
}
.solution-precess ul {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative
}
.solution-precess ul li {
	width: calc(33% - 35px);
	margin-bottom: 35px
}
.solution-precess ul li h3 {
	font-size: 24px;
	color: var(--fttcolor);
	
	margin-bottom: 15px
}
.solution-precess ul li p {
	font-size: 18px;
	color: var(--ftcolor);
	line-height: 24px
}
.solution-precess img {
	width: 100%
}
.solution-video .tit {
	text-align: center;
	margin-bottom: 50px
}
.solution-video .video-content {
	display: flex;
	justify-content: space-between
}
.solution-video .video-main {
	position: relative;
	cursor: pointer;
	border-radius: 0 50px 0 50px;
	width: 70%;
	max-width: 930px;
	margin-right: 70px
}
.solution-video .video-main iframe {
	width: 100%;
	border-radius: 0 50px 0 50px
}
.solution-video .video-text {
	width: 32%;
	padding-top: 30px
}
.solution-video .video-text h3 {
	
	font-size: 24px;
	color: var(--fttcolor);
	line-height: 32px;
	margin-bottom: 20px
}
.solution-video .video-text p {
	font-size: 18px;
	color: var(--ftcolor);
	line-height: 30px;
	margin-bottom: 40px; text-indent: 36px;
}
.solution-video .video-text a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 50px;
	margin-left: -120px;
	font-size: 20px;
	
	color: var(--white);
	position: relative;
	z-index: 999
}
.solution-video .video-text a::before {
	content: '';
	width: 100%;
	height: 100%;
	background: var(--bgscolor);
	border-radius: 25px 0 25px 0;
	position: absolute;
	z-index: -1
}
.solution-video .video-text a i {
	display: inline-block;
	font-size: 28px;
	color: var(--white);
	margin-left: 20px
}
.solution-video .video-text a span {
	content: '';
	position: absolute;
	right: -8px;
	bottom: -8px;
	width: 86%;
	height: 100%;
	background: RGBA(211,211,211,.5);
	border-radius: 25px 0 25px 0;
	z-index: -2
}
.solution-video .video-text a::after {
	content: '';
	position: absolute;
	right: -30px;
	top: -8px;
	width: 25%;
	height: 100%;
	background: var(--bgcolor);
	border-radius: 50% 0 50% 0;
	z-index: -3
}
.solution-single p>a {
	color: var(--bgscolor)!important;
	font-weight: 600
}

@media(any-hover:hover) {
.solution-desc .solution-text p a:hover {
	color: var(--bgcolor)
}
.solution-single p>a:hover {
	color: var(--bgcolor)!important
}
}

@media(min-width:768px) and (max-width:1440px) {
.solution-desc {
	margin-bottom: 70px!important
}
.solution-desc .solution-left {
	width: 56%;
	margin-left: 0;
	margin-right: 0
}
.solution-desc .solution-right {
	width: 40%;
	right: 80px
}
.solution-desc ul {
	margin-left: 0;
	width: 50%
}
}

@media(min-width:768px) and (max-width:1260px) {
.solution-desc .solution-text p {
	font-size: 16px!important;
	line-height: 22px!important
}
}

@media(min-width:768px) and (max-width:1024px) {
.solution-desc ul {
	width: 65%
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-solutions-sm.webp") no-repeat;
	background-size: 100% 100%
}

h2 {
	width: fit-content!important;
	text-align: center
}
.solution-desc {
	flex-wrap: wrap
}
.solution-desc .solution-left {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	order: 2
}
.solution-desc .solution-text {
	padding: 20px 15px 30px!important;
	background: #f5f6f8;
	border-radius: 0 0 25px 0
}
.solution-desc .solution-right {
	width: 100%;
	order: 1
}
.solution-desc .solution-right img {
	width: 100%;
	border-radius: 25px 0 0 0
}
.solution-desc h2 {
	margin-bottom: 10px
}
.solution-desc .solution-text p {
	font-size: 16px!important;
	line-height: 24px!important;
	text-indent: 32px!important;
}
.solution-desc .process-img {
	width: 100%;
	margin-left: 0;
	margin-top: 25px
}
.top p {
	width: 90%!important;
	font-size: 15px;
	line-height: 22px;
	margin-top: 10px
}
.solution-precess ul {
	margin-top: 30px
}
.solution-precess ul li {
	width: 100%;
	margin-bottom: 25px
}
.solution-precess ul li h3 {
	font-size: 18px;
	margin-bottom: 10px
}
.solution-precess ul li p {
	font-size: 16px;
	line-height: 22px
}
.solution-video .tit {
	margin-bottom: 25px
}
.solution-video .video-content {
	flex-wrap: wrap
}
.solution-video .video-main {
	border-radius: 0 25px 0 25px;
	width: 100%;
	max-width: unset;
	margin-right: 0
}
.solution-video .video-main iframe {
	height: 200px;
	border-radius: 0 25px 0 25px
}
.solution-video .video-text {
	width: 100%;
	padding-top: 25px
}
.solution-video .video-text h3 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px
}
.solution-video .video-text p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px
}
.solution-video .video-text a {
	width: 60%;
	height: 45px;
	margin-left: 0;
	font-size: 16px;
	margin: 0 auto
}
.solution-video .video-text a i {
	font-size: 22px;
	margin-left: 15px
}
.solution-video .video-text a span {
	right: -5px;
	bottom: -5px;
	width: 100%;
	height: 100%
}
.solution-video .video-text a::after {
	right: -20px;
	top: -5px
}
}
