@charset "UTF-8";

a,
abbr,
acronym,
address,
blockquote,
body,
caption,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
label,
legend,
li,
object,
ol,
p,
pre,
q,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
	margin: 0;
	padding: 0;
	border-style: none
}

a,
abbr,
acronym,
address,
blockquote,
body,
caption,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
input[type=text],
label,
legend,
li,
object,
ol,
p,
pre,
q,
span,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
	font-size: 100%;
	vertical-align: baseline
}

body {
	color: #333
}

body,
button,
input,
select,
textarea {
	font: 14px/1.6 tahoma, arial, 'Hiragino Sans GB', \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, "WenQuanYi Micro Hei", sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none
}

button,
input,
select {
	vertical-align: middle !important
}

[hidden] {
	display: none
}

* {
	-webkit-text-size-adjust: none
}

:focus {
	outline: 0
}

a {
	color: #333;
	text-decoration: none
}

a:focus,
input:focus {
	-moz-outline-style: none;
	outline-style: none
}

a:hover {
	text-decoration: none;
	color: #2b9bd1
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

ol,
ul {
	list-style: none
}

textarea {
	resize: none
}

em,
i {
	font-style: normal
}

img {
	vertical-align: middle
}

.c-lightblue {
	color: #17a4e5 !important
}

.c-blue {
	color: #217fc4 !important
}

.c-grey {
	color: #999 !important
}

.c-white {
	color: #fff !important
}

.c-darkGrey {
	color: #666 !important
}

.c-orange {
	color: #ff8a00 !important
}

.c-lightOrange {
	color: #ffaa3f !important
}

.c-lightgrey {
	color: #aaa !important
}

.c-red {
	color: red !important
}

.c-yellow {
	color: #ffa147 !important
}

.c-green {
	color: #35ce6b !important
}

.c-under {
	text-decoration: underline
}

.bc-lightblue {
	background-color: #217fc4 !important;
	color: #fff !important
}

.bc-blue {
	background-color: #217fc4 !important;
	color: #fff !important
}

.bc-lightGrey {
	background-color: #f9f9f9
}

.bc-grey {
	background-color: #f2f2f2
}

.bc-fff {
	background-color: #fff
}

.bc-green {
	color: #fff !important;
	background-color: #92d557
}

.bc-orange {
	color: #fff !important;
	background-color: #fd9821
}

.bc-red {
	color: #fff !important;
	background-color: #f66666
}

.bc-blueGreen {
	background-color: #26d9d6
}

.bc-purple {
	background-color: #7198f5
}

.bc-lightblue {
	background-color: #eef9ff
}

.bc-yellow {
	color: #fff !important;
	background-color: #ffa147
}

.bc-lightyellow {
	background-color: #fffaef
}

.bc-PACblue {
	background-color: #00579a;
	color: #fff !important
}

.btn {
	display: inline-block;
	font-size: 15px;
	text-align: center;
	border: none;
	vertical-align: middle;
	cursor: pointer;
	transition: all .15s ease 0s;
	padding: 0;
}

.btn.bc-blue:hover {
	background-color: #2b9bd1
}

.btn-yellow {
	background-color: #ffa127;
	color: #fff !important;
	border: 1px solid #ffa127
}

.btn-yellow:hover {
	background-color: #e98e19;
	border-color: #e98e19
}

.btn-white-line {
	border: 1px solid #fff;
	color: #fff !important
}

.btn-white-line:hover {
	border-color: #ccc
}

.btn-blue-line {
	border: 1px solid #217fc4;
	color: #217fc4 !important;
	background-color: #fff
}

.btn-blue-line:hover {
	background-color: #217fc4;
	color: #fff !important
}

.btn-grey-line {
	border: 1px solid #c9c9c9;
	color: #666 !important;
	background-color: #fff
}

.btn-grey-line:hover {
	border-color: #ffb400;
	background-color: #ffb400;
	color: #fff !important
}

.btn-grey {
	color: #fff !important;
	background-color: #d2d2d2;
	border: 1px solid #d2d2d2
}

.btn-grey:hover {
	color: #fff !important;
	background-color: silver
}

.btn-red {
	color: #fff !important;
	background-color: #fc5e6c;
	border: 1px solid #fc5e6c
}

.btn-red:hover {
	background-color: #ea4755;
	border-color: #ea4755
}

.btn-blueGreen {
	background-color: #26d9d6;
	color: #fff !important
}

.btn-blueGreen:hover {
	background-color: #18d1ce
}

.btn-purple {
	background-color: #725edb;
	color: #fff !important
}

.btn-purple:hover {
	background-color: #5b46c5
}

.btn-green {
	background-color: #7cd955;
	color: #fff !important
}

.btn-green:hover {
	background-color: #65c43d
}

.border-darkGrey {
	border: 1px solid #999
}

.border-grey1 {
	border: 1px solid #ccc
}

.border-grey {
	border: 1px solid #ddd
}

.border-lightGrey {
	border: 1px solid #e7e7e7
}

.border-line-lightblue {
	border: 1px solid #b2e6ff
}

.border-line-lightpurple {
	border: 1px solid #a9c2ff
}

.blc-lightblue {
	border-left: 1px solid #b2e6ff
}

.blc-lightpurple {
	border-left: 1px solid #a9c2ff
}

.br-line-purple {
	border-left: 1px solid #a9c2ff !important;
	border-right: 1px solid #a9c2ff !important
}

.border-line-lightyellow {
	border: 1px solid #ffa147
}

.blc-lightyellow {
	border-left: 1px solid #ffa147
}

.br-line-yellow {
	border-left: 1px solid #ffa147 !important;
	border-right: 1px solid #ffa147 !important
}

.mt10 {
	margin-top: 10px
}

.mt20 {
	margin-top: 20px
}

.mt30 {
	margin-top: 30px
}

.mt50 {
	margin-top: 50px
}

.mr10 {
	margin-right: 10px
}

.mt80 {
	margin-top: 80px
}

.p10 {
	padding: 10px
}

.p20 {
	padding: 20px
}

.pb10 {
	padding-bottom: 10px
}

.pb30 {
	padding-bottom: 30px
}

.pd50 {
	padding-bottom: 50px
}

.pb60 {
	padding-bottom: 60px
}

.pt30 {
	padding-top: 30px
}

.pt60 {
	padding-top: 60px
}

.pl50 {
	padding-left: 50px
}

.w970 {
	width: 970px
}

.w900 {
	width: 900px
}

.w870 {
	width: 870px
}

.w800 {
	width: 800px
}

.w780 {
	width: 780px
}

.w770 {
	width: 770px
}

.w760 {
	width: 760px
}

.w600 {
	width: 600px
}

.w460 {
	width: 460px
}

.w410 {
	width: 410px
}

.w400 {
	width: 400px
}

.w350 {
	width: 350px
}

.w360 {
	width: 360px
}

.w340 {
	width: 340px
}

.w280 {
	width: 280px
}

.w240 {
	width: 240px
}

.w200 {
	width: 200px
}

.w140 {
	width: 140px
}

.w130 {
	width: 130px
}

.w100 {
	width: 100px
}

.w60 {
	width: 60px
}

.full {
	width: 100%
}

.half {
	width: 50%
}





.do {
	position: absolute;
	display: none;
	width: 30px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #fc6d02;
	text-align: center;
	background-color: #fff7e8;
	color: #fc6d02
}

.done {
	position: absolute;
	display: none;
	width: 30px;
	height: 16px;
	line-height: 16px;
	border: 1px solid #fc6d02;
	text-align: center;
	background-color: #fff7e8;
	color: #fc6d02
}

.msg {
	display: none
}

.msgBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 2000px;
	background-color: #000;
	filter: Alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	z-index: 1000
}

