body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute!important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992
}

.fancybox-container * {
	box-sizing: border-box
}

.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
	transition-timing-function: cubic-bezier(.47,0,.74,.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
	transition-timing-function: cubic-bezier(.22,.61,.36,1)
}

.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease,visibility 0s ease .25s;
	transition: opacity .25s ease,visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997
}

.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
	transition: opacity .25s ease 0s,visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-touch-callout: none;
	color: #ccc;
	font-size: 13px;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-toolbar {
	right: 0;
	top: 0
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	-webkit-overflow-scrolling: touch;
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
	animation-timing-function: cubic-bezier(.5,0,.14,1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-container [data-selectable=true] {
	cursor: text
}

.fancybox-image,.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-iframe,.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: rgba(30,30,30,.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,.fancybox-button:link,.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px
}

.fancybox-navigation .fancybox-button div {
	padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right)
}

.fancybox-caption {
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,.85),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
	background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996
}

@supports (padding:max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid;
	border-color: #888 #888 #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes fancybox-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
	transition-timing-function: cubic-bezier(0,0,.25,1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
	transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5,1.5,1.5);
	transform: scale3d(1.5,1.5,1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5,.5,.5);
	transform: scale3d(.5,.5,.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-1turn);
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(1turn);
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
	transform: scale3d(0,0,0) translate3d(-100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
	transform: scale3d(0,0,0) translate3d(100%,0,0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
	transform: translate3d(-100%,0,0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
	transform: translate3d(100%,0,0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}

	.fancybox-slide--image {
		padding: 6px 0
	}

	.fancybox-close-small {
		right: -6px
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}@	supports (padding:max(0px)) {
		.fancybox-caption{padding-left: max(12px,env(safe-area-inset-left));
		padding-right: max(12px,env(safe-area-inset-right))
	}
}}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:link,.fancybox-share__button:visited {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0,0,0,.1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100px
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
	transition: all .2s cubic-bezier(.25,.46,.45,.94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1
}

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

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	box-sizing: content-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	width: 100%;
	z-index: 1
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-slide {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	width: 100%
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.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: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-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;
	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 {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);
	background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 27px 44px;
	cursor: pointer;
	height: 44px;
	margin-top: -22px;
	position: absolute;
	top: 50%;
	width: 27px;
	z-index: 10
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: auto;
	right: 10px
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22 22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22 5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	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-bullets-dynamic {
	font-size: 0;
	overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	background: #000;
	border-radius: 100%;
	display: inline-block;
	height: 8px;
	opacity: .2;
	width: 8px
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	background: #007aff;
	opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s,-webkit-transform .2s;
	transition: top .2s,-webkit-transform .2s;
	transition: transform .2s,top .2s;
	transition: transform .2s,top .2s,-webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s,-webkit-transform .2s;
	transition: left .2s,-webkit-transform .2s;
	transition: transform .2s,left .2s;
	transition: transform .2s,left .2s,-webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s,-webkit-transform .2s;
	transition: right .2s,-webkit-transform .2s;
	transition: transform .2s,right .2s;
	transition: transform .2s,right .2s,-webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0,0%,100%,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	background: rgba(0,0,0,.1);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50
}

.swiper-scrollbar-drag {
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	width: 100%
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-height: 100%;
	max-width: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10
}

.swiper-lazy-preloader:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	display: block;
	height: 100%;
	width: 100%
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-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-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 100%;
	pointer-events: none;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.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-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
	background: #000;
	bottom: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	width: 100%;
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.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 {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 0
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1
}

.animate__animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animate__animated.animate__infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
	-webkit-animation-iteration-count: 2;
	animation-iteration-count: 2;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
	animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
	animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-delay: calc(var(--animate-delay)*2);
	animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-delay: calc(var(--animate-delay)*3);
	animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-delay: calc(var(--animate-delay)*4);
	animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-delay: calc(var(--animate-delay)*5);
	animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-duration: calc(var(--animate-duration)/2);
	animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-duration: calc(var(--animate-duration)*.8);
	animation-duration: calc(var(--animate-duration)*.8)
}

.animate__animated.animate__slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-duration: calc(var(--animate-duration)*3);
	animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),print {
	.animate__animated {
		-webkit-animation-duration: 1ms!important;
		animation-duration: 1ms!important;
		-webkit-animation-iteration-count: 1!important;
		animation-iteration-count: 1!important;
		-webkit-transition-duration: 1ms!important;
		transition-duration: 1ms!important
	}

	.animate__animated[class*=Out] {
		opacity: 0
	}
}

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

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
		transform: translate3d(0,-30px,0) scaleY(1.1)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
		transform: translate3d(0,-15px,0) scaleY(1.05)
	}

	80% {
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
		-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
		transition-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
		transform: translate3d(0,-4px,0) scaleY(1.02)
	}
}

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

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
		transform: translate3d(0,-30px,0) scaleY(1.1)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		animation-timing-function: cubic-bezier(.755,.05,.855,.06);
		-webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
		transform: translate3d(0,-15px,0) scaleY(1.05)
	}

	80% {
		-webkit-transform: translateZ(0) scaleY(.95);
		transform: translateZ(0) scaleY(.95);
		-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
		transition-timing-function: cubic-bezier(.215,.61,.355,1)
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
		transform: translate3d(0,-4px,0) scaleY(1.02)
	}
}

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

@-webkit-keyframes flash {
	0%,50%,to {
		opacity: 1
	}

	25%,75% {
		opacity: 0
	}
}

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

	25%,75% {
		opacity: 0
	}
}

.animate__flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.animate__pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

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

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

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

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

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

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

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

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

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

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

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

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.animate__rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shakeX {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

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

@keyframes shakeX {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

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

.animate__shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX
}

@-webkit-keyframes shakeY {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

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

@keyframes shakeY {
	0%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

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

.animate__shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY
}

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

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

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

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

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

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

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

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

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

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

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

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

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

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

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

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.animate__tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
		transform: translate3d(-25%,0,0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%,0,0) rotate(3deg);
		transform: translate3d(20%,0,0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
		transform: translate3d(-15%,0,0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%,0,0) rotate(2deg);
		transform: translate3d(10%,0,0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
		transform: translate3d(-5%,0,0) rotate(-1deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	0%,11.1%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

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

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

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

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

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

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

@keyframes jello {
	0%,11.1%,to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

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

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

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

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

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

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

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

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.animate__heartBeat {
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-duration: calc(var(--animate-duration)*1.3);
	animation-duration: calc(var(--animate-duration)*1.3);
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7)
	}

	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7)
	}

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

@keyframes backInDown {
	0% {
		opacity: .7;
		-webkit-transform: translateY(-1200px) scale(.7);
		transform: translateY(-1200px) scale(.7)
	}

	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7)
	}

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

.animate__backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown
}

@-webkit-keyframes backInLeft {
	0% {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7)
	}

	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7)
	}

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

@keyframes backInLeft {
	0% {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7)
	}

	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7)
	}

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

.animate__backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft
}

@-webkit-keyframes backInRight {
	0% {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7)
	}

	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7)
	}

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

@keyframes backInRight {
	0% {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7)
	}

	80% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7)
	}

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

.animate__backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight
}

@-webkit-keyframes backInUp {
	0% {
		opacity: .7;
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7)
	}

	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7)
	}

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

@keyframes backInUp {
	0% {
		opacity: .7;
		-webkit-transform: translateY(1200px) scale(.7);
		transform: translateY(1200px) scale(.7)
	}

	80% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7)
	}

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

.animate__backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp
}

@-webkit-keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: .7;
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7)
	}
}

@keyframes backOutDown {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: .7;
		-webkit-transform: translateY(700px) scale(.7);
		transform: translateY(700px) scale(.7)
	}
}

.animate__backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7)
	}
}

@keyframes backOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: .7;
		-webkit-transform: translateX(-2000px) scale(.7);
		transform: translateX(-2000px) scale(.7)
	}
}

.animate__backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7)
	}
}

@keyframes backOutRight {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		opacity: .7;
		-webkit-transform: translateX(0) scale(.7);
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: .7;
		-webkit-transform: translateX(2000px) scale(.7);
		transform: translateX(2000px) scale(.7)
	}
}

.animate__backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: .7;
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7)
	}
}

@keyframes backOutUp {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	20% {
		opacity: .7;
		-webkit-transform: translateY(0) scale(.7);
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: .7;
		-webkit-transform: translateY(-700px) scale(.7);
		transform: translateY(-700px) scale(.7)
	}
}

.animate__backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp
}

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

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

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

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

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

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

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

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

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

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1)
	}

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

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

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

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.animate__bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

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

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

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

	75% {
		-webkit-transform: translate3d(0,-10px,0) scaleY(.95);
		transform: translate3d(0,-10px,0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0) scaleY(.985);
		transform: translate3d(0,5px,0) scaleY(.985)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

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

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

	75% {
		-webkit-transform: translate3d(0,-10px,0) scaleY(.95);
		transform: translate3d(0,-10px,0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0,5px,0) scaleY(.985);
		transform: translate3d(0,5px,0) scaleY(.985)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

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

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

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

	75% {
		-webkit-transform: translate3d(-10px,0,0) scaleX(.98);
		transform: translate3d(-10px,0,0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0) scaleX(.995);
		transform: translate3d(5px,0,0) scaleX(.995)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

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

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

	75% {
		-webkit-transform: translate3d(-10px,0,0) scaleX(.98);
		transform: translate3d(-10px,0,0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(5px,0,0) scaleX(.995);
		transform: translate3d(5px,0,0) scaleX(.995)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

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

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

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

	75% {
		-webkit-transform: translate3d(10px,0,0) scaleX(.98);
		transform: translate3d(10px,0,0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0) scaleX(.995);
		transform: translate3d(-5px,0,0) scaleX(.995)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

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

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

	75% {
		-webkit-transform: translate3d(10px,0,0) scaleX(.98);
		transform: translate3d(10px,0,0) scaleX(.98)
	}

	90% {
		-webkit-transform: translate3d(-5px,0,0) scaleX(.995);
		transform: translate3d(-5px,0,0) scaleX(.995)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

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

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

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

	75% {
		-webkit-transform: translate3d(0,10px,0) scaleY(.95);
		transform: translate3d(0,10px,0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0) scaleY(.985);
		transform: translate3d(0,-5px,0) scaleY(.985)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

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

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

	75% {
		-webkit-transform: translate3d(0,10px,0) scaleY(.95);
		transform: translate3d(0,10px,0) scaleY(.95)
	}

	90% {
		-webkit-transform: translate3d(0,-5px,0) scaleY(.985);
		transform: translate3d(0,-5px,0) scaleY(.985)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

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

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

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

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

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

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

.animate__bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0) scaleY(.985);
		transform: translate3d(0,10px,0) scaleY(.985)
	}

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

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

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0,10px,0) scaleY(.985);
		transform: translate3d(0,10px,0) scaleY(.985)
	}

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

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

.animate__bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0) scaleX(.9);
		transform: translate3d(20px,0,0) scaleX(.9)
	}

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

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px,0,0) scaleX(.9);
		transform: translate3d(20px,0,0) scaleX(.9)
	}

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

.animate__bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

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

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

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

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

.animate__bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0) scaleY(.985);
		transform: translate3d(0,-10px,0) scaleY(.985)
	}

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

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

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0,-10px,0) scaleY(.985);
		transform: translate3d(0,-10px,0) scaleY(.985)
	}

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

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

.animate__bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.animate__fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.animate__fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

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

.animate__fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

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

.animate__fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

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

.animate__fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

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

.animate__fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

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

.animate__fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

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

.animate__fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

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

.animate__fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

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

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

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

.animate__fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

.animate__fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

.animate__fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

.animate__fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

.animate__fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
	}

	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
	}

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

	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
	}
}

@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
	}

	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
	}

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

	to {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
	}
}

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

@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

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

@-webkit-keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

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

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg)
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg)
	}
}

.animate__flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg)
	}

	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		opacity: 1;
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg)
	}

	to {
		opacity: 0;
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg)
	}
}

.animate__flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-duration: calc(var(--animate-duration)*.75);
	animation-duration: calc(var(--animate-duration)*.75);
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

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

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

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

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

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

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

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

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

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

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}

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

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}

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

.animate__lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}

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

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}

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

.animate__lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rotateIn {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rotateInDownLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rotateInDownRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rotateInUpLeft {
	0% {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rotateInUpRight {
	0% {
		opacity: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg)
	}
}

@keyframes rotateOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg)
	}
}

.animate__rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}

@keyframes rotateOutDownLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}

.animate__rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

@keyframes rotateOutDownRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

.animate__rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

@keyframes rotateOutUpLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

.animate__rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

@keyframes rotateOutUpRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg)
	}
}

.animate__rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg)
	}

	40%,80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg)
	}

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

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,60% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg)
	}

	40%,80% {
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg)
	}

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

.animate__hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-duration: calc(var(--animate-duration)*2);
	animation-duration: calc(var(--animate-duration)*2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

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

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

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

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

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

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

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

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

.animate__jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%,0,0) rotate(-120deg);
		transform: translate3d(-100%,0,0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0) rotate(120deg);
		transform: translate3d(100%,0,0) rotate(120deg)
	}
}

.animate__rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

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

	50% {
		opacity: 1
	}
}

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

	50% {
		opacity: 1
	}
}

.animate__zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

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

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

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

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

.animate__zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

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

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

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

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

.animate__zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

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

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

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

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

.animate__zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

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

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

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

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

.animate__zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

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

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

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

	to {
		opacity: 0
	}
}

.animate__zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

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

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

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

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

.animate__zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

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

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

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

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

.animate__zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

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

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

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

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

.animate__zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

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

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

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

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

.animate__zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

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

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.animate__slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

.animate__slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

.animate__slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

.animate__slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

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

.animate__slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.plyr input[type=range]:focus,.plyr:focus {
	outline: 0
}

.plyr .plyr__video-embed iframe,.plyr__tooltip {
	pointer-events: none
}

@-webkit-keyframes plyr-progress {
	to {
		background-position: 25px 0
	}
}

@keyframes plyr-progress {
	to {
		background-position: 25px 0
	}
}

.plyr {
	direction: ltr;
	font-family: Avenir,Avenir Next,Helvetica Neue,Segoe UI,Helvetica,Arial,sans-serif;
	max-width: 100%;
	min-width: 200px;
	position: relative
}

.plyr,.plyr *,.plyr :after,.plyr :before {
	box-sizing: border-box
}

.plyr a,.plyr button,.plyr input,.plyr label {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

.plyr audio,.plyr video {
	border-radius: inherit;
	height: auto;
	vertical-align: middle;
	width: 100%
}

.plyr input[type=range] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: 0 0;
	border: none;
	cursor: pointer;
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 100%
}

.plyr input[type=range]::-webkit-slider-runnable-track {
	background: 0 0;
	border: 0;
	border-radius: 4px;
	height: 8px;
	-webkit-user-select: none;
	user-select: none
}

.plyr input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
	box-sizing: border-box;
	height: 16px;
	margin-top: -4px;
	position: relative;
	-webkit-transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
	transition: background .2s ease,border .2s ease,-webkit-transform .2s ease;
	transition: background .2s ease,border .2s ease,transform .2s ease;
	transition: background .2s ease,border .2s ease,transform .2s ease,-webkit-transform .2s ease;
	width: 16px
}

.plyr input[type=range]::-moz-range-track {
	background: 0 0;
	border: 0;
	border-radius: 4px;
	height: 8px;
	-moz-user-select: none;
	user-select: none
}

.plyr input[type=range]::-moz-range-thumb {
	background: #fff;
	border: 2px solid transparent;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
	box-sizing: border-box;
	height: 16px;
	position: relative;
	-moz-transition: background .2s ease,border .2s ease,transform .2s ease;
	transition: background .2s ease,border .2s ease,transform .2s ease;
	width: 16px
}

.plyr input[type=range]::-ms-track {
	background: 0 0;
	border: 0;
	color: transparent;
	height: 8px
}

.plyr input[type=range]::-ms-fill-upper {
	background: 0 0;
	border: 0;
	border-radius: 4px;
	height: 8px;
	-ms-user-select: none;
	user-select: none
}

.plyr input[type=range]::-ms-fill-lower {
	background: #3498db;
	border: 0;
	border-radius: 4px;
	height: 8px;
	-ms-user-select: none;
	user-select: none
}

.plyr input[type=range]::-ms-thumb {
	background: #fff;
	border: 2px solid transparent;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.15);
	box-sizing: border-box;
	height: 16px;
	margin-top: 0;
	position: relative;
	-ms-transition: background .2s ease,border .2s ease,transform .2s ease;
	transition: background .2s ease,border .2s ease,transform .2s ease;
	width: 16px
}

.plyr input[type=range]::-ms-tooltip {
	display: none
}

.plyr input[type=range]::-moz-focus-outer {
	border: 0
}

.plyr input[type=range].tab-focus:focus {
	outline-offset: 3px
}

.plyr input[type=range]:active::-webkit-slider-thumb {
	background: #3498db;
	border-color: #fff;
	-webkit-transform: scale(1.25);
	transform: scale(1.25)
}

.plyr input[type=range]:active::-moz-range-thumb {
	background: #3498db;
	border-color: #fff;
	transform: scale(1.25)
}

.plyr input[type=range]:active::-ms-thumb {
	background: #3498db;
	border-color: #fff;
	-ms-transform: scale(1.25);
	transform: scale(1.25)
}

.plyr--video input[type=range].tab-focus:focus {
	outline: 1px dotted hsla(0,0%,100%,.5)
}

.plyr--audio input[type=range].tab-focus:focus {
	outline: 1px dotted rgba(86,93,100,.5)
}

.plyr__sr-only {
	clip: rect(1px,1px,1px,1px);
	border: 0!important;
	height: 1px!important;
	overflow: hidden;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important
}

.plyr__video-wrapper {
	background: #000;
	border-radius: inherit;
	position: relative
}

.plyr__video-embed {
	border-radius: inherit;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	z-index: 0
}

.plyr__video-embed iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.plyr__video-embed>div {
	padding-bottom: 200%;
	position: relative;
	-webkit-transform: translateY(-35.95%);
	-ms-transform: translateY(-35.95%);
	transform: translateY(-35.95%)
}

.plyr video::-webkit-media-text-track-container {
	display: none
}

.plyr__captions {
	bottom: 0;
	color: #fff;
	display: none;
	font-size: 16px;
	font-weight: 400;
	left: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease,-webkit-transform .3s ease;
	width: 100%
}

.plyr__captions span {
	background: rgba(0,0,0,.7);
	border-radius: 2px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	line-height: 150%;
	padding: 3px 10px
}

.plyr__captions span:empty {
	display: none
}

@media (min-width:768px) {
	.plyr__captions {
		font-size: 24px
	}
}

.plyr--captions-active .plyr__captions {
	display: block
}

.plyr--hide-controls .plyr__captions {
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px)
}

@media (min-width:1024px) {
	.plyr--fullscreen-active .plyr__captions {
		font-size: 32px
	}
}

.plyr ::-webkit-media-controls {
	display: none
}

.plyr__controls {
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	line-height: 1;
	text-align: center
}

.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button {
	margin-left: 5px
}

.plyr__controls .plyr__progress:first-child,.plyr__controls .plyr__time:first-child,.plyr__controls>button:first-child {
	margin-left: 0
}

.plyr__controls .plyr__volume {
	margin-left: 5px
}

.plyr__controls [data-plyr=pause] {
	margin-left: 0
}

.plyr__controls button {
	-ms-flex-negative: 0;
	background: 0 0;
	border: 0;
	border-radius: 3px;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	overflow: visible;
	padding: 7px;
	position: relative;
	-webkit-transition: background .3s ease,color .3s ease,opacity .3s ease;
	transition: background .3s ease,color .3s ease,opacity .3s ease;
	vertical-align: middle
}

.plyr__controls button svg {
	fill: currentColor;
	display: block;
	height: 18px;
	width: 18px
}

.plyr__controls button:focus {
	outline: 0
}

.plyr__controls .icon--captions-on,.plyr__controls .icon--exit-fullscreen,.plyr__controls .icon--muted {
	display: none
}

@media (min-width:480px) {
	.plyr__controls .plyr__progress,.plyr__controls .plyr__time,.plyr__controls>button {
		margin-left: 10px
	}
}

.plyr--hide-controls .plyr__controls {
	opacity: 0;
	pointer-events: none
}

.plyr--video .plyr__controls {
	background: -webkit-linear-gradient(transparent,rgba(0,0,0,.5));
	background: linear-gradient(transparent,rgba(0,0,0,.5));
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 50px 10px 10px;
	position: absolute;
	right: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 2
}

.plyr--video .plyr__controls button.tab-focus:focus,.plyr--video .plyr__controls button:hover {
	background: #3498db;
	color: #fff
}

.plyr--audio .plyr__controls {
	background: #fff;
	border: 1px solid #dbe3e8;
	border-radius: inherit;
	color: #565d64;
	padding: 10px
}

.plyr--audio .plyr__controls button.tab-focus:focus,.plyr--audio .plyr__controls button:hover,.plyr__play-large {
	background: #3498db;
	color: #fff
}

.plyr__play-large {
	border: 4px solid;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	display: none;
	left: 50%;
	padding: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1
}

.plyr__play-large svg {
	fill: currentColor;
	display: block;
	height: 20px;
	left: 2px;
	position: relative;
	width: 20px
}

.plyr__play-large:focus {
	outline: 1px dotted hsla(0,0%,100%,.5)
}

.plyr .plyr__play-large {
	display: inline-block
}

.plyr--audio .plyr__play-large,.plyr--playing .plyr__controls [data-plyr=play],.plyr__controls [data-plyr=pause] {
	display: none
}

.plyr--playing .plyr__play-large {
	opacity: 0;
	visibility: hidden
}

.plyr--playing .plyr__controls [data-plyr=pause] {
	display: inline-block
}

.plyr--captions-active .plyr__controls .icon--captions-on,.plyr--fullscreen-active .icon--exit-fullscreen,.plyr--muted .plyr__controls .icon--muted {
	display: block
}

.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr--captions-active .plyr__controls .icon--captions-on+svg,.plyr--fullscreen-active .icon--exit-fullscreen+svg,.plyr--muted .plyr__controls .icon--muted+svg {
	display: none
}

.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen] {
	display: inline-block
}

.plyr__tooltip {
	background: rgba(0,0,0,.7);
	border-radius: 3px;
	bottom: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
	opacity: 0;
	padding: 5px 7.5px;
	position: absolute;
	-webkit-transform: translate(-50%,10px) scale(.8);
	-ms-transform: translate(-50%,10px) scale(.8);
	transform: translate(-50%,10px) scale(.8);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
	transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
	transition: transform .2s ease .1s,opacity .2s ease .1s;
	transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
	z-index: 2
}

.plyr__tooltip:before {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(0,0,0,.7);
	bottom: -4px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	z-index: 2
}

.plyr button.tab-focus:focus .plyr__tooltip,.plyr button:hover .plyr__tooltip,.plyr__tooltip--visible {
	opacity: 1;
	-webkit-transform: translate(-50%) scale(1);
	-ms-transform: translate(-50%) scale(1);
	transform: translate(-50%) scale(1)
}

.plyr button:hover .plyr__tooltip {
	z-index: 3
}

.plyr__controls button:first-child .plyr__tooltip {
	left: 0;
	-webkit-transform: translateY(10px) scale(.8);
	-ms-transform: translateY(10px) scale(.8);
	transform: translateY(10px) scale(.8);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%
}

.plyr__controls button:first-child .plyr__tooltip:before {
	left: 16px
}

.plyr__controls button:last-child .plyr__tooltip {
	right: 0;
	-webkit-transform: translateY(10px) scale(.8);
	-ms-transform: translateY(10px) scale(.8);
	transform: translateY(10px) scale(.8);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.plyr__controls button:last-child .plyr__tooltip:before {
	left: auto;
	right: 16px;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.plyr__controls button:first-child .plyr__tooltip--visible,.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:first-child:hover .plyr__tooltip,.plyr__controls button:last-child .plyr__tooltip--visible,.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,.plyr__controls button:last-child:hover .plyr__tooltip {
	-webkit-transform: translate(0) scale(1);
	-ms-transform: translate(0) scale(1);
	transform: translate(0) scale(1)
}

.plyr__progress {
	-webkit-box-flex: 1;
	display: none;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	position: relative
}

.plyr__progress input[type=range] {
	position: relative;
	z-index: 2
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
	background: 0 0
}

.plyr__progress input[type=range]::-moz-range-track {
	background: 0 0
}

.plyr__progress input[type=range]::-ms-fill-upper {
	background: 0 0
}

.plyr__progress .plyr__tooltip {
	left: 0
}

.plyr .plyr__progress {
	display: inline-block
}

.plyr__progress--buffer,.plyr__progress--played,.plyr__volume--display {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 100px;
	height: 8px;
	left: 0;
	margin: -4px 0 0;
	padding: 0;
	position: absolute;
	top: 50%;
	vertical-align: top;
	width: 100%
}

.plyr__progress--buffer::-webkit-progress-bar,.plyr__progress--played::-webkit-progress-bar,.plyr__volume--display::-webkit-progress-bar {
	background: 0 0
}

.plyr__progress--buffer::-webkit-progress-value,.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value {
	background: currentColor;
	border-radius: 100px;
	min-width: 8px
}

.plyr__progress--buffer::-moz-progress-bar,.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar {
	background: currentColor;
	border-radius: 100px;
	min-width: 8px
}

.plyr__progress--buffer::-ms-fill,.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill {
	border-radius: 100px
}

.plyr__progress--played,.plyr__volume--display {
	background: 0 0;
	color: #3498db;
	-webkit-transition: none;
	transition: none;
	z-index: 1
}

.plyr__progress--played::-webkit-progress-value,.plyr__volume--display::-webkit-progress-value {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	max-width: 99%;
	min-width: 8px;
	-webkit-transition: none;
	transition: none
}

.plyr__progress--played::-moz-progress-bar,.plyr__volume--display::-moz-progress-bar {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	max-width: 99%;
	min-width: 8px;
	-moz-transition: none;
	transition: none
}

.plyr__progress--played::-ms-fill,.plyr__volume--display::-ms-fill {
	display: none
}

.plyr__progress--buffer::-webkit-progress-value {
	-webkit-transition: width .2s ease;
	transition: width .2s ease
}

.plyr__progress--buffer::-moz-progress-bar {
	-moz-transition: width .2s ease;
	transition: width .2s ease
}

.plyr__progress--buffer::-ms-fill {
	-ms-transition: width .2s ease;
	transition: width .2s ease
}

.plyr--video .plyr__progress--buffer,.plyr--video .plyr__volume--display {
	background: hsla(0,0%,100%,.25)
}

.plyr--video .plyr__progress--buffer {
	color: hsla(0,0%,100%,.25)
}

.plyr--audio .plyr__progress--buffer,.plyr--audio .plyr__volume--display {
	background: rgba(198,214,219,.66)
}

.plyr--audio .plyr__progress--buffer {
	color: rgba(198,214,219,.66)
}

.plyr--loading .plyr__progress--buffer {
	-webkit-animation: plyr-progress 1s linear infinite;
	animation: plyr-progress 1s linear infinite;
	background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.15) 25%,transparent 0,transparent 50%,rgba(0,0,0,.15) 0,rgba(0,0,0,.15) 75%,transparent 0,transparent);
	background-image: linear-gradient(-45deg,rgba(0,0,0,.15) 25%,transparent 0,transparent 50%,rgba(0,0,0,.15) 0,rgba(0,0,0,.15) 75%,transparent 0,transparent);
	background-repeat: repeat-x;
	background-size: 25px 25px;
	color: transparent
}

.plyr--video.plyr--loading .plyr__progress--buffer {
	background-color: hsla(0,0%,100%,.25)
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
	background-color: rgba(198,214,219,.66)
}

.plyr__time {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle
}

.plyr__time+.plyr__time {
	display: none
}

@media (min-width:768px) {
	.plyr__time+.plyr__time {
		display: inline-block
	}
}

.plyr__time+.plyr__time:before {
	content: "\2044";
	margin-right: 10px
}

.plyr__volume {
	display: none
}

.plyr .plyr__volume {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	position: relative
}

.plyr .plyr__volume input[type=range] {
	position: relative;
	z-index: 2
}

@media (min-width:480px) {
	.plyr .plyr__volume {
		display: block;
		max-width: 60px
	}
}

@media (min-width:768px) {
	.plyr .plyr__volume {
		max-width: 100px
	}
}

.plyr--is-ios .plyr__volume,.plyr--is-ios [data-plyr=mute] {
	display: none!important
}

.plyr--fullscreen-active {
	background: #000;
	border-radius: 0!important;
	height: 100%;
	width: 100%
}

.plyr--fullscreen-active video {
	height: 100%
}

.plyr--fullscreen-active .plyr__video-wrapper {
	height: 100%;
	width: 100%
}

.plyr--fullscreen-active .plyr__video-embed {
	overflow: visible
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
	height: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.plyr--fullscreen-fallback.plyr--fullscreen-active {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000000
}



*,:after,:before {
	box-sizing: border-box
}

body,html {
	min-height: 100%
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}[hidden],script,template {
	display: none
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline: 0
}

a,ins {
	text-decoration: none
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 700
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "“" "”" "‘" "’"
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	box-sizing: border-box;
	vertical-align: middle
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

code,kbd,pre,samp {
	font-size: 1em
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,input {
	line-height: normal
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	cursor: pointer;
	padding: 0
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-size: 10px
}

body {
	background: #fff;
	font-family: Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,FontAwesome,sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	position: relative
}

body,button,input,select,textarea {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga","kern";
	text-rendering: optimizeLegibility
}

@media only screen and (max-width:640px) {
	body {
		word-wrap: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto
	}
}

a {
	color: #0e90d2
}

a:focus,a:hover {
	color: #095f8a
}

a:focus {
	outline: thin dotted;
	outline: 1px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

ins,mark {
	background: #ffa;
	color: #333
}

abbr[title],dfn[title] {
	cursor: help
}

dfn[title] {
	border-bottom: 1px dotted;
	font-style: normal
}

address,blockquote,dl,fieldset,figure,hr,ol,p,pre,ul {
	margin: 0 0 1.6rem
}

*+address,*+blockquote,*+dl,*+fieldset,*+figure,*+hr,*+ol,*+p,*+pre,*+ul {
	margin-top: 1.6rem
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 600;
	margin: 0 0 1.6rem
}

h1 {
	font-size: 1.5em
}

h2 {
	font-size: 1.25em
}

*+h1,*+h2,*+h3,*+h4,*+h5,*+h6 {
	margin-top: 2em
}

ol,ul {
	padding-left: 2em
}

ol>li>ol,ol>li>ul,ul>li>ol,ul>li>ul {
	margin: 1em 0
}

dt {
	font-weight: 700
}

dt+dd {
	margin-top: .5em
}

dd {
	margin-left: 0
}

dd+dt {
	margin-top: 1em
}

hr {
	border: 0;
	border-top: 1px solid #eee;
	box-sizing: content-box;
	display: block;
	height: 0;
	padding: 0
}

address {
	font-style: normal
}

blockquote {
	border-left: 4px solid #ddd;
	font-family: Georgia,Times New Roman,Times,Kai,Kaiti SC,KaiTi,BiauKai,FontAwesome,serif;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px
}

blockquote small {
	color: #999;
	display: block;
	font-family: Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,FontAwesome,sans-serif;
	text-align: right
}

blockquote p:last-of-type {
	margin-bottom: 0
}

iframe {
	border: 0
}

button,input:not([type=radio]):not([type=checkbox]),select {
	vertical-align: middle
}

.am-scrollbar-measure {
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 100px
}

.am-container {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%
}

.am-container:after,.am-container:before {
	content: " ";
	display: table
}

.am-container:after {
	clear: both
}

@media only screen and (min-width:641px) {
	.am-container {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}

.am-container>.am-g {
	margin-left: -1rem;
	margin-right: -1rem;
	width: auto
}

@media only screen and (min-width:641px) {
	.am-container>.am-g {
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}
}

.am-g {
	margin: 0 auto;
	width: 100%
}

.am-g:after,.am-g:before {
	content: " ";
	display: table
}

.am-g:after {
	clear: both
}

.am-g .am-g {
	margin-left: -1rem;
	margin-right: -1rem;
	width: auto
}

.am-g .am-g.am-g-collapse {
	margin-left: 0;
	margin-right: 0;
	width: auto
}

@media only screen and (min-width:641px) {
	.am-g .am-g {
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}
}

.am-g.am-g-collapse .am-g {
	margin-left: 0;
	margin-right: 0
}

.am-g-collapse [class*=am-u-] {
	padding-left: 0;
	padding-right: 0
}

.am-g-fixed {
	max-width: 1000px
}[class*=am-u-] {
	float: left;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	width: 100%
}[class*=am-u-]+[class*=am-u-]:last-child {
	float: right
}[class*=am-u-]+[class*=am-u-].am-u-end {
	float: left
}

@media only screen and (min-width:641px) {
[	class*=am-u-] {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}[class*=am-u-pull-] {
	left: auto
}[class*=am-u-push-] {
	right: auto
}

@media only screen {
	.am-u-sm-1 {
		width: 8.33333333%
	}

	.am-u-sm-2 {
		width: 16.66666667%
	}

	.am-u-sm-3 {
		width: 25%
	}

	.am-u-sm-4 {
		width: 33.33333333%
	}

	.am-u-sm-5 {
		width: 41.66666667%
	}

	.am-u-sm-6 {
		width: 50%
	}

	.am-u-sm-7 {
		width: 58.33333333%
	}

	.am-u-sm-8 {
		width: 66.66666667%
	}

	.am-u-sm-9 {
		width: 75%
	}

	.am-u-sm-10 {
		width: 83.33333333%
	}

	.am-u-sm-11 {
		width: 91.66666667%
	}

	.am-u-sm-12 {
		width: 100%
	}

	.am-u-sm-pull-0 {
		right: 0
	}

	.am-u-sm-pull-1 {
		right: 8.33333333%
	}

	.am-u-sm-pull-2 {
		right: 16.66666667%
	}

	.am-u-sm-pull-3 {
		right: 25%
	}

	.am-u-sm-pull-4 {
		right: 33.33333333%
	}

	.am-u-sm-pull-5 {
		right: 41.66666667%
	}

	.am-u-sm-pull-6 {
		right: 50%
	}

	.am-u-sm-pull-7 {
		right: 58.33333333%
	}

	.am-u-sm-pull-8 {
		right: 66.66666667%
	}

	.am-u-sm-pull-9 {
		right: 75%
	}

	.am-u-sm-pull-10 {
		right: 83.33333333%
	}

	.am-u-sm-pull-11 {
		right: 91.66666667%
	}

	.am-u-sm-push-0 {
		left: 0
	}

	.am-u-sm-push-1 {
		left: 8.33333333%
	}

	.am-u-sm-push-2 {
		left: 16.66666667%
	}

	.am-u-sm-push-3 {
		left: 25%
	}

	.am-u-sm-push-4 {
		left: 33.33333333%
	}

	.am-u-sm-push-5 {
		left: 41.66666667%
	}

	.am-u-sm-push-6 {
		left: 50%
	}

	.am-u-sm-push-7 {
		left: 58.33333333%
	}

	.am-u-sm-push-8 {
		left: 66.66666667%
	}

	.am-u-sm-push-9 {
		left: 75%
	}

	.am-u-sm-push-10 {
		left: 83.33333333%
	}

	.am-u-sm-push-11 {
		left: 91.66666667%
	}

	.am-u-sm-offset-0 {
		margin-left: 0
	}

	.am-u-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.am-u-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.am-u-sm-offset-3 {
		margin-left: 25%
	}

	.am-u-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.am-u-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.am-u-sm-offset-6 {
		margin-left: 50%
	}

	.am-u-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.am-u-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.am-u-sm-offset-9 {
		margin-left: 75%
	}

	.am-u-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.am-u-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.am-u-sm-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}[	class*=am-u-].am-u-sm-centered {
		float: none;
		margin-left: auto;
		margin-right: auto
	}[	class*=am-u-].am-u-sm-centered:last-child {
		float: none
	}[	class*=am-u-].am-u-sm-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}[	class*=am-u-].am-u-sm-uncentered:last-child {
		float: left
	}
}

@media only screen and (min-width:641px) {
	.am-u-md-1 {
		width: 8.33333333%
	}

	.am-u-md-2 {
		width: 16.66666667%
	}

	.am-u-md-3 {
		width: 25%
	}

	.am-u-md-4 {
		width: 33.33333333%
	}

	.am-u-md-5 {
		width: 41.66666667%
	}

	.am-u-md-6 {
		width: 50%
	}

	.am-u-md-7 {
		width: 58.33333333%
	}

	.am-u-md-8 {
		width: 66.66666667%
	}

	.am-u-md-9 {
		width: 75%
	}

	.am-u-md-10 {
		width: 83.33333333%
	}

	.am-u-md-11 {
		width: 91.66666667%
	}

	.am-u-md-12 {
		width: 100%
	}

	.am-u-md-pull-0 {
		right: 0
	}

	.am-u-md-pull-1 {
		right: 8.33333333%
	}

	.am-u-md-pull-2 {
		right: 16.66666667%
	}

	.am-u-md-pull-3 {
		right: 25%
	}

	.am-u-md-pull-4 {
		right: 33.33333333%
	}

	.am-u-md-pull-5 {
		right: 41.66666667%
	}

	.am-u-md-pull-6 {
		right: 50%
	}

	.am-u-md-pull-7 {
		right: 58.33333333%
	}

	.am-u-md-pull-8 {
		right: 66.66666667%
	}

	.am-u-md-pull-9 {
		right: 75%
	}

	.am-u-md-pull-10 {
		right: 83.33333333%
	}

	.am-u-md-pull-11 {
		right: 91.66666667%
	}

	.am-u-md-push-0 {
		left: 0
	}

	.am-u-md-push-1 {
		left: 8.33333333%
	}

	.am-u-md-push-2 {
		left: 16.66666667%
	}

	.am-u-md-push-3 {
		left: 25%
	}

	.am-u-md-push-4 {
		left: 33.33333333%
	}

	.am-u-md-push-5 {
		left: 41.66666667%
	}

	.am-u-md-push-6 {
		left: 50%
	}

	.am-u-md-push-7 {
		left: 58.33333333%
	}

	.am-u-md-push-8 {
		left: 66.66666667%
	}

	.am-u-md-push-9 {
		left: 75%
	}

	.am-u-md-push-10 {
		left: 83.33333333%
	}

	.am-u-md-push-11 {
		left: 91.66666667%
	}

	.am-u-md-offset-0 {
		margin-left: 0
	}

	.am-u-md-offset-1 {
		margin-left: 8.33333333%
	}

	.am-u-md-offset-2 {
		margin-left: 16.66666667%
	}

	.am-u-md-offset-3 {
		margin-left: 25%
	}

	.am-u-md-offset-4 {
		margin-left: 33.33333333%
	}

	.am-u-md-offset-5 {
		margin-left: 41.66666667%
	}

	.am-u-md-offset-6 {
		margin-left: 50%
	}

	.am-u-md-offset-7 {
		margin-left: 58.33333333%
	}

	.am-u-md-offset-8 {
		margin-left: 66.66666667%
	}

	.am-u-md-offset-9 {
		margin-left: 75%
	}

	.am-u-md-offset-10 {
		margin-left: 83.33333333%
	}

	.am-u-md-offset-11 {
		margin-left: 91.66666667%
	}

	.am-u-md-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}[	class*=am-u-].am-u-md-centered {
		float: none;
		margin-left: auto;
		margin-right: auto
	}[	class*=am-u-].am-u-md-centered:last-child {
		float: none
	}[	class*=am-u-].am-u-md-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}[	class*=am-u-].am-u-md-uncentered:last-child {
		float: left
	}
}

@media only screen and (min-width:1025px) {
	.am-u-lg-1 {
		width: 8.33333333%
	}

	.am-u-lg-2 {
		width: 16.66666667%
	}

	.am-u-lg-3 {
		width: 25%
	}

	.am-u-lg-4 {
		width: 33.33333333%
	}

	.am-u-lg-5 {
		width: 41.66666667%
	}

	.am-u-lg-6 {
		width: 50%
	}

	.am-u-lg-7 {
		width: 58.33333333%
	}

	.am-u-lg-8 {
		width: 66.66666667%
	}

	.am-u-lg-9 {
		width: 75%
	}

	.am-u-lg-10 {
		width: 83.33333333%
	}

	.am-u-lg-11 {
		width: 91.66666667%
	}

	.am-u-lg-12 {
		width: 100%
	}

	.am-u-lg-pull-0 {
		right: 0
	}

	.am-u-lg-pull-1 {
		right: 8.33333333%
	}

	.am-u-lg-pull-2 {
		right: 16.66666667%
	}

	.am-u-lg-pull-3 {
		right: 25%
	}

	.am-u-lg-pull-4 {
		right: 33.33333333%
	}

	.am-u-lg-pull-5 {
		right: 41.66666667%
	}

	.am-u-lg-pull-6 {
		right: 50%
	}

	.am-u-lg-pull-7 {
		right: 58.33333333%
	}

	.am-u-lg-pull-8 {
		right: 66.66666667%
	}

	.am-u-lg-pull-9 {
		right: 75%
	}

	.am-u-lg-pull-10 {
		right: 83.33333333%
	}

	.am-u-lg-pull-11 {
		right: 91.66666667%
	}

	.am-u-lg-push-0 {
		left: 0
	}

	.am-u-lg-push-1 {
		left: 8.33333333%
	}

	.am-u-lg-push-2 {
		left: 16.66666667%
	}

	.am-u-lg-push-3 {
		left: 25%
	}

	.am-u-lg-push-4 {
		left: 33.33333333%
	}

	.am-u-lg-push-5 {
		left: 41.66666667%
	}

	.am-u-lg-push-6 {
		left: 50%
	}

	.am-u-lg-push-7 {
		left: 58.33333333%
	}

	.am-u-lg-push-8 {
		left: 66.66666667%
	}

	.am-u-lg-push-9 {
		left: 75%
	}

	.am-u-lg-push-10 {
		left: 83.33333333%
	}

	.am-u-lg-push-11 {
		left: 91.66666667%
	}

	.am-u-lg-offset-0 {
		margin-left: 0
	}

	.am-u-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.am-u-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.am-u-lg-offset-3 {
		margin-left: 25%
	}

	.am-u-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.am-u-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.am-u-lg-offset-6 {
		margin-left: 50%
	}

	.am-u-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.am-u-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.am-u-lg-offset-9 {
		margin-left: 75%
	}

	.am-u-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.am-u-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.am-u-lg-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}[	class*=am-u-].am-u-lg-centered {
		float: none;
		margin-left: auto;
		margin-right: auto
	}[	class*=am-u-].am-u-lg-centered:last-child {
		float: none
	}[	class*=am-u-].am-u-lg-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}[	class*=am-u-].am-u-lg-uncentered:last-child {
		float: left
	}
}[class*=am-avg-] {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0
}[class*=am-avg-]:after,[class*=am-avg-]:before {
	content: " ";
	display: table
}[class*=am-avg-]:after {
	clear: both
}[class*=am-avg-]>li {
	display: block;
	float: left;
	height: auto
}

@media only screen {
	.am-avg-sm-1>li {
		width: 100%
	}

	.am-avg-sm-1>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-1>li:nth-of-type(1n+1) {
		clear: both
	}

	.am-avg-sm-2>li {
		width: 50%
	}

	.am-avg-sm-2>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-2>li:nth-of-type(odd) {
		clear: both
	}

	.am-avg-sm-3>li {
		width: 33.33333333%
	}

	.am-avg-sm-3>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-3>li:nth-of-type(3n+1) {
		clear: both
	}

	.am-avg-sm-4>li {
		width: 25%
	}

	.am-avg-sm-4>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-4>li:nth-of-type(4n+1) {
		clear: both
	}

	.am-avg-sm-5>li {
		width: 20%
	}

	.am-avg-sm-5>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-5>li:nth-of-type(5n+1) {
		clear: both
	}

	.am-avg-sm-6>li {
		width: 16.66666667%
	}

	.am-avg-sm-6>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-6>li:nth-of-type(6n+1) {
		clear: both
	}

	.am-avg-sm-7>li {
		width: 14.28571429%
	}

	.am-avg-sm-7>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-7>li:nth-of-type(7n+1) {
		clear: both
	}

	.am-avg-sm-8>li {
		width: 12.5%
	}

	.am-avg-sm-8>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-8>li:nth-of-type(8n+1) {
		clear: both
	}

	.am-avg-sm-9>li {
		width: 11.11111111%
	}

	.am-avg-sm-9>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-9>li:nth-of-type(9n+1) {
		clear: both
	}

	.am-avg-sm-10>li {
		width: 10%
	}

	.am-avg-sm-10>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-10>li:nth-of-type(10n+1) {
		clear: both
	}

	.am-avg-sm-11>li {
		width: 9.09090909%
	}

	.am-avg-sm-11>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-11>li:nth-of-type(11n+1) {
		clear: both
	}

	.am-avg-sm-12>li {
		width: 8.33333333%
	}

	.am-avg-sm-12>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-sm-12>li:nth-of-type(12n+1) {
		clear: both
	}
}

@media only screen and (min-width:641px) {
	.am-avg-md-1>li {
		width: 100%
	}

	.am-avg-md-1>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-1>li:nth-of-type(1n+1) {
		clear: both
	}

	.am-avg-md-2>li {
		width: 50%
	}

	.am-avg-md-2>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-2>li:nth-of-type(odd) {
		clear: both
	}

	.am-avg-md-3>li {
		width: 33.33333333%
	}

	.am-avg-md-3>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-3>li:nth-of-type(3n+1) {
		clear: both
	}

	.am-avg-md-4>li {
		width: 25%
	}

	.am-avg-md-4>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-4>li:nth-of-type(4n+1) {
		clear: both
	}

	.am-avg-md-5>li {
		width: 20%
	}

	.am-avg-md-5>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-5>li:nth-of-type(5n+1) {
		clear: both
	}

	.am-avg-md-6>li {
		width: 16.66666667%
	}

	.am-avg-md-6>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-6>li:nth-of-type(6n+1) {
		clear: both
	}

	.am-avg-md-7>li {
		width: 14.28571429%
	}

	.am-avg-md-7>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-7>li:nth-of-type(7n+1) {
		clear: both
	}

	.am-avg-md-8>li {
		width: 12.5%
	}

	.am-avg-md-8>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-8>li:nth-of-type(8n+1) {
		clear: both
	}

	.am-avg-md-9>li {
		width: 11.11111111%
	}

	.am-avg-md-9>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-9>li:nth-of-type(9n+1) {
		clear: both
	}

	.am-avg-md-10>li {
		width: 10%
	}

	.am-avg-md-10>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-10>li:nth-of-type(10n+1) {
		clear: both
	}

	.am-avg-md-11>li {
		width: 9.09090909%
	}

	.am-avg-md-11>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-11>li:nth-of-type(11n+1) {
		clear: both
	}

	.am-avg-md-12>li {
		width: 8.33333333%
	}

	.am-avg-md-12>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-md-12>li:nth-of-type(12n+1) {
		clear: both
	}
}

@media only screen and (min-width:1025px) {
	.am-avg-lg-1>li {
		width: 100%
	}

	.am-avg-lg-1>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-1>li:nth-of-type(1n+1) {
		clear: both
	}

	.am-avg-lg-2>li {
		width: 50%
	}

	.am-avg-lg-2>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-2>li:nth-of-type(odd) {
		clear: both
	}

	.am-avg-lg-3>li {
		width: 33.33333333%
	}

	.am-avg-lg-3>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-3>li:nth-of-type(3n+1) {
		clear: both
	}

	.am-avg-lg-4>li {
		width: 25%
	}

	.am-avg-lg-4>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-4>li:nth-of-type(4n+1) {
		clear: both
	}

	.am-avg-lg-5>li {
		width: 20%
	}

	.am-avg-lg-5>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-5>li:nth-of-type(5n+1) {
		clear: both
	}

	.am-avg-lg-6>li {
		width: 16.66666667%
	}

	.am-avg-lg-6>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-6>li:nth-of-type(6n+1) {
		clear: both
	}

	.am-avg-lg-7>li {
		width: 14.28571429%
	}

	.am-avg-lg-7>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-7>li:nth-of-type(7n+1) {
		clear: both
	}

	.am-avg-lg-8>li {
		width: 12.5%
	}

	.am-avg-lg-8>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-8>li:nth-of-type(8n+1) {
		clear: both
	}

	.am-avg-lg-9>li {
		width: 11.11111111%
	}

	.am-avg-lg-9>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-9>li:nth-of-type(9n+1) {
		clear: both
	}

	.am-avg-lg-10>li {
		width: 10%
	}

	.am-avg-lg-10>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-10>li:nth-of-type(10n+1) {
		clear: both
	}

	.am-avg-lg-11>li {
		width: 9.09090909%
	}

	.am-avg-lg-11>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-11>li:nth-of-type(11n+1) {
		clear: both
	}

	.am-avg-lg-12>li {
		width: 8.33333333%
	}

	.am-avg-lg-12>li:nth-of-type(n) {
		clear: none
	}

	.am-avg-lg-12>li:nth-of-type(12n+1) {
		clear: both
	}
}

code,kbd,pre,samp {
	font-family: Monaco,Menlo,Consolas,Courier New,FontAwesome,monospace
}

code {
	border-radius: 0;
	color: #c7254e;
	padding: 2px 4px;
	white-space: nowrap
}

code,pre {
	background-color: #f8f8f8;
	font-size: 1.3rem
}

pre {
	word-wrap: break-word;
	border: 1px solid #dedede;
	color: #555;
	display: block;
	line-height: 1.6;
	margin: 1rem 0;
	padding: 1rem;
	word-break: break-all
}

pre,pre code {
	border-radius: 0
}

pre code {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	padding: 0;
	white-space: pre-wrap
}

.am-pre-scrollable {
	max-height: 24rem;
	overflow-y: scroll
}

.am-btn {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0;
	outline: none;
	padding: .5em 1em;
	text-align: center;
	-webkit-transition: background-color .3s ease-out,border-color .3s ease-out;
	transition: background-color .3s ease-out,border-color .3s ease-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap
}

.am-btn:active:focus,.am-btn:focus {
	outline: thin dotted;
	outline: 1px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.am-btn:focus,.am-btn:hover {
	color: #444;
	text-decoration: none
}

.am-btn.am-active,.am-btn:active {
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.15)
}

.am-btn.am-disabled,.am-btn[disabled],fieldset[disabled] .am-btn {
	border-color: transparent;
	box-shadow: none;
	cursor: not-allowed;
	opacity: .45;
	pointer-events: none
}

.am-btn.am-round {
	border-radius: 1000px
}

.am-btn.am-radius {
	border-radius: 2px
}

.am-btn-default {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
	color: #444
}

a.am-btn-default:visited {
	color: #444
}

.am-btn-default.am-active,.am-btn-default:active,.am-btn-default:focus,.am-btn-default:hover,.am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
	border-color: #c7c7c7;
	color: #444
}

.am-btn-default:focus,.am-btn-default:hover {
	background-color: #d4d4d4
}

.am-btn-default.am-active,.am-btn-default:active,.am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
	background-color: #c2c2c2;
	background-image: none
}

.am-btn-default.am-disabled,.am-btn-default.am-disabled.am-active,.am-btn-default.am-disabled:active,.am-btn-default.am-disabled:focus,.am-btn-default.am-disabled:hover,.am-btn-default[disabled],.am-btn-default[disabled].am-active,.am-btn-default[disabled]:active,.am-btn-default[disabled]:focus,.am-btn-default[disabled]:hover,fieldset[disabled] .am-btn-default,fieldset[disabled] .am-btn-default.am-active,fieldset[disabled] .am-btn-default:active,fieldset[disabled] .am-btn-default:focus,fieldset[disabled] .am-btn-default:hover {
	background-color: #e6e6e6;
	border-color: #e6e6e6
}

.am-btn-group .am-btn-default,.am-btn-group-stacked .am-btn-default {
	border-color: #d9d9d9
}

.am-btn-primary {
	background-color: #0e90d2;
	border-color: #0e90d2;
	color: #fff
}

a.am-btn-primary:visited {
	color: #fff
}

.am-btn-primary.am-active,.am-btn-primary:active,.am-btn-primary:focus,.am-btn-primary:hover,.am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
	border-color: #0a6999;
	color: #fff
}

.am-btn-primary:focus,.am-btn-primary:hover {
	background-color: #0c79b1
}

.am-btn-primary.am-active,.am-btn-primary:active,.am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
	background-color: #0a628f;
	background-image: none
}

.am-btn-primary.am-disabled,.am-btn-primary.am-disabled.am-active,.am-btn-primary.am-disabled:active,.am-btn-primary.am-disabled:focus,.am-btn-primary.am-disabled:hover,.am-btn-primary[disabled],.am-btn-primary[disabled].am-active,.am-btn-primary[disabled]:active,.am-btn-primary[disabled]:focus,.am-btn-primary[disabled]:hover,fieldset[disabled] .am-btn-primary,fieldset[disabled] .am-btn-primary.am-active,fieldset[disabled] .am-btn-primary:active,fieldset[disabled] .am-btn-primary:focus,fieldset[disabled] .am-btn-primary:hover {
	background-color: #0e90d2;
	border-color: #0e90d2
}

.am-btn-group .am-btn-primary,.am-btn-group-stacked .am-btn-primary {
	border-color: #0c80ba
}

.am-btn-secondary {
	background-color: #3bb4f2;
	border-color: #3bb4f2;
	color: #fff
}

a.am-btn-secondary:visited {
	color: #fff
}

.am-btn-secondary.am-active,.am-btn-secondary:active,.am-btn-secondary:focus,.am-btn-secondary:hover,.am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
	border-color: #0f9ae0;
	color: #fff
}

.am-btn-secondary:focus,.am-btn-secondary:hover {
	background-color: #19a7f0
}

.am-btn-secondary.am-active,.am-btn-secondary:active,.am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
	background-color: #0e93d7;
	background-image: none
}

.am-btn-secondary.am-disabled,.am-btn-secondary.am-disabled.am-active,.am-btn-secondary.am-disabled:active,.am-btn-secondary.am-disabled:focus,.am-btn-secondary.am-disabled:hover,.am-btn-secondary[disabled],.am-btn-secondary[disabled].am-active,.am-btn-secondary[disabled]:active,.am-btn-secondary[disabled]:focus,.am-btn-secondary[disabled]:hover,fieldset[disabled] .am-btn-secondary,fieldset[disabled] .am-btn-secondary.am-active,fieldset[disabled] .am-btn-secondary:active,fieldset[disabled] .am-btn-secondary:focus,fieldset[disabled] .am-btn-secondary:hover {
	background-color: #3bb4f2;
	border-color: #3bb4f2
}

.am-btn-group .am-btn-secondary,.am-btn-group-stacked .am-btn-secondary {
	border-color: #23abf0
}

.am-btn-warning {
	background-color: #f37b1d;
	border-color: #f37b1d;
	color: #fff
}

a.am-btn-warning:visited {
	color: #fff
}

.am-btn-warning.am-active,.am-btn-warning:active,.am-btn-warning:focus,.am-btn-warning:hover,.am-dropdown.am-active .am-btn-warning.am-dropdown-toggle {
	border-color: #c85e0b;
	color: #fff
}

.am-btn-warning:focus,.am-btn-warning:hover {
	background-color: #e0690c
}

.am-btn-warning.am-active,.am-btn-warning:active,.am-dropdown.am-active .am-btn-warning.am-dropdown-toggle {
	background-color: #be590a;
	background-image: none
}

.am-btn-warning.am-disabled,.am-btn-warning.am-disabled.am-active,.am-btn-warning.am-disabled:active,.am-btn-warning.am-disabled:focus,.am-btn-warning.am-disabled:hover,.am-btn-warning[disabled],.am-btn-warning[disabled].am-active,.am-btn-warning[disabled]:active,.am-btn-warning[disabled]:focus,.am-btn-warning[disabled]:hover,fieldset[disabled] .am-btn-warning,fieldset[disabled] .am-btn-warning.am-active,fieldset[disabled] .am-btn-warning:active,fieldset[disabled] .am-btn-warning:focus,fieldset[disabled] .am-btn-warning:hover {
	background-color: #f37b1d;
	border-color: #f37b1d
}

.am-btn-group .am-btn-warning,.am-btn-group-stacked .am-btn-warning {
	border-color: #ea6e0c
}

.am-btn-danger {
	background-color: #dd514c;
	border-color: #dd514c;
	color: #fff
}

a.am-btn-danger:visited {
	color: #fff
}

.am-btn-danger.am-active,.am-btn-danger:active,.am-btn-danger:focus,.am-btn-danger:hover,.am-dropdown.am-active .am-btn-danger.am-dropdown-toggle {
	border-color: #c62b26;
	color: #fff
}

.am-btn-danger:focus,.am-btn-danger:hover {
	background-color: #d7342e
}

.am-btn-danger.am-active,.am-btn-danger:active,.am-dropdown.am-active .am-btn-danger.am-dropdown-toggle {
	background-color: #be2924;
	background-image: none
}

.am-btn-danger.am-disabled,.am-btn-danger.am-disabled.am-active,.am-btn-danger.am-disabled:active,.am-btn-danger.am-disabled:focus,.am-btn-danger.am-disabled:hover,.am-btn-danger[disabled],.am-btn-danger[disabled].am-active,.am-btn-danger[disabled]:active,.am-btn-danger[disabled]:focus,.am-btn-danger[disabled]:hover,fieldset[disabled] .am-btn-danger,fieldset[disabled] .am-btn-danger.am-active,fieldset[disabled] .am-btn-danger:active,fieldset[disabled] .am-btn-danger:focus,fieldset[disabled] .am-btn-danger:hover {
	background-color: #dd514c;
	border-color: #dd514c
}

.am-btn-group .am-btn-danger,.am-btn-group-stacked .am-btn-danger {
	border-color: #d93c37
}

.am-btn-success {
	background-color: #5eb95e;
	border-color: #5eb95e;
	color: #fff
}

a.am-btn-success:visited {
	color: #fff
}

.am-btn-success.am-active,.am-btn-success:active,.am-btn-success:focus,.am-btn-success:hover,.am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
	border-color: #429842;
	color: #fff
}

.am-btn-success:focus,.am-btn-success:hover {
	background-color: #4aaa4a
}

.am-btn-success.am-active,.am-btn-success:active,.am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
	background-color: #3f913f;
	background-image: none
}

.am-btn-success.am-disabled,.am-btn-success.am-disabled.am-active,.am-btn-success.am-disabled:active,.am-btn-success.am-disabled:focus,.am-btn-success.am-disabled:hover,.am-btn-success[disabled],.am-btn-success[disabled].am-active,.am-btn-success[disabled]:active,.am-btn-success[disabled]:focus,.am-btn-success[disabled]:hover,fieldset[disabled] .am-btn-success,fieldset[disabled] .am-btn-success.am-active,fieldset[disabled] .am-btn-success:active,fieldset[disabled] .am-btn-success:focus,fieldset[disabled] .am-btn-success:hover {
	background-color: #5eb95e;
	border-color: #5eb95e
}

.am-btn-group .am-btn-success,.am-btn-group-stacked .am-btn-success {
	border-color: #4db14d
}

.am-btn-link {
	border-radius: 0;
	color: #0e90d2;
	cursor: pointer;
	font-weight: 400
}

.am-btn-link,.am-btn-link:active,.am-btn-link[disabled],fieldset[disabled] .am-btn-link {
	background-color: transparent;
	box-shadow: none
}

.am-btn-link,.am-btn-link:active,.am-btn-link:focus,.am-btn-link:hover {
	border-color: transparent
}

.am-btn-link:focus,.am-btn-link:hover {
	background-color: transparent;
	color: #095f8a;
	text-decoration: underline
}

.am-btn-link[disabled]:focus,.am-btn-link[disabled]:hover,fieldset[disabled] .am-btn-link:focus,fieldset[disabled] .am-btn-link:hover {
	color: #999;
	text-decoration: none
}

.am-btn-xs {
	font-size: 1.2rem
}

.am-btn-sm {
	font-size: 1.4rem
}

.am-btn-lg {
	font-size: 1.8rem
}

.am-btn-xl {
	font-size: 2rem
}

.am-btn-block {
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%
}

.am-btn-block+.am-btn-block {
	margin-top: 5px
}

input[type=button].am-btn-block,input[type=reset].am-btn-block,input[type=submit].am-btn-block {
	width: 100%
}

.am-btn.am-btn-loading .am-icon-spin {
	margin-right: 5px
}

table {
	background-color: transparent;
	empty-cells: show;
	max-width: 100%
}

table code {
	white-space: normal
}

th {
	text-align: left
}

.am-table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 1.6rem;
	width: 100%
}

.am-table>tbody>tr>td,.am-table>tbody>tr>th,.am-table>tfoot>tr>td,.am-table>tfoot>tr>th,.am-table>thead>tr>td,.am-table>thead>tr>th {
	border-top: 1px solid #ddd;
	line-height: 1.6;
	padding: .7rem;
	vertical-align: top
}

.am-table>thead>tr>th {
	border-bottom: 1px solid #ddd;
	vertical-align: bottom
}

.am-table>caption+thead>tr:first-child>td,.am-table>caption+thead>tr:first-child>th,.am-table>colgroup+thead>tr:first-child>td,.am-table>colgroup+thead>tr:first-child>th,.am-table>thead:first-child>tr:first-child>td,.am-table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.am-table>tbody+tbody tr:first-child td {
	border-top: 2px solid #ddd
}

.am-table-bordered {
	border: 1px solid #ddd;
	border-left: none
}

.am-table-bordered>tbody>tr>td,.am-table-bordered>tbody>tr>th,.am-table-bordered>tfoot>tr>td,.am-table-bordered>tfoot>tr>th,.am-table-bordered>thead>tr>td,.am-table-bordered>thead>tr>th {
	border-left: 1px solid #ddd
}

.am-table-bordered>tbody>tr:first-child>td,.am-table-bordered>tbody>tr:first-child>th {
	border-top: none
}

.am-table-bordered>thead+tbody>tr:first-child>td,.am-table-bordered>thead+tbody>tr:first-child>th {
	border-top: 1px solid #ddd
}

.am-table-radius {
	border: 1px solid #ddd;
	border-radius: 2px
}

.am-table-radius>thead>tr:first-child>td:first-child,.am-table-radius>thead>tr:first-child>th:first-child {
	border-left: none;
	border-top-left-radius: 2px
}

.am-table-radius>thead>tr:first-child>td:last-child,.am-table-radius>thead>tr:first-child>th:last-child {
	border-right: none;
	border-top-right-radius: 2px
}

.am-table-radius>tbody>tr>td:first-child,.am-table-radius>tbody>tr>th:first-child {
	border-left: none
}

.am-table-radius>tbody>tr>td:last-child,.am-table-radius>tbody>tr>th:last-child {
	border-right: none
}

.am-table-radius>tbody>tr:last-child>td,.am-table-radius>tbody>tr:last-child>th {
	border-bottom: none
}

.am-table-radius>tbody>tr:last-child>td:first-child,.am-table-radius>tbody>tr:last-child>th:first-child {
	border-bottom-left-radius: 2px
}

.am-table-radius>tbody>tr:last-child>td:last-child,.am-table-radius>tbody>tr:last-child>th:last-child {
	border-bottom-right-radius: 2px
}

.am-table-striped>tbody>tr:nth-child(odd)>td,.am-table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}

.am-table-hover>tbody>tr:hover>td,.am-table-hover>tbody>tr:hover>th {
	background-color: #e9e9e9
}

.am-table-compact>tbody>tr>td,.am-table-compact>tbody>tr>th,.am-table-compact>tfoot>tr>td,.am-table-compact>tfoot>tr>th,.am-table-compact>thead>tr>td,.am-table-compact>thead>tr>th {
	padding: .4rem
}

.am-table-centered>tbody>tr>td,.am-table-centered>tbody>tr>th,.am-table-centered>tfoot>tr>td,.am-table-centered>tfoot>tr>th,.am-table-centered>thead>tr>td,.am-table-centered>thead>tr>th {
	text-align: center
}

.am-table>tbody>tr.am-active>td,.am-table>tbody>tr.am-active>th,.am-table>tbody>tr>td.am-active,.am-table>tbody>tr>th.am-active,.am-table>tfoot>tr.am-active>td,.am-table>tfoot>tr.am-active>th,.am-table>tfoot>tr>td.am-active,.am-table>tfoot>tr>th.am-active,.am-table>thead>tr.am-active>td,.am-table>thead>tr.am-active>th,.am-table>thead>tr>td.am-active,.am-table>thead>tr>th.am-active {
	background-color: #ffd
}

.am-table>tbody>tr.am-disabled>td,.am-table>tbody>tr.am-disabled>th,.am-table>tbody>tr>td.am-disabled,.am-table>tbody>tr>th.am-disabled,.am-table>tfoot>tr.am-disabled>td,.am-table>tfoot>tr.am-disabled>th,.am-table>tfoot>tr>td.am-disabled,.am-table>tfoot>tr>th.am-disabled,.am-table>thead>tr.am-disabled>td,.am-table>thead>tr.am-disabled>th,.am-table>thead>tr>td.am-disabled,.am-table>thead>tr>th.am-disabled {
	color: #999
}

.am-table>tbody>tr.am-primary>td,.am-table>tbody>tr.am-primary>th,.am-table>tbody>tr>td.am-primary,.am-table>tbody>tr>th.am-primary,.am-table>tfoot>tr.am-primary>td,.am-table>tfoot>tr.am-primary>th,.am-table>tfoot>tr>td.am-primary,.am-table>tfoot>tr>th.am-primary,.am-table>thead>tr.am-primary>td,.am-table>thead>tr.am-primary>th,.am-table>thead>tr>td.am-primary,.am-table>thead>tr>th.am-primary {
	background-color: rgba(14,144,210,.115);
	color: #0b76ac
}

.am-table>tbody>tr.am-success>td,.am-table>tbody>tr.am-success>th,.am-table>tbody>tr>td.am-success,.am-table>tbody>tr>th.am-success,.am-table>tfoot>tr.am-success>td,.am-table>tfoot>tr.am-success>th,.am-table>tfoot>tr>td.am-success,.am-table>tfoot>tr>th.am-success,.am-table>thead>tr.am-success>td,.am-table>thead>tr.am-success>th,.am-table>thead>tr>td.am-success,.am-table>thead>tr>th.am-success {
	background-color: rgba(94,185,94,.115);
	color: #5eb95e
}

.am-table>tbody>tr.am-warning>td,.am-table>tbody>tr.am-warning>th,.am-table>tbody>tr>td.am-warning,.am-table>tbody>tr>th.am-warning,.am-table>tfoot>tr.am-warning>td,.am-table>tfoot>tr.am-warning>th,.am-table>tfoot>tr>td.am-warning,.am-table>tfoot>tr>th.am-warning,.am-table>thead>tr.am-warning>td,.am-table>thead>tr.am-warning>th,.am-table>thead>tr>td.am-warning,.am-table>thead>tr>th.am-warning {
	background-color: rgba(243,123,29,.115);
	color: #f37b1d
}

.am-table>tbody>tr.am-danger>td,.am-table>tbody>tr.am-danger>th,.am-table>tbody>tr>td.am-danger,.am-table>tbody>tr>th.am-danger,.am-table>tfoot>tr.am-danger>td,.am-table>tfoot>tr.am-danger>th,.am-table>tfoot>tr>td.am-danger,.am-table>tfoot>tr>th.am-danger,.am-table>thead>tr.am-danger>td,.am-table>thead>tr.am-danger>th,.am-table>thead>tr>td.am-danger,.am-table>thead>tr>th.am-danger {
	background-color: rgba(221,81,76,.115);
	color: #dd514c
}

fieldset {
	border: none
}

legend {
	border-bottom: 1px solid #e5e5e5;
	color: #333;
	display: block;
	font-size: 2rem;
	line-height: inherit;
	margin-bottom: 2rem;
	padding-bottom: .5rem;
	width: 100%
}

label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px
}

input[type=search] {
	box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
	line-height: normal;
	margin: 4px 0 0;
	margin-top: 1px\9
}

input[type=file] {
	display: block
}

select[multiple],select[size] {
	height: auto
}

select optgroup {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
	outline: thin dotted;
	outline: 1px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

output {
	color: #555;
	display: block;
	font-size: 1.6rem;
	line-height: 1.6;
	padding-top: 1.6rem;
	vertical-align: middle
}

.am-form input[type=color],.am-form input[type=date],.am-form input[type=datetime-local],.am-form input[type=datetime],.am-form input[type=email],.am-form input[type=month],.am-form input[type=number],.am-form input[type=password],.am-form input[type=search],.am-form input[type=tel],.am-form input[type=text],.am-form input[type=time],.am-form input[type=url],.am-form input[type=week],.am-form select,.am-form textarea,.am-form-field {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #555;
	display: block;
	font-size: 1.6rem;
	line-height: 1.2;
	padding: .5em;
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	vertical-align: middle;
	width: 100%
}

.am-form input[type=color]:focus,.am-form input[type=date]:focus,.am-form input[type=datetime-local]:focus,.am-form input[type=datetime]:focus,.am-form input[type=email]:focus,.am-form input[type=month]:focus,.am-form input[type=number]:focus,.am-form input[type=password]:focus,.am-form input[type=search]:focus,.am-form input[type=tel]:focus,.am-form input[type=text]:focus,.am-form input[type=time]:focus,.am-form input[type=url]:focus,.am-form input[type=week]:focus,.am-form select:focus,.am-form textarea:focus,.am-form-field:focus {
	background-color: #fefffe;
	border-color: #3bb4f2;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px rgba(59,180,242,.3);
	outline: 0
}

.am-form input[type=color]::-webkit-input-placeholder,.am-form input[type=date]::-webkit-input-placeholder,.am-form input[type=datetime-local]::-webkit-input-placeholder,.am-form input[type=datetime]::-webkit-input-placeholder,.am-form input[type=email]::-webkit-input-placeholder,.am-form input[type=month]::-webkit-input-placeholder,.am-form input[type=number]::-webkit-input-placeholder,.am-form input[type=password]::-webkit-input-placeholder,.am-form input[type=search]::-webkit-input-placeholder,.am-form input[type=tel]::-webkit-input-placeholder,.am-form input[type=text]::-webkit-input-placeholder,.am-form input[type=time]::-webkit-input-placeholder,.am-form input[type=url]::-webkit-input-placeholder,.am-form input[type=week]::-webkit-input-placeholder,.am-form select::-webkit-input-placeholder,.am-form textarea::-webkit-input-placeholder,.am-form-field::-webkit-input-placeholder {
	color: #999
}

.am-form input[type=color]::-moz-placeholder,.am-form input[type=date]::-moz-placeholder,.am-form input[type=datetime-local]::-moz-placeholder,.am-form input[type=datetime]::-moz-placeholder,.am-form input[type=email]::-moz-placeholder,.am-form input[type=month]::-moz-placeholder,.am-form input[type=number]::-moz-placeholder,.am-form input[type=password]::-moz-placeholder,.am-form input[type=search]::-moz-placeholder,.am-form input[type=tel]::-moz-placeholder,.am-form input[type=text]::-moz-placeholder,.am-form input[type=time]::-moz-placeholder,.am-form input[type=url]::-moz-placeholder,.am-form input[type=week]::-moz-placeholder,.am-form select::-moz-placeholder,.am-form textarea::-moz-placeholder,.am-form-field::-moz-placeholder {
	color: #999
}

.am-form input[type=color]:-ms-input-placeholder,.am-form input[type=date]:-ms-input-placeholder,.am-form input[type=datetime-local]:-ms-input-placeholder,.am-form input[type=datetime]:-ms-input-placeholder,.am-form input[type=email]:-ms-input-placeholder,.am-form input[type=month]:-ms-input-placeholder,.am-form input[type=number]:-ms-input-placeholder,.am-form input[type=password]:-ms-input-placeholder,.am-form input[type=search]:-ms-input-placeholder,.am-form input[type=tel]:-ms-input-placeholder,.am-form input[type=text]:-ms-input-placeholder,.am-form input[type=time]:-ms-input-placeholder,.am-form input[type=url]:-ms-input-placeholder,.am-form input[type=week]:-ms-input-placeholder,.am-form select:-ms-input-placeholder,.am-form textarea:-ms-input-placeholder,.am-form-field:-ms-input-placeholder {
	color: #999
}

.am-form input[type=color]::placeholder,.am-form input[type=date]::placeholder,.am-form input[type=datetime-local]::placeholder,.am-form input[type=datetime]::placeholder,.am-form input[type=email]::placeholder,.am-form input[type=month]::placeholder,.am-form input[type=number]::placeholder,.am-form input[type=password]::placeholder,.am-form input[type=search]::placeholder,.am-form input[type=tel]::placeholder,.am-form input[type=text]::placeholder,.am-form input[type=time]::placeholder,.am-form input[type=url]::placeholder,.am-form input[type=week]::placeholder,.am-form select::placeholder,.am-form textarea::placeholder,.am-form-field::placeholder {
	color: #999
}

.am-form input[type=color]::-moz-placeholder,.am-form input[type=date]::-moz-placeholder,.am-form input[type=datetime-local]::-moz-placeholder,.am-form input[type=datetime]::-moz-placeholder,.am-form input[type=email]::-moz-placeholder,.am-form input[type=month]::-moz-placeholder,.am-form input[type=number]::-moz-placeholder,.am-form input[type=password]::-moz-placeholder,.am-form input[type=search]::-moz-placeholder,.am-form input[type=tel]::-moz-placeholder,.am-form input[type=text]::-moz-placeholder,.am-form input[type=time]::-moz-placeholder,.am-form input[type=url]::-moz-placeholder,.am-form input[type=week]::-moz-placeholder,.am-form select::-moz-placeholder,.am-form textarea::-moz-placeholder,.am-form-field::-moz-placeholder {
	opacity: 1
}

.am-form input[type=color][disabled],.am-form input[type=color][readonly],.am-form input[type=date][disabled],.am-form input[type=date][readonly],.am-form input[type=datetime-local][disabled],.am-form input[type=datetime-local][readonly],.am-form input[type=datetime][disabled],.am-form input[type=datetime][readonly],.am-form input[type=email][disabled],.am-form input[type=email][readonly],.am-form input[type=month][disabled],.am-form input[type=month][readonly],.am-form input[type=number][disabled],.am-form input[type=number][readonly],.am-form input[type=password][disabled],.am-form input[type=password][readonly],.am-form input[type=search][disabled],.am-form input[type=search][readonly],.am-form input[type=tel][disabled],.am-form input[type=tel][readonly],.am-form input[type=text][disabled],.am-form input[type=text][readonly],.am-form input[type=time][disabled],.am-form input[type=time][readonly],.am-form input[type=url][disabled],.am-form input[type=url][readonly],.am-form input[type=week][disabled],.am-form input[type=week][readonly],.am-form select[disabled],.am-form select[readonly],.am-form textarea[disabled],.am-form textarea[readonly],.am-form-field[disabled],.am-form-field[readonly],fieldset[disabled] .am-form input[type=color],fieldset[disabled] .am-form input[type=date],fieldset[disabled] .am-form input[type=datetime-local],fieldset[disabled] .am-form input[type=datetime],fieldset[disabled] .am-form input[type=email],fieldset[disabled] .am-form input[type=month],fieldset[disabled] .am-form input[type=number],fieldset[disabled] .am-form input[type=password],fieldset[disabled] .am-form input[type=search],fieldset[disabled] .am-form input[type=tel],fieldset[disabled] .am-form input[type=text],fieldset[disabled] .am-form input[type=time],fieldset[disabled] .am-form input[type=url],fieldset[disabled] .am-form input[type=week],fieldset[disabled] .am-form select,fieldset[disabled] .am-form textarea,fieldset[disabled] .am-form-field {
	background-color: #eee;
	cursor: not-allowed
}

.am-form input[type=color].am-radius,.am-form input[type=date].am-radius,.am-form input[type=datetime-local].am-radius,.am-form input[type=datetime].am-radius,.am-form input[type=email].am-radius,.am-form input[type=month].am-radius,.am-form input[type=number].am-radius,.am-form input[type=password].am-radius,.am-form input[type=search].am-radius,.am-form input[type=tel].am-radius,.am-form input[type=text].am-radius,.am-form input[type=time].am-radius,.am-form input[type=url].am-radius,.am-form input[type=week].am-radius,.am-form select.am-radius,.am-form textarea.am-radius,.am-form-field.am-radius {
	border-radius: 2px
}

.am-form input[type=color].am-round,.am-form input[type=date].am-round,.am-form input[type=datetime-local].am-round,.am-form input[type=datetime].am-round,.am-form input[type=email].am-round,.am-form input[type=month].am-round,.am-form input[type=number].am-round,.am-form input[type=password].am-round,.am-form input[type=search].am-round,.am-form input[type=tel].am-round,.am-form input[type=text].am-round,.am-form input[type=time].am-round,.am-form input[type=url].am-round,.am-form input[type=week].am-round,.am-form select.am-round,.am-form textarea.am-round,.am-form-field.am-round {
	border-radius: 1000px
}

.am-form select[multiple],.am-form select[size],.am-form textarea {
	height: auto
}

.am-form select {
	-webkit-appearance: none!important;
	-moz-appearance: none!important;
	background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjEyIiB3aWR0aD0iMjQiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0ibTUuOTkyIDAtMyAzLTMtM3oiLz48L3N2Zz4=") no-repeat 100%;
	-webkit-border-radius: 0
}

.am-form select[multiple=multiple] {
	background-image: none
}

.am-form input[type=date],.am-form input[type=datetime-local],input[type=date].am-form-field,input[type=datetime-local].am-form-field {
	height: 37px
}

.am-form input[type=date].am-input-sm,.am-form input[type=datetime-local].am-input-sm,input[type=date].am-form-field.am-input-sm,input[type=datetime-local].am-form-field.am-input-sm {
	height: 32px
}

.am-form input[type=date] .am-input-lg,.am-form input[type=datetime-local] .am-input-lg,input[type=date].am-form-field .am-input-lg,input[type=datetime-local].am-form-field .am-input-lg {
	height: 41px
}

.am-form-help {
	color: #999;
	display: block;
	font-size: 1.3rem;
	margin-bottom: 10px;
	margin-top: 5px
}

.am-form-group {
	margin-bottom: 1.5rem
}

.am-form-file {
	overflow: hidden;
	position: relative
}

.am-form-file input[type=file] {
	cursor: pointer;
	font-size: 50rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.am-checkbox,.am-radio {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	min-height: 1.92rem;
	padding-left: 20px;
	vertical-align: middle
}

.am-checkbox label,.am-radio label {
	cursor: pointer;
	display: inline;
	font-weight: 400;
	margin-bottom: 0
}

.am-checkbox input[type=checkbox],.am-checkbox-inline input[type=checkbox],.am-radio input[type=radio],.am-radio-inline input[type=radio] {
	float: left;
	margin-left: -20px;
	outline: none
}

.am-checkbox+.am-checkbox,.am-radio+.am-radio {
	margin-top: -5px
}

.am-checkbox-inline,.am-radio-inline {
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	margin-bottom: 0;
	padding-left: 20px;
	vertical-align: middle
}

.am-checkbox-inline+.am-checkbox-inline,.am-radio-inline+.am-radio-inline {
	margin-left: 10px;
	margin-top: 0
}

.am-checkbox-inline[disabled],.am-checkbox[disabled],.am-radio-inline[disabled],.am-radio[disabled],fieldset[disabled] .am-checkbox,fieldset[disabled] .am-checkbox-inline,fieldset[disabled] .am-radio,fieldset[disabled] .am-radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=radio][disabled] {
	cursor: not-allowed
}

.am-form-warning .am-checkbox,.am-form-warning .am-checkbox-inline,.am-form-warning .am-form-help,.am-form-warning .am-form-label,.am-form-warning .am-radio,.am-form-warning .am-radio-inline,.am-form-warning [class*=icon-],.am-form-warning label {
	color: #f37b1d
}

.am-form-warning .am-form-field {
	border-color: #f37b1d!important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.am-form-warning .am-form-field:focus {
	background-color: #fefffe;
	border-color: #d2620b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px #f8b47e!important
}

.am-form-error .am-checkbox,.am-form-error .am-checkbox-inline,.am-form-error .am-form-help,.am-form-error .am-form-label,.am-form-error .am-radio,.am-form-error .am-radio-inline,.am-form-error [class*=icon-],.am-form-error label {
	color: #dd514c
}

.am-field-error,.am-form-error .am-form-field {
	border-color: #dd514c!important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.am-field-error:focus,.am-form-error .am-form-field:focus {
	background-color: #fefffe;
	border-color: #cf2d27;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px #eda4a2!important
}

.am-form-success .am-checkbox,.am-form-success .am-checkbox-inline,.am-form-success .am-form-help,.am-form-success .am-form-label,.am-form-success .am-radio,.am-form-success .am-radio-inline,.am-form-success [class*=icon-],.am-form-success label {
	color: #5eb95e
}

.am-field-valid,.am-form-success .am-form-field {
	border-color: #5eb95e!important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.am-field-valid:focus,.am-form-success .am-form-field:focus {
	background-color: #fefffe;
	border-color: #459f45;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 5px #a5d8a5!important
}

.am-form-horizontal .am-checkbox,.am-form-horizontal .am-checkbox-inline,.am-form-horizontal .am-form-label,.am-form-horizontal .am-radio,.am-form-horizontal .am-radio-inline {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: .6em
}

.am-form-horizontal .am-form-group:after,.am-form-horizontal .am-form-group:before {
	content: " ";
	display: table
}

.am-form-horizontal .am-form-group:after {
	clear: both
}

@media only screen and (min-width:641px) {
	.am-form-horizontal .am-form-label {
		text-align: right
	}

	.am-form-inline .am-form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.am-form-inline .am-form-field {
		display: inline-block;
		vertical-align: middle;
		width: auto
	}

	.am-form-inline .am-input-group {
		display: inline-table;
		vertical-align: middle
	}

	.am-form-inline .am-input-group .am-form-label,.am-form-inline .am-input-group .am-input-group-btn,.am-form-inline .am-input-group .am-input-group-label {
		width: auto
	}

	.am-form-inline .am-input-group>.am-form-field {
		width: 100%
	}

	.am-form-inline .am-form-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.am-form-inline .am-checkbox,.am-form-inline .am-radio {
		display: inline-block;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 0;
		vertical-align: middle
	}

	.am-form-inline .am-checkbox input[type=checkbox],.am-form-inline .am-radio input[type=radio] {
		float: none;
		margin-left: 0
	}
}

.am-input-sm {
	font-size: 1.4rem!important
}

.am-input-lg {
	font-size: 1.8rem!important
}

.am-form-group-sm .am-checkbox,.am-form-group-sm .am-form-field,.am-form-group-sm .am-form-label,.am-form-group-sm .am-radio {
	font-size: 1.4rem!important
}

.am-form-group-lg .am-checkbox,.am-form-group-lg .am-form-field,.am-form-group-lg .am-form-label,.am-form-group-lg .am-radio {
	font-size: 1.8rem!important
}

.am-form-group-lg input[type=checkbox],.am-form-group-lg input[type=radio] {
	margin-top: 7px
}

.am-form-icon {
	position: relative
}

.am-form-icon .am-form-field {
	padding-left: 1.75em!important
}

.am-form-icon [class*=am-icon-] {
	display: block;
	left: .5em;
	line-height: 1;
	margin-top: -.5em;
	position: absolute;
	top: 50%;
	z-index: 2
}

.am-form-icon label~[class*=am-icon-] {
	top: 70%
}

.am-form-feedback {
	position: relative
}

.am-form-feedback .am-form-field {
	padding-left: .5em!important;
	padding-right: 1.75em!important
}

.am-form-feedback [class*=am-icon-] {
	left: auto;
	right: .5em
}

.am-form-horizontal .am-form-feedback [class*=am-icon-] {
	right: 1.6em
}

.am-form-set {
	margin-bottom: 1.5rem;
	padding: 0
}

.am-form-set>input {
	border-radius: 0!important;
	position: relative;
	top: -1px
}

.am-form-set>input:focus {
	z-index: 2
}

.am-form-set>input:first-child {
	border-top-left-radius: 0!important;
	border-top-right-radius: 0!important;
	top: 1px
}

.am-form-set>input:last-child {
	border-bottom-left-radius: 0!important;
	border-bottom-right-radius: 0!important;
	top: -2px
}

.am-img-thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	display: inline-block;
	height: auto;
	line-height: 1.6;
	max-width: 100%;
	padding: 2px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.am-img-thumbnail.am-radius {
	border-radius: 2px
}

.am-img-responsive {
	display: block;
	height: auto;
	max-width: 100%
}

.am-nav {
	list-style: none;
	margin-bottom: 0;
	padding: 0
}

.am-nav:after,.am-nav:before {
	content: " ";
	display: table
}

.am-nav:after {
	clear: both
}

.am-nav>li {
	display: block;
	position: relative
}

.am-nav>li+li {
	margin-top: 5px
}

.am-nav>li+.am-nav-header {
	margin-top: 1em
}

.am-nav>li>a {
	border-radius: 0;
	display: block;
	padding: .4em 1em;
	position: relative
}

.am-nav>li>a:focus,.am-nav>li>a:hover {
	background-color: #eee;
	text-decoration: none
}

.am-nav>li.am-active>a,.am-nav>li.am-active>a:focus,.am-nav>li.am-active>a:hover {
	background-color: #0e90d2;
	color: #fff;
	cursor: default
}

.am-nav>li.am-disabled>a {
	color: #999
}

.am-nav>li.am-disabled>a:focus,.am-nav>li.am-disabled>a:hover {
	background-color: transparent;
	color: #999;
	cursor: not-allowed;
	text-decoration: none
}

.am-nav-header {
	color: #555;
	font-size: 100%;
	font-weight: 700;
	padding: .4em 1em;
	text-transform: uppercase
}

.am-nav-divider {
	border-top: 1px solid #ddd;
	box-shadow: 0 1px 0 #fff;
	margin: 15px 1em!important
}

.am-nav-pills>li {
	float: left
}

.am-nav-pills>li+li {
	margin-left: 5px;
	margin-top: 0
}

.am-nav-tabs {
	border-bottom: 1px solid #ddd
}

.am-nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.am-nav-tabs>li+li {
	margin-top: 0
}

.am-nav-tabs>li>a {
	border: 1px solid transparent;
	border-radius: 0 0 0 0;
	line-height: 1.6;
	margin-right: 5px
}

.am-nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.am-nav-tabs>li.am-active>a,.am-nav-tabs>li.am-active>a:focus,.am-nav-tabs>li.am-active>a:hover {
	background-color: #fff;
	border: 1px solid;
	border-color: #ddd #ddd transparent;
	color: #555;
	cursor: default
}

.am-nav-tabs.am-nav-justify {
	border-bottom: 0
}

.am-nav-tabs.am-nav-justify>li>a {
	border-bottom: 1px solid #ddd;
	border-radius: 0 0 0 0;
	margin-right: 0
}

.am-nav-tabs.am-nav-justify>.am-active>a,.am-nav-tabs.am-nav-justify>.am-active>a:focus,.am-nav-tabs.am-nav-justify>.am-active>a:hover {
	border-bottom-color: #fff
}

.am-nav-justify {
	width: 100%
}

.am-nav-justify>li {
	display: table-cell;
	float: none;
	width: 1%
}

.am-nav-justify>li>a {
	margin-bottom: 0;
	text-align: center
}

.lte9 .am-nav-justify>li {
	display: table-cell;
	width: 1%
}

.am-topbar {
	background: #f8f8f8;
	border: solid #ddd;
	border-width: 0 0 1px;
	color: #666;
	margin-bottom: 1.6rem;
	min-height: 50px;
	position: relative
}

.am-topbar:after,.am-topbar:before {
	content: " ";
	display: table
}

.am-topbar:after {
	clear: both
}

.am-topbar a {
	color: #666
}

.am-topbar-brand {
	margin: 0
}

@media only screen and (min-width:641px) {
	.am-topbar-brand {
		float: left
	}
}

.am-topbar-brand a:hover {
	color: #4d4d4d
}

.am-topbar-collapse {
	-webkit-overflow-scrolling: touch;
	clear: both;
	overflow-x: visible;
	padding: 10px;
	width: 100%
}

.am-topbar-collapse:after,.am-topbar-collapse:before {
	content: " ";
	display: table
}

.am-topbar-collapse:after {
	clear: both
}

.am-topbar-collapse.am-in {
	overflow-y: auto
}

@media only screen and (min-width:641px) {
	.am-topbar-collapse {
		clear: none;
		margin-top: 0;
		padding: 0;
		width: auto
	}

	.am-topbar-collapse.am-collapse {
		display: block!important;
		height: auto!important;
		overflow: visible!important;
		padding: 0
	}

	.am-topbar-collapse.am-in {
		overflow-y: visible
	}
}

.am-topbar-brand {
	float: left;
	font-size: 1.8rem;
	height: 50px;
	line-height: 50px;
	padding: 0 10px
}

.am-topbar-toggle {
	float: right;
	margin-right: 10px;
	position: relative
}

@media only screen and (min-width:641px) {
	.am-topbar-toggle {
		display: none
	}
}

@media only screen and (max-width:640px) {
	.am-topbar-nav {
		margin-bottom: 8px
	}

	.am-topbar-nav>li {
		float: none
	}

	.am-topbar-nav>li+li {
		margin-left: 0;
		margin-top: 5px
	}
}

@media only screen and (min-width:641px) {
	.am-topbar-nav {
		float: left
	}

	.am-topbar-nav>li>a {
		line-height: 50px;
		padding: 0 10px;
		position: relative
	}

	.am-topbar-nav>li>a:after {
		border-color: currentcolor transparent #f8f8f8;
		border-style: dotted solid solid;
		border-width: 0 7px 7px;
		bottom: -1px;
		content: "";
		display: inline-block;
		height: 0;
		left: 50%;
		margin-left: -7px;
		opacity: 0;
		position: absolute;
		-webkit-transform: rotate(1turn);
		-ms-transform: rotate(1turn);
		transform: rotate(1turn);
		-webkit-transition: opacity .1s;
		transition: opacity .1s;
		vertical-align: middle;
		width: 0
	}

	.am-topbar-nav>li>a:hover:after {
		border-bottom-color: #666;
		opacity: 1
	}

	.am-topbar-nav>li.am-dropdown>a:after {
		display: none
	}

	.am-topbar-nav>li.am-active>a,.am-topbar-nav>li.am-active>a:focus,.am-topbar-nav>li.am-active>a:hover {
		background: none;
		border-radius: 0;
		color: #0e90d2
	}

	.am-topbar-nav>li.am-active>a:after {
		border-bottom-color: #0e90d2;
		opacity: 1
	}
}

@media only screen and (max-width:640px) {
	.am-topbar-collapse .am-dropdown.am-active .am-dropdown-content {
		float: none;
		position: relative;
		width: 100%
	}
}

@media only screen and (min-width:641px) {
	.am-topbar-left {
		float: left
	}

	.am-topbar-right {
		float: right;
		margin-right: 10px
	}
}

@media only screen and (max-width:640px) {
	.am-topbar-form .am-form-group {
		margin-bottom: 5px
	}
}

@media only screen and (min-width:641px) {
	.am-topbar-form {
		margin-top: 8px;
		padding: 0 10px
	}

	.am-topbar-form .am-form-group+.am-btn {
		margin-left: 5px
	}
}

.am-topbar-btn {
	margin-top: 8px
}

@media only screen and (max-width:640px) {
	.am-topbar-collapse .am-btn,.am-topbar-collapse .am-topbar-btn {
		display: block;
		width: 100%
	}
}

.am-topbar-inverse {
	background-color: #0e90d2;
	border-color: #0b6fa2;
	color: #eee
}

.am-topbar-inverse a {
	color: #eee
}

.am-topbar-inverse .am-topbar-brand a {
	color: #fff
}

.am-topbar-inverse .am-topbar-brand a:focus,.am-topbar-inverse .am-topbar-brand a:hover {
	background-color: transparent;
	color: #fff
}

.am-topbar-inverse .am-topbar-nav>li>a {
	color: #eee
}

.am-topbar-inverse .am-topbar-nav>li>a:focus,.am-topbar-inverse .am-topbar-nav>li>a:hover {
	background-color: rgba(0,0,0,.05);
	color: #fff
}

.am-topbar-inverse .am-topbar-nav>li>a:focus:after,.am-topbar-inverse .am-topbar-nav>li>a:hover:after {
	border-bottom-color: #0b6fa2
}

.am-topbar-inverse .am-topbar-nav>li>a:after {
	border-bottom-color: #0e90d2
}

.am-topbar-inverse .am-topbar-nav>li.am-active>a,.am-topbar-inverse .am-topbar-nav>li.am-active>a:focus,.am-topbar-inverse .am-topbar-nav>li.am-active>a:hover {
	background-color: rgba(0,0,0,.1);
	color: #fff
}

.am-topbar-inverse .am-topbar-nav>li.am-active>a:after,.am-topbar-inverse .am-topbar-nav>li.am-active>a:focus:after,.am-topbar-inverse .am-topbar-nav>li.am-active>a:hover:after {
	border-bottom-color: #fff
}

.am-topbar-inverse .am-topbar-nav>li .disabled>a,.am-topbar-inverse .am-topbar-nav>li .disabled>a:focus,.am-topbar-inverse .am-topbar-nav>li .disabled>a:hover {
	background-color: transparent;
	color: #444
}

.am-topbar-fixed-bottom,.am-topbar-fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 1000
}

.am-topbar-fixed-top {
	top: 0
}

.am-topbar-fixed-bottom {
	border-width: 1px 0 0;
	bottom: 0;
	margin-bottom: 0
}

.am-with-topbar-fixed-top {
	padding-top: 51px
}

.am-with-topbar-fixed-bottom {
	padding-bottom: 51px
}

@media only screen and (max-width:640px) {
	.am-topbar-fixed-bottom .am-topbar-collapse {
		background-color: #f8f8f8;
		bottom: 100%;
		margin-bottom: 1px;
		position: absolute
	}

	.am-topbar-fixed-bottom .am-topbar-collapse .am-dropdown-content:after,.am-topbar-fixed-bottom .am-topbar-collapse .am-dropdown-content:before {
		display: none
	}

	.am-topbar-fixed-bottom.am-topbar-inverse .am-topbar-collapse {
		background-color: #0e90d2
	}
}

.am-breadcrumb {
	background-color: transparent;
	border-radius: 0;
	font-size: 85%;
	list-style: none;
	margin-bottom: 2rem;
	padding: .7em .5em
}

.am-breadcrumb>li {
	display: inline-block
}

.am-breadcrumb>li [class*=am-icon-]:before {
	color: #999;
	margin-right: 5px
}

.am-breadcrumb>li+li:before {
	color: #ccc;
	content: "» ";
	padding: 0 8px
}

.am-breadcrumb>.am-active {
	color: #999
}

.am-breadcrumb-slash>li+li:before {
	content: "/ "
}

.am-pagination {
	color: #999;
	list-style: none;
	margin: 1.5rem 0;
	padding-left: 0;
	text-align: left
}

.am-pagination:after,.am-pagination:before {
	content: " ";
	display: table
}

.am-pagination:after {
	clear: both
}

.am-pagination>li {
	display: inline-block
}

.am-pagination>li>a,.am-pagination>li>span {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	display: block;
	line-height: 1.2;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: .5em 1em;
	position: relative;
	text-decoration: none
}

.am-pagination>li:last-child>a,.am-pagination>li:last-child>span {
	margin-right: 0
}

.am-pagination>li>a:focus,.am-pagination>li>a:hover,.am-pagination>li>span:focus,.am-pagination>li>span:hover {
	background-color: #eee
}

.am-pagination>.am-active>a,.am-pagination>.am-active>a:focus,.am-pagination>.am-active>a:hover,.am-pagination>.am-active>span,.am-pagination>.am-active>span:focus,.am-pagination>.am-active>span:hover {
	background-color: #0e90d2;
	border-color: #0e90d2;
	color: #fff;
	cursor: default;
	z-index: 2
}

.am-pagination>.am-disabled>a,.am-pagination>.am-disabled>a:focus,.am-pagination>.am-disabled>a:hover,.am-pagination>.am-disabled>span,.am-pagination>.am-disabled>span:focus,.am-pagination>.am-disabled>span:hover {
	background-color: #fff;
	border-color: #ddd;
	color: #999;
	cursor: not-allowed;
	pointer-events: none
}

.am-pagination .am-pagination-prev {
	float: left
}

.am-pagination .am-pagination-prev a {
	border-radius: 0
}

.am-pagination .am-pagination-next {
	float: right
}

.am-pagination .am-pagination-next a {
	border-radius: 0
}

.am-pagination-centered {
	text-align: center
}

.am-pagination-right {
	text-align: right
}[class*=am-animation-] {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@media screen {
	.cssanimations [data-am-scrollspy*=animation] {
		opacity: 0
	}
}

.am-animation-fade {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-name: am-fade;
	animation-name: am-fade;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.am-animation-scale-up {
	-webkit-animation-name: am-scale-up;
	animation-name: am-scale-up
}

.am-animation-scale-down {
	-webkit-animation-name: am-scale-down;
	animation-name: am-scale-down
}

.am-animation-slide-top {
	-webkit-animation-name: am-slide-top;
	animation-name: am-slide-top
}

.am-animation-slide-bottom {
	-webkit-animation-name: am-slide-bottom;
	animation-name: am-slide-bottom
}

.am-animation-slide-left {
	-webkit-animation-name: am-slide-left;
	animation-name: am-slide-left
}

.am-animation-slide-right {
	-webkit-animation-name: am-slide-right;
	animation-name: am-slide-right
}

.am-animation-slide-top-fixed {
	-webkit-animation-name: am-slide-top-fixed;
	animation-name: am-slide-top-fixed
}

.am-animation-shake {
	-webkit-animation-name: am-shake;
	animation-name: am-shake
}

.am-animation-spin {
	-webkit-animation: am-spin 2s linear infinite;
	animation: am-spin 2s linear infinite
}

.am-animation-left-spring {
	-webkit-animation: am-left-spring .3s ease-in-out;
	animation: am-left-spring .3s ease-in-out
}

.am-animation-right-spring {
	-webkit-animation: am-right-spring .3s ease-in-out;
	animation: am-right-spring .3s ease-in-out
}

.am-animation-reverse {
	-webkit-animation-direction: reverse;
	animation-direction: reverse
}

.am-animation-paused {
	-webkit-animation-play-state: paused!important;
	animation-play-state: paused!important
}

.am-animation-delay-1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.am-animation-delay-2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.am-animation-delay-3 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.am-animation-delay-4 {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.am-animation-delay-5 {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.am-animation-delay-6 {
	-webkit-animation-delay: 6s;
	animation-delay: 6s
}

@-webkit-keyframes am-fade {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes am-fade {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes am-scale-up {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}

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

@keyframes am-scale-up {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}

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

@-webkit-keyframes am-scale-down {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
		transform: scale(1.8)
	}

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

@keyframes am-scale-down {
	0% {
		opacity: 0;
		-webkit-transform: scale(1.8);
		transform: scale(1.8)
	}

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

@-webkit-keyframes am-slide-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes am-slide-top {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes am-slide-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes am-slide-bottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes am-slide-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes am-slide-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes am-slide-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes am-slide-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%)
	}

	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes am-shake {
	0%,to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px)
	}

	20% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px)
	}

	30% {
		-webkit-transform: translateX(-7px);
		transform: translateX(-7px)
	}

	40% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px)
	}

	50% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}

	60% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}

	70% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px)
	}

	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px)
	}

	90% {
		-webkit-transform: translateX(-1px);
		transform: translateX(-1px)
	}
}

@keyframes am-shake {
	0%,to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10% {
		-webkit-transform: translateX(-9px);
		transform: translateX(-9px)
	}

	20% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px)
	}

	30% {
		-webkit-transform: translateX(-7px);
		transform: translateX(-7px)
	}

	40% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px)
	}

	50% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}

	60% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}

	70% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px)
	}

	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px)
	}

	90% {
		-webkit-transform: translateX(-1px);
		transform: translateX(-1px)
	}
}

@-webkit-keyframes am-slide-top-fixed {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes am-slide-top-fixed {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes am-slide-bottom-fixed {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes am-slide-bottom-fixed {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes am-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes am-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-webkit-keyframes am-right-spring {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-20%);
		transform: translateX(-20%)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes am-right-spring {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-20%);
		transform: translateX(-20%)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes am-left-spring {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(20%);
		transform: translateX(20%)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes am-left-spring {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(20%);
		transform: translateX(20%)
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.am-article:after,.am-article:before {
	content: " ";
	display: table
}

.am-article:after {
	clear: both
}

.am-article>:last-child {
	margin-bottom: 0
}

.am-article+.am-article {
	margin-top: 2.4rem
}

.am-article-title {
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.15
}

.am-article-title a {
	color: inherit;
	text-decoration: none
}

.am-article-meta {
	color: #999;
	font-size: 1.2rem;
	line-height: 1.5
}

.am-article-lead {
	background: #f9f9f9;
	border: 1px solid #dedede;
	border-radius: 2px;
	color: #666;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 10px
}

.am-article-divider {
	border-color: #eee;
	margin-bottom: 2.4rem
}

*+.am-article-divider {
	margin-top: 2.4rem
}

.am-article-bd blockquote {
	font-family: Georgia,Times New Roman,Times,Kai,Kaiti SC,KaiTi,BiauKai,FontAwesome,serif
}

.am-article-bd img {
	display: block;
	max-width: 100%
}

.am-badge {
	background-color: #999;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	min-width: 10px;
	padding: .25em .625em;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap
}

.am-badge:empty {
	display: none
}

.am-badge.am-square {
	border-radius: 0
}

.am-badge.am-radius {
	border-radius: 2px
}

.am-badge.am-round {
	border-radius: 1000px
}

a.am-badge:focus,a.am-badge:hover {
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

.am-badge-primary {
	background-color: #0e90d2
}

.am-badge-secondary {
	background-color: #3bb4f2
}

.am-badge-success {
	background-color: #5eb95e
}

.am-badge-warning {
	background-color: #f37b1d
}

.am-badge-danger {
	background-color: #dd514c
}

.am-comment:after,.am-comment:before {
	content: " ";
	display: table
}

.am-comment:after {
	clear: both
}

.am-comment-avatar {
	border: 1px solid transparent;
	border-radius: 50%;
	float: left;
	height: 32px;
	width: 32px
}

@media only screen and (min-width:641px) {
	.am-comment-avatar {
		height: 48px;
		width: 48px
	}
}

.am-comment-main {
	border: 1px solid #dedede;
	border-radius: 0;
	margin-left: 42px;
	position: relative
}

.am-comment-main:after,.am-comment-main:before {
	border-color: transparent;
	border-style: solid solid outset;
	border-width: 8px 8px 8px 0;
	content: " ";
	display: block;
	height: 0;
	left: -8px;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 10px;
	width: 0
}

.am-comment-main:before {
	border-right-color: #dedede;
	z-index: 1
}

.am-comment-main:after {
	border-right-color: #f8f8f8;
	margin-left: 1px;
	z-index: 2
}

@media only screen and (min-width:641px) {
	.am-comment-main {
		margin-left: 63px
	}
}

.am-comment-hd {
	background: #f8f8f8;
	border-bottom: 1px solid #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.am-comment-title {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0 0 8px
}

.am-comment-meta {
	-webkit-box-flex: 1;
	color: #999;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 13px;
	line-height: 1.2;
	overflow: hidden;
	padding: 10px 15px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-comment-meta a {
	color: #999
}

.am-comment-author {
	color: #999;
	font-weight: 700
}

.am-comment-bd {
	overflow: hidden;
	padding: 15px
}

.am-comment-bd>:last-child {
	margin-bottom: 0
}

.am-comment-footer {
	padding: 0 15px 5px
}

.am-comment-footer .am-comment-actions a+a {
	margin-left: 5px
}

.am-comment-actions {
	color: #999;
	font-size: 13px
}

.am-comment-actions a {
	color: #999;
	display: inline-block;
	line-height: 1;
	opacity: .7;
	padding: 10px 5px
}

.am-comment-actions a:hover {
	color: #0e90d2;
	opacity: 1
}

.am-comment-hd .am-comment-actions {
	padding-right: .5rem
}

.am-comment-flip .am-comment-avatar {
	float: right
}

.am-comment-flip .am-comment-main {
	margin-left: auto;
	margin-right: 42px
}

@media only screen and (min-width:641px) {
	.am-comment-flip .am-comment-main {
		margin-right: 63px
	}
}

.am-comment-flip .am-comment-main:after,.am-comment-flip .am-comment-main:before {
	border-width: 8px 0 8px 8px;
	left: auto;
	right: -8px
}

.am-comment-flip .am-comment-main:before {
	border-left-color: #dedede
}

.am-comment-flip .am-comment-main:after {
	border-left-color: #f8f8f8;
	margin-left: auto;
	margin-right: 1px
}

.am-comment-primary .am-comment-avatar,.am-comment-primary .am-comment-main {
	border-color: #0e90d2
}

.am-comment-primary .am-comment-main:before {
	border-right-color: #0e90d2
}

.am-comment-primary.am-comment-flip .am-comment-main:before {
	border-left-color: #0e90d2;
	border-right-color: transparent
}

.am-comment-primary.am-comment-flip .am-comment-main:after {
	border-left-color: #f8f8f8
}

.am-comment-highlight .am-comment-avatar,.am-comment-highlight .am-comment-main,.am-comment-secondary .am-comment-avatar,.am-comment-secondary .am-comment-main {
	border-color: #3bb4f2
}

.am-comment-highlight .am-comment-main:before,.am-comment-secondary .am-comment-main:before {
	border-right-color: #3bb4f2
}

.am-comment-highlight.am-comment-flip .am-comment-main:before,.am-comment-secondary.am-comment-flip .am-comment-main:before {
	border-left-color: #3bb4f2;
	border-right-color: transparent
}

.am-comment-highlight.am-comment-flip .am-comment-main:after,.am-comment-secondary.am-comment-flip .am-comment-main:after {
	border-left-color: #f8f8f8
}

.am-comment-success .am-comment-avatar,.am-comment-success .am-comment-main {
	border-color: #5eb95e
}

.am-comment-success .am-comment-main:before {
	border-right-color: #5eb95e
}

.am-comment-success.am-comment-flip .am-comment-main:before {
	border-left-color: #5eb95e;
	border-right-color: transparent
}

.am-comment-success.am-comment-flip .am-comment-main:after {
	border-left-color: #f8f8f8
}

.am-comment-warning .am-comment-avatar,.am-comment-warning .am-comment-main {
	border-color: #f37b1d
}

.am-comment-warning .am-comment-main:before {
	border-right-color: #f37b1d
}

.am-comment-warning.am-comment-flip .am-comment-main:before {
	border-left-color: #f37b1d;
	border-right-color: transparent
}

.am-comment-warning.am-comment-flip .am-comment-main:after {
	border-left-color: #f8f8f8
}

.am-comment-danger .am-comment-avatar,.am-comment-danger .am-comment-main {
	border-color: #dd514c
}

.am-comment-danger .am-comment-main:before {
	border-right-color: #dd514c
}

.am-comment-danger.am-comment-flip .am-comment-main:before {
	border-left-color: #dd514c;
	border-right-color: transparent
}

.am-comment-danger.am-comment-flip .am-comment-main:after {
	border-left-color: #f8f8f8
}

.am-comments-list {
	list-style: none;
	padding: 0
}

.am-comments-list .am-comment {
	list-style: none;
	margin: 1.6rem 0 0
}

@media only screen and (min-width:641px) {
	.am-comments-list-flip .am-comment-main {
		margin-right: 64px
	}

	.am-comments-list-flip .am-comment-flip .am-comment-main {
		margin-left: 64px
	}
}

.am-btn-group,.am-btn-group-stacked {
	display: inline-block;
	position: relative;
	vertical-align: middle
}

.am-btn-group-stacked>.am-btn,.am-btn-group>.am-btn {
	float: left;
	position: relative
}

.am-btn-group-stacked>.am-btn.active,.am-btn-group-stacked>.am-btn:active,.am-btn-group-stacked>.am-btn:focus,.am-btn-group-stacked>.am-btn:hover,.am-btn-group>.am-btn.active,.am-btn-group>.am-btn:active,.am-btn-group>.am-btn:focus,.am-btn-group>.am-btn:hover {
	z-index: 2
}

.am-btn-group-stacked>.am-btn:focus,.am-btn-group>.am-btn:focus {
	outline: 0
}

.am-btn-group .am-btn+.am-btn,.am-btn-group .am-btn+.am-btn-group,.am-btn-group .am-btn-group+.am-btn,.am-btn-group .am-btn-group+.am-btn-group {
	margin-left: -1px
}

.am-btn-toolbar {
	margin-left: -5px
}

.am-btn-toolbar:after,.am-btn-toolbar:before {
	content: " ";
	display: table
}

.am-btn-toolbar:after {
	clear: both
}

.am-btn-toolbar .am-btn-group,.am-btn-toolbar .am-input-group {
	float: left
}

.am-btn-toolbar>.am-btn,.am-btn-toolbar>.am-btn-group,.am-btn-toolbar>.am-input-group {
	margin-left: 5px
}

.am-btn-group>.am-btn:not(:first-child):not(:last-child):not(.am-dropdown-toggle) {
	border-radius: 0
}

.am-btn-group>.am-btn:first-child {
	margin-left: 0
}

.am-btn-group>.am-btn:first-child:not(:last-child):not(.am-dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.am-btn-group>.am-btn:last-child:not(:first-child),.am-btn-group>.am-dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.am-btn-group>.am-btn-group {
	float: left
}

.am-btn-group>.am-btn-group:not(:first-child):not(:last-child)>.am-btn {
	border-radius: 0
}

.am-btn-group>.am-btn-group:first-child>.am-btn:last-child,.am-btn-group>.am-btn-group:first-child>.am-dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.am-btn-group>.am-btn-group:last-child>.am-btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.am-btn-group-xs>.am-btn {
	font-size: 1.2rem
}

.am-btn-group-sm>.am-btn {
	font-size: 1.4rem
}

.am-btn-group-lg>.am-btn {
	font-size: 1.8rem
}

.am-btn-group-stacked>.am-btn,.am-btn-group-stacked>.am-btn-group,.am-btn-group-stacked>.am-btn-group>.am-btn {
	display: block;
	float: none;
	max-width: 100%;
	width: 100%
}

.am-btn-group-stacked>.am-btn-group:after,.am-btn-group-stacked>.am-btn-group:before {
	content: " ";
	display: table
}

.am-btn-group-stacked>.am-btn-group:after {
	clear: both
}

.am-btn-group-stacked>.am-btn-group>.am-btn {
	float: none
}

.am-btn-group-stacked>.am-btn+.am-btn,.am-btn-group-stacked>.am-btn+.am-btn-group,.am-btn-group-stacked>.am-btn-group+.am-btn,.am-btn-group-stacked>.am-btn-group+.am-btn-group {
	margin-left: 0;
	margin-top: -1px
}

.am-btn-group-stacked>.am-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.am-btn-group-stacked>.am-btn:first-child:not(:last-child) {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.am-btn-group-stacked>.am-btn:last-child:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.am-btn-group-stacked>.am-btn-group:not(:first-child):not(:last-child)>.am-btn {
	border-radius: 0
}

.am-btn-group-stacked>.am-btn-group:first-child:not(:last-child)>.am-btn:last-child,.am-btn-group-stacked>.am-btn-group:first-child:not(:last-child)>.am-dropdown-toggle {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.am-btn-group-stacked>.am-btn-group:last-child:not(:first-child)>.am-btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.am-btn-group-justify {
	border-collapse: separate;
	display: table;
	table-layout: fixed;
	width: 100%
}

.am-btn-group-justify>.am-btn,.am-btn-group-justify>.am-btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.am-btn-group-justify>.am-btn-group .am-btn {
	width: 100%
}

.lte9 .am-btn-group-justify {
	border-collapse: separate;
	display: table;
	table-layout: fixed
}

.lte9 .am-btn-group-justify>.am-btn,.lte9 .am-btn-group-justify>.am-btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.am-btn-group .am-dropdown {
	float: left;
	margin-left: -1px
}

.am-btn-group .am-dropdown>.am-btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.am-btn-group .am-active .am-dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.am-btn-group .am-active .am-dropdown-toggle.am-btn-link {
	box-shadow: none
}

.am-btn-group .am-active .am-dropdown-toggle,.am-btn-group .am-dropdown-toggle:active {
	outline: 0
}

.am-btn-group-check>.am-btn>input[type=checkbox],.am-btn-group-check>.am-btn>input[type=radio],[data-am-button]>.am-btn>input[type=checkbox],[data-am-button]>.am-btn>input[type=radio] {
	opacity: 0;
	position: absolute;
	z-index: -1
}

.am-close {
	color: #000;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	opacity: .2;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 24px
}

.am-close:focus,.am-close:hover {
	color: #000;
	cursor: pointer;
	opacity: .5;
	outline: none;
	text-decoration: none
}

.am-close[class*=am-icon-] {
	font-size: 16px
}

button.am-close {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0
}

a.am-close:hover {
	color: inherit;
	cursor: pointer;
	text-decoration: none
}

.am-close-alt {
	background: #eee;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0,0,0,.25);
	opacity: .7
}

.am-close-alt:focus,.am-close-alt:hover {
	opacity: 1
}

.am-close-spin:hover {
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn)
}

@font-face {
	font-family:FontAwesome;font-style:normal;font-weight:400;src:url(../font/fontawesome-webfont.eot);src:url(../font/fontawesome-webfont.eot) format("embedded-opentype"),url(../font/fontawesome-webfont.woff2) format("woff2"),url(../font/fontawesome-webfont.woff) format("woff"),url(../font/fontawesome-webfont.ttf) format("truetype")
}[class*=am-icon-] {
	display: inline-block;
	font-style: normal
}[class*=am-icon-]:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-icon-border {
	border: .08em solid #eee;
	border-radius: .1em;
	padding: .2em .25em .15em
}[class*=am-icon-].am-fl {
	margin-right: .3em
}[class*=am-icon-].am-fr {
	margin-left: .3em
}

.am-icon-sm:before {
	font-size: 150%;
	vertical-align: -10%
}

.am-icon-md:before {
	font-size: 200%;
	vertical-align: -16%
}

.am-icon-lg:before {
	font-size: 250%;
	vertical-align: -22%
}

.am-icon-btn {
	background-color: #eee;
	border-radius: 50%;
	box-sizing: border-box;
	color: #555;
	display: inline-block;
	font-size: 24px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	width: 48px
}

.am-icon-btn:focus,.am-icon-btn:hover {
	background-color: #f5f5f5;
	color: #333;
	outline: none;
	text-decoration: none
}

.am-icon-btn:active {
	background-color: #ddd;
	color: #333
}

.am-icon-btn.am-danger,.am-icon-btn.am-primary,.am-icon-btn.am-secondary,.am-icon-btn.am-success,.am-icon-btn.am-warning {
	color: #fff
}

.am-icon-btn.am-primary {
	background-color: #0e90d2
}

.am-icon-btn.am-secondary {
	background-color: #3bb4f2
}

.am-icon-btn.am-success {
	background-color: #5eb95e
}

.am-icon-btn.am-warning {
	background-color: #f37b1d
}

.am-icon-btn.am-danger {
	background-color: #dd514c
}

.am-icon-btn-sm {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	width: 32px
}

.am-icon-btn-lg {
	font-size: 28px;
	height: 64px;
	line-height: 64px;
	width: 64px
}

.am-icon-fw {
	text-align: center;
	width: 1.25em
}

.am-icon-glass:before {
	content: "\f000"
}

.am-icon-music:before {
	content: "\f001"
}

.am-icon-search:before {
	content: "\f002"
}

.am-icon-envelope-o:before {
	content: "\f003"
}

.am-icon-heart:before {
	content: "\f004"
}

.am-icon-star:before {
	content: "\f005"
}

.am-icon-star-o:before {
	content: "\f006"
}

.am-icon-user:before {
	content: "\f007"
}

.am-icon-film:before {
	content: "\f008"
}

.am-icon-th-large:before {
	content: "\f009"
}

.am-icon-th:before {
	content: "\f00a"
}

.am-icon-th-list:before {
	content: "\f00b"
}

.am-icon-check:before {
	content: "\f00c"
}

.am-icon-close:before,.am-icon-remove:before,.am-icon-times:before {
	content: "\f00d"
}

.am-icon-search-plus:before {
	content: "\f00e"
}

.am-icon-search-minus:before {
	content: "\f010"
}

.am-icon-power-off:before {
	content: "\f011"
}

.am-icon-signal:before {
	content: "\f012"
}

.am-icon-cog:before,.am-icon-gear:before {
	content: "\f013"
}

.am-icon-trash-o:before {
	content: "\f014"
}

.am-icon-home:before {
	content: "\f015"
}

.am-icon-file-o:before {
	content: "\f016"
}

.am-icon-clock-o:before {
	content: "\f017"
}

.am-icon-road:before {
	content: "\f018"
}

.am-icon-download:before {
	content: "\f019"
}

.am-icon-arrow-circle-o-down:before {
	content: "\f01a"
}

.am-icon-arrow-circle-o-up:before {
	content: "\f01b"
}

.am-icon-inbox:before {
	content: "\f01c"
}

.am-icon-play-circle-o:before {
	content: "\f01d"
}

.am-icon-repeat:before,.am-icon-rotate-right:before {
	content: "\f01e"
}

.am-icon-refresh:before {
	content: "\f021"
}

.am-icon-list-alt:before {
	content: "\f022"
}

.am-icon-lock:before {
	content: "\f023"
}

.am-icon-flag:before {
	content: "\f024"
}

.am-icon-headphones:before {
	content: "\f025"
}

.am-icon-volume-off:before {
	content: "\f026"
}

.am-icon-volume-down:before {
	content: "\f027"
}

.am-icon-volume-up:before {
	content: "\f028"
}

.am-icon-qrcode:before {
	content: "\f029"
}

.am-icon-barcode:before {
	content: "\f02a"
}

.am-icon-tag:before {
	content: "\f02b"
}

.am-icon-tags:before {
	content: "\f02c"
}

.am-icon-book:before {
	content: "\f02d"
}

.am-icon-bookmark:before {
	content: "\f02e"
}

.am-icon-print:before {
	content: "\f02f"
}

.am-icon-camera:before {
	content: "\f030"
}

.am-icon-font:before {
	content: "\f031"
}

.am-icon-bold:before {
	content: "\f032"
}

.am-icon-italic:before {
	content: "\f033"
}

.am-icon-text-height:before {
	content: "\f034"
}

.am-icon-text-width:before {
	content: "\f035"
}

.am-icon-align-left:before {
	content: "\f036"
}

.am-icon-align-center:before {
	content: "\f037"
}

.am-icon-align-right:before {
	content: "\f038"
}

.am-icon-align-justify:before {
	content: "\f039"
}

.am-icon-list:before {
	content: "\f03a"
}

.am-icon-dedent:before,.am-icon-outdent:before {
	content: "\f03b"
}

.am-icon-indent:before {
	content: "\f03c"
}

.am-icon-video-camera:before {
	content: "\f03d"
}

.am-icon-image:before,.am-icon-photo:before,.am-icon-picture-o:before {
	content: "\f03e"
}

.am-icon-pencil:before {
	content: "\f040"
}

.am-icon-map-marker:before {
	content: "\f041"
}

.am-icon-adjust:before {
	content: "\f042"
}

.am-icon-tint:before {
	content: "\f043"
}

.am-icon-edit:before,.am-icon-pencil-square-o:before {
	content: "\f044"
}

.am-icon-share-square-o:before {
	content: "\f045"
}

.am-icon-check-square-o:before {
	content: "\f046"
}

.am-icon-arrows:before {
	content: "\f047"
}

.am-icon-step-backward:before {
	content: "\f048"
}

.am-icon-fast-backward:before {
	content: "\f049"
}

.am-icon-backward:before {
	content: "\f04a"
}

.am-icon-play:before {
	content: "\f04b"
}

.am-icon-pause:before {
	content: "\f04c"
}

.am-icon-stop:before {
	content: "\f04d"
}

.am-icon-forward:before {
	content: "\f04e"
}

.am-icon-fast-forward:before {
	content: "\f050"
}

.am-icon-step-forward:before {
	content: "\f051"
}

.am-icon-eject:before {
	content: "\f052"
}

.am-icon-chevron-left:before {
	content: "\f053"
}

.am-icon-chevron-right:before {
	content: "\f054"
}

.am-icon-plus-circle:before {
	content: "\f055"
}

.am-icon-minus-circle:before {
	content: "\f056"
}

.am-icon-times-circle:before {
	content: "\f057"
}

.am-icon-check-circle:before {
	content: "\f058"
}

.am-icon-question-circle:before {
	content: "\f059"
}

.am-icon-info-circle:before {
	content: "\f05a"
}

.am-icon-crosshairs:before {
	content: "\f05b"
}

.am-icon-times-circle-o:before {
	content: "\f05c"
}

.am-icon-check-circle-o:before {
	content: "\f05d"
}

.am-icon-ban:before {
	content: "\f05e"
}

.am-icon-arrow-left:before {
	content: "\f060"
}

.am-icon-arrow-right:before {
	content: "\f061"
}

.am-icon-arrow-up:before {
	content: "\f062"
}

.am-icon-arrow-down:before {
	content: "\f063"
}

.am-icon-mail-forward:before,.am-icon-share:before {
	content: "\f064"
}

.am-icon-expand:before {
	content: "\f065"
}

.am-icon-compress:before {
	content: "\f066"
}

.am-icon-plus:before {
	content: "\f067"
}

.am-icon-minus:before {
	content: "\f068"
}

.am-icon-asterisk:before {
	content: "\f069"
}

.am-icon-exclamation-circle:before {
	content: "\f06a"
}

.am-icon-gift:before {
	content: "\f06b"
}

.am-icon-leaf:before {
	content: "\f06c"
}

.am-icon-fire:before {
	content: "\f06d"
}

.am-icon-eye:before {
	content: "\f06e"
}

.am-icon-eye-slash:before {
	content: "\f070"
}

.am-icon-exclamation-triangle:before,.am-icon-warning:before {
	content: "\f071"
}

.am-icon-plane:before {
	content: "\f072"
}

.am-icon-calendar:before {
	content: "\f073"
}

.am-icon-random:before {
	content: "\f074"
}

.am-icon-comment:before {
	content: "\f075"
}

.am-icon-magnet:before {
	content: "\f076"
}

.am-icon-chevron-up:before {
	content: "\f077"
}

.am-icon-chevron-down:before {
	content: "\f078"
}

.am-icon-retweet:before {
	content: "\f079"
}

.am-icon-shopping-cart:before {
	content: "\f07a"
}

.am-icon-folder:before {
	content: "\f07b"
}

.am-icon-folder-open:before {
	content: "\f07c"
}

.am-icon-arrows-v:before {
	content: "\f07d"
}

.am-icon-arrows-h:before {
	content: "\f07e"
}

.am-icon-bar-chart-o:before,.am-icon-bar-chart:before {
	content: "\f080"
}

.am-icon-twitter-square:before {
	content: "\f081"
}

.am-icon-facebook-square:before {
	content: "\f082"
}

.am-icon-camera-retro:before {
	content: "\f083"
}

.am-icon-key:before {
	content: "\f084"
}

.am-icon-cogs:before,.am-icon-gears:before {
	content: "\f085"
}

.am-icon-comments:before {
	content: "\f086"
}

.am-icon-thumbs-o-up:before {
	content: "\f087"
}

.am-icon-thumbs-o-down:before {
	content: "\f088"
}

.am-icon-star-half:before {
	content: "\f089"
}

.am-icon-heart-o:before {
	content: "\f08a"
}

.am-icon-sign-out:before {
	content: "\f08b"
}

.am-icon-linkedin-square:before {
	content: "\f08c"
}

.am-icon-thumb-tack:before {
	content: "\f08d"
}

.am-icon-external-link:before {
	content: "\f08e"
}

.am-icon-sign-in:before {
	content: "\f090"
}

.am-icon-trophy:before {
	content: "\f091"
}

.am-icon-github-square:before {
	content: "\f092"
}

.am-icon-upload:before {
	content: "\f093"
}

.am-icon-lemon-o:before {
	content: "\f094"
}

.am-icon-phone:before {
	content: "\f095"
}

.am-icon-square-o:before {
	content: "\f096"
}

.am-icon-bookmark-o:before {
	content: "\f097"
}

.am-icon-phone-square:before {
	content: "\f098"
}

.am-icon-twitter:before {
	content: "\f099"
}

.am-icon-facebook-f:before,.am-icon-facebook:before {
	content: "\f09a"
}

.am-icon-github:before {
	content: "\f09b"
}

.am-icon-unlock:before {
	content: "\f09c"
}

.am-icon-credit-card:before {
	content: "\f09d"
}

.am-icon-feed:before,.am-icon-rss:before {
	content: "\f09e"
}

.am-icon-hdd-o:before {
	content: "\f0a0"
}

.am-icon-bullhorn:before {
	content: "\f0a1"
}

.am-icon-bell:before {
	content: "\f0f3"
}

.am-icon-certificate:before {
	content: "\f0a3"
}

.am-icon-hand-o-right:before {
	content: "\f0a4"
}

.am-icon-hand-o-left:before {
	content: "\f0a5"
}

.am-icon-hand-o-up:before {
	content: "\f0a6"
}

.am-icon-hand-o-down:before {
	content: "\f0a7"
}

.am-icon-arrow-circle-left:before {
	content: "\f0a8"
}

.am-icon-arrow-circle-right:before {
	content: "\f0a9"
}

.am-icon-arrow-circle-up:before {
	content: "\f0aa"
}

.am-icon-arrow-circle-down:before {
	content: "\f0ab"
}

.am-icon-globe:before {
	content: "\f0ac"
}

.am-icon-wrench:before {
	content: "\f0ad"
}

.am-icon-tasks:before {
	content: "\f0ae"
}

.am-icon-filter:before {
	content: "\f0b0"
}

.am-icon-briefcase:before {
	content: "\f0b1"
}

.am-icon-arrows-alt:before {
	content: "\f0b2"
}

.am-icon-group:before,.am-icon-users:before {
	content: "\f0c0"
}

.am-icon-chain:before,.am-icon-link:before {
	content: "\f0c1"
}

.am-icon-cloud:before {
	content: "\f0c2"
}

.am-icon-flask:before {
	content: "\f0c3"
}

.am-icon-cut:before,.am-icon-scissors:before {
	content: "\f0c4"
}

.am-icon-copy:before,.am-icon-files-o:before {
	content: "\f0c5"
}

.am-icon-paperclip:before {
	content: "\f0c6"
}

.am-icon-floppy-o:before,.am-icon-save:before {
	content: "\f0c7"
}

.am-icon-square:before {
	content: "\f0c8"
}

.am-icon-bars:before,.am-icon-navicon:before,.am-icon-reorder:before {
	content: "\f0c9"
}

.am-icon-list-ul:before {
	content: "\f0ca"
}

.am-icon-list-ol:before {
	content: "\f0cb"
}

.am-icon-strikethrough:before {
	content: "\f0cc"
}

.am-icon-underline:before {
	content: "\f0cd"
}

.am-icon-table:before {
	content: "\f0ce"
}

.am-icon-magic:before {
	content: "\f0d0"
}

.am-icon-truck:before {
	content: "\f0d1"
}

.am-icon-pinterest:before {
	content: "\f0d2"
}

.am-icon-pinterest-square:before {
	content: "\f0d3"
}

.am-icon-google-plus-square:before {
	content: "\f0d4"
}

.am-icon-google-plus:before {
	content: "\f0d5"
}

.am-icon-money:before {
	content: "\f0d6"
}

.am-icon-caret-down:before {
	content: "\f0d7"
}

.am-icon-caret-up:before {
	content: "\f0d8"
}

.am-icon-caret-left:before {
	content: "\f0d9"
}

.am-icon-caret-right:before {
	content: "\f0da"
}

.am-icon-columns:before {
	content: "\f0db"
}

.am-icon-sort:before,.am-icon-unsorted:before {
	content: "\f0dc"
}

.am-icon-sort-desc:before,.am-icon-sort-down:before {
	content: "\f0dd"
}

.am-icon-sort-asc:before,.am-icon-sort-up:before {
	content: "\f0de"
}

.am-icon-envelope:before {
	content: "\f0e0"
}

.am-icon-linkedin:before {
	content: "\f0e1"
}

.am-icon-rotate-left:before,.am-icon-undo:before {
	content: "\f0e2"
}

.am-icon-gavel:before,.am-icon-legal:before {
	content: "\f0e3"
}

.am-icon-dashboard:before,.am-icon-tachometer:before {
	content: "\f0e4"
}

.am-icon-comment-o:before {
	content: "\f0e5"
}

.am-icon-comments-o:before {
	content: "\f0e6"
}

.am-icon-bolt:before,.am-icon-flash:before {
	content: "\f0e7"
}

.am-icon-sitemap:before {
	content: "\f0e8"
}

.am-icon-umbrella:before {
	content: "\f0e9"
}

.am-icon-clipboard:before,.am-icon-paste:before {
	content: "\f0ea"
}

.am-icon-lightbulb-o:before {
	content: "\f0eb"
}

.am-icon-exchange:before {
	content: "\f0ec"
}

.am-icon-cloud-download:before {
	content: "\f0ed"
}

.am-icon-cloud-upload:before {
	content: "\f0ee"
}

.am-icon-user-md:before {
	content: "\f0f0"
}

.am-icon-stethoscope:before {
	content: "\f0f1"
}

.am-icon-suitcase:before {
	content: "\f0f2"
}

.am-icon-bell-o:before {
	content: "\f0a2"
}

.am-icon-coffee:before {
	content: "\f0f4"
}

.am-icon-cutlery:before {
	content: "\f0f5"
}

.am-icon-file-text-o:before {
	content: "\f0f6"
}

.am-icon-building-o:before {
	content: "\f0f7"
}

.am-icon-hospital-o:before {
	content: "\f0f8"
}

.am-icon-ambulance:before {
	content: "\f0f9"
}

.am-icon-medkit:before {
	content: "\f0fa"
}

.am-icon-fighter-jet:before {
	content: "\f0fb"
}

.am-icon-beer:before {
	content: "\f0fc"
}

.am-icon-h-square:before {
	content: "\f0fd"
}

.am-icon-plus-square:before {
	content: "\f0fe"
}

.am-icon-angle-double-left:before {
	content: "\f100"
}

.am-icon-angle-double-right:before {
	content: "\f101"
}

.am-icon-angle-double-up:before {
	content: "\f102"
}

.am-icon-angle-double-down:before {
	content: "\f103"
}

.am-icon-angle-left:before {
	content: "\f104"
}

.am-icon-angle-right:before {
	content: "\f105"
}

.am-icon-angle-up:before {
	content: "\f106"
}

.am-icon-angle-down:before {
	content: "\f107"
}

.am-icon-desktop:before {
	content: "\f108"
}

.am-icon-laptop:before {
	content: "\f109"
}

.am-icon-tablet:before {
	content: "\f10a"
}

.am-icon-mobile-phone:before,.am-icon-mobile:before {
	content: "\f10b"
}

.am-icon-circle-o:before {
	content: "\f10c"
}

.am-icon-quote-left:before {
	content: "\f10d"
}

.am-icon-quote-right:before {
	content: "\f10e"
}

.am-icon-spinner:before {
	content: "\f110"
}

.am-icon-circle:before {
	content: "\f111"
}

.am-icon-mail-reply:before,.am-icon-reply:before {
	content: "\f112"
}

.am-icon-github-alt:before {
	content: "\f113"
}

.am-icon-folder-o:before {
	content: "\f114"
}

.am-icon-folder-open-o:before {
	content: "\f115"
}

.am-icon-smile-o:before {
	content: "\f118"
}

.am-icon-frown-o:before {
	content: "\f119"
}

.am-icon-meh-o:before {
	content: "\f11a"
}

.am-icon-gamepad:before {
	content: "\f11b"
}

.am-icon-keyboard-o:before {
	content: "\f11c"
}

.am-icon-flag-o:before {
	content: "\f11d"
}

.am-icon-flag-checkered:before {
	content: "\f11e"
}

.am-icon-terminal:before {
	content: "\f120"
}

.am-icon-code:before {
	content: "\f121"
}

.am-icon-mail-reply-all:before,.am-icon-reply-all:before {
	content: "\f122"
}

.am-icon-star-half-empty:before,.am-icon-star-half-full:before,.am-icon-star-half-o:before {
	content: "\f123"
}

.am-icon-location-arrow:before {
	content: "\f124"
}

.am-icon-crop:before {
	content: "\f125"
}

.am-icon-code-fork:before {
	content: "\f126"
}

.am-icon-chain-broken:before,.am-icon-unlink:before {
	content: "\f127"
}

.am-icon-question:before {
	content: "\f128"
}

.am-icon-info:before {
	content: "\f129"
}

.am-icon-exclamation:before {
	content: "\f12a"
}

.am-icon-superscript:before {
	content: "\f12b"
}

.am-icon-subscript:before {
	content: "\f12c"
}

.am-icon-eraser:before {
	content: "\f12d"
}

.am-icon-puzzle-piece:before {
	content: "\f12e"
}

.am-icon-microphone:before {
	content: "\f130"
}

.am-icon-microphone-slash:before {
	content: "\f131"
}

.am-icon-shield:before {
	content: "\f132"
}

.am-icon-calendar-o:before {
	content: "\f133"
}

.am-icon-fire-extinguisher:before {
	content: "\f134"
}

.am-icon-rocket:before {
	content: "\f135"
}

.am-icon-maxcdn:before {
	content: "\f136"
}

.am-icon-chevron-circle-left:before {
	content: "\f137"
}

.am-icon-chevron-circle-right:before {
	content: "\f138"
}

.am-icon-chevron-circle-up:before {
	content: "\f139"
}

.am-icon-chevron-circle-down:before {
	content: "\f13a"
}

.am-icon-html5:before {
	content: "\f13b"
}

.am-icon-css3:before {
	content: "\f13c"
}

.am-icon-anchor:before {
	content: "\f13d"
}

.am-icon-unlock-alt:before {
	content: "\f13e"
}

.am-icon-bullseye:before {
	content: "\f140"
}

.am-icon-ellipsis-h:before {
	content: "\f141"
}

.am-icon-ellipsis-v:before {
	content: "\f142"
}

.am-icon-rss-square:before {
	content: "\f143"
}

.am-icon-play-circle:before {
	content: "\f144"
}

.am-icon-ticket:before {
	content: "\f145"
}

.am-icon-minus-square:before {
	content: "\f146"
}

.am-icon-minus-square-o:before {
	content: "\f147"
}

.am-icon-level-up:before {
	content: "\f148"
}

.am-icon-level-down:before {
	content: "\f149"
}

.am-icon-check-square:before {
	content: "\f14a"
}

.am-icon-pencil-square:before {
	content: "\f14b"
}

.am-icon-external-link-square:before {
	content: "\f14c"
}

.am-icon-share-square:before {
	content: "\f14d"
}

.am-icon-compass:before {
	content: "\f14e"
}

.am-icon-caret-square-o-down:before,.am-icon-toggle-down:before {
	content: "\f150"
}

.am-icon-caret-square-o-up:before,.am-icon-toggle-up:before {
	content: "\f151"
}

.am-icon-caret-square-o-right:before,.am-icon-toggle-right:before {
	content: "\f152"
}

.am-icon-eur:before,.am-icon-euro:before {
	content: "\f153"
}

.am-icon-gbp:before {
	content: "\f154"
}

.am-icon-dollar:before,.am-icon-usd:before {
	content: "\f155"
}

.am-icon-inr:before,.am-icon-rupee:before {
	content: "\f156"
}

.am-icon-cny:before,.am-icon-jpy:before,.am-icon-rmb:before,.am-icon-yen:before {
	content: "\f157"
}

.am-icon-rouble:before,.am-icon-rub:before,.am-icon-ruble:before {
	content: "\f158"
}

.am-icon-krw:before,.am-icon-won:before {
	content: "\f159"
}

.am-icon-bitcoin:before,.am-icon-btc:before {
	content: "\f15a"
}

.am-icon-file:before {
	content: "\f15b"
}

.am-icon-file-text:before {
	content: "\f15c"
}

.am-icon-sort-alpha-asc:before {
	content: "\f15d"
}

.am-icon-sort-alpha-desc:before {
	content: "\f15e"
}

.am-icon-sort-amount-asc:before {
	content: "\f160"
}

.am-icon-sort-amount-desc:before {
	content: "\f161"
}

.am-icon-sort-numeric-asc:before {
	content: "\f162"
}

.am-icon-sort-numeric-desc:before {
	content: "\f163"
}

.am-icon-thumbs-up:before {
	content: "\f164"
}

.am-icon-thumbs-down:before {
	content: "\f165"
}

.am-icon-youtube-square:before {
	content: "\f166"
}

.am-icon-youtube:before {
	content: "\f167"
}

.am-icon-xing:before {
	content: "\f168"
}

.am-icon-xing-square:before {
	content: "\f169"
}

.am-icon-youtube-play:before {
	content: "\f16a"
}

.am-icon-dropbox:before {
	content: "\f16b"
}

.am-icon-stack-overflow:before {
	content: "\f16c"
}

.am-icon-instagram:before {
	content: "\f16d"
}

.am-icon-flickr:before {
	content: "\f16e"
}

.am-icon-adn:before {
	content: "\f170"
}

.am-icon-bitbucket:before {
	content: "\f171"
}

.am-icon-bitbucket-square:before {
	content: "\f172"
}

.am-icon-tumblr:before {
	content: "\f173"
}

.am-icon-tumblr-square:before {
	content: "\f174"
}

.am-icon-long-arrow-down:before {
	content: "\f175"
}

.am-icon-long-arrow-up:before {
	content: "\f176"
}

.am-icon-long-arrow-left:before {
	content: "\f177"
}

.am-icon-long-arrow-right:before {
	content: "\f178"
}

.am-icon-apple:before {
	content: "\f179"
}

.am-icon-windows:before {
	content: "\f17a"
}

.am-icon-android:before {
	content: "\f17b"
}

.am-icon-linux:before {
	content: "\f17c"
}

.am-icon-dribbble:before {
	content: "\f17d"
}

.am-icon-skype:before {
	content: "\f17e"
}

.am-icon-foursquare:before {
	content: "\f180"
}

.am-icon-trello:before {
	content: "\f181"
}

.am-icon-female:before {
	content: "\f182"
}

.am-icon-male:before {
	content: "\f183"
}

.am-icon-gittip:before,.am-icon-gratipay:before {
	content: "\f184"
}

.am-icon-sun-o:before {
	content: "\f185"
}

.am-icon-moon-o:before {
	content: "\f186"
}

.am-icon-archive:before {
	content: "\f187"
}

.am-icon-bug:before {
	content: "\f188"
}

.am-icon-vk:before {
	content: "\f189"
}

.am-icon-weibo:before {
	content: "\f18a"
}

.am-icon-renren:before {
	content: "\f18b"
}

.am-icon-pagelines:before {
	content: "\f18c"
}

.am-icon-stack-exchange:before {
	content: "\f18d"
}

.am-icon-arrow-circle-o-right:before {
	content: "\f18e"
}

.am-icon-arrow-circle-o-left:before {
	content: "\f190"
}

.am-icon-caret-square-o-left:before,.am-icon-toggle-left:before {
	content: "\f191"
}

.am-icon-dot-circle-o:before {
	content: "\f192"
}

.am-icon-wheelchair:before {
	content: "\f193"
}

.am-icon-vimeo-square:before {
	content: "\f194"
}

.am-icon-try:before,.am-icon-turkish-lira:before {
	content: "\f195"
}

.am-icon-plus-square-o:before {
	content: "\f196"
}

.am-icon-space-shuttle:before {
	content: "\f197"
}

.am-icon-slack:before {
	content: "\f198"
}

.am-icon-envelope-square:before {
	content: "\f199"
}

.am-icon-wordpress:before {
	content: "\f19a"
}

.am-icon-openid:before {
	content: "\f19b"
}

.am-icon-bank:before,.am-icon-institution:before,.am-icon-university:before {
	content: "\f19c"
}

.am-icon-graduation-cap:before,.am-icon-mortar-board:before {
	content: "\f19d"
}

.am-icon-yahoo:before {
	content: "\f19e"
}

.am-icon-google:before {
	content: "\f1a0"
}

.am-icon-reddit:before {
	content: "\f1a1"
}

.am-icon-reddit-square:before {
	content: "\f1a2"
}

.am-icon-stumbleupon-circle:before {
	content: "\f1a3"
}

.am-icon-stumbleupon:before {
	content: "\f1a4"
}

.am-icon-delicious:before {
	content: "\f1a5"
}

.am-icon-digg:before {
	content: "\f1a6"
}

.am-icon-pied-piper-pp:before {
	content: "\f1a7"
}

.am-icon-pied-piper-alt:before {
	content: "\f1a8"
}

.am-icon-drupal:before {
	content: "\f1a9"
}

.am-icon-joomla:before {
	content: "\f1aa"
}

.am-icon-language:before {
	content: "\f1ab"
}

.am-icon-fax:before {
	content: "\f1ac"
}

.am-icon-building:before {
	content: "\f1ad"
}

.am-icon-child:before {
	content: "\f1ae"
}

.am-icon-paw:before {
	content: "\f1b0"
}

.am-icon-spoon:before {
	content: "\f1b1"
}

.am-icon-cube:before {
	content: "\f1b2"
}

.am-icon-cubes:before {
	content: "\f1b3"
}

.am-icon-behance:before {
	content: "\f1b4"
}

.am-icon-behance-square:before {
	content: "\f1b5"
}

.am-icon-steam:before {
	content: "\f1b6"
}

.am-icon-steam-square:before {
	content: "\f1b7"
}

.am-icon-recycle:before {
	content: "\f1b8"
}

.am-icon-automobile:before,.am-icon-car:before {
	content: "\f1b9"
}

.am-icon-cab:before,.am-icon-taxi:before {
	content: "\f1ba"
}

.am-icon-tree:before {
	content: "\f1bb"
}

.am-icon-spotify:before {
	content: "\f1bc"
}

.am-icon-deviantart:before {
	content: "\f1bd"
}

.am-icon-soundcloud:before {
	content: "\f1be"
}

.am-icon-database:before {
	content: "\f1c0"
}

.am-icon-file-pdf-o:before {
	content: "\f1c1"
}

.am-icon-file-word-o:before {
	content: "\f1c2"
}

.am-icon-file-excel-o:before {
	content: "\f1c3"
}

.am-icon-file-powerpoint-o:before {
	content: "\f1c4"
}

.am-icon-file-image-o:before,.am-icon-file-photo-o:before,.am-icon-file-picture-o:before {
	content: "\f1c5"
}

.am-icon-file-archive-o:before,.am-icon-file-zip-o:before {
	content: "\f1c6"
}

.am-icon-file-audio-o:before,.am-icon-file-sound-o:before {
	content: "\f1c7"
}

.am-icon-file-movie-o:before,.am-icon-file-video-o:before {
	content: "\f1c8"
}

.am-icon-file-code-o:before {
	content: "\f1c9"
}

.am-icon-vine:before {
	content: "\f1ca"
}

.am-icon-codepen:before {
	content: "\f1cb"
}

.am-icon-jsfiddle:before {
	content: "\f1cc"
}

.am-icon-life-bouy:before,.am-icon-life-buoy:before,.am-icon-life-ring:before,.am-icon-life-saver:before,.am-icon-support:before {
	content: "\f1cd"
}

.am-icon-circle-o-notch:before {
	content: "\f1ce"
}

.am-icon-ra:before,.am-icon-rebel:before,.am-icon-resistance:before {
	content: "\f1d0"
}

.am-icon-empire:before,.am-icon-ge:before {
	content: "\f1d1"
}

.am-icon-git-square:before {
	content: "\f1d2"
}

.am-icon-git:before {
	content: "\f1d3"
}

.am-icon-hacker-news:before,.am-icon-y-combinator-square:before,.am-icon-yc-square:before {
	content: "\f1d4"
}

.am-icon-tencent-weibo:before {
	content: "\f1d5"
}

.am-icon-qq:before {
	content: "\f1d6"
}

.am-icon-wechat:before,.am-icon-weixin:before {
	content: "\f1d7"
}

.am-icon-paper-plane:before,.am-icon-send:before {
	content: "\f1d8"
}

.am-icon-paper-plane-o:before,.am-icon-send-o:before {
	content: "\f1d9"
}

.am-icon-history:before {
	content: "\f1da"
}

.am-icon-circle-thin:before {
	content: "\f1db"
}

.am-icon-header:before {
	content: "\f1dc"
}

.am-icon-paragraph:before {
	content: "\f1dd"
}

.am-icon-sliders:before {
	content: "\f1de"
}

.am-icon-share-alt:before {
	content: "\f1e0"
}

.am-icon-share-alt-square:before {
	content: "\f1e1"
}

.am-icon-bomb:before {
	content: "\f1e2"
}

.am-icon-futbol-o:before,.am-icon-soccer-ball-o:before {
	content: "\f1e3"
}

.am-icon-tty:before {
	content: "\f1e4"
}

.am-icon-binoculars:before {
	content: "\f1e5"
}

.am-icon-plug:before {
	content: "\f1e6"
}

.am-icon-slideshare:before {
	content: "\f1e7"
}

.am-icon-twitch:before {
	content: "\f1e8"
}

.am-icon-yelp:before {
	content: "\f1e9"
}

.am-icon-newspaper-o:before {
	content: "\f1ea"
}

.am-icon-wifi:before {
	content: "\f1eb"
}

.am-icon-calculator:before {
	content: "\f1ec"
}

.am-icon-paypal:before {
	content: "\f1ed"
}

.am-icon-google-wallet:before {
	content: "\f1ee"
}

.am-icon-cc-visa:before {
	content: "\f1f0"
}

.am-icon-cc-mastercard:before {
	content: "\f1f1"
}

.am-icon-cc-discover:before {
	content: "\f1f2"
}

.am-icon-cc-amex:before {
	content: "\f1f3"
}

.am-icon-cc-paypal:before {
	content: "\f1f4"
}

.am-icon-cc-stripe:before {
	content: "\f1f5"
}

.am-icon-bell-slash:before {
	content: "\f1f6"
}

.am-icon-bell-slash-o:before {
	content: "\f1f7"
}

.am-icon-trash:before {
	content: "\f1f8"
}

.am-icon-copyright:before {
	content: "\f1f9"
}

.am-icon-at:before {
	content: "\f1fa"
}

.am-icon-eyedropper:before {
	content: "\f1fb"
}

.am-icon-paint-brush:before {
	content: "\f1fc"
}

.am-icon-birthday-cake:before {
	content: "\f1fd"
}

.am-icon-area-chart:before {
	content: "\f1fe"
}

.am-icon-pie-chart:before {
	content: "\f200"
}

.am-icon-line-chart:before {
	content: "\f201"
}

.am-icon-lastfm:before {
	content: "\f202"
}

.am-icon-lastfm-square:before {
	content: "\f203"
}

.am-icon-toggle-off:before {
	content: "\f204"
}

.am-icon-toggle-on:before {
	content: "\f205"
}

.am-icon-bicycle:before {
	content: "\f206"
}

.am-icon-bus:before {
	content: "\f207"
}

.am-icon-ioxhost:before {
	content: "\f208"
}

.am-icon-angellist:before {
	content: "\f209"
}

.am-icon-cc:before {
	content: "\f20a"
}

.am-icon-ils:before,.am-icon-shekel:before,.am-icon-sheqel:before {
	content: "\f20b"
}

.am-icon-meanpath:before {
	content: "\f20c"
}

.am-icon-buysellads:before {
	content: "\f20d"
}

.am-icon-connectdevelop:before {
	content: "\f20e"
}

.am-icon-dashcube:before {
	content: "\f210"
}

.am-icon-forumbee:before {
	content: "\f211"
}

.am-icon-leanpub:before {
	content: "\f212"
}

.am-icon-sellsy:before {
	content: "\f213"
}

.am-icon-shirtsinbulk:before {
	content: "\f214"
}

.am-icon-simplybuilt:before {
	content: "\f215"
}

.am-icon-skyatlas:before {
	content: "\f216"
}

.am-icon-cart-plus:before {
	content: "\f217"
}

.am-icon-cart-arrow-down:before {
	content: "\f218"
}

.am-icon-diamond:before {
	content: "\f219"
}

.am-icon-ship:before {
	content: "\f21a"
}

.am-icon-user-secret:before {
	content: "\f21b"
}

.am-icon-motorcycle:before {
	content: "\f21c"
}

.am-icon-street-view:before {
	content: "\f21d"
}

.am-icon-heartbeat:before {
	content: "\f21e"
}

.am-icon-venus:before {
	content: "\f221"
}

.am-icon-mars:before {
	content: "\f222"
}

.am-icon-mercury:before {
	content: "\f223"
}

.am-icon-intersex:before,.am-icon-transgender:before {
	content: "\f224"
}

.am-icon-transgender-alt:before {
	content: "\f225"
}

.am-icon-venus-double:before {
	content: "\f226"
}

.am-icon-mars-double:before {
	content: "\f227"
}

.am-icon-venus-mars:before {
	content: "\f228"
}

.am-icon-mars-stroke:before {
	content: "\f229"
}

.am-icon-mars-stroke-v:before {
	content: "\f22a"
}

.am-icon-mars-stroke-h:before {
	content: "\f22b"
}

.am-icon-neuter:before {
	content: "\f22c"
}

.am-icon-genderless:before {
	content: "\f22d"
}

.am-icon-facebook-official:before {
	content: "\f230"
}

.am-icon-pinterest-p:before {
	content: "\f231"
}

.am-icon-whatsapp:before {
	content: "\f232"
}

.am-icon-server:before {
	content: "\f233"
}

.am-icon-user-plus:before {
	content: "\f234"
}

.am-icon-user-times:before {
	content: "\f235"
}

.am-icon-bed:before,.am-icon-hotel:before {
	content: "\f236"
}

.am-icon-viacoin:before {
	content: "\f237"
}

.am-icon-train:before {
	content: "\f238"
}

.am-icon-subway:before {
	content: "\f239"
}

.am-icon-medium:before {
	content: "\f23a"
}

.am-icon-y-combinator:before,.am-icon-yc:before {
	content: "\f23b"
}

.am-icon-optin-monster:before {
	content: "\f23c"
}

.am-icon-opencart:before {
	content: "\f23d"
}

.am-icon-expeditedssl:before {
	content: "\f23e"
}

.am-icon-battery-4:before,.am-icon-battery-full:before {
	content: "\f240"
}

.am-icon-battery-3:before,.am-icon-battery-three-quarters:before {
	content: "\f241"
}

.am-icon-battery-2:before,.am-icon-battery-half:before {
	content: "\f242"
}

.am-icon-battery-1:before,.am-icon-battery-quarter:before {
	content: "\f243"
}

.am-icon-battery-0:before,.am-icon-battery-empty:before {
	content: "\f244"
}

.am-icon-mouse-pointer:before {
	content: "\f245"
}

.am-icon-i-cursor:before {
	content: "\f246"
}

.am-icon-object-group:before {
	content: "\f247"
}

.am-icon-object-ungroup:before {
	content: "\f248"
}

.am-icon-sticky-note:before {
	content: "\f249"
}

.am-icon-sticky-note-o:before {
	content: "\f24a"
}

.am-icon-cc-jcb:before {
	content: "\f24b"
}

.am-icon-cc-diners-club:before {
	content: "\f24c"
}

.am-icon-clone:before {
	content: "\f24d"
}

.am-icon-balance-scale:before {
	content: "\f24e"
}

.am-icon-hourglass-o:before {
	content: "\f250"
}

.am-icon-hourglass-1:before,.am-icon-hourglass-start:before {
	content: "\f251"
}

.am-icon-hourglass-2:before,.am-icon-hourglass-half:before {
	content: "\f252"
}

.am-icon-hourglass-3:before,.am-icon-hourglass-end:before {
	content: "\f253"
}

.am-icon-hourglass:before {
	content: "\f254"
}

.am-icon-hand-grab-o:before,.am-icon-hand-rock-o:before {
	content: "\f255"
}

.am-icon-hand-paper-o:before,.am-icon-hand-stop-o:before {
	content: "\f256"
}

.am-icon-hand-scissors-o:before {
	content: "\f257"
}

.am-icon-hand-lizard-o:before {
	content: "\f258"
}

.am-icon-hand-spock-o:before {
	content: "\f259"
}

.am-icon-hand-pointer-o:before {
	content: "\f25a"
}

.am-icon-hand-peace-o:before {
	content: "\f25b"
}

.am-icon-trademark:before {
	content: "\f25c"
}

.am-icon-registered:before {
	content: "\f25d"
}

.am-icon-creative-commons:before {
	content: "\f25e"
}

.am-icon-gg:before {
	content: "\f260"
}

.am-icon-gg-circle:before {
	content: "\f261"
}

.am-icon-tripadvisor:before {
	content: "\f262"
}

.am-icon-odnoklassniki:before {
	content: "\f263"
}

.am-icon-odnoklassniki-square:before {
	content: "\f264"
}

.am-icon-get-pocket:before {
	content: "\f265"
}

.am-icon-wikipedia-w:before {
	content: "\f266"
}

.am-icon-safari:before {
	content: "\f267"
}

.am-icon-chrome:before {
	content: "\f268"
}

.am-icon-firefox:before {
	content: "\f269"
}

.am-icon-opera:before {
	content: "\f26a"
}

.am-icon-internet-explorer:before {
	content: "\f26b"
}

.am-icon-television:before,.am-icon-tv:before {
	content: "\f26c"
}

.am-icon-contao:before {
	content: "\f26d"
}

.am-icon-500px:before {
	content: "\f26e"
}

.am-icon-amazon:before {
	content: "\f270"
}

.am-icon-calendar-plus-o:before {
	content: "\f271"
}

.am-icon-calendar-minus-o:before {
	content: "\f272"
}

.am-icon-calendar-times-o:before {
	content: "\f273"
}

.am-icon-calendar-check-o:before {
	content: "\f274"
}

.am-icon-industry:before {
	content: "\f275"
}

.am-icon-map-pin:before {
	content: "\f276"
}

.am-icon-map-signs:before {
	content: "\f277"
}

.am-icon-map-o:before {
	content: "\f278"
}

.am-icon-map:before {
	content: "\f279"
}

.am-icon-commenting:before {
	content: "\f27a"
}

.am-icon-commenting-o:before {
	content: "\f27b"
}

.am-icon-houzz:before {
	content: "\f27c"
}

.am-icon-vimeo:before {
	content: "\f27d"
}

.am-icon-black-tie:before {
	content: "\f27e"
}

.am-icon-fonticons:before {
	content: "\f280"
}

.am-icon-reddit-alien:before {
	content: "\f281"
}

.am-icon-edge:before {
	content: "\f282"
}

.am-icon-credit-card-alt:before {
	content: "\f283"
}

.am-icon-codiepie:before {
	content: "\f284"
}

.am-icon-modx:before {
	content: "\f285"
}

.am-icon-fort-awesome:before {
	content: "\f286"
}

.am-icon-usb:before {
	content: "\f287"
}

.am-icon-product-hunt:before {
	content: "\f288"
}

.am-icon-mixcloud:before {
	content: "\f289"
}

.am-icon-scribd:before {
	content: "\f28a"
}

.am-icon-pause-circle:before {
	content: "\f28b"
}

.am-icon-pause-circle-o:before {
	content: "\f28c"
}

.am-icon-stop-circle:before {
	content: "\f28d"
}

.am-icon-stop-circle-o:before {
	content: "\f28e"
}

.am-icon-shopping-bag:before {
	content: "\f290"
}

.am-icon-shopping-basket:before {
	content: "\f291"
}

.am-icon-hashtag:before {
	content: "\f292"
}

.am-icon-bluetooth:before {
	content: "\f293"
}

.am-icon-bluetooth-b:before {
	content: "\f294"
}

.am-icon-percent:before {
	content: "\f295"
}

.am-icon-gitlab:before {
	content: "\f296"
}

.am-icon-wpbeginner:before {
	content: "\f297"
}

.am-icon-wpforms:before {
	content: "\f298"
}

.am-icon-envira:before {
	content: "\f299"
}

.am-icon-universal-access:before {
	content: "\f29a"
}

.am-icon-wheelchair-alt:before {
	content: "\f29b"
}

.am-icon-question-circle-o:before {
	content: "\f29c"
}

.am-icon-blind:before {
	content: "\f29d"
}

.am-icon-audio-description:before {
	content: "\f29e"
}

.am-icon-volume-control-phone:before {
	content: "\f2a0"
}

.am-icon-braille:before {
	content: "\f2a1"
}

.am-icon-assistive-listening-systems:before {
	content: "\f2a2"
}

.am-icon-american-sign-language-interpreting:before,.am-icon-asl-interpreting:before {
	content: "\f2a3"
}

.am-icon-deaf:before,.am-icon-deafness:before,.am-icon-hard-of-hearing:before {
	content: "\f2a4"
}

.am-icon-glide:before {
	content: "\f2a5"
}

.am-icon-glide-g:before {
	content: "\f2a6"
}

.am-icon-sign-language:before,.am-icon-signing:before {
	content: "\f2a7"
}

.am-icon-low-vision:before {
	content: "\f2a8"
}

.am-icon-viadeo:before {
	content: "\f2a9"
}

.am-icon-viadeo-square:before {
	content: "\f2aa"
}

.am-icon-snapchat:before {
	content: "\f2ab"
}

.am-icon-snapchat-ghost:before {
	content: "\f2ac"
}

.am-icon-snapchat-square:before {
	content: "\f2ad"
}

.am-icon-pied-piper:before {
	content: "\f2ae"
}

.am-icon-first-order:before {
	content: "\f2b0"
}

.am-icon-yoast:before {
	content: "\f2b1"
}

.am-icon-themeisle:before {
	content: "\f2b2"
}

.am-icon-google-plus-circle:before,.am-icon-google-plus-official:before {
	content: "\f2b3"
}

.am-icon-fa:before,.am-icon-font-awesome:before {
	content: "\f2b4"
}

@-webkit-keyframes icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes icon-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.am-icon-spin {
	-webkit-animation: icon-spin 2s linear infinite;
	animation: icon-spin 2s linear infinite
}

.am-icon-pulse {
	-webkit-animation: icon-spin 1s steps(8) infinite;
	animation: icon-spin 1s steps(8) infinite
}

.am-icon-ul {
	list-style-type: none;
	margin-left: 2.14285714em;
	padding-left: 0
}

.am-icon-ul>li {
	position: relative
}

.am-icon-li {
	left: -2.14285714em;
	position: absolute;
	text-align: center;
	top: .14285714em;
	width: 2.14285714em
}

.am-input-group {
	border-collapse: separate;
	display: table;
	position: relative
}

.am-input-group .am-form-field {
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 2
}

.am-input-group .am-form-field,.am-input-group-btn,.am-input-group-label {
	display: table-cell
}

.am-input-group .am-form-field:not(:first-child):not(:last-child),.am-input-group-btn:not(:first-child):not(:last-child),.am-input-group-label:not(:first-child):not(:last-child) {
	border-radius: 0
}

.am-input-group-btn,.am-input-group-label {
	vertical-align: middle;
	white-space: nowrap;
	width: 1%
}

.am-input-group-label {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #555;
	font-size: 1.6rem;
	font-weight: 400;
	height: 38px;
	line-height: 36px;
	padding: 0 1em;
	text-align: center
}

.am-input-group-label input[type=checkbox],.am-input-group-label input[type=radio] {
	margin-top: 0
}

.am-input-group .am-form-field:first-child,.am-input-group-btn:first-child>.am-btn,.am-input-group-btn:first-child>.am-btn-group>.am-btn,.am-input-group-btn:first-child>.am-dropdown-toggle,.am-input-group-btn:last-child>.am-btn-group:not(:last-child)>.am-btn,.am-input-group-btn:last-child>.am-btn:not(:last-child):not(.dropdown-toggle),.am-input-group-label:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.am-input-group-label:first-child {
	border-right: 0
}

.am-input-group .am-form-field:last-child,.am-input-group-btn:first-child>.am-btn-group:not(:first-child)>.am-btn,.am-input-group-btn:first-child>.am-btn:not(:first-child),.am-input-group-btn:last-child>.am-btn,.am-input-group-btn:last-child>.am-btn-group>.am-btn,.am-input-group-btn:last-child>.am-dropdown-toggle,.am-input-group-label:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.am-input-group-label:last-child {
	border-left: 0
}

.am-input-group-btn {
	font-size: 0;
	position: relative;
	white-space: nowrap
}

.am-input-group-btn>.am-btn {
	border-color: #ccc;
	position: relative
}

.am-input-group-btn>.am-btn+.am-btn {
	margin-left: -1px
}

.am-input-group-btn>.am-btn:active,.am-input-group-btn>.am-btn:focus,.am-input-group-btn>.am-btn:hover {
	z-index: 2
}

.am-input-group-btn:first-child>.am-btn,.am-input-group-btn:first-child>.am-btn-group {
	margin-right: -2px
}

.am-input-group-btn:last-child>.am-btn,.am-input-group-btn:last-child>.am-btn-group {
	margin-left: -1px
}

.am-input-group .am-form-field,.am-input-group-btn>.am-btn {
	height: 38px;
	padding-bottom: auto
}

.am-input-group-lg>.am-form-field,.am-input-group-lg>.am-input-group-btn>.am-btn,.am-input-group-lg>.am-input-group-label {
	font-size: 1.8rem!important;
	height: 42px
}

.am-input-group-lg>.am-input-group-label {
	line-height: 40px
}

.am-input-group-sm>.am-form-field,.am-input-group-sm>.am-input-group-btn>.am-btn,.am-input-group-sm>.am-input-group-label {
	font-size: 1.4rem!important;
	height: 33px
}

.am-input-group-sm>.am-input-group-label {
	line-height: 31px
}

.am-input-group-primary .am-input-group-label {
	background: #0e90d2;
	color: #fff
}

.am-input-group-primary .am-input-group-btn>.am-btn,.am-input-group-primary .am-input-group-label,.am-input-group-primary.am-input-group .am-form-field {
	border-color: #0e90d2
}

.am-input-group-secondary .am-input-group-label {
	background: #3bb4f2;
	color: #fff
}

.am-input-group-secondary .am-input-group-btn>.am-btn,.am-input-group-secondary .am-input-group-label,.am-input-group-secondary.am-input-group .am-form-field {
	border-color: #3bb4f2
}

.am-input-group-success .am-input-group-label {
	background: #5eb95e;
	color: #fff
}

.am-input-group-success .am-input-group-btn>.am-btn,.am-input-group-success .am-input-group-label,.am-input-group-success.am-input-group .am-form-field {
	border-color: #5eb95e
}

.am-input-group-warning .am-input-group-label {
	background: #f37b1d;
	color: #fff
}

.am-input-group-warning .am-input-group-btn>.am-btn,.am-input-group-warning .am-input-group-label,.am-input-group-warning.am-input-group .am-form-field {
	border-color: #f37b1d
}

.am-input-group-danger .am-input-group-label {
	background: #dd514c;
	color: #fff
}

.am-input-group-danger .am-input-group-btn>.am-btn,.am-input-group-danger .am-input-group-label,.am-input-group-danger.am-input-group .am-form-field {
	border-color: #dd514c
}

.am-list {
	margin-bottom: 1.6rem;
	padding-left: 0
}

.am-list>li {
	background-color: #fff;
	border: 1px solid #dedede;
	border-width: 1px 0;
	display: block;
	margin-bottom: -1px;
	position: relative
}

.am-list>li>a {
	display: block;
	padding: 1rem 0
}

.am-list>li>a.am-active,.am-list>li>a.am-active:focus,.am-list>li>a.am-active:hover {
	background-color: #0e90d2;
	border-color: #0e90d2;
	color: #fff;
	z-index: 2
}

.am-list>li>a.am-active .am-list-item-heading,.am-list>li>a.am-active:focus .am-list-item-heading,.am-list>li>a.am-active:hover .am-list-item-heading {
	color: inherit
}

.am-list>li>a.am-active .am-list-item-text,.am-list>li>a.am-active:focus .am-list-item-text,.am-list>li>a.am-active:hover .am-list-item-text {
	color: #b2e2fa
}

.am-list>li>.am-badge {
	float: right
}

.am-list>li>.am-badge+.am-badge {
	margin-right: 5px
}

.am-list-static>li {
	padding: .8rem .2rem
}

.am-list-static.am-list-border>li {
	padding: 1rem
}

.am-list-border>li,.am-list-bordered>li {
	border-width: 1px
}

.am-list-border>li:first-child,.am-list-border>li:first-child>a,.am-list-bordered>li:first-child,.am-list-bordered>li:first-child>a {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.am-list-border>li:last-child,.am-list-border>li:last-child>a,.am-list-bordered>li:last-child,.am-list-bordered>li:last-child>a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: 0
}

.am-list-border>li>a,.am-list-bordered>li>a {
	padding: 1rem
}

.am-list-border>li>a:focus,.am-list-border>li>a:hover,.am-list-bordered>li>a:focus,.am-list-bordered>li>a:hover {
	background-color: #f5f5f5
}

.am-list-striped>li:nth-of-type(2n) {
	background: #f5f5f5
}

.am-list-item-hd {
	margin-top: 0
}

.am-list-item-text {
	color: #999;
	font-size: 1.3rem;
	line-height: 1.4;
	margin: 0
}

.am-panel {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 20px
}

.am-panel-hd {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: .6rem 1.25rem
}

.am-panel-bd {
	padding: 1.25rem
}

.am-panel-title {
	color: inherit;
	font-size: 100%;
	margin: 0
}

.am-panel-title>a {
	color: inherit
}

.am-panel-footer {
	background-color: #f5f5f5;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top: 1px solid #ddd;
	padding: .6rem 1.25rem
}

.am-panel-default {
	border-color: #ddd
}

.am-panel-default>.am-panel-hd {
	background-color: #f5f5f5;
	border-color: #ddd;
	color: #444
}

.am-panel-default>.am-panel-hd+.am-panel-collapse>.am-panel-bd {
	border-top-color: #ddd
}

.am-panel-default>.am-panel-footer+.am-panel-collapse>.am-panel-bd {
	border-bottom-color: #ddd
}

.am-panel-primary {
	border-color: #10a0ea
}

.am-panel-primary>.am-panel-hd {
	background-color: #0e90d2;
	border-color: #10a0ea;
	color: #fff
}

.am-panel-primary>.am-panel-hd+.am-panel-collapse>.am-panel-bd {
	border-top-color: #10a0ea
}

.am-panel-primary>.am-panel-footer+.am-panel-collapse>.am-panel-bd {
	border-bottom-color: #10a0ea
}

.am-panel-secondary {
	border-color: #caebfb
}

.am-panel-secondary>.am-panel-hd {
	background-color: rgba(59,180,242,.15);
	border-color: #caebfb;
	color: #14a6ef
}

.am-panel-secondary>.am-panel-hd+.am-panel-collapse>.am-panel-bd {
	border-top-color: #caebfb
}

.am-panel-secondary>.am-panel-footer+.am-panel-collapse>.am-panel-bd {
	border-bottom-color: #caebfb
}

.am-panel-success {
	border-color: #c9e7c9
}

.am-panel-success>.am-panel-hd {
	background-color: rgba(94,185,94,.15);
	border-color: #c9e7c9;
	color: #5eb95e
}

.am-panel-success>.am-panel-hd+.am-panel-collapse>.am-panel-bd {
	border-top-color: #c9e7c9
}

.am-panel-success>.am-panel-footer+.am-panel-collapse>.am-panel-bd {
	border-bottom-color: #c9e7c9
}

.am-panel-warning {
	border-color: #fbd0ae
}

.am-panel-warning>.am-panel-hd {
	background-color: rgba(243,123,29,.15);
	border-color: #fbd0ae;
	color: #f37b1d
}

.am-panel-warning>.am-panel-hd+.am-panel-collapse>.am-panel-bd {
	border-top-color: #fbd0ae
}

.am-panel-warning>.am-panel-footer+.am-panel-collapse>.am-panel-bd {
	border-bottom-color: #fbd0ae
}

.am-panel-danger {
	border-color: #f5cecd
}

.am-panel-danger>.am-panel-hd {
	background-color: rgba(221,81,76,.15);
	border-color: #f5cecd;
	color: #dd514c
}

.am-panel-danger>.am-panel-hd+.am-panel-collapse>.am-panel-bd {
	border-top-color: #f5cecd
}

.am-panel-danger>.am-panel-footer+.am-panel-collapse>.am-panel-bd {
	border-bottom-color: #f5cecd
}

.am-panel>.am-table {
	margin-bottom: 0
}

.am-panel>.am-table:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.am-panel>.am-table:first-child>tbody:first-child>tr:first-child td:first-child,.am-panel>.am-table:first-child>tbody:first-child>tr:first-child th:first-child,.am-panel>.am-table:first-child>thead:first-child>tr:first-child td:first-child,.am-panel>.am-table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 0
}

.am-panel>.am-table:first-child>tbody:first-child>tr:first-child td:last-child,.am-panel>.am-table:first-child>tbody:first-child>tr:first-child th:last-child,.am-panel>.am-table:first-child>thead:first-child>tr:first-child td:last-child,.am-panel>.am-table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 0
}

.am-panel>.am-table:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.am-panel>.am-table:last-child>tbody:last-child>tr:last-child td:first-child,.am-panel>.am-table:last-child>tbody:last-child>tr:last-child th:first-child,.am-panel>.am-table:last-child>tfoot:last-child>tr:last-child td:first-child,.am-panel>.am-table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 0
}

.am-panel>.am-table:last-child>tbody:last-child>tr:last-child td:last-child,.am-panel>.am-table:last-child>tbody:last-child>tr:last-child th:last-child,.am-panel>.am-table:last-child>tfoot:last-child>tr:last-child td:last-child,.am-panel>.am-table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 0
}

.am-panel>.am-panel-bd+.am-table {
	border-top: 1px solid #ddd
}

.am-panel>.am-table>tbody:first-child>tr:first-child td,.am-panel>.am-table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.am-panel>.am-table-bd {
	border: 0
}

.am-panel>.am-table-bd>tbody>tr>td:first-child,.am-panel>.am-table-bd>tbody>tr>th:first-child,.am-panel>.am-table-bd>tfoot>tr>td:first-child,.am-panel>.am-table-bd>tfoot>tr>th:first-child,.am-panel>.am-table-bd>thead>tr>td:first-child,.am-panel>.am-table-bd>thead>tr>th:first-child {
	border-left: 0
}

.am-panel>.am-table-bd>tbody>tr>td:last-child,.am-panel>.am-table-bd>tbody>tr>th:last-child,.am-panel>.am-table-bd>tfoot>tr>td:last-child,.am-panel>.am-table-bd>tfoot>tr>th:last-child,.am-panel>.am-table-bd>thead>tr>td:last-child,.am-panel>.am-table-bd>thead>tr>th:last-child {
	border-right: 0
}

.am-panel>.am-table-bd>tbody>tr:first-child>td,.am-panel>.am-table-bd>tbody>tr:first-child>th,.am-panel>.am-table-bd>tbody>tr:last-child>td,.am-panel>.am-table-bd>tbody>tr:last-child>th,.am-panel>.am-table-bd>tfoot>tr:last-child>td,.am-panel>.am-table-bd>tfoot>tr:last-child>th,.am-panel>.am-table-bd>thead>tr:first-child>td,.am-panel>.am-table-bd>thead>tr:first-child>th {
	border-bottom: 0
}

.am-panel>.am-list {
	margin: 0
}

.am-panel>.am-list-static li,.am-panel>.am-list>li>a {
	padding-left: 1rem;
	padding-right: 1rem
}

.am-panel-group {
	margin-bottom: 2rem
}

.am-panel-group .am-panel {
	border-radius: 0;
	margin-bottom: 0
}

.am-panel-group .am-panel+.am-panel {
	margin-top: 6px
}

.am-panel-group .am-panel-hd {
	border-bottom: 0
}

.am-panel-group .am-panel-hd+.am-panel-collapse .am-panel-bd {
	border-top: 1px solid #ddd
}

.am-panel-group .am-panel-footer {
	border-top: 0
}

.am-panel-group .am-panel-footer+.am-panel-collapse .am-panel-bd {
	border-bottom: 1px solid #ddd
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position: 36px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position: 36px 0
	}

	to {
		background-position: 0 0
	}
}

.am-progress {
	background-color: #f5f5f5;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	height: 2rem;
	margin-bottom: 2rem;
	overflow: hidden
}

.am-progress-bar {
	background-color: #0e90d2;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	color: #fff;
	float: left;
	font-size: 1.2rem;
	height: 100%;
	line-height: 2rem;
	text-align: center;
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
	width: 0
}

.am-progress-striped .am-progress-bar {
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,hsla(0,0%,100%,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,hsla(0,0%,100%,.15)),color-stop(.75,hsla(0,0%,100%,.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-size: 36px 36px
}

.am-progress.am-active .am-progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.am-progress-bar[aria-valuenow="1"],.am-progress-bar[aria-valuenow="2"] {
	min-width: 30px
}

.am-progress-bar[aria-valuenow="0"] {
	background: none;
	box-shadow: none;
	color: #999;
	min-width: 30px
}

.am-progress-bar-secondary {
	background-color: #3bb4f2
}

.am-progress-striped .am-progress-bar-secondary {
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,hsla(0,0%,100%,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,hsla(0,0%,100%,.15)),color-stop(.75,hsla(0,0%,100%,.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.am-progress-bar-success {
	background-color: #5eb95e
}

.am-progress-striped .am-progress-bar-success {
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,hsla(0,0%,100%,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,hsla(0,0%,100%,.15)),color-stop(.75,hsla(0,0%,100%,.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.am-progress-bar-warning {
	background-color: #f37b1d
}

.am-progress-striped .am-progress-bar-warning {
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,hsla(0,0%,100%,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,hsla(0,0%,100%,.15)),color-stop(.75,hsla(0,0%,100%,.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.am-progress-bar-danger {
	background-color: #dd514c
}

.am-progress-striped .am-progress-bar-danger {
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,hsla(0,0%,100%,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,hsla(0,0%,100%,.15)),color-stop(.75,hsla(0,0%,100%,.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
	background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.am-progress-xs {
	height: .6rem
}

.am-progress-sm {
	height: 1.2rem
}

.am-thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	display: block;
	margin-bottom: 2rem;
	padding: 2px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.am-thumbnail a>img,.am-thumbnail>img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.am-thumbnail a.am-thumbnail.active,.am-thumbnail a.am-thumbnail:focus,.am-thumbnail a.am-thumbnail:hover {
	background-color: #fff;
	border-color: #0e90d2
}

.am-thumbnail a>img,.am-thumbnail>img,img.am-thumbnail {
	height: auto;
	max-width: 100%
}

.am-thumbnail-caption {
	color: #333;
	font-weight: 400;
	margin: 0;
	padding: .8rem
}

.am-thumbnail-caption :last-child {
	margin-bottom: 0
}

.am-thumbnails {
	margin-left: -.5rem;
	margin-right: -.5rem
}

.am-thumbnails>li {
	padding: 0 .5rem 1rem
}

.am-scrollable-horizontal {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%
}

.am-scrollable-vertical {
	-webkit-overflow-scrolling: touch;
	height: 240px;
	overflow-y: scroll;
	resize: vertical
}

.am-square {
	border-radius: 0
}

.am-radius {
	border-radius: 2px
}

.am-round {
	border-radius: 1000px
}

.am-circle {
	border-radius: 50%
}

.am-cf:after,.am-cf:before {
	content: " ";
	display: table
}

.am-cf:after {
	clear: both
}

.am-fl {
	float: left
}

.am-fr {
	float: right
}

.am-nbfc {
	overflow: hidden
}

.am-center {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.am-block {
	display: block!important
}

.am-inline {
	display: inline!important
}

.am-inline-block {
	display: inline-block!important
}

.am-hide {
	display: none!important;
	visibility: hidden!important
}

.am-vertical-align {
	font-size: .001px
}

.am-vertical-align:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.am-vertical-align-bottom,.am-vertical-align-middle {
	display: inline-block;
	font-size: 1.6rem;
	max-width: 100%
}

.am-vertical-align-middle {
	vertical-align: middle
}

.am-vertical-align-bottom {
	vertical-align: bottom
}

.am-responsive-width {
	box-sizing: border-box;
	height: auto;
	max-width: 100%
}

.am-margin {
	margin: 1.6rem
}

.am-margin-0 {
	margin: 0!important
}

.am-margin-xs {
	margin: .5rem
}

.am-margin-sm {
	margin: 1rem
}

.am-margin-lg {
	margin: 2.4rem
}

.am-margin-xl {
	margin: 3.2rem
}

.am-margin-horizontal {
	margin-left: 1.6rem;
	margin-right: 1.6rem
}

.am-margin-horizontal-0 {
	margin-left: 0!important;
	margin-right: 0!important
}

.am-margin-horizontal-xs {
	margin-left: .5rem;
	margin-right: .5rem
}

.am-margin-horizontal-sm {
	margin-left: 1rem;
	margin-right: 1rem
}

.am-margin-horizontal-lg {
	margin-left: 2.4rem;
	margin-right: 2.4rem
}

.am-margin-horizontal-xl {
	margin-left: 3.2rem;
	margin-right: 3.2rem
}

.am-margin-vertical {
	margin-bottom: 1.6rem;
	margin-top: 1.6rem
}

.am-margin-vertical-0 {
	margin-bottom: 0!important;
	margin-top: 0!important
}

.am-margin-vertical-xs {
	margin-bottom: .5rem;
	margin-top: .5rem
}

.am-margin-vertical-sm {
	margin-bottom: 1rem;
	margin-top: 1rem
}

.am-margin-vertical-lg {
	margin-bottom: 2.4rem;
	margin-top: 2.4rem
}

.am-margin-vertical-xl {
	margin-bottom: 3.2rem;
	margin-top: 3.2rem
}

.am-margin-top {
	margin-top: 1.6rem
}

.am-margin-top-0 {
	margin-top: 0!important
}

.am-margin-top-xs {
	margin-top: .5rem
}

.am-margin-top-sm {
	margin-top: 1rem
}

.am-margin-top-lg {
	margin-top: 2.4rem
}

.am-margin-top-xl {
	margin-top: 3.2rem
}

.am-margin-bottom {
	margin-bottom: 1.6rem
}

.am-margin-bottom-0 {
	margin-bottom: 0!important
}

.am-margin-bottom-xs {
	margin-bottom: .5rem
}

.am-margin-bottom-sm {
	margin-bottom: 1rem
}

.am-margin-bottom-lg {
	margin-bottom: 2.4rem
}

.am-margin-bottom-xl {
	margin-bottom: 3.2rem
}

.am-margin-left {
	margin-left: 1.6rem
}

.am-margin-left-0 {
	margin-left: 0!important
}

.am-margin-left-xs {
	margin-left: .5rem
}

.am-margin-left-sm {
	margin-left: 1rem
}

.am-margin-left-lg {
	margin-left: 2.4rem
}

.am-margin-left-xl {
	margin-left: 3.2rem
}

.am-margin-right {
	margin-right: 1.6rem
}

.am-margin-right-0 {
	margin-right: 0!important
}

.am-margin-right-xs {
	margin-right: .5rem
}

.am-margin-right-sm {
	margin-right: 1rem
}

.am-margin-right-lg {
	margin-right: 2.4rem
}

.am-margin-right-xl {
	margin-right: 3.2rem
}

.am-padding {
	padding: 1.6rem
}

.am-padding-0 {
	padding: 0!important
}

.am-padding-xs {
	padding: .5rem
}

.am-padding-sm {
	padding: 1rem
}

.am-padding-lg {
	padding: 2.4rem
}

.am-padding-xl {
	padding: 3.2rem
}

.am-padding-horizontal {
	padding-left: 1.6rem;
	padding-right: 1.6rem
}

.am-padding-horizontal-0 {
	padding-left: 0!important;
	padding-right: 0!important
}

.am-padding-horizontal-xs {
	padding-left: .5rem;
	padding-right: .5rem
}

.am-padding-horizontal-sm {
	padding-left: 1rem;
	padding-right: 1rem
}

.am-padding-horizontal-lg {
	padding-left: 2.4rem;
	padding-right: 2.4rem
}

.am-padding-horizontal-xl {
	padding-left: 3.2rem;
	padding-right: 3.2rem
}

.am-padding-vertical {
	padding-bottom: 1.6rem;
	padding-top: 1.6rem
}

.am-padding-vertical-0 {
	padding-bottom: 0!important;
	padding-top: 0!important
}

.am-padding-vertical-xs {
	padding-bottom: .5rem;
	padding-top: .5rem
}

.am-padding-vertical-sm {
	padding-bottom: 1rem;
	padding-top: 1rem
}

.am-padding-vertical-lg {
	padding-bottom: 2.4rem;
	padding-top: 2.4rem
}

.am-padding-vertical-xl {
	padding-bottom: 3.2rem;
	padding-top: 3.2rem
}

.am-padding-top {
	padding-top: 1.6rem
}

.am-padding-top-0 {
	padding-top: 0!important
}

.am-padding-top-xs {
	padding-top: .5rem
}

.am-padding-top-sm {
	padding-top: 1rem
}

.am-padding-top-lg {
	padding-top: 2.4rem
}

.am-padding-top-xl {
	padding-top: 3.2rem
}

.am-padding-bottom {
	padding-bottom: 1.6rem
}

.am-padding-bottom-0 {
	padding-bottom: 0!important
}

.am-padding-bottom-xs {
	padding-bottom: .5rem
}

.am-padding-bottom-sm {
	padding-bottom: 1rem
}

.am-padding-bottom-lg {
	padding-bottom: 2.4rem
}

.am-padding-bottom-xl {
	padding-bottom: 3.2rem
}

.am-padding-left {
	padding-left: 1.6rem
}

.am-padding-left-0 {
	padding-left: 0!important
}

.am-padding-left-xs {
	padding-left: .5rem
}

.am-padding-left-sm {
	padding-left: 1rem
}

.am-padding-left-lg {
	padding-left: 2.4rem
}

.am-padding-left-xl {
	padding-left: 3.2rem
}

.am-padding-right {
	padding-right: 1.6rem
}

.am-padding-right-0 {
	padding-right: 0!important
}

.am-padding-right-xs {
	padding-right: .5rem
}

.am-padding-right-sm {
	padding-right: 1rem
}

.am-padding-right-lg {
	padding-right: 2.4rem
}

.am-padding-right-xl {
	padding-right: 3.2rem
}

@media only screen {
	.am-hide-lg,.am-hide-lg-only,.am-hide-lg-up,.am-hide-md,.am-hide-md-only,.am-hide-md-up,.am-show-lg-down,.am-show-md-down,.am-show-sm,.am-show-sm-down,.am-show-sm-only,.am-show-sm-up {
		display: inherit!important
	}

	.am-hide-lg-down,.am-hide-md-down,.am-hide-sm,.am-hide-sm-down,.am-hide-sm-only,.am-hide-sm-up,.am-show-lg,.am-show-lg-only,.am-show-lg-up,.am-show-md,.am-show-md-only,.am-show-md-up {
		display: none!important
	}

	table.am-hide-lg,table.am-hide-lg-only,table.am-hide-lg-up,table.am-hide-md,table.am-hide-md-only,table.am-hide-md-up,table.am-show-lg-down,table.am-show-md-down,table.am-show-sm,table.am-show-sm-down,table.am-show-sm-only,table.am-show-sm-up {
		display: table!important
	}

	thead.am-hide-lg,thead.am-hide-lg-only,thead.am-hide-lg-up,thead.am-hide-md,thead.am-hide-md-only,thead.am-hide-md-up,thead.am-show-lg-down,thead.am-show-md-down,thead.am-show-sm,thead.am-show-sm-down,thead.am-show-sm-only,thead.am-show-sm-up {
		display: table-header-group!important
	}

	tbody.am-hide-lg,tbody.am-hide-lg-only,tbody.am-hide-lg-up,tbody.am-hide-md,tbody.am-hide-md-only,tbody.am-hide-md-up,tbody.am-show-lg-down,tbody.am-show-md-down,tbody.am-show-sm,tbody.am-show-sm-down,tbody.am-show-sm-only,tbody.am-show-sm-up {
		display: table-row-group!important
	}

	tr.am-hide-lg,tr.am-hide-lg-only,tr.am-hide-lg-up,tr.am-hide-md,tr.am-hide-md-only,tr.am-hide-md-up,tr.am-show-lg-down,tr.am-show-md-down,tr.am-show-sm,tr.am-show-sm-down,tr.am-show-sm-only,tr.am-show-sm-up {
		display: table-row!important
	}

	td.am-hide-lg,td.am-hide-lg-only,td.am-hide-lg-up,td.am-hide-md,td.am-hide-md-only,td.am-hide-md-up,td.am-show-lg-down,td.am-show-md-down,td.am-show-sm,td.am-show-sm-down,td.am-show-sm-only,td.am-show-sm-up,th.am-hide-lg,th.am-hide-lg-only,th.am-hide-lg-up,th.am-hide-md,th.am-hide-md-only,th.am-hide-md-up,th.am-show-lg-down,th.am-show-md-down,th.am-show-sm,th.am-show-sm-down,th.am-show-sm-only,th.am-show-sm-up {
		display: table-cell!important
	}
}

@media only screen and (min-width:641px) {
	.am-hide-lg,.am-hide-lg-only,.am-hide-lg-up,.am-hide-sm,.am-hide-sm-down,.am-hide-sm-only,.am-show-lg-down,.am-show-md,.am-show-md-down,.am-show-md-only,.am-show-md-up,.am-show-sm-up {
		display: inherit!important
	}

	.am-hide-lg-down,.am-hide-md,.am-hide-md-down,.am-hide-md-only,.am-hide-md-up,.am-hide-sm-up,.am-show-lg,.am-show-lg-only,.am-show-lg-up,.am-show-sm,.am-show-sm-down,.am-show-sm-only {
		display: none!important
	}

	table.am-hide-lg,table.am-hide-lg-only,table.am-hide-lg-up,table.am-hide-sm,table.am-hide-sm-down,table.am-hide-sm-only,table.am-show-lg-down,table.am-show-md,table.am-show-md-down,table.am-show-md-only,table.am-show-md-up,table.am-show-sm-up {
		display: table!important
	}

	thead.am-hide-lg,thead.am-hide-lg-only,thead.am-hide-lg-up,thead.am-hide-sm,thead.am-hide-sm-down,thead.am-hide-sm-only,thead.am-show-lg-down,thead.am-show-md,thead.am-show-md-down,thead.am-show-md-only,thead.am-show-md-up,thead.am-show-sm-up {
		display: table-header-group!important
	}

	tbody.am-hide-lg,tbody.am-hide-lg-only,tbody.am-hide-lg-up,tbody.am-hide-sm,tbody.am-hide-sm-down,tbody.am-hide-sm-only,tbody.am-show-lg-down,tbody.am-show-md,tbody.am-show-md-down,tbody.am-show-md-only,tbody.am-show-md-up,tbody.am-show-sm-up {
		display: table-row-group!important
	}

	tr.am-hide-lg,tr.am-hide-lg-only,tr.am-hide-lg-up,tr.am-hide-sm,tr.am-hide-sm-down,tr.am-hide-sm-only,tr.am-show-lg-down,tr.am-show-md,tr.am-show-md-down,tr.am-show-md-only,tr.am-show-md-up,tr.am-show-sm-up {
		display: table-row!important
	}

	td.am-hide-lg,td.am-hide-lg-only,td.am-hide-lg-up,td.am-hide-sm,td.am-hide-sm-down,td.am-hide-sm-only,td.am-show-lg-down,td.am-show-md,td.am-show-md-down,td.am-show-md-only,td.am-show-md-up,td.am-show-sm-up,th.am-hide-lg,th.am-hide-lg-only,th.am-hide-lg-up,th.am-hide-sm,th.am-hide-sm-down,th.am-hide-sm-only,th.am-show-lg-down,th.am-show-md,th.am-show-md-down,th.am-show-md-only,th.am-show-md-up,th.am-show-sm-up {
		display: table-cell!important
	}
}

@media only screen and (min-width:1025px) {
	.am-hide-md,.am-hide-md-down,.am-hide-md-only,.am-hide-sm,.am-hide-sm-down,.am-hide-sm-only,.am-show-lg,.am-show-lg-down,.am-show-lg-only,.am-show-lg-up,.am-show-md-up,.am-show-sm-up {
		display: inherit!important
	}

	.am-hide-lg,.am-hide-lg-down,.am-hide-lg-only,.am-hide-lg-up,.am-hide-md-up,.am-hide-sm-up,.am-show-md,.am-show-md-down,.am-show-md-only,.am-show-sm,.am-show-sm-down,.am-show-sm-only {
		display: none!important
	}

	table.am-hide-md,table.am-hide-md-down,table.am-hide-md-only,table.am-hide-sm,table.am-hide-sm-down,table.am-hide-sm-only,table.am-show-lg,table.am-show-lg-down,table.am-show-lg-only,table.am-show-lg-up,table.am-show-md-up,table.am-show-sm-up {
		display: table!important
	}

	thead.am-hide-md,thead.am-hide-md-down,thead.am-hide-md-only,thead.am-hide-sm,thead.am-hide-sm-down,thead.am-hide-sm-only,thead.am-show-lg,thead.am-show-lg-down,thead.am-show-lg-only,thead.am-show-lg-up,thead.am-show-md-up,thead.am-show-sm-up {
		display: table-header-group!important
	}

	tbody.am-hide-md,tbody.am-hide-md-down,tbody.am-hide-md-only,tbody.am-hide-sm,tbody.am-hide-sm-down,tbody.am-hide-sm-only,tbody.am-show-lg,tbody.am-show-lg-down,tbody.am-show-lg-only,tbody.am-show-lg-up,tbody.am-show-md-up,tbody.am-show-sm-up {
		display: table-row-group!important
	}

	tr.am-hide-md,tr.am-hide-md-down,tr.am-hide-md-only,tr.am-hide-sm,tr.am-hide-sm-down,tr.am-hide-sm-only,tr.am-show-lg,tr.am-show-lg-down,tr.am-show-lg-only,tr.am-show-lg-up,tr.am-show-md-up,tr.am-show-sm-up {
		display: table-row!important
	}

	td.am-hide-md,td.am-hide-md-down,td.am-hide-md-only,td.am-hide-sm,td.am-hide-sm-down,td.am-hide-sm-only,td.am-show-lg,td.am-show-lg-down,td.am-show-lg-only,td.am-show-lg-up,td.am-show-md-up,td.am-show-sm-up,th.am-hide-md,th.am-hide-md-down,th.am-hide-md-only,th.am-hide-sm,th.am-hide-sm-down,th.am-hide-sm-only,th.am-show-lg,th.am-show-lg-down,th.am-show-lg-only,th.am-show-lg-up,th.am-show-md-up,th.am-show-sm-up {
		display: table-cell!important
	}
}

@media only screen and (orientation:landscape) {
	.am-hide-portrait,.am-show-landscape {
		display: inherit!important
	}

	.am-hide-landscape,.am-show-portrait {
		display: none!important
	}
}

@media only screen and (orientation:portrait) {
	.am-hide-landscape,.am-show-portrait {
		display: inherit!important
	}

	.am-hide-portrait,.am-show-landscape {
		display: none!important
	}
}

.am-sans-serif {
	font-family: Segoe UI,Lucida Grande,Helvetica,Arial,Microsoft YaHei,FreeSans,Arimo,Droid Sans,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,FontAwesome,sans-serif
}

.am-serif {
	font-family: Georgia,Times New Roman,Times,SimSun,FontAwesome,serif
}

.am-kai {
	font-family: Georgia,Times New Roman,Times,Kai,Kaiti SC,KaiTi,BiauKai,FontAwesome,serif
}

.am-monospace {
	font-family: Monaco,Menlo,Consolas,Courier New,FontAwesome,monospace
}

.am-text-primary {
	color: #0e90d2
}

.am-text-secondary {
	color: #3bb4f2
}

.am-text-success {
	color: #5eb95e
}

.am-text-warning {
	color: #f37b1d
}

.am-text-danger {
	color: #dd514c
}

.am-link-muted,.am-link-muted a {
	color: #666
}

.am-link-muted a:hover,.am-link-muted:hover {
	color: #555
}

.am-text-default {
	font-size: 1.6rem
}

.am-text-xs {
	font-size: 1.2rem
}

.am-text-sm {
	font-size: 1.4rem
}

.am-text-lg {
	font-size: 1.8rem
}

.am-text-xl {
	font-size: 2.4rem
}

.am-text-xxl {
	font-size: 3.2rem
}

.am-text-xxxl {
	font-size: 4.2rem
}

.am-ellipsis,.am-text-truncate {
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-text-break {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}

.am-text-nowrap {
	white-space: nowrap
}[class*=am-align-] {
	margin-bottom: 1rem
}

.am-align-left {
	float: left;
	margin-right: 1rem
}

.am-align-right {
	float: right;
	margin-left: 1rem
}

.am-sr-only {
	clip: rect(0,0,0,0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.am-text-ir {
	background-color: transparent;
	border: 0;
	color: transparent;
	font: 0/0 a;
	text-shadow: none
}

@media only screen {
	.am-text-left {
		text-align: left!important
	}

	.am-text-right {
		text-align: right!important
	}

	.am-text-center {
		text-align: center!important
	}

	.am-text-justify {
		text-align: justify!important
	}
}

@media only screen and (max-width:640px) {
	.am-sm-only-text-left {
		text-align: left!important
	}

	.am-sm-only-text-right {
		text-align: right!important
	}

	.am-sm-only-text-center {
		text-align: center!important
	}

	.am-sm-only-text-justify {
		text-align: justify!important
	}
}

@media only screen and (min-width:641px) and (max-width:1024px) {
	.am-md-only-text-left {
		text-align: left!important
	}

	.am-md-only-text-right {
		text-align: right!important
	}

	.am-md-only-text-center {
		text-align: center!important
	}

	.am-md-only-text-justify {
		text-align: justify!important
	}
}

@media only screen and (min-width:641px) {
	.am-md-text-left {
		text-align: left!important
	}

	.am-md-text-right {
		text-align: right!important
	}

	.am-md-text-center {
		text-align: center!important
	}

	.am-md-text-justify {
		text-align: justify!important
	}
}

@media only screen and (min-width:1025px) {
	.am-lg-text-left {
		text-align: left!important
	}

	.am-lg-text-right {
		text-align: right!important
	}

	.am-lg-text-center {
		text-align: center!important
	}

	.am-lg-text-justify {
		text-align: justify!important
	}
}

.am-text-top {
	vertical-align: top!important
}

.am-text-middle {
	vertical-align: middle!important
}

.am-text-bottom {
	vertical-align: bottom!important
}

.am-angle {
	position: absolute
}

.am-angle:after,.am-angle:before {
	border: 8px dashed transparent;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	z-index: 1
}

.am-angle-up {
	top: 0
}

.am-angle-up:after,.am-angle-up:before {
	border-bottom-style: solid;
	border-width: 0 8px 8px
}

.am-angle-up:before {
	border-bottom-color: #ddd;
	bottom: 0
}

.am-angle-up:after {
	border-bottom-color: #fff;
	bottom: -1px
}

.am-angle-down {
	bottom: -9px
}

.am-angle-down:after,.am-angle-down:before {
	border-top-style: solid;
	border-width: 8px 8px 0
}

.am-angle-down:before {
	border-top-color: #ddd;
	bottom: 0
}

.am-angle-down:after {
	border-top-color: #fff;
	bottom: 1px
}

.am-angle-left {
	left: -9px
}

.am-angle-left:after,.am-angle-left:before {
	border-right-style: solid;
	border-width: 8px 8px 8px 0
}

.am-angle-left:before {
	border-right-color: #ddd;
	left: 0
}

.am-angle-left:after {
	border-right-color: #fff;
	left: 1px
}

.am-angle-right {
	right: 0
}

.am-angle-right:after,.am-angle-right:before {
	border-left-style: solid;
	border-width: 8px 0 8px 8px
}

.am-angle-right:before {
	border-left-color: #ddd;
	left: 0
}

.am-angle-right:after {
	border-left-color: #fff;
	left: -1px
}

.am-alert {
	background: #0e90d2;
	border: 1px solid #0c7cb5;
	border-radius: 0;
	margin-bottom: 1em;
	padding: .625em
}

.am-alert,.am-alert a {
	color: #fff
}

.am-alert h1,.am-alert h2,.am-alert h3,.am-alert h4,.am-alert h5,.am-alert h6 {
	color: inherit
}

.am-alert .am-close {
	opacity: .4
}

.am-alert .am-close:hover {
	opacity: .6
}

*+.am-alert {
	margin-top: 1em
}

.am-alert>:last-child {
	margin-bottom: 0
}

.am-form-group .am-alert {
	font-size: 1.3rem;
	margin: 5px 0 0;
	padding: .25em .625em
}

.am-alert>.am-close:first-child {
	float: right;
	height: auto;
	margin: -3px -5px auto auto
}

.am-alert>.am-close:first-child+* {
	margin-top: 0
}

.am-alert-secondary {
	background-color: #eee;
	border-color: #dfdfdf;
	color: #555
}

.am-alert-success {
	background-color: #5eb95e;
	border-color: #4bad4b;
	color: #fff
}

.am-alert-warning {
	background-color: #f37b1d;
	border-color: #e56c0c;
	color: #fff
}

.am-alert-danger {
	background-color: #dd514c;
	border-color: #d83832;
	color: #fff
}

.am-dropdown {
	display: inline-block;
	position: relative
}

.am-dropdown-toggle:focus {
	outline: 0
}

.am-dropdown-content {
	-webkit-animation-duration: .15s;
	animation-duration: .15s;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	display: none;
	float: left;
	left: 0;
	line-height: 1.6;
	margin: 9px 0 0;
	min-width: 160px;
	padding: 15px;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1020
}

.am-dropdown-content:after,.am-dropdown-content:before {
	border: 8px dashed transparent;
	border-bottom-style: solid;
	border-width: 0 8px 8px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	z-index: 1
}

.am-dropdown-content:before {
	border-bottom-color: #ddd;
	bottom: 0
}

.am-dropdown-content:after {
	border-bottom-color: #fff;
	bottom: -1px
}

.am-dropdown-content:after,.am-dropdown-content:before {
	left: 10px;
	pointer-events: none;
	top: -8px
}

.am-dropdown-content:after {
	top: -7px
}

.am-active>.am-dropdown-content {
	display: block
}

.am-dropdown-content :first-child {
	margin-top: 0
}

.am-dropdown-up .am-dropdown-content {
	bottom: 100%;
	margin: 0 0 9px;
	top: auto
}

.am-dropdown-up .am-dropdown-content:after,.am-dropdown-up .am-dropdown-content:before {
	border-bottom: none;
	border-top: 8px solid #ddd;
	bottom: -8px;
	top: auto
}

.am-dropdown-up .am-dropdown-content:after {
	border-top-color: #fff;
	bottom: -7px
}

.am-dropdown-flip .am-dropdown-content {
	left: auto;
	right: 0
}

.am-dropdown-flip .am-dropdown-content:after,.am-dropdown-flip .am-dropdown-content:before {
	left: auto;
	right: 10px
}

ul.am-dropdown-content {
	list-style: none;
	padding: 5px 0
}

ul.am-dropdown-content.am-fr {
	left: auto;
	right: 0
}

ul.am-dropdown-content .am-divider {
	background-color: #e5e5e5;
	height: 1px;
	margin: 0;
	overflow: hidden
}

ul.am-dropdown-content>li>a {
	clear: both;
	color: #333;
	display: block;
	font-weight: 400;
	padding: 6px 20px;
	white-space: nowrap
}

ul.am-dropdown-content>li>a:focus,ul.am-dropdown-content>li>a:hover {
	background-color: #f5f5f5;
	color: #262626;
	text-decoration: none
}

ul.am-dropdown-content>.am-active>a,ul.am-dropdown-content>.am-active>a:focus,ul.am-dropdown-content>.am-active>a:hover {
	background-color: #0e90d2;
	color: #fff;
	outline: 0;
	text-decoration: none
}

ul.am-dropdown-content>.am-disabled>a,ul.am-dropdown-content>.am-disabled>a:focus,ul.am-dropdown-content>.am-disabled>a:hover {
	color: #999
}

ul.am-dropdown-content>.am-disabled>a:focus,ul.am-dropdown-content>.am-disabled>a:hover {
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-decoration: none
}

.am-dropdown-header {
	color: #999;
	display: block;
	font-size: 1.2rem;
	padding: 6px 20px
}

.am-fr>.am-dropdown-content {
	left: auto;
	right: 0
}

.am-fr>.am-dropdown-content:before {
	left: auto;
	right: 10px
}

.am-dropdown-animation {
	-webkit-animation: am-dropdown-animation .15s ease-out;
	animation: am-dropdown-animation .15s ease-out
}

@-webkit-keyframes am-dropdown-animation {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

@keyframes am-dropdown-animation {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	to {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}
}

.am-slider a:focus,.am-slider a:hover {
	outline: none
}

.am-control-nav,.am-direction-nav,.am-slides {
	list-style: none;
	margin: 0;
	padding: 0
}

.am-slider {
	margin: 0;
	padding: 0
}

.am-slider .am-slides:after,.am-slider .am-slides:before {
	content: " ";
	display: table
}

.am-slider .am-slides:after {
	clear: both
}

.am-slider .am-slides>li {
	-webkit-backface-visibility: hidden;
	display: none;
	position: relative
}

.no-js .am-slider .am-slides>li:first-child {
	display: block
}

.am-slider .am-slides img {
	display: block;
	width: 100%
}

.am-pauseplay span {
	text-transform: capitalize
}

.am-slider {
	position: relative
}

.am-viewport {
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.am-slider-carousel li {
	margin-right: 5px
}

.am-control-nav {
	position: absolute
}

.am-control-nav li {
	display: inline-block
}

.am-control-thumbs {
	overflow: hidden;
	position: static
}

.am-control-thumbs img {
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.am-slider-slide .am-slides>li {
	display: none;
	position: relative
}

@media (-webkit-transform-3d),(transform-3d) {
	.am-slider-slide .am-slides>li {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
		-webkit-transition: -webkit-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
	}

	.am-slider-slide .am-slides>li.active.right,.am-slider-slide .am-slides>li.next {
		left: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	.am-slider-slide .am-slides>li.active.left,.am-slider-slide .am-slides>li.prev {
		left: 0;
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0)
	}

	.am-slider-slide .am-slides>li.active,.am-slider-slide .am-slides>li.next.left,.am-slider-slide .am-slides>li.prev.right {
		left: 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.am-slider-slide .am-slides>.active,.am-slider-slide .am-slides>.next,.am-slider-slide .am-slides>.prev {
	display: block
}

.am-slider-slide .am-slides>.active {
	left: 0
}

.am-slider-slide .am-slides>.next,.am-slider-slide .am-slides>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.am-slider-slide .am-slides>.next {
	left: 100%
}

.am-slider-slide .am-slides>.prev {
	left: -100%
}

.am-slider-slide .am-slides>.next.left,.am-slider-slide .am-slides>.prev.right {
	left: 0
}

.am-slider-slide .am-slides>.active.left {
	left: -100%
}

.am-slider-slide .am-slides>.active.right {
	left: 100%
}

.am-slider-default {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 2px rgba(0,0,0,.15);
	margin: 0 0 20px
}

.am-slider-default .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-default .am-viewport {
	max-height: 300px
}

.am-slider-default .carousel li {
	margin-right: 5px
}

.am-slider-default .am-direction-nav a {
	color: rgba(0,0,0,.65);
	cursor: pointer;
	display: block;
	height: 36px;
	margin: -18px 0 0;
	opacity: .45;
	overflow: hidden;
	position: absolute;
	top: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 36px;
	z-index: 10
}

.am-slider-default .am-direction-nav a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	content: "\f137";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 24px!important;
	height: 36px;
	line-height: 36px!important;
	text-align: center;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	width: 100%
}

.am-slider-default .am-direction-nav a.am-next:before {
	content: "\f138"
}

.am-slider-default .am-direction-nav .am-prev {
	left: 10px
}

.am-slider-default .am-direction-nav .am-next {
	right: 10px;
	text-align: right
}

.am-slider-default .am-direction-nav .am-disabled {
	cursor: default;
	opacity: 0!important
}

.am-slider-default:hover .am-prev {
	left: 10px;
	opacity: .7
}

.am-slider-default:hover .am-prev:hover {
	opacity: 1
}

.am-slider-default:hover .am-next {
	opacity: .7;
	right: 10px
}

.am-slider-default:hover .am-next:hover {
	opacity: 1
}

.am-slider-default .am-pauseplay a {
	bottom: 5px;
	color: #000;
	cursor: pointer;
	display: block;
	height: 20px;
	left: 10px;
	opacity: .8;
	overflow: hidden;
	position: absolute;
	width: 20px;
	z-index: 10
}

.am-slider-default .am-pauseplay a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f04c";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 20px;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-slider-default .am-pauseplay a:hover {
	opacity: 1
}

.am-slider-default .am-pauseplay a.am-play:before {
	content: "\f04b"
}

.am-slider-default .am-slider-desc {
	background-color: rgba(0,0,0,.7);
	bottom: 0;
	color: #fff;
	padding: 10px;
	position: absolute;
	width: 100%
}

.am-slider-default .am-control-nav {
	bottom: -15px;
	position: absolute;
	text-align: center;
	width: 100%
}

.am-slider-default .am-control-nav li {
	display: inline-block;
	margin: 0 6px
}

.am-slider-default .am-control-nav li a {
	background-color: #666;
	background-color: rgba(0,0,0,.5);
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 8px;
	line-height: 0;
	text-indent: -9999px;
	width: 8px
}

.am-slider-default .am-control-nav li a:hover {
	background-color: #333;
	background-color: rgba(0,0,0,.7)
}

.am-slider-default .am-control-nav li a.am-active {
	background-color: #000;
	background-color: #0e90d2;
	cursor: default
}

.am-slider-default .am-control-thumbs {
	margin: 5px 0 0;
	overflow: hidden;
	position: static
}

.am-slider-default .am-control-thumbs li {
	float: left;
	margin: 0;
	width: 25%
}

.am-slider-default .am-control-thumbs img {
	cursor: pointer;
	display: block;
	height: auto;
	opacity: .7;
	width: 100%
}

.am-slider-default .am-control-thumbs img:hover {
	opacity: 1
}

.am-slider-default .am-control-thumbs .am-active {
	cursor: default;
	opacity: 1
}

.am-slider-default .am-control-thumbs i {
	position: absolute
}

.am-modal {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	bottom: 0;
	display: none;
	left: 0;
	opacity: 0;
	outline: 0;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transform: scale(1.185);
	-ms-transform: scale(1.185);
	transform: scale(1.185);
	-webkit-transition-property: opacity,-webkit-transform;
	transition-property: opacity,-webkit-transform;
	transition-property: transform,opacity;
	transition-property: transform,opacity,-webkit-transform;
	z-index: 1110
}

.am-modal:focus {
	outline: 0
}

.am-modal.am-modal-active {
	opacity: 1;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.am-modal.am-modal-active,.am-modal.am-modal-out {
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.am-modal.am-modal-out {
	opacity: 0;
	-webkit-transform: scale(.815);
	-ms-transform: scale(.815);
	transform: scale(.815);
	z-index: 1109
}

.am-modal:before {
	content: "​";
	height: 100%
}

.am-modal-dialog,.am-modal:before {
	display: inline-block;
	vertical-align: middle
}

.am-modal-dialog {
	background: #f8f8f8;
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	width: 270px
}

@media only screen and (min-width:641px) {
	.am-modal-dialog {
		width: 540px
	}
}

.am-modal-hd {
	font-size: 1.8rem;
	font-weight: 500;
	padding: 15px 10px 5px
}

.am-modal-hd+.am-modal-bd {
	padding-top: 0
}

.am-modal-hd .am-close {
	position: absolute;
	right: 4px;
	top: 4px
}

.am-modal-bd {
	border-bottom: 1px solid #dedede;
	border-radius: 2px 2px 0 0;
	padding: 15px 10px;
	text-align: center
}

.am-modal-bd+.am-modal-bd {
	margin-top: 5px
}

.am-modal-prompt-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #dedede;
	border-radius: 0;
	display: block;
	line-height: 1.8rem;
	margin: 5px auto 0;
	padding: 5px;
	width: 80%
}

.am-modal-prompt-input:focus {
	border-color: #d6d6d6;
	outline: none
}

.am-modal-footer {
	border-collapse: collapse;
	display: table;
	height: 44px;
	overflow: hidden;
	width: 100%
}

.am-modal-btn {
	word-wrap: normal;
	border-right: 1px solid #dedede;
	box-sizing: border-box!important;
	color: #0e90d2;
	cursor: pointer;
	display: table-cell!important;
	display: block;
	font-size: 1.6rem;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding: 0 5px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-modal-btn:first-child {
	border-radius: 0 0 0 0
}

.am-modal-btn:last-child {
	border-radius: 0 0 0 0;
	border-right: none
}

.am-modal-btn:first-child:last-child {
	border-radius: 0 0 0 0
}

.am-modal-btn.am-modal-btn-bold {
	font-weight: 500
}

.am-modal-btn:active {
	background: #d4d4d4
}

.am-modal-btn+.am-modal-btn {
	border-left: 1px solid #dedede
}

.am-modal-no-btn .am-modal-dialog {
	border-bottom: none;
	border-radius: 0
}

.am-modal-no-btn .am-modal-bd {
	border-bottom: none
}

.am-modal-no-btn .am-modal-footer {
	display: none
}

.am-modal-loading .am-modal-bd {
	border-bottom: none
}

.am-modal-loading .am-icon-spin {
	display: inline-block;
	font-size: 2.4rem
}

.am-modal-loading .am-modal-footer {
	display: none
}

.am-modal-actions {
	border-radius: 0;
	bottom: 0;
	left: 0;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	text-align: center;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	width: 100%;
	z-index: 1110
}

.am-modal-actions.am-modal-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.am-modal-actions.am-modal-out {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	z-index: 1109
}

.am-modal-actions-group {
	margin: 10px
}

.am-modal-actions-group .am-list {
	border-radius: 0;
	margin: 0
}

.am-modal-actions-group .am-list>li {
	border-bottom: none;
	box-shadow: inset 0 1px 0 rgba(0,0,0,.015);
	margin-bottom: 0
}

.am-modal-actions-group .am-list>li,.am-modal-actions-group .am-list>li>a {
	word-wrap: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-modal-actions-group .am-list>li>a {
	padding: 1rem
}

.am-modal-actions-group .am-list>li:first-child {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.am-modal-actions-group .am-list>li:last-child {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.am-modal-actions-header {
	color: #999;
	font-size: 1.4rem;
	padding: 1rem
}

.am-modal-actions-danger {
	color: #dd514c
}

.am-modal-actions-danger a {
	color: inherit
}

.am-popup {
	background: #fff;
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	width: 100%;
	z-index: 1110
}

.am-popup.am-modal-active,.am-popup.am-modal-out {
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.am-popup.am-modal-active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.am-popup.am-modal-out {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%)
}

@media (min-width:630px) and (min-height:630px) {
	.am-popup {
		height: 630px;
		left: 50%;
		margin-left: -315px;
		margin-top: -315px;
		top: 50%;
		-webkit-transform: translateY(1024px);
		-ms-transform: translateY(1024px);
		transform: translateY(1024px);
		width: 630px
	}

	.am-popup.am-modal-active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	.am-popup.am-modal-out {
		-webkit-transform: translateY(1024px);
		-ms-transform: translateY(1024px);
		transform: translateY(1024px)
	}
}

.am-popup-inner {
	-webkit-overflow-scrolling: touch;
	height: 100%;
	overflow: auto;
	padding-top: 44px
}

.am-popup-hd {
	background-color: #fff;
	border-bottom: 1px solid #dedede;
	height: 43px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000
}

.am-popup-hd .am-popup-title {
	word-wrap: normal;
	color: #333;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 43px;
	margin: 0 30px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-popup-hd .am-close {
	color: #999;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 8px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.am-popup-hd .am-close:hover {
	color: #555;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn)
}

.am-popup-bd {
	background: #f8f8f8;
	color: #555;
	padding: 15px
}

.am-offcanvas {
	background: rgba(0,0,0,.15);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1090
}

.am-offcanvas.am-active {
	display: block
}

.am-offcanvas-page {
	position: fixed;
	-webkit-transition: margin-left .3s ease-in-out;
	transition: margin-left .3s ease-in-out
}

.am-offcanvas-bar {
	-webkit-overflow-scrolling: touch;
	background: #333;
	bottom: 0;
	left: 0;
	max-width: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
	width: 270px;
	z-index: 1091
}

.am-offcanvas-bar:after {
	background: #262626;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px
}

.am-offcanvas.am-active .am-offcanvas-bar.am-offcanvas-bar-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.am-offcanvas-bar-flip {
	left: auto;
	right: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.am-offcanvas-bar-flip:after {
	left: 0;
	right: auto
}

.am-offcanvas-content {
	color: #999;
	padding: 15px
}

.am-offcanvas-content a {
	color: #ccc
}

.am-popover {
	background: #333;
	border: 1px solid #333;
	border-radius: 0;
	color: #fff;
	display: none;
	font-size: 1.6rem;
	left: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 1150
}

.am-popover.am-active {
	display: block!important;
	opacity: 1
}

.am-popover-inner {
	background: #333;
	padding: 8px;
	position: relative;
	z-index: 110
}

.am-popover-caret {
	border-color: currentcolor transparent #333;
	border-style: dotted solid solid;
	border-width: 0 8px 8px;
	display: inline-block;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
	vertical-align: middle;
	width: 0;
	z-index: 100
}

.am-popover-top .am-popover-caret {
	bottom: -8px;
	top: auto;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.am-popover-bottom .am-popover-caret {
	top: -8px
}

.am-popover-bottom .am-popover-caret,.am-popover-top .am-popover-caret {
	left: 50%;
	margin-left: -8px
}

.am-popover-left .am-popover-caret {
	left: auto;
	right: -12px;
	top: auto;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.am-popover-right .am-popover-caret {
	left: -12px;
	right: auto;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.am-popover-left .am-popover-caret,.am-popover-right .am-popover-caret {
	margin-top: -4px;
	top: 50%
}

.am-popover-sm {
	font-size: 1.4rem
}

.am-popover-sm .am-popover-inner {
	padding: 5px
}

.am-popover-lg {
	font-size: 1.8rem
}

.am-popover-primary {
	border-color: #0e90d2
}

.am-popover-primary .am-popover-inner {
	background: #0e90d2
}

.am-popover-primary .am-popover-caret {
	border-bottom-color: #0e90d2
}

.am-popover-secondary {
	border-color: #3bb4f2
}

.am-popover-secondary .am-popover-inner {
	background: #3bb4f2
}

.am-popover-secondary .am-popover-caret {
	border-bottom-color: #3bb4f2
}

.am-popover-success {
	border-color: #5eb95e
}

.am-popover-success .am-popover-inner {
	background: #5eb95e
}

.am-popover-success .am-popover-caret {
	border-bottom-color: #5eb95e
}

.am-popover-warning {
	border-color: #f37b1d
}

.am-popover-warning .am-popover-inner {
	background: #f37b1d
}

.am-popover-warning .am-popover-caret {
	border-bottom-color: #f37b1d
}

.am-popover-danger {
	border-color: #dd514c
}

.am-popover-danger .am-popover-inner {
	background: #dd514c
}

.am-popover-danger .am-popover-caret {
	border-bottom-color: #dd514c
}

#nprogress {
	pointer-events: none
}

#nprogress .nprogress-bar {
	background: #5eb95e;
	height: 2px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000
}

#nprogress .nprogress-peg {
	box-shadow: 0 0 10px #5eb95e,0 0 5px #5eb95e;
	display: block;
	height: 100%;
	opacity: 1;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(3deg) translateY(-4px);
	-ms-transform: rotate(3deg) translateY(-4px);
	transform: rotate(3deg) translateY(-4px);
	width: 100px
}

#nprogress .nprogress-spinner {
	display: block;
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 2000
}

#nprogress .nprogress-spinner-icon {
	-webkit-animation: nprogress-spinner .4s linear infinite;
	animation: nprogress-spinner .4s linear infinite;
	border-color: #5eb95e transparent transparent #5eb95e;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	box-sizing: border-box;
	height: 18px;
	width: 18px
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.am-tabs-bd {
	border: 1px solid #ddd;
	border-top: none;
	overflow: hidden;
	position: relative;
	-webkit-transition: height .3s;
	transition: height .3s;
	z-index: 100
}

.am-tabs-bd:after,.am-tabs-bd:before {
	content: " ";
	display: table
}

.am-tabs-bd:after {
	clear: both
}

.am-tabs-bd .am-tab-panel {
	float: left;
	padding: 10px 10px 15px;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	visibility: hidden;
	width: 100%;
	z-index: 99
}

.am-tabs-bd .am-tab-panel * {
	-webkit-user-drag: none
}

.am-tabs-bd .am-tab-panel.am-active {
	position: relative;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	z-index: 100
}

.am-tabs-bd .am-tab-panel.am-active~.am-tab-panel {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.am-tabs-bd .am-tabs-bd {
	border: none
}

.am-tabs-bd-ofv {
	overflow: visible
}

.am-tabs-bd-ofv>.am-tab-panel {
	display: none
}

.am-tabs-bd-ofv>.am-tab-panel.am-active {
	display: block
}

.am-tabs-fade .am-tab-panel {
	opacity: 0;
	-webkit-transition: opacity .25s linear;
	transition: opacity .25s linear
}

.am-tabs-fade .am-tab-panel.am-in {
	opacity: 1
}

.am-share {
	font-size: 14px
}

.am-share-title {
	background-color: #f8f8f8;
	border-bottom: 1px solid #fff;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	color: #555;
	font-weight: 400;
	margin: 0 10px;
	padding: 10px 0 0;
	text-align: center
}

.am-share-title:after {
	border-bottom: 1px solid #dfdfdf;
	content: "";
	display: block;
	height: 0;
	margin-top: 10px;
	width: 100%
}

.am-share-sns {
	background-color: #f8f8f8;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin: 0 10px;
	padding-top: 15px
}

.am-share-sns li {
	margin-bottom: 15px
}

.am-share-sns a {
	color: #555;
	display: block
}

.am-share-sns span {
	display: block
}

.am-share-sns [class*=am-icon] {
	background-color: #3bb4f2;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 5px;
	width: 36px
}

.am-share-sns .am-icon-weibo {
	background-color: #ea1328
}

.am-share-sns .am-icon-qq {
	background-color: #009cda
}

.am-share-sns .am-icon-star {
	background-color: #ffc028
}

.am-share-sns .am-icon-tencent-weibo {
	background-color: #23ccfe
}

.am-share-sns .am-icon-wechat,.am-share-sns .am-icon-weixin {
	background-color: #44b549
}

.am-share-sns .am-icon-renren {
	background-color: #105ba3
}

.am-share-sns .am-icon-comment {
	background-color: #5eb95e
}

.am-share-footer {
	margin: 10px
}

.am-share-footer .am-btn {
	color: #555
}

.am-share-wechat-qr {
	color: #777;
	font-size: 14px
}

.am-share-wechat-qr .am-modal-dialog {
	background-color: #fff;
	border: 1px solid #dedede
}

.am-share-wechat-qr .am-modal-hd {
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: left
}

.am-share-wechat-qr .am-share-wx-qr {
	margin-bottom: 10px
}

.am-share-wechat-qr .am-share-wechat-tip {
	text-align: left
}

.am-share-wechat-qr .am-share-wechat-tip em {
	color: #dd514c;
	font-style: normal;
	font-weight: 700;
	margin-left: 3px;
	margin-right: 3px
}

.am-pureview {
	background: rgba(0,0,0,.95);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s,-webkit-transform .3s;
	width: 100%;
	z-index: 1120
}

.am-pureview.am-active {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-pureview ol,.am-pureview ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%
}

.am-pureview-slider {
	height: 100%;
	overflow: hidden
}

.am-pureview-slider li {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	vertical-align: middle;
	visibility: hidden;
	width: 100%;
	z-index: 100
}

.am-pureview-slider li.am-pureview-slide-prev {
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%);
	z-index: 109
}

.am-pureview-slider li.am-pureview-slide-next {
	-webkit-transform: translate(100%);
	-ms-transform: translate(100%);
	transform: translate(100%);
	z-index: 109
}

.am-pureview-slider li.am-active {
	position: relative;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	visibility: visible;
	z-index: 110
}

.am-pureview-slider .pinch-zoom-container {
	width: 100%;
	z-index: 1121
}

.am-pureview-slider .am-pinch-zoom {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%
}

.am-pureview-slider .am-pinch-zoom:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation: icon-spin 2s linear infinite;
	animation: icon-spin 2s linear infinite;
	color: #eee;
	content: "\f110";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 24px;
	left: 50%;
	line-height: 24px;
	margin-left: -12px;
	margin-top: -12px;
	position: absolute;
	text-rendering: auto;
	top: 50%;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	z-index: 1
}

.am-pureview-slider .am-pinch-zoom.am-pureview-loaded:after {
	display: none
}

.am-pureview-slider img {
	-webkit-user-drag: none;
	display: block;
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
	position: relative;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	z-index: 200
}

.am-pureview-slider img.am-img-loaded {
	opacity: 1
}

.am-pureview-direction {
	margin-top: -18px!important;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1122
}

.am-pureview-only .am-pureview-direction,.am-touch .am-pureview-direction {
	display: none
}

.am-pureview-direction li {
	height: 36px;
	position: absolute;
	width: 36px
}

.am-pureview-direction a {
	border: none;
	color: #ccc;
	cursor: pointer;
	display: block;
	height: 36px;
	opacity: .5;
	text-align: center;
	z-index: 1125
}

.am-pureview-direction a:before {
	content: "\f137";
	font-size: 24px;
	line-height: 36px
}

.am-pureview-direction a:hover {
	opacity: 1
}

.am-pureview-direction .am-pureview-prev {
	left: 15px
}

.am-pureview-direction .am-pureview-next {
	right: 15px
}

.am-pureview-direction .am-pureview-next a:before {
	content: "\f138"
}

.am-pureview-bar {
	background-color: rgba(0,0,0,.35);
	bottom: 0;
	color: #eee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	position: absolute;
	width: 100%
}

.am-pureview-bar .am-pureview-title {
	word-wrap: normal;
	-webkit-box-flex: 1;
	display: block;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-pureview-bar .am-pureview-total {
	font-size: 10px;
	line-height: 48px
}

.am-pureview-actions {
	background-color: rgba(0,0,0,.35);
	height: 45px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1130
}

.am-pureview-actions a {
	color: #ccc;
	display: block;
	font-size: 16px;
	left: 10px;
	line-height: 45px;
	position: absolute;
	text-align: left;
	width: 45px
}

.am-pureview-actions a:hover {
	color: #fff
}

.am-pureview-actions [data-am-toggle=share] {
	left: auto;
	right: 10px
}

.am-pureview-actions,.am-pureview-bar {
	opacity: 0;
	-webkit-transition: all .15s;
	transition: all .15s;
	z-index: 1130
}

.am-pureview-bar-active .am-pureview-actions,.am-pureview-bar-active .am-pureview-bar {
	opacity: 1
}

.am-pureview-nav {
	bottom: 15px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1131
}

.am-pureview-bar-active .am-pureview-nav {
	display: none
}

.am-pureview-nav li {
	background: #ccc;
	background: hsla(0,0%,100%,.5);
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 0 3px;
	overflow: hidden;
	text-indent: -9999px;
	width: 8px
}

.am-pureview-nav .am-active {
	background: #fff;
	background: hsla(0,0%,100%,.9)
}[data-am-pureview] img {
	cursor: pointer
}

.am-pureview-active {
	overflow: hidden
}

.ath-viewport * {
	box-sizing: border-box
}

.ath-viewport {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	pointer-events: none;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 2147483641
}

.ath-modal {
	background: rgba(0,0,0,.6);
	pointer-events: auto!important
}

.ath-mandatory {
	background: #000
}

.ath-container {
	background: #eee;
	background-size: 100% auto;
	box-shadow: 0 .2em 0 #d1d1d1;
	font-family: sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	padding: .7em .6em;
	pointer-events: auto!important;
	position: absolute;
	text-align: center;
	width: 18em;
	z-index: 2147483641
}

.ath-container small {
	display: block;
	font-size: .8em;
	line-height: 1.3em;
	margin-top: .5em
}

.ath-ios.ath-phone {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em
}

.ath-ios6.ath-tablet {
	left: 5em;
	top: 1.8em
}

.ath-ios7.ath-tablet {
	left: .7em;
	top: 1.8em
}

.ath-ios8.ath-tablet {
	right: .4em;
	top: 1.8em
}

.ath-android {
	bottom: 1.8em;
	left: 50%;
	margin-left: -9em
}

.ath-container:before {
	background-color: hsla(0,0%,100%,.8);
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAdVBMVEUAAAA5OTkzMzM7Ozs3NzdBQUFAQEA/Pz8+Pj5BQUFAQEA/Pz8+Pj5BQUFAQEA/Pz9BQUE+Pj4/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8+Pj4/Pz8+Pj4/Pz8/Pz8/Pz8/Pz8/Pz8+Pj4/Pz8/Pz8/Pz8/Pz9AQEA/Pz+fdCaPAAAAJnRSTlMACQoNDjM4OTo7PEFCQ0RFS6ytsbS1tru8vcTFxu7x8vX19vf4+C5yomAAAAJESURBVHgBvdzLTsJAGEfxr4C2KBcVkQsIDsK8/yPaqIsPzVlyzrKrX/5p0kkXEz81L23otc9NpIbbWia2YVLqdnhlqFlhGWpSDHe1aopsSIpRb8gK0dC3G30b9rVmhWZIimTICsvQtx/FsuYOrWHoDjX3Gu31gzJxdki934WrAIOsAIOsAIOiAMPhPsJTgKGN0BVsYIVsYIVpYIVpYIVpYIVpYIVpYIVpYIVpYIVlAIVgEBRs8BRs8BRs8BRs8BRs8BRs8BRs8BRTNmgKNngKNngKNngKNngKNhiKGxgiOlZoBlaYBlaYBlaYBlaYBlaYBlaYBlaYBlZIBlBMfQMrVAMr2KAqBENSHFHhGEABhi5CV6gGUKgGUKgGUKgGUFwuqgEUvoEVsoEVpoEUpgEUggF+gKTKY+h1fxSlC7/Z+RrxOQ3fcEoAPPHZBlaYBlaYBlaYBlZYBlYIhvLBCstw7PgM7hkiWOEZWGEaWGEaWGEaIsakEAysmHkGVpxmvoEVqoEVpoEVpoEVpoEVpoEVpoEVkoEVgkFQsEFSsEFQsGEcoSvY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnY4CnmbNAUT2c2WAo2eAo2eAo2eAo2eAo2eArNEPFACjZ4CjZ4CjZ4CjaIird/rBvFH6llNCvewdli1URWCIakSIZesUaDoFg36dKFWk9zCZDei3TtwmCj7pC22AwikiIZPEU29IpFNliKxa/hC9DFITjQPYhcAAAAAElFTkSuQmCC);background-position: 50%;
	background-repeat: no-repeat;
	background-size: 50%;
	color: #a33;
	content: "";
	display: block;
	float: right;
	height: 2.7em;
	margin: -.7em -.6em 0 .5em;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 2.7em;
	z-index: 2147483642
}

.ath-container.ath-icon:before {
	float: none;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0
}

.ath-mandatory .ath-container:before {
	display: none
}

.ath-container.ath-android:before {
	float: left;
	margin: -.7em .5em 0 -.6em
}

.ath-container.ath-android.ath-icon:before {
	float: none;
	left: 0;
	margin: 0;
	position: absolute;
	right: auto
}

.ath-action-icon {
	background-position: 50%;
	background-repeat: no-repeat;
	display: inline-block;
	overflow: hidden;
	text-indent: -9999em;
	vertical-align: middle
}

.ath-ios7 .ath-action-icon,.ath-ios8 .ath-action-icon {
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAF6UlEQVR4AezZWWxUZRiH8VcQEdxZEFFiUZBFUCIa1ABBDARDcCciYGKMqTEGww3SOcNSAwQTjOBiiIpEhRjAhRgXRC8MFxojEhAFZUGttVhaoSxlaW3n8W3yXZxm6vTrOMM5Q98n+V9MMu1pvl++uZhKuypghu49KaaTWGdZSYoVN6VD95nMpLNYZ9XNbdQR2od2k88O3Gm6Bh0t7H0p5Vwp2Ax3ajpu2tYbciFWwkTFO63DY6+JcI4USFaSyYpWp8N7SVZJKR3EinkBk9JxvZFXxhnZSjBaoWp1ZL0ES8WKYXMZp0AndORgy8WKFe5Yf1zvvSBWDEpys2LU6MjD5kmEWQlGKsJRHXlcqUSQVcItEnDEA6gAb7LhjvD9WO6yIEfICQI5A1nzGCYB1T4og5bBiFcyv2f6ujYhl4iVxwKG6qp8MK55HsqPwK0rMr9v/yEo3uCPrJstVh5KMER30Aeh31Ioq0FrHfjXw9CYghnrvYFTuqfEymFzGSwBlT4ARYr7u+K6GLmCVGvAGg2NMG0d/sgJnpScZLjXSkC5z8H3eQ72/k24Q8NfzvwFyK4qtuJSZKaubRPyE/K/Mtx+EvCHL+7uasId1t10w0scz/RzSzYzAfgKV30D3LPaG7lRkR8RK4tKKJKAMp+D7r0EfmmOe0x3m2itAc/ZxBjgAt1mXHWKPPkdb+QGSTJdrDaU5EoJ2OtzwD0WwY7KNNzbRfMFFg24WPdtGHnS221Cflgsj56hjwTs8TnY7oq7/QDhjutGicsb2AVcovsO18l6uPPNNiE/JFaGAq7Q7fY50G4LYVtz3FrdaNGyBXbIl+q24DqhyHes9EaulwR3SwtZs+ktAT/7HORliru1gnCndONFyx44Dfn7MPLYN7yR6yTJZAllJeguAT/4HOBFz8I3ZWm4E0TLFbBD7qn7EVdtHYx53R9ZN0ksrZRuErDN5+AuLIWvm+Oe1k0ULdfADrmX7idcR0/DyBXeyCdlLuMMOGCBz4F1ng+f7yFcve5e0fIFHELeiav6BAx70Rt5p0yhY3u/wR0kyarW/uX35b403PtFyzewQ75ctwtXzSkY8WqruHslSV8RscrL6TJ1bcvfWJ0/HzbtIdw/ugdFyzdwOOAq3T6fmzxwGQ3vbmO8iFioIWqYSsHMj9M/ljfuTsOdItoZBXYBfXX7cVXVwvXLm/8+fU3lcdCqdEMNGBbgUmRmfQISQKd5sGEn4VK6YtEiAXYBA3QVuA4q8hCHrDcafR1ul65jewfuovsCl7vJrNlOuEbdo6JFCuwCrtb9hqusBu56Cw4cI1y1briIWEBn3Ue0XKPuMdGiBg4H9NdV0HJ/6QZLOEPmPN0GmpfSPS5arIBdwHUtIFfoBsl/ZsgfhHCfFi2WwC5goO4AmvanbqBkzJA76tboZokWa2AXMEi3RTdAvDLkDqJFAhzB32xFD2wZsGXA0WfAlgFbBmwZsGXAlgFbBpzk04JaKb0iA9ZnF9x5SQAFtRKKIgPWZxfaeRmwAZ/BGbAB37eaG6MCbnq2Aed5czYyKirgpmcbsAHHZAZswN0Wwo7KeG1fFf2jAm56dtzOQ42yB+65mDhWFBUwUETMUiMDNmADbp/APRaTAh6I2bpGCNw1bufRZJQ1cPdF/NueHZsgDEBBGLbMGoIu4AZu5gLOZeEaYmEXeznF3jRPyEv4frgJvvJe3qTefY0AAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwb8rwADBgwYMGDAgAEDBgwYMGDAgAEDBgwYMGDAgAEDBgz4/sz1Nia/9hizA7zgklwy3RYwYMBzBRjw4bPjxAbAAizAAtwgwAIswAIswAIMGDBgARZgARZgAS4FWIAFWIAFWIABAwYswAIswAIswIUAC7AAC7AACzBgwIAFWIAFWIAFuBBgARZgARZgAQYMGPApQ99ZCdgWtzqwATbABtgAG2DbnxNb7zbRimsMLMACrDf2wMWI/WasfQAAAABJRU5ErkJggg==);background-size: auto 100%;
	height: 1.6em;
	margin-top: -.3em;
	width: 1.6em
}

.ath-ios6 .ath-action-icon {
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAAB0CAQAAADAmnOnAAAAAnNCSVQICFXsRgQAAAAJcEhZcwAAWwEAAFsBAXkZiFwAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAF4klEQVR4Ae3a/a+XdR3H8ec5HM45HDmKICoVohkZsxESRRCzcZM/2JKkdGR5MrSkleA0Pd00O4u5IVuNM2yYc6XSzCExU4oUNRPCJFdMUAhsYZpUGhscOHA4N8/WZzsL6HBxvofvdV3fa3yer//gsV3vH659KHzncBsJxUYhDzOEhCKQbORs+ip2wzgM+wvj+P9i35qAGLaHGcQSgKSTrxBLABJppZpYApCspoFYApBsZjSxBCD5OxOJJQBJG1cQSwCSLpqJJQCJ3MvgCGTinuSMCJS8LZwfgZL3FtMiUPIOcU0ESl4PLRHoRPsJtREoeRsYGYGS9yrvo6RmpbLaigWSfzOdErLs6+bLUMFA0sF1+QF1cz1UNlBYK9V5AHXyWSgEkKyiIWOgGh829Ki1lLcaxjCVK7mJRSxjBY+zgRf/u9pXcMB7jhEZAg32EUP3O6hMKOP5Iq2sZQeHMZXt5KKMgOpcY+iHVnFyjeQKlrCBdsxge5ieAVC9vzLUelI8H+A7bKIHM10H81IGGuKvDf1ggDxVTKOV1zG3/Yia1ICG+ltD32MgNTKfP2HuW0VDKkCNrjfUTOm9i6XswwrZJkaVHeh0f2fodkrtfO6jAytqrzG+rEDDfVG1x1sprZEs5RBW4PZxeT+Bbrf5hPu9arfzKaU6WjiAFbseWvoF1GW/6vYGSmkyW7Dit4xB5QHq9Br6Xx2t9GAhtp6zkoHsfNp1J9wX6H+jeR4LtJc4LxGopZZyNpN/YcG2mw9nBTSPLizgOmjKAujGgvJID3ekD7QYi7nGzkvmQtpA38Vi7iJf0TedlC7QTVjMfcY2QyvSBPpUMW/PIBfbo9pls1XpAX2EdizeznStob3OJpQO0DB2YfE21q2GtnghpAm0Gou3T9tm6BGHQppA12HRVt17eboNlydNoLHsx2JtmL801OYcQmkC/QKLtQt9ydBW3wNpA30ci7Ur3WdolUMhbaBqNhf/8qQJ9Hkszs5wjaH9XkUobaAqtmFRdoGbDb3sWMgG6DIs5852knO82RaXer+P+qyb3eWeo7ZNBrRZvm1otY2QFdBjeHIb6hTne49Put12+9ObMoDdYmfy5UkF6AK6cCCr9aM2u9IddptcOYCG+FNDB5xLKCugO7G01TndFp/xgAntdYvrfdwVLnORt3q9Vx25F27DUjbGPxr6qxMgW6Cd2N+d6wLXedA+6nKbK73Lr/pJxzusvE/wZrvX0FOOgGyBxmF/dprXutYOj6nNdS6xyYnWp/dGcaGdhr5vDWQN9E1MXrUzfcA2j2qPj/l1J1uT9iPOeh8w1O7nCGUN9HzyGZ7ndo9qp0ucanU2r1xH+wdDu5wIeQDVVx0+/kd1i697RNv8thdn+Qz4Uv9p6DeOhHyApmBfq3OBu+3Nfd7nVELZAX3Nw4ZarYG8gG7GY1dlk6/Zm3/2Rk8jlB1QvT82dNAmQjkBVf8Mj957fdrefM7ZVhPKEuidvmDob06CXIGGbsX/bZDf8KAhfdbJhLIGmuZuQ084HHIGatiLvRvrRkP6qldbBXkAzbfD0N0OhryBGqrEMOd50FC7d1hPKGugBh8ydMh5hPIGGouI1d5lj6F1vptQ9kDvcKOhN5wMlQH0QcRGnzC03yZCeQDN9G1D6xwBFQI07FI8x02GdjgB8gJqttPQcmuhYoAumzvG7YZWejrkA1TrPYYO+SVCFQO0aM4bqj0uJJQH0LluSP7PkyeQU9QOmyAvoBm+Zegpz4LKA/qYB/wE5AXUe3m81zqoRKAPOYWcuvP9dxvqcD6h7IAKkaNU3eUlHLcI9EzS5YlAi62h/zUy89QCqqKUmvgHywsJlEHnsQYxAvXVIJo5gIhnPhiBju1iNmLvLn85Ah1ZPYs5jBGo72awEzEC9dVwHqQHI9DxWoAYgSLQQKteGIESu/qhCJTYtT+PQBEoAkWgCBSBkotAEehUWwSKQBEoAkWg/BeBIlAEikARKAJFoFmealu4gVLy1Gt5dkARKAL9BzujPSurTmu/AAAAAElFTkSuQmCC);background-size: 100% auto;
	height: 1.8em;
	margin-bottom: .4em;
	width: 1.8em
}

.ath-android .ath-action-icon {
	background-image: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAANlBMVEVmZmb///9mZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZW6fJrAAAAEXRSTlMAAAYHG21ub8fLz9DR8/T4+RrZ9owAAAB3SURBVHja7dNLDoAgDATQWv4gKve/rEajJOJiWLgg6WzpSyB0aHqHiNj6nL1lovb4C+hYzkSNAT7mryQFAVOeGAj4CjwEtgrWXpD/uZKtwEJApXt+Vn0flzRhgNiFZQkOXY0aADQZCOCPlsZJ46Rx0jhp3IiN2wGDHhxtldrlwQAAAABJRU5ErkJggg==);background-size: 100% auto;
	height: 1.4em;
	width: 1.4em
}

.ath-container p {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	position: relative;
	text-shadow: 0 .1em 0 #fff;
	z-index: 2147483642
}

.ath-ios.ath-phone:after {
	bottom: -.9em;
	box-shadow: .2em .2em 0 #d1d1d1
}

.ath-ios.ath-phone:after,.ath-ios.ath-tablet:after {
	background: #eee;
	content: "";
	height: 2em;
	left: 50%;
	margin-left: -1em;
	position: absolute;
	-webkit-transform: scaleX(.9) rotate(45deg);
	-ms-transform: scaleX(.9) rotate(45deg);
	transform: scaleX(.9) rotate(45deg);
	width: 2em
}

.ath-ios.ath-tablet:after {
	top: -.9em;
	z-index: 2147483641
}

.ath-application-icon {
	border: 0;
	height: 6em;
	margin: 0 auto .2em;
	padding: 0;
	position: relative;
	width: 6em;
	z-index: 2147483642
}

.ath-container.ath-ios .ath-application-icon {
	border-radius: 1em;
	box-shadow: 0 .2em .4em rgba(0,0,0,.3),inset 0 .07em 0 hsla(0,0%,100%,.5);
	margin: 0 auto .4em
}

@media only screen and (orientation:landscape) {
	.ath-container.ath-phone {
		width: 24em
	}

	.ath-android.ath-phone,.ath-ios.ath-phone {
		margin-left: -12em
	}

	.ath-ios6:after {
		left: 39%
	}

	.ath-ios8.ath-phone {
		bottom: auto;
		left: auto;
		right: .4em;
		top: 1.8em
	}

	.ath-ios8.ath-phone:after {
		bottom: auto;
		box-shadow: none;
		left: 68%;
		top: -.9em;
		z-index: 2147483641
	}
}

.am-checkbox,.am-checkbox-inline,.am-radio,.am-radio-inline {
	font-size: 14px;
	line-height: 1.5;
	padding-left: 22px;
	position: relative;
	-webkit-transition: color .25s linear;
	transition: color .25s linear
}

label.am-checkbox,label.am-radio {
	font-weight: 400
}

.am-ucheck-icons {
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 20px;
	left: 0;
	line-height: 21px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px
}

.am-checkbox .am-icon-checked,.am-checkbox .am-icon-unchecked,.am-checkbox-inline .am-icon-checked,.am-checkbox-inline .am-icon-unchecked,.am-radio .am-icon-checked,.am-radio .am-icon-unchecked,.am-radio-inline .am-icon-checked,.am-radio-inline .am-icon-unchecked {
	background-color: transparent;
	display: inline-table;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	-webkit-transition: color .25s linear;
	transition: color .25s linear
}

.am-checkbox .am-icon-checked:before,.am-checkbox .am-icon-unchecked:before,.am-checkbox-inline .am-icon-checked:before,.am-checkbox-inline .am-icon-unchecked:before,.am-radio .am-icon-checked:before,.am-radio .am-icon-unchecked:before,.am-radio-inline .am-icon-checked:before,.am-radio-inline .am-icon-unchecked:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-checkbox .am-icon-checked,.am-checkbox-inline .am-icon-checked,.am-radio .am-icon-checked,.am-radio-inline .am-icon-checked {
	opacity: 0
}

.am-checkbox .am-icon-checked:before,.am-checkbox-inline .am-icon-checked:before {
	content: "\f046"
}

.am-checkbox .am-icon-unchecked:before,.am-checkbox-inline .am-icon-unchecked:before {
	content: "\f096"
}

.am-radio .am-icon-checked:before,.am-radio-inline .am-icon-checked:before {
	content: "\f192"
}

.am-radio .am-icon-unchecked:before,.am-radio-inline .am-icon-unchecked:before {
	content: "\f10c"
}

.am-ucheck-checkbox,.am-ucheck-radio {
	height: 20px;
	left: 0;
	margin: 0;
	opacity: 0;
	outline: none!important;
	padding: 0;
	position: absolute;
	top: 0;
	width: 20px
}

.am-ucheck-checkbox:checked+.am-ucheck-icons,.am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-ucheck-radio:checked+.am-ucheck-icons,.am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #0e90d2
}

.am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-unchecked,.am-ucheck-radio:checked+.am-ucheck-icons .am-icon-unchecked {
	opacity: 0
}

.am-ucheck-checkbox:checked+.am-ucheck-icons .am-icon-checked,.am-ucheck-radio:checked+.am-ucheck-icons .am-icon-checked {
	opacity: 1
}

.am-ucheck-checkbox:disabled+.am-ucheck-icons,.am-ucheck-radio:disabled+.am-ucheck-icons {
	color: #d8d8d8;
	cursor: default
}

.am-ucheck-checkbox:disabled:checked+.am-ucheck-icons .am-icon-unchecked,.am-ucheck-radio:disabled:checked+.am-ucheck-icons .am-icon-unchecked {
	opacity: 0
}

.am-ucheck-checkbox:disabled:checked+.am-ucheck-icons .am-icon-checked,.am-ucheck-radio:disabled:checked+.am-ucheck-icons .am-icon-checked {
	color: #d8d8d8;
	opacity: 1
}

.am-checkbox-inline.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-checkbox-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox-inline.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,.am-checkbox-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-checkbox.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,.am-checkbox.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio-inline.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-radio-inline.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio-inline.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,.am-radio-inline.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio.am-secondary .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-radio.am-secondary .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio.am-secondary .am-ucheck-radio:checked+.am-ucheck-icons,.am-radio.am-secondary .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #3bb4f2
}

.am-checkbox-inline.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-checkbox-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox-inline.am-success .am-ucheck-radio:checked+.am-ucheck-icons,.am-checkbox-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-checkbox.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox.am-success .am-ucheck-radio:checked+.am-ucheck-icons,.am-checkbox.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio-inline.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-radio-inline.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio-inline.am-success .am-ucheck-radio:checked+.am-ucheck-icons,.am-radio-inline.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio.am-success .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-radio.am-success .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio.am-success .am-ucheck-radio:checked+.am-ucheck-icons,.am-radio.am-success .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #5eb95e
}

.am-checkbox-inline.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-checkbox-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox-inline.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,.am-checkbox-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-checkbox.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,.am-checkbox.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio-inline.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-radio-inline.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio-inline.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,.am-radio-inline.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio.am-warning .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-radio.am-warning .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio.am-warning .am-ucheck-radio:checked+.am-ucheck-icons,.am-radio.am-warning .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #f37b1d
}

.am-checkbox-inline.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-checkbox-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox-inline.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,.am-checkbox-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-checkbox.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-checkbox.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,.am-checkbox.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-field-error+.am-ucheck-icons,.am-radio-inline.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-radio-inline.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio-inline.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,.am-radio-inline.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio.am-danger .am-ucheck-checkbox:checked+.am-ucheck-icons,.am-radio.am-danger .am-ucheck-checkbox:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons,.am-radio.am-danger .am-ucheck-radio:checked+.am-ucheck-icons,.am-radio.am-danger .am-ucheck-radio:hover:not(.am-nohover):not(:disabled)+.am-ucheck-icons {
	color: #dd514c
}

.am-field-valid+.am-ucheck-icons {
	color: #5eb95e
}

.am-selected {
	width: 200px
}

.am-selected-btn {
	padding-left: 10px;
	text-align: right;
	width: 100%
}

.am-selected-btn.am-btn-default {
	background: none
}

.am-invalid .am-selected-btn {
	border-color: #dd514c
}

.am-selected-header {
	background-color: #f2f2f2;
	border-bottom: 1px solid #ddd;
	display: none;
	height: 45px
}

.am-selected-status {
	word-wrap: normal;
	display: block;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.am-selected-content {
	padding: 10px 0
}

.am-selected-search {
	padding: 0 10px 10px
}

.am-selected-search .am-form-field {
	padding: .5em
}

.am-selected-list {
	font-size: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0
}

.am-selected-list li {
	cursor: pointer;
	padding: 5px 10px;
	position: relative;
	-webkit-transition: background-color .15s;
	transition: background-color .15s
}

.am-selected-list li:hover {
	background-color: #f8f8f8
}

.am-selected-list li:hover .am-icon-check {
	opacity: .6
}

.am-selected-list li.am-checked .am-icon-check {
	color: #0e90d2;
	opacity: 1
}

.am-selected-list li.am-disabled {
	cursor: not-allowed;
	opacity: .5;
	pointer-events: none
}

.am-selected-list .am-selected-list-header {
	border-bottom: 1px solid #e5e5e5;
	color: #999;
	cursor: default;
	font-size: 1.3rem;
	margin-top: 8px
}

.am-selected-list .am-selected-list-header:hover {
	background: none
}

.am-selected-list .am-selected-list-header:first-child {
	margin-top: 0
}

.am-selected-list .am-selected-text {
	word-wrap: normal;
	display: block;
	margin-right: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-selected-list .am-icon-check {
	color: #999;
	opacity: 0;
	position: absolute;
	right: 8px;
	top: 5px;
	-webkit-transition: opacity .15s;
	transition: opacity .15s
}

.am-selected-hint {
	color: #dd514c;
	line-height: 1.2
}

.am-selected-hint:not(:empty) {
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	padding: 10px 10px 0
}

.am-selected-placeholder {
	opacity: .65
}

.am-fade {
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.am-fade.am-in {
	opacity: 1
}

.am-collapse {
	display: none
}

.am-collapse.am-in {
	display: block
}

tr.am-collapse.am-in {
	display: table-row
}

tbody.am-collapse.am-in {
	display: table-row-group
}

.am-collapsing {
	height: 0;
	overflow: hidden;
	position: relative;
	-webkit-transition: height .3s ease;
	transition: height .3s ease
}

.am-sticky {
	position: fixed!important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: 1010
}[data-am-sticky][class*=am-animation-] {
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

.am-dimmer-active {
	overflow: hidden
}

.am-dimmer {
	background-color: rgba(0,0,0,.6);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1100
}

.am-dimmer.am-active {
	opacity: 1
}[data-am-collapse] {
	cursor: pointer
}

.am-datepicker {
	background: #fff;
	border-radius: 0;
	box-shadow: 0 0 10px #ccc;
	color: #555;
	display: none;
	left: 0;
	margin-top: 10px;
	padding-bottom: 10px;
	top: 0;
	width: 238px
}

.am-datepicker>div {
	display: none
}

.am-datepicker table {
	width: 100%
}

.am-datepicker tr.am-datepicker-header {
	background: #3bb4f2;
	color: #fff;
	font-size: 1.6rem
}

.am-datepicker td,.am-datepicker th {
	cursor: pointer;
	font-weight: 400;
	text-align: center
}

.am-datepicker th {
	height: 48px
}

.am-datepicker td {
	font-size: 1.4rem
}

.am-datepicker td.am-datepicker-day {
	height: 34px;
	width: 34px
}

.am-datepicker td.am-datepicker-day:hover {
	background: #f0f0f0;
	height: 34px;
	width: 34px
}

.am-datepicker td.am-datepicker-day.am-disabled {
	background: #fafafa;
	color: #999;
	cursor: no-drop
}

.am-datepicker td.am-datepicker-new,.am-datepicker td.am-datepicker-old {
	color: #89d7ff
}

.am-datepicker td.am-active,.am-datepicker td.am-active:hover {
	background: #f0f0f0;
	border-radius: 0;
	color: #0084c7
}

.am-datepicker td span {
	cursor: pointer;
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 79.33333333px
}

.am-datepicker td span:hover {
	background: #f0f0f0
}

.am-datepicker td span.am-active {
	background: #f0f0f0;
	color: #0084c7
}

.am-datepicker td span.am-disabled {
	background: #fafafa;
	color: #999;
	cursor: no-drop
}

.am-datepicker td span.am-datepicker-old {
	color: #89d7ff
}

.am-datepicker .am-datepicker-dow {
	color: #0c80ba;
	height: 40px
}

.am-datepicker-caret {
	border-color: currentcolor transparent #3bb4f2;
	border-style: dotted solid solid;
	border-width: 0 7px 7px;
	display: block!important;
	display: inline-block;
	height: 0;
	left: 6px;
	position: absolute;
	top: -7px;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
	vertical-align: middle;
	width: 0
}

.am-datepicker-right .am-datepicker-caret {
	left: auto;
	right: 7px
}

.am-datepicker-up .am-datepicker-caret {
	border-color: #fff transparent currentcolor;
	border-style: solid solid dotted;
	border-width: 7px 7px 0;
	bottom: -7px;
	display: inline-block;
	height: 0;
	top: auto;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
	vertical-align: middle;
	width: 0
}

.am-datepicker-select {
	height: 34px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out
}

.am-datepicker-select:hover {
	background: rgba(154,217,248,.5);
	color: #0c80ba
}

.am-datepicker-next,.am-datepicker-prev {
	height: 34px;
	width: 34px
}

.am-datepicker-next-icon,.am-datepicker-prev-icon {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	-webkit-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
	width: 34px
}

.am-datepicker-next-icon:hover,.am-datepicker-prev-icon:hover {
	background: rgba(154,217,248,.5);
	color: #0c80ba
}

.am-datepicker-prev-icon:before {
	content: "\f053"
}

.am-datepicker-next-icon:before,.am-datepicker-prev-icon:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-datepicker-next-icon:before {
	content: "\f054"
}

.am-datepicker-dropdown {
	position: absolute;
	z-index: 1120
}

@media only screen and (max-width:640px) {
	.am-datepicker {
		width: 100%
	}

	.am-datepicker td span {
		width: 33.33%
	}

	.am-datepicker-caret {
		display: none!important
	}

	.am-datepicker-next,.am-datepicker-prev {
		height: 44px;
		width: 44px
	}
}

.am-datepicker-success tr.am-datepicker-header {
	background: #5eb95e
}

.am-datepicker-success td.am-datepicker-day.am-disabled {
	color: #999
}

.am-datepicker-success td.am-datepicker-new,.am-datepicker-success td.am-datepicker-old {
	color: #94df94
}

.am-datepicker-success td.am-active,.am-datepicker-success td.am-active:hover {
	color: #1b961b
}

.am-datepicker-success td span.am-datepicker-old {
	color: #94df94
}

.am-datepicker-success td span.am-active {
	color: #1b961b
}

.am-datepicker-success .am-datepicker-caret {
	border-bottom-color: #5eb95e
}

.am-datepicker-success .am-datepicker-dow {
	color: #367b36
}

.am-datepicker-success .am-datepicker-next-icon:hover,.am-datepicker-success .am-datepicker-prev-icon:hover,.am-datepicker-success .am-datepicker-select:hover {
	background: rgba(165,216,165,.5);
	color: #367b36
}

.am-datepicker-danger tr.am-datepicker-header {
	background: #dd514c
}

.am-datepicker-danger td.am-datepicker-day.am-disabled {
	color: #999
}

.am-datepicker-danger td.am-datepicker-new,.am-datepicker-danger td.am-datepicker-old {
	color: #f59490
}

.am-datepicker-danger td.am-active,.am-datepicker-danger td.am-active:hover {
	color: #c10802
}

.am-datepicker-danger td span.am-datepicker-old {
	color: #f59490
}

.am-datepicker-danger td span.am-active {
	color: #c10802
}

.am-datepicker-danger .am-datepicker-caret {
	border-bottom-color: #dd514c
}

.am-datepicker-danger .am-datepicker-dow {
	color: #a4241f
}

.am-datepicker-danger .am-datepicker-next-icon:hover,.am-datepicker-danger .am-datepicker-prev-icon:hover,.am-datepicker-danger .am-datepicker-select:hover {
	background: hsla(2,68%,78%,.5);
	color: #a4241f
}

.am-datepicker-warning tr.am-datepicker-header {
	background: #f37b1d
}

.am-datepicker-warning td.am-datepicker-day.am-disabled {
	color: #999
}

.am-datepicker-warning td.am-datepicker-new,.am-datepicker-warning td.am-datepicker-old {
	color: #ffad6d
}

.am-datepicker-warning td.am-active,.am-datepicker-warning td.am-active:hover {
	color: #aa4b00
}

.am-datepicker-warning td span.am-datepicker-old {
	color: #ffad6d
}

.am-datepicker-warning td span.am-active {
	color: #aa4b00
}

.am-datepicker-warning .am-datepicker-caret {
	border-bottom-color: #f37b1d
}

.am-datepicker-warning .am-datepicker-dow {
	color: #a14c09
}

.am-datepicker-warning .am-datepicker-next-icon:hover,.am-datepicker-warning .am-datepicker-prev-icon:hover,.am-datepicker-warning .am-datepicker-select:hover {
	background: hsla(27,90%,73%,.5);
	color: #a14c09
}

.am-datepicker>div {
	display: block
}

.am-datepicker>div span.am-datepicker-hour {
	width: 59.5px
}

.am-datepicker-date {
	display: block
}

.am-datepicker-date.am-input-group {
	display: table
}

.am-datepicker-time-box {
	padding: 30px 0
}

.am-datepicker-time-box strong {
	display: inline-block;
	font-size: 5.2rem;
	font-weight: 400;
	height: 70px;
	line-height: 70px;
	width: 70px
}

.am-datepicker-time-box strong:hover {
	background: #ececec;
	border-radius: 4px
}

.am-datepicker-time-box em {
	display: inline-block;
	font-size: 5.2rem;
	font-style: normal;
	height: 70px;
	line-height: 70px;
	width: 20px
}

.am-datepicker-toggle {
	cursor: pointer;
	padding: 10px 0;
	text-align: center
}

.am-datepicker-toggle:hover {
	background: #f0f0f0
}

@media print {
	*,:after,:before {
		background: transparent!important;
		box-shadow: none!important;
		color: #000!important;
		text-shadow: none!important
	}

	a,a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " [" attr(title) "] "
	}

	a[href^="#"]:after,a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100%!important
	}

	h2,h3,p {
		orphans: 3;
		widows: 3
	}

	h2,h3 {
		page-break-after: avoid
	}@	page {
		margin: .5cm
	}

	select {
		background: #fff!important
	}

	.am-topbar {
		display: none
	}

	.am-table td,.am-table th {
		background-color: #fff!important
	}

	.am-table {
		border-collapse: collapse!important
	}

	.am-table-bordered td,.am-table-bordered th {
		border: 1px solid #ddd!important
	}
}

.am-print-block {
	display: none!important
}

@media print {
	.am-print-block {
		display: block!important
	}
}

.am-print-inline {
	display: none!important
}

@media print {
	.am-print-inline {
		display: inline!important
	}
}

.am-print-inline-block {
	display: none!important
}

@media print {
	.am-print-inline-block {
		display: inline-block!important
	}

	.am-print-hide {
		display: none!important
	}
}

.lte9 #nprogress .nprogress-spinner {
	display: none!important
}

.lte8 .am-dimmer {
	background-color: #000;
	filter: alpha(opacity=60)
}

.lte8 .am-modal-actions {
	display: none
}

.lte8 .am-modal-actions.am-modal-active {
	display: block
}

.lte8 .am-offcanvas.am-active {
	background: #000
}

.lte8 .am-popover .am-popover-caret {
	border: 8px solid transparent
}

.lte8 .am-popover-top .am-popover-caret {
	border-bottom: none;
	border-top: 8px solid #333
}

.lte8 .am-popover-left .am-popover-caret {
	border-left: 8px solid #333;
	border-right: none;
	margin-top: -6px;
	right: -8px
}

.lte8 .am-popover-right .am-popover-caret {
	border-left: none;
	border-right: 8px solid #333;
	left: -8px;
	margin-top: -6px
}

.am-accordion-item {
	margin: 0
}

.am-accordion-title {
	cursor: pointer;
	font-weight: 400
}

.am-accordion-item.am-disabled .am-accordion-title {
	cursor: default;
	pointer-events: none
}

.am-accordion-bd {
	border: none!important;
	margin: 0!important;
	padding: 0!important
}

.am-accordion-content {
	font-size: 1.4rem;
	margin-top: 0;
	padding: .8rem 1rem 1.2rem
}

.am-accordion-default {
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1);
	margin: 1rem
}

.am-accordion-default .am-accordion-item {
	border-top: 1px solid rgba(0,0,0,.05)
}

.am-accordion-default .am-accordion-item:first-child {
	border-top: none
}

.am-accordion-default .am-accordion-title {
	color: rgba(0,0,0,.6);
	padding: .8rem 1rem;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out
}

.am-accordion-default .am-accordion-title:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	margin-right: 5px;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease
}

.am-accordion-default .am-accordion-title:hover {
	color: #0e90d2
}

.am-accordion-default .am-accordion-content {
	color: #666
}

.am-accordion-default .am-active .am-accordion-title {
	background-color: #eee;
	color: #0e90d2
}

.am-accordion-default .am-active .am-accordion-title:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.am-accordion-basic {
	margin: 1rem
}

.am-accordion-basic .am-accordion-title {
	color: #333;
	padding: .8rem 0 0;
	-webkit-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out
}

.am-accordion-basic .am-accordion-title:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	margin-right: .5rem;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease,-webkit-transform .2s ease
}

.am-accordion-basic .am-accordion-content {
	color: #666
}

.am-accordion-basic .am-active .am-accordion-title {
	color: #0e90d2
}

.am-accordion-basic .am-active .am-accordion-title:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.am-accordion-gapped {
	margin: .5rem 1rem
}

.am-accordion-gapped .am-accordion-item {
	border: 1px solid #dedede;
	border-bottom: none;
	margin: .5rem 0
}

.am-accordion-gapped .am-accordion-item.am-active {
	border-bottom: 1px solid #dedede
}

.am-accordion-gapped .am-accordion-title {
	border-bottom: 1px solid #dedede;
	color: rgba(0,0,0,.6);
	padding: .8rem 2rem .8rem 1rem;
	position: relative;
	-webkit-transition: background-color .15s ease-out;
	transition: background-color .15s ease-out
}

.am-accordion-gapped .am-accordion-title:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	margin-top: -.8rem;
	position: absolute;
	right: 10px;
	text-rendering: auto;
	top: 50%;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear,-webkit-transform .2s linear
}

.am-accordion-gapped .am-accordion-title:hover {
	color: rgba(0,0,0,.8)
}

.am-accordion-gapped .am-accordion-content {
	color: #666
}

.am-accordion-gapped .am-active .am-accordion-title {
	background-color: #f5f5f5;
	color: rgba(0,0,0,.8)
}

.am-accordion-gapped .am-active .am-accordion-title:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.am-divider {
	clear: both;
	height: 0;
	margin: 1.5rem auto;
	overflow: hidden
}

.am-divider-default {
	border-top: 1px solid #ddd
}

.am-divider-dotted {
	border-top: 1px dotted #ccc
}

.am-divider-dashed {
	border-top: 1px dashed #ccc
}

.am-figure-zoomable {
	cursor: pointer;
	position: relative
}

.am-figure-zoomable:after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999;
	content: "\f00e";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 1.6rem;
	pointer-events: none;
	position: absolute;
	right: 1rem;
	text-rendering: auto;
	top: 1rem;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all .2s;
	transition: all .2s
}

.am-figure-zoomable:hover:after {
	color: #eee
}

.am-figure-default {
	margin: 10px
}

.am-figure-default img {
	border: 1px solid #eee;
	display: block;
	height: auto;
	margin: 10px auto;
	max-width: 100%;
	padding: 2px
}

.am-figure-default figcaption {
	color: #333;
	font-size: 1.4rem;
	margin-bottom: 15px;
	text-align: center
}

.am-footer {
	font-size: 1.6rem;
	padding: 1em 0;
	text-align: center
}

.am-footer .am-switch-mode-ysp {
	cursor: pointer
}

.am-footer .am-footer-text {
	font-size: 14px;
	margin-top: 10px
}

.am-footer .am-footer-text-left {
	padding-left: 10px;
	text-align: left
}

.am-modal-footer-hd {
	padding-bottom: 10px
}

.am-footer-default {
	background-color: #fff
}

.am-footer-default a {
	color: #555
}

.am-footer-default .am-footer-switch {
	font-weight: 700;
	margin-bottom: 10px
}

.am-footer-default .am-footer-ysp {
	color: #555;
	cursor: pointer
}

.am-footer-default .am-footer-divider {
	color: #ccc
}

.am-footer-default .am-footer-desktop {
	color: #0e90d2
}

.am-footer-default .am-footer-miscs {
	color: #999;
	font-size: 13px
}

.am-footer-default .am-footer-miscs p {
	margin: 5px 0
}

@media only screen and (min-width:641px) {
	.am-footer-default .am-footer-miscs p {
		display: inline-block;
		margin: 5px
	}
}

.am-gallery {
	list-style: none;
	padding: 5px 5px 0
}

.am-gallery h3 {
	margin: 0
}[data-am-gallery*=pureview] img {
	cursor: pointer
}

.am-gallery-default>li {
	padding: 5px
}

.am-gallery-default .am-gallery-item img {
	height: auto;
	width: 100%
}

.am-gallery-default .am-gallery-title {
	word-wrap: normal;
	color: #555;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-gallery-default .am-gallery-desc {
	color: #999;
	font-size: 1.2rem
}

.am-gallery-overlay>li {
	padding: 5px
}

.am-gallery-overlay .am-gallery-item {
	position: relative
}

.am-gallery-overlay .am-gallery-item img {
	height: auto;
	width: 100%
}

.am-gallery-overlay .am-gallery-title {
	word-wrap: normal;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: absolute;
	text-indent: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.am-gallery-overlay .am-gallery-desc {
	display: none
}

.am-gallery-bordered>li {
	padding: 5px
}

.am-gallery-bordered .am-gallery-item {
	box-shadow: 0 0 3px rgba(0,0,0,.35);
	padding: 5px
}

.am-gallery-bordered .am-gallery-item img {
	height: auto;
	width: 100%
}

.am-gallery-bordered .am-gallery-title {
	word-wrap: normal;
	color: #555;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-gallery-bordered .am-gallery-desc {
	color: #999;
	font-size: 1.2rem
}

.am-gallery-imgbordered>li {
	padding: 5px
}

.am-gallery-imgbordered .am-gallery-item img {
	border: 3px solid #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.35);
	height: auto;
	width: 100%
}

.am-gallery-imgbordered .am-gallery-title {
	word-wrap: normal;
	color: #555;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-gallery-imgbordered .am-gallery-desc {
	color: #999;
	font-size: 1.2rem
}

.am-gotop a {
	display: inline-block;
	text-decoration: none
}

.am-gotop-default {
	margin: 10px 0;
	text-align: center
}

.am-gotop-default a {
	background-color: #0e90d2;
	border-radius: 0;
	color: #fff;
	padding: .5em 1.5em
}

.am-gotop-default a img {
	display: none
}

.am-gotop-fixed {
	border-radius: 0;
	bottom: 10px;
	min-height: 32px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 32px;
	z-index: 1010
}

.am-gotop-fixed.am-active {
	opacity: .9
}

.am-gotop-fixed.am-active:hover {
	opacity: 1
}

.am-gotop-fixed a {
	display: block
}

.am-gotop-fixed .am-gotop-title {
	display: none
}

.am-gotop-fixed .am-gotop-icon-custom {
	display: inline-block;
	max-width: 30px;
	vertical-align: middle
}

.am-gotop-fixed .am-gotop-icon {
	background-color: #555;
	color: #ddd;
	line-height: 32px;
	vertical-align: middle;
	width: 100%
}

.am-gotop-fixed .am-gotop-icon:hover {
	color: #fff
}

.am-with-fixed-navbar .am-gotop-fixed {
	bottom: 60px
}

.am-header {
	height: 49px;
	line-height: 49px;
	padding: 0 10px;
	position: relative;
	width: 100%
}

.am-header h1 {
	margin-bottom: 0;
	margin-top: 0
}

.am-header .am-header-title {
	word-wrap: normal;
	display: block;
	font-size: 2rem;
	font-weight: 400;
	margin: 0 30%;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-header .am-header-title img {
	height: 25px;
	margin-top: 12px;
	vertical-align: top
}

.am-header .am-header-nav {
	position: absolute;
	top: 0
}

.am-header .am-header-nav img {
	height: 16px;
	vertical-align: middle;
	width: auto
}

.am-header .am-header-left {
	left: 10px
}

.am-header .am-header-right {
	right: 10px
}

.am-header-fixed {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1010
}

.am-with-fixed-header {
	padding-top: 49px
}

.am-header-default {
	background-color: #0e90d2
}

.am-header-default .am-header-title,.am-header-default .am-header-title a {
	color: #fff
}

.am-header-default .am-header-icon {
	font-size: 20px
}

.am-header-default .am-header-nav {
	color: #eee
}

.am-header-default .am-header-nav>a {
	color: #eee;
	display: inline-block;
	min-width: 36px;
	text-align: center
}

.am-header-default .am-header-nav>a+a {
	margin-left: 5px
}

.am-header-default .am-header-nav .am-btn {
	font-size: 14px;
	height: 31px;
	line-height: 30px;
	margin-top: 9px;
	padding: 0 .5em;
	vertical-align: top
}

.am-header-default .am-header-nav .am-btn .am-header-icon {
	font-size: inherit
}

.am-header-default .am-header-nav .am-btn-default {
	color: #999
}

.am-header-default .am-header-nav-title,.am-header-default .am-header-nav-title+.am-header-icon {
	font-size: 14px
}

.am-intro {
	position: relative
}

.am-intro img {
	max-width: 100%
}

.am-intro-hd {
	height: 45px;
	line-height: 45px;
	position: relative
}

.am-intro-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0
}

.am-intro-more-top {
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
	top: 0
}

.am-intro-bd {
	font-size: 1.4rem;
	padding-bottom: 15px;
	padding-top: 15px
}

.am-intro-bd p:last-child {
	margin-bottom: 0
}

.am-intro-more-bottom {
	clear: both;
	text-align: center
}

.am-intro-more-bottom .am-btn {
	font-size: 14px
}

.am-intro-default .am-intro-hd {
	background-color: #0e90d2;
	color: #fff;
	padding: 0 10px
}

.am-intro-default .am-intro-hd a {
	color: #eee
}

.am-intro-default .am-intro-right {
	padding-left: 0
}

.am-list-news-hd {
	padding-bottom: .8rem;
	padding-top: 1.2rem
}

.am-list-news-hd a {
	display: block
}

.am-list-news-hd h2 {
	float: left;
	font-size: 1.6rem;
	height: 2rem;
	line-height: 2rem;
	margin: 0
}

.am-list-news-hd h3 {
	margin: 0
}

.am-list-news-hd .am-list-news-more {
	font-size: 1.3rem;
	height: 2rem;
	line-height: 2rem
}

.am-list .am-list-item-dated a {
	word-wrap: normal;
	display: block;
	overflow: hidden;
	padding-right: 80px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-list .am-list-item-dated a:after {
	display: none
}

.am-list .am-list-item-desced a,.am-list .am-list-item-thumbed a {
	padding-right: 0
}

.am-list-news .am-list-item-hd {
	margin: 0
}

.am-list-date {
	font-size: 1.3rem;
	position: absolute;
	right: 5px;
	top: 1.3rem
}

.am-list-item-desced {
	padding-bottom: 1rem
}

.am-list-item-desced>a {
	padding: 1rem 0
}

.am-list-item-desced .am-list-date {
	position: static
}

.am-list-item-thumbed {
	padding-top: 1em
}

.am-list-news-ft {
	text-align: center
}

.am-list-news .am-titlebar {
	margin-left: 0;
	margin-right: 0
}

.am-list-news .am-titlebar~.am-list-news-bd .am-list>li:first-child {
	border-top: none
}

.am-list-news-default {
	margin: 10px
}

.am-list-news-default .am-g {
	margin-left: auto;
	margin-right: auto
}

.am-list-news-default .am-list-item-hd {
	font-weight: 400
}

.am-list-news-default .am-list-date {
	color: #999
}

.am-list-news-default .am-list>li {
	border-color: #dedede
}

.am-list-news-default .am-list .am-list-item-desced {
	padding-bottom: 1rem;
	padding-top: 1rem
}

.am-list-news-default .am-list .am-list-item-desced>a {
	padding: 0
}

.am-list-news-default .am-list .am-list-item-desced .am-list-item-text {
	color: #757575;
	margin-top: .5rem
}

.am-list-news-default .am-list .am-list-item-text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	line-height: 1.3em;
	max-height: 2.6em;
	overflow: hidden;
	text-overflow: ellipsis
}

.am-list-news-default .am-list .am-list-item-thumb-top .am-list-thumb {
	margin-bottom: .8rem;
	padding: 0
}

.am-list-news-default .am-list .am-list-item-thumb-top .am-list-main {
	padding: 0
}

.am-list-news-default .am-list .am-list-item-thumb-left .am-list-thumb {
	padding-left: 0
}

.am-list-news-default .am-list .am-list-item-desced .am-list-main {
	padding: 0
}

.am-list-news-default .am-list .am-list-item-thumb-right .am-list-thumb {
	padding-right: 0
}

.am-list-news-default .am-list .am-list-item-thumb-bottom-left .am-list-item-hd {
	clear: both;
	padding-bottom: .5rem
}

.am-list-news-default .am-list .am-list-item-thumb-bottom-left .am-list-thumb {
	padding-left: 0
}

.am-list-news-default .am-list .am-list-item-thumb-bottom-right .am-list-item-hd {
	clear: both;
	padding-bottom: .5rem
}

.am-list-news-default .am-list .am-list-item-thumb-bottom-right .am-list-thumb {
	padding-right: 0
}

.am-list-news-default .am-list .am-list-thumb img {
	display: block;
	width: 100%
}

@media only screen and (max-width:640px) {
	.am-list-news-default .am-list-item-thumb-left .am-list-thumb,.am-list-news-default .am-list-item-thumb-right .am-list-thumb {
		max-height: 80px;
		overflow: hidden
	}

	.am-list-news-default .am-list-item-thumb-bottom-left .am-list-item-text,.am-list-news-default .am-list-item-thumb-bottom-right .am-list-item-text {
		-webkit-line-clamp: 3;
		max-height: 3.9em
	}

	.am-list-news-default .am-list-item-thumb-bottom-left .am-list-thumb,.am-list-news-default .am-list-item-thumb-bottom-right .am-list-thumb {
		max-height: 60px;
		overflow: hidden
	}
}

.am-map {
	height: 300px;
	width: 100%
}

.am-map-default #bd-map {
	font-size: 14px;
	height: 100%;
	line-height: 1.4!important;
	margin: 0;
	overflow: hidden;
	width: 100%
}

.am-map-default .BMap_bubble_title {
	font-weight: 700
}

.am-map-default #BMap_mask {
	width: 100%
}

.am-mechat {
	margin: 1rem
}

.am-mechat .section-cbox-wap .cbox-post-wap .post-action-wap .action-function-wap .function-list-wap .list-upload-wap .upload-mutual-wap {
	box-sizing: content-box
}

.am-menu {
	position: relative
}

.am-menu,.am-menu ul {
	margin: 0;
	padding: 0
}

.am-menu li {
	list-style: none
}

.am-menu a:after,.am-menu a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-menu-sub {
	z-index: 1050
}

.am-menu-toggle {
	display: none;
	z-index: 1015
}

.am-menu-toggle img {
	display: inline-block;
	height: 16px;
	vertical-align: middle;
	width: auto
}

.am-menu-nav a {
	display: block;
	padding: .8rem 0;
	-webkit-transition: all .45s;
	transition: all .45s
}

.am-menu-default .am-menu-nav {
	padding-bottom: 8px;
	padding-top: 8px
}

.am-menu-default .am-menu-nav a {
	word-wrap: normal;
	color: #0e90d2;
	display: block;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-menu-default .am-menu-nav>.am-parent>a {
	position: relative;
	-webkit-transition: .15s;
	transition: .15s
}

.am-menu-default .am-menu-nav>.am-parent>a:after {
	content: "\f107";
	margin-left: 5px;
	-webkit-transition: .15s;
	transition: .15s
}

.am-menu-default .am-menu-nav>.am-parent>a:before {
	color: #f1f1f1;
	content: "\f0d8";
	display: none;
	font-size: 24px;
	left: 50%;
	margin-left: -12px;
	margin-top: -16px;
	position: absolute;
	top: 100%
}

.am-menu-default .am-menu-nav>.am-parent.am-open>a {
	color: #095f8a
}

.am-menu-default .am-menu-nav>.am-parent.am-open>a:before {
	display: block
}

.am-menu-default .am-menu-nav>.am-parent.am-open>a:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.am-menu-default .am-menu-sub {
	background-color: #f1f1f1;
	border-radius: 0;
	left: 5px;
	padding-bottom: 8px;
	padding-top: 8px;
	position: absolute;
	right: 5px
}

.am-menu-default .am-menu-sub>li>a {
	color: #555
}

@media only screen and (min-width:641px) {
	.am-menu-default .am-menu-nav li {
		clear: none;
		display: inline;
		float: left;
		width: auto
	}

	.am-menu-default .am-menu-nav a {
		padding-left: 1.5rem;
		padding-right: .5rem
	}
}

.am-menu-dropdown1 {
	position: relative
}

.am-menu-dropdown1 .am-menu-toggle {
	color: #fff;
	display: block;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: -47px;
	width: 44px
}

.am-menu-dropdown1 a {
	word-wrap: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .4s;
	transition: all .4s;
	white-space: nowrap
}

.am-menu-dropdown1 .am-menu-nav {
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1050
}

.am-menu-dropdown1 .am-menu-nav a {
	padding: .8rem
}

.am-menu-dropdown1 .am-menu-nav>li {
	width: 100%
}

.am-menu-dropdown1 .am-menu-nav>li.am-parent>a {
	position: relative
}

.am-menu-dropdown1 .am-menu-nav>li.am-parent>a:before {
	content: "\f067";
	position: absolute;
	right: 1rem;
	top: 1.4rem
}

.am-menu-dropdown1 .am-menu-nav>li.am-parent.am-open>a {
	background-color: #0c80ba;
	border-bottom: none;
	color: #fff
}

.am-menu-dropdown1 .am-menu-nav>li.am-parent.am-open>a:before {
	content: "\f068"
}

.am-menu-dropdown1 .am-menu-nav>li.am-parent.am-open>a:after {
	border-color: #0c80ba transparent currentcolor;
	border-style: solid solid dotted;
	border-width: 8px 8px 0;
	content: "";
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	top: 100%;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
	vertical-align: middle;
	width: 0
}

.am-menu-dropdown1 .am-menu-nav>li>a {
	background-color: #0e90d2;
	border-bottom: 1px solid #0b76ac;
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.05);
	color: #fff;
	height: 49px;
	line-height: 49px;
	padding: 0;
	text-indent: 10px
}

.am-menu-dropdown1 .am-menu-sub {
	background-color: #fff
}

.am-menu-dropdown1 .am-menu-sub a {
	color: #555;
	height: 44px;
	line-height: 44px;
	padding: 0;
	text-indent: 5px
}

.am-menu-dropdown1 .am-menu-sub a:before {
	color: #aaa;
	content: "\f105";
	font-size: 16px;
	margin-right: 5px
}

.am-menu-dropdown2 .am-menu-toggle {
	color: #fff;
	display: block;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: -47px;
	width: 44px
}

.am-menu-dropdown2 .am-menu-nav {
	background-color: #f5f5f5;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	left: 0;
	padding-bottom: 8px;
	padding-top: 8px;
	position: absolute;
	right: 0;
	z-index: 1050
}

.am-menu-dropdown2 .am-menu-nav a {
	height: 38px;
	line-height: 38px;
	padding: 0;
	text-align: center
}

.am-menu-dropdown2 .am-menu-nav>li>a {
	color: #333
}

.am-menu-dropdown2 .am-menu-nav>li.am-parent>a {
	position: relative
}

.am-menu-dropdown2 .am-menu-nav>li.am-parent>a:after {
	content: "\f107";
	margin-left: 5px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s
}

.am-menu-dropdown2 .am-menu-nav>li.am-parent.am-open>a {
	position: relative
}

.am-menu-dropdown2 .am-menu-nav>li.am-parent.am-open>a:after {
	color: #0e90d2;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.am-menu-dropdown2 .am-menu-nav>li.am-parent.am-open>a:before {
	color: rgba(0,0,0,.2);
	content: "\f0d8";
	font-size: 24px;
	left: 50%;
	margin-left: -12px;
	margin-top: -16px;
	position: absolute;
	top: 100%
}

.am-menu-dropdown2 .am-menu-sub {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0,0,0,.15);
	left: 5px;
	padding: 8px 0;
	position: absolute;
	right: 5px;
	z-index: 1055
}

.am-menu-dropdown2 .am-menu-sub a {
	color: #555;
	height: 35px;
	line-height: 35px;
	padding: 0
}

@media only screen and (min-width:641px) {
	.am-menu-dropdown2 .am-menu-toggle {
		display: none!important
	}

	.am-menu-dropdown2 .am-menu-nav {
		display: block;
		position: static
	}

	.am-menu-dropdown2 .am-menu-nav>li {
		display: inline-block;
		float: none;
		width: auto
	}

	.am-menu-dropdown2 .am-menu-nav>li a {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}

	.am-menu-dropdown2 .am-menu-sub {
		left: auto;
		right: auto
	}

	.am-menu-dropdown2 .am-menu-sub>li {
		float: none;
		width: auto
	}

	.am-menu-dropdown2 .am-menu-sub a {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

.am-menu-slide1 .am-menu-toggle {
	color: #fff;
	display: block;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: -47px;
	width: 44px
}

.am-menu-slide1 .am-menu-nav {
	background-color: #f5f5f5;
	padding-bottom: 8px;
	padding-top: 8px
}

.am-menu-slide1 .am-menu-nav.am-in:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #f5f5f5;
	content: "\f0d8";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 24px;
	position: absolute;
	right: 16px;
	text-rendering: auto;
	top: -16px;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-menu-slide1 .am-menu-nav a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0;
	text-align: center
}

.am-menu-slide1 .am-menu-nav>li>a {
	word-wrap: normal;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-menu-slide1 .am-menu-nav>.am-parent>a {
	position: relative;
	-webkit-transition: .15s;
	transition: .15s
}

.am-menu-slide1 .am-menu-nav>.am-parent>a:after {
	content: "\f107";
	margin-left: 5px;
	-webkit-transition: .15s;
	transition: .15s
}

.am-menu-slide1 .am-menu-nav>.am-parent>a:before {
	color: #0e90d2;
	content: "\f0d8";
	display: none;
	font-size: 24px;
	left: 50%;
	margin-left: -12px;
	margin-top: -16px;
	position: absolute;
	top: 100%
}

.am-menu-slide1 .am-menu-nav>.am-parent.am-open>a {
	color: #0e90d2
}

.am-menu-slide1 .am-menu-nav>.am-parent.am-open>a:before {
	display: block
}

.am-menu-slide1 .am-menu-nav>.am-parent.am-open>a:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.am-menu-slide1 .am-menu-sub {
	background-color: #0e90d2;
	border-radius: 0;
	left: 5px;
	padding-bottom: 8px;
	padding-top: 8px;
	position: absolute;
	right: 5px
}

.am-menu-slide1 .am-menu-sub>li>a {
	color: #fff
}

@media only screen and (min-width:641px) {
	.am-menu-slide1 .am-menu-toggle {
		display: none!important
	}

	.am-menu-slide1 .am-menu-nav {
		background-color: #f5f5f5;
		display: block
	}

	.am-menu-slide1 .am-menu-nav.am-in:before {
		display: none
	}

	.am-menu-slide1 .am-menu-nav li {
		clear: none;
		width: auto
	}

	.am-menu-slide1 .am-menu-nav li a {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}

.am-menu-offcanvas1 .am-menu-toggle {
	color: #fff;
	display: block;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: -47px;
	width: 44px
}

.am-menu-offcanvas1 .am-menu-nav {
	border-bottom: 1px solid rgba(0,0,0,.3);
	box-shadow: 0 1px 0 hsla(0,0%,100%,.05)
}

.am-menu-offcanvas1 .am-menu-nav>li>a {
	border-top: 1px solid rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.05);
	color: #ccc;
	height: 44px;
	line-height: 44px;
	padding: 0;
	position: relative;
	text-indent: 15px;
	text-shadow: 0 1px 0 rgba(0,0,0,.5)
}

.am-menu-offcanvas1 .am-menu-nav>.am-open>a,.am-menu-offcanvas1 .am-menu-nav>li>a:focus,.am-menu-offcanvas1 .am-menu-nav>li>a:hover {
	background-color: #474747;
	color: #fff;
	outline: none
}

.am-menu-offcanvas1 .am-menu-nav>.am-active>a {
	background-color: #1a1a1a;
	color: #fff
}

.am-menu-offcanvas1 .am-menu-nav>.am-parent>a {
	-webkit-transition: all .3s;
	transition: all .3s
}

.am-menu-offcanvas1 .am-menu-nav>.am-parent>a:after {
	content: "\f104";
	position: absolute;
	right: 1.5rem;
	top: 1.3rem
}

.am-menu-offcanvas1 .am-menu-nav>.am-parent.am-open>a:after {
	content: "\f107"
}

.am-menu-offcanvas1 .am-menu-sub {
	background-color: #1a1a1a;
	border-top: 1px solid rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.05);
	font-size: 1.4rem;
	padding: 5px 0 5px 15px
}

.am-menu-offcanvas1 .am-menu-sub a {
	color: #eee
}

.am-menu-offcanvas1 .am-menu-sub a:hover {
	color: #fff
}

.am-menu-offcanvas1 .am-nav-divider {
	border-top: 1px solid #1a1a1a
}

.am-menu-offcanvas2 .am-menu-toggle {
	color: #fff;
	display: block;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: -47px;
	width: 44px
}

.am-menu-offcanvas2 .am-menu-nav {
	padding: 10px 5px
}

.am-menu-offcanvas2 .am-menu-nav>li {
	padding: 5px
}

.am-menu-offcanvas2 .am-menu-nav>li>a {
	word-wrap: normal;
	background-color: #404040;
	border: 1px solid rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.05);
	color: #ccc;
	display: block;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-overflow: ellipsis;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	-webkit-transition: all .3s;
	transition: all .3s;
	white-space: nowrap
}

.am-menu-offcanvas2 .am-menu-nav>li>a:focus,.am-menu-offcanvas2 .am-menu-nav>li>a:hover {
	background-color: #262626;
	color: #fff;
	outline: none
}

.am-menu-offcanvas2 .am-menu-nav>.am-active>a {
	background-color: #262626;
	color: #fff
}

.am-menu-stack .am-menu-nav {
	border-bottom: 1px solid #dedede;
	box-shadow: 0 1px 0 hsla(0,0%,100%,.05)
}

.am-menu-stack .am-menu-nav>.am-parent>a {
	-webkit-transition: all .3s;
	transition: all .3s
}

.am-menu-stack .am-menu-nav>.am-parent>a:after {
	content: "\f105";
	position: absolute;
	right: 1.5rem;
	top: 1.3rem;
	-webkit-transition: all .15s;
	transition: all .15s
}

.am-menu-stack .am-menu-nav>.am-parent.am-open>a:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.am-menu-stack .am-menu-nav>li>a {
	background-color: #f5f5f5;
	border-top: 1px solid #dedede;
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.05);
	color: #333;
	height: 49px;
	line-height: 49px;
	padding: 0;
	position: relative;
	text-indent: 10px
}

.am-menu-stack .am-menu-nav>.am-open>a,.am-menu-stack .am-menu-nav>li>a:focus,.am-menu-stack .am-menu-nav>li>a:hover {
	background-color: #e5e5e5;
	color: #222;
	outline: none
}

.am-menu-stack .am-menu-sub {
	border-top: 1px solid #dedede;
	font-size: 1.4rem;
	padding: 0
}

.am-menu-stack .am-menu-sub a {
	border-bottom: 1px solid #dedede;
	color: #444;
	padding-left: 2rem
}

.am-menu-stack .am-menu-sub a:hover {
	color: #333
}

.am-menu-stack .am-menu-sub li:last-child a {
	border-bottom: none
}

.am-menu-stack .am-menu-sub>li>a {
	height: 44px;
	line-height: 44px;
	padding: 0;
	text-indent: 15px
}

@media only screen and (min-width:641px) {
	.am-menu-stack .am-menu-nav {
		background-color: #f5f5f5
	}

	.am-menu-stack .am-menu-nav>li {
		clear: none!important;
		display: inline-block;
		float: left;
		width: auto
	}

	.am-menu-stack .am-menu-nav>li a {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}

	.am-menu-stack .am-menu-nav>li.am-parent>a:after {
		content: "\f107";
		position: static
	}

	.am-menu-stack .am-menu-nav>li.am-parent.am-open a {
		border-bottom: none
	}

	.am-menu-stack .am-menu-nav>li.am-parent.am-open a:after {
		-webkit-transform: rotateX(-180deg);
		transform: rotateX(-180deg)
	}

	.am-menu-stack .am-menu-nav>li.am-parent.am-open .am-menu-sub {
		background-color: #e5e5e5
	}

	.am-menu-stack .am-menu-sub {
		background-color: #ddd;
		border-top: none;
		left: 0;
		position: absolute;
		right: 0
	}

	.am-menu-stack .am-menu-sub li {
		clear: none;
		float: left;
		width: auto
	}
}

.am-navbar {
	bottom: 0;
	height: 49px;
	left: 0;
	line-height: 49px;
	position: fixed;
	width: 100%;
	z-index: 1010
}

.am-navbar ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%
}

.am-navbar .am-navbar-nav {
	overflow: hidden;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center
}

.am-navbar .am-navbar-nav li {
	display: table-cell;
	float: none;
	width: 1%
}

.am-navbar-nav {
	position: relative;
	z-index: 1015
}

.am-navbar-nav a {
	display: inline-block;
	height: 49px;
	line-height: 20px;
	width: 100%
}

.am-navbar-nav a img {
	display: block;
	height: 24px;
	margin: 4px auto 0;
	vertical-align: middle;
	width: 24px
}

.am-navbar-nav a [class*=am-icon] {
	display: block;
	height: 24px;
	line-height: 24px;
	margin: 4px auto 0;
	width: 24px
}

.am-navbar-nav a [class*=am-icon]:before {
	font-size: 22px;
	vertical-align: middle
}

.am-navbar-nav a .am-navbar-label {
	word-wrap: normal;
	display: block;
	font-size: 12px;
	line-height: 1;
	overflow: hidden;
	padding-top: 2px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-navbar-more [class*=am-icon-] {
	-webkit-transition: .15s;
	transition: .15s
}

.am-navbar-more.am-active [class*=am-icon-] {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg)
}

.am-navbar-actions {
	bottom: 49px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 1009
}

.am-navbar-actions.am-active {
	opacity: 1;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-navbar-actions li {
	line-height: 42px;
	position: relative
}

.am-navbar-actions li a {
	box-shadow: inset 0 1px hsla(0,0%,86%,.25);
	display: block;
	height: 40px;
	padding-left: 20px;
	padding-right: 36px;
	width: 100%
}

.am-navbar-actions li a :after {
	content: "\f105";
	display: inline-block;
	font-family: FontAwesome,sans-serif;
	position: absolute;
	right: 20px;
	top: 0
}

.am-navbar-actions li a img {
	display: inline;
	height: 20px;
	vertical-align: middle;
	width: 20px
}

#am-navbar-qrcode {
	height: 220px;
	margin-left: -110px;
	width: 220px
}

#am-navbar-qrcode .am-modal-bd {
	padding: 10px
}

#am-navbar-qrcode canvas {
	display: block;
	height: 200px;
	width: 200px
}

.am-with-fixed-navbar {
	padding-bottom: 54px
}

.am-navbar-default a {
	color: #fff
}

.am-navbar-default .am-navbar-nav {
	background-color: #0e90d2
}

.am-navbar-default .am-navbar-actions {
	background-color: #0d86c4
}

.am-navbar-default .am-navbar-actions a {
	border-bottom: 1px solid #0b6fa2
}

.am-pagination {
	position: relative
}

.am-pagination-default {
	font-size: 1.6rem;
	margin-left: 10px;
	margin-right: 10px
}

.am-pagination-default .am-pagination-next,.am-pagination-default .am-pagination-prev {
	float: none
}

.am-pagination-select {
	font-size: 1.6rem;
	margin-left: 10px;
	margin-right: 10px
}

.am-pagination-select>li>a {
	background-color: #eee;
	border: 0;
	color: #555;
	line-height: 36px;
	padding: 0 15px
}

.am-pagination-select .am-pagination-select {
	border-radius: 0;
	height: 36px;
	left: 50%;
	margin-left: -35px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 70px
}

.am-pagination-select .am-pagination-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #eee;
	border: 0;
	border-radius: 0;
	color: #555;
	display: block;
	height: 36px;
	line-height: 36px;
	padding-left: 18px;
	width: 70px
}

.am-paragraph p {
	margin: 10px 0
}

.am-paragraph img {
	max-width: 100%
}

.am-paragraph h1,.am-paragraph h2,.am-paragraph h3,.am-paragraph h4,.am-paragraph h5,.am-paragraph h6 {
	color: #222
}

.am-paragraph table {
	max-width: none
}

.am-paragraph-table-container {
	background: #eee;
	max-width: none;
	overflow: hidden
}

.am-paragraph-table-container table {
	max-width: none;
	width: 100%
}

.am-paragraph-table-container table th {
	background: #bce5fb;
	border: 1px solid #999;
	height: 40px;
	text-align: center
}

.am-paragraph-table-container table td {
	background: #fff;
	border: 1px solid #999;
	text-align: center;
	vertical-align: middle
}

.am-paragraph-table-container table td p {
	font-size: 1.4rem;
	text-indent: 0
}

.am-paragraph-table-container table td a {
	font-size: 1.4rem
}

.am-paragraph-default {
	background-color: transparent;
	color: #333;
	margin: 0 10px
}

.am-paragraph-default p {
	font-size: 1.4rem
}

.am-paragraph-default img {
	border: 1px solid #eee;
	display: block;
	margin: 5px auto;
	max-width: 98%;
	padding: 2px
}

.am-paragraph-default a {
	color: #0e90d2
}

.am-slider-a1 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.am-slider-a1 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-a1 .am-viewport {
	max-height: 300px
}

.am-slider-a1 .am-control-nav {
	bottom: 5px;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.am-slider-a1 .am-control-nav li {
	display: inline-block;
	margin: 0 6px
}

.am-slider-a1 .am-control-nav li a {
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	cursor: pointer;
	display: block;
	height: 8px;
	text-indent: -9999px;
	width: 8px
}

.am-slider-a1 .am-control-nav li a:hover {
	background-color: rgba(0,0,0,.7)
}

.am-slider-a1 .am-control-nav li a.am-active {
	background-color: #0e90d2;
	cursor: default
}

.am-slider-a1 .am-direction-nav,.am-slider-a1 .am-pauseplay {
	display: none
}

.am-slider-a2 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.am-slider-a2 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-a2 .am-viewport {
	max-height: 300px
}

.am-slider-a2 .am-control-nav {
	bottom: 5px;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.am-slider-a2 .am-control-nav li {
	display: inline-block;
	margin: 0 6px
}

.am-slider-a2 .am-control-nav li a {
	background-color: rgba(0,0,0,.5);
	box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	cursor: pointer;
	display: block;
	height: 8px;
	text-indent: -9999px;
	width: 8px
}

.am-slider-a2 .am-control-nav li a:hover {
	background-color: rgba(0,0,0,.7)
}

.am-slider-a2 .am-control-nav li a.am-active {
	background: #0e93d7;
	cursor: default
}

.am-slider-a2 .am-direction-nav,.am-slider-a2 .am-pauseplay {
	display: none
}

.am-slider-a3 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	margin-bottom: 20px
}

.am-slider-a3 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-a3 .am-viewport {
	max-height: 300px
}

.am-slider-a3 .am-control-nav {
	background-color: #000;
	bottom: -20px;
	height: 20px;
	line-height: 0;
	padding-top: 5px;
	position: absolute;
	text-align: center;
	width: 100%
}

.am-slider-a3 .am-control-nav li {
	display: inline-block;
	margin: 0 6px
}

.am-slider-a3 .am-control-nav li a {
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	box-shadow: inset 0 0 3px hsla(0,0%,78%,.3);
	cursor: pointer;
	display: block;
	height: 8px;
	text-indent: -9999px;
	width: 8px
}

.am-slider-a3 .am-control-nav li a:hover {
	background-color: rgba(0,0,0,.7)
}

.am-slider-a3 .am-control-nav li a.am-active {
	background: #0e90d2;
	cursor: default
}

.am-slider-a3 .am-direction-nav,.am-slider-a3 .am-pauseplay {
	display: none
}

.am-slider-a4 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	margin-bottom: 30px
}

.am-slider-a4 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-a4 .am-viewport {
	max-height: 300px
}

.am-slider-a4 .am-control-nav {
	bottom: -15px;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.am-slider-a4 .am-control-nav li {
	display: inline-block;
	margin: 0 6px
}

.am-slider-a4 .am-control-nav li a {
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	cursor: pointer;
	display: block;
	height: 8px;
	text-indent: -9999px;
	width: 8px
}

.am-slider-a4 .am-control-nav li a:hover {
	background-color: rgba(0,0,0,.7)
}

.am-slider-a4 .am-control-nav li a.am-active {
	background-color: #0e90d2;
	cursor: default
}

.am-slider-a4 .am-direction-nav,.am-slider-a4 .am-pauseplay {
	display: none
}

.am-slider-a5 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.am-slider-a5 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-a5 .am-viewport {
	max-height: 300px
}

.am-slider-a5 .am-control-nav {
	bottom: 0;
	display: table;
	font-size: 0;
	height: 6px;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.am-slider-a5 .am-control-nav li {
	display: table-cell
}

.am-slider-a5 .am-control-nav li a {
	background-color: rgba(0,0,0,.5);
	cursor: pointer;
	display: block;
	height: 6px;
	text-indent: -9999px;
	width: 100%
}

.am-slider-a5 .am-control-nav li a:hover {
	background-color: rgba(0,0,0,.7)
}

.am-slider-a5 .am-control-nav li a.am-active {
	background-color: #0e90d2;
	cursor: default
}

.am-slider-a5 .am-direction-nav,.am-slider-a5 .am-pauseplay {
	display: none
}

.am-slider-b1 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.am-slider-b1 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-b1 .am-viewport {
	max-height: 300px
}

.am-slider-b1 .am-direction-nav a {
	background-color: rgba(0,0,0,.5);
	box-sizing: content-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 24px;
	margin: -20px 0 0;
	opacity: .45;
	overflow: hidden;
	padding: 8px 0;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 hsla(0,0%,100%,.3);
	top: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 24px;
	z-index: 10
}

.am-slider-b1 .am-direction-nav a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f053";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 24px;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-slider-b1 .am-direction-nav a.am-prev {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	left: 0;
	padding-right: 5px
}

.am-slider-b1 .am-direction-nav a.am-next {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding-left: 5px;
	right: 0
}

.am-slider-b1 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-b1 .am-direction-nav .am-disabled {
	cursor: default;
	opacity: 0!important
}

.am-slider-b1:hover .am-prev {
	opacity: .7
}

.am-slider-b1:hover .am-prev:hover {
	opacity: 1
}

.am-slider-b1:hover .am-next {
	opacity: .7
}

.am-slider-b1:hover .am-next:hover {
	opacity: 1
}

.am-slider-b1 .am-control-nav,.am-slider-b1 .am-pauseplay {
	display: none
}

.am-slider-b2 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.am-slider-b2 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-b2 .am-viewport {
	max-height: 300px
}

.am-slider-b2 .am-direction-nav a {
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	box-sizing: content-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 24px;
	margin: -16px 0 0;
	opacity: .45;
	overflow: hidden;
	padding: 4px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 hsla(0,0%,100%,.3);
	top: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 24px;
	z-index: 10
}

.am-slider-b2 .am-direction-nav a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f053";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 16px;
	line-height: 24px;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-slider-b2 .am-direction-nav a.am-prev {
	left: 5px
}

.am-slider-b2 .am-direction-nav a.am-next {
	right: 5px
}

.am-slider-b2 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-b2 .am-direction-nav .am-disabled {
	cursor: default;
	opacity: 0!important
}

.am-slider-b2:hover .am-prev {
	opacity: .7
}

.am-slider-b2:hover .am-prev:hover {
	opacity: 1
}

.am-slider-b2:hover .am-next {
	opacity: .7
}

.am-slider-b2:hover .am-next:hover {
	opacity: 1
}

.am-slider-b2 .am-control-nav,.am-slider-b2 .am-pauseplay {
	display: none
}

.am-slider-b3 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	margin: 15px 30px
}

.am-slider-b3 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-b3 .am-viewport {
	max-height: 300px
}

.am-slider-b3 .am-direction-nav a {
	box-sizing: content-box;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 24px;
	margin: -16px 0 0;
	opacity: .45;
	overflow: hidden;
	padding: 4px;
	position: absolute;
	text-shadow: 1px 1px 0 hsla(0,0%,100%,.3);
	top: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 24px;
	z-index: 10
}

.am-slider-b3 .am-direction-nav a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f053";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 24px;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-slider-b3 .am-direction-nav a.am-prev {
	left: -25px
}

.am-slider-b3 .am-direction-nav a.am-next {
	right: -25px;
	text-align: right
}

.am-slider-b3 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-b3 .am-direction-nav .am-disabled {
	cursor: default;
	opacity: 0!important
}

.am-slider-b3:hover .am-prev {
	opacity: .7
}

.am-slider-b3:hover .am-prev:hover {
	opacity: 1
}

.am-slider-b3:hover .am-next {
	opacity: .7
}

.am-slider-b3:hover .am-next:hover {
	opacity: 1
}

.am-slider-b3 .am-control-nav,.am-slider-b3 .am-pauseplay {
	display: none
}

.am-slider-b4 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	margin: 15px 20px
}

.am-slider-b4 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-b4 .am-viewport {
	max-height: 300px
}

.am-slider-b4 .am-direction-nav a {
	background-color: rgba(0,0,0,.8);
	border-radius: 50%;
	box-sizing: content-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 24px;
	margin: -16px 0 0;
	opacity: .45;
	overflow: hidden;
	padding: 4px;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 hsla(0,0%,100%,.3);
	top: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 24px;
	z-index: 10
}

.am-slider-b4 .am-direction-nav a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f053";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 20px;
	line-height: 24px;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-slider-b4 .am-direction-nav a.am-prev {
	left: -15px
}

.am-slider-b4 .am-direction-nav a.am-next {
	right: -15px
}

.am-slider-b4 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-b4 .am-direction-nav .am-disabled {
	cursor: default;
	opacity: 0!important
}

.am-slider-b4:hover .am-prev {
	opacity: .7
}

.am-slider-b4:hover .am-prev:hover {
	opacity: .9
}

.am-slider-b4:hover .am-next {
	opacity: .7
}

.am-slider-b4:hover .am-next:hover {
	opacity: .9
}

.am-slider-b4 .am-control-nav,.am-slider-b4 .am-pauseplay {
	display: none
}

.am-slider-c1 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.am-slider-c1 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-c1 .am-viewport {
	max-height: 300px
}

.am-slider-c1 .am-control-nav {
	bottom: 0;
	display: table;
	font-size: 0;
	height: 6px;
	line-height: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.am-slider-c1 .am-control-nav li {
	display: table-cell;
	width: 1%
}

.am-slider-c1 .am-control-nav li a {
	background-color: rgba(0,0,0,.7);
	cursor: pointer;
	display: block;
	height: 6px;
	text-indent: -9999px;
	width: 100%
}

.am-slider-c1 .am-control-nav li a:hover {
	background: rgba(0,0,0,.8)
}

.am-slider-c1 .am-control-nav li a.am-active {
	background-color: #0e90d2;
	cursor: default
}

.am-slider-c1 .am-slider-desc {
	word-wrap: normal;
	background-color: rgba(0,0,0,.6);
	bottom: 6px;
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 8px;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.am-slider-c1 .am-direction-nav,.am-slider-c1 .am-pauseplay {
	display: none
}

.am-slider-c2 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.am-slider-c2 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-c2 .am-viewport {
	max-height: 300px
}

.am-slider-c2 .am-control-nav {
	bottom: 15px;
	font-size: 0;
	height: 6px;
	line-height: 0;
	position: absolute;
	right: 0;
	text-align: center
}

.am-slider-c2 .am-control-nav li {
	display: inline-block;
	margin-right: 6px
}

.am-slider-c2 .am-control-nav li a {
	background-color: hsla(0,0%,100%,.4);
	cursor: pointer;
	display: block;
	height: 6px;
	text-indent: -9999px;
	width: 6px
}

.am-slider-c2 .am-control-nav li a:hover {
	background: hsla(0,0%,90%,.4)
}

.am-slider-c2 .am-control-nav li a.am-active {
	background-color: #0e90d2;
	cursor: default
}

.am-slider-c2 .am-slider-desc {
	word-wrap: normal;
	background-color: rgba(0,0,0,.6);
	bottom: 0;
	color: #fff;
	display: block;
	overflow: hidden;
	padding: 8px 60px 8px 8px;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.am-slider-c2 .am-direction-nav,.am-slider-c2 .am-pauseplay {
	display: none
}

.am-slider-c3 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.am-slider-c3 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-c3 .am-viewport {
	max-height: 300px
}

.am-slider-c3 .am-slider-desc {
	word-wrap: normal;
	background-color: rgba(0,0,0,.6);
	bottom: 10px;
	color: #fff;
	display: block;
	height: 30px;
	left: 0;
	overflow: hidden;
	padding-right: 5px;
	position: absolute;
	right: 60px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-slider-c3 .am-slider-counter {
	background-color: #0e90d2;
	color: #eee;
	display: inline-block;
	font-size: 1rem;
	height: 30px;
	line-height: 30px;
	margin-right: 5px;
	text-align: center;
	width: 40px
}

.am-slider-c3 .am-slider-counter .am-active {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700
}

.am-slider-c3 .am-direction-nav a {
	background-color: rgba(0,0,0,.5);
	box-sizing: content-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 24px;
	margin: -16px 0 0;
	opacity: .45;
	overflow: hidden;
	padding: 4px 0;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 hsla(0,0%,100%,.3);
	top: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 24px;
	z-index: 10
}

.am-slider-c3 .am-direction-nav a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f053";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 16px;
	line-height: 24px;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-slider-c3 .am-direction-nav a.am-prev {
	left: 0;
	padding-right: 5px
}

.am-slider-c3 .am-direction-nav a.am-next {
	padding-left: 5px;
	right: 0
}

.am-slider-c3 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-c3 .am-direction-nav .am-disabled {
	cursor: default;
	opacity: 0!important
}

.am-slider-c3:hover .am-prev {
	opacity: .7
}

.am-slider-c3:hover .am-prev:hover {
	opacity: 1
}

.am-slider-c3:hover .am-next {
	opacity: .7
}

.am-slider-c3:hover .am-next:hover {
	opacity: 1
}

.am-slider-c3 .am-control-nav,.am-slider-c3 .am-pauseplay {
	display: none
}

.am-slider-c4 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.am-slider-c4 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-c4 .am-viewport {
	max-height: 300px
}

.am-slider-c4 .am-slider-desc {
	word-wrap: normal;
	background-color: rgba(0,0,0,.6);
	bottom: 0;
	color: #fff;
	display: block;
	left: 0;
	overflow: hidden;
	padding: 8px 40px;
	position: absolute;
	right: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.am-slider-c4 .am-direction-nav a {
	bottom: 4px;
	box-sizing: content-box;
	color: rgba(0,0,0,.7);
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 24px;
	margin: 0;
	opacity: .45;
	overflow: hidden;
	padding: 4px 0;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 hsla(0,0%,100%,.3);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 24px;
	z-index: 10
}

.am-slider-c4 .am-direction-nav a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f053";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 24px;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-slider-c4 .am-direction-nav a.am-prev {
	left: 0;
	padding-right: 5px
}

.am-slider-c4 .am-direction-nav a.am-next {
	padding-left: 5px;
	right: 0
}

.am-slider-c4 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-c4 .am-direction-nav .am-disabled {
	cursor: default;
	opacity: 0!important
}

.am-slider-c4:hover .am-prev {
	opacity: .7
}

.am-slider-c4:hover .am-prev:hover {
	opacity: 1
}

.am-slider-c4:hover .am-next {
	opacity: .7
}

.am-slider-c4:hover .am-next:hover {
	opacity: 1
}

.am-slider-c4 .am-control-nav,.am-slider-c4 .am-pauseplay {
	display: none
}

.am-slider-d1 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2)
}

.am-slider-d1 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-d1 .am-viewport {
	max-height: 300px
}

.am-slider-d1 .am-slider-desc {
	background-color: #0e90d2;
	color: #fff;
	padding: 8px 35px;
	width: 100%
}

.am-slider-d1 .am-slider-title {
	word-wrap: normal;
	display: block;
	font-weight: 400;
	margin-bottom: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-slider-d1 .am-slider-more {
	color: #eee;
	font-size: 1.3rem
}

.am-slider-d1 .am-direction-nav a {
	border: 1px solid hsla(0,0%,100%,.9);
	border-radius: 50%;
	bottom: 18px;
	box-sizing: content-box;
	color: hsla(0,0%,100%,.9);
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 24px;
	margin: 0;
	opacity: .45;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px 0 hsla(0,0%,100%,.3);
	-webkit-transition: all 3s ease;
	transition: all 3s ease;
	width: 24px;
	z-index: 10
}

.am-slider-d1 .am-direction-nav a:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f053";
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
	font-size: inherit;
	font-size: 16px;
	line-height: 24px;
	text-rendering: auto;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.am-slider-d1 .am-direction-nav a.am-prev {
	left: 5px
}

.am-slider-d1 .am-direction-nav a.am-next {
	right: 5px
}

.am-slider-d1 .am-direction-nav a.am-next:before {
	content: "\f054"
}

.am-slider-d1 .am-direction-nav .am-disabled {
	cursor: default;
	opacity: 0!important
}

.am-slider-d1:hover .am-prev {
	opacity: .7
}

.am-slider-d1:hover .am-prev:hover {
	opacity: 1
}

.am-slider-d1:hover .am-next {
	opacity: .7
}

.am-slider-d1:hover .am-next:hover {
	opacity: 1
}

.am-slider-d1 .am-control-nav,.am-slider-d1 .am-pauseplay {
	display: none
}

.am-slider-d2 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	margin-bottom: 20px
}

.am-slider-d2 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-d2 .am-viewport {
	max-height: 300px
}

.am-slider-d2 .am-slider-desc {
	bottom: 20px;
	color: #fff;
	left: 10px;
	position: absolute;
	right: 50px
}

.am-slider-d2 .am-slider-content {
	background-color: rgba(0,0,0,.7);
	margin-bottom: 10px;
	padding: 10px 6px
}

.am-slider-d2 .am-slider-content p {
	font-size: 1.4rem;
	margin: 0
}

.am-slider-d2 .am-slider-content p,.am-slider-d2 .am-slider-title {
	word-wrap: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-slider-d2 .am-slider-title {
	font-weight: 400;
	margin-bottom: 5px
}

.am-slider-d2 .am-slider-more {
	background-color: #0e90d2;
	color: #eee;
	font-size: 1.3rem;
	padding: 2px 10px
}

.am-slider-d2 .am-control-nav {
	bottom: -15px;
	position: absolute;
	text-align: center;
	width: 100%
}

.am-slider-d2 .am-control-nav li {
	display: inline-block;
	margin: 0 6px
}

.am-slider-d2 .am-control-nav li a {
	background-color: rgba(0,0,0,.5);
	border-radius: 50%;
	box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 8px;
	line-height: 0;
	text-indent: -9999px;
	width: 8px
}

.am-slider-d2 .am-control-nav li a:hover {
	background: rgba(0,0,0,.5)
}

.am-slider-d2 .am-control-nav li a.am-active {
	background: #0e90d2;
	cursor: default
}

.am-slider-d2 .am-direction-nav,.am-slider-d2 .am-pauseplay {
	display: none
}

.am-slider-d3 {
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	margin-bottom: 10px
}

.am-slider-d3 .am-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.loading .am-slider-d3 .am-viewport {
	max-height: 300px
}

.am-slider-d3 .am-slider-desc {
	background-color: rgba(0,0,0,.7);
	bottom: 0;
	color: #fff;
	padding: 8px 5px;
	position: absolute;
	width: 100%
}

.am-slider-d3 .am-slider-desc p {
	font-size: 1.3rem;
	margin: 0
}

.am-slider-d3 .am-slider-desc p,.am-slider-d3 .am-slider-title {
	word-wrap: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-slider-d3 .am-slider-title {
	font-weight: 400;
	margin-bottom: 5px
}

.am-slider-d3 .am-control-thumbs {
	overflow: hidden;
	position: static
}

.am-slider-d3 .am-control-thumbs li {
	padding: 12px 4px 4px;
	position: relative
}

.am-slider-d3 .am-control-thumbs img {
	cursor: pointer;
	display: block;
	opacity: .85;
	width: 100%
}

.am-slider-d3 .am-control-thumbs img:hover {
	opacity: 1
}

.am-slider-d3 .am-control-thumbs .am-active {
	cursor: default;
	opacity: 1
}

.am-slider-d3 .am-control-thumbs .am-active+i {
	border-color: rgba(0,0,0,.7) transparent currentcolor;
	border-style: solid solid dotted;
	border-width: 8px 8px 0;
	content: "";
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	top: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
	-webkit-transition: all .2s;
	transition: all .2s;
	vertical-align: middle;
	width: 0
}

.am-slider-d3 .am-direction-nav,.am-slider-d3 .am-pauseplay {
	display: none
}

.am-slider-d3 .am-control-thumbs {
	display: table
}

.am-slider-d3 .am-control-thumbs li {
	display: table-cell;
	width: 1%
}[data-am-widget=tabs] {
	margin: 10px
}[data-am-widget=tabs] .am-tabs-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%
}[data-am-widget=tabs] .am-tabs-nav li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}[data-am-widget=tabs] .am-tabs-nav a {
	word-wrap: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.am-tabs-default .am-tabs-nav {
	background-color: #eee;
	line-height: 40px
}

.am-tabs-default .am-tabs-nav a {
	color: #222;
	line-height: 42px
}

.am-tabs-default .am-tabs-nav>.am-active a {
	background-color: #0e90d2;
	color: #fff
}

.am-tabs-d2 .am-tabs-nav {
	background-color: #eee
}

.am-tabs-d2 .am-tabs-nav li {
	height: 42px
}

.am-tabs-d2 .am-tabs-nav a {
	color: #222;
	line-height: 42px
}

.am-tabs-d2 .am-tabs-nav>.am-active {
	background-color: #fcfcfc;
	border-bottom: 2px solid #0e90d2;
	position: relative
}

.am-tabs-d2 .am-tabs-nav>.am-active a {
	color: #0e90d2;
	line-height: 40px
}

.am-tabs-d2 .am-tabs-nav>.am-active:after {
	border: 6px solid transparent;
	border-bottom-color: #0e90d2;
	bottom: 0;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	width: 0;
	z-index: 1
}

.am-titlebar {
	font-size: 100%;
	height: 45px;
	margin-top: 20px
}

.am-titlebar h2 {
	font-size: 1.6rem;
	margin-bottom: 0;
	margin-top: 0
}

.am-titlebar .am-titlebar-title img {
	height: 24px;
	width: auto
}

.am-titlebar-default {
	background-color: transparent;
	border-bottom: 1px solid #dedede;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 44px;
	margin-left: 10px;
	margin-right: 10px
}

.am-titlebar-default a {
	color: #0e90d2
}

.am-titlebar-default .am-titlebar-title {
	color: #0e90d2;
	font-size: 1.8rem;
	font-weight: 700;
	padding-left: 12px;
	position: relative;
	text-align: left
}

.am-titlebar-default .am-titlebar-title:before {
	border-left: 3px solid #0e90d2;
	bottom: 8px;
	content: "";
	left: 2px;
	position: absolute;
	top: 8px
}

.am-titlebar-default .am-titlebar-nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right
}

.am-titlebar-default .am-titlebar-nav a {
	margin-right: 10px
}

.am-titlebar-default .am-titlebar-nav a:last-child {
	margin-right: 5px
}

.am-titlebar-multi {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e8e8e8;
	border-top: 2px solid #3bb4f2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.am-titlebar-multi a {
	color: #0e90d2
}

.am-titlebar-multi .am-titlebar-title {
	color: #0e90d2;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 42px;
	padding-left: 10px;
	text-align: left
}

.am-titlebar-multi .am-titlebar-nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 42px;
	text-align: right
}

.am-titlebar-multi .am-titlebar-nav a {
	margin-right: 10px
}

.am-titlebar-cols {
	background-color: #f5f5f5;
	border-top: 2px solid #e1e1e1;
	color: #555;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	line-height: 41px;
	padding-left: 10px;
	position: relative
}

.am-titlebar-cols a {
	color: #555
}

.am-titlebar-cols .am-titlebar-title {
	border-bottom: 2px solid #0e90d2;
	color: #0e90d2;
	font-weight: 700;
	margin-right: 15px
}

.am-titlebar-cols .am-titlebar-title a {
	color: #0e90d2
}

.am-titlebar-cols .am-titlebar-nav {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.am-titlebar-cols .am-titlebar-nav a {
	border-bottom: 2px solid transparent;
	display: inline-block;
	line-height: 41px;
	margin-right: 15px
}

.am-titlebar-cols .am-titlebar-nav a:hover {
	border-bottom-color: #0e90d2;
	color: #3c3c3c
}

.am-titlebar-cols .am-titlebar-nav a:last-child {
	margin-right: 10px
}

.am-wechatpay .am-wechatpay-btn {
	margin-bottom: 1rem;
	margin-top: 1rem
}

svg {
	fill: currentColor;
	display: inline-block;
	overflow: hidden
}

.hidden-svg {
	display: block;
	height: 0;
	overflow: hidden;
	width: 0
}

::selection {
	background: #d00941;
	color: #fff
}

::-moz-selection {
	background: #d00941;
	color: #fff
}

::-webkit-selection {
	background: #d00941;
	color: #fff
}

blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

@font-face {
	font-family:webfont;src:url()
}

a {
	color: #333
}

a,a:focus,a:hover {
	text-decoration: none
}

a:focus,a:hover {
	color: #d00941
}

.w {
	margin: 0 auto;
	width: 1200px
}

@font-face {
	font-family:iconfont;src:url(../font/font_440936_2gf84cu2jtlf2yb9.eot);src:url(../font/font_440936_2gf84cu2jtlf2yb9.eot) format("embedded-opentype"),url(../font/font_440936_2gf84cu2jtlf2yb9.woff) format("woff"),url(../font/font_440936_2gf84cu2jtlf2yb9.ttf) format("truetype"),url(../font/font_440936_2gf84cu2jtlf2yb9.svg) format("svg")
}

.iconfont {
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale;
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal
}

@font-face {
	font-family:btm;font-style:normal;font-weight:500;src:url(../font/BrandonText-Medium.eot);src:url(../font/BrandonText-Medium.eot) format("embedded-opentype"),url(../font/BrandonText-Medium.woff2) format("woff2"),url(../font/BrandonText-Medium.woff) format("woff"),url(../font/BrandonText-Medium.ttf) format("truetype"),url(../font/BrandonText-Medium.svg) format("svg")
}

@font-face {
	font-family:Avenir-Book;src:url(../font/Avenir-Book.woff2) format("woff2"),url(../font/Avenir-Book.woff) format("woff"),url(../font/Avenir-Book.ttf) format("truetype"),url(../font/Avenir-Book.eot) format("embedded-opentype"),url(../font/Avenir-Book.svg) format("svg")
}

.am-g .am-g {
	margin: 0;
	padding: 0
}

@media only screen and (min-width:641px) {
	.am-g .am-g {
		margin: 0;
		padding: 0
	}
}

.no_padding,.no_padding [class*=am-u-] {
	margin: 0;
	padding: 0
}

.pages {
	padding: 0 10px 10px;
	text-align: center
}

.pages a {
	background: #d00941;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	width: 70px
}

.pages a,.pages a:hover {
	color: #fff
}

.text-center {
	line-height: 0;
	min-height: 0;
	text-align: center
}

.pagination {
	border-radius: 0;
	display: inline-block;
	margin: 0;
	padding-left: 0
}

.pagination>li {
	display: inline
}

.pagination>li>a,.pagination>li>span {
	background-color: #414141;
	border: none;
	border-radius: 4px;
	color: #fff;
	float: left;
	font-size: 14px;
	line-height: 1.42857143;
	margin: 15px 15px 15px 0;
	padding: 6px 16px;
	position: relative;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-radius: 4px
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	background: #d00941;
	color: #fff;
	z-index: 3
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	background-color: #d00941;
	border-color: #d00941;
	color: #fff;
	cursor: default;
	z-index: 2
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	background-color: #fff;
	border-color: #ddd;
	color: #777;
	cursor: not-allowed
}

#toTop {
	border: none;
	bottom: 30px;
	display: none;
	position: fixed;
	right: 30px;
	text-decoration: none;
	text-indent: 100%;
	z-index: 6000
}

#toTop,#toTopHover {
	height: 40px;
	overflow: hidden;
	width: 40px
}

#toTopHover {
	display: block;
	filter: alpha(opacity=0);
	float: left;
	opacity: 0;
	-moz-opacity: 0
}

#toTop:active,#toTop:focus {
	outline: none
}

.Validform_checktip {
	color: #999;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-left: 8px;
	overflow: hidden
}

.Validform_right {
	background: url(404.png) no-repeat 0;
	color: #71b83d;
	padding-left: 20px
}

.Validform_wrong {
	background: url(404.png) no-repeat 0;
	color: red;
	padding-left: 20px;
	white-space: nowrap
}

.Validform_loading {
	background: url(404.png) no-repeat 0;
	padding-left: 20px
}

.Validform_error {
	background-color: #ffe7e7
}

#Validform_msg {
	background: #fff;
	-webkit-box-shadow: 2px 2px 3px #aaa;
	-moz-box-shadow: 2px 2px 3px #aaa;
	box-shadow: 2px 2px 0 rgba(0,0,0,.1);
	color: #7d8289;
	display: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=135,Color="#999999");
	font: 12px/1.5 tahoma,arial,宋体,sans-serif;
	position: absolute;
	right: 50px;
	top: 0;
	width: 280px;
	z-index: 19891016
}

#Validform_msg .iframe {
	left: 0;
	position: absolute;
	top: -1px;
	z-index: -1
}

#Validform_msg .Validform_title {
	background-color: #999;
	background: -moz-linear-gradient(top,#999,#666 100%);
	background: -webkit-gradient(linear,0 0,0 100%,from(#999),to(#666));
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999",endColorstr="#666666");
	font-weight: 700;
	height: 25px;
	line-height: 25px;
	padding: 0 8px;
	position: relative;
	text-align: left
}

#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited {
	color: #fff;
	line-height: 22px;
	position: absolute;
	right: 8px;
	text-decoration: none;
	top: 0
}

#Validform_msg a.Validform_close:hover {
	color: #ccc
}

#Validform_msg .Validform_info {
	border: 1px solid #bbb;
	border-top: none;
	padding: 8px;
	text-align: left
}

.header {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	background: #fff;
	box-shadow: 1px 1px 30px 0 rgba(0,0,0,.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100px;
	left: 0;
	padding: 0 80px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000
}

@media (max-width:1681px) {
	.header {
		padding: 0 40px
	}
}

@media (max-width:1440px) {
	.header {
		height: 80px;
		padding: 0 30px
	}
}

@media (max-width:1380px) {
	.header {
		padding: 0 20px
	}
}

@media (max-width:1180px) {
	.header {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center
	}
}

@media (max-width:668px) {
	.header {
		height: 60px;
		padding: 0 10px
	}
}

.header_logo {
	margin-bottom: 20px
}

@media (max-width:1180px) {
	.header_logo {
		margin-bottom: 0
	}
}

.header_logo .inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.header_logo .inner img {
	border-right: 1px solid #c5c5c5;
	height: 50px;
	margin-right: 15px;
	padding-right: 15px;
	width: auto
}

@media (max-width:1681px) {
	.header_logo .inner img {
		height: 44px
	}
}

@media (max-width:1440px) {
	.header_logo .inner img {
		height: 30px
	}
}

@media (max-width:668px) {
	.header_logo .inner img {
		height: 26px;
		margin-right: 10px;
		padding-right: 10px
	}
}

.header_logo .inner h1,.header_logo .inner span {
	-ms-flex-item-align: end;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	color: #686868;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1em;
	margin: 0;
	padding: 0
}

@media (max-width:1681px) {
	.header_logo .inner h1,.header_logo .inner span {
		font-size: 26px
	}
}

@media (max-width:1440px) {
	.header_logo .inner h1,.header_logo .inner span {
		font-size: 20px
	}
}

@media (max-width:1380px) {
	.header_logo .inner h1,.header_logo .inner span {
		font-size: 18px
	}
}

@media (max-width:668px) {
	.header_logo .inner h1,.header_logo .inner span {
		font-size: 16px
	}
}

.header_nav {
	margin-left: auto
}

@media (max-width:1180px) {
	.header_nav {
		display: none
	}
}

.header_nav>ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0
}

.header_nav>ul>li {
	margin: 0 20px;
	position: relative
}

@media (max-width:1681px) {
	.header_nav>ul>li {
		margin: 0 15px
	}
}

.header_nav>ul>li>a {
	color: #000;
	display: block;
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
	white-space: nowrap
}

@media (max-width:1681px) {
	.header_nav>ul>li>a {
		font-size: 18px
	}
}

@media (max-width:1440px) {
	.header_nav>ul>li>a {
		font-size: 16px
	}
}

.header_nav>ul>li .sub {
	background-color: #d00941;
	display: none;
	left: 50%;
	position: absolute;
	top: 40px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 136px;
	z-index: 2
}

@media (max-width:1681px) {
	.header_nav>ul>li .sub {
		top: 38px
	}
}

@media (max-width:1440px) {
	.header_nav>ul>li .sub {
		top: 36px;
		width: 120px
	}
}

.header_nav>ul>li .sub.sub03 {
	width: 170px
}

.header_nav>ul>li .sub>ul {
	padding: 20px
}

.header_nav>ul>li .sub>ul>li {
	display: block
}

.header_nav>ul>li .sub>ul>li>a {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 40px;
	position: relative;
	text-align: center;
	white-space: nowrap
}

.header_nav>ul>li .sub>ul>li>a:after {
	background: #fff;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	line-height: 1px;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 0;
	z-index: 2
}

@media (max-width:1681px) {
	.header_nav>ul>li .sub>ul>li>a {
		line-height: 30px
	}
}

@media (max-width:1440px) {
	.header_nav>ul>li .sub>ul>li>a {
		font-size: 14px
	}
}

.header_nav>ul>li .sub>ul>li>a:hover:after {
	left: 0;
	opacity: .6;
	width: 100%
}

.header_nav>ul>li.on>a span {
	color: #d00941
}

.header ul.top_link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-align-items: center;
	align-items: center;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 20px;
	padding: 0
}

@media (max-width:1180px) {
	.header ul.top_link {
		margin-bottom: 0;
		margin-left: auto;
		width: 100px
	}
}

.header ul.top_link li {
	margin-left: 30px;
	position: relative;
	z-index: 10002
}

@media (max-width:1681px) {
	.header ul.top_link li {
		margin-left: 20px
	}
}

@media (max-width:1180px) {
	.header ul.top_link li {
		margin-left: 0
	}
}

.header ul.top_link li.nav_w {
	display: none
}

@media (max-width:1180px) {
	.header ul.top_link li.nav_w {
		display: block
	}

	.header ul.top_link li.nav_w a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 30px;
		-webkit-justify-content: center;
		justify-content: center;
		width: 30px
	}
}

.header ul.top_link li a.icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 20px;
	-webkit-justify-content: center;
	justify-content: center;
	width: 20px
}

@media (max-width:1681px) {
	.header ul.top_link li a.icon {
		height: 18px;
		width: 18px
	}
}

@media (max-width:1180px) {
	.header ul.top_link li a.icon {
		height: 22px;
		width: 22px
	}
}

.header ul.top_link li a.icon .iconfont {
	font-size: 20px
}

@media (max-width:1681px) {
	.header ul.top_link li a.icon .iconfont {
		font-size: 18px
	}
}

@media (max-width:1180px) {
	.header ul.top_link li.tel {
		display: none
	}
}

.header ul.top_link li.tel a {
	display: block;
	font-family: btm;
	font-size: 26px;
	font-weight: 500;
	line-height: .5em;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	white-space: nowrap
}

@media (max-width:1440px) {
	.header ul.top_link li.tel a {
		font-size: 20px
	}
}

@media (max-width:1380px) {
	.header ul.top_link li.tel a {
		font-size: 18px
	}
}

.header .top_qr_img {
	background: #fff;
	border: 4px solid #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
	display: none;
	height: 160px;
	left: -50px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 45px;
	width: 130px;
	z-index: 10000
}

@media (max-width:1681px) {
	.header .top_qr_img {
		top: 43px
	}
}

.hamburger,.header .top_qr_img span {
	display: block
}

.hamburger {
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	height: 30px;
	overflow-y: hidden;
	padding: 0;
	position: relative;
	right: 0;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	width: 30px;
	z-index: 10000
}

.hamburger__icon {
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative
}

.hamburger__icon,.hamburger__icon:after,.hamburger__icon:before {
	background-color: #222;
	display: block;
	height: 2px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: background-color,-webkit-transform;
	transition-property: background-color,-webkit-transform;
	transition-property: background-color,transform;
	transition-property: background-color,transform,-webkit-transform;
	width: 30px
}

.hamburger__icon:after,.hamburger__icon:before {
	content: "";
	position: absolute
}

.hamburger__icon:before {
	top: -8px
}

.hamburger__icon:after {
	top: 8px
}

.hamburger.active .hamburger__icon {
	background-color: transparent
}

.hamburger.active .hamburger__icon:after,.hamburger.active .hamburger__icon:before {
	background-color: #000
}

.hamburger.active .hamburger__icon:before {
	-ms-transform: translateY(8px) rotate(45deg);
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg)
}

.hamburger.active .hamburger__icon:after {
	-ms-transform: translateY(-8px) rotate(-45deg);
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg)
}

.fat-nav {
	background: rgba(0,0,0,.5);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	z-index: 10001
}

.fat-nav .no-scroll {
	background: #fff;
	float: right;
	height: 100%;
	position: relative;
	width: 280px
}

.fat-nav .no-scroll .block {
	background: #fff;
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.fat-nav .no-scroll .fat-nav-w {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 280px
}

.fat-nav .no-scroll .fat-nav-w .fat-nav__wrapper {
	background: #fff;
	height: 100%;
	left: 0;
	overflow-y: scroll;
	padding-top: 60px;
	position: absolute;
	top: 0;
	width: 300px;
	z-index: 1
}

.fat-nav .no-scroll .fat-nav-w .fat-nav__wrapper .qr {
	background: #fff;
	height: 130px;
	padding-left: 20px;
	width: 100%
}

.fat-nav .no-scroll .fat-nav-w .fat-nav__wrapper .qr img {
	height: 170px;
	width: 170px
}

.fat-nav .no-scroll .fat-nav-w .fat-nav__wrapper .qr span {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: left
}

.fat-nav .am-accordion-default {
	box-shadow: none;
	margin: 0;
	padding: 0 20px;
	width: 280px
}

.fat-nav .am-accordion-default .am-accordion-item {
	border-bottom: 1px solid #eee;
	border-top: none;
	margin-bottom: 10px
}

.fat-nav .am-accordion-default .am-accordion-item .am-accordion-title {
	background: #fff;
	color: #222;
	font-size: 1.4rem;
	padding: .5rem 0
}

.fat-nav .am-accordion-default .am-accordion-item .am-accordion-title:before {
	content: "\f105";
	float: right;
	margin-top: .3rem
}

.fat-nav .am-accordion-default .am-accordion-item .am-accordion-title a,.fat-nav .am-accordion-default .am-accordion-item .am-accordion-title span {
	color: #222;
	font-size: 16px;
	font-weight: 700
}

.fat-nav .am-accordion-default .am-accordion-item .noico:before {
	display: none
}

.fat-nav .am-accordion-default .am-accordion-item .am-accordion-bd li {
	border-bottom: .083em solid #fff;
	list-style-type: none
}

.fat-nav .am-accordion-default .am-accordion-item .am-accordion-bd a {
	color: #666;
	display: block;
	font-size: 1.4rem;
	line-height: 30px
}

.fat-nav .am-accordion-default .am-accordion-item .am-accordion-content {
	padding: 1rem 0
}

.fat-nav .am-accordion-default .am-accordion-item .am-accordion-content .des {
	color: #666
}

.fat-nav .am-accordion-default .am-accordion-item .am-accordion-content .des a {
	color: #666;
	display: inline
}

.fat-nav .am-accordion-default .am-accordion-item.am-active {
	background: #fff
}

.fat-nav .am-accordion-default .am-active .am-accordion-title {
	background: none;
	color: #222
}

.fat-nav .am-accordion-default .am-active .am-accordion-title a {
	color: #222
}

.fat-nav .am-accordion-default .am-active .am-accordion-title:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media (min-width:1400px) {
	.fat-nav .no-scroll {
		width: 400px
	}

	.fat-nav .no-scroll .block {
		height: 80px
	}

	.fat-nav .no-scroll .fat-nav-w {
		width: 400px
	}

	.fat-nav .no-scroll .fat-nav-w .fat-nav__wrapper {
		padding-top: 100px;
		width: 420px
	}

	.fat-nav .no-scroll .fat-nav-w .fat-nav__wrapper .qr {
		height: 150px;
		padding-left: 80px
	}

	.fat-nav .no-scroll .fat-nav-w .fat-nav__wrapper .qr img {
		height: 170px;
		width: 170px
	}

	.fat-nav .no-scroll .fat-nav-w .fat-nav__wrapper .qr span {
		height: 30px;
		line-height: 30px
	}

	.fat-nav .am-accordion-default {
		padding: 0 30px 0 80px;
		width: 400px
	}

	.fat-nav .am-accordion-default .am-accordion-item .am-accordion-title {
		font-size: 1.4rem;
		padding: .8rem 0
	}

	.fat-nav .am-accordion-default .am-accordion-item .am-accordion-title a,.fat-nav .am-accordion-default .am-accordion-item .am-accordion-title span {
		font-size: 16px
	}

	.fat-nav .am-accordion-default .am-accordion-item .am-accordion-bd a {
		font-size: 1.4rem;
		line-height: 30px
	}
}

@media (min-width:1800px) {
	.fat-nav .no-scroll,.fat-nav .no-scroll .fat-nav-w {
		width: 470px
	}

	.fat-nav .no-scroll .fat-nav-w .fat-nav__wrapper {
		width: 490px
	}

	.fat-nav .no-scroll .fat-nav-w .fat-nav__wrapper .qr {
		margin-top: 20px
	}

	.fat-nav .am-accordion-default {
		padding: 0 80px;
		width: 470px
	}

	.fat-nav .am-accordion-default .am-accordion-item .am-accordion-title {
		padding: .8rem 0 2rem
	}

	.fat-nav .am-accordion-default .am-accordion-item .am-accordion-title a,.fat-nav .am-accordion-default .am-accordion-item .am-accordion-title span {
		font-size: 16px
	}

	.fat-nav .am-accordion-default .am-accordion-item .am-accordion-bd a {
		font-size: 1.4rem;
		line-height: 30px
	}
}

footer {
	background: #ebebeb
}

@media (max-width:1681px) {
	footer {
		padding: 0 40px
	}
}

@media (max-width:1180px) {
	footer {
		padding: 0 20px
	}
}

@media (max-width:668px) {
	footer {
		padding: 10px
	}
}

.mobile_foot_nav {
	background: #333;
	display: none;
	padding: 1rem
}

@media (max-width:968px) {
	.mobile_foot_nav {
		display: block
	}
}

.mobile_foot_nav .am-accordion-default {
	margin: 0
}

.mobile_foot_nav .am-accordion-default .am-accordion-item {
	margin-bottom: 10px
}

.mobile_foot_nav .am-accordion-default .am-accordion-item .am-accordion-title {
	background: #444;
	color: #fff;
	font-size: 1.4rem;
	padding: .8rem 1rem
}

.mobile_foot_nav .am-accordion-default .am-accordion-item .am-accordion-title:before {
	content: "\f105";
	float: right;
	margin-top: .3rem
}

.mobile_foot_nav .am-accordion-default .am-accordion-item .am-accordion-title a,.mobile_foot_nav .am-accordion-default .am-accordion-item .am-accordion-title span {
	color: #fff
}

.mobile_foot_nav .am-accordion-default .am-accordion-item .am-accordion-title a:before,.mobile_foot_nav .am-accordion-default .am-accordion-item .am-accordion-title span:before {
	background: #fff;
	content: "";
	display: block;
	float: left;
	height: 2px;
	line-height: 2px;
	margin: 10px 10px 0 0;
	width: 13px
}

.mobile_foot_nav .am-accordion-default .am-accordion-item .noico:before {
	display: none
}

.mobile_foot_nav .am-accordion-default .am-accordion-item .am-accordion-bd li {
	border-bottom: .083em solid #fff;
	list-style-type: none
}

.mobile_foot_nav .am-accordion-default .am-accordion-item .am-accordion-bd a {
	color: #fff;
	display: block;
	font-size: 1.4rem;
	line-height: 30px
}

.mobile_foot_nav .am-accordion-default .am-accordion-item .am-accordion-content {
	padding-left: 2.8rem
}

.mobile_foot_nav .am-accordion-default .am-accordion-item .am-accordion-content .des {
	color: #fff
}

.mobile_foot_nav .am-accordion-default .am-accordion-item .am-accordion-content .des a {
	color: #fff;
	display: inline
}

.mobile_foot_nav .am-accordion-default .am-accordion-item.am-active {
	background: #d00941
}

.mobile_foot_nav .am-accordion-default .am-active .am-accordion-title {
	background: none;
	color: #fff
}

.mobile_foot_nav .am-accordion-default .am-active .am-accordion-title a {
	color: #fff
}

.mobile_foot_nav .am-accordion-default .am-active .am-accordion-title:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.foot01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 1600px;
	padding: 90px 0 60px
}

@media (max-width:1681px) {
	.foot01 {
		padding: 40px 0
	}
}

@media (max-width:1180px) {
	.foot01 {
		padding: 30px 10px
	}
}

@media (max-width:968px) {
	.foot01 {
		padding: 20px 0
	}
}

.ft_nav {
	color: #000;
	font-size: 14px;
	line-height: 2.2em;
	padding-right: 80px;
	width: 60%
}

@media (max-width:1180px) {
	.ft_nav {
		padding-right: 20px
	}
}

@media (max-width:968px) {
	.ft_nav {
		display: none
	}
}

.ft_nav a {
	color: #000;
	font-size: 14px;
	line-height: 2.2em;
	-webkit-transition: all .5s;
	transition: all .5s
}

.ft_nav a:hover {
	color: #d00941
}

.ft_nav>ul {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0
}

.ft_nav>ul>li>a {
	color: #333;
	display: block;
	font-weight: 700;
	-webkit-transition: all .5s;
	transition: all .5s;
	white-space: nowrap
}

.ft_nav>ul>li>a:hover {
	color: #d00941
}

.ft_nav>ul>li>ul {
	margin: 0;
	padding: 0
}

.ft_nav>ul>li>ul>li {
	display: block
}

.ft_nav>ul>li>ul>li>a {
	display: block;
	white-space: nowrap
}

.ft_nav>ul>li.foot_contact a {
	color: #666;
	display: inline
}

.foot_contact {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	line-height: 2em;
	margin-left: auto;
	width: 470px
}

@media (max-width:1180px) {
	.foot_contact {
		width: 440px
	}
}

@media (max-width:968px) {
	.foot_contact {
		margin-left: 0
	}
}

@media (max-width:668px) {
	.foot_contact {
		font-size: 12px;
		width: 100%
	}
}

.foot_contact_tips .t {
	color: #d00941;
	display: block
}

.foot_contact_tips ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.foot_contact_tips ul>li {
	display: block;
	line-height: 22px;
	margin-bottom: 10px;
	padding-left: 8px;
	position: relative
}

.foot_contact_tips ul>li:last-of-type {
	margin-bottom: 0
}

.foot_contact_tips ul>li:before {
	background-color: #000;
	border-radius: 100%;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 4px
}

.foot_contact_tips ul>li em {
	font-size: 12px;
	font-style: normal
}

.foot_contact_tips a[href^="tel:"] {
	font-size: 20px;
	font-weight: 700;
	margin: 0 5px
}

@media (max-width:1180px) {
	.foot_contact_tips a[href^="tel:"] {
		font-size: 16px
	}
}

@media (max-width:668px) {
	.foot_contact_tips a[href^="tel:"] {
		font-size: 14px
	}
}

.foot_contact_tips a[href^="tel:"] i {
	font-size: 22px;
	margin-right: 5px
}

@media (max-width:1180px) {
	.foot_contact_tips a[href^="tel:"] i {
		font-size: 18px
	}
}

@media (max-width:668px) {
	.foot_contact_tips a[href^="tel:"] i {
		font-size: 16px
	}
}

.foot_qr {
	margin-left: 40px;
	width: 85px
}

@media (max-width:1180px) {
	.foot_qr {
		margin-left: 0
	}
}

@media (max-width:968px) {
	.foot_qr {
		margin-left: auto
	}
}

@media (max-width:668px) {
	.foot_qr {
		display: none
	}
}

.foot_qr img {
	border: 4px solid #fff;
	width: 100%
}

.foot_qr span {
	display: block;
	font-size: 12px;
	line-height: 1em;
	margin-top: 15px;
	white-space: nowrap
}

.ft_btm {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	border-top: 2px solid #d7d7d7;
	color: #666;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 30px;
	margin: 0 auto;
	max-width: 1600px;
	padding: 45px 0 95px;
	text-align: left
}

@media (max-width:1180px) {
	.ft_btm {
		padding: 30px 0
	}
}

@media (max-width:668px) {
	.ft_btm {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		line-height: 20px;
		padding: 20px 0 70px;
		text-align: center
	}
}

.ft_btm p {
	width: 50%
}

@media (max-width:668px) {
	.ft_btm p {
		width: 100%
	}
}

.index_banner .item {
	display: block
}

@media (max-width:968px) {
	.index_banner .item {
		height: auto!important
	}
}

.index_banner .item .img {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	width: 100%
}

@media (max-width:968px) {
	.index_banner .item .img {
		display: none
	}
}

.index_banner .item .mimg {
	display: none
}

@media (max-width:968px) {
	.index_banner .item .mimg {
		display: block
	}
}

.index_banner .item .mimg img {
	width: 100%
}

.index_banner .index_banner_page {
	bottom: 50px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2
}

@media (max-width:1440px) {
	.index_banner .index_banner_page {
		bottom: 30px
	}
}

@media (max-width:668px) {
	.index_banner .index_banner_page {
		bottom: 10px
	}
}

.index_banner .index_banner_page .swiper-pagination-bullet {
	background-color: hsla(0,0%,100%,.3);
	border-radius: 0;
	height: 4px;
	line-height: 4px;
	opacity: 1;
	outline: 0;
	width: 70px
}

@media (max-width:668px) {
	.index_banner .index_banner_page .swiper-pagination-bullet {
		width: 30px
	}
}

.index_banner .index_banner_page .swiper-pagination-bullet-active {
	background-color: #d00941
}

.index_banner .arrow {
	cursor: pointer;
	display: none;
	height: 50px;
	outline: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;
	z-index: 2
}

@media (max-width:668px) {
	.index_banner .arrow {
		height: 30px;
		width: 30px
	}
}

.index_banner .arrow .iconfont {
	color: #fff;
	font-size: 50px;
	opacity: .5;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:668px) {
	.index_banner .arrow .iconfont {
		font-size: 30px
	}
}

.index_banner .arrow.index_banner_prev {
	left: 50px
}

@media (max-width:1440px) {
	.index_banner .arrow.index_banner_prev {
		left: 30px
	}
}

@media (max-width:668px) {
	.index_banner .arrow.index_banner_prev {
		left: 10px
	}
}

.index_banner .arrow.index_banner_next {
	right: 50px
}

@media (max-width:1440px) {
	.index_banner .arrow.index_banner_next {
		right: 30px
	}
}

@media (max-width:668px) {
	.index_banner .arrow.index_banner_next {
		right: 10px
	}
}

.index_banner .arrow:hover .iconfont {
	opacity: 1
}

.index_solution {
	background-color: #d00941
}

@media (max-width:968px) {
	.index_solution {
		height: auto
	}
}

.index_solution_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center
}

@media (max-width:968px) {
	.index_solution_inner {
		height: auto;
		padding: 60px 0!important
	}
}

@media (max-width:668px) {
	.index_solution_inner {
		padding: 40px 0!important
	}
}

.index_solution_list {
	margin-top: 100px
}

@media (max-width:1681px) {
	.index_solution_list {
		margin-top: 80px
	}
}

@media (max-width:1380px) {
	.index_solution_list {
		margin-top: 40px
	}
}

@media (max-width:668px) {
	.index_solution_list {
		margin-top: 30px
	}
}

.index_solution_list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0
}

.index_solution_list>ul>li {
	width: 33.33%
}

.index_solution_list>ul>li a {
	display: block;
	text-align: center
}

.index_solution_list>ul>li a span.t {
	color: #222;
	display: inline-block;
	font-size: 38px;
	font-weight: 700;
	line-height: 130px;
	margin-bottom: 110px;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	white-space: nowrap
}

@media (max-width:1681px) {
	.index_solution_list>ul>li a span.t {
		font-size: 26px;
		line-height: 100px;
		margin-bottom: 50px
	}
}

@media (max-width:1180px) {
	.index_solution_list>ul>li a span.t {
		font-size: 20px;
		line-height: 80px;
		margin-bottom: 30px
	}
}

@media (max-width:668px) {
	.index_solution_list>ul>li a span.t {
		font-size: 12px;
		line-height: 50px;
		margin-bottom: 20px
	}
}

.index_solution_list>ul>li a span.t:after,.index_solution_list>ul>li a span.t:before {
	background-color: #000;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	line-height: 2px;
	opacity: 1;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	z-index: 2
}

.index_solution_list>ul>li a span.t:before {
	top: 0
}

.index_solution_list>ul>li a span.t:after {
	bottom: 0
}

.index_solution_list>ul>li a .icon {
	height: 160px;
	margin: 0 auto;
	width: 160px
}

@media (max-width:1440px) {
	.index_solution_list>ul>li a .icon {
		height: 100px;
		width: 100px
	}
}

@media (max-width:1180px) {
	.index_solution_list>ul>li a .icon {
		height: 80px;
		width: 80px
	}
}

@media (max-width:668px) {
	.index_solution_list>ul>li a .icon {
		height: 40px;
		width: 40px
	}
}

.index_solution_list>ul>li a .icon svg {
	color: #222;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%
}

@media (min-width:668px) {
	.index_solution_list>ul>li a:hover span.t {
		color: #fff
	}

	.index_solution_list>ul>li a:hover span.t:after,.index_solution_list>ul>li a:hover span.t:before {
		background-color: #fff
	}

	.index_solution_list>ul>li a:hover .icon svg {
		color: #fff
	}
}

.index_cases {
	background-image: url(../image/index_cases.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

.index_cases .index_cases_inner {
	height: 100%
}

@media (max-width:968px) {
	.index_cases .index_cases_inner {
		height: auto;
		padding: 60px 0 0!important
	}
}

@media (max-width:668px) {
	.index_cases .index_cases_inner {
		padding: 40px 0 0!important
	}
}

.index_cases .title01 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 25%;
	-webkit-justify-content: center;
	justify-content: center
}

@media (max-width:968px) {
	.index_cases .title01 {
		padding-bottom: 50px
	}
}

@media (max-width:668px) {
	.index_cases .title01 {
		padding-bottom: 20px
	}
}

.page_solution_case .index_cases .title01 {
	padding-bottom: 100px
}

@media (max-width:1440px) {
	.page_solution_case .index_cases .title01 {
		padding-bottom: 80px
	}
}

@media (max-width:1180px) {
	.page_solution_case .index_cases .title01 {
		padding-bottom: 50px
	}
}

@media (max-width:668px) {
	.page_solution_case .index_cases .title01 {
		padding-bottom: 20px
	}
}

.index_cases_list {
	height: 75%
}

.index_cases_list>ul {
	border-top: 1px solid hsla(0,0%,100%,.1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0
}

.index_cases_list>ul>li {
	border-bottom: 1px solid hsla(0,0%,100%,.1);
	border-right: 1px solid hsla(0,0%,100%,.1);
	height: 33.33%;
	width: 33.33%
}

@media (max-width:668px) {
	.index_cases_list>ul>li {
		width: 50%
	}
}

@media (min-width:668px) {
	.index_cases_list>ul>li:last-of-type {
		display: none
	}
}

.index_cases_list>ul>li a {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%
}

@media (max-width:968px) {
	.index_cases_list>ul>li a {
		height: 250px
	}
}

@media (max-width:668px) {
	.index_cases_list>ul>li a {
		height: 200px
	}
}

.page_solution_case .index_cases_list>ul>li a {
	height: 480px
}

@media (max-width:1681px) {
	.page_solution_case .index_cases_list>ul>li a {
		height: 400px
	}
}

@media (max-width:1440px) {
	.page_solution_case .index_cases_list>ul>li a {
		height: 300px
	}
}

@media (max-width:968px) {
	.page_solution_case .index_cases_list>ul>li a {
		height: 250px
	}
}

@media (max-width:668px) {
	.page_solution_case .index_cases_list>ul>li a {
		height: 200px
	}
}

.index_cases_list>ul>li a .item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%
}

.index_cases_list>ul>li a .item,.index_cases_list>ul>li a .item .logo {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center
}

.index_cases_list>ul>li a .item .logo {
	height: 90px;
	width: 160px
}

@media (max-width:668px) {
	.index_cases_list>ul>li a .item .logo {
		height: 60px;
		width: 100px
	}
}

.index_cases_list>ul>li a .item .logo img {
	max-height: 100%;
	max-width: 100%;
	opacity: .7
}

.index_cases_list>ul>li a .item b.t {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1em
}

@media (max-width:1440px) {
	.index_cases_list>ul>li a .item b.t {
		font-size: 18px
	}
}

@media (max-width:668px) {
	.index_cases_list>ul>li a .item b.t {
		font-size: 14px
	}
}

.index_cases_list>ul>li a .item b.t:before {
	background-color: hsla(0,0%,100%,.5);
	content: "";
	display: block;
	height: 20px;
	margin: 10px auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 2px
}

@media (max-width:668px) {
	.index_cases_list>ul>li a .item b.t:before {
		height: 15px;
		margin: 20px auto 10px
	}
}

.index_cases_list>ul>li a .item_hover {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	z-index: 2
}

.index_cases_list>ul>li a .item_hover .bg {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.index_cases_list>ul>li a .item_hover .bg span {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%
}

.index_cases_list>ul>li a .item_hover .inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 23px;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1em;
	padding: 40px 18% 0;
	position: relative;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	z-index: 3
}

@media (max-width:1440px) {
	.index_cases_list>ul>li a .item_hover .inner {
		padding: 40px 10% 0
	}
}

@media (max-width:668px) {
	.index_cases_list>ul>li a .item_hover .inner {
		font-size: 18px;
		padding: 20px 20px 0
	}
}

.index_cases_list>ul>li a .item_hover .inner b.t {
	font-weight: 400
}

.index_cases_list>ul>li a .item_hover .inner b.t:after {
	background-color: hsla(0,0%,100%,.5);
	content: "";
	display: block;
	height: 20px;
	margin: 20px auto 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 2px
}

@media (max-width:668px) {
	.index_cases_list>ul>li a .item_hover .inner b.t:after {
		height: 15px;
		margin: 20px auto 10px
	}
}

.index_cases_list>ul>li a .item_hover .inner .des {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: 4em;
	line-height: 2em;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (max-width:1681px) {
	.index_cases_list>ul>li a .item_hover .inner .des {
		font-size: 14px
	}
}

@media (min-width:668px) {
	.index_cases_list>ul>li a:hover .item {
		opacity: 0;
		padding-top: 40px
	}

	.index_cases_list>ul>li a:hover .item_hover {
		opacity: 1
	}

	.index_cases_list>ul>li a:hover .item_hover .inner {
		padding-top: 0
	}

	.index_cases_list>ul>li a:hover .item_hover .inner .des {
		color: #fff
	}

	.index_cases_list>ul>li a:hover .item_hover .bg span {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.in_news .in_news_inner {
	height: 100%;
	margin: 0 auto;
	max-width: 1570px
}

@media (max-width:1681px) {
	.in_news .in_news_inner {
		max-width: 1300px
	}
}

@media (max-width:1440px) {
	.in_news .in_news_inner {
		max-width: 1200px
	}
}

@media (max-width:1180px) {
	.in_news .in_news_inner {
		padding-left: 60px;
		padding-right: 60px
	}
}

@media (max-width:968px) {
	.in_news .in_news_inner {
		height: auto;
		padding: 60px 20px 0!important
	}
}

@media (max-width:668px) {
	.in_news .in_news_inner {
		padding: 40px 10px 0!important
	}
}

.in_news .title01 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 25%;
	-webkit-justify-content: center;
	justify-content: center
}

@media (max-width:968px) {
	.in_news .title01 {
		padding-bottom: 50px
	}
}

@media (max-width:668px) {
	.in_news .title01 {
		padding-bottom: 20px
	}
}

.in_news .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 75%;
	margin: 0 -20px;
	padding-bottom: 80px
}

@media (max-width:1440px) {
	.in_news .list {
		margin: 0 -10px;
		padding-bottom: 20px
	}
}

@media (max-width:668px) {
	.in_news .list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
		margin: 0
	}
}

.in_news .list>div {
	padding: 0 20px
}

@media (max-width:668px) {
	.in_news .list>div {
		padding: 0
	}
}

.in_news a .news_des .date {
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 20px;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1380px) {
	.in_news a .news_des .date {
		font-size: 12px
	}
}

.in_news a .news_des b {
	color: #333;
	display: block;
	font-size: 19px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
	white-space: nowrap
}

@media (max-width:1380px) {
	.in_news a .news_des b {
		font-size: 17px;
		line-height: 20px
	}
}

.in_news a .news_des .line {
	background-color: #222;
	display: block;
	height: 2px;
	line-height: 2px;
	margin: 14px 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 40px
}

@media (max-width:1380px) {
	.in_news a .news_des .line {
		margin: 10px 0
	}
}

.in_news a .news_des p {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #000;
	display: -webkit-box;
	font-size: 15px;
	height: 4em;
	line-height: 2em;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (max-width:1380px) {
	.in_news a .news_des p {
		font-size: 14px
	}
}

.in_news a:hover .news_des .date,.in_news a:hover .news_des b {
	color: #d00941
}

.in_news a:hover .news_des .line {
	background-color: #d00941
}

.in_news .item01 {
	width: 40%
}

@media (max-width:668px) {
	.in_news .item01 {
		margin-bottom: 10px;
		width: 100%
	}
}

.in_news .item01 a {
	display: block;
	height: 100%;
	width: 100%
}

.in_news .item01 a .img {
	height: 377px;
	overflow: hidden;
	width: 100%
}

@media (max-width:1681px) {
	.in_news .item01 a .img {
		height: 362px
	}
}

@media (max-width:1440px) {
	.in_news .item01 a .img {
		height: 306px
	}
}

@media (max-width:1380px) {
	.in_news .item01 a .img {
		height: 252px
	}
}

@media (max-width:668px) {
	.in_news .item01 a .img {
		height: 200px
	}
}

.in_news .item01 a .img span {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%
}

.in_news .item01 a .txt {
	-webkit-box-flex: 1;
	background-color: #f5f5f5;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
	width: 100%
}

.in_news .item01 a:hover .img span {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07)
}

.in_news .item02 {
	width: 60%
}

@media (max-width:668px) {
	.in_news .item02 {
		width: 100%
	}
}

.in_news .item02>ul {
	margin: 0;
	padding: 0
}

.in_news .item02>ul>li {
	border-bottom: 1px solid #e9e9e9;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px
}

@media (max-width:1380px) {
	.in_news .item02>ul>li {
		margin-bottom: 5px;
		padding-bottom: 5px
	}
}

@media (max-width:668px) {
	.in_news .item02>ul>li {
		border-bottom: none
	}
}

.in_news .item02>ul>li:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.in_news .item02>ul>li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 165px;
	width: 100%
}

@media (max-width:1681px) {
	.in_news .item02>ul>li a {
		height: 160px
	}
}

@media (max-width:1440px) {
	.in_news .item02>ul>li a {
		height: 140px
	}
}

@media (max-width:1380px) {
	.in_news .item02>ul>li a {
		height: 120px
	}
}

@media (max-width:668px) {
	.in_news .item02>ul>li a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto
	}
}

.in_news .item02>ul>li a .img {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	height: 100%;
	overflow: hidden;
	width: 365px
}

@media (max-width:1440px) {
	.in_news .item02>ul>li a .img {
		width: 300px
	}
}

@media (max-width:1380px) {
	.in_news .item02>ul>li a .img {
		width: 200px
	}
}

@media (max-width:668px) {
	.in_news .item02>ul>li a .img {
		height: 200px;
		width: 100%
	}
}

.in_news .item02>ul>li a .img span {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%
}

.in_news .item02>ul>li a .txt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding-left: 30px
}

@media (max-width:668px) {
	.in_news .item02>ul>li a .txt {
		background-color: #f5f5f5;
		padding: 20px
	}
}

.in_news .item02>ul>li a:hover .img span {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07)
}

.in_news .item02 .more {
	line-height: 40px;
	text-align: right
}

.intro_about01 {
	background-color: #f5f5f5
}

.intro_about01_inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center
}

@media (max-width:968px) {
	.intro_about01_inner {
		height: auto
	}
}

.intro_about01_bread {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

@media (max-width:668px) {
	.intro_about01_bread {
		padding-top: 0!important;
		position: static
	}
}

.intro_about01_col {
	margin: 0 auto;
	max-width: 1240px
}

@media (max-width:1681px) {
	.intro_about01_col {
		padding: 20px 20px 0
	}
}

.intro_about01_txt {
	margin: 50px 0
}

@media (max-width:1681px) {
	.intro_about01_txt {
		margin: 20px 0
	}
}

.intro_about01_logo {
	margin: 0 auto;
	max-width: 1580px
}

@media (max-width:1681px) {
	.intro_about01_logo {
		max-width: 1400px
	}
}

@media (max-width:1440px) {
	.intro_about01_logo {
		max-width: 1240px
	}
}

.intro_about01_logo .inner {
	overflow: hidden;
	position: relative
}

.intro_about01_logo .inner:after {
	background-color: #f5f5f5;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	line-height: 1px;
	position: absolute;
	width: 100%;
	z-index: 2
}

.intro_about01_logo .inner>ul {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: -1px 0 0 -1px;
	padding: 0;
	width: calc(100% + 2px)
}

.intro_about01_logo .inner>ul,.intro_about01_logo .inner>ul>li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.intro_about01_logo .inner>ul>li {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	height: 80px;
	-webkit-justify-content: center;
	justify-content: center;
	width: 10%
}

@media (max-width:1681px) {
	.intro_about01_logo .inner>ul>li {
		height: 70px
	}
}

@media (max-width:1380px) {
	.intro_about01_logo .inner>ul>li {
		height: 50px
	}
}

@media (max-width:1180px) {
	.intro_about01_logo .inner>ul>li {
		height: 60px
	}
}

@media (max-width:968px) {
	.intro_about01_logo .inner>ul>li {
		width: 20%
	}
}

@media (max-width:668px) {
	.intro_about01_logo .inner>ul>li {
		width: 33.33%
	}
}

.intro_about01_logo .inner>ul>li img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	max-height: 100%;
	max-width: 100%;
	opacity: .5;
	-webkit-transition: all .5s;
	transition: all .5s
}

.intro_about01_logo .inner>ul>li:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1
}

@media (max-width:968px) {
	.intro_value {
		padding: 0 20px
	}
}

@media (max-width:668px) {
	.intro_value {
		padding-top: 10px
	}
}

.section_value .intro_value {
	height: 100%
}

.intro_value>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0
}

.section_value .intro_value>ul {
	height: 100%
}

.intro_value>ul>li {
	color: #000;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 50%
}

@media (max-width:968px) {
	.intro_value>ul>li {
		border-bottom: 1px solid #ddd;
		width: 100%
	}
}

.section_value .intro_value>ul>li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50%
}

.intro_value>ul>li:nth-of-type(2),.intro_value>ul>li:nth-of-type(3),.intro_value>ul>li:nth-of-type(6) {
	background-color: #f5f5f5
}

@media (max-width:968px) {
	.intro_value>ul>li:nth-of-type(2),.intro_value>ul>li:nth-of-type(3),.intro_value>ul>li:nth-of-type(6) {
		background: none
	}
}

.intro_value>ul>li:after {
	background-color: #d00941;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	z-index: 1
}

.intro_value>ul>li .item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 280px;
	padding-left: 150px;
	position: relative;
	width: 100%;
	z-index: 5
}

@media (max-width:1681px) {
	.intro_value>ul>li .item {
		height: 220px;
		padding-left: 100px
	}
}

@media (max-width:1180px) {
	.intro_value>ul>li .item {
		padding-left: 40px
	}
}

@media (max-width:968px) {
	.intro_value>ul>li .item {
		height: auto;
		padding: 40px
	}
}

@media (max-width:668px) {
	.intro_value>ul>li .item {
		padding: 30px 10px
	}
}

.section_value .intro_value>ul>li .item {
	height: auto
}

.intro_value>ul>li .item_list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 33px
}

.intro_value>ul>li .item_list span {
	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	font-size: 25px;
	margin-right: 40px;
	white-space: nowrap;
	width: 210px
}

@media (max-width:1681px) {
	.intro_value>ul>li .item_list span {
		font-size: 20px;
		width: 180px
	}
}

@media (max-width:1440px) {
	.intro_value>ul>li .item_list span {
		font-size: 18px;
		width: 150px
	}
}

@media (max-width:1180px) {
	.intro_value>ul>li .item_list span {
		font-size: 16px;
		width: 120px
	}
}

@media (max-width:668px) {
	.intro_value>ul>li .item_list span {
		width: 100px
	}
}

.intro_value>ul>li .item_list p {
	font-size: 33px;
	margin-bottom: 0
}

@media (max-width:1681px) {
	.intro_value>ul>li .item_list p {
		font-size: 28px
	}
}

@media (max-width:1440px) {
	.intro_value>ul>li .item_list p {
		font-size: 22px
	}
}

@media (max-width:1180px) {
	.intro_value>ul>li .item_list p {
		font-size: 20px
	}
}

@media (max-width:668px) {
	.intro_value>ul>li .item_list p {
		font-size: 13px
	}
}

.intro_value>ul>li .item_list_2line {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center
}

.intro_value>ul>li .item_list_2line>div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

.intro_value>ul>li .item_list_2line>div:first-of-type {
	margin-bottom: 25px
}

@media (max-width:1440px) {
	.intro_value>ul>li .item_list_2line>div:first-of-type {
		margin-bottom: 15px
	}
}

@media (max-width:668px) {
	.intro_value>ul>li .item_list_2line>div:first-of-type {
		margin-bottom: 0
	}
}

.intro_value>ul>li.child:hover {
	color: #fff
}

.intro_value>ul>li.child:hover:after {
	opacity: 1;
	width: 100%
}

.intro_value>ul>li.child_zhunze {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-color: #ebebeb;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

@media (max-width:968px) {
	.intro_value>ul>li.child_zhunze {
		background: none
	}
}

.intro_value>ul>li.child_zhunze em {
	font-style: normal;
	margin: 0 20px 0 0
}

@media (max-width:668px) {
	.intro_value>ul>li.child_zhunze em {
		margin-right: 5px
	}
}

.intro_mission {
	background-color: #0d0d0d
}

.intro_mission_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	padding: 0 10% 0 0;
	position: relative;
	width: 100%
}

@media (max-width:1180px) {
	.intro_mission_inner {
		height: auto;
		padding: 50px 20px
	}
}

@media (max-width:668px) {
	.intro_mission_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 40px 20px 150px!important
	}
}

.intro_mission .left {
	-ms-flex-negative: 0;
	bottom: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	left: 0;
	position: absolute;
	width: 45%;
	z-index: 2
}

@media (max-width:668px) {
	.intro_mission .left {
		padding-left: 10%;
		text-align: right;
		width: 100%
	}
}

.intro_mission .left img {
	max-width: 100%
}

@media (max-width:668px) {
	.intro_mission .left img {
		max-width: 100%
	}
}

.intro_mission .right {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	-webkit-align-self: center;
	align-self: center;
	margin-left: auto;
	padding-left: 45%;
	padding-top: 150px;
	position: relative;
	z-index: 2
}

@media (max-width:668px) {
	.intro_mission .right {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1;
		padding-left: 0;
		padding-top: 0
	}
}

.intro_mission .right .txt {
	color: #fff;
	padding-left: 100px
}

@media (max-width:1440px) {
	.intro_mission .right .txt {
		padding-left: 80px
	}
}

@media (max-width:1180px) {
	.intro_mission .right .txt {
		padding-left: 40px
	}
}

@media (max-width:668px) {
	.intro_mission .right .txt {
		padding: 0
	}
}

.intro_mission .right .txt img {
	max-width: 150px
}

@media (max-width:1440px) {
	.intro_mission .right .txt img {
		max-width: 100px
	}
}

.intro_mission .right .txt .name {
	font-size: 19px
}

@media (max-width:1681px) {
	.intro_mission .right .txt .name {
		font-size: 17px
	}
}

@media (max-width:1440px) {
	.intro_mission .right .txt .name {
		font-size: 15px
	}
}

@media (max-width:1180px) {
	.intro_mission .right .txt .name {
		font-size: 13px
	}
}

.intro_strength_inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 10% 0 7%
}

@media (max-width:1681px) {
	.intro_strength_inner {
		padding: 0 6%
	}
}

@media (max-width:1440px) {
	.intro_strength_inner {
		padding-left: 80px;
		padding-right: 80px
	}
}

@media (max-width:1180px) {
	.intro_strength_inner {
		padding: 50px 20px
	}
}

@media (max-width:668px) {
	.intro_strength_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 40px 20px 20px!important
	}
}

.intro_strength .txt {
	width: 50%
}

@media (max-width:668px) {
	.intro_strength .txt {
		width: 100%
	}
}

.intro_strength .txt .list {
	margin-top: 40px
}

@media (max-width:668px) {
	.intro_strength .txt .list {
		margin-top: 20px
	}
}

.intro_strength .txt .list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -40px;
	padding: 0
}

@media (max-width:1440px) {
	.intro_strength .txt .list>ul {
		margin: 0 -20px
	}
}

@media (max-width:668px) {
	.intro_strength .txt .list>ul {
		margin: 0 -5px
	}
}

.intro_strength .txt .list>ul>li {
	padding: 0 40px;
	width: 50%
}

@media (max-width:1440px) {
	.intro_strength .txt .list>ul>li {
		padding: 0 20px
	}
}

@media (max-width:668px) {
	.intro_strength .txt .list>ul>li {
		margin-bottom: 20px;
		padding: 0 5px
	}
}

@media (min-width:668px) {
	.intro_strength .txt .list>ul>li:first-of-type,.intro_strength .txt .list>ul>li:nth-of-type(2) {
		margin-bottom: 50px
	}
}

@media (min-width:668px) and (max-width:1440px) {
	.intro_strength .txt .list>ul>li:first-of-type,.intro_strength .txt .list>ul>li:nth-of-type(2) {
		margin-bottom: 30px
	}
}

.intro_strength .txt .list>ul>li .item {
	color: #000;
	font-size: 18px
}

@media (max-width:1681px) {
	.intro_strength .txt .list>ul>li .item {
		font-size: 16px
	}
}

@media (max-width:1440px) {
	.intro_strength .txt .list>ul>li .item {
		font-size: 14px
	}
}

@media (max-width:1180px) {
	.intro_strength .txt .list>ul>li .item {
		font-size: 12px
	}
}

.intro_strength .txt .list>ul>li .item .t {
	display: block;
	font-size: 22px
}

@media (max-width:1681px) {
	.intro_strength .txt .list>ul>li .item .t {
		font-size: 20px
	}
}

@media (max-width:1440px) {
	.intro_strength .txt .list>ul>li .item .t {
		font-size: 18px
	}
}

@media (max-width:1180px) {
	.intro_strength .txt .list>ul>li .item .t {
		font-size: 16px
	}
}

.intro_strength .txt .list>ul>li .item p {
	margin: 10px 0 0
}

.intro_strength .img {
	text-align: right;
	width: 50%
}

@media (max-width:668px) {
	.intro_strength .img {
		text-align: center;
		width: 100%
	}
}

.intro_strength .img img {
	max-width: 100%
}

@media (max-width:1681px) {
	.intro_strength .img img {
		max-width: 80%
	}
}

@media (max-width:668px) {
	.intro_strength .img img {
		max-width: 100%
	}
}

.intro_brand_inner {
	background-color: #f5f5f5;
	height: 100%
}

@media (max-width:968px) {
	.intro_brand_inner {
		height: auto;
		padding: 60px 0 0!important
	}
}

@media (max-width:668px) {
	.intro_brand_inner {
		padding: 0!important
	}
}

.intro_brand .title01 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 25%;
	-webkit-justify-content: center;
	justify-content: center
}

@media (max-width:968px) {
	.intro_brand .title01 {
		padding-bottom: 50px
	}
}

@media (max-width:668px) {
	.intro_brand .title01 {
		padding: 20px
	}
}

.intro_brand_list {
	height: 75%
}

.intro_brand_list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0
}

.intro_brand_list>ul>li {
	height: 100%;
	position: relative;
	width: 33.33%
}

.intro_brand_list>ul>li:after {
	background-color: hsla(0,0%,100%,.3);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	z-index: 2
}

.intro_brand_list>ul>li .item {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%
}

.intro_brand_list>ul>li .item:after {
	background-color: #000;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	z-index: 2
}

.intro_brand_list>ul>li .item .logo {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 5
}

.intro_brand_list>ul>li .item .logo img {
	max-height: 160px;
	max-width: 240px;
	-webkit-transition: all 1s;
	transition: all 1s
}

@media (max-width:1180px) {
	.intro_brand_list>ul>li .item .logo img {
		max-height: 100px;
		max-width: 150px
	}
}

@media (max-width:668px) {
	.intro_brand_list>ul>li .item .logo img {
		max-height: 80px;
		max-width: 80px
	}
}

.intro_brand_list>ul>li .item .img {
	height: 100%;
	overflow: hidden;
	width: 100%
}

@media (max-width:968px) {
	.intro_brand_list>ul>li .item .img {
		height: 300px
	}
}

@media (max-width:668px) {
	.intro_brand_list>ul>li .item .img {
		height: 170px
	}
}

.intro_brand_list>ul>li .item .img span {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%
}

.intro_brand_list>ul>li .item:hover:after {
	opacity: .5
}

.intro_brand_list>ul>li .item:hover .logo img {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95)
}

.intro_brand_list>ul>li .item:hover .img span {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.intro_adviser_inner {
	background-color: #f5f5f5;
	height: 100%
}

@media (max-width:968px) {
	.intro_adviser_inner {
		height: auto;
		padding: 60px 0 0!important
	}
}

@media (max-width:668px) {
	.intro_adviser_inner {
		padding: 0!important
	}
}

.intro_adviser .title01 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 25%;
	-webkit-justify-content: center;
	justify-content: center
}

@media (max-width:968px) {
	.intro_adviser .title01 {
		padding-bottom: 50px
	}
}

@media (max-width:668px) {
	.intro_adviser .title01 {
		padding: 20px
	}
}

.intro_adviser_list {
	height: 75%
}

.intro_adviser_list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0
}

@media (max-width:968px) {
	.intro_adviser_list>ul {
		height: 300px
	}
}

@media (max-width:668px) {
	.intro_adviser_list>ul {
		height: auto
	}
}

.intro_adviser_list>ul>li:first-of-type {
	height: 100%;
	width: 37%
}

@media (max-width:668px) {
	.intro_adviser_list>ul>li:first-of-type {
		height: 250px;
		width: 100%
	}
}

.intro_adviser_list>ul>li:first-of-type span {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	width: 100%
}

.intro_adviser_list>ul>li:nth-of-type(2) {
	height: 100%;
	width: 26%
}

@media (max-width:668px) {
	.intro_adviser_list>ul>li:nth-of-type(2) {
		width: 100%
	}
}

.intro_adviser_list>ul>li:nth-of-type(2) img {
	width: 100%
}

.intro_adviser_list>ul>li:nth-of-type(2) ul {
	height: 100%;
	margin: 0;
	padding: 0
}

@media (max-width:668px) {
	.intro_adviser_list>ul>li:nth-of-type(2) ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
}

.intro_adviser_list>ul>li:nth-of-type(2) ul>li {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 50%;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%
}

@media (max-width:668px) {
	.intro_adviser_list>ul>li:nth-of-type(2) ul>li {
		height: 150px
	}
}

.intro_adviser_list>ul>li:nth-of-type(2) ul>li img {
	max-width: 268px
}

@media (max-width:1440px) {
	.intro_adviser_list>ul>li:nth-of-type(2) ul>li img {
		max-width: 160px
	}
}

@media (max-width:968px) {
	.intro_adviser_list>ul>li:nth-of-type(2) ul>li img {
		max-width: 120px
	}
}

@media (max-width:668px) {
	.intro_adviser_list>ul>li:nth-of-type(2) ul>li img {
		max-width: 100px
	}
}

.intro_adviser_list>ul>li:nth-of-type(2) ul>li:first-of-type {
	background-color: #d00941
}

.intro_adviser_list>ul>li:nth-of-type(2) ul>li:nth-of-type(2) {
	background-color: #b5b5b5
}

.intro_adviser_list>ul>li:nth-of-type(3) {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 37%
}

@media (max-width:668px) {
	.intro_adviser_list>ul>li:nth-of-type(3) {
		height: 250px;
		width: 100%
	}
}

.intro_bottom>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0
}

.intro_bottom>ul>li {
	width: 50%
}

.intro_bottom>ul>li a {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 26px;
	height: 290px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%
}

@media (max-width:1681px) {
	.intro_bottom>ul>li a {
		height: 200px
	}
}

@media (max-width:1440px) {
	.intro_bottom>ul>li a {
		font-size: 22px
	}
}

@media (max-width:1380px) {
	.intro_bottom>ul>li a {
		height: 150px
	}
}

@media (max-width:668px) {
	.intro_bottom>ul>li a {
		font-size: 20px;
		height: 120px
	}
}

.intro_bottom>ul>li a:hover {
	background-color: #d00941;
	color: #fff
}

.intro_bottom>ul>li:nth-of-type(odd) a {
	background-color: #f5f5f5
}

.intro_bottom>ul>li:nth-of-type(odd) a:hover {
	background-color: #d00941;
	color: #fff
}

.intro_bottom>ul>li.line {
	border-right: 1px solid #dcdcdc
}

.intro_honor01 {
	background-color: #f5f5f5;
	padding: 120px 0 0
}

@media (max-width:1681px) {
	.intro_honor01 {
		padding: 100px 0 0
	}
}

@media (max-width:1440px) {
	.intro_honor01 {
		padding: 80px 0 0
	}
}

@media (max-width:1180px) {
	.intro_honor01 {
		padding: 50px 0 0
	}
}

@media (max-width:968px) {
	.intro_honor01 {
		padding: 20px 0
	}
}

.intro_honor01_txt {
	font-weight: 700;
	margin: 60px auto;
	max-width: 870px;
	text-align: center
}

@media (max-width:1440px) {
	.intro_honor01_txt {
		margin: 40px auto
	}
}

@media (max-width:1180px) {
	.intro_honor01_txt {
		margin: 20px auto
	}
}

@media (max-width:668px) {
	.intro_honor01_txt {
		padding: 0 20px
	}
}

.intro_honor01_txt b.t {
	font-size: 21px
}

@media (max-width:1681px) {
	.intro_honor01_txt b.t {
		font-size: 19px
	}
}

@media (max-width:1440px) {
	.intro_honor01_txt b.t {
		font-size: 17px
	}
}

@media (max-width:1180px) {
	.intro_honor01_txt b.t {
		font-size: 15px
	}
}

.intro_honor01_list>ul {
	border-top: 1px solid #e3e3e3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0
}

.intro_honor01_list>ul>li {
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	padding: 60px 20px;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 33.33%
}

@media (max-width:1440px) {
	.intro_honor01_list>ul>li {
		padding: 40px 20px
	}
}

@media (max-width:968px) {
	.intro_honor01_list>ul>li {
		width: 50%
	}
}

@media (max-width:668px) {
	.intro_honor01_list>ul>li {
		padding: 20px;
		width: 100%
	}
}

.intro_honor01_list>ul>li .txt {
	color: #1c1c1c;
	-webkit-transition: all .5s;
	transition: all .5s
}

.intro_honor01_list>ul>li .txt .year {
	display: block;
	font-size: 28px;
	line-height: 1em
}

@media (max-width:1440px) {
	.intro_honor01_list>ul>li .txt .year {
		font-size: 22px
	}
}

.intro_honor01_list>ul>li .txt .info {
	display: block;
	font-size: 14px;
	line-height: 1em;
	margin: 30px 0 40px
}

@media (max-width:1440px) {
	.intro_honor01_list>ul>li .txt .info {
		margin: 20px 0 30px
	}
}

@media (max-width:668px) {
	.intro_honor01_list>ul>li .txt .info {
		margin: 10px 0 20px
	}
}

.intro_honor01_list>ul>li .txt p {
	font-size: 25px;
	line-height: 1em;
	margin: 0
}

@media (max-width:1440px) {
	.intro_honor01_list>ul>li .txt p {
		font-size: 20px
	}
}

@media (max-width:668px) {
	.intro_honor01_list>ul>li .txt p {
		font-size: 18px
	}
}

.intro_honor01_list>ul>li .icon {
	margin-top: 60px
}

@media (max-width:1440px) {
	.intro_honor01_list>ul>li .icon {
		margin-top: 40px
	}
}

@media (max-width:668px) {
	.intro_honor01_list>ul>li .icon {
		margin-top: 20px
	}
}

.intro_honor01_list>ul>li .icon svg {
	color: #d00941;
	height: 70px;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: auto
}

@media (max-width:1440px) {
	.intro_honor01_list>ul>li .icon svg {
		height: 50px
	}
}

@media (max-width:668px) {
	.intro_honor01_list>ul>li .icon svg {
		height: 45px
	}
}

.intro_honor01_list>ul>li:hover {
	background-color: #d00941
}

.intro_honor01_list>ul>li:hover .icon svg,.intro_honor01_list>ul>li:hover .txt {
	color: #fff
}

.intro_honor02 {
	margin: 0 auto;
	max-width: 1640px;
	padding: 120px 20px 30px
}

@media (max-width:1681px) {
	.intro_honor02 {
		padding-top: 100px
	}
}

@media (max-width:1440px) {
	.intro_honor02 {
		padding-top: 80px
	}
}

@media (max-width:1180px) {
	.intro_honor02 {
		padding-top: 50px
	}
}

@media (max-width:968px) {
	.intro_honor02 {
		padding-top: 20px
	}
}

.intro_honor02_list {
	padding: 80px 0
}

@media (max-width:1440px) {
	.intro_honor02_list {
		padding: 60px 0
	}
}

@media (max-width:1180px) {
	.intro_honor02_list {
		padding: 40px 0
	}
}

@media (max-width:668px) {
	.intro_honor02_list {
		padding: 20px
	}
}

.intro_honor02_list>ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0
}

.intro_honor02_list>ul,.intro_honor02_list>ul>li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.intro_honor02_list>ul>li {
	padding: 10px 0;
	width: 25%
}

@media (max-width:1180px) {
	.intro_honor02_list>ul>li {
		width: 33.33%
	}
}

@media (max-width:968px) {
	.intro_honor02_list>ul>li {
		width: 50%
	}
}

@media (max-width:668px) {
	.intro_honor02_list>ul>li {
		width: 100%
	}
}

.intro_honor02_list>ul>li:before {
	background-color: #000;
	content: "";
	height: 2px;
	line-height: 2px;
	margin: 16px 10px 0 0;
	width: 30px
}

.intro_honor02 .img img {
	width: 100%
}

.intro_business_top {
	background-color: #f5f5f5;
	padding-bottom: 150px
}

@media (max-width:1440px) {
	.intro_business_top {
		padding-bottom: 80px
	}
}

@media (max-width:1180px) {
	.intro_business_top {
		padding-bottom: 50px
	}
}

@media (max-width:668px) {
	.intro_business_top {
		padding-bottom: 20px
	}

	.intro_business_top_info {
		padding: 0 20px
	}
}

.intro_business_top_info .title01 p,.intro_business_top_info .title01 span {
	line-height: 1.5em
}

.intro_business_top_info_img {
	padding: 20px 0 0;
	text-align: center
}

.intro_business_top_info_img img {
	max-width: 1200px
}

@media (max-width:1180px) {
	.intro_business_top_info_img img {
		max-width: 80%
	}
}

@media (max-width:668px) {
	.intro_business_top_info_img img {
		max-width: 100%
	}
}

.intro_business_list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0
}

.intro_business_list>ul>li {
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	width: 50%
}

@media (max-width:668px) {
	.intro_business_list>ul>li {
		border-right: none;
		width: 100%
	}
}

.intro_business_list>ul>li .item {
	padding: 100px 0;
	position: relative;
	width: 100%
}

@media (max-width:1440px) {
	.intro_business_list>ul>li .item {
		padding: 80px 0
	}
}

@media (max-width:1180px) {
	.intro_business_list>ul>li .item {
		padding: 50px 0
	}
}

@media (max-width:668px) {
	.intro_business_list>ul>li .item {
		padding: 20px
	}
}

.intro_business_list>ul>li .item:after {
	background: #fff;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	z-index: 3
}

.intro_business_list>ul>li .item .txt {
	position: relative;
	z-index: 5
}

.intro_business_list>ul>li .item .txt .icon {
	height: 80px;
	margin: 0 auto;
	position: relative;
	width: 280px
}

.intro_business_list>ul>li .item .txt .icon img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%
}

.intro_business_list>ul>li .item .txt .icon .icon01 {
	opacity: 1
}

.intro_business_list>ul>li .item .txt .icon .icon02 {
	opacity: 0
}

.intro_business_list>ul>li .item .txt .t {
	color: #000;
	display: block;
	font-size: 26px;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1440px) {
	.intro_business_list>ul>li .item .txt .t {
		font-size: 22px
	}
}

.intro_business_list>ul>li .item .txt .t:before {
	background-color: #222;
	content: "";
	display: block;
	height: 2px;
	line-height: 2px;
	margin: 20px auto 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 25px
}

@media (max-width:668px) {
	.intro_business_list>ul>li .item .txt .t:before {
		margin: 10px auto 15px
	}
}

.intro_business_list>ul>li .item .txt .des {
	margin: 80px auto 0;
	max-width: 630px;
	padding: 0 20px;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1681px) {
	.intro_business_list>ul>li .item .txt .des {
		margin-top: 50px
	}
}

@media (max-width:668px) {
	.intro_business_list>ul>li .item .txt .des {
		margin-top: 20px;
		padding: 0
	}
}

.intro_business_list>ul>li .item .img {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.intro_business_list>ul>li .item .img span {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%
}

.intro_business_list>ul>li .item:hover:after {
	background-color: rgba(0,0,0,.8)
}

.intro_business_list>ul>li .item:hover .txt .icon .icon01 {
	opacity: 0
}

.intro_business_list>ul>li .item:hover .txt .icon .icon02 {
	opacity: 1
}

.intro_business_list>ul>li .item:hover .txt .t {
	color: #fff
}

.intro_business_list>ul>li .item:hover .txt .t:before {
	background-color: #fff;
	width: 60px
}

.intro_business_list>ul>li .item:hover .txt .des {
	color: #fff
}

.intro_business_list>ul>li .item:hover .img span {
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07)
}

.intro_faq {
	background-color: #f5f5f5
}

.intro_faq_inner {
	margin: 0 auto;
	max-width: 1000px;
	padding: 100px 20px
}

@media (max-width:1440px) {
	.intro_faq_inner {
		padding: 80px 20px
	}
}

@media (max-width:1180px) {
	.intro_faq_inner {
		padding: 50px 20px
	}
}

@media (max-width:668px) {
	.intro_faq_inner {
		padding: 20px
	}
}

.intro_faq_list {
	margin-top: 60px
}

@media (max-width:1440px) {
	.intro_faq_list {
		margin-top: 30px
	}
}

.intro_faq_list>ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.intro_faq_list>ul>li {
	border-bottom: 1px solid #d2d2d2;
	display: block;
	margin-bottom: 40px;
	padding-bottom: 40px
}

@media (max-width:1440px) {
	.intro_faq_list>ul>li {
		margin-bottom: 20px;
		padding-bottom: 20px
	}
}

.intro_faq_list>ul>li .item b.t {
	display: block;
	font-size: 30px;
	line-height: 1.5em;
	margin-bottom: 30px
}

@media (max-width:1681px) {
	.intro_faq_list>ul>li .item b.t {
		font-size: 24px
	}
}

@media (max-width:668px) {
	.intro_faq_list>ul>li .item b.t {
		font-size: 20px
	}
}

.intro_faq_list>ul>li .item b.t span {
	font-family: Avenir-Book;
	font-size: 28px
}

@media (max-width:1681px) {
	.intro_faq_list>ul>li .item b.t span {
		font-size: 22px
	}
}

@media (max-width:668px) {
	.intro_faq_list>ul>li .item b.t span {
		font-size: 16px
	}
}

.page_solution {
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

.page_solution:nth-of-type(2n) {
	background-color: #f5f5f5
}

.page_solution .bread_pos {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

@media (max-width:968px) {
	.page_solution_inner {
		height: auto;
		padding-bottom: 60px;
		padding-top: 60px!important
	}

	.page_solution01 .page_solution_inner {
		padding-top: 100px!important
	}

	.page_solution01 .page_solution_inner .item {
		padding-top: 20px!important
	}
}

@media (max-width:668px) {
	.page_solution_inner {
		padding: 20px!important
	}

	.page_solution01 .page_solution_inner {
		padding-top: 80px!important
	}
}

.page_solution .item {
	display: block;
	text-align: center
}

.page_solution .item,.page_solution .item .t {
	-webkit-transition: all .5s;
	transition: all .5s
}

.page_solution .item .t {
	color: #222;
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	line-height: 100px;
	margin: 0;
	padding: 0 90px;
	position: relative;
	white-space: nowrap
}

@media (max-width:1681px) {
	.page_solution .item .t {
		font-size: 26px;
		line-height: 100px;
		padding: 0 40px
	}
}

@media (max-width:1180px) {
	.page_solution .item .t {
		font-size: 20px;
		line-height: 80px
	}
}

@media (max-width:668px) {
	.page_solution .item .t {
		line-height: 50px
	}
}

.page_solution .item .t:after,.page_solution .item .t:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	line-height: 2px;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 0;
	z-index: 2
}

.page_solution .item .t:before {
	top: 0
}

.page_solution .item .t:after {
	bottom: 0
}

.page_solution .item .icon {
	height: 120px;
	margin: 40px auto;
	width: 120px
}

@media (max-width:1681px) {
	.page_solution .item .icon {
		height: 80px;
		margin: 30px auto;
		width: 80px
	}
}

@media (max-width:1180px) {
	.page_solution .item .icon {
		height: 80px;
		width: 80px
	}
}

@media (max-width:668px) {
	.page_solution .item .icon {
		margin: 20px auto
	}
}

.page_solution .item .icon svg {
	color: #222;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%
}

.page_solution .item .txt {
	margin: 0 auto;
	max-width: 700px;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1440px) {
	.page_solution .item .txt {
		max-width: 600px
	}
}

.page_solution .item .info {
	border: 2px solid #7d7d7d;
	color: #1b1b1b;
	display: inline-block;
	font-size: 18px;
	margin: 30px auto;
	padding: 15px 30px;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1681px) {
	.page_solution .item .info {
		font-size: 16px
	}
}

@media (max-width:1440px) {
	.page_solution .item .info {
		font-size: 14px
	}
}

@media (max-width:668px) {
	.page_solution .item .info {
		padding: 10px 25px
	}
}

@media (min-width:668px) {
	.page_solution:hover {
		background-color: #d00941
	}

	.page_solution:hover .t {
		color: #fff
	}

	.page_solution:hover .t:after,.page_solution:hover .t:before {
		left: 0;
		opacity: 1;
		width: 100%
	}

	.page_solution:hover .icon svg,.page_solution:hover .txt {
		color: #fff
	}

	.page_solution:hover .info {
		border-color: #fff;
		color: #fff
	}
}

.page_solution>ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.page_solution>ul li {
	display: block;
	text-align: center
}

.method01_01,.page_solution>ul li:nth-of-type(2n) {
	background-color: #f5f5f5
}

.method01_01 {
	padding: 100px 0
}

@media (max-width:1440px) {
	.method01_01 {
		padding: 80px 0
	}
}

@media (max-width:1180px) {
	.method01_01 {
		padding: 50px 0
	}
}

@media (max-width:968px) {
	.method01_01 {
		padding: 40px 20px
	}
}

@media (max-width:668px) {
	.method01_01 {
		padding: 60px 20px 20px
	}
}

.method01_01_inner {
	margin: 0 auto;
	max-width: 1100px;
	text-align: center
}

@media (max-width:668px) {
	.method01_01_inner {
		text-align: left
	}
}

.method01_01_inner .title {
	color: #262626;
	display: block;
	font-size: 33px;
	line-height: 2em;
	margin: 50px 0
}

@media (max-width:1440px) {
	.method01_01_inner .title {
		font-size: 26px;
		margin: 40px 0
	}
}

@media (max-width:668px) {
	.method01_01_inner .title {
		font-size: 20px;
		margin: 20px 0
	}
}

.method01_02 {
	padding: 100px 0
}

@media (max-width:1440px) {
	.method01_02 {
		padding: 80px 0
	}
}

@media (max-width:1180px) {
	.method01_02 {
		padding: 50px 0
	}
}

@media (max-width:968px) {
	.method01_02 {
		padding: 40px 20px 20px
	}
}

.method01_02_inner {
	margin: 0 auto;
	max-width: 880px;
	text-align: center
}

.method01_02_inner .txt {
	margin: 50px 0
}

@media (max-width:1440px) {
	.method01_02_inner .txt {
		margin: 40px 0
	}
}

@media (max-width:668px) {
	.method01_02_inner .txt {
		margin: 20px 0
	}
}

.method01_03 {
	background-color: #f5f5f5;
	padding: 100px 0 0
}

@media (max-width:1440px) {
	.method01_03 {
		padding: 80px 0 0
	}
}

@media (max-width:1180px) {
	.method01_03 {
		padding: 50px 0 0
	}
}

@media (max-width:968px) {
	.method01_03 {
		padding: 40px 0 0
	}
}

.method01_03_inner {
	margin: 50px auto;
	max-width: 880px
}

@media (max-width:1440px) {
	.method01_03_inner {
		margin: 30px auto
	}
}

@media (max-width:968px) {
	.method01_03_inner {
		padding: 0 20px
	}
}

@media (max-width:668px) {
	.method01_03_inner {
		margin: 20px auto
	}
}

.method01_03_inner .topic {
	margin-top: 40px
}

.method01_03_inner .topic .t {
	display: block;
	margin-bottom: 30px
}

.method01_03_inner .topic>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 -20px;
	padding: 0
}

.method01_03_inner .topic>ul>li {
	margin: 0 0 50px;
	padding: 0 20px;
	width: 33.33%
}

@media (max-width:668px) {
	.method01_03_inner .topic>ul>li {
		margin: 0 0 10px;
		width: 100%
	}
}

.method01_03_inner .topic>ul>li .item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (max-width:668px) {
	.method01_03_inner .topic>ul>li .item {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		text-align: center
	}
}

.method01_03_inner .topic>ul>li .item span.item_t {
	color: #d00941;
	display: block
}

.method01_03_inner a {
	color: #d00941
}

.method01_03_list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0
}

.method01_03_list>ul>li {
	border-bottom: 1px solid #626262;
	border-right: 1px solid #626262;
	width: 25%
}

@media (max-width:668px) {
	.method01_03_list>ul>li {
		width: 50%
	}
}

.method01_03_list>ul>li img {
	width: 100%
}

.method02 {
	background-color: #f5f5f5;
	padding: 100px 0 0
}

@media (max-width:1440px) {
	.method02 {
		padding: 80px 0 0
	}
}

@media (max-width:1180px) {
	.method02 {
		padding: 50px 0 0
	}
}

@media (max-width:968px) {
	.method02 {
		padding: 40px 20px 0
	}
}

@media (max-width:668px) {
	.method02 {
		padding: 60px 20px 0
	}
}

.method02_list {
	border-top: 1px solid #dcdcdc;
	margin: 50px 0 0
}

@media (max-width:1440px) {
	.method02_list {
		margin: 40px 0 0
	}
}

@media (max-width:968px) {
	.method02_list {
		border: none
	}
}

@media (max-width:668px) {
	.method02_list {
		margin: 20px 0 0
	}
}

.method02_list>ul {
	margin: 0;
	padding: 0
}

.method02_list>ul>li {
	display: block
}

@media (max-width:968px) {
	.method02_list>ul>li {
		margin-bottom: 20px
	}

	.method02_list>ul>li:last-of-type {
		margin-bottom: 0
	}
}

.method02_list>ul>li a {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%
}

@media (max-width:968px) {
	.method02_list>ul>li a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.method02_list>ul>li a .thumb {
	overflow: hidden;
	width: 50%
}

@media (max-width:968px) {
	.method02_list>ul>li a .thumb {
		border: 1px solid #dcdcdc;
		border-bottom: none;
		width: 100%
	}
}

.method02_list>ul>li a .thumb img {
	display: block;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%
}

.method02_list>ul>li a .txt {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	-webkit-align-self: center;
	align-self: center;
	padding: 0 10%;
	width: 50%
}

@media (max-width:1681px) {
	.method02_list>ul>li a .txt {
		padding: 0 8%
	}
}

@media (max-width:1180px) {
	.method02_list>ul>li a .txt {
		padding: 20px
	}
}

@media (max-width:968px) {
	.method02_list>ul>li a .txt {
		width: 100%
	}
}

.method02_list>ul>li a .txt .des {
	color: #666;
	font-size: 16px;
	line-height: 2em
}

@media (max-width:1440px) {
	.method02_list>ul>li a .txt .des {
		font-size: 14px
	}
}

.method02_list>ul>li a .txt .more {
	border: 2px solid #999;
	color: #999;
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	margin-top: 20px;
	padding: 15px 35px;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1180px) {
	.method02_list>ul>li a .txt .more {
		padding: 10px 20px
	}
}

@media (min-width:968px) {
	.method02_list>ul>li a:hover .thumb img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07)
	}

	.method02_list>ul>li a:hover .txt .title01 span {
		color: #d00941
	}

	.method02_list>ul>li a:hover .txt .more {
		background-color: #d00941;
		border-color: #d00941;
		color: #fff
	}

	.method02_list>ul>li:nth-of-type(2n) .txt {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		-webkit-order: -1;
		order: -1
	}
}

.case {
	position: relative
}

.hot_case img {
	width: 100%
}

.list_case .list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0
}

.list_case .list>ul>li {
	width: 33.3333333333%
}

@media (max-width:668px) {
	.list_case .list>ul>li {
		width: 100%
	}
}

.list_case .list>ul>li a {
	display: block;
	overflow: hidden;
	position: relative
}

.list_case .list>ul>li a:after {
	background: #000;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	z-index: 2
}

@media (max-width:1180px) {
	.list_case .list>ul>li a:after {
		opacity: .5
	}
}

.list_case .list>ul>li a .txt {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	z-index: 3
}

@media (max-width:1180px) {
	.list_case .list>ul>li a .txt {
		opacity: 1
	}
}

.list_case .list>ul>li a .txt b {
	font-size: 28px;
	font-weight: 400
}

@media (max-width:1180px) {
	.list_case .list>ul>li a .txt b {
		font-size: 20px
	}
}

@media (max-width:668px) {
	.list_case .list>ul>li a .txt b {
		font-size: 16px
	}
}

.list_case .list>ul>li a .img {
	overflow: hidden;
	width: 101%
}

.list_case .list>ul>li a .img img {
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%
}

@media (min-width:1180px) {
	.list_case .list>ul>li a:hover:after {
		opacity: .5
	}

	.list_case .list>ul>li a:hover .txt {
		opacity: 1
	}

	.list_case .list>ul>li a:hover .img img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.list_case .bottom {
	background-color: #000;
	padding: 100px 0;
	text-align: center
}

@media (max-width:1440px) {
	.list_case .bottom {
		padding: 80px 0
	}
}

@media (max-width:1180px) {
	.list_case .bottom {
		padding: 50px 0
	}
}

@media (max-width:668px) {
	.list_case .bottom {
		padding: 20px 0
	}
}

.list_case .bottom .case_more {
	background: none;
	border: 2px solid #ececec;
	box-shadow: none;
	color: #ececec;
	display: inline-block;
	font-size: 16px;
	line-height: 1em;
	outline: 0;
	padding: 17px 65px 12px
}

@media (max-width:668px) {
	.list_case .bottom .case_more {
		font-size: 14px;
		padding: 10px 30px 5px
	}
}

.list_case .bottom .case_more .iconfont {
	display: block;
	font-size: 14px;
	margin-top: 3px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media (max-width:668px) {
	.list_case .bottom .case_more .iconfont {
		font-size: 12px
	}
}

.list_case .bottom .case_more:not(am-disabled):hover {
	background-color: #d00941;
	border-color: #d00941;
	color: #fff
}

.case_content .case_banner img {
	width: 100%
}

.case_content .content {
	padding: 10px
}

.case_content .content .title {
	color: #222
}

.case_content .content .title h1 {
	display: block;
	font-size: 24px;
	font-weight: 400
}

.case_content .content .title p {
	display: block
}

.case_content .content .title p span {
	display: block;
	margin-right: 20px
}

.case_content .content .txt {
	color: #666;
	font-size: 14px;
	font-weight: lighter;
	line-height: 24px
}

.case_content .content .txt .word {
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s
}

.case_content .content .txt .word_all {
	height: auto
}

.case_content .content .txt .more {
	margin-bottom: 20px
}

.case_content .content .txt .more .txt_more {
	color: #d00941;
	display: inline-block;
	font-size: 14px;
	padding: 10px 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.case_content .content .case_video {
	margin: 10px 0 0;
	position: relative;
	width: 100%
}

.case_content .content .case_video .player {
	width: 100%
}

.case_content .content .case_video .player video {
	max-width: 100%
}

.case_content .content .case_video.in_video_small {
	width: 100%
}

.case_content .content .case_gallery {
	margin-top: 10px
}

.case_content .content .case_gallery .item {
	margin-bottom: 10px
}

@media (min-width:1200px) {
	.case_content .list_case .item {
		margin-top: 0
	}

	.case_content .list_case .item[class*=am-u-]+[class*=am-u-]:last-child {
		float: left
	}

	.case_content .list_case .item a {
		overflow: hidden
	}

	.case_content .list_case .item a .txt {
		background: none;
		top: 0;
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.case_content .list_case .item a .txt .des {
		opacity: 0;
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.case_content .list_case .item a .txt .des b {
		display: block;
		font-size: 28px;
		height: 40px;
		line-height: 40px
	}

	.case_content .list_case .item a .txt .des p {
		display: block;
		font-size: 16px;
		line-height: 28px;
		padding: 0 30px;
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.case_content .list_case .item a .img {
		overflow: hidden
	}

	.case_content .list_case .item a .img img {
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.case_content .list_case .item a:hover .txt {
		background: url(../image/cover_bg.png) repeat
	}

	.case_content .list_case .item a:hover .txt .des {
		opacity: 1
	}

	.case_content .list_case .item a:hover .txt .des p {
		animation-delay: 2s;
		-webkit-animation-delay: 2s
	}

	.case_content .list_case .item a:hover .img img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}

	.case_content .content {
		background: #f5f5f5;
		padding: 100px 0 80px
	}

	.case_content .content .content_w {
		margin: 0 auto;
		max-width: 1200px
	}

	.case_content .content .title h1 {
		font-size: 30px;
		height: 70px;
		line-height: 70px
	}

	.case_content .content .title p {
		line-height: 30px
	}

	.case_content .content .title p span {
		display: block;
		margin-right: 20px
	}

	.case_content .content .txt {
		font-size: 16px;
		line-height: 36px
	}

	.case_content .content .txt .word_all {
		height: auto
	}

	.case_content .content .txt .more {
		margin-bottom: 20px
	}

	.case_content .content .txt .more .txt_more {
		font-size: 16px
	}

	.case_content .content .case_video {
		margin: 40px 0 0
	}

	.case_content .content .case_gallery {
		margin-top: 40px
	}

	.case_content .content .case_gallery .item {
		margin-bottom: 40px
	}
}

@media (min-width:2000px) {
	.case_content .content .title h1 {
		font-size: 30px;
		height: 70px;
		line-height: 70px
	}

	.case_content .content .txt {
		font-size: 16px;
		line-height: 36px
	}

	.case_content .content .txt .word_all {
		height: auto
	}

	.case_content .content .txt .more {
		margin-bottom: 20px
	}

	.case_content .content .txt .more .txt_more {
		font-size: 16px
	}

	.case_content .content .case_gallery .item {
		margin-bottom: 40px
	}

	.case_content .content .case_gallery .item img {
		margin: 0 auto
	}
}

.nongchuang {
	background-color: #f5f5f5
}

.nongchuang_top {
	margin: 0 auto;
	max-width: 1000px;
	padding: 20px 20px 60px;
	text-align: center
}

@media (max-width:1180px) {
	.nongchuang_top {
		padding: 50px 20px
	}
}

@media (max-width:668px) {
	.nongchuang_top {
		padding: 20px 20px 40px
	}
}

.nongchuang_top img {
	max-width: 100%
}

.nongchuang_top .title {
	color: #262626;
	display: block;
	font-size: 40px;
	line-height: 2em;
	margin: 50px 0 0
}

@media (max-width:1440px) {
	.nongchuang_top .title {
		font-size: 26px;
		margin: 20px 0 0
	}
}

@media (max-width:668px) {
	.nongchuang_top .title {
		font-size: 14px
	}
}

.nongchuang_top .title b {
	display: block;
	font-size: 1.4em
}

.nongchuang_top .des {
	margin: 40px 0 60px
}

@media (max-width:1440px) {
	.nongchuang_top .des {
		margin: 40px 0
	}
}

.nongchuang_moudle {
	background-color: #d00941
}

.nongchuang_moudle_inner {
	color: #fff;
	margin: 0 auto;
	max-width: 1000px;
	padding: 90px 20px 100px;
	text-align: center
}

@media (max-width:1440px) {
	.nongchuang_moudle_inner {
		padding: 50px 20px
	}
}

.nongchuang_moudle .title {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	display: inline-block;
	font-size: 38px;
	line-height: 1em;
	padding: 40px 50px
}

@media (max-width:668px) {
	.nongchuang_moudle .title {
		font-size: 26px;
		padding: 20px
	}
}

.nongchuang_moudle .subtitle {
	margin: 160px 0 90px
}

@media (max-width:1440px) {
	.nongchuang_moudle .subtitle {
		margin: 50px 0
	}
}

@media (max-width:668px) {
	.nongchuang_moudle .subtitle {
		margin: 30px 0
	}
}

.nongchuang_moudle .subtitle span {
	border: 1px solid #fff;
	display: inline-block;
	font-size: 35px;
	line-height: 1em;
	padding: 25px 50px
}

@media (max-width:668px) {
	.nongchuang_moudle .subtitle span {
		font-size: 20px;
		padding: 20px
	}
}

.nongchuang_moudle .common_txt {
	color: #fff
}

.nongchuang_moudle .phone {
	font-size: 3em;
	margin-top: 110px
}

@media (max-width:1440px) {
	.nongchuang_moudle .phone {
		margin-top: 60px
	}
}

@media (max-width:668px) {
	.nongchuang_moudle .phone {
		font-size: 2em;
		margin-top: 40px
	}
}

.nonchuang_cases01 .title01 {
	padding: 120px 0 90px
}

@media (max-width:1440px) {
	.nonchuang_cases01 .title01 {
		padding: 80px 0 30px
	}
}

@media (max-width:1180px) {
	.nonchuang_cases01 .title01 {
		padding: 60px 0 20px
	}
}

.nonchuang_cases01 .list {
	background: #f5f5f5;
	position: relative
}

.nonchuang_cases01 .list .item {
	margin-bottom: 20px
}

.nonchuang_cases01 .list .item a {
	background-color: #f3f1f1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 100px 0 80px;
	width: 100%
}

@media (max-width:1440px) {
	.nonchuang_cases01 .list .item a {
		padding: 0 40px
	}
}

@media (max-width:668px) {
	.nonchuang_cases01 .list .item a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0
	}
}

.nonchuang_cases01 .list .item a .img {
	overflow: hidden;
	position: relative;
	width: 44%
}

@media (max-width:668px) {
	.nonchuang_cases01 .list .item a .img {
		height: 200px;
		width: 100%
	}
}

.nonchuang_cases01 .list .item a .img img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%;
	z-index: 2
}

.nonchuang_cases01 .list .item a .txt {
	padding: 40px 0 20px 140px;
	width: 56%
}

@media (max-width:1440px) {
	.nonchuang_cases01 .list .item a .txt {
		padding-left: 40px
	}
}

@media (max-width:668px) {
	.nonchuang_cases01 .list .item a .txt {
		padding: 20px;
		width: 100%
	}
}

.nonchuang_cases01 .list .item a .txt b.t {
	color: #2e2e2e;
	display: block;
	font-size: 28px;
	line-height: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (max-width:1440px) {
	.nonchuang_cases01 .list .item a .txt b.t {
		font-size: 18px
	}
}

.nonchuang_cases01 .list .item a .txt i.line {
	background-color: #2e2e2e;
	display: block;
	height: 3px;
	margin-top: 15px;
	width: 40px
}

.nonchuang_cases01 .list .item a .txt .des {
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	color: #2e2e2e;
	display: -webkit-box;
	font-size: 20px;
	height: 8em;
	line-height: 1.6em;
	margin: 25px 0;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (max-width:1440px) {
	.nonchuang_cases01 .list .item a .txt .des {
		font-size: 14px;
		margin: 15px 0
	}
}

.nonchuang_cases01 .list .item a .txt .more {
	color: #615f5f;
	font-size: 20px;
	line-height: 1em;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:1440px) {
	.nonchuang_cases01 .list .item a .txt .more {
		font-size: 14px
	}
}

.nonchuang_cases01 .list .item a:hover .img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.nonchuang_cases01 .list .item a:hover .txt .more {
	color: #d00941
}

.nonchuang_cases02 {
	background-color: #fff;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px
}

.nonchuang_cases02_title {
	padding: 70px 0 20px 80px
}

.nonchuang_cases02_list>ul {
	-ms-grid-columns: (minmax(0,1fr))[9];
	display: -ms-grid;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(9,minmax(0,1fr));
	list-style: none;
	margin: 0;
	padding: 0
}

@media (max-width:668px) {
	.nonchuang_cases02_list>ul {
		-ms-grid-columns: (minmax(0,1fr))[4];
		grid-template-columns: repeat(4,minmax(0,1fr))
	}
}

.nonchuang_cases02_list>ul>li a {
	border: 1px solid #f1f1f1;
	display: block
}

.nonchuang_cases02_list>ul>li a .img {
	overflow: hidden;
	width: 100%
}

.nonchuang_cases02_list>ul>li a .img img {
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%
}

.nonchuang_cases02_list>ul>li a span {
	color: #bdbebe;
	display: block;
	font-size: 14px;
	line-height: 36px;
	overflow: hidden;
	padding: 0 5px;
	text-align: center;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
	white-space: nowrap
}

@media (max-width:668px) {
	.nonchuang_cases02_list>ul>li a span {
		font-size: 12px
	}
}

.nonchuang_cases02_list>ul>li a:hover .img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.nonchuang_cases02_list>ul>li a:hover span {
	color: #d00941
}

.nonchuang_news_title {
	padding-bottom: 30px;
	padding-top: 60px
}

.list_news {
	background: #f5f5f5;
	position: relative
}

.list_news .title01 {
	padding: 100px 0 50px
}

@media (max-width:1440px) {
	.list_news .title01 {
		padding: 80px 0 30px
	}
}

@media (max-width:1180px) {
	.list_news .title01 {
		padding: 60px 0 20px
	}
}

.list_news .item a {
	background: #fff;
	display: block
}

.list_news .item a .thumb img {
	width: 100%
}

.list_news .item a .txt {
	padding: 20px
}

.list_news .item a .txt .des b {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}

.list_news .item a .txt .des b:after {
	background: #222;
	content: "";
	display: block;
	height: 2px;
	line-height: 2px;
	margin-top: 10px;
	width: 37px
}

.list_news .item a .txt .des p {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 26px;
	margin: 10px 0
}

.list_news .item a .txt .des span.more {
	border: 2px solid #999;
	color: #999;
	display: block;
	height: 47px;
	line-height: 43px;
	text-align: center;
	width: 140px
}

.list_news .item a .txt .date {
	margin: 10px 0 0;
	padding: 0
}

.list_news .item a .txt .date span.date01 em {
	font-style: normal
}

@media (min-width:1000px) {
	.list_news {
		padding-bottom: 20px
	}

	.list_news .cate_t {
		padding: 30px 0
	}

	.list_news .item {
		margin-bottom: 20px;
		padding: 0
	}

	.list_news .item:last-child {
		margin-bottom: 0
	}

	.list_news .item a {
		position: relative
	}

	.list_news .item a .thumb {
		float: left;
		margin-right: -430px;
		width: 430px
	}

	.list_news .item a .thumb img {
		width: 100%
	}

	.list_news .item a .txt {
		padding: 5px 20px 10px 450px;
		width: 100%
	}

	.list_news .item a .txt .des {
		float: left;
		margin-left: 60px
	}

	.list_news .item a .txt .des b {
		font-size: 18px;
		line-height: 40px;
		padding: 0
	}

	.list_news .item a .txt .des p {
		font-size: 14px;
		line-height: 26px;
		margin: 20px 0
	}

	.list_news .item a .txt .date {
		float: left;
		margin-right: -100px;
		padding: 0 10px 0 20px;
		position: relative;
		width: 80px
	}

	.list_news .item a .txt .date i {
		display: none
	}

	.list_news .item a .txt .date span {
		color: #222;
		display: block;
		float: left;
		font-family: btm
	}

	.list_news .item a .txt .date span i {
		display: none
	}

	.list_news .item a .txt .date span.date01 {
		margin-top: 40px
	}

	.list_news .item a .txt .date span.date01 em {
		display: block;
		font-size: 16px;
		height: 30px;
		line-height: 30px;
		overflow: hidden
	}

	.list_news .item a .txt .date span.date02 {
		font-size: 40px;
		font-weight: 700;
		height: 40px;
		left: 20px;
		line-height: 40px;
		overflow: hidden;
		position: absolute;
		top: 0
	}
}

@media (min-width:1200px) {
	.list_news {
		padding-bottom: 30px
	}

	.list_news .cate_t {
		padding: 30px 0
	}

	.list_news .item {
		margin: 0 auto 30px;
		max-width: 1200px
	}

	.list_news .item a .thumb {
		float: left;
		margin-right: -430px;
		overflow: hidden;
		width: 430px
	}

	.list_news .item a .thumb img {
		-webkit-transition: all 1s;
		transition: all 1s
	}

	.list_news .item a .txt {
		padding: 20px 40px 10px 450px
	}

	.list_news .item a .txt span.more {
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.list_news .item a .txt .date {
		float: left;
		margin: 0 -100px 0 0;
		padding: 0 10px 0 20px;
		position: relative;
		width: 80px
	}

	.list_news .item a .txt .date i {
		display: none
	}

	.list_news .item a .txt .date span {
		color: #222;
		display: block;
		float: left;
		font-family: btm
	}

	.list_news .item a .txt .date span.date01 {
		margin-top: 40px
	}

	.list_news .item a .txt .date span.date01 em {
		font-size: 16px
	}

	.list_news .item a .txt .date span.date02 {
		font-size: 50px;
		height: 50px;
		left: 20px;
		line-height: 50px
	}

	.list_news .item a:hover .thumb img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07)
	}

	.list_news .item a:hover .txt span.more {
		background: #d00941;
		border-color: #d00941;
		color: #fff
	}
}

@media (min-width:1400px) {
	.list_news {
		padding-bottom: 40px
	}

	.list_news .cate_t {
		padding: 40px 0
	}

	.list_news .item {
		margin: 0 auto 40px;
		max-width: 1400px
	}

	.list_news .item a .thumb {
		float: left;
		margin-right: -530px;
		width: 530px
	}

	.list_news .item a .txt {
		padding: 55px 40px 10px 550px
	}

	.list_news .item a .txt .des b {
		font-size: 20px
	}

	.list_news .item a .txt .des p {
		font-size: 16px;
		line-height: 32px;
		margin: 20px 0
	}

	.list_news .item a .txt span.more {
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.list_news .item a .txt .date {
		margin: 0 -100px 0 0
	}

	.list_news .item a .txt .date i {
		display: none
	}

	.list_news .item a .txt .date span {
		color: #222;
		display: block;
		float: left;
		font-family: btm
	}

	.list_news .item a .txt .date span.date01 {
		margin-top: 40px
	}

	.list_news .item a .txt .date span.date01 em {
		font-size: 16px
	}

	.list_news .item a .txt .date span.date02 {
		font-size: 50px;
		height: 50px;
		left: 20px;
		line-height: 50px
	}
}

@media (min-width:1600px) {
	.list_news .cate_t {
		padding: 110px 0 60px
	}

	.list_news .item {
		max-width: 1600px
	}
}

@media (min-width:2000px) {
	.list_news .item {
		max-width: 100%;
		padding: 0 40px
	}
}

.content_news {
	padding: 100px 10px 30px;
	position: relative
}

@media (max-width:1440px) {
	.content_news {
		padding: 80px 10px 30px
	}
}

@media (max-width:1180px) {
	.content_news {
		padding: 60px 10px 20px
	}
}

.content_news .title {
	font-size: 30px;
	font-weight: 400;
	line-height: 50px;
	text-align: center
}

@media (max-width:1180px) {
	.content_news .title {
		font-size: 18px;
		line-height: 40px
	}
}

.content_news .info {
	border-bottom: 1px solid #ddd;
	color: #999;
	display: block;
	font-size: 14px;
	line-height: 30px;
	text-align: center
}

@media (max-width:1180px) {
	.content_news .info {
		font-size: 12px
	}
}

.content_news .word {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	padding: 40px 0 20px
}

.content_news .word .player {
	width: 100%
}

.content_news .word .player video {
	max-width: 100%
}

.content_news .word img {
	height: auto!important;
	max-width: 100%!important
}

.content_news .warp {
	margin: 0 auto;
	max-width: 960px
}

.list_viewpoint {
	background: #f5f5f5
}

.list_viewpoint .item:nth-of-type(2n) {
	background: #fff
}

.list_viewpoint .item a {
	display: block
}

.list_viewpoint .item a .thumb img {
	width: 100%
}

.list_viewpoint .item a .txt {
	padding: 20px
}

.list_viewpoint .item a .txt .des b {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px
}

.list_viewpoint .item a .txt .des b:after {
	background: #222;
	content: "";
	display: block;
	height: 2px;
	line-height: 2px;
	margin-top: 10px;
	width: 37px
}

.list_viewpoint .item a .txt .des p {
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 26px;
	margin: 10px 0
}

.list_viewpoint .item a .txt .des span.more {
	border: 2px solid #999;
	color: #999;
	display: block;
	height: 47px;
	line-height: 43px;
	text-align: center;
	width: 140px
}

@media (min-width:1000px) {
	.list_viewpoint .cate_t {
		padding: 30px 0
	}

	.list_viewpoint .item {
		padding: 20px
	}

	.list_viewpoint .item a {
		position: relative
	}

	.list_viewpoint .item a .thumb {
		float: left;
		margin-right: -430px;
		width: 430px
	}

	.list_viewpoint .item a .thumb img {
		width: 100%
	}

	.list_viewpoint .item a .txt {
		padding: 0 10px 10px 460px
	}

	.list_viewpoint .item a .txt .des b {
		font-size: 18px;
		line-height: 40px;
		padding: 0
	}

	.list_viewpoint .item a .txt .des p {
		font-size: 14px;
		line-height: 26px;
		margin: 20px 0
	}
}

@media (min-width:1200px) {
	.list_viewpoint .cate_t {
		padding: 30px 0
	}

	.list_viewpoint .item {
		padding: 30px 20px
	}

	.list_viewpoint .item a {
		margin: 0 auto;
		max-width: 1200px
	}

	.list_viewpoint .item a .thumb {
		overflow: hidden
	}

	.list_viewpoint .item a .thumb img {
		-webkit-transition: all 1s;
		transition: all 1s
	}

	.list_viewpoint .item a .txt span.more {
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.list_viewpoint .item a:hover .thumb img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07)
	}

	.list_viewpoint .item a:hover .txt span.more {
		background: #d00941;
		border-color: #d00941;
		color: #fff
	}
}

@media (min-width:1400px) {
	.list_viewpoint .cate_t,.list_viewpoint .item {
		padding: 40px 0
	}

	.list_viewpoint .item a {
		max-width: 1400px
	}

	.list_viewpoint .item a .txt .des b {
		font-size: 20px
	}

	.list_viewpoint .item a .txt .des b:after {
		margin-top: 30px
	}

	.list_viewpoint .item a .txt .des p {
		margin: 30px 0
	}
}

@media (min-width:1600px) {
	.list_viewpoint .cate_t {
		padding: 110px 0 60px
	}

	.list_viewpoint .item {
		padding: 60px 0
	}

	.list_viewpoint .item a {
		max-width: 1600px
	}
}

.contact {
	position: relative
}

.contact_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 615px;
	width: 100%
}

@media (max-width:1440px) {
	.contact_top {
		height: 500px
	}
}

@media (max-width:668px) {
	.contact_top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto
	}
}

.contact_top_left {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-image: url(../image/contact01_1.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 8%;
	width: 50%
}

@media (max-width:1180px) {
	.contact_top_left {
		padding-left: 40px
	}
}

@media (max-width:668px) {
	.contact_top_left {
		padding: 60px 20px 20px;
		width: 100%
	}
}

.contact_top_left .inner {
	height: 100%;
	width: 100%
}

.contact_top_left .des {
	color: #fff;
	line-height: 2.4em
}

.contact_top_left .des a {
	color: #fff
}

.contact_top_left .des .tel {
	display: block;
	margin: 50px 0 20px
}

.contact_top_left .des .tel a {
	display: inline-block;
	font-family: Avenir-Book;
	font-size: 40px;
	line-height: 1em;
	margin-right: 10px
}

.contact_top_map {
	width: 50%
}

@media (max-width:668px) {
	.contact_top_map {
		height: 300px;
		width: 100%
	}
}

.contact_top_map #map01 {
	height: 100%;
	width: 100%
}

.contact_bottom {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 100px 8%
}

@media (max-width:1440px) {
	.contact_bottom {
		padding: 80px 8%
	}
}

@media (max-width:1180px) {
	.contact_bottom {
		padding: 50px 40px
	}
}

@media (max-width:968px) {
	.contact_bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (max-width:668px) {
	.contact_bottom {
		padding: 20px
	}
}

.contact_bottom .txt {
	width: 40%
}

@media (max-width:968px) {
	.contact_bottom .txt {
		width: 100%
	}
}

.contact_bottom .txt .des {
	color: #666;
	font-size: 16px;
	line-height: 2em;
	margin-top: 40px
}

@media (max-width:668px) {
	.contact_bottom .txt .des {
		font-size: 14px;
		margin-top: 20px
	}
}

.contact_bottom .message {
	margin-top: 20px;
	width: 50%
}

@media (max-width:968px) {
	.contact_bottom .message {
		width: 100%
	}
}

.contact_bottom .message .message_col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
	padding: 0
}

.contact_bottom .message .message_col .col {
	color: #8a8a8a;
	padding: 0 20px;
	width: 50%
}

@media (max-width:668px) {
	.contact_bottom .message .message_col .col {
		width: 100%
	}
}

.contact_bottom .message .message_col .col_full {
	width: 100%
}

.contact_bottom .message .message_col .col_howtoknow {
	margin: 20px 0
}

@media (max-width:668px) {
	.contact_bottom .message .message_col .col_howtoknow {
		margin: 0 0 20px
	}
}

.contact_bottom .message .message_col .col_howtoknow_list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:668px) {
	.contact_bottom .message .message_col .col_howtoknow_list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.contact_bottom .message .message_col .col_howtoknow_list .am-radio-inline {
		margin-left: 0
	}
}

.contact_bottom .message .message_col .col_howtoknow_list .input {
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	margin-left: 20px;
	padding: 0 10px;
	width: 170px
}

@media (max-width:668px) {
	.contact_bottom .message .message_col .col_howtoknow_list .input {
		margin-left: 0
	}
}

.contact_bottom .message .message_col .col_content .content {
	height: 200px
}

@media (max-width:1440px) {
	.contact_bottom .message .message_col .col_content .content {
		height: 120px
	}
}

.contact_bottom .message .message_col .col .input {
	line-height: 30px
}

.contact_bottom .message .message_col .col .content,.contact_bottom .message .message_col .col .input {
	color: #8a8a8a;
	font-size: 14px
}

.contact_bottom .message .message_col .col .content::-webkit-input-placeholder,.contact_bottom .message .message_col .col .input::-webkit-input-placeholder {
	color: #8a8a8a;
	font-size: 14px
}

.contact_bottom .message .message_col .col .content:-moz-placeholder,.contact_bottom .message .message_col .col .content::-moz-placeholder,.contact_bottom .message .message_col .col .input:-moz-placeholder,.contact_bottom .message .message_col .col .input::-moz-placeholder {
	color: #8a8a8a;
	font-size: 14px
}

.contact_bottom .message .message_col .col .content:-ms-input-placeholder,.contact_bottom .message .message_col .col .input:-ms-input-placeholder {
	color: #8a8a8a;
	font-size: 14px
}

.contact_bottom .message .message_col .col .am-form-label {
	font-size: 14px;
	font-weight: 400
}

.contact_bottom .message .message_col .submit {
	background: none;
	border: 2px solid #222;
	color: #222;
	height: 49px;
	line-height: 45px;
	margin-top: 30px;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 144px
}

@media (max-width:668px) {
	.contact_bottom .message .message_col .submit {
		margin-top: 20px;
		width: 100%
	}
}

.contact_bottom .message .message_col .submit:hover {
	background: #d00941;
	border-color: #d00941;
	color: #fff
}

.job {
	padding: 100px 150px
}

@media (max-width:1681px) {
	.job {
		padding: 100px
	}
}

@media (max-width:1440px) {
	.job {
		padding: 80px 100px
	}
}

@media (max-width:1180px) {
	.job {
		padding: 50px 40px
	}
}

@media (max-width:668px) {
	.job {
		padding: 20px 10px
	}
}

.list_job {
	margin-top: 50px
}

@media (max-width:1180px) {
	.list_job {
		margin-top: 20px
	}
}

.list_job>ul {
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	margin: 0;
	padding: 0
}

@media (max-width:668px) {
	.list_job>ul {
		border-left: none;
		border-top: none
	}
}

.list_job>ul>li {
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	display: block
}

@media (max-width:668px) {
	.list_job>ul>li {
		border: 1px solid #bfbfbf;
		margin-bottom: 10px
	}
}

.list_job>ul>li .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

@media (max-width:668px) {
	.list_job>ul>li .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.list_job>ul>li .item_side {
	border-right: 1px solid #bfbfbf;
	padding: 80px;
	width: 32%
}

@media (max-width:1681px) {
	.list_job>ul>li .item_side {
		padding: 50px
	}
}

@media (max-width:968px) {
	.list_job>ul>li .item_side {
		padding: 20px
	}
}

@media (max-width:668px) {
	.list_job>ul>li .item_side {
		border-bottom: 1px solid #bfbfbf;
		border-right: none;
		width: 100%
	}
}

.list_job>ul>li .item_side b.t {
	color: #222;
	display: block;
	font-size: 33px;
	font-weight: 400;
	line-height: 1.2em
}

@media (max-width:1681px) {
	.list_job>ul>li .item_side b.t {
		font-size: 28px
	}
}

@media (max-width:1440px) {
	.list_job>ul>li .item_side b.t {
		font-size: 24px
	}
}

.list_job>ul>li .item_side b.t:after {
	background-color: #aaa;
	content: "";
	display: block;
	height: 2px;
	line-height: 2px;
	margin: 30px 0;
	width: 30px
}

@media (max-width:668px) {
	.list_job>ul>li .item_side b.t:after {
		margin: 15px 0
	}
}

.list_job>ul>li .item_side .info {
	color: #000
}

.list_job>ul>li .item_side .info span {
	display: block
}

.list_job>ul>li .item_side .info .lianxi {
	margin-top: 20px
}

.list_job>ul>li .item_side .info a {
	color: #000;
	-webkit-transition: all .5s;
	transition: all .5s
}

.list_job>ul>li .item_side .info a:hover {
	color: #d00941
}

.list_job>ul>li .item_content {
	color: #000;
	padding: 80px;
	width: 68%
}

@media (max-width:1681px) {
	.list_job>ul>li .item_content {
		padding: 50px
	}
}

@media (max-width:968px) {
	.list_job>ul>li .item_content {
		padding: 20px
	}
}

@media (max-width:668px) {
	.list_job>ul>li .item_content {
		width: 100%
	}
}

.list_job>ul>li .item_content p {
	margin-bottom: 3px
}

.fp-enabled body,html.fp-enabled {
	margin: 0;
	overflow: hidden;
	padding: 0
}

.fp-section {
	box-sizing: border-box;
	position: relative
}

.fp-slide {
	float: left
}

.fp-slide,.fp-slidesContainer {
	display: block;
	height: 100%
}

.fp-slides {
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 1
}

.fp-section.fp-table,.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%
}

.fp-tableCell {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%
}

.fp-slidesContainer {
	float: left;
	position: relative
}

.fp-controlArrow {
	border-style: solid;
	cursor: pointer;
	height: 0;
	margin-top: -38px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	width: 0;
	z-index: 4
}

.fp-controlArrow.fp-prev {
	border-color: transparent #fff transparent transparent;
	border-width: 38.5px 34px 38.5px 0;
	left: 15px;
	width: 0
}

.fp-controlArrow.fp-next {
	border-color: transparent transparent transparent #fff;
	border-width: 38.5px 0 38.5px 34px;
	right: 15px
}

.fp-scrollable {
	position: relative
}

.fp-scrollable,.fp-scroller {
	overflow: hidden
}

.iScrollIndicator {
	border: 0!important
}

.fp-notransition {
	-webkit-transition: none!important;
	transition: none!important
}

#fp-nav {
	margin-top: -32px;
	opacity: 1;
	position: fixed;
	top: 50%;
	-webkit-transform: translateZ(0);
	z-index: 100
}

#fp-nav.right {
	right: 40px
}

@media (max-width:1681px) {
	#fp-nav.right {
		right: 20px
	}
}

@media (max-width:1180px) {
	#fp-nav.right {
		right: 10px
	}
}

#fp-nav.left {
	left: 40px
}

.fp-slidesNav {
	left: 0!important;
	margin: 0 auto!important;
	opacity: 1;
	position: absolute;
	right: 0;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 4
}

.fp-slidesNav.bottom {
	bottom: 17px
}

.fp-slidesNav.top {
	top: 17px
}

#fp-nav ul,.fp-slidesNav ul {
	margin: 0;
	padding: 0
}

#fp-nav {
	padding: 20px 0
}

#fp-nav ul {
	position: relative;
	z-index: 2
}

#fp-nav ul>li {
	display: block;
	margin: 10px 0
}

#fp-nav ul>li>a {
	border: none;
	display: block;
	height: 15px;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s;
	width: 32px
}

#fp-nav ul>li>a span {
	background-color: #fff;
	display: block;
	height: 1px;
	left: 0;
	line-height: 1px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

#fp-nav ul>li>a span,#fp-nav ul>li>a.active {
	-webkit-transition: all .5s;
	transition: all .5s
}

#fp-nav ul>li>a.active span {
	background-color: #d00941;
	height: 4px;
	line-height: 4px
}

#fp-nav .arrow {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: none;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	left: 0;
	margin: 0;
	opacity: 0;
	outline: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 2
}

#fp-nav .arrow,#fp-nav .arrow span {
	-webkit-transition: all .5s;
	transition: all .5s
}

#fp-nav .arrow span {
	color: #fff;
	font-family: btm;
	font-size: 16px;
	line-height: 32px;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr
}

#fp-nav .arrow.back {
	top: -130px
}

#fp-nav .arrow.back:after {
	background-color: #fff;
	content: "";
	height: 32px;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 1px
}

#fp-nav .arrow.back.show {
	opacity: 1
}

#fp-nav .arrow.next {
	bottom: -130px
}

#fp-nav .arrow.next:before {
	background-color: #fff;
	content: "";
	height: 32px;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 1px
}

#fp-nav .arrow.next.show {
	opacity: 1
}

#fp-nav.dark ul>li>a span {
	background-color: #333
}

#fp-nav.dark ul>li>a.active span {
	background-color: #d00941
}

#fp-nav.dark .arrow span {
	color: #333
}

#fp-nav.dark .arrow.back:after,#fp-nav.dark .arrow.next:before {
	background-color: #333
}

#fp-nav ul li .fp-tooltip {
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	max-width: 220px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	top: -2px;
	white-space: nowrap;
	width: 0
}

#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip {
	opacity: 1;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	width: auto
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px
}

.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto!important
}

.fullpage_backToTop {
	bottom: 0;
	opacity: 0;
	position: fixed;
	right: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 100
}

.fullpage_backToTop button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #d00941;
	border: none;
	border-radius: 4px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 40px;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0;
	outline: 0;
	padding: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 40px
}

.fullpage_backToTop button svg {
	color: #fff;
	height: 20px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 20px
}

.fullpage_backToTop:hover button {
	background: #ff7800
}

.fullpage_backToTop.show {
	bottom: 10px;
	opacity: 1
}

.target-fix {
	display: block;
	height: 1px;
	overflow: hidden;
	position: relative;
	top: -120px
}

@media (max-width:1681px) {
	.target-fix {
		top: -100px
	}
}

@media (max-width:1440px) {
	.target-fix {
		top: -80px
	}
}

@media (max-width:668px) {
	.target-fix {
		top: -60px
	}
}

.mt {
	margin-top: 100px
}

@media (max-width:1440px) {
	.mt {
		margin-top: 80px
	}
}

@media (max-width:668px) {
	.mt {
		margin-top: 60px
	}
}

.pt {
	padding-top: 100px
}

@media (max-width:1440px) {
	.pt {
		padding-top: 80px
	}
}

@media (max-width:668px) {
	.pt {
		padding-top: 60px
	}
}

body {
	background: #eee;
	color: #333;
	font-family: webfont;
	font-size: 14px
}

#warp {
	background: #fff;
	overflow: hidden;
	position: relative
}

.title01 {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center
}

.title01 h1,.title01 span {
	display: block;
	font-size: 32px;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	padding: 0
}

@media (max-width:1180px) {
	.title01 h1,.title01 span {
		font-size: 20px
	}
}

.title01 h1:after,.title01 span:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 20px;
	margin: 15px auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 2px
}

@media (max-width:1180px) {
	.title01 h1:after,.title01 span:after {
		height: 15px;
		margin: 5px auto;
		width: 2px
	}
}

.title01 i {
	display: block;
	font-family: Avenir-Book,webfont;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3em;
	text-transform: uppercase
}

@media (max-width:1180px) {
	.title01 i {
		font-size: 14px
	}
}

@media (max-width:668px) {
	.title01 i {
		font-size: 12px
	}
}

.title01 p {
	display: block;
	font-family: Avenir-Book,webfont;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	opacity: .5;
	text-transform: uppercase
}

@media (max-width:668px) {
	.title01 p {
		font-size: 14px
	}
}

.title01.noline h1:after,.title01.noline span:after {
	opacity: 0
}

.title01.tblack {
	color: #222
}

.title01.tblack h1:after,.title01.tblack span:after {
	background-color: #222
}

.title01.tblack p {
	color: #2e2e2e
}

.title01.left {
	text-align: left
}

.title01.left h1:after,.title01.left span:after {
	margin-left: 6px
}

@media (max-width:668px) {
	.title01.mobile_big h1,.title01.mobile_big span {
		font-size: 24px;
		line-height: 1.5em
	}
}

.bread {
	color: grey;
	font-size: 13px;
	padding: 30px 15%;
	text-align: right;
	width: 100%
}

@media (max-width:1440px) {
	.bread {
		max-width: 1240px;
		padding: 20px
	}
}

.bread a {
	color: grey;
	margin: 0 5px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.bread a:last-of-type {
	margin-right: 0
}

.bread a:hover {
	color: #d00941
}

.common_txt {
	color: #222;
	font-size: 20px;
	line-height: 1.75em
}

@media (max-width:1681px) {
	.common_txt {
		font-size: 18px
	}
}

@media (max-width:1440px) {
	.common_txt {
		font-size: 16px
	}
}

@media (max-width:1180px) {
	.common_txt {
		font-size: 14px
	}
}

.common_txt p {
	margin-bottom: 15px
}

.common_txt h1 {
	color: #222;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75em;
	margin: 0;
	padding: 0
}

@media (max-width:1681px) {
	.common_txt h1 {
		font-size: 18px
	}
}

@media (max-width:1440px) {
	.common_txt h1 {
		font-size: 16px
	}
}

@media (max-width:1180px) {
	.common_txt h1 {
		font-size: 14px
	}
}

.n_banner {
	position: relative
}

.n_banner_bread {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.n_banner_bread.white .bread,.n_banner_bread.white .bread a {
	color: #fff
}

.n_banner_bread.white .bread a:hover {
	color: #d00941
}

.c_page {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 20px 0;
	position: relative
}

@media (max-width:668px) {
	.c_page {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.c_page .c_page_list a {
	color: #999;
	display: block;
	font-size: 14px;
	line-height: 25px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.c_page .c_page_list a:hover {
	color: #d00941
}

.c_page a.back {
	border: 2px solid #999;
	color: #999;
	display: block;
	font-size: 14px;
	height: 48px;
	line-height: 43px;
	margin-left: auto;
	min-width: 140px;
	padding: 0 20px;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width:668px) {
	.c_page a.back {
		margin: 30px auto 0;
		padding: 0 10px
	}
}

.c_page a.back:hover {
	background: #d00941;
	border-color: #d00941;
	color: #fff
}

.side_nongchuang {
	background-color: #ff1e00;
	border-radius: 6px;
	bottom: 200px;
	padding: 12px 10px;
	position: fixed;
	right: 32px;
	width: 48px;
	z-index: 200
}

.side_nongchuang1 {
	background-color: #ff1e00;
	border-radius: 6px;
	bottom: 300px;
	padding: 12px 10px;
	position: fixed;
	right: 32px;
	width: 48px;
	z-index: 200
}

@media (max-width:1681px) {
	.side_nongchuang {
		right: 12px
	}
  .side_nongchuang1 {
		right: 12px
	}
}
}

@media (max-width:1180px) {
	.side_nongchuang {
		bottom: 260px
	}
  .side_nongchuang1 {
		bottom: 260px
	}
}

@media (max-width:668px) {
	.side_nongchuang {
		bottom: 25vh;
		padding: 10px;
		right: 10px
	}
  .side_nongchuang1 {
		bottom: 40vh;
		padding: 10px;
		right: 10px
	}
}

.side_nongchuang a {
	display: block
}
.side_nongchuang1 a {
	display: block
}

.side_nongchuang a .icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border: 3px solid #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 28px;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto 5px;
	width: 28px
}

.side_nongchuang1 a .icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	border: 3px solid #fff;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 28px;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 auto 5px;
	width: 28px
}

@media (max-width:668px) {
	.side_nongchuang a .icon {
		border-width: 2px
	}
  .side_nongchuang1 a .icon {
		border-width: 2px
	}
}

.side_nongchuang a .icon img {
	width: 100%
}

.side_nongchuang1 a .icon img {
	width: 100%
}

.side_nongchuang a span {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.3em
}

.side_nongchuang1 a span {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.3em
}

.sidebar {
	background-color: #d00941;
	border-radius: 4px;
	bottom: 32px;
	padding: 12px 10px 0;
	position: fixed;
	right: 32px;
	width: 48px;
	z-index: 20
}

@media (max-width:1681px) {
	.sidebar {
		bottom: 20px;
		right: 12px
	}
}

@media (max-width:668px) {
	.sidebar {
		background-color: hsla(0,0%,100%,.85);
		border-radius: 0;
		bottom: 0;
		box-shadow: 0 -10px 10px 0 rgba(0,0,0,.1);
		padding: 0;
		right: 0;
		width: 100%
	}
}

.sidebar>ul {
	list-style: none;
	margin: 0;
	padding: 0
}

@media (max-width:668px) {
	.sidebar>ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.sidebar>ul>li {
		position: relative;
		width: 33.33%
	}

	.sidebar>ul>li:after {
		background-color: #d00941;
		content: "";
		display: block;
		height: 20px;
		margin-top: -10px;
		opacity: .5;
		position: absolute;
		right: 0;
		top: 50%;
		width: 1px
	}

	.sidebar>ul>li:last-of-type:after {
		display: none
	}
}

.sidebar>ul>li a {
	display: block;
	margin-bottom: 12px;
	text-align: center
}

@media (max-width:668px) {
	.sidebar>ul>li a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 60px;
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom: 0
	}
}

.sidebar>ul>li a .icon {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 20px;
	margin: 0 auto 5px;
	width: 20px
}

.sidebar>ul>li a .icon.icon_im {
	background-image: url(../image/comp-icon-im.png)
}

@media (max-width:668px) {
	.sidebar>ul>li a .icon.icon_im {
		background-image: url(../image/comp-icon-im-m.png)
	}
}

.sidebar>ul>li a .icon.icon_form {
	background-image: url(../image/comp-icon-form.png)
}

@media (max-width:668px) {
	.sidebar>ul>li a .icon.icon_form {
		background-image: url(../image/comp-icon-form-m.png)
	}
}

.sidebar>ul>li a .icon.icon_tel {
	background-image: url(../image/comp-icon-tel.png)
}

@media (max-width:668px) {
	.sidebar>ul>li a .icon.icon_tel {
		background-image: url(../image/comp-icon-tel-m.png)
	}
}

.sidebar>ul>li a span {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.3em
}

@media (max-width:668px) {
	.sidebar>ul>li a span {
		color: #d00941;
		line-height: 1em
	}
}

.sidebar>ul>li.tel {
	display: none
}

@media (max-width:1180px) {
	.sidebar>ul>li.tel {
		display: block
	}
}

#pop_message {
	background-color: rgba(0,0,0,.8);
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10020
}

@media (max-width:668px) {
	#pop_message {
		padding: 10px
	}
}

#pop_message.show {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center
}

.pop_message_col {
	background-color: #fff;
	padding: 20px;
	position: relative;
	width: 600px
}

@media (max-width:668px) {
	.pop_message_col {
		width: 100%
	}
}

.pop_message_col .am-close {
	display: block;
	font-size: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	z-index: 2
}

.pop_message_col .title {
	text-align: center
}

.pop_message_col .title b {
	color: #666;
	display: block;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5em
}

@media (max-width:668px) {
	.pop_message_col .title b {
		font-size: 22px
	}
}

.pop_message_col .title span {
	color: #999;
	display: block;
	font-size: 16px;
	line-height: 1.5em
}

@media (max-width:668px) {
	.pop_message_col .title span {
		font-size: 14px
	}
}

.pop_message_col .form {
	margin-top: 30px
}

@media (max-width:668px) {
	.pop_message_col .form {
		margin-top: 20px
	}
}

.pop_message_col .form .am-form-group label {
	color: #666;
	font-weight: 400
}

.pop_message_col .form .am-form-group label em {
	color: #d00941;
	font-style: normal
}

.pop_message_col .form input {
	border-radius: 4px
}

.pop_message_col .form textarea {
	border-radius: 4px;
	height: 150px
}

@media (max-width:668px) {
	.pop_message_col .form textarea {
		height: 120px
	}
}

.pop_message_col .form .submit {
	background: #d00941;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	outline: 0;
	padding: 0;
	width: 100%
}

.pop_message_col .tip {
	color: #999;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
	text-align: center
}

@media (max-width:668px) {
	.pop_message_col .tip {
		font-size: 12px
	}
}