html {
  scroll-behavior: smooth;
}

.home-slider .little-title{
	font-size:40px;
	line-height:50px;
	display:block;
}

.home-slider .swiper-slide{
	overflow-x: hidden;
}

.home-slider .swiper-nav{
	position: absolute;
    bottom: 40px;
    right: 140px;
	/*bottom: 0px;
    right: 15px;*/
    display: flex;
}

@media screen and (max-width: 1676px) {
  	.home-slider .swiper-nav{
    	right:15px;
	}
}

@media screen and (max-width: 1024px) {
  	.home-slider .swiper-nav{
    	left: 0;
    	right: 0;
		bottom:500px;
    	margin: auto;
    	width: fit-content
	}
}

.home-slider .swiper-button-prev{
	right: unset;
    left: unset;
    top: unset;
    position: relative;
}

.home-slider .swiper-button-prev::after{
	font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.home-slider .swiper-button-next{
	left: unset;
    top: unset;
    right: 0;
}

.home-slider .swiper-button-next::after{
	font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.home-slider .swiper-pagination{
	right: unset;
    left: unset;
    top: unset;
    position: relative;
    text-align: left;
    margin-right: 20px;
    margin-left: 10px;
	margin-top: -2px;
}

.home-slider .swiper-pagination-bullet{
	width:5px;
	height:5px;
	background-color: #fff;
    opacity: 1;
}

.home-slider .swiper-pagination-bullet-active{
	background-color: #EE7623;
}