body{
	padding: 5.56vh 0;
}
#header{
	height: 10.547vh;
}
#header .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: space-between;
	-moz-flex-direction: row;
	-moz-flex-wrap: wrap;
	-ms-display: flex;
	-ms-align-items: center;
	-ms-justify-content: space-between;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: space-between;
	-o-flex-direction: row;
	-o-flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
#header .logo{
	width: auto;
	height: 6.3vh;
}
#header .slip{
	font-size: 18px;
	color: #333;
}
#header .slip span{
	vertical-align: middle;
}
#header .slip .line{
	display: inline-block;
	margin-left: 0.83em;
	width: 3.333em;
	height: 1px;
	background-color: #000;
}
.banner{
	position: relative;
}
.banner .swiper-container{
	height: 100%;
	width: 100%;
}
.banner .swiper-slide{
	overflow: hidden;
	height: 78.333vh;
}
.banner .swiper-slide .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media only screen and (max-width:1440px){


}
@media only screen and (max-width:1024px){

}