.msgMain {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 330px;
	margin-left: -250px;
	margin-top: -160px;
	z-index: 1001;
	background-color: #fff
}

.msgMain .hd {
	border-bottom: 1px solid #ccc;
	height: 50px;
	line-height: 50px;
	position: relative
}

.msgMain .hd h3 {
	font-size: 18px;
	font-weight: 400;
	text-indent: 1em
}

.msgMain .hd .close {
	position: absolute;
	right: 18px;
	top: 0;
	font-size: 20px;
	cursor: pointer
}

.msgMain input {
	border: 1px solid #ccc;
	padding: 7px 0;
	text-indent: 12px
}

.msgMain textarea {
	border: 1px solid #ccc;
	padding: 7px 0;
	height: 50px
}

.msgMain table {
	width: 400px;
	margin: 0 auto
}

.msgMain table td {
	padding-top: 20px;
	overflow: hidden;
	vertical-align: top
}

.msgMain table label {
	width: 90px;
	display: inline-block;
	padding-right: 10px
}

.msgMain table em.c-grey {
	font-size: 12px
}

.msgMain table p {
	margin-top: 5px
}

.msgMain table p em {
	font-size: 12px
}

.msgMain button {
	padding: 8px 0
}

.msgMain a.btn-grey,
.msgMain a.btn-yellow {
	margin-left: 8px;
	padding: 7px 0
}

.msgMain img {
	margin-left: 8px;
	border: 1px solid #ccc;
	width: 140px;
	height: 36px
}

.msg-user-name .bd {
	padding-top: 30px
}

.msgMain .msgTip {
	padding-left: 150px;
	padding-top: 10px
}

.msg-login td span {
	position: absolute;
	font-size: 12px;
	margin-left: -65px;
	margin-top: 8px;
	background-color: #fff
}

.msg-login td span a {
	color: #ccc;
	transition: all .15s ease 0s
}

.msg-login td span a:hover {
	color: #999
}

.msg-ieError {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3000
}

.msg-ieError .msgBg {
	position: absolute
}

.msg-ieError .bd p {
	padding: 60px 30px;
	font-size: 16px
}

.msg-ieError .bd .btn {
	padding: 7px 25px
}

.msg-ieError .msgMain {
	position: absolute;
	z-index: 3000
}

.alertMarks .msgMain img {
	margin: 20px 180px;
	width: 141px;
	height: 141px
}

.alertMarks .msgMain p {
	font-size: 14px;
	color: #000;
	text-align: center
}

.alertMarks .msgMain .immediateBind {
	margin-left: 80px;
	margin-right: 40px;
	margin-top: 30px;
	width: 140px;
	height: 40px;
	display: block;
	background-color: #217fc4;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #217fc4;
	float: left
}

.alertMarks .msgMain .closeMsgBox {
	margin-top: 30px;
	width: 140px;
	height: 40px;
	display: block;
	background-color: #eee;
	color: #217fc4;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	float: left
}

.message-box.ok {
	display: block;
	background-color: transparent;
	color: #333;
	background-image: url(../../images/global/ok_bg.png);
	background-repeat: no-repeat;
	background-position: center left;
	z-index: 6666
}

.message-box.ok .inner {
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px
}

.message-box.ok .content {
	font-size: 14px;
	color: #008337
}

.message-box.error {
	display: block;
	background-color: transparent;
	color: #333;
	background-image: url(../../images/global/alert_bg.png);
	background-repeat: no-repeat;
	background-position: center left;
	z-index: 6666
}

.message-box.error .inner {
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px
}

.message-box.error .content {
	font-size: 14px;
	color: red
}

.index-login-msg .index-login-msg-main {
	width: 620px
}

.index-login-msg .index-login-msg-main .index-login-msg-tab {
	padding-bottom: 40px;
	padding-top: 35px
}

.index-login-msg .index-login-msg-main .index-login-msg-tab ul {
	width: 360px;
	margin: 0 auto
}

.index-login-msg .index-login-msg-main .index-login-msg-tab ul li {
	display: none;
	float: left;
	width: 100%;
	font-size: 18px;
	text-align: center
}

.index-login-msg .index-login-msg-main .index-login-msg-tab ul li a {
	display: inline-block;
	padding-bottom: 5px;
	color: #666;
	border-bottom: 3px solid #fff;
	transition: all .3s ease
}

.index-login-msg .index-login-msg-main .index-login-msg-tab ul li.on {
	display: block
}

.index-login-msg .index-login-msg-main .index-login-msg-tab ul li.on a {
	color: #217fc4;
	border-bottom-color: #217fc4
}

