.banner-inner {
	height: 620px
}
.banner-inner span, .banner-inner h1 {
	display: block;
	font-size: 38px;
	color: var(--white);

	padding: 260px 0 30px
}
.banner-solution .breadcrumb {
	display: flex
}
.banner-solution .breadcrumb>i {
	font-size: 18px;
	color: var(--bgcolor)
}
.banner-solution ul {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.breadcrumb a {
	transition: all linear .3s
}
.breadcrumb li {
	font-size: 18px;
	color: #e3e3e3
}
.breadcrumb li i {
	font-size: 14px;
    display: inline-block;
    margin: 0 5px;
}
.breadcrumb li:last-child {
	color: var(--bgcolor)
}
.breadcrumb li:first-child {
	margin-left: 10px
}
.p80 {
	padding-left: 80px;
	padding-right: 80px
}
h1, h2 {
	display: inline-block;
	color: var(--fttcolor);

	position: relative;
	text-align: center;
	z-index: 1
}
h1::before {
	content: '';
	position: absolute;
	left: -10px;
	top: -7px;
	width: 26px;
	height: 26px;
	background: var(--bgshadowcolor);
	z-index: -1
}
h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 31px;
	height: 31px;
	background: url('/static/images/solution/title-icon.webp') no-repeat
}
h1 {
	font-size: 32px;
	margin-bottom: 60px
}
h2 {
	font-size: 28px;
	line-height: 42px;
	padding-left: 45px;
	width: fit-content!important;
	max-width: 910px
}
.bottom h2::before {
	display: none
}
.footer-form .top img {
	display: none
}
.service h2 {
	text-align: left;
	padding-left: 0
}
.service h2::before {
	display: none
}
.solution-main {
	width: 100%;
	background: var(--white);
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.1);
	margin-top: -80px
}
.top {
	text-align: center
}
.tit {
	text-align: center;
	margin-bottom: 60px
}
.service ul li .top {
	padding-bottom: 0;
	text-align: left
}
.related-products {
	width: 100%;
	background: #f7f7f7
}
.related-products .relatedProSwiper {
	position: relative
}
.related-products .swiper {
	position: unset
}
.related-products .swiper-button-next, .related-products .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: var(--white);
	box-shadow: 2px 2px 3px 0 rgba(34,34,34,0.3);
	border-radius: 50%;
	margin-top: 0;
	top: 35%;
	transition: all linear .5s
}
.related-products .swiper-button-next {
	right: -30px
}
.related-products .swiper-button-prev {
	left: -30px
}
.related-products .swiper-button-next:after, .related-products .swiper-button-prev:after {
	font-size: 24px;
	font-weight: 600;
	color: var(--fttcolor);
	transition: color linear .3s
}
.related-products .img {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px
}
.related-products img {
	border-radius: 20px;
	transition: all linear .5s
}
.related-products h3 {
	font-size: 26px;
	color: var(--fttcolor);

	text-transform: capitalize
}
.related-solutions ul, .related-solutions ul li a {
	display: flex;
	justify-content: space-between
}
.related-solutions ul {
	flex-wrap: wrap
}
.related-solutions ul li {
	width: calc(50% - 50px);
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e3e3e3
}
.related-solutions ul li:last-child, .related-solutions ul li:nth-child(5) {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0
}
.related-solutions ul li .img {
	width: 35%;
	max-width: 253px;
	border-radius: 20px;
	margin-right: 20px;
	overflow: hidden
}
.related-solutions ul li .txt {
	width: 63%;
	max-width: 473px;
	margin-top: 24px
}
.related-solutions ul li img {
	border-radius: 20px;
	transition: all linear .5s
}
.related-solutions ul li span {
	display: flex;
	justify-content: center;
	width: 112px;
	height: 28px;
	background: var(--bgshadowcolor);
	border-radius: 14px;
	font-size: 16px;
	color: var(--white);
	line-height: 28px;

}
.related-solutions ul li i {
	display: inline-block;
	margin-right: 3px
}
.related-solutions ul li h3 {
	font-size: 22px;
	margin: 18px 0 12px;
	color: var(--fttcolor);

	text-transform: capitalize;
	transition: color linear .3s
}
.related-solutions ul li p {
	font-size: 16px;
	line-height: 24px;
	color: var(--fttcolor);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
#related-cases {
	width: 100%;
	background: linear-gradient(60deg, #ccddfa, #f1f5fc)
}
#related-cases .tit, #related-news .tit {
	text-align: center
}
#related-cases .cases-swiper {
	position: relative
}
#related-cases .swiper {
	width: 100%;
	height: 100%;
	position: unset
}
#related-cases .swiper-slide {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: left
}
#related-cases .swiper-slide a {
	display: block;
	position: relative
}
#related-cases .img {
    height: 250px;
	margin-top: 30px;
	border-radius: 0 45px 0 0;
	overflow: hidden
}
#related-cases .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 45px 0 0;
	transition: all linear .5s
}
#related-cases h3 {
	font-size: 18px;
	height: 60px;
	color: var(--fttcolor);
	line-height: 30px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: color linear .5s
}
#related-cases .desc {
	font-size: 18px;
	height: 52px;
	color: var(--ftcolor);
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 15px 0 45px
}
#related-cases .swiper-button-next, #related-cases .swiper-button-prev, #related-news .swiper-button-next, #related-news .swiper-button-prev {
	color: var(--bgcolor);
	transition: all .3s linear
}
#related-cases .swiper-button-next, #related-news .swiper-button-next {
	right: -60px
}
#related-cases .swiper-button-prev, #related-news .swiper-button-prev {
	left: -60px
}
#related-news .news-main {
	position: relative
}
#related-news .swiper {
	width: 100%;
	height: 100%;
	position: unset
}
#related-news .swiper-slide {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: left
}
#related-news .swiper-slide a {
	display: block;
	width: 100%;
	position: relative;
	border-top: 1px solid var(--bgcolor)
}
#related-news .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all linear .5s
}
#related-news .more {
	width: 127px;
	height: 36px;
	background: var(--bgshadowcolor);
	font-size: 18px;
	color: var(--white);
	line-height: 36px;
	text-align: center;

	margin-bottom: 35px;
	transition: all linear .5s
}
#related-news h3 {
	font-size: 20px;
	color: var(--fttcolor);
	line-height: 28px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all linear .5s
}
#related-news .desc {
	font-size: 16px;
	height: 48px;
	color: var(--ftcolor);
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0 20px
}
#related-news .time {
	font-size: 16px;
	color: #999
}
#related-news .news-img {
	height: 252px;
	margin-top: 30px;
	overflow: hidden
}

