@charset "UTF-8";

.swiper-slide,.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative
}

.fl,.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.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;
	-ms-flex: 0 0 auto;
	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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%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 {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: 0;
	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-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%;
	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
}

.container,.logo,body,html,img {
	width: 100%
}

.logo,.navbar {
	z-index: 55555
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%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%3D'rotate(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%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%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%3D'rotate(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)
	}
}

.media-center,.media-left,.media-right {
	display: table-cell;
	vertical-align: top
}

html,img {
	display: block
}

.details .history a,.details .main .txt h4,.index .news .slider_3 h5,.management .reflections h5,.news .newlist ul li a h5,.speech ul li a .center p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

* {
	text-decoration: none;
	margin: 0;
	padding: 0
}

li,ol,ul {
	list-style: none
}

html {
	height: 100%
}

body {
	font-family: "黑体",Helvetica,Arial,Verdana,sans-ser;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none
}

img {
	height: auto
}

.fr {
	float: right
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.logo {
	padding: .3125rem 0;
	font-size: 0;
	position: fixed;
	max-width: 750px;
    background: #1f8578;
}

.logo img {
    padding: 0 0 0 .3125rem;
    display: inline-block;
    margin-left: 20%;
    width: 200px;
    margin-top: -5px;
}

.logo a {
	margin-right: .3125rem;
    /**padding: .07813rem;**/
    margin-top: 3.5px;
}

.logo a span {
	width: .84375rem;
	height: .09375rem;
	display: block;
	background-color: #fff;
}

.logo a span+span {
	margin-top: .15625rem
}

.index {
	padding-top: 1.32813rem
}

.index .navlist {
	padding: .3125rem 0;
	height: auto
}

.index .navlist ul {
	font-size: 0;
	padding: 0 1%
}

.index .navlist ul li {
	display: block;
	box-sizing: border-box;
	width: 25%;
	float: left;
	line-height: 1rem;
	font-size: .39063rem;
	text-align: center
}

.index .navlist ul li:nth-child(-n+4) {
	margin-bottom: .23438rem
}

.index .navlist ul li span {
	display: block;
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
	margin-bottom: 6px
}

.index .navlist ul li a {
	color: #333
}

.index .navlist ul li a:hover {
	color: red
}

.index .navlist ul li span.a_1 {
	background: url(../images/menu_01.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.a_2 {
	background: url(../images/menu_02.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.a_3 {
	background: url(../images/menu_03.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.a_4 {
	background: url(../images/menu_04.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.a_5 {
	background: url(../images/menu_05.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.a_6 {
	background: url(../images/menu_06.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.a_7 {
	background: url(../images/menu_07.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.a_8 {
	background: url(../images/menu_08.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.y_1 {
	background: url(../images/menu_09.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.y_2 {
	background: url(../images/menu_10.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.y_3 {
	background: url(../images/menu_11.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.y_4 {
	background: url(../images/menu_12.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.y_5 {
	background: url(../images/menu_13.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.y_6 {
	background: url(../images/menu_19.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.t_1 {
	background: url(../images/menu_14.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.t_2 {
	background: url(../images/menu_15.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.t_3 {
	background: url(../images/menu_16.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.t_4 {
	background: url(../images/menu_17.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .navlist ul li span.t_5 {
	background: url(../images/menu_18.jpg) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	background-repeat: none
}

.index .tab_menu {
	width: 100%;
	border-top: solid 1px #ddd;
	margin-top: -4px
}

.index .tab_menu li {
	display: block;
	width: 33.3%;
	float: left;
	font-size: .39063rem;
	box-sizing: border-box;
	border-right: solid 1px #eee;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #fcfcfc
}

.index .tab_menu .on {
	background: #fff;
	color: #F10215;
	border-top: solid .1rem #F10215;
	margin-top: -1px
}

.index .tab_menu li:last-of-type {
	border-right: 0
}

.index .recommend h3 {
	font-size: .5625rem;
    padding: .23438rem;
    margin-top: 0.3625rem;
    text-align: center;
    color: rgba(33,33,33,0.99);
    background-color: rgba(0,0,0,0);
    font-family: "Microsoft YaHei";
    font-weight: bold;
}

.index .recommend>div {
	padding: .28125rem;
	height: auto;
	position: relative
}



.index .recommend>div a.btn1,.index .recommend>div a.btn3 {
	left: .625rem;
	bottom: .70313rem
}

.index .recommend>div a.btn2 {
	left: 5.78125rem;
	bottom: .78125rem
}

.index .recommend>div a.btn4 {
	left: 5.78125rem;
	bottom: .78125rem
}

.index .seek {
	padding: .23438rem 0;
	position: relative
}

.index .seek .btn {
	font-size: 0;
	position: absolute;
	bottom: .9375rem;
	right: .78125rem
}

.index .seek .btn a {
	display: inline-block;
    width: 2.26563rem;
    height: .70313rem;
    line-height: .70313rem;
    font-size: .39063rem;
    text-align: center;
    color: #FFF;
    background-color: rgba(0,0,0,0);
    border-radius: 5px;
    border: 1px solid #FFF;
}

.index .seek .btn a+a {
	margin-left: .46875rem
}

.index .news {
	padding: 0 .28125rem
}

.index .news .tit {
	border-bottom: 1px solid #5d5d5d
}

.index .news .tit h4 {
	font-size: .5625rem;
	padding: .28125rem 0;
	color: #1f8578
}

.index .news .tit a {
	font-size: .375rem;
	padding: .35938rem 0;
	color: #444
}

.index .news .slider_3 h5 {
	font-size: .46875rem;
	max-width: 10.9375rem;
	padding: .46875rem .15625rem .15625rem;
	color: #333
}

.index .news .slider_3 h5 a {
	color: #444
}

.index .news .slider_3 time {
	padding: .23438rem .15625rem 0;
	font-size: .39063rem;
	color: #555;
	position: relative;
	display: block
}

.index .news .slider_3 time:before {
	content: "";
	position: absolute;
	background-color: #555;
	width: 1.40625rem;
	height: .03125rem;
	top: 0
}

.index .news .slider_3 p {
	font-size: .39063rem;
	padding: 0 .15625rem;
	line-height: .625rem;
	color: #555
}

.training {
	padding-top: 1.32813rem
}

.training .banner img {
	width: 100%;
	height: auto
}

.training .question {
	padding: 0 .28125rem .46875rem;
	border-bottom: 2px solid #333
}

.training .excellent h4,.training .question h4 {
	font-size: .5625rem;
	padding: .4375rem 0 .3125rem;
	text-align: center;
	color: #333
}

.training .excellent ul li {
	position: relative;
	margin-bottom: .39063rem
}

.training .excellent ul li .fl {
	width: 18%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0
}

.training .excellent ul li .fl>div {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.training .excellent ul li .fl img {
	width: .90625rem;
	margin: 0 auto .15625rem
}

.training .excellent ul li .fl p {
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	font-size: .5rem;
	margin: auto;
	color: #FFF
}

.training .excellent ul li .fl.first {
	background-color: #dc7b48
}

.training .excellent ul li .fl.secound {
	background-color: #b68db5
}

.training .excellent ul li .fl.third {
	background-color: #da8693
}

.training .excellent ul li .fl.forth {
	background-color: #78a832
}

.training .excellent ul li .fl.fifth {
	background-color: #6ea0c3
}

.training .excellent ul li .fr {
	width: 82%;
	display: table;
	min-height: 3.98438rem
}

.eloquence .banner img,.etiquette .banner img,.management .banner img,.skill .banner img,.qynx .banner img{
	width: 100%;
	height: auto
}

.training .excellent ul li .fr>div {
	display: table-cell;
	vertical-align: middle;
	padding: .15625rem .23438rem;
	background-color: #fdf6f4
}

.training .excellent ul li .fr>div p {
	font-size: .39063rem;
	line-height: .54688rem
}

.eloquence h4,.training .order h4,.training .team h4 {
	font-size: .5625rem;
	color: #333;
	text-align: center
}

.training .order {
	padding: .46875rem .28125rem;
	background-color: #f7f7f7
}

.training .order h4 {
	padding: .4375rem 0 .3125rem
}

.training .team {
	padding: .46875rem .28125rem;
	margin-top: .625rem;
	background-color: #fdf6f4
}

.training .team h4 {
	padding: .4375rem 0 .3125rem
}

.eloquence {
	padding-top: 1.32813rem
}

.eloquence h4 {
	padding: .4375rem 0 .3125rem
}

.eloquence .question {
	padding: 0 .28125rem .46875rem;
	background-color: #e7e7e7
}

.eloquence .excellent {
	padding-bottom: .39063rem
}

.eloquence .order {
	background: url(../images/3.png) center no-repeat #eee;
	background-size: 100% auto;
	padding: 0 .28125rem
}

.eloquence .order h5 {
	font-size: .4375rem;
	max-width: 2.625rem;
	padding: 0 0 .15625rem;
	border-bottom: 1px solid #333;
	color: #333;
	margin-bottom: .23438rem
}

.eloquence .order p {
	font-size: .39063rem;
	padding-bottom: .23438rem
}

.eloquence .main ul li {
	padding: .3125rem 0;
	font-size: .51563rem;
	color: #FFF;
	text-align: center
}

.eloquence .main ul li+li {
	margin-top: .28125rem
}

.eloquence .main ul li:nth-child(1) {
	background-color: #cb7d3d
}

.eloquence .main ul li:nth-child(2) {
	background-color: #b2cc5f
}

.eloquence .main ul li:nth-child(3) {
	background-color: #4db094
}

.eloquence .main ul li:nth-child(4) {
	background-color: #2397ae
}

.eloquence .main ul li:nth-child(5) {
	background-color: #af504c
}

.eloquence .main ul li:nth-child(6) {
	background-color: #3ea765
}

.eloquence .reflections ul li {
	padding: .23438rem .28125rem
}

.eloquence .reflections ul li+li {
	border-top: 1px solid #999
}

.etiquette .features .bd,.etiquette .fn .bd,.etiquette .main .bd,.etiquette .reflections .bd,.speech .bd {
	border-top: 1px solid rgba(255,255,255,.5)
}

.eloquence .reflections ul li h5 {
	font-size: .4375rem;
	color: #333
}

.eloquence .reflections ul li p {
	font-size: .40625rem;
	color: #555
}

.management {
	padding-top: 1.32813rem
}

.management h4 {
	font-size: .5625rem;
	padding: .4375rem 0 .3125rem;
	text-align: center;
	color: #333
}

.management .mood {
	padding: 0 .28125rem
}

.management .features {
	background-color: #f5f5f5;
	padding: 0 .28125rem .39063rem
}

.management .value {
	padding-bottom: .46875rem
}

.management .value p {
	font-size: .40625rem;
	padding: 0 .28125rem;
	color: #444;
	text-align: center
}

.management .reflections {
	background-color: #f5f5f5;
	padding: 0 .28125rem
}

.management .reflections h5 {
	font-size: .4375rem;
	padding: .23438rem 0;
	border-bottom: 1px solid #333;
	color: #333;
	margin-bottom: .15625rem
}

.management .reflections p {
	font-size: .39063rem;
	color: #555;
	line-height: .54688rem;
	padding-bottom: .3125rem
}

.etiquette h4,.skill h4,.qynx h4 {
	font-size: .5625rem;
	text-align: center
}

.skill {
	padding-top: 1.32813rem
}

.skill h4 {
	padding: .4375rem 0 .3125rem;
	color: #333
}

.skill .features,.skill .fn {
	padding: 0 .28125rem .3125rem
}

.skill .features {
	background: url(../images/features.png) center top no-repeat #21a098;
	background-size: 100% auto
}

.skill .features h4 {
	color: #FFF
}

.skill .main {
	padding-bottom: .3125rem
}

.skill .team {
	background-color: #ededed
}

.skill .reflections {
	padding-bottom: .46875rem
}

.skill .reflections ul li {
	margin-top: .46875rem
}

.qynx {
	padding-top: 1.32813rem;background-color: #dfdfdf;
}
.xtly {
	background-color: #ffffff;
}
.xtly .bg_line{
	margin: .21875rem 0;
}
.qynx .step {
	margin-bottom:8px;
}
.qynx .question {
	margin-bottom:8px;
}
.qynx h4 {
	padding: .4375rem 0 .3125rem;
	color: #333;
	padding-bottom:0;
}
.qynx h5,.xtly h5  {
	padding: 0rem 0 .3125rem;
	color: #6d6b6b;
	font-size: .1625rem;
    text-align: center;
}
.xtly h5 {
    text-align: left;
}
.qynx .course_box,.qynx .course_box2,.qynx .teacher_box,.qynx .demo_box{
    padding: 0 .28125rem .46875rem;
    background-color: #ffffff;
	margin-bottom:0.125rem;
}
.xtly .course_box{
	padding: 0 ;
    background-color: #ffffff;
	margin-bottom:0;
}
.qynx .course_box2{
	padding:0rem;
}
.qynx .demo_box p {
    color: #FFF;
    font-size: .39063rem;
    text-align: left;
    margin: .23438rem auto;
	background-color: #eca100;
	width:100%;
}
.qynx .course_box  div{
	
}
.qynx .course_box  div a,.qynx .teacher_box  div a {
	font-size: .31875rem;
	display: block;
	width: 4.125rem;
	height: .70313rem;
	line-height: .70313rem;
	text-align: center;
	border-radius: 25px;
	background-color: #3a9b58;
	color: #FFF;
	margin: .15625rem auto 0
}

.slider_16 {
	padding: 0 .28125rem;
}
.slider_16 .swiper-pagination {
	position: static;
	font-size: 0;
	padding: .39063rem 0 .15625rem
}
.slider_16 .swiper-pagination .swiper-pagination-bullet {
	width: .375rem;
	height: .375rem;
	opacity: 1;
	background: #767676;
}
.slider_16 .swiper-pagination .swiper-pagination-bullet-active {
	background: #e95f33
}
.qynx .course_box2 .fl {
    float: left;
    display: inline;
}


.slider_16 .swiper-slide .d1 {background:#fff3cb;}
.slider_16 .swiper-slide .d2 {background:#d2daff; margin-top:0px;}
.slider_16 .swiper-slide .d3 {background:#d2eeff; margin-top:0px;}
.slider_16 .swiper-slide .ml20 {margin-left: 0.078rem;}

.slider_16 .swiper-slide .dbox {width: 49%;border-radius:5px;display: block;float: left;padding-bottom:0.278rem;}
.slider_16 .swiper-slide .dbox h4 { text-align:center; padding-top:0.23457rem; font-size:0.25rem; font-weight:bold;}

.slider_16 .swiper-slide .d1 h4 { color:#56440a;}
.slider_16 .swiper-slide .d2 h4 { color:#2a3fa3;}
.slider_16 .swiper-slide .d3 h4 { color: #265a79;}

.slider_16 .swiper-slide .p1 {text-align:center; font-size:0.21875rem; font-weight:normal; color:#796216; margin-top:6px;}
.slider_16 .swiper-slide .d2 .p1 { color:#4e62c0;}
.slider_16 .swiper-slide .d3 .p1 { color:#3f8bb9;}


.slider_16 .swiper-slide .p2 { margin:0 auto; margin-top:14px;width: 50%;}
.slider_16 .swiper-slide .a1 { width: 50%; height: 30px; background:#e28f0c; border-radius:5px; text-align:center; line-height:30px; font-size:0.20312rem; font-weight:normal; color:#fff;}
.slider_16 .swiper-slide .a2 { width: 45%;height: 30px; background:#e28f0c; border-radius:5px; text-align:center; line-height:30px; font-size:0.20312rem; font-weight:normal; color:#fff;}

.slider_16 .swiper-slide .d2 .a1, .slider_16 .swiper-slide .d2 .a2 {
    background: #465ecc;
}
.slider_16 .swiper-slide .d3 .a1, .slider_16 .swiper-slide .d3 .a2 {
    background: #2d94d3;
}

.etiquette {
	padding-top: 1.32813rem
}

.etiquette h4 {
	padding: .4375rem 0 .3125rem;
	color: #333
}

.etiquette .fn {
	background: url(../images/nature.jpg) center top no-repeat;
	background-size: 100% auto;
	padding: .78125rem 0 .46875rem
}

.etiquette .fn .hd img {
	width: 6.40625rem;
	margin: auto
}

.etiquette .fn .bd {
	margin-top: .46875rem;
	padding: .78125rem .28125rem .625rem
}

.etiquette .features {
	background-color: #1f8578;
	padding: .78125rem 0 .46875rem
}

.etiquette .features .hd img {
	width: 3.90625rem;
	margin: auto
}

.etiquette .features .bd {
	margin-top: .46875rem;
	padding: .78125rem 0 .3125rem
}

.etiquette .features .bd p {
	font-size: .40625rem;
	line-height: .54688rem;
	padding: .46875rem .28125rem 0;
	color: #FFF
}

.etiquette .main {
	background: url(../images/t5.png) center bottom no-repeat #33ac65;
	background-size: 100% auto;
	padding: .78125rem 0 .46875rem
}

.etiquette .main .hd img {
	width: 3.90625rem;
	margin: auto
}

.etiquette .main .bd {
	margin-top: .46875rem;
	padding: .46875rem
}

.etiquette .main .bd .tab {
	font-size: 0;
	padding: 0 .28125rem .78125rem
}

.etiquette .main .bd .tab a {
	display: inline-block;
	font-size: .39063rem;
	width: 22%;
	height: .70313rem;
	line-height: .70313rem;
	background-color: #e2e2e2;
	text-align: center;
	color: #333;
	border-radius: 5px
}

.etiquette .main .bd .tab a.curr {
	background-color: #16897d;
	color: #FFF
}

.etiquette .main .bd .tab a+a {
	margin-left: 4%
}

.etiquette .main .bd .tabList {
	display: none
}

.etiquette .main .bd .tabList.show {
	display: block
}

.etiquette .main p {
	color: #fff;
	font-size: .39063rem;
	line-height: .54688rem;
	margin-top: .46875rem
}

.etiquette .reflections {
	background-color: #004c88;
	padding: .78125rem 0 .46875rem
}

.etiquette .reflections .hd img {
	width: 3.90625rem;
	margin: auto
}

.etiquette .reflections .bd {
	margin-top: .46875rem;
	padding: .54688rem 0 .3125rem
}

.speech {
	background-color: #6494bf;
	padding: .78125rem 0 .46875rem
}

.speech .hd img {
	width: 3.90625rem;
	margin: auto
}

.slider_7,.speech .bd {
	margin-top: .46875rem
}

.speech .bd {
	padding: .54688rem 0 .3125rem
}

.speech ul li {
	padding: .23438rem;
	border-bottom: 1px solid #FFF
}

.speech ul li a {
	display: table
}

.speech ul li a .center,.speech ul li a .center p,.speech ul li a .right {
	display: table-cell;
	vertical-align: middle
}

.speech ul li a .left img {
	width: 1.95313rem;
	border-radius: 50%
}

.speech ul li a .center {
	width: 72%
}

.speech ul li a .center p {
	width: 5.9375rem;
	color: #FFF;
	font-size: .39063rem;
	padding: 0 .3125rem
}

.slider_1,.slider_1 img {
	width: 100%
}

.slider_menu,.slider_menu img {
	width: 100%
}

.speech ul li a .right {
	color: #FFF;
	font-size: .9375rem;
	text-align: center
}

.speech ul li span {
	color: #FFF;
	padding: .3125rem .28125rem;
	font-size: .375rem;
	text-indent: 2em;
	line-height: .54688rem;
	word-wrap: break-word;
	display: none
}

.speech ul li span.show {
	display: block
}

.slider_1,.slider_menu {
	overflow: hidden
}

.slider_1 .swiper-slide,.slider_menu .swiper-slide {
	background-color: #ccc;
	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
}

.slider_menu .swiper-slide {
	background-color: #fff
}

.slider_1 .swiper-pagination .swiper-pagination-bullet,.slider_menu .swiper-pagination .swiper-pagination-bullet {
	width: .28125rem;
	height: .28125rem;
	opacity: 1;
	background: #FFF
}

.slider_1 .swiper-pagination .swiper-pagination-bullet-active,.slider_menu .swiper-pagination .swiper-pagination-bullet-active {
	background: #e95f33
}

.slider_3 .swiper-slide {
	background-color: #f7f7f7;
	padding: 0 0 .46875rem
}

.slider_3 .swiper-pagination {
	position: static;
	font-size: 0;
	padding: .39063rem 0
}

.slider_3 .swiper-pagination .swiper-pagination-bullet {
	width: .375rem;
	height: .375rem;
	opacity: 1;
	background: #767676
}

.slider_3 .swiper-pagination .swiper-pagination-bullet-active {
	background: #e95f33
}

.slider_4.swiper-container {
	width: 78%;
	overflow: visible
}

.slider_4.swiper-container .swiper-slide {
	background-color: #FFF
}

.slider_4.swiper-container .fl {
	width: 40%;
	height: 100%
}

.slider_4.swiper-container .fl img {
	height: 100%
}

.slider_4.swiper-container .txt {
	padding: .15625rem .15625rem 0 42%
}

.slider_4.swiper-container .txt h5 {
	font-size: .39063rem;
	margin-bottom: .07813rem;
	color: #333
}

.slider_4.swiper-container .txt p {
	font-size: .3125rem;
	color: #555
}

.slider_4 .swiper-button-next,.slider_4 .swiper-button-prev {
	width: .57813rem;
	height: .89063rem
}

.slider_4 .swiper-button-next {
	right: -1.04688rem;
	background: url(../images/next.png) no-repeat;
	background-size: auto 100%
}

.slider_4 .swiper-button-prev {
	left: -1.04688rem;
	background: url(../images/prev.png) no-repeat;
	background-size: auto 100%
}

.slider_5>div .fl img {
	width: 4.21875rem
}

.slider_5>div .txt {
	padding-left: 4.6875rem
}

.slider_5>div .txt h5 {
	font-size: .40625rem;
	color: #333
}

.slider_5>div .txt p {
	font-size: .34375rem;
	color: #555;
	line-height: .54688rem
}

.slider_5 .swiper-pagination,.slider_7 .swiper-pagination {
	position: static;
	font-size: 0;
	padding: .39063rem 0 0
}

.slider_5 .swiper-pagination .swiper-pagination-bullet {
	width: .375rem;
	height: .375rem;
	opacity: 1;
	background: #767676
}

.slider_6,.slider_6 img {
	width: 100%;
	height: 5.75rem
}

.slider_5 .swiper-pagination .swiper-pagination-bullet-active {
	background: #e95f33
}

.slider_6 {
	overflow: hidden
}

.slider_6 .swiper-slide {
	background-color: #ccc;
	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
}

.slider_6 .swiper-pagination .swiper-pagination-bullet {
	width: .28125rem;
	height: .28125rem;
	opacity: 1;
	background: #7d6d66
}

.slider_6 .swiper-pagination .swiper-pagination-bullet-active {
	background: #e2d9d1
}

.slider_7.swiper-container {
	width: 66%;
	height: auto;
	overflow: visible
}

.slider_7 .swiper-pagination .swiper-pagination-bullet {
	width: .375rem;
	height: .375rem;
	opacity: 1;
	background: #666
}

.slider_7 .swiper-pagination .swiper-pagination-bullet-active {
	background: #27c7c2
}

.slider_7 .swiper-button-next,.slider_7 .swiper-button-prev {
	width: .78125rem;
	height: .78125rem;
	border-radius: 50%;
	top: 40%
}

.slider_7 .swiper-button-next {
	right: -.39063rem;
	background: url(../images/next_1.png) center no-repeat #fff;
	background-size: 100% auto
}

.slider_7 .swiper-button-prev {
	left: -.39063rem;
	background: url(../images/prev_1.png) center no-repeat #fff;
	background-size: 100% auto
}

.slider_8 {
	padding-top: .9375rem
}

.slider_8 .swiper-button-next,.slider_8 .swiper-button-prev {
	width: .60938rem;
	height: .60938rem;
	top: .625rem
}

.slider_8 .swiper-button-next {
	background: url(../images/next_2.png) center no-repeat #fff;
	background-size: 100% auto;
	right: 0
}

.slider_8 .swiper-button-prev {
	background: url(../images/prev_2.png) center no-repeat #fff;
	background-size: 100% auto;
	right: .70313rem;
	left: auto
}

.slider_9 {
	padding: 0 .28125rem;
	margin-top: .625rem
}
.xtly .slider_9 {
	width:80%;
}
.slider_9 img {
	width: 46%
}

.slider_9 .swiper-slide>div {
	position: absolute;
	width: 54%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #f6f6f6
}

.slider_9 .swiper-slide>div .table {
	display: table;
	width: 100%;
	height: 100%
}

.slider_9 .swiper-slide>div .table div {
	padding: .15625rem;
	display: table-cell;
	vertical-align: middle
}

.slider_9 .swiper-slide>div .table div h5 {
	font-size: .34375rem;
	color: #333;
	padding: .125rem 0 .07813rem
}

.slider_9 .swiper-slide>div .table div h4 {
	font-size: .34375rem;
	color: #333;
	padding: .125rem 0 .07813rem;
	text-align: center
}

.slider_9 .swiper-slide>div .table div p {
	font-size: .28125rem;
	color: #444;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.slider_9 .swiper-slide>div .table div a {
	font-size: .21875rem;
	display: block;
	width: 3.125rem;
	height: .70313rem;
	line-height: .70313rem;
	text-align: center;
	border-radius: 5px;
	background-color: #c76a17;
	color: #FFF;
	margin: .15625rem auto 0
}
.slider_9 .swiper-slide>div .table div span.quan {
	font-size: .34375rem;
	font-weight:bold;
	display: block;
	width: .70313rem;
	height: .70313rem;
	line-height: .70313rem;
	text-align: center;
	border-radius: 100%;
	background-color: #0c3c86;
	color: #FFF;
}
    
.slider_9 .swiper-pagination {
	position: static;
	font-size: 0;
	padding: .39063rem 0 .15625rem
}

.slider_9 .swiper-pagination .swiper-pagination-bullet {
	width: .375rem;
	height: .375rem;
	opacity: 1;
	background: #767676
}

.slider_9 .swiper-pagination .swiper-pagination-bullet-active {
	background: #e95f33
}

.slider_10 {
	padding-top: .3125rem
}

.slider_10.swiper-container {
	height: auto;
	overflow: hidden;
	text-align: center
}

.slider_10 .swiper-slide {
	position: relative
}

.slider_10 .swiper-slide .txt {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 58%;
	text-align: left
}

.slider_10 .swiper-slide .txt .table {
	display: table;
	width: 100%;
	height: 100%
}

.slider_10 .swiper-slide .txt .table div {
	display: table-cell;
	vertical-align: middle;
	padding: .15625rem
}

.slider_10 .swiper-slide .txt .table div h5 {
	font-size: .39063rem;
	margin-bottom: .07813rem;
	color: #FFF
}

.slider_10 .swiper-slide .txt .table div h5 span {
	font-size: .3125rem;
	margin-left: .23438rem
}

.slider_10 .swiper-slide .txt .table div p {
	font-size: .28125rem;
	color: #FFF;
	line-height: .46875rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.slider_10 .swiper-slide .txt .table div a {
	font-size: .23438rem;
	margin-top: .15625rem;
	padding: 0 0 .07813rem;
	display: block;
	text-align: right;
	color: #FFF;
	border-bottom: 1px solid #FFF
}

.slider_10 .swiper-button-next,.slider_10 .swiper-button-prev {
	width: 1.09375rem;
	height: 1.10938rem;
	position: relative;
	display: inline-block;
	margin: .23438rem 0;
	left: auto;
	right: 0
}

.menu,.navbar {
	position: fixed;
	bottom: 0
}

.slider_10 .swiper-button-next {
	background: url(../images/next_3.png) center no-repeat;
	background-size: 100% auto
}

.slider_10 .swiper-button-prev {
	background: url(../images/prev_3.png) center no-repeat;
	background-size: 100% auto
}

.slider_11.swiper-container,.slider_12.swiper-container,.slider_13.swiper-container,.slider_14.swiper-container {
	width: 67%;
	height: auto;
	overflow: visible;
	text-align: center
}

.slider_11 .swiper-slide img,.slider_12 .swiper-slide img,.slider_13 .swiper-slide img,.slider_14 .swiper-slide img {
	border-radius: 10px
}

.slider_11 .swiper-button-next,.slider_11 .swiper-button-prev,.slider_12 .swiper-button-next,.slider_12 .swiper-button-prev,.slider_13 .swiper-button-next,.slider_13 .swiper-button-prev,.slider_14 .swiper-button-next,.slider_14 .swiper-button-prev {
	width: 1.29688rem;
	height: 1.28125rem
}

.slider_11 .swiper-button-next,.slider_12 .swiper-button-next,.slider_13 .swiper-button-next,.slider_14 .swiper-button-next {
	background: url(../images/next_4.png) center no-repeat;
	background-size: 100% auto;
	right: -1.45313rem
}

.slider_11 .swiper-button-prev,.slider_12 .swiper-button-prev,.slider_13 .swiper-button-prev,.slider_14 .swiper-button-prev {
	background: url(../images/prev_4.png) center no-repeat;
	background-size: 100% auto;
	left: -1.45313rem
}

.slider_15.swiper-container {
	width: 58%;
	height: auto;
	overflow: visible;
	text-align: center
}

.slider_15 img {
	width: 48%;
	height: 48%;
	margin: auto;
	border-radius: 100%;
	border: 4px solid #FFF
}

.slider_15 p {
	color: #FFF;
	font-size: .39063rem;
	max-width: 85%;
	text-align: left;
	margin: .23438rem auto
}

.slider_15 .swiper-button-next,.slider_15 .swiper-button-prev {
	width: 1.20313rem;
	height: 1.20313rem
}

.slider_15 .swiper-button-next {
	background: url(../images/next_5.png) center no-repeat;
	background-size: 100% auto;
	right: -1.35938rem
}

.slider_15 .swiper-button-prev {
	background: url(../images/prev_5.png) center no-repeat;
	background-size: 100% auto;
	left: -1.35938rem
}

.content {
	padding: .39063rem .28125rem 1.48438rem;
	background-color: #1f8578;
	clear: both;
}

.content h4 {
	font-size: .5rem;
	color: #FFF;
	text-align: center
}

.content>div {
	padding: .23438rem;
	background-color: #f4f4f4;
	margin-top: .3125rem
}

.content>div input[type=text] {
	width: 100%;
	display: block;
	font-size: .375rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: 0;
	outline: 0
}

.content>div textarea {
	width: 100%;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: 0;
	outline: 0;
	font-size: .375rem
}

.content .ercode a,.content .post {
	width: 4.0625rem;
	height: 1.09375rem;
	display: block;
	color: #FFF;
	text-align: center
}

.content .post {
	line-height: 1.09375rem;
	font-size: .54688rem;
	border-radius: 5px;
	border: 1px solid #FFF;
	margin: .39063rem auto
}

.content p {
	color: #FFF;
	font-size: .46875rem;
	line-height: .625rem
}

.content .ercode {
	background: 0
}

.content .ercode a {
	line-height: 1.09375rem;
	font-size: .54688rem;
	border-radius: 5px;
	border: 2px solid #FFF;
	margin: 0;
	background: url(../images/zixun.png) .625rem center no-repeat;
	background-size: .59375rem auto;
	text-indent: 2em
}

.content .ercode a+a {
	margin-top: .625rem;
	background: url(../images/free.png) .625rem center no-repeat;
	background-size: .53125rem auto
}

.content .ercode img {
	float: right;
	width: 2.75rem;
	margin-right: .46875rem
}

.navbar {
	max-width: 750px;
	width: 100%;
	background-color: #333
}

.navbar ul {
	font-size: 0;
	text-align: center
}

.navbar ul li {
	display: inline-block;
	width: 24%;
	font-size: .40625rem;
	font-weight: 700;
	text-align: center;
	overflow: hidden
}

.navbar ul li img {
	width: .8125rem;
	margin: auto
}

.navbar ul li a {
	color: #FFF;
	display: block;
	padding: .15625rem 0;
	border-left: 1px solid #FFF
}

.navbar ul li a.noneline {
	border: 0
}

.menu {
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 150, 136, 0.95);
	z-index: 9999999;
	padding: 0 2.57813rem;
	font-weight: 700;
	display: none
}

.menu .close,.menu.animated {
	display: block
}

.menu .close {
	position: absolute;
	right: .54688rem;
	top: .54688rem;
	width: .84375rem;
	height: .84375rem;
	color: #FFF
}

.menu .close:after {
	content: "\2716";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: .78125rem
}

.menu>div {
	margin-top: 1.25rem;
	min-height: 12.1875rem;
	overflow: hidden;
	overflow-y: auto
}

.menu>div p {
	font-size: .5625rem;
	text-align: center;
	padding: .625rem 0 .39063rem;
	border-bottom: 2px solid #f7e1da
}

.menu>div p a {
	color: #FFF
}

.menu>div span {
	font-size: .40625rem;
	color: #FFF;
	display: block;
	text-align: center;
	margin: .3125rem 0
}

@media screen and (min-width:721px) {
	html {
		font-size: 64px
	}

	body {
		max-width: 750px;
		margin: 0 auto
	}
}

.news {
	padding-top: 1.32813rem
}

.news .banner img {
	width: 100%;
	height: auto
}

.news .newbar,.news .newbar2 {
	padding: .625rem .23438rem 0;
	font-size: 0;
	text-align: center
}

.news .newsheader h4 {
	padding: .4375rem 0 0;
	color: #333;
	font-size: .5625rem;
	text-align: center
}

.news .newbar a,.news .newbar2 a {
	font-size: .375rem;
	color: #555;
	display: inline-block;
	width: 24%;
	text-align: center;
	padding-bottom: .15625rem
}

.news .newbar a.curr,.news .newbar2 a.curr {
	color: #10867a;
	font-size: .40625rem;
	border-bottom: .03125rem solid #10867a
}


/*翻开始页*/

.news .newlist .block09_2{padding: 0px 0px 9px;}

.news .newlist .block09_2 dt{height:20px;line-height:20px;margin:10px 0 13px;border-left:3px solid #65db9f;background:url(../images/bg07b_2.png) no-repeat right 4px;background-size:17px 15px;}

.news .newlist .block09_2 dt a{padding:0 19px 0 11px;background:none;}

.news .newlist .block09_2 dd{padding:0 10px 0 14px;}

.news .newlist .block09_2 dd ol p{display:inline;margin-top:-1px;padding:1px 14px 0 17px;background:url(../images/bg20.png) no-repeat 0 0px;background-size:13px 12px;}

.news .newlist .fenye{width:100%;padding:5% 0;margin-bottom: 20px;}

.news .newlist .fenye ul{ font-size: 14px; margin-left: 15%;}

.news .newlist .fenye ul li{ float:left; margin-left:10px; padding:2px 5px; border:1px solid #ccc; cursor:pointer; color:#999;}

.news .newlist .fenye ul li a{color: rgba(33,33,33,0.99);font-size: 14px;}

.news .newlist .fenye ul li.xifenye{  float:left; position:relative; cursor:pointer; border:1px solid #ccc;}

 
/*翻页结束*/





.news .newlist {
	padding: 0 .23438rem;
	display: none
}

.news .newlist ul li a,.news .newlist.show {
	display: block
}

.news .newlist ul li {
	padding: 65px 0 .3125rem;
	border-bottom: 1px solid #333
}

.news .newlist ul li a img {
	width: 100%
}

.news .newlist ul li a h5 {
	font-size: .60625rem;
    color: #222;
    padding: .3125rem 0;
    text-align: center;
    font-weight: bold;
}

.news .newlist ul li a p {
	font-size: .3125rem;
	color: #333;
	line-height: .32813rem
}

.news .newlist ul li a p i {
	margin-right: .15625rem
}

.news .newlist ul li a p i img {
	width: .32813rem;
	display: inline;
	vertical-align: top
}

.news .newlist ul li a span {
	display: block;
	font-size: .34375rem;
	line-height: .46875rem;
	color: #333;
	margin-top: .125rem
}

.news .newlist .page {
	font-size: 0;
	text-align: center;
	padding: .625rem 0
}

.news .newlist .page .more {
	width: 2.75rem;
	height: .75rem;
	line-height: .75rem;
	border: 1px solid #bfbfbf
}

.news .newlist .page a,.news .newlist .page span {
	display: inline-block;
	font-size: .40625rem;
	color: #333;
	margin: 0 .23438rem
}

.news .newlist .page a.curr {
	color: #c70000;
	border-bottom: 1px solid #c70000
}

.news .newlist .page span.now_page {
	color: #c70000;
	border-bottom: 1px solid #c70000
}

.news .newlist .page a.next,.news .newlist .page a.prev {
	width: .75rem;
	height: .75rem;
	line-height: .75rem;
	border: 1px solid #bfbfbf
}

.news .newlist .page a.next,.news .newlist .page a.prev {
	width: .75rem;
	height: .75rem;
	line-height: .75rem;
	border: 1px solid #bfbfbf
}

.details {
	padding-top: 1.32813rem
}

.details .banner img {
	width: 100%;
	height: auto
}

.details .main {
	padding: 0 .23438rem
}

.details .main .title {
	padding-bottom: .3125rem;
	border-bottom: 1px solid #333
}

.details .main .title h4,.details .main .title h1 {
	font-size: 0.65rem;
    padding: .54688rem 0 .3125rem;
    color: #333;
    text-align: center;
}

.details .main .title p {
	font-size: .3125rem;
    color: #333;
    text-align: center;
}

.details .main .txt p {
	font-size: .375rem;
	color: #444;
	line-height: .70313rem
}

.details .main .txt {
	padding: .39063rem 0;
	padding-bottom: .46875rem;
	border-bottom: 1px solid #333;
	font-size: .375rem;
	color: #444;

}

.details .main .txt h4 {
	font-size: .375rem;
	padding: .39063rem 0;
	line-height: .70313rem
}

.details .main .txt img {
	display: inline;
}
.details .main .news-content-body table {
	font-family: "微软雅黑",Helvetica,Arial,Verdana,sans-ser;
	font-size: .375rem;
	color: #333333;
	border-width: 1px;
	border-color: #ccc;
	border-collapse: collapse;
	word-break: break-all;
	width: 100% !important;
}
.details .main .news-content-body table th {
    border-width: 1px;
	padding: 1px;
    border-style: solid;
	border-color: #ccc;
	background-color: #dedede;
}
.details .main .news-content-body table td {
	border-width: 1px;
    padding: 3px;
    border-style: solid;
	border-color: #E3E3E3;
	background-color: #ffffff;
}
.details .main .news-content-body table tr td img{
	margin-top:0 !important;
	width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.details .main .news-content-body table tbody {
    font-size: .375rem;
}
.details .history {
	font-size: .375rem;
	color: #333;
}
.details .history a {
	display: block;
	font-size: .375rem;
	color: #333;
	line-height: .5rem
}

.details .history a+a {
	margin-top: .15625rem
}

.details .history a i {
	display: inline-block
}

.details .history a i img {
	width: .59375rem;
	vertical-align: top;
	margin-right: .23438rem;
	display: inline
}
.details .page-company,.details .teacher_column {
	padding-bottom: .46875rem
}

.details .teacher_column h4 {
	font-size: .5625rem;
	padding: .4375rem 0 .3125rem;
	text-align: center;
	color: #333
}

.details .teacher_column p {
	font-size: .40625rem;
	padding: 0 .28125rem;
	color: #444;
	text-align: left
}

.details .teacher_column li {
	list-style-type: none;
	font-size: .40625rem;
	padding: 0 .28125rem;
	text-align: center;
	color: #444
}

.details .course {
	padding-bottom: .3125rem
}

.details .course h4 {
	font-size: .5625rem;
	padding: .4375rem 0 .3125rem;
	text-align: center;
	color: #333
}

a.inqury {
	font-size: .21875rem;
	display: block;
	width: 3.125rem;
	height: .70313rem;
	line-height: .70313rem;
	text-align: center;
	border-radius: 5px;
	background-color: #c76a17;
	color: #FFF;
	margin: .15625rem auto 0
}

.details .page-company .text-center {
	font-size: .5625rem;
	padding: .4375rem 0 .3125rem;
	text-align: center;
	color: #333
}

.details .page-company .section-title {
	font-size: .5625rem;
	padding: .4375rem 0 .3125rem;
	text-align: left
}

.details .page-company h3 {
	font-size: .4625rem;
	padding: .4375rem 0 .3125rem;
	text-align: left;
	color: #38bca4
}

.details .page-company p {
	font-size: .40625rem;
	padding: 0 .28125rem;
	color: #444;
	text-align: left
}

.contact-box {
	padding: .4375rem .3125rem;
	font-size: .4625rem;
	color: #666
}

.contact-box h3 {
	font-weight: 700
}

.details .page-company p {
	font-size: .40625rem;
	padding: 0 .28125rem;
	color: #444;
	text-align: left
}

.class {
	margin: 0 auto;
	width: 100%
}

.class-top {
	float: left;
	margin-bottom: .234375rem;
	width: 100%
}

.class-top-ck {
	margin: 0 auto;
	width: 100%;
	text-align: center
}

.class-cen {
	margin-bottom: .234375rem;
	padding-bottom: .15625rem;
	width: 100%
}

.class-cen-ck {
	margin: 0 auto;
	width: 100%
}

.class-cen-bt {
	margin-bottom: .203125rem;
	width: 100%;
	text-align: left;
	text-indent: .15625rem;
	color: #0077c9;
	border-bottom: 1px solid #a9a9a9;
	background: 0 0 #f6f6f6;
	font-size: .2625rem
}

.class-cen-bt strong {
	font-size: .28125rem
}

.class-cen-nr {
	width: 100%;
	padding: .15625rem .15625rem 0 .15625rem;
	font-size: .2625rem
}

.class-cen-nr p {
	margin-bottom: .15625rem;
	font-size: .234375rem;
	color: #707070;
	line-height: .296875rem
}

.class-jie {
	margin-bottom: .234375rem;
	padding-bottom: .15625rem;
	width: 100%
}

.class-jie-ck {
	margin: 0 auto
}

.class-jie-bt {
	padding: .078125rem 0;
	width: 100%;
	text-align: left;
	text-indent: .15625rem;
	color: #0077c9;
	border-bottom: 1px solid #a9a9a9;
	background: 0 0 #f6f6f6;
	font-size: .5625rem
}

.class-jie-bt strong {
	font-size: .28125rem
}

.class-jie-nr {
	width: 100%;
	padding: .15625rem .15625rem 0 .15625rem;
	font-size: .5625rem
}

.class-jie-nr p {
	margin-bottom: .15625rem;
	font-size: .234375rem;
	color: #707070;
	line-height: .296875rem
}

.class-cen-nr b,.class-jie-nr b {
	color: #0077c9
}

.class-cen-nr p span,.class-jie-nr p span {
	display: block;
	margin-left: .171875rem
}

.class-bot {
	padding-bottom: .15625rem;
	width: 100%
}

.class-bot-ck {
	margin: 0 auto
}

.class-bot-bt {
	margin-bottom: .203125rem;
	width: 100%;
	text-align: left;
	text-indent: .15625rem;
	color: #0077c9;
	border-bottom: 1px solid #a9a9a9;
	background: 0 0 #f6f6f6;
	font-size: .5625rem
}

.class-bot-bt strong {
	font-size: .28125rem
}

.class-bot-nr {
	width: 100%;
	padding: .15625rem .15625rem 0 .15625rem;
	font-size: .2625rem
}

.class-bot-nr span {
	margin-bottom: .078125rem;
	padding: .078125rem;
	height: .390625rem;
	line-height: .390625rem;
	color: #FFF;
	font-size: .21875rem;
	text-align: center;
	background: #0077c9
}

.class-bot-nr p {
	padding: .15625rem 0;
	font-size: .234375rem;
	color: #707070;
	line-height: .3125rem
}

.class-bot-nr p.scdm {
	border-bottom: 0;
	margin-bottom: 0
}

.plan-content {
	font-size: .21875rem;
	margin-bottom: .46875rem
}

.plan-content p {
	margin-bottom: .234375rem;
	padding-left: .4375rem
}

.plan-pic {
	float: left;
	margin-right: .46875rem
}

.navTitle h3 {
	font-weight: 700;
	margin-bottom: .234375rem;
	font-size: .296875rem;
	padding-left: .3375rem
}




.course_list {
	margin-bottom: 8px;
	border-top: solid 4px #eee;
	background-color: #fff
}

.course_list li {
	box-sizing: border-box;
	width: 100%;
	float: left;
	padding: 8px 12px;
	border-bottom: solid 5px #eee;
	background: #fff
}

.course_list li .fl {
	width: 42%;
	position: relative
}

.course_list li .fl a em {
	box-sizing: border-box;
	width: 100%;
	padding-left: 12px;
	font-size: .46875rem;
	position: absolute;
	bottom: 4px;
	left: 0;
	color: #fff;
	height: 23px;
	line-height: 23px
}

.course_list li img {
	width: 100%;
	border-radius: 4px;
	min-height: 93px
}

.course_list li .fr {
	width: 54%;
	float: right;
	font-size: .40625rem
}

.course_list li .fr a {
	display: block
}

.course_list li a h2 {
	font-size: .50625rem;
    margin: 0 0 6px;
    color: #222;
    font-weight: bold;
}

.course_list li a span {
	font-size: 12px;
	color: #444;
	margin-bottom: 4px;
	font-weight: 500
}

.course_list li a p {
	font-size: .46875rem;
	line-height: .70313rem;
	color: #333
}

.course_list li a .zixu {
	box-sizing: border-box;
	height: 28px;
	line-height: 28px;
	width: 100%;
	margin-top: 6px;
	font-size: .46875rem;
	color: #313131;
	display: block;
	text-align: center;
	border: solid 1px #99b0bc;
	border-radius: 4px
}

.course_list li a .zixu:active {
	color: #fff;
	background: #f22;
	border: solid 1px #f22
}

.course_list li a .gray_bg2 {
	color: #fff;
	background: #fff;
	background-color: rgba(0,0,0,.4)
}

.course_list li a .chao {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.course_list li a .chao2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated.infinite {
	animation-iteration-count: infinite
}

.animated.hinge {
	animation-duration: 2s
}

.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY {
	animation-duration: .75s
}

@keyframes bounce {
	20%,53%,80%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
		transform: translate3d(0,0,0)
	}

	40%,43% {
		animation-timing-function: cubic-bezier(.755,.050,.855,.060);
		transform: translate3d(0,-30px,0)
	}

	70% {
		animation-timing-function: cubic-bezier(.755,.050,.855,.060);
		transform: translate3d(0,-15px,0)
	}

	90% {
		transform: translate3d(0,-4px,0)
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}

@keyframes flash {
	50%,from,to {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {
	from,to {
		transform: scale3d(1,1,1)
	}

	50% {
		transform: scale3d(1.05,1.05,1.05)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes rubberBand {
	from,to {
		transform: scale3d(1,1,1)
	}

	30% {
		transform: scale3d(1.25,.75,1)
	}

	40% {
		transform: scale3d(.75,1.25,1)
	}

	50% {
		transform: scale3d(1.15,.85,1)
	}

	65% {
		transform: scale3d(.95,1.05,1)
	}

	75% {
		transform: scale3d(1.05,.95,1)
	}
}

.rubberBand {
	animation-name: rubberBand
}

@keyframes shake {
	from,to {
		transform: translate3d(0,0,0)
	}

	10%,30%,50%,70%,90% {
		transform: translate3d(-10px,0,0)
	}

	20%,40%,60%,80% {
		transform: translate3d(10px,0,0)
	}
}

.shake {
	animation-name: shake
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		transform: translateX(0)
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}

@keyframes swing {
	20% {
		transform: rotate3d(0,0,1,15deg)
	}

	40% {
		transform: rotate3d(0,0,1,-10deg)
	}

	60% {
		transform: rotate3d(0,0,1,5deg)
	}

	80% {
		transform: rotate3d(0,0,1,-5deg)
	}

	to {
		transform: rotate3d(0,0,1,0deg)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes tada {
	from,to {
		transform: scale3d(1,1,1)
	}

	10%,20% {
		transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
	}

	30%,50%,70%,90% {
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
	}

	40%,60%,80% {
		transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
	}
}

.tada {
	animation-name: tada
}

@keyframes wobble {
	from,to {
		transform: none
	}

	15% {
		transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
	}

	30% {
		transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
	}

	45% {
		transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
	}

	60% {
		transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
	}

	75% {
		transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
	}
}

.wobble {
	animation-name: wobble
}

@keyframes jello {
	11.1%,from,to {
		transform: none
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	animation-name: jello;
	transform-origin: center
}

@keyframes bounceIn {
	20%,40%,60%,80%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		transform: scale3d(.3,.3,.3)
	}

	20% {
		transform: scale3d(1.1,1.1,1.1)
	}

	40% {
		transform: scale3d(.9,.9,.9)
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03,1.03,1.03)
	}

	80% {
		transform: scale3d(.97,.97,.97)
	}

	to {
		opacity: 1;
		transform: scale3d(1,1,1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0,-3000px,0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0,25px,0)
	}

	75% {
		transform: translate3d(0,-10px,0)
	}

	90% {
		transform: translate3d(0,5px,0)
	}

	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px,0,0)
	}

	60% {
		opacity: 1;
		transform: translate3d(25px,0,0)
	}

	75% {
		transform: translate3d(-10px,0,0)
	}

	90% {
		transform: translate3d(5px,0,0)
	}

	to {
		transform: none
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	from {
		opacity: 0;
		transform: translate3d(3000px,0,0)
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px,0,0)
	}

	75% {
		transform: translate3d(10px,0,0)
	}

	90% {
		transform: translate3d(-5px,0,0)
	}

	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {
	60%,75%,90%,from,to {
		animation-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	from {
		opacity: 0;
		transform: translate3d(0,3000px,0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0,-20px,0)
	}

	75% {
		transform: translate3d(0,10px,0)
	}

	90% {
		transform: translate3d(0,-5px,0)
	}

	to {
		transform: translate3d(0,0,0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

@keyframes bounceOut {
	20% {
		transform: scale3d(.9,.9,.9)
	}

	50%,55% {
		opacity: 1;
		transform: scale3d(1.1,1.1,1.1)
	}

	to {
		opacity: 0;
		transform: scale3d(.3,.3,.3)
	}
}

.bounceOut {
	animation-name: bounceOut
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0,10px,0)
	}

	40%,45% {
		opacity: 1;
		transform: translate3d(0,-20px,0)
	}

	to {
		opacity: 0;
		transform: translate3d(0,2000px,0)
	}
}

.bounceOutDown {
	animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px,0,0)
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px,0,0)
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px,0,0)
	}

	to {
		opacity: 0;
		transform: translate3d(2000px,0,0)
	}
}

.bounceOutRight {
	animation-name: bounceOutRight
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0,-10px,0)
	}

	40%,45% {
		opacity: 1;
		transform: translate3d(0,20px,0)
	}

	to {
		opacity: 0;
		transform: translate3d(0,-2000px,0)
	}
}

.bounceOutUp {
	animation-name: bounceOutUp
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0,-100%,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		transform: translate3d(0,-2000px,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%,0,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		transform: translate3d(-2000px,0,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%,0,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		transform: translate3d(2000px,0,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0,100%,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		transform: translate3d(0,2000px,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0,100%,0)
	}
}

.fadeOutDown {
	animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0,2000px,0)
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-100%,0,0)
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px,0,0)
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%,0,0)
	}
}

.fadeOutRight {
	animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(2000px,0,0)
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0,-100%,0)
	}
}

.fadeOutUp {
	animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0,-2000px,0)
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig
}

@keyframes flip {
	from {
		transform: perspective(400px) rotate3d(0,1,0,-360deg);
		animation-timing-function: ease-out
	}

	40% {
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
		animation-timing-function: ease-out
	}

	50% {
		transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
		animation-timing-function: ease-in
	}

	80% {
		transform: perspective(400px) scale3d(.95,.95,.95);
		animation-timing-function: ease-in
	}

	to {
		transform: perspective(400px);
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotate3d(1,0,0,10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotate3d(1,0,0,-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipInX
}

.flipInY,.flipOutX {
	-webkit-backface-visibility: visible!important
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotate3d(0,1,0,-20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotate3d(0,1,0,10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotate3d(0,1,0,-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

.flipInY {
	backface-visibility: visible!important;
	animation-name: flipInY
}

@keyframes flipOutX {
	from {
		transform: perspective(400px)
	}

	30% {
		transform: perspective(400px) rotate3d(1,0,0,-20deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotate3d(1,0,0,90deg);
		opacity: 0
	}
}

.flipOutX {
	animation-name: flipOutX;
	backface-visibility: visible!important
}

@keyframes flipOutY {
	from {
		transform: perspective(400px)
	}

	30% {
		transform: perspective(400px) rotate3d(0,1,0,-15deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotate3d(0,1,0,90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	animation-name: flipOutY
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%,0,0) skewX(-30deg);
		opacity: 0
	}

	60% {
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		transform: translate3d(100%,0,0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0,0,1,-200deg);
		opacity: 0
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0,0,1,-90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rotateOut {
	from {
		transform-origin: center;
		opacity: 1
	}

	to {
		transform-origin: center;
		transform: rotate3d(0,0,1,200deg);
		opacity: 0
	}
}

.rotateOut {
	animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
	from {
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate3d(0,0,1,45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
	from {
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		transform-origin: right bottom;
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
	from {
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate3d(0,0,1,-45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
	from {
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		transform-origin: right bottom;
		transform: rotate3d(0,0,1,90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		transform: rotate3d(0,0,1,80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}

	40%,80% {
		transform: rotate3d(0,0,1,60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		transform: translate3d(0,700px,0);
		opacity: 0
	}
}

.hinge {
	animation-name: hinge
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(.1) rotate(30deg);
		transform-origin: center bottom
	}

	50% {
		transform: rotate(-10deg)
	}

	70% {
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.jackInTheBox {
	animation-name: jackInTheBox
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
	}
}

.rollOut {
	animation-name: rollOut
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		transform: scale3d(.3,.3,.3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	animation-name: zoomOut
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomOutDown {
	animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px,0,0);
		transform-origin: left center
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(2000px,0,0);
		transform-origin: right center
	}
}

.zoomOutRight {
	animation-name: zoomOutRight
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
		animation-timing-function: cubic-bezier(.55,.055,.675,.19)
	}

	to {
		opacity: 0;
		transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175,.885,.32,1)
	}
}

.zoomOutUp {
	animation-name: zoomOutUp
}

@keyframes slideInDown {
	from {
		transform: translate3d(0,-100%,0);
		visibility: visible
	}

	to {
		transform: translate3d(0,0,0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%,0,0);
		visibility: visible
	}

	to {
		transform: translate3d(0,0,0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%,0,0);
		visibility: visible
	}

	to {
		transform: translate3d(0,0,0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideInUp {
	from {
		transform: translate3d(0,100%,0);
		visibility: visible
	}

	to {
		transform: translate3d(0,0,0)
	}
}

.slideInUp {
	animation-name: slideInUp
}

@keyframes slideOutDown {
	from {
		transform: translate3d(0,0,0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0,100%,0)
	}
}

.slideOutDown {
	animation-name: slideOutDown
}

@keyframes slideOutLeft {
	from {
		transform: translate3d(0,0,0)
	}

	to {
		visibility: hidden;
		transform: translate3d(-100%,0,0)
	}
}

.slideOutLeft {
	animation-name: slideOutLeft
}

@keyframes slideOutRight {
	from {
		transform: translate3d(0,0,0)
	}

	to {
		visibility: hidden;
		transform: translate3d(100%,0,0)
	}
}

.slideOutRight {
	animation-name: slideOutRight
}

@keyframes slideOutUp {
	from {
		transform: translate3d(0,0,0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0,-100%,0)
	}
}

.slideOutUp {
	animation-name: slideOutUp
}