*{
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}

a{
	text-decoration: none;
	color:#000000;
}	
.home-swiper{
    width: 100%;
   /* height: 70vh;*/
}
.swiper-container {
    width: 100%;
   height: 100%;
   /* height:660px;*/
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
  /*  background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;*/
}
.first-slide{
    width: 100%;
    font-size: 0;
}
.slide-bg-img{
	border-width:0;
    width: 100%;
}

.swiper-button-prev{
	background: url(../img/btn-left.png) no-repeat;
	background-size:cover;
}
.swiper-button-next{
	background: url(../img/btn-right.png) no-repeat;
	background-size:cover;
	margin-right:6px;
}
.banner1{
	width:26%;
	position:absolute;
	top:24%;
	left:16%;
	
}
.banner1>img{
	width:100%;
}
.banner2{
	width:34%;
	position:absolute;
	top:24%;
	left:16%;
	
}
.banner2>img{
	width:100%;
}
.banner3{
	width:26%;
	position:absolute;
	top:24%;
	left:16%;
	
}
.banner3>img{
	width:100%;
}
.banner4{
	width:34%;
	position:absolute;
	top:26%;
	left:16%;
	
}
.banner4>img{
	width:100%;
}