@media(any-hover:hover) {
.related-products .swiper-slide:hover img, .related-solutions ul li:hover img {
	transform: scale(1.1)
}
.related-products .swiper-slide:hover h3, .related-solutions ul li:hover h3 {
	color: var(--bgcolor)
}
.related-products .swiper-button-next:hover, .related-products .swiper-button-prev:hover {
	background: var(--bgshadowcolor)
}
.related-products .swiper-button-next:hover::after, .related-products .swiper-button-prev:hover::after {
	color: var(--white)
}
#related-cases .swiper-slide a:hover h3 {
	color: var(--bgcolor)
}
#related-cases .swiper-slide a:hover img {
	transform: scale(1.2)
}
#related-cases .swiper-button-next:hover, #related-cases .swiper-button-prev:hover, #related-news .swiper-button-next:hover, #related-news .swiper-button-prev:hover {
	color: var(--bgscolor)
}
#related-news .swiper-slide a:hover {
	border-top-color: var(--bgscolor)
}
#related-news .swiper-slide a:hover .more {
	background: var(--bgsshadowcolor)
}
#related-news .swiper-slide a:hover h3 {
	color: var(--bgscolor)
}
#related-news .swiper-slide a:hover img {
	transform: scale(1.2)
}
}

@media screen and (max-width:1680px) {
.solution-main {
	padding: 70px 0 50px
}
.related-solutions ul li a {
	align-items: center
}
}

@media screen and (max-width:1440px) {
.related-solutions ul li .txt {
	margin-top: 0
}
.related-solutions ul li h3 {
	font-size: 20px;
	margin: 10px 0 14px
}
.related-solutions ul li p {
	font-size: 14px;
	line-height: 18px
}
}

