.swiper-slide,
.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container {
	margin: 0 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 {
	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;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 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;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.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;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}

.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;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	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%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%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%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%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%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E)
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%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%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%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%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E)
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 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 {
	background: #000
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	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);
	-o-transform: translate(0, -50%);
	-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);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-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;
	-o-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: rgba(255, 255, 255, .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;
	-ms-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(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.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;
	-ms-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;
	-ms-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;
	-ms-transition-timing-function: ease-out;
	-o-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;
	-o-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-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%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D0%200%20120%20120%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20xmlns%3Axlink%3Dhttp%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%3E%3Cdefs%3E%3Cline%20id%3Dl%20x1%3D60%20x2%3D60%20y1%3D7%20y2%3D27%20stroke%3D%236c6c6c%20stroke-width%3D11%20stroke-linecap%3Dround%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D%23l%20opacity%3D.27%2F%3E%3Cuse%20xlink%3Ahref%3D%23l%20opacity%3D.27%20transform%3Drotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D0%200%20120%20120%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20xmlns%3Axlink%3Dhttp%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%3E%3Cdefs%3E%3Cline%20id%3Dl%20x1%3D60%20x2%3D60%20y1%3D7%20y2%3D27%20stroke%3D%23fff%20stroke-width%3D11%20stroke-linecap%3Dround%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D%23l%20opacity%3D.27%2F%3E%3Cuse%20xlink%3Ahref%3D%23l%20opacity%3D.27%20transform%3Drotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
	color: #333
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%
}

body {
	height: 100%;
	width: 100%;
	background: #fff;
	overflow-x: hidden
}

.pagination .tabs .tab,
.swiper-pagination-bullet,
.tab-list .tab-item {
	height: 8px;
	border-radius: 8px;
	cursor: pointer;
	*zoom: 1
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.t31 {
	text-indent: 1.55rem
}

.t46 {
	text-indent: 2.3rem
}

.clearfix {
	*zoom: 1
}

.clearfix:after,
.clearfix:before {
	display: table;
	line-height: 0;
	content: ""
}

.clearfix:after {
	clear: both
}

.hide {
	display: none !important
}

.-v-phone {
	display: none
}

.-v-pad {
	display: block
}

ol,
ul {
	list-style: none
}

a {
	text-decoration: none
}

a:active {
	background-color: transparent
}

a:active,
a:hover,
a:link,
a:visited {
	outline: 0
}

.pagination .list {
	overflow: hidden;
	white-space: nowrap
}

.pagination .list .item {
	-webkit-user-select: none;
	transition-property: all;
	transition-duration: 0s;
	transition-timing-function: linear;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	transform: translate3d(0, 0, 0)
}

.swiper-pagination-bullet {
	display: inline-block;
	*display: inline;
	margin-left: 6px;
	width: 8px;
	background-color: #c5c5c5;
	opacity: 1
}

.swiper-pagination-bullet-active {
	width: 30px;
	background-color: #0052d9
}

.pagination .tabs {
	position: relative;
	text-align: center;
	margin: 5px 0 8px
}

.pagination .tabs .tab {
	display: inline-block;
	*display: inline;
	margin-left: 5px;
	width: 8px;
	background-color: #c5c5c5
}

.pagination .tabs .current {
	width: 30px;
	background-color: #0052d9
}

.tab-list .tab-item {
	display: inline-block;
	*display: inline;
	margin-left: 6px;
	width: 8px;
	background-color: #c5c5c5;
	transition: all .4s ease-out
}

.tab-list .current {
	width: 45px
}

.header-wrap {
	width: 100%;
}

.header_hide {
	-webkit-animation: a_header_hide .3s ease both;
	animation: a_header_hide .3s ease both
}

.header_show {
	-webkit-animation: a_header_show .3s ease both;
	animation: a_header_show .3s ease both
}

@-webkit-keyframes a_header_hide {
	0% {
		-webkit-transform: translate(0, 0)
	}

	100% {
		-webkit-transform: translate(0, -51px)
	}
}

@keyframes a_header_hide {
	0% {
		transform: translate(0, 0)
	}

	100% {
		transform: translate(0, -51px)
	}
}

@-webkit-keyframes a_header_show {
	0% {
		-webkit-transform: translate(0, -51px)
	}

	100% {
		-webkit-transform: translate(0, 0)
	}
}

@keyframes a_header_show {
	0% {
		transform: translate(0, -51px)
	}

	100% {
		transform: translate(0, 0)
	}
}

#header {
	padding: 0 16px 0;
	background: #FFF
}

#header [role=menu] {
	text-align: center;
	position: relative;
	z-index: 10000;
	height: 51px;
	background-color: #FFF
}

