* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0 auto;
	padding: 0;
	background-repeat: repeat-y;
}
body,html{
	min-width: 1324px;
}
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
a:visited,
a:link,
a:active {
	color: #333;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.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;
}


.root {
	
}

.box {
	position: relative;
	font-size: 0;
}

.center {
	text-align: center;
}

.box .w {
	width: 100%;
}

.dy{
	margin-top: 68px;
}
.tu{
	margin-top: 30px;
}