


/*-----------------------public样式表---------------

-------------------------------------------*/
body,
html {
	font-size: -webkit-calc(100vw / 120);
	font-size: -moz-calc(100vw / 120);
	font-size: calc(100vw / 120);
}

@media (min-width: 1024px) and (max-width: 1366px) {

	body,
	html {
		font-size: -webkit-calc(100vw / 100);
		font-size: -moz-calc(100vw / 100);
		font-size: calc(100vw / 100);
	}
}

@media (min-width: 767px) and (max-width: 1024px) {

	body,
	html {
		font-size: -webkit-calc(100vw / 90);
		font-size: -moz-calc(100vw / 90);
		font-size: calc(100vw / 90);
	}
}

@media (max-width: 767px) {

	body,
	html {
		font-size: 15px;
	}
}

body {
	font-family: "gilroy_light", Arial !important;
	font-size: 15px;
	color: #000;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'gilroy_bold';
	src: url('https://glne.obs.na-mexico-1.myhuaweicloud.com/fonts/gilroy-bold-4.otf') format('truetype');
}

@font-face {
	font-family: 'gilroy_light';
	src: url('https://glne.obs.na-mexico-1.myhuaweicloud.com/fonts/Gilroy-Light-11.otf') format('truetype');
}

@font-face {
	font-family: 'gilroy_Medium';
	src: url('https://glne.obs.na-mexico-1.myhuaweicloud.com/fonts/Gilroy-Medium-2.otf') format('truetype');
}

@font-face {
	font-family: 'gilroy_regular';
	src: url('https://glne.obs.na-mexico-1.myhuaweicloud.com/fonts/gilroy-regular-3.otf') format('truetype');
}

a {
	color: #333;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

a:hover {
	color: #3d60ac;
	text-decoration: none;
}

a:active,
a:focus {
	outline: 0;
	color: #3d60ac;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

a,
input,
button,
select,
textarea {
	outline: none;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	line-height: normal;
}

p {
	padding: 0;
	margin: 0;

}

button {
	border: 0;
}


.wh {
	padding: 0 10%;
}

.wh1 {
	padding: 0;
	
}


@media (max-width: 1366px) {
	.wh {
		padding: 0 6.78125%;
	}
}


@media (max-width: 990px) {
	.wh {
		padding: 0 5.78125%;
	}
}


@media (max-width: 768px) {
	.wh {
		padding: 0 4%;
	}
}

#a,
#b,
#c,
#d {
	height: 5.75rem;
	margin-top: -5.75rem;
}


table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	padding:.8rem;
	font-size: 1.1rem;
	line-height: 2rem;

}

table tbody tr:nth-child(2n) {
	background: #e6e7e7;
}