.index-login-msg .index-login-msg-main .index-login-msg-con {
	margin: 0 auto
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-panel {
	padding-bottom: 60px
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-step1 {
	height: 310px
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-step1 dl {
	padding-top: 20px
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-step1 dl dd {
	margin-bottom: 19px
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-step1 dl dd a {
	display: block;
	height: 48px;
	line-height: 48px;
	border: 1px solid #ddd;
	background-color: #f7f7f7;
	color: #999;
	transition: all .3s ease;
	font-size: 16px;
	text-align: center;
	border-radius: 100px
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-step1 dl dd a:hover,
.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-step1 dl dd.on a {
	border-color: #217fc4;
	background-color: #217fc4;
	color: #fff
}

.index-login-msg .index-login-msg-main .index-login-msg-con .browser-tip {
	font-size: 14px;
	color: #999;
	margin-top: 30px
}

.index-login-msg .index-login-msg-main .index-login-msg-con .browser-tip a {
	display: block;
	color: #999
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-opt a {
	font-size: 15px
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-step2 {
	height: 310px;
	display: none
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-item p {
	height: 38px;
	margin-bottom: 20px
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-item p select {
	height: 38px;
	float: left
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-item p input {
	border: none
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-item p .half {
	width: 50%
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-item p .icon {
	margin-right: 10px;
	width: 38px;
	height: 38px;
	background-image: url(../../images/introduce/login-icon.png);
	background-repeat: no-repeat
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-item p .icon.icon-index-login-msg-1 {
	background-position: 0 0
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-item p .icon.icon-index-login-msg-2 {
	background-position: 0 -38px
}

.index-login-msg .index-login-msg-main .index-login-msg-con .index-login-msg-item p .btn {
	height: 40px
}

.pages {
	font-size: 12px;
	padding-bottom: 20px;
	color: #888
}

.pages a,
.pages span {
	display: inline-block;
	padding: 4px 9px;
	margin: 0 2px
}

.pages a {
	border: 1px solid #ddd;
	color: #217fc4
}

.pages a.current,
.pages a:hover {
	border-color: #217fc4;
	background-color: #217fc4;
	color: #fff
}

.pages span {
	background-color: #efefef;
	border: 1px solid #efefef
}

#sidebar {
	position: fixed;
	bottom: 242px;
	right: 0;
	width: 50px;
	height: 0;
	z-index: 10
}

#sidebar li {
	position: relative;
	margin-bottom: 2px;
	width: 40px;
	height: 40px
}

#sidebar li i {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #6dd0ff
}

#sidebar li i.video-icon {
	background: #f76363 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACqElEQVRoQ+2Zv49NQRzFz9ERlZAVdFiJFTql2AKrWIlNbBSKRYLQEHr09AqFRrObKKyCyv4NEjqlDZH4F458NzOb2bv3ejPz5v54sTd51fvOzPl8z8y9M98hJvzhhOvHDkDfDv6/Dkj6DOAAgEWS33KckHQSwDKA3yRnc/rIdkDSUwDPAHzNgQjEz1g/JJ93CmCD5UKUEm8ash3w2UqFKCm+CECKE6XFjwSQdBTAafeLmaJ+Taw0BF8DsDHnYzoD8MV+JL83xddOIUn7ALwBMB85UNthqwCWSP6pDrQNQNIUgJ9tK8rs/yDJX2HbOgB7L5vVQ3xWSC42Akgy4QYw5Mc+nJtrbIsDkl4AeDxk9QBeknziNVYBbHtwPhHA5uQ6gBMA9iS2zQlfC7cd4wJszklJRwA8AvAQwK4cZZFtigLMk/wQDizprAO5HikoNawowCzJtToFkq46N86lKhwR3w2AFyHpgQM5VgikWwATLcnODbY2bI3sHhOke4DAjTMOZGkMiP4AApDLzo0LGSD9AwQgtwG8ToQYDoBbH/5oGssxOAD78tsOIPYZHMBkOiDpuHsj3Y9NvYvr1wFJtuHze6b9ieItvD8ASTdd1u2cnft0DyDposv6XK7qoF13AJJOOeG3Cgj3XbQP4Koafu+zt6D44mvgBsm3oUBJ91zWpwsLb8UBK+zeAWDVadv3W9azqswJsP+cQu8HVMxqYlolecX/WT0Tp34VExJXLHRLKb4KcAnAx2JDtdPRHMlPtQ5k7g7bkVnf67aLkKbi7g8Ah7pUFjHWOsnD1bjGCw53cbGQUFqP0JAVYiX2d01XUCNvaFy1+i4Af4fV9mvSnw3sDuFVtRod7UA1UNJGybGpDpSV25pGqeOMdKCUsLb62QFoK7Ox/U68A38BFudKQD43yeIAAAAASUVORK5CYII=) center center no-repeat;
	background-size: 60%
}

#sidebar li span {
	display: none;
	position: absolute;
	right: 42px;
	top: 0;
	height: 40px;
	line-height: 40px;
	background-color: #6dd0ff;
	color: #fff;
	width: 160px;
	text-align: center;
	font-size: 20px
}

#sidebar .a-video-icon:hover span {
	background: #f76363
}

#sidebar li a:hover span {
	display: inline-block
}

i.icon-sidebar-1 {
	background-position: 0 -380px
}

i.icon-sidebar-2 {
	background-position: -40px -380px
}

i.icon-sidebar-3 {
	background-position: -80px -380px
}

i.icon-sidebar-4 {
	background-position: -120px -380px
}

i.icon-sidebar-5 {
	background-position: -200px -380px
}

i.icon-sidebar-6 {
	background-position: -240px -380px
}

#sidebar li a#returnTop {
	display: none
}

#loading1 {
	display: none;
	background-color: #000;
	background-color: rgba(0, 0, 0, .3);
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../../images/global/load.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 9999;
	left: 0;
	top: 0;
	transition: all .15s ease 0s
}

.yahei {
	font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti
}

.fn-nowrap,
.fn-wrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.ti {
	text-indent: 2em
}

.layui-layer-imgbar,
.layui-layer-imgtit a,
.layui-layer-tab .layui-layer-title span,
.layui-layer-title {
	text-overflow: ellipsis;
	white-space: nowrap
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed
}

html #layui_layer_skinlayercss {
	display: none;
	position: absolute;
	width: 1989px
}

.layui-layer,
.layui-layer-shade {
	position: fixed;
	pointer-events: auto
}

.layui-layer-shade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	border-radius: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

.layui-layer-close {
	position: absolute
}

.layui-layer-content {
	position: relative
}

.layui-layer-border {
	border: 1px solid #b2b2b2;
	border: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-moves {
	position: absolute;
	border: 3px solid #666;
	border: 3px solid rgba(0, 0, 0, .5);
	cursor: move;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .3)
}

.layui-layer-load {
	background: url(../../images/global/loading-0.gif) center center no-repeat #fff
}

.layui-layer-ico {
	background: url(../../images/global/layer-icon.png) no-repeat
}

.layui-layer-btn a,
.layui-layer-dialog .layui-layer-ico,
.layui-layer-setwin a {
	display: inline-block;
	vertical-align: top
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.layer-anim {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}

	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.03);
		transform: scale(1.03)
	}

	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.layer-anim-close {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.layer-anim-01 {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.layer-anim-02 {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.layer-anim-03 {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

.layer-anim-04 {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.layer-anim-05 {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.layer-anim-06 {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #f8f8f8;
	border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 0;
	line-height: initial
}

.layui-layer-setwin a {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px
}

.layui-layer-setwin .layui-layer-min cite {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #2e2d3c;
	cursor: pointer
}

.layui-layer-setwin .layui-layer-min:hover cite {
	background-color: #2d93ca
}

.layui-layer-setwin .layui-layer-max {
	background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
	background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
	background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
	background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
	background-position: 0 -40px;
	cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
	opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -28px;
	top: -28px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-position: -180px -31px
}

.layui-layer-btn {
	text-align: right;
	padding: 0 10px 12px;
	pointer-events: auto
}

.layui-layer-btn a {
	height: 28px;
	line-height: 28px;
	margin: 0 6px;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #f1f1f1;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none
}

.layui-layer-btn a:hover {
	opacity: .9;
	text-decoration: none
}

.layui-layer-btn a:active {
	opacity: .7
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #4898d5;
	background-color: #2e8ded;
	color: #fff
}

.layui-layer-dialog {
	min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
	position: relative;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	position: absolute;
	top: 16px;
	left: 15px;
	width: 30px;
	height: 30px
}

.layui-layer-ico1 {
	background-position: -30px 0
}

.layui-layer-ico2 {
	background-position: -60px 0
}

.layui-layer-ico3 {
	background-position: -90px 0
}

.layui-layer-ico4 {
	background-position: -120px 0
}

.layui-layer-ico5 {
	background-position: -150px 0
}

.layui-layer-ico6 {
	background-position: -180px 0
}

.layui-layer-rim {
	border: 6px solid #8d8d8d;
	border: 6px solid rgba(0, 0, 0, .3);
	border-radius: 5px;
	box-shadow: none
}

.layui-layer-msg {
	min-width: 180px;
	border: 1px solid #d3d4d3;
	box-shadow: none
}

.layui-layer-hui {
	min-width: 100px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	border: none
}

.layui-layer-hui .layui-layer-content {
	padding: 12px 25px;
	text-align: center
}

.layui-layer-dialog .layui-layer-padding {
	padding: 20px 20px 20px 55px;
	text-align: left
}

.layui-layer-page .layui-layer-content {
	position: relative;
	overflow: auto
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
	padding-top: 10px
}

.layui-layer-nobg {
	background: 0 0
}

.layui-layer-iframe .layui-layer-content {
	overflow: hidden
}

.layui-layer-iframe iframe {
	display: block;
	width: 100%
}

.layui-layer-loading {
	border-radius: 100%;
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-loading .layui-layer-content {
	width: 60px;
	height: 24px;
	background: url(../../images/global/loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
	width: 37px;
	height: 37px;
	background: url(../../images/global/loading-1.gif) no-repeat
}

.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
	width: 32px;
	height: 32px;
	background: url(../../images/global/loading-2.gif) no-repeat
}

.layui-layer-tips {
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-tips .layui-layer-content {
	position: relative;
	line-height: 22px;
	min-width: 12px;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
	background-color: #f90;
	color: #fff
}

.layui-layer-tips .layui-layer-close {
	right: -2px;
	top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: transparent;
	border-style: dashed
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
	left: 5px;
	border-right-style: solid;
	border-right-color: #f90
}

.layui-layer-tips i.layui-layer-TipsT {
	bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
	top: -8px
}

.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
	top: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f90
}

.layui-layer-tips i.layui-layer-TipsR {
	left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
	right: -8px
}

.layui-layer-lan[type=dialog] {
	min-width: 280px
}

.layui-layer-lan .layui-layer-title {
	background: #4476a7;
	color: #fff;
	border: none
}

.layui-layer-lan .layui-layer-btn {
	padding: 10px;
	text-align: right;
	border-top: 1px solid #e9e7e7
}

.layui-layer-lan .layui-layer-btn a {
	background: #bbb5b5;
	border: none
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
	background: #c9c5c5
}

.layui-layer-molv .layui-layer-title {
	background: #009f95;
	color: #fff;
	border: none
}

.layui-layer-molv .layui-layer-btn a {
	background: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
	background: #92b8b1
}

.layui-layer-iconext {
	background: url(../../images/global/layer-icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
	display: block;
	width: 220px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .1) inset;
	color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
	width: 300px;
	height: 100px;
	line-height: 20px
}

.layui-layer-tab {
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
}

.layui-layer-tab .layui-layer-title {
	padding-left: 0;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	overflow: visible
}

.layui-layer-tab .layui-layer-title span {
	position: relative;
	float: left;
	min-width: 80px;
	max-width: 260px;
	padding: 0 20px;
	text-align: center;
	cursor: default;
	overflow: hidden
}

.layui-layer-tab .layui-layer-title span.layui-layer-tabnow {
	height: 43px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
	border-left: none
}

.layui-layer-tabmain {
	line-height: 24px;
	clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
	display: none
}

.layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer {
	display: block
}

.xubox_tabclose {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer
}

.layui-layer-photos {
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}

.layui-layer-photos .layui-layer-content {
	overflow: hidden;
	text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top
}

.layui-layer-imgbar,
.layui-layer-imguide {
	display: none
}

.layui-layer-imgnext,
.layui-layer-imgprev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
	left: 10px;
	background-position: -5px -5px
}

.layui-layer-imgprev:hover {
	background-position: -33px -5px
}

.layui-layer-imgnext {
	right: 10px;
	background-position: -5px -50px
}

.layui-layer-imgnext:hover {
	background-position: -33px -50px
}

.layui-layer-imgbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0, 0, 0, .8);
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;
	font-size: 0
}

.layui-layer-imgtit * {
	display: inline-block;
	vertical-align: top;
	font-size: 12px
}

.layui-layer-imgtit a {
	max-width: 65%;
	overflow: hidden;
	color: #fff
}

.layui-layer-imgtit a:hover {
	color: #fff;
	text-decoration: underline
}

.layui-layer-imgtit em {
	padding-left: 10px;
	font-style: normal
}

.clear:after,
.clear:before {
	content: "";
	display: table
}

.clear:after {
	clear: both
}

.clear {
	zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}

.wrap {
	width: 1200px;
	margin: 0 auto
}

.min-wrap {
	width: 1000px;
	margin: 0 auto
}

.col-l {
	float: left
}

.col-r {
	float: right
}

body,
html {
	height: 100%
}

#stage {
	min-height: 100%;
	min-width: 1200px
}

#main {
	overflow: auto;
	padding-bottom: 145px;
	padding-top: 60px
}

#footer {
	position: relative;
	margin-top: -145px;
	height: 145px;
	clear: both
}

body:before {
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px
}

.pos .fl {
	line-height: 50px;
	height: 50px
}

.pos .fr {
	margin-top: 8px
}

.pos .btn {
	padding: 5px 30px;
	margin-left: 5px
}

.pos-bottom-line {
	border-bottom: 1px solid #f3f3f3
}

.msg-isTrial .hd {
	line-height: 60px;
	height: 60px;
	border-bottom: 1px solid #e5e5e5
}

.msg-isTrial .hd h3 {
	font-size: 16px;
	font-weight: 400;
	padding-left: 80px
}

.msg-isTrial .bd ul {
	width: 900px;
	padding: 35px 0 14px 80px
}

.msg-isTrial .bd ul li {
	float: left;
	width: 300px
}

.msg-isTrial .bd ul li img {
	width: 240px;
	height: 120px
}

.msg-isTrial .bd ul li h4 {
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: 400
}

.msg-isTrial .bd p {
	width: 840px;
	margin: 0 auto;
	padding-top: 15px;
	border-top: 1px solid #e5e5e5
}

main {
	min-width: 1200px
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	-webkit-transform-origin: center bottom;
	animation-name: bounce;
	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
	}
}

.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)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-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)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	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 shake {

	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)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-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)
	}
}