@media screen and (max-width:1280px) {
.banner-inner span, .banner-inner h1 {
	font-size: 32px;
	line-height: 40px;
	padding: 200px 0 20px
}
h1 {
	font-size: 36px;
	margin-bottom: 45px
}
h2 {
	font-size: 26px;
	line-height: 36px
}
.tit {
	margin-bottom: 40px
}
.related-solutions ul li h3 {
	font-size: 17px;
	margin: 5px 0 10px
}
.related-solutions ul li span {
	font-size: 14px;
	width: 100px;
	height: 26px
}
.related-solutions ul li p {
	font-size: 13px;
	line-height: 17px
}
}

@media screen and (max-width:1024px) {
h1 {
	font-size: 32px;
	margin-bottom: 38px
}
h2 {
	font-size: 28px;
	line-height: 34px
}
.tit {
	margin-bottom: 40px
}
}

@media screen and (max-width:768px) {
.banner-solution {
	height: 450px;
	background-size: auto!important
}
.banner-solution span, .banner-solution h1 {
	font-size: 28px;
	line-height: 36px;
	padding: 200px 0 20px
}
.p80 {
	padding-left: 0;
	padding-right: 0
}
h1 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px
}
h2 {
	font-size: 20px;
	line-height: 30px;
	padding-left: 25px;
	width: 100%!important;
	max-width: unset;
	text-align: left
}
h1::before {
	display: none
}
h2::before {
	width: 18px;
	height: 18px;
	background-size: cover
}
.bottom h2::before {
	display: none
}
.solution-main {
	margin-top: 0;
	padding: 45px 15px 40px!important
}
.tit {
	text-align: center;
	margin-bottom: 25px
}
.related-cases h2, .related-products h2, .related-solutions h2, #related-cases h2, #related-news h2 {
	width: fit-content!important
}
.related-products .swiper-button-next, .related-products .swiper-button-prev {
	width: 40px;
	height: 40px
}
.related-products .swiper-button-next:after, .related-products .swiper-button-prev:after {
	font-size: 18px
}
.related-products .swiper-button-next {
	right: -15px
}
.related-products .swiper-button-prev {
	left: -15px
}
.related-products img {
	border-radius: 10px
}
.related-products .img {
	border-radius: 10px;
	margin-bottom: 15px
}
.related-products h3 {
	font-size: 20px
}
.related-solutions ul li {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 25px
}
.related-solutions ul li a {
	flex-wrap: wrap
}
.related-solutions ul li .img, .related-solutions ul li .txt {
	width: 100%;
	max-width: unset
}
.related-solutions ul li .img, .related-solutions ul li img {
	border-radius: 10px
}
.related-solutions ul li .img {
	margin-right: 0
}
.related-solutions ul li .txt {
	margin-top: 20px
}
.related-solutions ul li h3 {
	font-size: 18px;
	line-height: 26px;
	margin: 10px 0 5px
}
.related-solutions ul li p {
	font-size: 16px;
	line-height: 24px;
}
.related-solutions ul li:nth-child(5) {
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e3e3e3
}
#related-cases{
    margin-top: 0;
}
#related-cases .container {
	padding: 0
}
#related-cases .swiper-button-next, #related-cases .swiper-button-prev {
	display: none
}
#related-cases h3 {
	font-size: 18px;
	height: 52px;
	color: var(--fttcolor);
	line-height: 26px
}
#related-cases .desc {
	font-size: 16px;
	margin: 10px 0 25px;
	line-height: 20px;
	height: 40px
}
#related-cases .img, #related-cases .swiper-slide img {
	border-radius: 0 25px 0 0
}
#related-cases .img{
    margin-top: 20px;
    height: 200px;
}
#related-news .container {
	padding: 0
}
#related-news .swiper-button-next, #related-news .swiper-button-prev {
	display: none
}
#related-news .more {
	width: 120px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px
}
#related-news h3 {
	font-size: 18px;
	color: var(--fttcolor);
	line-height: 26px
}
#related-news .desc {
	height: 48px;
	margin: 6px 0 10px;
	line-height: 24px
}
#related-news .news-img {
	height: 206px;
	margin-top: 25px
}
.breadcrumb li{
    font-size: 16px;
}
.breadcrumb li:first-child {
	margin-left: 5px
}
}
