* {
	margin: 0;
	padding: 0;
}
.row {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1366px;
	width: 100%;
}
.play {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
 #home .cell-3 text-align: center;
	text-indent: 5px;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,1);
	border-radius: 100%;
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
#home .swiper-container {
}
#home .swiper-slide {
	cursor: move;
	cursor: grab;
	background-color: #009FAB;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
#home .cell-1 {
	background: #1e1e1e url("../images/banner-1.jpg");
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
#home .cell-2 {
	background: #1e1e1e url("../images/banner-2.jpg");
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
#home .cell-3 {
	background: #1e1e1e url("../images/banner-3.jpg");
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

#home .swiper-wrapper {
}
#home .swiper-slide .text {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 320px;
	width: 80%;
	margin-left: -82%;
	text-align: left;
	color: #ffffff;
	opacity: 0;
}
#home .swiper-slide .text h1 {
	margin-bottom: 10px;
	font-size: 98px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: -7px;
}
#home .swiper-slide .sans h1 {
	margin-bottom: 10px;
	font-size: 50px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: -2px;
}
#home .swiper-slide .text p {
	margin-top: 45px;
	float: left;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
#home .swiper-slide .text h3 {
	margin-top: 45px;
	float: left;
	font-size: 24px;
	font-weight: normal;
	clear: both;
	line-height: 1;
}
#home .swiper-slide .text b {
	width: 60px;
	height: 7px;
	background: #fff;
	position: absolute;
	left: -110px;
	top: 110px; display: none;
	z-index: 1;
}
#home .swiper-slide .text i {
	margin-top: 45px;
	float: left;
	clear: both;
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 7px;
	padding: 8px 30px 8px 40px;
	background: #fff;
	line-height: 1;
	color: #1e2a74;
}
#home .swiper-slide .ma {
	display: none;
}
#home .swiper-slide .btn-area {
}
#home .swiper-slide .bannerlj a {
	background: url("../images/bannerlj.png") no-repeat;
	background-repeat: repeat-x;
	transition: all 0.3s ease-out 0s;
	width: 94px;
	height: 95px;
	float: left;
	margin-top: 62px;
	clear: both;
}
#home .swiper-slide .btn-area a {

	background-repeat: repeat-x;
	opacity: 0.8;
	transition: all 0.3s ease-out 0s;
}
#home .swiper-slide .btn-area a:hover {
	color: #ffffff;
	opacity: 1;
}
#home .swiper-slide .btn-area a:hover::before {
	display: none;
}
#home .swiper-slide .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background: #000000;
	opacity: 0;
}
#home .swiper-slide-active .text {
	opacity: 1;
	margin-left: -36%;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.swiper-button-next, .swiper-button-prev {
	width: 50px;
	height: 80px;
	margin-top: -40px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 20px;
	background-image: url("../images/prev.svg");
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 20px;
	background-image: url("../images/next.svg");
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px;
}
.swiper-pagination-bullet {
	background: #ffffff;
	opacity: 0.2;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}




