@charset "utf-8";

/* CSS Document*/
:root {
	--active-color: #1c7de0;
	--txt-color: #9a9a9a
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

*:visited,
*:focus,
*:hover,
*:active {
	outline: none;
}
 
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* 10÷16=62.5%*/
	;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	/* 12÷10=1.2*/
	;
}

body {
	line-height: 1.4em;
	font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei",sans-serif;
	color: #555;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

em,
q,
cite,
address {
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 2.5rem;
}

h2,
.h2 {
	font-size: 2rem;
}

h3,
.h3 {
	font-size: 1.75rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

address {
	display: inline;
}

img {
	border: none;
	max-width: 100%;
}

ul,
li {
	list-style: none;
}

small {
	-webkit-text-size-adjust: none;
	font-size: 10px;
}

i {
	font-style: normal;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

/* link*/
a {
	color: var(--txt-color);
	outline-style: none;
	text-decoration: none;
	cursor: pointer;
	transition: all 1s ease 0s;
}

a:hover {
	text-decoration: none;
}

a:link {
	color: var(--txt-color);
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	color: var(--txt-color);
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: var(--txt-color);
	text-decoration: none;
}

a:active {
	color: var(--txt-color);
	text-decoration: none;
}

/* for other*/
/* float*/
.fn-left {
	float: left !important;
}

.fn-right {
	float: right !important;
}

.fn-none {
	float: none !important;
}

/* text-align*/
.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

.txt-center {
	text-align: center;
}

/* display*/
.display-show,
.pc-show,
.mid-show,
.mobile-show {
	display: block;
}

.display-hide,
.pc-hide,
.mid-hide,
.mobile-hide {
	display: none;
}

.display-inline {
	display: inline;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-underline {
	text-decoration: underline;
}

/*------------------form--------------------*/
label {
	cursor: pointer;
}

button {
	border-radius: 0;
	border: none;
	background: none;
	outline: none;
	margin: 0;
	padding: 0;
}

button:focus,
button:hover,
button:active {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

/*-------------------定位-------------------*/
.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.poabsolute-wh50 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.poabsolute-w50 {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.poabsolute-h50 {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.poabsolute-b {
	position: absolute;
	bottom: 0;
}

.zindex2 {
	z-index: 2;
}

.overhidden {
	overflow: hidden;
}

/*-------------------通用圆角、阴影、模糊等样式-------------------*/
.box-shadow1 {
	box-shadow: 0px 20px 40px 0px rgba(0, 18, 60, 0.1);
	background: #fff;
}

.box-shadow2 {
	-moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
}

.box-shadow3 {
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.box-shadow5 {
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}

*+html .box-shadow5 {
	border: 1px solid #e0e0e0;
}

.box-shadow5 {
	border\0: 1px solid #e0e0e0;
}

.inbox-shadow {
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) inset;
}

.blur5 {
	filter: url(../fonts/blur.svg#blur);
	/* FireFox,Chrome,Opera*/
	-webkit-filter: blur(5px);
	/* Chrome,Opera*/
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
	/* IE6~IE9*/
	;
}

border_radius5 {
	border-radius: 5px;
}

/*-------------------透明度-------------------*/
.opacity0_5 {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.opacity0_7 {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/*-------------------字体颜色、样式、字体间距-------------------*/
.fontSize12 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2rem;
}

.fontSize14 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.fontSize16 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6rem;
}

.fontSize18 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8rem;
}

.fontSize20 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 2.0rem;
}

.fontSize24 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.4rem;
}

.fontSize26 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 2.6rem;
}

.fontSize30 {
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 3.0rem;
}

.fontSize36 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 3.6rem;
}

.fontSize50 {
	font-size: 50px;
	font-size: 5.0rem;
	line-height: 5.0rem;
}

.fontSize80 {
	font-size: 80px;
	font-size: 8.0rem;
	line-height: 8.0rem;
}

.colfff,
.colfff a,
.colfff a:link,
.colfff a:visited,
.colfff a:active {
	color: #fff;
}

.colfff a:hover,
a:hover .colfff {
	color: #ff0;
	text-decoration: none;
}

.col333,
.col333 a,
.col333 a:link,
.col333 a:visited,
.col333 a:active {
	color: #333;
}

.col333 a:hover,
a:hover .col333 {
	color: #e60012;
	text-decoration: none;
}

.col000,
.col000 a,
.col000 a:link,
.col000 a:visited,
.col000 a:active {
	color: #000;
}

.col000 a:hover,
a:hover .col000 {
	color: #fff;
	text-decoration: none;
}

.col666,
.col666 a,
.col666 a:link,
.col666 a:visited,
.col666 a:active {
	color: #666;
}

.col666 a:hover,
a:hover .col666 {
	color: #e60012;
	text-decoration: none;
}

.colf00,
.colf00 a,
.colf00 a:link,
.colf00 a:visited,
.colf00 a:active {
	color: #f00;
}

.colf00 a:hover,
a:hover .colf00 {
	color: #f00;
	text-decoration: none;
}

/*-------------------分割线、边框-------------------*/
.border-none {
	border: 0 none;
}

/*-------------------间距-------------------*/
.margintop10 {
	margin-top: 1rem;
	margin-top: 10px\9;
}

.margintop15 {
	margin-top: 1.5rem;
	margin-top: 15px\9;
}

.margintop20 {
	margin-top: 2rem;
	margin-top: 20px\9;
}

.margintop30 {
	margin-top: 3rem;
	margin-top: 30px\9;
}

.margintop50 {
	margin-top: 5rem;
	margin-top: 50px\9;
}

.margintop80 {
	margin-top: 8rem;
	margin-top: 80px\9;
}

.marginbottom3 {
	margin-bottom: 0.3rem;
	margin-bottom: 3px\9;
}

.marginbottom5 {
	margin-bottom: 0.5rem;
	margin-bottom: 5px\9;
}

.marginbottom20 {
	margin-bottom: 2rem;
	margin-bottom: 20px\9;
}

.marginbottom50 {
	margin-bottom: 5rem;
	margin-top: 50px\9;
}

.marginleft5 {
	margin-left: 0.5rem;
	margin-left: 5px\9;
}

.marginright5 {
	margin-right: 0.5rem;
	margin-right: 5px\9;
}

.marginleft5 {
	margin-right: 0.5rem;
	margin-right: 5px\9;
}

.paddingtop0 {
	padding-top: 0 !important;
}

.paddingtop5 {
	padding-top: 0.5rem;
	padding-top: 5px\9;
}

.paddingtop10 {
	padding-top: 1rem;
	padding-top: 10px\9;
}

.paddingtop20 {
	padding-top: 2rem;
	padding-top: 20px\9;
}

.paddingtop30 {
	padding-top: 3rem;
	padding-top: 30px\9;
}

.paddingtop80 {
	padding-top: 8rem;
	padding-top: 80px\9;
}

.paddingbottom5 {
	padding-bottom: 0.5rem;
	padding-bottom: 5px\9;
}

.paddingbottom10 {
	padding-bottom: 1rem;
	padding-bottom: 10px\9;
}

.paddingbottom20 {
	padding-bottom: 2rem;
	padding-bottom: 20px\9;
}

.paddingleft0 {
	padding-left: 0 !important;
}

.paddingleft5 {
	padding-left: 0.5rem;
	padding-left: 5px\9;
}

.paddingleft10 {
	padding-left: 1rem;
	padding-left: 10px\9;
}

.paddingright0 {
	padding-right: 0 !important;
}

.paddingright5 {
	padding-right: 0.5rem;
	padding-right: 5px\9;
}

.paddingright10 {
	padding-right: 1rem;
	padding-right: 10px\9;
}

.paddingright20 {
	padding-right: 2rem;
	padding-right: 20px\9;
}

.nopadding {
	padding: 0 !important;
}

.marginauto {
	margin-left: auto;
	margin-right: auto;
}

.mo_gap20 {
	display: none;
}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*---------------超出省略号---------------*/
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ellipsis6 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*-------------------结构-------------------*/
header,
footer,
.footer1 lefter {
	clear: both;
	margin: 0 auto;
	width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
lefter,
footer,
hgroup,
main,
nav,
section,
summary,
time,
ul,
li {
	display: block;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	width: 100%;
	max-width: 1400px;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.header,
.page {
	position: relative;
	left: 0;
}
.clear{
	clear: both;
    *zoom: 1;
}
/*----------------返回顶部-------------------*/
a.up2Top {
	display: block;
	width: 45px;
	height: 45px;
	background: rgba(0, 0, 0, .8) url('../images/upTop.png') no-repeat center center;
	position: fixed;
	right: 2px;
	bottom: 60px;
	z-index: 999;
}

/*----------------过度效果-------------------*/
.trans {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
	/* Opera*/
	;
}


/*----------------滚动条颜色-------------------*/
/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: var(--active-color);
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: var(--active-color);
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 6px;
	height: 16px;
	background-color: #fff;
}

.kh-right-info::-webkit-scrollbar {
	background: url(../images/kh-gdt-bk.jpg) repeat-y center center;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

.kh-right-info::-webkit-scrollbar {
	background: url(../images/kh-gdt-bk.jpg) repeat-y center center;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(28, 125, 224, .6);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(28, 125, 224, .8);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(28, 125, 224, 1);
}

/*-------------page--------------*/
.page {
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.page .disabled {
	border: 1px solid #d8d8d8;
	padding: 5px 5px;
	font-size: 12px;
	color: #ababab;
	display: none;
}

.page a:hover {
	border: 1px solid var(--active-color);
}

.page a,
.page span {
	display: inline-block;
	border: 1px solid #d8d8d8;
	min-width: 40px;
	line-height: 38px;
	color: #ababab;
	padding: 0 8px;
}

.page a.sy {
	color: #707072 !important;
}

.page .current {
	display: inline-block;
	background: var(--active-color);
	line-height: 38px;
	color: #fff;
	border: 1px solid var(--active-color);
}

.page .currentPages {
	display: inline-block;
	background: var(--active-color);
	line-height: 38px;
	color: #fff;
	border: 1px solid var(--active-color);
}

/*移动端导航*/

.menu-switch {
	display: none;
	line-height: 60px;
	height: 9rem;
	width: 25px;
	font-size: 2rem;
	z-index: 100;
	cursor: pointer;
}

.menu-switch::after {
	content: "";
	width: 42px;
	height: 42px;
	border-radius: 42px;
	background-color: #d5d4d4;
	display: block;
	position: absolute;
	top: 24px;
	right: -8px;
	display: none;
}

.menu-switch span {
	display: block;
	right: 0;
	width: 100%;
	height: 2px;
	top: calc((100% - 50px) / 2);
	transition: all 0.4s;
	position: relative;
	border-radius: 3px;
	background: #efeeec;
	z-index: 10;
}

.menu-switch span:nth-child(1) {
	animation: outfirst 0.5s;
	transform: translateY(15px) rotate(0);
	width: 75%;
}

.menu-switch span:nth-child(2) {
	animation: outlast 0.5s;
	transform: translateY(21px) rotate(0);
}

.menu-switch span:nth-child(3) {
	animation: outlast 0.5s;
	transform: translateY(27px) rotate(0);
	width: 60%;
}

.menu-switch.on::after {}

.menu-switch.on span {
	background: #fff;
	z-index: 100000;
}

.menu-switch.on span:nth-child(1) {
	transform: translateY(25px) rotate(45deg);
	width: 100%;
}

.menu-switch.on span:nth-child(2) {
	transform: translateX(0) rotate(0);
	display: none;
}

.menu-switch.on span:nth-child(3) {
	transform: translateY(23px) rotate(-45deg);
	width: 100%;
}


/*---------------------特效---------------*/
.wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-name: drop;
	animation-name: drop;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

@-webkit-keyframes drop {
	0% {
		left: 5px;
		opacity: 1;
	}

	25% {
		left: 5px;
		opacity: 1;
	}

	50% {
		left: 10px;
		opacity: 0.3;
	}

	75% {
		left: 25px;
		opacity: 1;
	}

	100% {
		left: 25px;
		opacity: 1;
	}
}

@keyframes drop {
	0% {
		left: 5px;
		opacity: 1;
	}

	25% {
		left: 5px;
		opacity: 1;
	}

	50% {
		left: 10px;
		opacity: 0.3;
	}

	75% {
		left: 25px;
		opacity: 1;
	}

	100% {
		left: 25px;
		opacity: 1;
	}
}

/*----------------网站内容宽度-------------------*/
.header .mask {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .65);
	z-index: -100;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity .4s ease
}

.header.show-nav .mask,
.header.show-search .mask {
	z-index: 100;
	opacity: 1;
	visibility: visible;
	pointer-events: all
}

html:not(.is-mobile) .header .nav-container .row .col-auto {
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
}

.container {
	width: 100%;
	max-width: 1400px;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

@media (max-width:1610px) {
	.container {
		max-width: 1328px;
		width: 90%;
	}

	;
}

@media (max-width:1440px) {
	.container {
		max-width: 1260px;
	}

	;
}

@media (max-width:1200px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1140px;
	}

	;
}

@media (max-width:992px) {

	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px;
	}

	;
}

@media (max-width:768px) {

	.container,
	.container-sm,
	.container-md {
		max-width: 720px;
	}

	;
}

@media (max-width:576px) {

	.container,
	.container-sm {
		max-width: 540px;
	}
}

.disable-scroll {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	background-color: #eee
}

.images {
	overflow: hidden;
	position: relative;
	height: 0;
	/*padding-bottom: 75%;*/
	transition: ease 1s;
}

.images img {
	transform: scale(1);
	transition: all 0.8s;
}

@keyframes middle {
	0% {
		transform: scaleX(0);
		left: 0;
	}

	100% {
		transform: scaleX(1);
		left: 0;
	}
}

@keyframes totop {
	0% {
		transform: scaleY(0);
		bottom: 0;
	}

	100% {
		transform: scaleY(1);
		bottom: 0;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