#header .-v-pad [role=menu] {
	box-shadow: none
}

#header .lang-list>.current:before {
	content: "• ";
	position: absolute;
	left: .4em
}

#header .-v-pad nav {
	position: relative;
	top: 12px
}

#header .-v-pad nav a {
	color: #fff;
	opacity: .5;
	font-size: 1em
}

#header .-v-pad nav a.current {
	color: #fff;
	font-weight: 700
}

#header .-v-pad .logo {
	display: block;
	height: 26px;
	width: 202px;
	background: url("../images/global/logo-2x.png") no-repeat;
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 1.2em;
	top: 12px
}

#header .-v-pad nav {
	float: right;
	line-height: 26px;
	color: #ccc
}

#header .-v-pad nav ul.nav-items li {
	display: inline-block;
	margin: 0 .5em
}

#header .-v-pad nav ul.nav-items .current a {
	opacity: 1;
	border-top: 3px solid #fff;
	padding-top: 1em
}

#header .-v-phone nav {
	position: relative
}

#header .-v-phone .menu-icon {
	width: 1.8em;
	position: absolute;
	left: 1em;
	visibility: hidden
}

#header .-v-phone .menu-normal {
	display: block
}

#header .-v-phone .menu-active,
#header .-v-phone .nav-active .menu-normal {
	display: none
}

#header .-v-phone .nav-active .menu-active {
	display: block
}

#header .-v-phone .page-title {
	color: #fff;
	font-size: 20px;
	position: relative;
	top: 10px
}

#header .-v-phone .icon-menu {
	background: url("../images/system/icon_menu_white.png") center center no-repeat;
	height: 96px;
	width: 96px;
	position: absolute;
	padding: 24px;
	top: 25px;
	left: 25px;
	display: block
}

#header .logo {
	position: relative;
	z-index: 2
}

#header .logo:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 28px;
	height: 1px;
	background: #0052d9;
	opacity: 0;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	-ms-transition: opacity .3s, -ms-transform .3s;
	transition: opacity .3s, transform .3s
}

#header .logo.active:after {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

#header .logo a {
	display: inline-block
}

#header .logo img {
	display: block;
	width: 128px;
	height: auto
}

#header .-v-phone .normal-logo {
	display: block
}

#header .-v-phone .active-logo {
	display: none
}

nav.more {
	position: relative;
	padding-right: 10px
}

nav.more:after {
	content: "";
	position: absolute;
	right: 0;
	top: 18px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODJCRDY1RjY1RDM5MTFFNjgxQzNEOUU3NERCMEY0MTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODJCRDY1Rjc1RDM5MTFFNjgxQzNEOUU3NERCMEY0MTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MkJENjVGNDVEMzkxMUU2ODFDM0Q5RTc0REIwRjQxMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MkJENjVGNTVEMzkxMUU2ODFDM0Q5RTc0REIwRjQxMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmgLAoQAAABlSURBVHjajNIBCsAgCAVQ82Ky03jNdTKXbINQv9sHqeCREg0zI1UVujMJhJ91rDpXyRd0dHSYt32LOZwh5qJLiRnMnjCCCXfQY+/zdVD2W/kPQjMmVMESRQjRDlsUfw9EnkuAAQB/USBUL2LvMQAAAABJRU5ErkJggg==) no-repeat;
	width: 5px;
	height: 8px;
	background-size: 100%
}

#nav,
#phone-nav-items {
	background-color: #fff
}

