.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: -webkit-transform;
	-moz-transition-property: transform,-moz-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform,-moz-transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform,height;
	-moz-transition-property: -moz-transform;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-moz-transition-property: transform,height,-moz-transform;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform,-moz-transform
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: 50%;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	-moz-transform: translate3d(0,-50%,0);
	-ms-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: hsla(0,0%,100%,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
	background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),transparent);
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
	background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),transparent);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
	background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
	background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),transparent);
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn)
	}
}

@-moz-keyframes swiper-preloader-spin {
	to {
		-moz-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		-moz-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.motify {
	display: none;
	position: fixed;
	top: 35%;
	left: 50%;
	width: 220px;
	padding: 0;
	margin: 0 0 0 -110px;
	z-index: 9999;
	background: rgba(0,0,0,.8);
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2)
}

.motify .motify-inner {
	padding: 10px;
	text-align: center;
	word-wrap: break-word
}

.motify p {
	margin: 0 0 5px
}

.motify p:last-of-type {
	margin-bottom: 0
}


.close-button {
	display: block;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	border: 1px solid #999
}

.close-button:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.close-button:after,.close-button:before {
	content: "";
	position: absolute;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 12px;
	height: 0;
	border-top: 1px solid #999
}

.close-button:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}


.custom-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 2px;
	border-radius: 0;
	opacity: .5;
	background: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.custom-pagination .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1
}

.banner-container {
	height: 370px;
	width: 100%
}

.banner-container .swiper-container {
	height: 100%
}

.banner-container .swiper-container .swiper-wrapper .slide-1 h3 {
	font-size: 40px;
	color: #fff;
	line-height: 56px;
	text-align: center;
	padding-top: 65px;
	text-shadow: 0 2px 4px rgba(32,32,32,.5)
}

.banner-container .swiper-container .swiper-wrapper .slide-1 p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 8px;
	color: #fff;
	text-align: center;
	font-weight: lighter;
	text-shadow: 0 2px 4px rgba(32,32,32,.5)
}

.banner-container .swiper-container .swiper-wrapper .slide-1 a.button {
	margin-top: 55px
}

.banner-container .swiper-container .swiper-wrapper .slide-1 small {
	margin-top: 15px;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-weight: lighter;
	text-shadow: 0 2px 4px rgba(32,32,32,.5)
}

.banner-container .swiper-container .swiper-wrapper .slide-1 small a {
	color: #fff;
	font-weight: lighter;
	font-family: PingFangSC-Regular
}

.banner-container .swiper-container .swiper-wrapper .slide-2 h3 {
	font-size: 40px;
	color: #fff;
	line-height: 56px;
	text-align: center;
	padding-top: 65px;
	text-shadow: 0 2px 4px rgba(32,32,32,.5)
}

.banner-container .swiper-container .swiper-wrapper .slide-2 p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 8px;
	color: #fff;
	text-align: center;
	font-weight: lighter;
	text-shadow: 0 2px 4px rgba(32,32,32,.5)
}

.banner-container .swiper-container .swiper-wrapper .slide-2 a {
	margin-top: 55px
}

.banner-container .swiper-container .swiper-wrapper .slide-2 small {
	margin-top: 15px;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-weight: lighter;
	text-shadow: 0 2px 4px rgba(32,32,32,.5)
}

.banner-container .swiper-container .swiper-wrapper .slide-2 small a {
	color: #fff;
	font-weight: lighter;
	font-family: PingFangSC-Regular
}


.banner-container .swiper-container .swiper-wrapper .slide-3 h3 {
	font-size: 40px;
	color: #fff;
	line-height: 56px;
	text-align: center;
	padding-top: 65px;
	text-shadow: 0 2px 4px rgba(32,32,32,.5)
}

.banner-container .swiper-container .swiper-wrapper .slide-3 p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 8px;
	color: #fff;
	text-align: center;
	font-weight: lighter;
	text-shadow: 0 2px 4px rgba(32,32,32,.5)
}

.banner-container .swiper-container .swiper-wrapper .slide-3 a {
	margin-top: 55px
}

.banner-container .swiper-container .swiper-wrapper .slide-3 a.primary {
	background-color: #00b389
}

.banner-container .swiper-container .swiper-wrapper .slide-3 small {
	margin-top: 15px;
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 20px;
	font-weight: lighter;
	text-shadow: 0 2px 4px rgba(32,32,32,.5)
}

.banner-container .swiper-container .swiper-wrapper .slide-3 small a {
	color: #fff;
	font-weight: lighter;
	font-family: PingFangSC-Regular
}

.banner-container .swiper-container .swiper-wrapper .slide-4 h3 {
	font-size: 40px;
	color: #fff;
	line-height: 56px;
	text-align: center;
	padding-top: 65px
}

.banner-container .swiper-container .swiper-wrapper .slide-4 p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 8px;
	color: #fff;
	text-align: center;
	font-weight: lighter
}

.banner-container .swiper-container .swiper-wrapper .slide-4 a.button {
	margin-top: 55px
}