.headShake {
	-webkit-animation-name: headShake;
	-webkit-animation-timing-function: ease-in-out;
	animation-name: headShake;
	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(0);
		transform: rotate(0)
	}
}

@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(0);
		transform: rotate(0)
	}
}

.swing {
	-webkit-animation-name: swing;
	-webkit-transform-origin: top center;
	animation-name: swing;
	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)
	}
}

.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)
	}
}

.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(.39063deg) skewY(.39063deg);
		transform: skewX(.39063deg) skewY(.39063deg)
	}

	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

@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(.39063deg) skewY(.39063deg);
		transform: skewX(.39063deg) skewY(.39063deg)
	}

	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	-webkit-transform-origin: center;
	animation-name: jello;
	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)
	}
}

.heartBeat {
	-webkit-animation-duration: 1.3s;
	-webkit-animation-name: heartBeat;
	-webkit-animation-timing-function: ease-in-out;
	animation-duration: 1.3s;
	animation-name: heartBeat;
	animation-timing-function: ease-in-out
}

@-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% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		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% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		-webkit-transform: scaleX(1);
		opacity: 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% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		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% {
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		-webkit-transform: scaleX(1);
		opacity: 1;
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-duration: .75s;
	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% {
		-webkit-transform: translate3d(0, -3000px, 0);
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	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% {
		-webkit-transform: translate3d(0, -3000px, 0);
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		-webkit-transform: translate3d(0, 25px, 0);
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.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% {
		-webkit-transform: translate3d(-3000px, 0, 0);
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	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% {
		-webkit-transform: translate3d(-3000px, 0, 0);
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		-webkit-transform: translate3d(25px, 0, 0);
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.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% {
		-webkit-transform: translate3d(3000px, 0, 0);
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	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% {
		-webkit-transform: translate3d(3000px, 0, 0);
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		-webkit-transform: translate3d(-25px, 0, 0);
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.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% {
		-webkit-transform: translate3d(0, 3000px, 0);
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	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% {
		-webkit-transform: translate3d(0, 3000px, 0);
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.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% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-duration: .75s;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		-webkit-transform: translate3d(0, -20px, 0);
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		-webkit-transform: translate3d(20px, 0, 0);
		opacity: 1;
		transform: translate3d(20px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		-webkit-transform: translate3d(20px, 0, 0);
		opacity: 1;
		transform: translate3d(20px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		-webkit-transform: translate3d(-20px, 0, 0);
		opacity: 1;
		transform: translate3d(-20px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		-webkit-transform: translate3d(-20px, 0, 0);
		opacity: 1;
		transform: translate3d(-20px, 0, 0)
	}

	to {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		-webkit-transform: translate3d(0, 20px, 0);
		opacity: 1;
		transform: translate3d(0, 20px, 0)
	}

	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		-webkit-transform: translate3d(0, 20px, 0);
		opacity: 1;
		transform: translate3d(0, 20px, 0)
	}

	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

.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
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 100%, 0);
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 2000px, 0);
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(-2000px, 0, 0);
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(2000px, 0, 0);
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, -100%, 0);
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, -2000px, 0);
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
	}

	40% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
	}

	80% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
		animation-timing-function: ease-in;
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0)
	}

	to {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0)
	}
}

