* {
	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 {
	width: 1440px;
	margin: 0px auto;
}

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;

	/* 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;
	background-color: #3c53a3;
}

.hide {
	display: none;
}

.center {
	text-align: center;
}

.box .w {
	width: 100%;
}

.dy {
	margin-top: 68px;
}

.tu {
	margin-top: 30px;
}

#myVideo1 {
	width: 1000px;
	height: 625px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.lunbo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1050px;
	height: 590px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: '';
}

.swiper-button-next,
.swiper-button-prev {
	width: 18px;
	height: 44px;
}

.swiper-button-next {
	background-image: url(../images/rBtn.png);
	right: 0;
}

.swiper-button-prev {
	background-image: url(../images/lBtn.png);
	left: 0;
}

.spbox {
	position: absolute;
	top: 110px;
	left: 200px;
	width: 590px;
	height: 334px;
}

.spbox img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.act {
	cursor: pointer;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-ms-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
	transition: all 0.6s !important;
}

.act:hover {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
