
body{
	width: 100%;
	min-width: 1337px;
}
.content{
	min-width: 1337px;
}
.content-one{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;

}
.content-one>.swiper{
	
}
.content-two{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	background-image: url(../img/bias.png);
	background-size: cover;
	background-position: center;
	padding: 40px 0;
	text-align: center;
}
.content-two-video{
	
}
.content-two-video-show>video{
	height: 600px;
}
.content-two-video-show>img{
	height: 600px;
}
.content-two-title{
	font-size: 32px;
	margin-bottom: 20px;
	margin-right: 100px;
}
.content-two-explain{
	font-size: 26px;
	margin-top: 20px;
	margin-left: -50px;
}

.swiper {
    width: 100%;
    height: 450px;
}  