@keyframes flip {
	0% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
	}

	40% {
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
	}

	80% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
		animation-timing-function: ease-in;
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0)
	}

	to {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
		animation-timing-function: ease-in;
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0)
	}
}

.animated.flip {
	-webkit-animation-name: flip;
	-webkit-backface-visibility: visible;
	animation-name: flip;
	backface-visibility: visible
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
		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;
		-webkit-transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		opacity: 1;
		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)
	}
}

.flipInX {
	-webkit-animation-name: flipInX;
	-webkit-backface-visibility: visible !important;
	animation-name: flipInX;
	backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		opacity: 1;
		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;
		-webkit-transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0;
		transform: perspective(400px) rotateY(90deg)
	}

	40% {
		-webkit-animation-timing-function: ease-in;
		-webkit-transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in;
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		opacity: 1;
		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)
	}
}

.flipInY {
	-webkit-animation-name: flipInY;
	-webkit-backface-visibility: visible !important;
	animation-name: flipInY;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg)
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		opacity: 1;
		transform: perspective(400px) rotateX(-20deg)
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		opacity: 0;
		transform: perspective(400px) rotateX(90deg)
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	animation-duration: .75s;
	animation-name: flipOutX;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
		transform: perspective(400px) rotateY(-15deg)
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
		transform: perspective(400px) rotateY(90deg)
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		opacity: 1;
		transform: perspective(400px) rotateY(-15deg)
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		opacity: 0;
		transform: perspective(400px) rotateY(90deg)
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	-webkit-animation-name: flipOutY;
	-webkit-backface-visibility: visible !important;
	animation-duration: .75s;
	animation-name: flipOutY;
	backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(-30deg)
	}

	60% {
		-webkit-transform: skewX(20deg);
		opacity: 1;
		transform: skewX(20deg)
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(-30deg)
	}

	60% {
		-webkit-transform: skewX(20deg);
		opacity: 1;
		transform: skewX(20deg)
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(30deg)
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(30deg)
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(-200deg);
		transform-origin: center
	}

	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: center;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: center
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform: rotate(-200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(-200deg);
		transform-origin: center
	}

	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: center;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: center
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom
	}

	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: left bottom
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom
	}

	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: left bottom
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: right bottom
	}

	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: right bottom
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: right bottom
	}

	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: right bottom
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom
	}

	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: left bottom
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom
	}

	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: left bottom
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-90deg);
		transform-origin: right bottom
	}

	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: right bottom
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform: rotate(-90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-90deg);
		transform-origin: right bottom
	}

	to {
		-webkit-transform: translateZ(0);
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform: translateZ(0);
		transform-origin: right bottom
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		opacity: 1;
		transform-origin: center
	}

	to {
		-webkit-transform: rotate(200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(200deg);
		transform-origin: center
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		opacity: 1;
		transform-origin: center
	}

	to {
		-webkit-transform: rotate(200deg);
		-webkit-transform-origin: center;
		opacity: 0;
		transform: rotate(200deg);
		transform-origin: center
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom
	}

	to {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom
	}

	to {
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(45deg);
		transform-origin: left bottom
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom
	}

	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: right bottom
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom
	}

	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: right bottom
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom
	}

	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		opacity: 1;
		transform-origin: left bottom
	}

	to {
		-webkit-transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		opacity: 0;
		transform: rotate(-45deg);
		transform-origin: left bottom
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom
	}

	to {
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(90deg);
		transform-origin: right bottom
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		opacity: 1;
		transform-origin: right bottom
	}

	to {
		-webkit-transform: rotate(90deg);
		-webkit-transform-origin: right bottom;
		opacity: 0;
		transform: rotate(90deg);
		transform-origin: right bottom
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform-origin: top left
	}

	20%,
	60% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform: rotate(80deg);
		transform-origin: top left
	}

	40%,
	80% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(60deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
		transform: rotate(60deg);
		transform-origin: top left
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		opacity: 0;
		transform: translate3d(0, 700px, 0)
	}
}

@keyframes hinge {
	0% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform-origin: top left
	}

	20%,
	60% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(80deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		transform: rotate(80deg);
		transform-origin: top left
	}

	40%,
	80% {
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: rotate(60deg);
		-webkit-transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
		transform: rotate(60deg);
		transform-origin: top left
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		opacity: 0;
		transform: translate3d(0, 700px, 0)
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-duration: 2s;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	0% {
		-webkit-transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		opacity: 0;
		transform: scale(.1) rotate(30deg);
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		-webkit-transform: scale(1);
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	0% {
		-webkit-transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		opacity: 0;
		transform: scale(.1) rotate(30deg);
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		-webkit-transform: scale(1);
		opacity: 1;
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes rollIn {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		-webkit-transform: translateZ(0);
		opacity: 1;
		transform: translateZ(0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
	}
}

@keyframes zoomInDown {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
	}
}

@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
	}
}

@keyframes zoomInRight {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
	}
}

@keyframes zoomInUp {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		-webkit-transform: scale3d(.3, .3, .3);
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom
	}
}

@keyframes zoomOutDown {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom
	}
}

@keyframes zoomOutUp {
	40% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
	}

	to {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-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)
	}
}

.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)
	}
}

.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)
	}
}

.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)
	}
}

.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
	}
}

.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
	}
}

.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
	}
}

.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
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		-webkit-transition: none !important;
		animation: unset !important;
		transition: none !important
	}
}

.index {
	min-width: 1200px;
	overflow: hidden
}

.index-banner .index-banner-wrap {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden
}

.index-banner .index-banner-con li {
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat
}

.index-banner .index-banner-con li .wrap {
	height:400px;
	position: relative
}