table tbody tr.firstRow {
	background: #3d60ac;
	color: #FFF;
	font-weight: bold;
}
.zt-color {
    background: -webkit-linear-gradient(left, #2a81bc 0%, #46a9ad 50%, #46a9ad 95%);
    background: -moz-linear-gradient(left, #2a81bc 0%, #46a9ad 50%, #46a9ad 95%);
    background: -o-linear-gradient(left, #2a81bc 0%, #46a9ad 50%, #46a9ad 95%);
    background: linear-gradient(90deg, #2a81bc 0%, #46a9ad 50%, #46a9ad 95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.more-b {
	display: inline-block;
	padding: 0.75rem 2.35rem;
	border-radius: 3.125rem;
	background: -webkit-linear-gradient(14deg, #2a81bc -20.93%, #46a9ad 126.57%);
	background: -moz-linear-gradient(14deg, #2a81bc -20.93%, #46a9ad 126.57%);
	background: -o-linear-gradient(14deg, #2a81bc -20.93%, #46a9ad 126.57%);
	background: linear-gradient(76deg, #2a81bc -20.93%, #46a9ad 126.57%);
	color: #333;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.more-b {
		padding: 0.7rem 1.8rem;
	}
}

.more-b>* {
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	-o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	-moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	-webkit-transition-delay: 0.06s;
	-moz-transition-delay: 0.06s;
	-o-transition-delay: 0.06s;
	transition-delay: 0.06s;
	line-height: 1.5rem;
	color: #fff;
}

.more-b::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	background: -webkit-linear-gradient(14deg, #46a9ad -20.93%, #2a81bc 126.57%);
	background: -moz-linear-gradient(14deg, #46a9ad -20.93%, #2a81bc 126.57%);
	background: -o-linear-gradient(14deg, #46a9ad -20.93%, #2a81bc 126.57%);
	background: linear-gradient(76deg, #46a9ad -20.93%, #2a81bc 126.57%);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center right;
	-moz-transform-origin: center right;
	-ms-transform-origin: center right;
	-o-transform-origin: center right;
	transform-origin: center right;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	-o-transition: -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	-moz-transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
}

.more-b:hover {
	color: #fff;
}

.more-b:hover>* {
	-webkit-transform: translateX(0.75rem);
	-moz-transform: translateX(0.75rem);
	-ms-transform: translateX(0.75rem);
	-o-transform: translateX(0.75rem);
	transform: translateX(0.75rem);
}

.more-b:hover::after {
	-webkit-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	-o-transform-origin: center left;
	transform-origin: center left;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

/*图片放大*/
.pic-scale {
	position: relative;
	overflow: hidden;
}

.pic-scale img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	max-width: 100%;
}

.pic-scale:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

/* 水平分布 */
.flex {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 水平居中 */
.flex-z {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 居左 */
.flex_left {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_left1 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 分布居左向上 */

.flex2 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex3 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}


.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-justify: distribute-all-lines;
}

.ellipsis2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-justify: distribute-all-lines;
}

.ellipsis3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-justify: distribute-all-lines;
}



/* 手机导航 */
.MobileMain {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
	display: none;
}

.MobileMain .HeaderMobile {
	height: var(--phone_height);
	border-bottom: 1px solid #eee;
}

.MobileMain .HeaderMobile .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 5vw;
}

.MobileMain .HeaderMobile .box .logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.MobileMain .HeaderMobile .box .logo a {
	display: block;
}

.MobileMain .HeaderMobile .box .logo a img {
	height: 42px;
}

.MobileMain .HeaderMobile .box .button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.MobileMain .HeaderMobile .box .button .Language a {
	font-size: 0.18rem;
	color: #000;
	display: block;
	line-height: 0.45rem;
	border-radius: 0.25rem;
}

.MobileMain .HeaderMobile .box .button .search div {
	width: 30px;
	text-align: center;
}

.MobileMain .HeaderMobile .box .button .search p svg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.MobileMain .HeaderMobile .box .button .search .Close {
	display: none;
}

.MobileMain .HeaderMobile .box .button .search .active .Show {
	display: none;
}

.MobileMain .HeaderMobile .box .button .search .active .Close {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #375dac;
}

.MobileMain .HeaderMobile .box .button .search .active .Close i {
	font-size: 0.26rem;
	font-weight: bold;
}

.MobileMain .HeaderMobile .box .button .search .active .btn {
	display: none;
}

.MobileMain .HeaderMobile .box .button .word {
	font-size: 14px;
	font-weight: bold;
}

.MobileMain .HeaderMobile .box .button .word a {
	color: #375dac;
	text-decoration: none;
}

.MobileMain .HeaderMobile .box .button .word a svg {
	display: inline-block;
	vertical-align: sub;
	animation: CallUp 0.5s ease 0s infinite;
	-webkit-animation: CallUp 0.5s ease 0s infinite;
	-moz-animation: CallUp 0.5s ease 0s infinite;
	-o-animation: CallUp 0.5s ease 0s infinite;
}

.MobileMain .HeaderMobile .box .button .word a img {
	position: relative;
}

.MobileMain .HeaderMobile .box .button .call a {
	color: #000;
	font-size: 16px;
}


.MobileMain .HeaderMobile .box .button .search {
	margin-left: 0.5rem;
}

.MobileMain .HeaderMobile .box .button .search .icon2 {
	display: none;
}

.MobileMain .HeaderMobile .box .button .search.active .icon1 {
	display: none;
}

.MobileMain .HeaderMobile .box .button .search.active .icon2 {
	display: block;
}


.MobileMain .HeaderMobile .box .button .menu {
	margin-left: 0.5rem;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p {
	position: relative;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span {
	display: block;
	width: 30px;
	height: 2px;
	background: #222;
	margin: 8px 0;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(1) {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(2) {
	opacity: 0;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p span:nth-child(3) {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background: #222;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn p::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background: #222;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p span {
	opacity: 0;
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.MobileMain .HeaderMobile .box .button .menu .menu_btn.active p::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.MobileNavigation {
	position: absolute;
	z-index: 3;
	top: var(--phone_height);
	background: #fff;
	left: 0;
	width: 100%;
	z-index: 7;
	height: calc(100vh - var(--phone_height));
	display: none;
}

.MobileNavigation .box_scroll {
	max-height: 90%;
	padding: 0.5rem 5vw;
	box-sizing: border-box;
	overflow: scroll;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}

.MobileNavigation .box_scroll .box .item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.MobileNavigation .box_scroll .box .item a {
	line-height: 50px;
	display: flex;
	font-size: 16px;
	color: #333;
	justify-content: space-between;
}

.MobileNavigation .box_scroll .box .item a i {
	color: #666;
	font-size: 16px;
}

.MobileNavigation .box_scroll .box .item a p {
	display: flex;
	align-items: center;
}

.MobileNavigation .box_scroll .box .item a p span {
	display: block;
	width: 15px;
	height: 1px;
	background: #666;
	position: relative;
}

.MobileNavigation .box_scroll .box .item a p span::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #666;
	transform: rotate(90deg);
	transition: 0.4s;
}

.MobileNavigation .box_scroll .box .item .active p span::after {
	transform: rotate(180deg);
}

.MobileNavigation .box_scroll .box .item .twoSelect {
	padding-left: 16px;
	display: none;
}

.MobileNavigation .box_scroll .box .item .twoSelect .twoSelectItem a {
	font-size: 15px;
}

.MobileNavigation .box_scroll .box .item .threeSelect {
	padding-left: 16px;
	display: none;
}

.MobileNavigation .box_scroll .box .item .threeSelect .threeSelectItem a {
	font-size: 15px;
}

.MobileNavigation .box_scroll .box .item .fourSelect {
	padding-left: 16px;
	display: none;
}

.MobileNavigation .box_scroll .box .item .fourSelect .fourSelectItem a {
	font-size: 15px;
}


/* 手机导航 End */




/* 图片弹框 End */
@media screen and (max-width:990px) {
	.MobileMain {
		display: block;
	}


}


@media screen and (max-width: 768px) {
	
	table th, table td{
		padding: .5rem 1rem;
		font-size: 1rem;
	}

	.MobileNavigation .box_scroll .box .item a p {
		font-family: 'gilroy_bold';
		font-weight: bold;
		font-size: 14px;
	}

}



/*-----------------------public结束---------------

-------------------------------------------*/





/*-----------------------iconfont.css开始---------------

-------------------------------------------*/




@font-face {
  font-family: "iconfont";  /* ✅ 使用简单的字体名称 */
  src: url('https://glne.obs.na-mexico-1.myhuaweicloud.com/iconfont/iconfont.woff2') format('woff2'),
       url('https://glne.obs.na-mexico-1.myhuaweicloud.com/iconfont/iconfont.woff') format('woff'),
       url('https://glne.obs.na-mexico-1.myhuaweicloud.com/iconfont/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tishichenggong:before {
  content: "\e736";
}

.icon-lianxishouhou:before {
  content: "\e731";
}

.icon-shouqianzixun:before {
  content: "\e732";
}

.icon-HRDCkehuxiaoshouzhongxin:before {
  content: "\e733";
}

.icon-PDF:before {
  content: "\e734";
}

.icon-huiyuanmingdan:before {
  content: "\e729";
}

.icon-zuzhijiagou1:before {
  content: "\e72a";
}

.icon-bisaizhangcheng:before {
  content: "\e72b";
}

.icon-a-04jiangchenghelianjiezilvqingkuang:before {
  content: "\e72c";
}

.icon-jianjie:before {
  content: "\e730";
}

.icon-menu2:before {
  content: "\e728";
}

.icon-menu1:before {
  content: "\e727";
}

.icon-dingwei:before {
  content: "\e77e";
}

.icon-youjiantou-tianchong:before {
  content: "\e73d";
}

.icon-arrow-left-circle-fill:before {
  content: "\e745";
}

.icon-arrow-right-circle-fill:before {
  content: "\e747";
}

.icon-rencailinian:before {
  content: "\e724";
}

.icon-huanjing:before {
  content: "\e725";
}

.icon-zijinguanli:before {
  content: "\e71f";
}

.icon-zijin:before {
  content: "\e720";
}

.icon-mianji:before {
  content: "\e721";
}

.icon-shigongmianji:before {
  content: "\e722";
}

.icon-feiwuchuli:before {
  content: "\e723";
}

.icon-zhiliang-xianxing:before {
  content: "\e88b";
}

.icon-fuwu1:before {
  content: "\eb36";
}

.icon-zaixiangoutong:before {
  content: "\e71d";
}

.icon-a-011_zhunshida:before {
  content: "\e71e";
}

.icon-pdf:before {
  content: "\e740";
}

.icon-pdf1:before {
  content: "\e71c";
}

.icon-jianhao:before {
  content: "\eaf5";
}

.icon-tuihuobaozhang:before {
  content: "\e719";
}

.icon-caigou-xianxing:before {
  content: "\e887";
}

.icon-zhiliang-:before {
  content: "\e71b";
}

.icon-jiantou-cshang:before {
  content: "\e717";
}

.icon-jiantou2:before {
  content: "\e718";
}

.icon-duoyuyan:before {
  content: "\e716";
}

.icon-zuojiantou:before {
  content: "\e714";
}

.icon-youjiantou1:before {
  content: "\e715";
}

.icon-xinxi:before {
  content: "\101fe";
}

.icon-anquan:before {
  content: "\e70d";
}

.icon-gongwenbao1:before {
  content: "\e711";
}

.icon-kefu1:before {
  content: "\e712";
}

.icon-anquan1:before {
  content: "\e8ab";
}

.icon-yunshu:before {
  content: "\e713";
}

.icon-whatsapp:before {
  content: "\e86a";
}

.icon-mail_fill:before {
  content: "\e70b";
}

.icon-whatsapp1:before {
  content: "\e8ec";
}

.icon-mail2:before {
  content: "\e70c";
}

.icon-jiahao1:before {
  content: "\e726";
}

.icon-gongchang:before {
  content: "\e708";
}

.icon-bangonglou:before {
  content: "\e709";
}

.icon-jiantou1:before {
  content: "\e707";
}

.icon-jingyinglinian:before {
  content: "\e6fd";
}

.icon-qiyemubiao:before {
  content: "\e6fe";
}

.icon-fuwulinian_huaban1:before {
  content: "\e700";
}

.icon-fuwulinian:before {
  content: "\e701";
}

.icon-qiyejingshen:before {
  content: "\e704";
}

.icon-renshu:before {
  content: "\e6fa";
}

.icon-briefcase-full:before {
  content: "\e8b7";
}

.icon-gongwenbao:before {
  content: "\e6fb";
}

.icon-fangzi:before {
  content: "\e6f8";
}

.icon-shijian1:before {
  content: "\e6f9";
}

.icon-xianweijing:before {
  content: "\e6f7";
}

.icon-xueshu:before {
  content: "\ea6c";
}

.icon-smiling:before {
  content: "\e6f6";
}

.icon-zhuanzhu:before {
  content: "\e6ff";
}

.icon-yewutubiaoyanbaofuwu:before {
  content: "\e6f4";
}

.icon-qichebaoyangweixiushenqing:before {
  content: "\e6f5";
}

.icon-zuoji-:before {
  content: "\e6ec";
}

.icon-fax:before {
  content: "\e6f3";
}

.icon-pcduandiannao:before {
  content: "\e6e3";
}

.icon-xinwen:before {
  content: "\e6e4";
}

.icon-rongyu:before {
  content: "\e6e5";
}

.icon-dayinji:before {
  content: "\e6e1";
}

.icon-text-size:before {
  content: "\e703";
}

.icon-m-todo:before {
  content: "\e6d7";
}

.icon-weizhi:before {
  content: "\e76f";
}

.icon-jiagou1:before {
  content: "\e75d";
}

.icon-dashiji:before {
  content: "\e6c2";
}

.icon-shenpanfaguan:before {
  content: "\e6c3";
}

.icon-shenpanzhidu:before {
  content: "\e6c5";
}

.icon-home4:before {
  content: "\e6cc";
}

.icon-mobile1:before {
  content: "\e769";
}

.icon-donghua:before {
  content: "\e6be";
}

.icon-xuanchuanpian:before {
  content: "\e750";
}

.icon-duanshipin:before {
  content: "\e6bf";
}

.icon-xuanchuanpian-guanggaopian:before {
  content: "\e6fc";
}

.icon-dasaixuanchuanpian:before {
  content: "\e6c0";
}

.icon-fuwutubiao:before {
  content: "\e6bc";
}

.icon-jishu:before {
  content: "\e6dd";
}

.icon-pinzhi11:before {
  content: "\e6bd";
}

.icon-yongnengjiegou:before {
  content: "\e6ba";
}

.icon-midu:before {
  content: "\e6bb";
}

.icon-jiqiren:before {
  content: "\e695";
}

.icon-jicheng:before {
  content: "\e699";
}

.icon-qiche:before {
  content: "\ec6d";
}

.icon-hangkonghangtian:before {
  content: "\e6a3";
}

.icon-yiliao:before {
  content: "\e6b7";
}

.icon-chicun:before {
  content: "\e6b8";
}

.icon-mimaqiangdu:before {
  content: "\e6b9";
}

.icon-hexinjiazhiguan:before {
  content: "\e69a";
}

.icon-lianjie:before {
  content: "\e642";
}

.icon-zhuanli:before {
  content: "\e620";
}

.icon-huojiang-:before {
  content: "\e60d";
}

.icon-lunwen-weixuanzhong:before {
  content: "\e692";
}

.icon-zuoji:before {
  content: "\e73c";
}

.icon-zuojidianhua:before {
  content: "\e691";
}

.icon-xiangce:before {
  content: "\e6b6";
}

.icon-wodehuoban:before {
  content: "\e68f";
}

.icon-ictechcal:before {
  content: "\e648";
}

.icon-jiqishijue:before {
  content: "\e655";
}

.icon-zhinengjiaotongshibie:before {
  content: "\e68b";
}

.icon-24gl-newspaper2:before {
  content: "\e8af";
}

.icon-i8home-:before {
  content: "\e63d";
}

.icon-zhinengzhizao:before {
  content: "\e663";
}

.icon-liuchengjiedian:before {
  content: "\e686";
}

.icon-xian:before {
  content: "\e767";
}

.icon-shouhou:before {
  content: "\e687";
}

.icon-ganta-2:before {
  content: "\e754";
}

.icon-xitongguanli:before {
  content: "\e61e";
}

.icon-gongyezidonghua:before {
  content: "\e68c";
}

.icon-chengshiguidaojiaotongyunyingbaozhangdui:before {
  content: "\e605";
}

.icon-zhinengjiance:before {
  content: "\e698";
}

.icon-duihao:before {
  content: "\e619";
}

.icon-duihao1:before {
  content: "\e6f2";
}

.icon-qiyeyuanjing:before {
  content: "\e6b3";
}

.icon-shiming:before {
  content: "\e6b5";
}

.icon-play:before {
  content: "\e671";
}

.icon-skype-fill:before {
  content: "\e884";
}

.icon-tuite:before {
  content: "\ee49";
}

.icon-sina1:before {
  content: "\e6ee";
}

.icon-youku:before {
  content: "\e6f0";
}

.icon-wenjianjia:before {
  content: "\e6ed";
}

.icon-fax1:before {
  content: "\e6ea";
}

.icon-xiazai1:before {
  content: "\e6eb";
}

.icon-ditu:before {
  content: "\e6e9";
}

.icon-diqiu1:before {
  content: "\e844";
}

.icon-pdfwenjian:before {
  content: "\e6e8";
}

.icon-xiazai:before {
  content: "\e6e7";
}

.icon-rencaifuwu:before {
  content: "\e6e0";
}

.icon-xiaoyuan:before {
  content: "\e6e2";
}

.icon-mobilefill:before {
  content: "\e705";
}

.icon-sey-tel-b:before {
  content: "\e6d2";
}

.icon-email:before {
  content: "\e6d4";
}

.icon-QQ:before {
  content: "\e6da";
}

.icon-wenda:before {
  content: "\e889";
}

.icon-wenda1:before {
  content: "\e8cd";
}

.icon-icon:before {
  content: "\e6d1";
}

.icon-V:before {
  content: "\e72d";
}

.icon-direction-up:before {
  content: "\e6c9";
}

.icon-up:before {
  content: "\e6cb";
}

.icon-fuxuankuangxuanzhong:before {
  content: "\e7e3";
}

.icon-fuxuankuang-xuanzhong:before {
  content: "\ee34";
}

.icon-xiazaidaoru:before {
  content: "\e8c6";
}

.icon-icon_video:before {
  content: "\e6b2";
}

.icon-xiangji:before {
  content: "\e761";
}

.icon-facebook1:before {
  content: "\e6c8";
}

.icon-fuxuankuang_xuanzhong:before {
  content: "\e6c6";
}

.icon-fanhuidingbu:before {
  content: "\e6c4";
}

.icon-chanpinpeizhi:before {
  content: "\e6e6";
}

.icon-liuyanban-05:before {
  content: "\e6b1";
}

.icon-sousuoxiao:before {
  content: "\e8d6";
}

.icon-sousuo1:before {
  content: "\eafe";
}

.icon-home3:before {
  content: "\e6b0";
}

.icon-home2:before {
  content: "\e6c1";
}

.icon-youjiantou:before {
  content: "\e6ad";
}

.icon-huiyuanliebiao:before {
  content: "\e6ab";
}

.icon-huiyuanzhucedengluguanli:before {
  content: "\e6ac";
}

.icon-leftfont-45:before {
  content: "\e6d6";
}

.icon-kefu:before {
  content: "\ec2e";
}

.icon-jingyan:before {
  content: "\e6a9";
}

.icon-factory-full:before {
  content: "\e9eb";
}

.icon-81:before {
  content: "\e6a5";
}

.icon-home1:before {
  content: "\e6a4";
}

.icon-qian1:before {
  content: "\e6a1";
}

.icon-shandian:before {
  content: "\e8b6";
}

.icon-24xiaoshi_day:before {
  content: "\e6a2";
}

.icon-dian:before {
  content: "\ec1e";
}

.icon-jiantou-jiantou6:before {
  content: "\e6df";
}

.icon-weixin2:before {
  content: "\e6a0";
}

.icon-youkuhuiyuan:before {
  content: "\e8c1";
}

.icon-douyin:before {
  content: "\e8db";
}

.icon-dianhua-Telephone:before {
  content: "\e69c";
}

.icon-telephone_one:before {
  content: "\e69d";
}

.icon-icon_telephone1:before {
  content: "\e69f";
}

.icon-remen:before {
  content: "\e8c9";
}

.icon-weixiu:before {
  content: "\e684";
}

.icon-dingzhi:before {
  content: "\e685";
}

.icon-zixun1:before {
  content: "\e688";
}

.icon-jiejuefangan:before {
  content: "\e72f";
}

.icon-yuyueanzhuang:before {
  content: "\e689";
}

.icon-jiantou_xiangyouliangci_o:before {
  content: "\eb91";
}

.icon-jiantou_xiangzuoliangci_o:before {
  content: "\eb93";
}

.icon-link:before {
  content: "\e772";
}

.icon-link1:before {
  content: "\e756";
}

.icon-alibabaalibaba:before {
  content: "\e6f1";
}

.icon-skype:before {
  content: "\e765";
}

.icon-twitter:before {
  content: "\e882";
}

.icon-icon-test:before {
  content: "\e710";
}

.icon-youxiang2:before {
  content: "\e774";
}

.icon-shebeiguanli:before {
  content: "\ebb7";
}

.icon-bianjiedaohang:before {
  content: "\e6cd";
}

.icon-zhinanzhenfaxiandaohangdizhiweizhi:before {
  content: "\e786";
}

.icon-qiyexinxi:before {
  content: "\e6ce";
}

.icon-quanxianguanli:before {
  content: "\e6cf";
}

.icon-dianhua14:before {
  content: "\e6d0";
}

.icon-dizhi2:before {
  content: "\e8a0";
}

.icon-dizhi3:before {
  content: "\e6d5";
}

.icon-guanli1:before {
  content: "\e6d9";
}

.icon-dianhua19:before {
  content: "\e6db";
}

.icon-guanli:before {
  content: "\e68a";
}

.icon-dizhi1:before {
  content: "\e68d";
}

.icon-daohangpingjia:before {
  content: "\e68e";
}

.icon-wangzhandaohang:before {
  content: "\e690";
}

.icon-dianhua5:before {
  content: "\e693";
}

.icon-ditudaohang:before {
  content: "\e694";
}

.icon-yingxiangsheying:before {
  content: "\e70f";
}

.icon-zixunzhuanyefuwu:before {
  content: "\e680";
}

.icon-caiji:before {
  content: "\e681";
}

.icon-sanweimoxing:before {
  content: "\e682";
}

.icon-leijishufuwux:before {
  content: "\e697";
}

.icon-shujufenxi1:before {
  content: "\e67e";
}

.icon-jishufuwushang:before {
  content: "\e72e";
}

.icon-yingjianxinxi:before {
  content: "\e6dc";
}

.icon-shujuronghe:before {
  content: "\e67f";
}

.icon-qq1:before {
  content: "\e647";
}

.icon-qq2:before {
  content: "\e67a";
}

.icon-1301dizhi:before {
  content: "\e67b";
}

.icon-address1:before {
  content: "\e67d";
}

.icon-xinpinshangshi:before {
  content: "\e65c";
}

.icon-fuzhipeizhi:before {
  content: "\e6af";
}

.icon-jihua:before {
  content: "\e63c";
}

.icon-tongjifenxi:before {
  content: "\e626";
}

.icon-lanmupeizhi1:before {
  content: "\e621";
}

.icon-guihuasheji:before {
  content: "\e652";
}

.icon-jihuatongji:before {
  content: "\e65f";
}

.icon-jingzhengfenxi:before {
  content: "\e650";
}

.icon-shujufenxi:before {
  content: "\e632";
}

.icon-jingzhengqingbao:before {
  content: "\e90f";
}

.icon-yuanjing:before {
  content: "\e646";
}

.icon-xiansunfenxi:before {
  content: "\e622";
}

.icon-renwujihua:before {
  content: "\e633";
}

.icon-yanjiu:before {
  content: "\e623";
}

.icon-chuqinfenxi:before {
  content: "\e636";
}

.icon-xueqingfenxi:before {
  content: "\e625";
}

.icon-tubiao:before {
  content: "\e662";
}

.icon-rongzilishi:before {
  content: "\e629";
}

.icon-bgsj:before {
  content: "\e6b4";
}

.icon-flow-line:before {
  content: "\e649";
}

.icon-jingzheng:before {
  content: "\e6ef";
}

.icon-pinzhi:before {
  content: "\e60a";
}

.icon-wj-jh:before {
  content: "\e70e";
}

.icon-jihua2:before {
  content: "\e64a";
}

.icon-yingyongpeizhi:before {
  content: "\e656";
}

.icon-yingxiao-:before {
  content: "\e60e";
}

.icon-menzhenxiangmuzhongzu:before {
  content: "\e706";
}

.icon-peiyangfangan:before {
  content: "\e657";
}

.icon-dongtaizhongzu:before {
  content: "\e742";
}

.icon-shangshiqiye:before {
  content: "\e664";
}

.icon-jingzhengfenxi1:before {
  content: "\e610";
}

.icon-xuqiufenxi:before {
  content: "\e665";
}

.icon-kaifasheji:before {
  content: "\e666";
}

.icon-xuesheng:before {
  content: "\e667";
}

.icon-jihuarenwu:before {
  content: "\e66b";
}

.icon-yingxiaoguanli:before {
  content: "\e66c";
}

.icon-yuanjing1:before {
  content: "\e66d";
}

.icon-baobiaofenxi:before {
  content: "\e66e";
}

.icon-pinzhi1:before {
  content: "\e66f";
}

.icon-icon_xinyong_xianxing_jijin-1:before {
  content: "\e670";
}

.icon-canshupeizhi:before {
  content: "\e673";
}

.icon-jihuaxinxi:before {
  content: "\e674";
}

.icon-changjingdajian:before {
  content: "\e675";
}

.icon-peizhi:before {
  content: "\e677";
}

.icon-shangshi:before {
  content: "\e678";
}

.icon-fuwu:before {
  content: "\e627";
}

.icon-gongzuoliuchengtu:before {
  content: "\e607";
}

.icon-shejishi:before {
  content: "\e644";
}

.icon-caiwu:before {
  content: "\e702";
}

.icon-jingyingtongjipx:before {
  content: "\e608";
}

.icon-renliziyuanzhutifenxi:before {
  content: "\e641";
}

.icon-qiyewenhua:before {
  content: "\e66a";
}

.icon-zuzhi:before {
  content: "\e683";
}

.icon-shebeishuzihua:before {
  content: "\e631";
}

.icon-fuxuankuang-true:before {
  content: "\e63b";
}

.icon-daohanghaiwaigou:before {
  content: "\e64b";
}

.icon-jijin:before {
  content: "\e613";
}

.icon-icon_xinyong_xianxing_jijin-:before {
  content: "\e639";
}

.icon-143-xinyong:before {
  content: "\e883";
}

.icon-dc-icon-zhanlvetouzizhe:before {
  content: "\e645";
}

.icon-zichan:before {
  content: "\e6aa";
}

.icon-shouhui:before {
  content: "\e62c";
}

.icon-guanjianci:before {
  content: "\e602";
}

.icon-liucheng1:before {
  content: "\e624";
}

.icon-tel1:before {
  content: "\e63e";
}

.icon-mail1:before {
  content: "\e757";
}

.icon-24gl-building2:before {
  content: "\e831";
}

.icon-Mail:before {
  content: "\e65a";
}

.icon-mail:before {
  content: "\e61c";
}

.icon-wenzhangguanli:before {
  content: "\e67c";
}

.icon-bianjiwenzhang_huaban:before {
  content: "\e630";
}

.icon-news:before {
  content: "\e892";
}

.icon-icon_telephone:before {
  content: "\e61b";
}

.icon-wenti-m:before {
  content: "\e618";
}

.icon-zixun:before {
  content: "\e661";
}

.icon-risk:before {
  content: "\e61d";
}

.icon-anli:before {
  content: "\e658";
}

.icon-liucheng:before {
  content: "\e6d3";
}

.icon-tuandui1:before {
  content: "\e65d";
}

.icon-gaoguanxinxi:before {
  content: "\e637";
}

.icon-sifafengxian:before {
  content: "\e651";
}

.icon-qian:before {
  content: "\e634";
}

.icon-xitongjiagou:before {
  content: "\e74f";
}

.icon-zuzhijiagou:before {
  content: "\e63a";
}

.icon-denglushouquan:before {
  content: "\e70a";
}

.icon-qq:before {
  content: "\e69b";
}

.icon-linkedin1:before {
  content: "\e653";
}

.icon-menu:before {
  content: "\e8f0";
}

.icon-facebook:before {
  content: "\e638";
}

.icon-linkedin:before {
  content: "\eccc";
}

.icon-xianxingtubiaozhizuomoban-17:before {
  content: "\e61a";
}

.icon-arrow-right-copy-copy:before {
  content: "\e604";
}

.icon-diandiandian:before {
  content: "\e628";
}

.icon-jiantou_qiehuanyou_o:before {
  content: "\eb8d";
}

.icon-jiantouxiangyou:before {
  content: "\e611";
}

.icon-koubei:before {
  content: "\e6de";
}

.icon-diqiu:before {
  content: "\e643";
}

.icon-chanpin:before {
  content: "\e6c7";
}

.icon-hot:before {
  content: "\e6a7";
}

.icon-mobile:before {
  content: "\e640";
}

.icon-more1:before {
  content: "\e606";
}

.icon-xitong:before {
  content: "\e835";
}

.icon-jishutong:before {
  content: "\e669";
}

.icon-weibiaoti-4:before {
  content: "\e612";
}

.icon-hangyeleixing:before {
  content: "\e64d";
}

.icon-service:before {
  content: "\e7bb";
}

.icon-wujiaoxing:before {
  content: "\e76b";
}

.icon-iconzhengli_liulan:before {
  content: "\e64f";
}

.icon-down_huaban1:before {
  content: "\e676";
}

.icon-zhengshu:before {
  content: "\e63f";
}

.icon-Group-:before {
  content: "\e6ae";
}

.icon-jiagou:before {
  content: "\e6a6";
}

.icon-more:before {
  content: "\e64e";
}

.icon-tuandui:before {
  content: "\e65e";
}

.icon-weixin1:before {
  content: "\e60b";
}

.icon-iconset0403:before {
  content: "\e71a";
}

.icon-Link:before {
  content: "\e668";
}

.icon-jiantou-zuo:before {
  content: "\e738";
}

.icon-jiantou-you:before {
  content: "\e739";
}

.icon-weixin:before {
  content: "\e7e5";
}

.icon-tianmaot:before {
  content: "\e799";
}

.icon-sina:before {
  content: "\e660";
}

.icon-tianmao-:before {
  content: "\e635";
}

.icon-gongsi:before {
  content: "\e679";
}

.icon-hangyebiaozhun:before {
  content: "\e790";
}

.icon-chahao:before {
  content: "\e617";
}

.icon-jiahao:before {
  content: "\e603";
}

.icon-duihao_o:before {
  content: "\eb75";
}

.icon-duihao2:before {
  content: "\e69e";
}

.icon-jifen:before {
  content: "\e616";
}

.icon-dingdan:before {
  content: "\e62b";
}

.icon-sousuo:before {
  content: "\e696";
}

.icon-jinggao:before {
  content: "\e62f";
}

.icon-shijian:before {
  content: "\e659";
}

.icon-dianji:before {
  content: "\e6ca";
}

.icon-jiantou:before {
  content: "\e609";
}

.icon-gengduo:before {
  content: "\e62e";
}

.icon-duanxin:before {
  content: "\e64c";
}

.icon-jiantouxiangxia:before {
  content: "\e654";
}

.icon-tels:before {
  content: "\e601";
}

.icon-fuwuzhongxin:before {
  content: "\e60c";
}

.icon-tel:before {
  content: "\e600";
}

.icon-address:before {
  content: "\e61f";
}

.icon-contacts-solid:before {
  content: "\e6a8";
}

.icon-houtaishezhi:before {
  content: "\e6d8";
}

.icon-hezuo:before {
  content: "\e62a";
}

.icon-home:before {
  content: "\e60f";
}

.icon-lianxishangjia:before {
  content: "\e672";
}

.icon-huiyuanfazhanqushi:before {
  content: "\e614";
}

.icon-fenxiang:before {
  content: "\e615";
}

.icon-renyuanbaoming:before {
  content: "\e65b";
}

.icon-wenhua:before {
  content: "\e62d";
}




/*-----------------------iconfont.css结束---------------

-------------------------------------------*/




/*-----------------------animatey样式表---------------

-------------------------------------------*/


/*!
 * 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 {

	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	50%,
	from,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	50%,
	from,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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 {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	11.1%,
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	11.1%,
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		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: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 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% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 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% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	
	50% {
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	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;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}



/*-----------------------animate---------------

-------------------------------------------*/




.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* 右侧弹出客服 */

.right_box_hp {
	position: fixed;
	right: 1.5%;
	bottom: 8%;
	z-index: 9999;
}


.right_box_hp li {
	width: 3rem;
	height: 3rem;
	box-sizing: border-box;
	margin-bottom:.5rem;
	position: relative;
	transition: all .5s;
	cursor: pointer;
	border-radius: .5rem;
}
.right_box_hp li.icon_whatsapp_hp {
	background: #00d126 url("../images/whatsapp.svg") center no-repeat;
	background-size: 20px;
}
.right_box_hp li.icon_Twitter_hp {
	background: #3f51b5 url("../images/Twitter.svg") center no-repeat;
	background-size: 20px;
}
.right_box_hp li.icon_kf_hp {
	background: #2196f3 url("../images/weixin.svg") center no-repeat;
	background-size: 20px;
	
}

.right_box_hp li.icon_tel_hp {
	background: #00d9ed url("../images/kefu.svg") center no-repeat;
	background-size: 20px;
}

.right_box_hp li.icon_ok_hp {
	background: #3d60ac url("../images/mail.svg") center no-repeat;
	background-size: 20px;
}


.right_box_hp li.icon_top_hp {
	background: #d32525 url("../images/up.svg") center no-repeat;
	background-size: 20px;
	cursor: pointer;
	display: none;
}

.right_box_hp li:hover {
	background-color:#015da7 !important;
}

.right_box_hp li .openFather {
	position: absolute;
	right: 135%;
	top: 0;
	border-radius: 3px;
	visibility: hidden;
	opacity: 0;
	transition: opacity .6s, right .6s;
}

.right_box_hp li:hover .openFather {
	opacity: 1;
	right: 100%;
	visibility: visible;
}

.openFather .right_openDiv {
	margin-right: 15px;
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
	border-radius: .5rem;
	padding: 1rem;
	width: 11rem;
	font-size: 1.2rem;
	font-family: 'gilroy_Medium';
	font-weight: 500;
	
}
.openFather .tel{
	width:10rem ;
	
}

.right_box_hp li .right_openDiv:after {
	content: "";
	display: block;
	border: 5px solid transparent;
	border-left-color: #ddd;
	position: absolute;
	left: 100%;
	top: 12px;
}

.right_box_hp li.icon_kf_hp .right_openDiv {
	padding: 10px;
	width: 100px;
}


/*上一条，下一条*/
.nextpage {
	overflow: hidden;
	padding: 2rem 0;
}

.nextpage a {
	display: block;
	border-bottom: 1px solid #999;
	font-size: 1rem;
	padding: 2rem 0;
}

/*pages分页*/
.pagination {
	display: block;
	text-align: center;
	padding: 3rem 0;
}

.pagination ul {
	display: inline-block;
}

.pagination ul li {
	float: left;
}

.page-link {
	position: relative;
	display: block;
	padding: .6rem 1.5rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #3d60ac;
	background-color: #fff;
	border: 1px solid #dee2e6;
	font-size: 1.2rem;
}

.page-link:hover {
	z-index: 2;
	color: #3d60ac;
	text-decoration: none;
	background-color: #e7e7e7;
	border-color: #3d60ac;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #3d60ac;
	border-color: #3d60ac;
	font-size: 1.2rem;
}

.page-item.disabled .page-link {
	color: #3d60ac;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #3d60ac;
	font-size: 1.2rem;
}



@media screen and (max-width:767px) {


	.page-link {
		font-size: 14px;
		padding: .6rem 1rem;
	}

	.page-item.active .page-link {
		font-size: 14px;
	}

	.page-item.disabled .page-link {
		font-size: 14px;
	}

	.search-pro .left {
		margin-bottom: 1rem;
	}


}




/*-----------------------page---------------

-------------------------------------------*/



.htop {
	height: 5em;
}
.here{
	border-bottom: 1px solid #ccc;
	margin-bottom: 3rem;
	padding-bottom: 1rem;
	font-size: 1.1rem;
}
.position {
	color: #FFF;
	font-size: 1.1rem;
	font-weight: bold;
}

.position a {
	color: #FFF;
}

.position a:hover {
	color: #61ce70;
}


.ny-banner {
	position: relative;
}

.ny-banner .bg {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.35);
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9;
}

.ny-banner .box {
	position: absolute;
	text-align: center;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 99;
}

.ny-banner .box .tit {
	font-family: 'gilroy_Medium';
	font-size: 3.2rem;
	color: #FFF;
	margin-bottom: 1rem;
}

.ny-banner img {
	width: 100%;
}

.pgtit {
	font-family: 'gilroy_Medium';
	font-weight: bold;
	font-size: 2.2rem;
	color: #333;
	text-align: center;
	margin: 3rem 0;
}

.page-content {
	font-family: 'gilroy_light';
	font-size: 1.1rem;
	color: #666;
	line-height: 2rem;
}

.page-content img {
	max-width: 100%;
}

.webbox {
	background-color: rgba(245, 245, 245, 1);
}
.about{
	background: url(https://glne.obs.na-mexico-1.myhuaweicloud.com/images/about1.png) no-repeat top left #f8f8f8;
	background-size: 66rem;
	padding: 5rem 0;
}
.about .tit{
	text-align: center;
}
.about .tit h2{
	font-family: 'gilroy_Medium';
	font-weight: bold;
	font-size: 2.6rem;
	color: #3D60AC;
}
.about .tit .line{
	display: inline-block;
	width: 6rem;
	height: 5px;
	background: #3D60AC;
	margin: 2rem 0;
}
.about .box{
	box-shadow: 4px 3px 15px 3px rgba(197.20010375976562, 197.20010375976562, 197.20010375976562, 0.5);
}
.about .box .left{
	width: 50%;
}
.about .box .left img{
	width: 100%;
}
.about .box .right{
	width: 50%;
	background: #FFF;
}
.about .box .right .text{
	padding: 3rem;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #333;
}
.History{
	margin-top: 5rem;
}
.History .tit{
	text-align: center;
}
.History .tit h2{
	font-family: 'gilroy_Medium';
	font-weight: bold;
	font-size: 2.6rem;
	color: #3D60AC;
}
.History .tit .line{
	display: inline-block;
	width: 6rem;
	height: 5px;
	background: #3D60AC;
	margin: 2rem 0;
}
 .History .box{
	 position: relative;
 }
 .History .box .text{
	 border: 1px solid #ccc;
	 padding: 2rem;
	 border-radius: .4rem;
	 min-height: 10rem;
	 cursor: pointer;
 }
 .History .box .text:hover{
 	 background: #3D60AC;
 }
 .History .box .text h2{
	 font-family: 'gilroy_Medium';
 	 font-size: 2.8rem;
	 font-weight: bold;
	 margin-bottom: 1rem;
	 color: #3D60AC;
 }
 .History .box .text p{
 	 font-family: 'gilroy_Medium';
 	 font-size: 1.1rem;
	 color: #363636;
 }
  .History .box .text:hover h2{
	  color: #61ce70;
  }
  .History .box .text:hover p{
  	  color: #FFF;
  }
 .History .box .swiper-button-next2 {
	position: absolute;
	cursor: pointer;
	top: 45%;
	left: -50px;
	z-index: 99;
}

 .History .box .swiper-button-next2 i {
	border-radius: 5rem;
	background: #3D60AC;
	font-size: 1.1rem;
	color: #FFF;
	padding: .8rem;
}

 .History .box .swiper-button-prev2 {
	position: absolute;
	cursor: pointer;
	top: 45%;
	right: -50px;
	z-index: 99;
}
 .History .box .swiper-button-prev2 i {
	border-radius: 5rem;
	background: #3D60AC;
	font-size: 1.1rem;
	color: #FFF;
	padding: .8rem;
}


/* 联系我们 */
.success{
	margin: 7rem 0;
	text-align: center;
}
.success i{
	font-size: 4rem;
	color: #14ca96;
}

.success h2{
	font-size: 2rem;
	color: #222;
	font-weight: bold;
	margin: 1rem 0;
}

.success p{
	font-size: 1.1rem;
	color: #666;
	font-weight: bold;
	margin-bottom: 2rem;
}

.success .back{
	display: inline-block;
	font-size: 1.1rem;
	background: #3D60AC;
	border-radius: 5rem;
	padding: 1rem 8rem;
}
.success .back a{
	color: #FFF;
	}

.contact {
	margin: 5rem 0;
}
.contact .left{
	width: 45%;
	background: #3d60ac;
	border-radius: 1rem;
	text-align: center;
	padding: 5rem 0;
}
.contact .left .img{
	margin-bottom: 2rem;
}
.contact .left .img img{
	width: 15rem;
	border-radius: 50%;
}

.contact .left .text p{
	font-family: 'gilroy_Medium';
	color: #FFF;
	font-size: 1.35rem;
	line-height: 2rem;
}
.contact .left .text p a{
	color: #FFF;
}
.contact .left .text p a:hover{
	color: #54cdb3;
}
.contact .right{
	width: 50%;
}
.contact .right .book1 li{
	width: 48%;
	margin: .5rem 0;
}
.contact .right .book1 li input{
	border: 1px solid #ccc;
	width: 96%;
	border-radius: .4rem;
	height: 2rem;
	line-height: 2rem;
	padding: 2%;
	font-size:16px;
}

.contact .right textarea{
	border: 1px solid #ccc;
	width: 96%;
	border-radius: .4rem;
	height: 5rem;
	padding: 2%;
	margin: .5rem 0;
	font-size:16px;

}
.contact .right .yzm input{
	border: 1px solid #ccc;
	width: 8rem;
	border-radius: .4rem;
	padding: 2%;
}
.contact .right .yzm img{
	border-radius: .4rem;
    margin-left: 1rem;
}
.contact .right button{
	background: #61ce70;
	text-align: center;
	border-radius: .4rem;
	width: 100%;
	color: #FFF;
	margin-top: 1rem;
	padding: 1rem 0;
	cursor: pointer;
	
}

.news-list {
	margin: 5rem 0;
}

.news-list .item {
	border: 1px solid #E7E7E7;
	background: #FFFFFF;
	border-radius: .225rem;
	margin-bottom: 2rem;	
	transition: all .5s;
	cursor: pointer;
}
.news-list .item:hover{
	border: 1px solid #3d60ac;
}

.news-list .item .box{
	padding: 1.5rem;	
}
.news-list .item .box .img{
	width: 22%;
}
.news-list .item .box .text{
	width: 75%;
}
.news-list .item .box .text h2{
	font-size: 2rem;
	font-weight:bold;
}

.news-list .item .box .text .data{
	margin: 1rem 0;
	color: #666;
}
.news-list .item .box .text .p1{
	display: block;
	font-size: 1.1rem;
	line-height: 2rem;
	color: #333;
}
.news-list .item .box .text .more{
	margin-top: 1rem;
	color: #61ce70;
	font-weight: bold;
}
.news-list .item .box .text .more i{
	margin-right: .5rem;
}
.news-list .item .box .text .more p{

}


.newshow {
	padding: 3rem 0;
	background: #f5f5f5;
}

.newshow .left {
	width: 66%;
}

.newshow .left h1 {
	font-size: 1.8rem;
	line-height: 2rem;
	color: #363636;
	font-weight: bold;
}

.newshow .left .data {
	font-size: .9rem;
	line-height: 2;
	color: #666;
	border-bottom: 1px solid #999;
	padding-bottom: 1rem;
	margin: 1rem 0;
}

.newshow .left .newsshow-nr {
	font-size: 1rem;
	line-height: 2;
	color: #444;
	margin: 1rem 0;
}

.newshow .left .newsshow-nr img {
	max-width: 100%;
}

.newshow .left .newsshow-nr video {
	width: 100% !important;
	height: 30vw !important;
}

.newshow .right {
	width: 28%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 1.25rem;
}

.newshow .right .box {
	padding: 2rem;
}

.newshow .right .tit {
	font-weight: 700;
	font-size: 1.25rem;
	color: #222;
}

.newshow .right .img {
	border: 1px solid #ccc;
	margin: 2rem 0;
}

.newshow .right .img img {
	width: 100%;
}

.newshow .right .news-xg li {
	border-bottom: 1px solid #E5E5E5;
	color: #363636;
	padding: 1.5rem 0;

}

.newshow .right .news-xg li h2 {
	font-weight: 400;
	font-size: 1.15rem;

}

.newshow .right .news-xg li p {
	color: #ACACAC;
	font-size: 1rem;
	margin-top: 1rem;

}

.product {
	margin: 5rem 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.6rem;
}
@media screen and (max-width: 1366px) {
	.product {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1.3rem;
	}

}


@media screen and (max-width: 990px) {
	.product {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.3rem;
	}

}

@media screen and (max-width: 768px) {
	.product {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.3rem;
	}

}

.product .item {
	transition: all .5s;
	border: 1px solid #ccc;
	cursor: pointer;
}

.product .item:hover {
	border: 1px solid #3d60ac;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.product .item .img {
	padding: 1rem;
}

.product .item .box {
	padding: 1rem;
	padding-top: 0;
	text-align: center;
}

.product .item .box .name {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: .5rem;
	color: #222;
}
.product .item .box .wendu {
	font-size: 1.1rem;
	padding: .4rem 0;
	font-weight: bold;
	color: #333;
}
.product .item .box .tiji {
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
}
.product .item:hover .box .name,.product .item:hover .box .wendu,.product .item:hover .box .tiji{
	color: #3d60ac;
	
}
.product .item .box .more {
	display: inline-block;
	background: #3d60ac;
	border-radius: .4rem;
	padding: .8rem 2rem;
	margin: 2rem 0;
	color: #FFF;
}
.product .item .box .more:hover {
	background: #61ce70;
}

.proshow{
	padding: 5rem 0;
}
.proshow .left{
	width: 40%;
	border: 1px solid #ccc;
}

.proshow .left img{
	width: 100%;
}
.proshow .right{
	width: 55%;
}
.proshow .right .p1{
	font-weight: bold;
	line-height: 1.8rem;
}
.proshow .right h1{
	font-family: 'gilroy_Medium';
	font-size: 2.2rem;
	margin: 2rem 0;
	font-weight: bold;
	color: #3d60ac;
}

.proshow .right .p2{
	font-family: 'gilroy_Medium';
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	padding: .5rem 0;
}
.proshow .right .gk{
	font-size: 1.1rem;
	font-weight: bold;
	color: #666;
	line-height: 2rem;
	margin-top: 1rem;
}

.proshow .right .zx {
   margin-top: 1rem;
}
.proshow .right .zx .item{
	border-radius: .5rem;
	padding: 1rem 2rem;
	margin-right: 2rem;
	background: #61ce70;
}
.proshow .right .zx .item:nth-child(2){
	border-radius: .5rem;
	padding: 1rem 2rem;
	margin-right: 2rem;
	background: #3d60ac;
}
.proshow .right .zx .item a{
	font-weight: bold;
	color: #FFF;
}
.proshow .right .zx .item a i{
	font-size: 1.5rem;
	margin-right: .5rem;
}
.proshow .right .zx .item span{
	font-size: 1.1rem;
}

.proshow-bt{
	border-bottom: 1px solid #ccc;
	margin: 3rem 0;
}
.proshow-bt span{
	display: inline-block;
	background: #3d60ac;
	border-radius: 0 .8rem 0 0;
	padding: 1rem 2rem;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
	
}

.proshow-bt1{
	margin-top: 3rem;
	padding-bottom: 2rem;
	font-family: 'gilroy_Medium';
	font-size: 2rem;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	color: #3D60AC;
}

.application {
	margin: 5rem 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.3rem;
	align-items: start;
}


@media screen and (max-width: 990px) {
	.application {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.3rem;
		align-items: start;
	}

}

@media screen and (max-width: 768px) {
	.application {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 1.3rem;
		align-items: start;
	}

}
.application .item{
	cursor: pointer;
}
.application .item h2{
	color: #3d60ac;
	font-size: 2rem;
	padding: 1rem 0;
}
.application .item .text{
	font-size: 1.1rem;
	color: #333;
	line-height: 2rem;
	
}

@media screen and (max-width: 1366px) {

	.htop {
		height: 0;
	}
	.about {
	    background-size: 46rem;
	    padding: 4rem 0;
	}


}


@media screen and (max-width: 990px) {

	.htop {
		height: 0;
	}
	.about {
	    background-size: 46rem;
	    padding: 4rem 0;
	}


}



@media screen and (max-width: 768px) {

	.htop {
		height: 0;
	}
	.position{
		display: none;
	}
	.ny-banner .box{
		top: 35%;
	}
	.ny-banner .box .tit{
		margin-bottom: 0;
		font-size: 2rem;
	}
	.proshow .left{
		width: 100%;
		margin-bottom: 2rem;
	}
	.proshow .right{
		width: 100%;
	}
	.proshow .right h1{
		font-size: 2rem;
	}
	.about{
		padding: 3rem 0;
	}
	.about .tit h2{
		color: #FFF;
		font-size: 2rem;
	}
	.about .tit .line{
		background: #FFF;
	}
	.about .box .left{
		width: 100%;
	}
	.about .box .right{
		width: 100%;
		
	}
	.about .box .right .text{
		padding: 2rem;
	}
	.History .tit h2{
		font-size: 2rem;
	}
	.History .box .text{
		padding: 2rem 4.5rem;
	}
	.History .box .swiper-button-next2 {
		left: 10px;
	}

	 .History .box .swiper-button-prev2 {
		right: 10px;
	}
	.news-list .item .box .img{
		width: 100%;
		margin-bottom: 1rem;
	}
	.news-list .item .box .text{
		width: 100%;
	}
	.news-list .item .box .text h2{
		font-size: 1.6rem;
	}
	.newshow .left{
		width: 100%;
	}
	.newshow .right{
		width: 100%;
	}
	.contact .left{
		width: 100%;
		margin-bottom: 2rem;
	}
	.contact .left .img img{
		width: 12rem;
	}
	.contact .right{
		width: 100%;
	}
	.contact .right .book1 li{
		width: 100%;
	}
	



}


/*-----------------------page结束---------------

-------------------------------------------*/


@font-face {
  font-family: "iconfont";
  src: url('https://glne.obs.na-mexico-1.myhuaweicloud.com/iconfont/iconfont.woff2') format('woff2'),
       url('https://glne.obs.na-mexico-1.myhuaweicloud.com/iconfont/iconfont.woff') format('woff'),
       url('https://glne.obs.na-mexico-1.myhuaweicloud.com/iconfont/iconfont.ttf') format('truetype');
  font-display: swap;
}