#phone-nav-items {
	width: 100%;
	font-size: 16px;
	height: 43px
}

#phone-nav-items li {
	position: relative;
	line-height: 43px;
	padding: 0 11.8px;
	display: inline-block
}

#phone-nav-items li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	width: 1px;
	height: 6px;
	background: #dfdfdf
}

#nav ul,
ul.info-title-list>li>span {
	width: 100%
}

#phone-nav-items li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFA901;
	width: 80%;
	height: 2px;
	opacity: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, transform .3s;
	margin: 0 auto;
}

#phone-nav-items li.active a:before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1)
}

#phone-nav-items .swiper-slide:first-child li {
	padding-left: 0
}

#phone-nav-items .swiper-slide:last-child li {
	padding-right: 0
}

nav.more #phone-nav-items .swiper-slide:last-child li {
	padding-right: inherit
}

#phone-nav-items .swiper-slide:last-child li:after {
	display: none
}

#phone-nav-items li a {
	position: relative;
	display: block;
	color: #333
}

#nav a,
#nav ul li {
	display: inline-block
}

#phone-nav-items li.current a {
	color: #0052d9
}

#nav {
	text-align: left;
	border-bottom: 1px solid #e4e0e0;
	padding-left: .2em;
	box-shadow: 0 0 3px rgba(0, 0, 0, .05), 0 0 1px rgba(0, 0, 0, .1)
}

#nav ul {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

ul.info-title-list>li,
ul.info-title-list>li>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

#nav a {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	color: #000;
	margin: 0 15px
}

#nav ul>li>a.current {
	border-bottom: 2px solid #0052d9
}

.main .module {
	position: relative;
	padding: 16px;
	color: #5e6267;
	line-height: 1.8;
	font-size: 14px
}

.main .module.about,
.main .module.vision {
	padding-bottom: 35px
}

.main .module header .title {
	position: relative;
	font-size: 18px;
	margin-bottom: 19px;
	color: #000;
	font-weight: 400;
	display: inline-block
}

.main .module header h3.title {
	font-size: 16px;
	margin-bottom: 0
}

.nav-link {
	float: right;
	right: 18px;
	position: relative;
	top: 20px;
	z-index: 2
}

ul.info-title-list {
	list-style: none;
	line-height: 2em
}

ul.info-title-list>li:before {
	content: "• ";
	color: #5e6267
}

ul.info-title-list>li>span>a {
	text-decoration: none;
	color: #5e6267
}

#footer-nav-path,
#footer-nav-path h3 {
	height: 50px;
	line-height: 50px;
	color: #747b81;
	font-weight: 400
}

#footer-nav-path {
	font-size: .7em;
	border-bottom: 1px solid #fff
}

#footer-nav-path h3 {
	padding-left: 1.2em;
	display: block
}

#footer .link-group li.on,
#footer .link-group li.on span,
#footer .link-group li.on span i,
.btn-link {
	color: #0052d9
}