.index-banner .index-banner-con li .wrap .data {
	opacity: 0
}

.index-banner .index-banner-con li .wrap .nav-more {
	position: absolute;
	left: -50px;
	top: 68%;
	display: block;
	text-align: center;
	line-height: 40px;
	width: 140px;
	height: 40px;
	background-color: #fff;
	font-size: 18px;
	color: #2e82ff
}

.index-banner .index-banner-con li .wrap h2 {
	position: absolute;
	font-size: 65px;
	font-weight: 700;
	color: #1ab5ff;
	z-index: 1;
	top: 0;
	left: 50%;
	margin-left: -255px;
	letter-spacing: 10px
}

.index-banner .index-banner-con li .wrap h5 {
	position: absolute;
	font-size: 65px;
	font-weight: 700;
	color: #f6feff;
	text-shadow: 0 0 2px #1ab5ff;
	top: 0;
	left: 50%;
	margin-left: -258px;
	letter-spacing: 10px
}

.index-banner .index-banner-con li .wrap h3 {
	padding: 0 20px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -284px;
	margin-top: 320px;
	font-size: 44px;
	font-weight: 400;
	color: #fec519;
	border-bottom: 1px solid #fec519
}

.index-banner .index-banner-con li .wrap h4 {
	position: absolute;
	left: 50%;
	margin-left: -283px;
	top: 0;
	font-size: 26px;
	font-weight: 400;
	color: #4c4c4c
}

.index-banner .index-banner-con li.index-banner-con-01 {
	background: url(../../images/introduce/banner.png?v=1.0) no-repeat center top;
	background-size: 100%
}

.index-banner .index-banner-tab {
	position: absolute;
	bottom: 5%;
	width: 100%
}

.index-banner .index-banner-tab ul {
	text-align: center
}

.index-banner .index-banner-tab li {
	display: inline-block;
	margin: 0 3px;
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background-color: #9be3ff;
	background-color: rgba(255, 255, 255, .6);
	transition: all .3s ease-out
}

.index-banner .index-banner-tab li.on {
	background-color: #fff;
	width: 27px
}

.index-section {
	background-repeat: no-repeat
}

.index-section .hd {
	text-align: center;
	padding-top: 70px
}

.index-section .hd h2 {
	position: relative;
	font-size: 30px;
	font-weight: 400;
	color: #333
}

.index-section .hd h2::after {
	position: absolute;
	left: 50%;
	top: 54px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 81px;
	height: 4px;
	background-color: #2e82ff;
	border-radius: 2px
}

.index-section .hd h4 {
	width: 800px;
	margin: 44px auto 0;
	font-size: 16px;
	font-weight: 400;
	color: #666
}

.index-data {
	background-color: #f8fbfd;
	border-bottom: 1px solid #f2f2f2
}

.index-data .bd {
	width: 100%
}

.index-data .bd ul {
	display: flex;
	width: 100%
}

.index-data .bd ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	height: 146px;
	text-align: center;
	transition: all .3s ease-out
}

.index-data .bd ul li h3 {
	font-size: 29px;
	color: #2e82ff;
	font-weight: 400;
	transition: all .3s ease-out
}

.index-data .bd ul li p {
	margin-top: 10px;
	font-size: 18px;
	color: #333;
	transition: all .3s ease-out
}

.index-advantage {
	height: 600px;
	background: #f8fbfd
}

.index-advantage .bd ul {
	padding-top: 70px
}

.index-advantage .bd li {
	float: left;
	width: 200px;
	height: 240px;
	padding: 30px 10px 10px;
	margin: 0 88px;
	border: solid 1px #fff;
	cursor: pointer;
	transition: all .3s ease-out
}

.index-advantage .bd li i {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 89px;
	height: 64px;
	transition: all .3s ease-out;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFkAAABACAMAAABGDCvOAAAAclBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZkjQ/XgAAAAJXRSTlMAQH+/76p3m4uEUwf55d68pJVo1c+2TzgsFA3KxK9hJxtxSkUluKRkAwAAAYhJREFUWMPt0tmSgjAURdEQAiTM8yyocP//FxvRJo2ChFJeurJfOaxKKNBv4FSnAIdp1pdof9Y5S0McnCrXVtBTwLNjjTVZIUbmpm6oDvBWZR6pfGzm1prZpjNSVOY5NF9gi0vMJztlnh20T9tSdwA+kHkEz6ZmBPChzDv9hQH2yaK0Dt+VoeEn3pK5KCRDe99XQrIKIC7r40yB78v1OKMHyHC+zeIj5G5YWfYRcjisWjhCxsNKkbKUpSxlKUtZylKWspSlLOV/IGOMGQ0MX0u8mOyUSeQlJ98IKBuUmfyS1XcNNpKIvJVtV/VZeM3LV4DLa/UXb0WOaMZna7LrGbqZWWur1HCeZNvT27V1nl6CJLJH+RGJNRoq1vJcryfZ9ZticZQ1zK+dyUMEZo0X6MqFT2+OMrsuPFL08ZjzkA+z+AXYtUBblR3WKrIoJCiEN7kqS5f94so89/3fX7qwFampeZ7Ms0lrAls5wwsYhLo84FBsjm9bQ2SpTWfWRObqfUsFYXFa6xH6AQD1Xdqzu8o+AAAAAElFTkSuQmCC) no-repeat
}

.index-advantage .bd li i em {
	font-size: 20px;
	color: #fff
}

.index-advantage .bd li i em:first-child {
	position: absolute;
	top: 11px;
	left: 15px
}

.index-advantage .bd li i em:last-child {
	position: absolute;
	top: 11px;
	right: 15px
}

.index-advantage .bd li h3 {
	width: 200px;
	font-size: 18px;
	text-align: center;
	color: #333;
	padding: 30px 0 20px;
	transition: all .3s ease-out
}

.index-advantage .bd li p {
	font-size: 14px;
	width: 200px;
	text-align: center;
	color: #666;
	transition: all .3s ease-out
}

.index-advantage .bd li:hover {
	border: dashed 1px #2e82ff
}

.index-advantage .bd li:hover i {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFkAAABACAMAAABGDCvOAAAAilBMVEUAAAAsgP8ug/8tgv8ugv8ugv8ugv8ugv8ugv8tgv8ugv8ugv8ugv8ugv8ugv8ugv8tgv8ugv8ugv8ugv8tgv8ugf8tgv8qgf8ugv8ugv8ugv8uhP80hv8ugv8tgv8ugv8ugv8tg/8tgv8tgf8vgf8wgv8ph/8wev8tgv8tgv8tgv8rgf8ugv8ugv9i9nIPAAAALXRSTlMAQH+/q82aUIR35rqzaO3d1aWViVQ4LBLxxXEnCPr4vox8SkUlGAwF4Z9gHWMqVjkEAAABmElEQVRYw+3Y2XKCMBiGYYzsi2wCgrIjuPS//9srUksqAYmjnHTynfLOMwzhKNzvQBV0Jzckrwq419dcPclAoh6e4tXwGeAlAi9fvCMVefAlRVyrgEfKxDaCjST/MGXuBySljKe6/ggbRAJOKGVysbMftHV+AnhDxtugh3RrAbwp4/F/YYAPyqD3oQKfleELv/GcjEUqGe7HKFDJawB6WemyFXxeDrssW0CGa/cxlpDLtmriJWSjrfawhIxuB8hkJjOZyUxmMpOZzGQmM5nJ/0BGCMmZI9q8rgmbF+Wdleq8fXYyuVUeZGKHqrzkombtnsqJmZ5lo/ADEiBkYlWkTciW6xE1IZuaqGy9ZqqSRHUgJ5qyn6p9KXJ0K7nJ+KqLd43VYTxXwl42z1/BaORdZDtUe48bnpaZikpZj3z6bSfLBfmoWUWOZsUDiLPHT1vg5SLg5laXOT/xJ+mcAU92Sl3pOGoGhayZz//+2oS57cJse+3No+SudzA3tX0hBFSL7rBBl6NbK9KU+MKOp8nXP61LCdPTdsVx39lT387CCxl5AAAAAElFTkSuQmCC) no-repeat
}