.main-container .main-wrapper {
	padding-bottom: 60px
}

.main-container .main-wrapper h2 {
	font-size: 24px;
	color: #333;
	padding-top: 30px;
	line-height: 35px;
	text-align: center
}

.main-container .main-wrapper .img-wrapper {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px
}

.main-container .main-wrapper .img-wrapper img {
	width: 100%
}

.main-container .main-wrapper .intro {
	width: 345px;
	margin: 0 auto
}

@media (max-width:345px) {
	.main-container .main-wrapper .intro {
		width: 100%;
		text-align: center
	}
}

.main-container .main-wrapper .intro h4 {
	font-size: 18px;
	color: #333;
	line-height: 24px
}

.main-container .main-wrapper .intro p {
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #999;
	letter-spacing: 0;
	line-height: 24px
}

.main-container .main-wrapper .button-container {
	text-align: center
}

@media (min-width:345px) {
	.main-container .main-wrapper .button-container .button:first-child {
		margin-right: 15px
	}
}

@media (max-width:345px) {
	.main-container .main-wrapper .button-container .button {
		margin-bottom: 10px
	}
}

.main-container .main-wrapper .button {
	display: inline-block;
	width: 165px;
	height: 40px;
	line-height: 40px;
	padding: 0
}

.main-container .main-wrapper .outline {
    padding: 10px 40px;
	color: #38f;
	border: 1px solid #38f;
	width: 163px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	line-height: 38px;
	height: 38px
}

.wcard-container {
	width: 345px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 60px
}

.wcard-container .title-section {
	text-align: center
}

.wcard-container .title-section h3 {
	font-family: PingFangSC-Medium;
	font-size: 24px;
	color: #333;
	letter-spacing: 0;
	line-height: 40px
}

.wcard-container .wcard-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 30px
}

.wcard-container .wcard-content .wcard-btns {
	text-align: center
}

.wcard-container .wcard-content .wcard-btns .button {
	width: 168px
}

.wcard-container .wcard-content .wcard-section {
	margin-bottom: 28px
}

.wcard-container .wcard-content .wcard-section .wcard-sectitle {
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-family: PingFangSC-Medium;
	letter-spacing: 0
}

.wcard-container .wcard-content .wcard-section .wcard-secsummary {
	margin-top: 5px;
	font-family: PingFangSC-Regular;
	font-size: 13px;
	color: #999;
	letter-spacing: 0;
	line-height: 24px
}

.wcard-container .wcard-content .wcard-section img {
	width: 100%
}



.swiper-container2 {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
	overflow: hidden;
    padding-bottom: 5px;
}

.swiper-container2 .swiper-wrapper .swiper-slide {
	width: 224px;
	background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px #888;
}

.swiper-container2 .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.swiper-container2 .swiper-wrapper .swiper-slide .image-industry {
	width: 224px;
	height: 150px;
	display: block
}

.swiper-container2 .swiper-wrapper .swiper-slide .des-industry {
    padding: 15px;
    font-size: 14px;
    color: #606060;
    line-height: 18px;
    text-align: justify;
    height: 90px;
    overflow: hidden;
}

.swiper-container2 .swiper-wrapper .swiper-slide .des-industry a{
    overflow: hidden ;
    display: -webkit-box ;
    -webkit-line-clamp: 3 ;
    -webkit-box-orient: vertical ;
    word-break: break-all ;
}

.swiper-container2 .swiper-wrapper .swiper-slide .des-industry .title-industry {
	font-size: 14px;
	color: #666;
	text-align: left;
	margin-top: 20px
}

.swiper-container2 .swiper-wrapper .swiper-slide .des-industry .content-industry {
	line-height: 24px;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	text-align: justify;
	overflow: hidden
}

.promote {
	width: 100%;
	height: 170px;
	text-align: center;
	background-position: 50%;
	background-size: cover;
	background-image: url("https://img.yzcdn.cn/static/intro/img/newIndex/wap_footerbg.png")
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
	.promote {
		background-image: url("https://img.yzcdn.cn/static/intro/img/newIndex/wap_footerbg@2x.png")
	}
}

.promote .info {
	padding-top: 34px;
	padding-bottom: 20px;
	height: 46px
}

.promote p {
	font-size: 17px;
	color: #fff;
	line-height: 33px
}

@media (max-width:350px) {
	.promote p {
		font-size: 15px
	}
}

.promote a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	color: #38f;
	background-color: #fff;
	padding: 10px 52px;
	border-radius: 2px
}

a.button {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 160px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	padding: 10px 48px;
	border-radius: 2px
}

a.primary {
	background: #38f;
	color: #fff
}

a.red-button {
	background-color: #fff;
	color: red
}

a.green-button {
	background: #47c64d;
	color: #fff
}

a.green-outline {
	width: 163px!important;
	line-height: 38px!important;
	color: #47c64d;
	border: 1px solid #47c64d
}

a.pink-button {
	background-color: #fff;
	color: #eb737f
}

.float-left {
	float: left
}

.float-right {
	float: right
}

.bg-grey {
	background-color: #f8f8f8
}