.ico_online,
.ico_pub,
.ico_sina,
.ico_wb,
.ico_wx {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 6px;
	width: 28px;
	height: 28px;
	vertical-align: middle;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAACgCAMAAAAo2/yoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNkJEMUI4OUQxNjBFNDExQUYzRkI0NTVENjcyM0NENyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2ODI0Mjc2MDYwRDQxMUU0QTNBRUUxNkYzNEUzNTc3QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2ODI0Mjc1RjYwRDQxMUU0QTNBRUUxNkYzNEUzNTc3QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA3QkQxQjg5RDE2MEU0MTFBRjNGQjQ1NUQ2NzIzQ0Q3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA2QkQxQjg5RDE2MEU0MTFBRjNGQjQ1NUQ2NzIzQ0Q3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kCJ0qwAAAGBQTFRFvMHD3eHipaqttLm71dna6e3u5enqrLGzxcnLzdHTqa6woaap4OTm2Nzesre50NTWwMTGur7Ays/Q4+foyM3OuLy+r7S22t7f0tbYwsfJn6SnoKWn6+/wo6iqpKir7PDxB7GCGQAAACB0Uk5T/////////////////////////////////////////wBcXBvtAAACxElEQVR42uyX646kIBCFEUQUUbFVtEHl/d9yCq9ot26y+2NnJk06HePHnVN1ENmbgr4npBJrr4ySelDqU3l6EOtjfxp7UJ+hPsG9z58AL5dyuwm320fleL3xfz5PMjcjb2E+w/zbq+8D/w22bPQKaw+QH8XHD1DrzI52lr3NVo2jXeJ6hfavIGPXMBUivYR0+l3AQwT+Xyh2KE4Q65RrvpR0SQkrDA/5FocfUf9m2CIGAiAJfYUV2XJ/cYYCv7jGBinENS8UaKdogBYHGMOb2BZal7Z18qI+ZO5NDM2HZ/nswu4AzSbJoi1h+IF40lynw8XmaSRa4bIOEyCtG6hpylGzfoHhDJvMJaBaa+VcsV7XWU4wQa4/N0YzaM1WSCfa5X68mH1vnX3WzSGY9r3lSZAkhQ/lBqN53cprGJ3PM9ooDl4Pu39MuTWdFvJGCVWYCZvVn3D4bjAkJH8cIY2Wh6wBXcT1DmntQqUU03WLCtRa0m8aUjgRIiSDC5IGNE2srBbYq3xW2CMF7RAb8MS6vidY4HU8qaDGwwpUoXXMHEavch7DP/iLlU2Cwm22A7i7CxTok3VOZBkl2QpddReHUF0ly/QRzGiCYDIVRBen0+O63HKGDbI5CVwuaDU9b19QJOM0X6rkm28HPEk8IvxNeuswDeMaDSp6cyqNtB3JUfjuyPqhvT5PYeg17PiNEpL8Bj7IHbxrGTafKPu1MDeGPfoL+HxKrgk9wQApBC36rKUSnNiH1EWvBnELxRvLuA8Xv+mSkoSRiaT2IPWcarA4QqMHnUcaRojzdmZ7iOUdgvfy+eZRSTPIyFJvtkTn1H2DKsgc4Mu89zchNZXLNQPYtaVmmvQOR/DZETnrhXlrdxP2YAktRyGMayn379MZilFFBWSivOrhosKj48YLheO2DQJIuwbRl1NppYKmmNTVTxXYlwADAGsP8axz3uVeAAAAAElFTkSuQmCC) no-repeat;
	margin-top: -2px;
	margin-left: -2px
}

.ico_online {
	background-position: 0 0
}

.ico_pub {
	background-position: 0 -33px
}

.ico_wx {
	background-position: 0 -66px
}

.ico_wb {
	background-position: 0 -99px
}

.ico_sina {
	background-position: 0 -132px
}

.btn-link {
	font-size: 14px
}

.popup {
	position: absolute;
	border: 1px solid #0052d9;
	background: #fff;
	display: none;
	z-index: 9999
}

.popup-logo {
	left: 0;
	top: 45px
}

.popup .close-wrap {
	position: absolute;
	right: 0;
	top: 0
}

.pg-dialog,
.pg-mask {
	position: fixed;
	top: 0
}
.fix{
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	background-color: #fff;
}

.popup .i-close {
	width: 30px;
	vertical-align: bottom
}

.popup .content {
	margin: 32px 16px;
	height: 85%;
	overflow-y: auto
}

#bd-swiper .swiper-slide,
#img-swiper {
	overflow: hidden
}

.popup .map-wrap ul li {
	display: inline-block;
	margin: 0 .5em;
	width: 40%
}

html[lang=en] .popup .map-wrap ul li {
	width: 80%;
	margin-left: 2em
}

.popup .map-wrap ul li a {
	font-size: .8em !important;
	color: #0052d9
}

.popup .map-wrap h3 {
	font-size: .9em !important;
	font-weight: 400;
	margin: .5em 0
}

.qr-code {
	width: 100px
}

.qrc-tencent {
	margin: 0 1em;
	vertical-align: bottom
}

.pg-mask {
	width: 100%;
	height: 100%;
	background-color: gray;
	z-index: 9998;
	opacity: .85;
	display: none
}