.index-advantage .bd li:hover h3,
.index-advantage .bd li:hover p {
	color: #2e82ff
}

.index-cultivate {
	position: relative;
	height: 754px;
	background-color: #f8fbfd
}

.index-cultivate .bd {
	padding-top: 90px
}

.index-cultivate .bd img {
	width: 1204px;
	height: 373px
}

.index-cultivate .bd .odata {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0
}

.index-cultivate .bd .odata h4 {
	font-size: 18px;
	color: #333
}

.index-platform {
	height: 898px;
	background-color: #fff
}

.index-platform .bd {
	padding-top: 55px
}

.index-platform .bd .tab-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: 1000px;
	border-bottom: 2px solid #ddd
}

.index-platform .bd .tab-wrap h3 {
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	color: #333;
	padding: 0 10px;
	cursor: pointer
}

.index-platform .bd .tab-wrap h3.on {
	position: relative;
	font-weight: 600;
	color: #2e82ff
}

.index-platform .bd .tab-wrap h3.on::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #2e82ff
}

.index-platform .bd .content-wrap .item {
	display: none;
	text-align: center
}

.index-platform .bd .content-wrap .item .inner {
	display: inline-block;
	height: 535px;
	padding-top: 75px
}

.index-platform .bd .content-wrap .item .inner .left-block {
	float: left;
	margin-right: 100px
}

.index-platform .bd .content-wrap .item .inner .left-block.pt25 {
	padding-top: 25px
}

.index-platform .bd .content-wrap .item .inner .right-block {
	float: left;
	width: 330px
}

.index-platform .bd .content-wrap .item .inner .right-block.w420 {
	width: 420px
}

.index-platform .bd .content-wrap .item .inner .right-block h4 {
	font-size: 20px;
	color: #2e82ff;
	text-align: left;
	padding: 20px 0 10px
}

.index-platform .bd .content-wrap .item .inner .right-block p {
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	line-height: 20px;
	text-align: left
}

.index-platform .bd .content-wrap .item .inner .right-block ul li {
	position: relative;
	padding-left: 25px;
	text-align: left;
	font-size: 14px;
	color: #333;
	line-height: 26px
}

.index-platform .bd .content-wrap .item .inner .right-block ul li::before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	display: block;
	width: 14px;
	height: 11px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAMAAAB4W0xQAAAAUVBMVEUAAAAugv8ugv8ugv8ugv8ug/8ugv8ugv8ugv8ug/8vgv8ugf8tgf8tgf8tgv8ugv8tgv8ugv8tgf8tgf8tgf8ugf8tgv8uhP8vgP8xhv8ugv8g6PZ8AAAAGnRSTlMA6uXdSyz18NfMn1JEPjO+rpd9cWVZOTgmFWCOk/UAAABSSURBVAjXTcxHEoAgAEPRgEoHe8v9DyqOI/B3b5GgaTCuUTKUVUdH+qIoqXrAzderIKizIGhvoNcUAbmFHOEVZfxGKzmR3fmfbMxKKO20A5oqHheBA5J4zZQnAAAAAElFTkSuQmCC) no-repeat;
	background-size: 100%
}

.index-platform .bd .content-wrap .item .inner .right-block .nav-more {
	display: block;
	margin-top: 50px;
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background-color: #2e82ff;
	font-size: 16px;
	font-weight: 400;
	color: #fff
}

.index-report {
	height: 544px;
	background-color: #f8fbfd
}

.index-report .bd ul {
	padding-top: 60px
}

.index-report .bd li {
	float: left;
	width: 220px;
	height: 195px;
	padding: 30px 30px;
	margin: 0 40px;
	overflow: hidden;
	border: dashed 1px #ddd;
	cursor: pointer;
	transition: all .3s ease-out
}

.index-report .bd li .inner {
	transition: all .4s ease-out
}

.index-report .bd li .inner i {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	transition: all .3s ease-out
}

.index-report .bd li .inner i.icon-1 {
	background: url(../../images/introduce/shengya.png) no-repeat;
	background-size: 100%
}

.index-report .bd li .inner i.icon-2 {
	background: url(../../images/introduce/xueye.png) no-repeat;
	background-size: 100%
}

.index-report .bd li .inner i.icon-3 {
	width: 41px;
	height: 34px;
	margin: 3px auto;
	background: url(../../images/introduce/duoyuan.png) no-repeat;
	background-size: 100%
}

.index-report .bd li .inner i.icon-4 {
	background: url(../../images/introduce/zhiyuan.png) no-repeat;
	background-size: 100%
}

.index-report .bd li .inner h3 {
	font-size: 16px;
	text-align: center;
	padding: 20px 0 13px;
	font-weight: 400;
	color: #333;
	transition: all .3s ease-out
}

.index-report .bd li .inner p {
	font-size: 14px;
	text-align: center;
	color: #666;
	transition: all .3s ease-out
}

.index-report .bd li .inner .more {
	display: block;
	text-align: center;
	line-height: 30px;
	width: 90px;
	height: 30px;
	margin: 30px auto 0;
	background-color: #2e82ff;
	font-size: 14px;
	color: #f8fbfd
}

.index-report .bd li:hover {
	border: dashed 1px #2e82ff
}

.index-report .bd li:hover .inner {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px)
}

.index-case {
	height: 655px;
	background: #fff
}

.index-case .bd {
	padding-top: 105px
}

.index-case .bd ul {
	display: flex;
	justify-content: space-between;
	width: 1200px
}

.index-case .bd ul li {
	display: block;
	width: 500px
}

.index-case .bd ul li h3 {
	width: 500px;
	padding-top: 25px;
	font-size: 20px;
	color: #333;
	font-weight: 400
}

.index-case .bd ul li .index-case-item {
	position: relative;
	width: 500px;
	height: 330px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 2px 0 8px rgba(0, 140, 205, .1);
	transition: all .3s ease-out
}

.index-case .bd ul li .index-case-item .index-case-img {
	overflow: hidden;
	border-radius: 10px
}

.index-case .bd ul li .index-case-item .index-case-img img {
	width: 500px;
	height: 330px
}

.index-case .bd ul li .index-case-item h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #333;
	border-radius: 0 0 10px 10px;
	opacity: .7;
	font-size: 18px;
	font-weight: 400;
	color: #f9f9f9;
	transition: all .2s ease-out
}

