
.banner-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    content: "";
    background-color: #003687;
    opacity: .3;}
.banner-inner {
	background: url("/static/images/banner/banner-products.webp") no-repeat;
	background-size: 100% 100%
}

.products-navs {
	position: relative;
	width: 100%;
	height: 75px;
	background: var(--white);
	box-shadow: 0 4px 4px 0 rgba(34,34,34,0.15)
}
.navsFixed {
	position: sticky;
	left: 0;
	top: 100px;
	z-index: 9999;
	box-shadow: 0 4px 4px 0 rgba(34,34,34,0.15);
	transition: all linear .5s
}
.products-navs .navSwiper {
	position: relative
}
.products-navs .swiper {
	position: unset
}
.products-navs .swiper-button-next {
	right: -35px
}
.products-navs .swiper-button-prev {
	left: -35px
}
.products-navs .swiper-button-next:after, .products-navs .swiper-button-prev:after {
	font-size: 24px;
	font-weight: 600;
	color: #cbcbcb;
	transition: color linear .3s
}
.products-navs p {
	width: fit-content;
	font-size: 18px;
	color: var(--ftcolor);
	line-height: 75px;
	
	text-align: left;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	transition: all linear .4s
}
.products-navs .swiper-slide-active p {
	color: var(--bgcolor);
	border-bottom-color: var(--bgcolor)
}
.products-content>div:nth-child(2n) {
	background: linear-gradient(60deg, #ccddfa, #f1f5fc)
}
.top {
	margin-bottom: 50px
}
.top, .top .tit {
	display: flex;
	justify-content: space-between;
	align-items: center
}
.top img {
	width: 37px
}
.top h2 {
	
	font-size: 30px;
	color: var(--fttcolor);
	margin-left: 10px
}
.products-item ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.products-item ul li {
	width: calc(25% - 15px)
}
.products-item ul li a {
	display: block
}
.products-item ul li .img {
	overflow: hidden;
	border-top-right-radius: 20px
}
.products-item ul li img {
	border-top-right-radius: 20px;
	transition: all linear .5s
}
.products-item ul li h3 {
	padding-left: 15px;
	border-left: 2px solid var(--bgcolor);
	margin: 25px 0 20px;
	font-size: 20px;
	color: var(--fttcolor);
	
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: alllinear .5s
}
.products-item ul li .txt p {
	font-size: 16px;
	color: var(--ftcolor);
	line-height: 28px;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.products-item 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
}
.products-item ul li .button span {
	display: none;
	font-size: 16px;
	color: var(--white);
	
}
.products-item 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)
}
.products-item ul li .button i {
	font-size: 18px;
	color: var(--bgcolor)
}
.products-item 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
}
.category-top {
	text-align: center;
	color: var(--fttcolor)
}
.category-top h1 {
	
	font-size: 30px;
	text-transform: uppercase
}
.category-top p {
	font-size: 18px;
	line-height: 26px;
	margin: 15px 0 60px
}
.category {
	margin-bottom: 10px
}
.category ul li {
	margin-bottom: 50px;
	width: calc(25% - 12px)
}
.category ul li:last-child:nth-child(4n - 1) {
	margin-right: calc(24% + 4% / 3)
}
.category ul li:last-child:nth-child(4n - 2) {
	margin-right: calc(48% + 8% / 3)
}

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

@media screen and (max-width:1280px) {
.products-item ul li h3 {
	font-size: 20px
}
}

@media screen and (max-width:768px) {
.banner-inner {
	background: url("/static/images/banner/banner-products-sm.webp") no-repeat;
	background-size: 100% 100%
}
.banner-inner::before{
    display: none;
}
.products-navs {
	height: 50px
}
.products-navs .swiper-button-next:after, .products-navs .swiper-button-prev:after {
	font-size: 18px
}
.products-navs .swiper-button-next {
	right: -15px
}
.products-navs .swiper-button-prev {
	left: -20px
}
.products-navs p {
	font-size: 16px;
	text-align: center;
	line-height: 50px
}
.products-content>div {
	display: none
}
.products-content>div:first-child {
	display: block
}
.products-content>div:nth-child(2n) {
	background: var(--white)
}
.top {
	margin-bottom: 30px
}
.top .tit {
	width: 90%;
	justify-content: left
}
.top h2 {
	font-size: 22px;
	line-height: 28px;
	margin-left: 5px
}
.top img {
	width: 20px
}
.top .btnLight2 {
	width: 30px!important;
	height: 30px!important
}
.top .btnLight2::before {
	z-index: 0
}
.top .btnLight2 span {
	display: none
}
.top .btnLight2 i {
	transform: rotate(45deg);
	margin-left: 0
}
.products-item ul li {
	width: 100%!important;
	margin-right: 0!important;
	margin-bottom: 25px
}
.products-item ul li .img, .products-item ul li img {
	border-top-right-radius: 10px
}
.products-item ul li h3 {
	height: unset;
	padding-left: 8px;
	margin: 18px 0 10px;
	font-size: 18px;
	line-height: 1
}
.products-item ul li .txt p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px
}
.products-item ul li .button {
	width: fit-content;
	padding: 0 15px;
	justify-content: center;
	height: 36px;
	border-radius: 18px
}
.products-item ul li .button::before {
	left: 0
}
.products-item ul li .button span {
	display: inline-block;
	font-size: 14px
}
.products-item ul li .button p {
	border: 0;
	width: unset;
	height: unset;
	margin-left: 5px;
	margin-top: -2px
}
.products-item ul li .button i {
	font-size: 16px;
	color: var(--white)
}
.category-top h1 {
	font-size: 22px;
	line-height: 28px
}
.category-top p {
	font-size: 16px;
	line-height: 24px
}
.category-top p {
	margin: 10px 0 10px
}
.category {
	margin-bottom: 0
}
.category ul li {
	width: calc(50% - 7px)!important;
	margin-bottom: 0;
	margin-top: 25px
}
.category ul li:firt-child, .category ul li:nth-child(2) {
margin-top:0
}
.category ul li h3 {
	line-height: 22px
}
.category ul li .txt p {
	font-size: 16px;
	line-height: 24px
}
.category ul li .button {
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px
}
}