.pg-dialog {
	z-index: 9999;
	width: 90%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.map-selector {
	height: 80%
}

@media all and (max-width:599px) {
	.-v-phone {
		display: block
	}

	.-v-pad {
		display: none
	}

	#nav {
		padding-left: .5em;
		font-size: .8em
	}

	#header .icon-menu {
		zoom: .25
	}
}

.page_list {
	padding-top: 70px
}

.page_detail {
	padding-top: 51px
}

.page_normal {
	padding-top: 115px
}

#footer:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	transform: scaleY(.5);
	-webkit-transform: scaleY(.5)
}

#footer .link-group {
	position: relative;
	margin-bottom: 20px
}

#footer .link-group .logo {
	float: left;
	margin-right: 10%;
	width: 37px
}

#footer .link-group li {
	width: 33.3%;
	height: 24px;
	line-height: 24px;
	float: left
}

html[lang=en] #footer .link-group li,
html[lang=en] #footer .link-group li.more {
	width: 100%
}

#footer .drop a,
#footer .link-group li a,
#footer .link-group li span {
	position: relative;
	padding-right: 10px
}

html[lang=en] #footer .link-group li span {
	padding-right: 8px
}

#footer .link-group li span i {
	position: relative;
	width: 0;
	height: 9px;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 2px;
	-webkit-transition: -webkit-transform .1s;
	transition: transform .1s;
	-webkit-transform-origin: 4.5px 4.5px;
	transform-origin: 4.5px 4.5px
}

#footer .link-group li span i:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 0;
	width: 1px;
	height: 9px;
	background: #8d8d8d
}

#footer .link-group li span i:after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 9px;
	height: 1px;
	background: #8d8d8d
}

#footer .link-group li.on span {
	position: relative
}

#footer .link-group li.on span:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 1px;
	background: #0052d9
}

#footer .link-group li.on span i {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#footer .link-group li.on span i:after,
#footer .link-group li.on span i:before {
	background: #0052d9
}

#footer .drop {
	position: relative;
	top: -10px;
	display: none;
	margin-bottom: 0
}

#footer {
	position: relative;
	padding: 30px 16px;
	background: #ebeeee;
	font-size: 14px;
	color: #2a2e2e
}

#footer .copyright {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #919797
}

#footer .copyright a {
	color: #919797
}

#footer .lang-wrap .lang-left {
	position: relative;
	padding-right: 12px;
	margin-right: 12px
}

#footer .lang-wrap .lang-left:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background: #c3c3c3
}

.footer-link {
	margin-bottom: 30px
}

.footer-item:not(:first-child) {
	margin-top: 30px
}

.footer-item-hd {
	position: relative;
	font-size: 16px
}

.footer-item-bd li,
.footer-item-bd li a {
	font-size: 14px;
	color: #5f6464
}

.footer-item-hd .arrow {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px
}

.footer-item-hd.on .arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.footer-item-hd .arrow use {
	stroke: #2a2e2e
}

.footer-item-bd {
	display: none
}

.footer-item-bd li {
	margin-top: 16px
}

.footer-item-bd .wx {
	position: relative;
	z-index: 2
}

.footer-item-bd .wx-box {
	position: absolute;
	left: 50px;
	top: 2px;
	width: 125px;
	height: 125px;
	box-sizing: border-box;
	padding: 12px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}

.footer-item-bd .wx.on .wx-box {
	opacity: 1;
	visibility: visible
}

.footer-item-bd .wx-box img {
	display: block;
	width: 100%
}

.footer-item-bd li:nth-child(1) {
	margin-top: 20px
}

.back_to_top {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #e2e7e7;
	font-size: 16px
}

#nav-swiper .swiper-slide {
	width: auto
}

#img-swiper {
	position: relative;
	height: 0;
	padding-top: 59%
}

#img-swiper .swiper-slide {
	height: 100%
}

#img-swiper .swiper-wrapper {
	position: absolute;
	left: 0;
	top: 0
}

@media all and (min-width:412px) {
	#phone-nav-items li {
		padding: 0 18px
	}
}