.index-case .bd ul li .index-case-item .index-case-word {
	position: absolute;
	left: 0;
	top: 330px;
	height: 250px;
	padding-top: 80px;
	width: 100%;
	border-radius: 10px;
	background: rgba(0, 0, 0, .5);
	transition: all .3s ease
}

.index-case .bd ul li .index-case-item .index-case-word h5 {
	font-size: 20px;
	color: #f9f9f9;
	font-weight: 400
}

.index-case .bd ul li .index-case-item .index-case-word p {
	margin: 20px auto 0;
	width: 398px;
	height: 41px;
	font-size: 16px;
	line-height: 24px;
	color: #f9f9f9;
	text-align: center
}

.index-case .bd ul li .index-case-item .index-case-word a {
	display: block;
	margin: 60px auto 0;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #f2f2f2;
	font-size: 16px;
	color: #2e82ff
}

.index-case .bd ul li:hover .index-case-item .index-case-word {
	-webkit-transform: translateY(-330px);
	transform: translateY(-330px)
}

.index-case .bd ul li:hover .index-case-item h4 {
	-webkit-transform: translateY(50px);
	transform: translateY(50px)
}

.index-news {
	background-color: #f8fbfd;
	padding-bottom: 80px!important;
}

.index-news .bd {
	padding-top: 100px
}

.index-news .index-news-hd {
	padding-bottom: 20px
}

.index-news .index-news-hd h3 a {
	font-size: 20px;
	font-weight: 400;
	color: #333
}

.index-news .index-news-hd a.fr {
	font-size: 14px;
	line-height: 32px;
	color: #999
}

.index-news .index-news-company {
	width: 400px
}

.index-news .index-news-company .index-news-company-headline .index-news-company-headline-img {
	width: 400px;
	height: 250px;
	position: relative
}

.index-news .index-news-company .index-news-company-headline .index-news-company-headline-img img {
	width: 100%;
	height: 100%
}

.index-news .index-news-company .index-news-company-headline .index-news-company-headline-img h4 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-indent: .5em;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6)
}

.index-news .index-news-company .index-news-company-headline .index-news-company-headline-word {
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	font-size: 14px
}

.index-news .index-news-company .index-news-company-headline .index-news-company-headline-word span {
	display: inline-block;
	padding-top: 15px;
	color: #666
}

.index-news .index-news-company .index-news-company-headline .index-news-company-headline-word p {
	margin: 10px 0;
	height: 45px;
	overflow: hidden;
	color: #999
}

.index-news .index-news-company .index-news-company-headline .index-news-company-headline-word .index-news-company-headline-tag a {
	margin-right: 5px;
	color: #2e82ff;
	text-decoration: underline
}

.index-news .index-news-company ul li {
	margin-top: 15px;
	overflow: hidden;
	font-size: 14px
}

.index-news .index-news-company ul li span {
	display: inline-block;
	width: 340px;
	color: #666
}

.index-news .index-news-company ul li em {
	float: right;
	color: #666
}

.index-news .index-news-career {
	width: 740px
}

.index-news .index-news-career .box-wrap {
	position: relative;
	height: 376px
}

.index-news .index-news-career .box-wrap .index-news-hd {
	position: absolute;
	top: 0;
	left: 0
}

.index-news .index-news-career .box-wrap .index-news-hd h3 {
	display: flex
}

.index-news .index-news-career .box-wrap .index-news-hd a {
	display: block;
	height: 30px;
	line-height: 40px;
	margin-right: 35px;
	font-size: 16px;
	color: #666;
	transition: all .3s ease
}

.index-news .index-news-career .box-wrap .index-news-hd a.on {
	line-height: 30px;
	font-size: 20px;
	color: #333
}

.index-news .index-news-career .box-wrap .bd-list {
	padding-top: 50px
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd {
	position: relative;
	display: flex
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd .index-news-career-word {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd .index-news-career-word a h4 {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	width: 285px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd .index-news-career-word .index-news-career-date {
	font-size: 14px;
	font-weight: 400;
	color: #666
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd .index-news-career-img {
	display: flex;
	margin-bottom: 10px
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd .index-news-career-img img {
	width: 84px;
	height: 64px;
	margin-right: 20px
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd ul.detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd ul.detail li {
	margin-bottom: 20px;
	width: 330px
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd ul.detail .index-news-career-word {
	margin-bottom: 10px
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd ul.detail .index-news-career-word a h4 {
	font-size: 18px;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd ul.detail p {
	font-size: 14px;
	color: #999;
	margin-bottom: 8px;
	overflow: hidden;
	line-height: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*! autoprefixer: ignore next */
	-webkit-box-orient: vertical
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd ul.detail .index-news-career-tag a {
	font-size: 12px;
	color: #2e82ff;
	margin-right: 15px;
	text-decoration: underline
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd ul li {
	margin-bottom: 11px
}

.index-news .index-news-career .box-wrap .bd-list .index-news-bd .nav-more {
	position: absolute;
	right: 0;
	top: -40px;
	font-size: 14px;
	color: #999
}

.index-coop {
	height: 860px;
	background-image: url(../../images/introduce/coop-bg.jpg);
	background-position: center
}

.index-coop .hd h2 {
	color: #fff
}

.index-coop .hd h2 a {
	color: #fff
}

.index-coop .hd h2::before {
	border-left-color: #ffe751;
	border-top-color: #ffe751
}

.index-coop .hd h2::after {
	border-right-color: #ffe751;
	border-bottom-color: #ffe751
}

.index-coop .hd h4 {
	color: #fff
}

.index-coop .bd h4 {
	padding: 35px 0 55px;
	font-size: 24px;
	font-weight: 400;
	color: #fff
}

.index-coop .bd .index-coop-con ul li {
	width: 1240px
}

.index-coop .bd .index-coop-con ul li .index-coop-con-item {
	float: left;
	width: 310px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 40px
}

.index-coop .bd .index-coop-con ul li .index-coop-con-item a {
	display: table;
	width: 270px;
	height: 90px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 5px;
	transition: all .3s ease
}

.index-coop .bd .index-coop-con ul li .index-coop-con-item a:hover {
	box-shadow: 5px 0 12px rgba(0, 134, 229, .3)
}

.index-coop .bd .index-coop-con ul li .index-coop-con-item a img {
	display: table-cell;
	margin: 14px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	vertical-align: middle
}

.index-coop .bd .index-coop-con ul li .index-coop-con-item a p {
	display: table-cell;
	width: 182px;
	padding-right: 10px;
	vertical-align: middle;
	max-height: 90px;
	overflow: hidden;
	font-size: 16px
}

.index-coop .bd .index-coop-tab {
	padding-top: 10px;
	text-align: center
}

.index-coop .bd .index-coop-tab ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #b3dbf7;
	cursor: pointer;
	transition: all .3s ease
}

.index-coop .bd .index-coop-tab ul li.on {
	width: 24px;
	background-color: #fff
}

.index-friendlink {
	background-color: #3b4144
}

.index-friendlink .footer-link {
	padding: 30px 0;
	border-bottom: 1px solid #626769
}

.index-friendlink .footer-link h3 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: 400
}

.index-friendlink .footer-link ul li {
	float: left;
	margin-bottom: 5px;
	width: 150px
}

.index-friendlink .footer-link ul li a {
	color: #aaa
}
