.swiper-container {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	list-style: none
}

.swiper-wrapper {
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-slide,.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform,-o-transform;
	transition-property: transform,-webkit-transform
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10;
	bottom: 50px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	border: 1px solid #fff;
	margin: 0 6px;
	cursor: pointer
}

.swiper-pagination-bullet-active {
	background-color: #fff
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 48%;
	width: 41px;
	height: 25px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background: url(../images/arrow.png) no-repeat 50%;
	background-size: 41px 25px;
	opacity: .5;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}

.swiper-button-next:hover,.swiper-button-prev:hover {
	opacity: 1!important
}

.swiper-button-prev {
	left: 1.5%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}

.swiper-button-next {
	right: 1.5%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.load-more {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 10;
	width: 20px;
	margin-left: -10px
}

.load-more span {
	display: block;
	width: 100%;
	height: 12px;
	background: url(../images/arrow.png) no-repeat 50%;
	background-size: 20px 12px
}

.load-more .load-1 {
	-webkit-animation: loadmore 2s infinite;
	-o-animation: loadmore 2s infinite;
	animation: loadmore 2s infinite
}

.load-more .load-2 {
	-webkit-animation: loadmore 2s .3s infinite;
	-o-animation: loadmore 2s .3s infinite;
	animation: loadmore 2s .3s infinite
}

.load-more .load-3 {
	-webkit-animation: loadmore 2s .6s infinite;
	-o-animation: loadmore 2s .6s infinite;
	animation: loadmore 2s .6s infinite
}

@-webkit-keyframes loadmore {
	0% {
		opacity: .2
	}

	70% {
		opacity: 1
	}

	to {
		opacity: .2
	}
}

@-o-keyframes loadmore {
	0% {
		opacity: .2
	}

	70% {
		opacity: 1
	}

	to {
		opacity: .2
	}
}

@keyframes loadmore {
	0% {
		opacity: .2
	}

	70% {
		opacity: 1
	}

	to {
		opacity: .2
	}
}

.hero,.swiper-container {
	height: 100%
}

.hero {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover
}

.hero-wrap {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 100%;
	margin-top: -80px;
	color: #fff;
	text-align: center
}

.hero-wrap .hero_title {
	margin-bottom: 20px;
	font-size: 65px;
	line-height: 1.2;
	vertical-align: top
}

.hero-wrap .hero_more {
	display: inline-block;
	padding: 14px 30px;
	font-size: 14px;
	color: #fff;
	border: 2px solid #fff;
	vertical-align: top
}

.hero-wrap .hero_more:hover {
	background-color: hsla(0,0%,100%,.6)
}

.hero-video {
	width: 100%;
	height: 100%
}

.hero-video_bg {
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100;
	background-color: rgba(50,83,250,.8)
}

.hero-video_bg,.hero-video_img {
	position: absolute;
	right: 0;
	bottom: 0
}

.hero-video_img {
	z-index: 2;
	width: 30%;
	max-width: 500px
}

.hero-video_img img {
	display: block;
	width: 100%
}

.products-head {
	padding: 100px 0 0
}

.products-head h3 {
	padding: 0 20px;
	text-align: center;
	font-size: 75px;
	font-family: Circular-Book
}

.products {
	padding: 100px 0
}

.products-list {
	width: 100%;
	zoom: 1
}

.products-list:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.products-list li {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 50%
}

.products_link {
	display: block;
	overflow: hidden
}

.products_link .products_img {
	width: 100%;
	transition: All .4s ease-in-out;
	-webkit-transition: All .4s ease-in-out;
	-moz-transition: All .4s ease-in-out;
	-o-transition: All .4s ease-in-out
}

.products_link .products_wrap {
	display: none;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background-color: rgba(0,0,0,.7)
}

.products_link .products_wrap .products_icon {
	display: block;
	margin: 30% auto 20px;
	width: 130px
}

.products_link:hover .products_img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2)
}

.products_link:hover .products_wrap {
	display: block
}

.contact {
	height: 440px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	color: #fff;
	text-align: center
}

.contact h3 {
	padding-top: 120px;
	margin-bottom: 10px;
	font-size: 65px;
	line-height: 1.2;
	font-family: Circular-Book
}

.contact p {
	margin-bottom: 40px;
	font-size: 30px
}

.contact .contact_more {
	display: inline-block;
	width: 174px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	border: 2px solid #fff
}

.contact .contact_more:hover {
	background-color: hsla(0,0%,100%,.6)
}

@media screen and (max-width:1000px) {
	.swiper-container {
		height: 10rem
	}

	.hero {
		background-size: auto 10rem
	}

	.hero-wrap .hero_title {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: .5rem;
		font-size: .65rem
	}

	.hero-wrap .hero_more {
		padding: 10px 20px
	}

	.products-head {
		padding: 1rem 0 0
	}

	.products-head h3 {
		font-size: .75rem
	}

	.products {
		padding: 1rem 0
	}

	.contact {
		height: 4.4rem
	}

	.contact h3 {
		padding-top: 1rem;
		margin-bottom: 6px;
		font-size: .65rem;
		line-height: 1.2
	}

	.contact p {
		margin-bottom: 20px;
		font-size: 16px
	}

	.products_link:hover .products_wrap {
		display: none
	}
}