.head-container{
	max-width:1540px;
	padding:0 20px;
	margin:0 auto;
	width:100%;
	box-sizing: border-box;
}
.foot-container{
	max-width:1540px;
	padding:0 20px;
	margin:0 auto;
	box-sizing: border-box;
}
.container{
	max-width:1540px;
	padding:0 20px;
	margin:0 auto;
	box-sizing: border-box;
}
.foot-logo{
	margin-bottom:35px;
}
.foot-title{
	color:#fff;
	font-size:18px;
	font-weight:600;
}
.foot-p1{
	color:#fff;
	font-size:16px;
	font-weight:400;
}
.uk-flex-first-1{
	max-width:25%;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
* {
  scrollbar-width: none;
}
::-webkit-scrollbar {
    width: 7.5px;
    height: 6px;
    background-color: #f0f0f0;
    display: none
}
::-webkit-scrollbar-thumb {
    background-color: #b1b1b1;
    border-radius: 15px
}
::-webkit-scrollbar-thumb:hover {
    background-color: #777
}
.foot-container .uk-svg path{
	fill: #fff;
}
@media(max-width:1000px){
	.uk-flex-first-1{
		width:100%;
		max-width:100%;
	}
	.foot-nav{
		display: none;
	}
	.page-footer .page-footer-bottom{
		text-align: center;
		justify-content: center;
	}
	
}
.banner-pagination{
	width: 100px !important;
	left:15%!important;
	bottom: 30px !important;
}
.banner-pagination .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
	border-radius: 15px!important;
}
.banner-pagination .swiper-pagination-bullet-active{
	width:35px;
}
