/* Minify: at least one missing file. See https://github.com/mrclay/minify/blob/master/docs/Debugging.wiki.md */
/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.fp-slide {
	float: left
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%
}

.fp-slidesContainer {
	float: left;
	position: relative
}

.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff
}

.fp-scrollable {
	overflow: hidden;
	position: relative
}

.fp-scroller {
	overflow: hidden
}

.iScrollIndicator {
	border: 0 !important
}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important
}

#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.fp-right {
	right: 17px
}

#fp-nav.fp-left {
	left: 17px
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0 !important;
	right: 0;
	margin: 0 auto !important
}

.fp-slidesNav.fp-bottom {
	bottom: 17px
}

.fp-slidesNav.fp-top {
	top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative
}

.fp-slidesNav ul li {
	display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
	width: auto;
	opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
	right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
	left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
	height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
	height: auto !important
}

.fp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}

/*# sourceMappingURL=fullpage.min.css.map */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block;
	height: 253px;
    object-fit: contain;
    width: 100%;
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.layui-layer-dialog .layui-layer-content {
	word-break: break-word !important
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
	margin: 0;
	padding: 0
}

*,
:after,
:before {
	box-sizing: border-box;
	outline: none
}

html,
body {
	font-size: 62.5%
}

body {
	font-family: " ", "Arial";
	color: #000;
	line-height: 1.5;
	overflow-x: hidden
}

ol,
ul,
li {
	list-style-type: none;
	vertical-align: middle
}

img {
	vertical-align: top;
	border: 0;
	max-width: 100%;
	height: auto;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor
}

input,
select,
textarea,
button {
	vertical-align: middle
}

textarea,
input {
	outline: none;
	resize: none
}

input[type=submit],
input[type=button],
button {
	text-indent: 0;
	text-align: center;
	cursor: pointer
}

label,
button,
a {
	cursor: pointer
}

ins,
em,
b,
i {
	text-decoration: none;
	font-style: normal
}

select:focus,
textarea:focus,
input:focus,
button {
	outline: none
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
	color: #999
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit
}

a {
	color: inherit;
	text-decoration: none
}

a[href] {
	cursor: pointer
}

a:hover {
	text-decoration: none;
	cursor: pointer
}

a:focus {
	background-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
	font-weight: 400
}

a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	font: inherit;
	color: inherit
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:focus,
input:focus,
p:focus,
div:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
html {
	width: 100% !important;
	padding: 0 !important;
	height: 100%
}

*::-webkit-scrollbar {
	width: 3px;
	border-radius: 1.5px
}

*::-webkit-scrollbar-button {
	display: none
}

*::-webkit-scrollbar-track {
	background-color: #eee
}

*::-webkit-scrollbar-thumb {
	background-color: #007dc4
}

.fl {
	float: left
}

.fr {
	float: right
}

.cl:after {
	content: '\20';
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden
}

.hide {
	display: none
}

.show {
	display: block
}

.up-word {
	text-transform: uppercase
}

.v-show {
	visibility: visible
}

.v-hide {
	visibility: hidden
}

.mt-8 {
	margin-top: 8px
}

.mt-10 {
	margin-top: 10px
}

.mt-12 {
	margin-top: 12px
}

.mt-24 {
	margin-top: 24px
}

.mt-32 {
	margin-top: 32px
}

.mt-36 {
	margin-top: 36px
}

.mt-48 {
	margin-top: 48px
}

.mt-15 {
	margin-top: 15px
}

.mt-20 {
	margin-top: 20px
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	/*margin-top: 40px*/
}

.mt-55 {
	margin-top: 55px
}

.mt-60 {
	margin-top: 60px
}

.mb-8 {
	margin-bottom: 8px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-12 {
	margin-bottom: 12px
}

.mb-24 {
	margin-bottom: 24px
}

.mb-32 {
	margin-bottom: 32px
}

.mb-36 {
	margin-bottom: 36px
}

.mb-48 {
	margin-bottom: 48px
}

.mb-15 {
	margin-bottom: 15px
}

.mb-20 {
	margin-bottom: 20px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-55 {
	margin-bottom: 55px
}

.mb-60 {
	margin-bottom: 60px
}

.ml-8 {
	margin-left: 8px
}

.ml-10 {
	margin-left: 10px
}

.ml-12 {
	margin-left: 12px
}

.ml-24 {
	margin-left: 24px
}

.ml-32 {
	margin-left: 32px
}

.ml-36 {
	margin-left: 36px
}

.ml-48 {
	margin-left: 48px
}

.ml-15 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.ml-30 {
	margin-left: 30px
}

.ml-40 {
	margin-left: 40px
}

.ml-55 {
	margin-left: 55px
}

.ml-60 {
	margin-left: 60px
}

.mr-8 {
	margin-right: 8px
}

.mr-10 {
	margin-right: 10px
}

.mr-12 {
	margin-right: 12px
}

.mr-24 {
	margin-right: 24px
}

.mr-32 {
	margin-right: 32px
}

.mr-36 {
	margin-right: 36px
}

.mr-48 {
	margin-right: 48px
}

.mr-15 {
	margin-right: 15px
}

.mr-20 {
	margin-right: 20px
}

.mr-30 {
	margin-right: 30px
}

.mr-40 {
	margin-right: 40px
}

.mr-55 {
	margin-right: 55px
}

.mr-60 {
	margin-right: 60px
}

.pt-8 {
	padding-top: 8px
}

.pt-10 {
	padding-top: 10px
}

.pt-12 {
	padding-top: 12px
}

.pt-24 {
	padding-top: 24px
}

.pt-36 {
	padding-top: 36px
}

.pt-48 {
	padding-top: 48px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-30 {
	padding-top: 30px
}

.pt-40 {
	padding-top: 40px
}

.pt-55 {
	padding-top: 55px
}

.pt-60 {
	padding-top: 60px
}

.pb-8 {
	padding-bottom: 8px
}

.pb-10 {
	padding-bottom: 10px
}

.pb-12 {
	padding-bottom: 12px
}

.pb-24 {
	padding-bottom: 24px
}

.pb-36 {
	padding-bottom: 36px
}

.pb-48 {
	padding-bottom: 48px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-55 {
	padding-bottom: 55px
}

.pb-60 {
	padding-bottom: 60px
}

.pl-8 {
	padding-left: 8px
}

.pl-10 {
	padding-left: 10px
}

.pl-12 {
	padding-left: 12px
}

.pl-24 {
	padding-left: 24px
}

.pl-36 {
	padding-left: 36px
}

.pl-48 {
	padding-left: 48px
}

.pl-15 {
	padding-left: 15px
}

.pl-20 {
	padding-left: 20px
}

.pl-30 {
	padding-left: 30px
}

.pl-40 {
	padding-left: 40px
}

.pl-55 {
	padding-left: 55px
}

.pl-60 {
	padding-left: 60px
}

.pr-8 {
	padding-right: 8px
}

.pr-10 {
	padding-right: 10px
}

.pr-12 {
	padding-right: 12px
}

.pr-24 {
	padding-right: 24px
}

.pr-36 {
	padding-right: 36px
}

.pr-48 {
	padding-right: 48px
}

.pr-15 {
	padding-right: 15px
}

.pr-20 {
	padding-right: 20px
}

.pr-30 {
	padding-right: 30px
}

.pr-40 {
	padding-right: 40px
}

.pr-55 {
	padding-right: 55px
}

.pr-60 {
	padding-right: 60px
}

.backImg {
	background-size: cover
}

.text_overflow {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.txt-center {
	text-align: center
}

.txt-right {
	text-align: right
}

[data-ahref] {
	cursor: pointer
}

body {
	background: 0 0
}

.font-40 {
	font-size: 40px
}

.font-38 {
	font-size: 32px
}

.font-36 {
	font-size: 32px
}

.font-34 {
	font-size: 32px
}

.font-32 {
	font-size: 32px
}

.font-30 {
	font-size: 30px
}

.font-28 {
	font-size: 28px
}

.font-24 {
	font-size: 24px
}

.font-22 {
	font-size: 22px
}

.font-20 {
	font-size: 20px
}

.font-18 {
	font-size: 18px
}

.font-16 {
	font-size: 16px
}

.font-14 {
	font-size: 14px
}

.font-12 {
	font-size: 12px
}

.op-1 {
	opacity: .1
}

.op-2 {
	opacity: .2
}

.op-3 {
	opacity: .3
}

.op-4 {
	opacity: .4
}

.op-5 {
	opacity: .5
}

.op-6 {
	opacity: .6
}

.op-7 {
	opacity: .7
}

.op-8 {
	opacity: .8
}

.op-9 {
	opacity: .9
}

.op-10 {
	opacity: 1
}

.font-light {
	font-weight: lighter
}

.font-bold {
	font-weight: 700
}

.font-500 {
	font-weight: 500
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.block {
	display: block
}

.container {
	position: relative;
	padding: 0 15px;
	margin: 0 auto
}

.grid-box {
	font-size: 0
}

.grid-box .column {
	display: inline-block;
	font-size: 12px;
	vertical-align: top
}

.grid-box .column {
	width: 100%
}

.grid-box.two>.column {
	width: 50%
}

.grid-box.three>.column {
	width: 33.33333%
}

.grid-box.four>.column {
	width: 25%
}

.grid-box.five>.column {
	width: 20%
}

.grid-box.six>.column {
	width: 16.6666667%
}

.grid-box.seven>.column {
	width: 14.285714%
}

.grid-box.eight>.column {
	width: 12.55%
}

.grid-box.nine>.column {
	width: 11.11111111%
}

.grid-box.ten>.column {
	width: 10%
}

.wid-100 {
	width: 100%
}

.wid-10 {
	width: 10%
}

.wid-20 {
	width: 20%
}

.wid-30 {
	width: 30%
}

.wid-40 {
	width: 40%
}

.wid-50 {
	width: 50%
}

.wid-60 {
	width: 60%
}

.wid-70 {
	width: 70%
}

.wid-80 {
	width: 80%
}

.wid-90 {
	width: 90%
}

.half {
	width: 50%
}

.layout-middle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.layout-v-middle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto
}

.layout-h-middle {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto
}

.layout-tab {
	display: table;
	width: 100%
}

.layout-tab>.cell {
	display: table-cell;
	vertical-align: middle
}

.transi {
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out
}

#lanSelBox {
	font-size: 16px;
	background: #fff;
	border-radius: 4px;
	position: relative
}

.current_lang {
	cursor: pointer;
	text-transform: uppercase;
	overflow: hidden
}

.lang.selected {
	display: none
}

.lang img,
.lang span.lang-txt {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	color: #444
}

.lang span.lang-txt {
	position: relative;
	top: -1px;
	font-weight: 700
}

.lang img {
	width: 20px;
	margin-left: 0
}

.lang span span {
	color: #999;
	font-weight: 400
}

.lang i.chevron.down {
	font-size: 12px;
	position: relative;
	top: -1px;
	margin-left: 3px
}

.more_lang {
	transform: translateY(-20px);
	opacity: 0;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	width: 180px;
	background: #fff;
	-webkit-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	-moz-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	-o-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	-ms-transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15);
	transition: all .3s cubic-bezier(.25, 1.15, .35, 1.15)
}

.more_lang .lang {
	padding: 10px 15px
}

#lanSelBox.active .more_lang {
	display: block
}

.more_lang.active {
	opacity: 1;
	transform: translateY(0px)
}

.more_lang .lang:hover {
	background: #5766b2;
	color: #fff
}

.more_lang .lang:hover span {
	color: #fff
}

#lanSelBox:hover,
#lanSelBox.active {
	box-shadow: rgba(0, 0, 0, .2) 0 5px 15px;
	-webkit-transition: all .3s cubic-bezier(0, .99, .44, .99);
	-moz-transition: all .3s cubic-bezier(0, .99, .44, .99);
	-o-transition: all .3s cubic-bezier(0, .99, .44, .99);
	-ms-transition: all .3s cubic-bezier(0, .99, .44, .99);
	transition: all .3s cubic-bezier(0, .99, .44, .99)
}

#lanSelBox.active .more_lang .lang {
	border-top: 1px solid #eaeaea
}

.hwaq_img_btn_01 {
	width: 100%;
	overflow: hidden;
	position: relative
}

.hwaq_img_btn_01 img {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	left: 0
}

.hwaq_img_btn_01 .ovrly {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.hwaq_img_btn_01 .buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.hwaq_img_btn_01 .buttons>a {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .3);
	box-shadow: 0 0 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin: 0 1px;
	color: rgba(50, 50, 50, .9);
	-webkit-transition: all .3s cubic-bezier(0, 1.135, .73, 1.405);
	-moz-transition: all .3s cubic-bezier(0, 1.135, .73, 1.405);
	-o-transition: all .3s cubic-bezier(0, 1.135, .73, 1.405);
	transition: all .3s cubic-bezier(0, 1.135, .73, 1.405)
}

.hwaq_img_btn_01 .buttons .the_search {
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s
}

.hwaq_img_btn_01:hover .buttons>a {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.hwaq_img_btn_01:hover .ovrly {
	opacity: 1
}

.hwaq_img_btn_02 {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer
}

.hwaq_img_btn_02 .layer,
.hwaq_img_btn_02 .layer>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.hwaq_img_btn_02 .layer {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.hwaq_img_btn_02 img {
	opacity: .9
}

.hwaq_img_btn_02 .layer:after,
.hwaq_img_btn_02 img,
.hwaq_img_btn_02 p {
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s
}

.hwaq_img_btn_02 .layer:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.hwaq_img_btn_02 h2,
.hwaq_img_btn_02 p {
	opacity: 1;
	-webkit-transform: scale3d(.8, .8, 1);
	transform: scale3d(.8, .8, 1)
}

.hwaq_img_btn_02 h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform .35s;
	transition: transform .35s
}

.hwaq_img_btn_02 p {
	padding: .5em 2em;
	text-transform: none;
	font-size: .85em;
	opacity: 0
}

.hwaq_img_btn_02:hover {
	background: -webkit-linear-gradient(-45deg, #053565 0%, #06c 100%);
	background: linear-gradient(-45deg, #053565 0%, #06c 100%)
}

.hwaq_img_btn_02:hover img {
	opacity: .7;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1)
}

.hwaq_img_btn_02:hover .layer:after {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1)
}

.hwaq_img_btn_02:hover h2,
.hwaq_img_btn_02:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.icon-eye:before {
	content: '\e000'
}

.icon-paper-clip:before {
	content: '\e001'
}

.icon-heart:before {
	content: '\e024'
}

.hwaq_img_btn_02 h2 {
	display: inline-block
}

.hwaq_img_btn_02:hover p.description {
	opacity: 1
}

.hwaq_img_btn_02:hover figcaption,
.hwaq_img_btn_02:hover h2,
.hwaq_img_btn_02:hover p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.hwaq_img_btn_02:hover h2 {
	-webkit-transition-delay: .05s;
	transition-delay: .05s
}

.hwaq_img_btn_02:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.hwaq_img_btn_02:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: .15s;
	transition-delay: .15s
}

.hwaq_img_btn_02:hover p.icon-links a:first-child {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.hwaq_just_btn_01 {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: relative
}

.hwaq_just_btn_01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, .25);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.hwaq_just_btn_01>span {
	position: relative;
	z-index: 20
}

.hwaq_just_btn_01:hover:before {
	opacity: 0;
	-webkit-transform: scale(.5, .5);
	transform: scale(.5, .5)
}

.hwaq_just_btn_01:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border: 1px solid rgba(255, 255, 255, .5);
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}

.hwaq_just_btn_01:hover:after {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1)
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.mlztx {
	opacity: .6;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #2b93e6;
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 30px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	transition: all 1s ease 0s;
	z-index: 99;
	-webkit-box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, .1);
	box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, .1);
	cursor: pointer
}

.mlztx:hover {
	opacity: 1;
	background-color: #00b1ff;
	width: 65px;
	height: 65px
}

.layer-form {
	display: none
}

.container-contact100 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	z-index: 1000001;
	left: 0;
	top: 0
}

.wrap-contact100 {
	width: 560px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	overflow: auto;
	max-height: 90vh
}

.contact100-form-title {
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	background-image: url("../images/layer-form-bg.jpg");
	width: 100%;
	min-height: 128px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
	padding: 30px 15px
}

.contact100-form-title:before {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(67, 67, 67, .6)
}

.contact100-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 40px 55px 48px
}

.wrap-input100 {
	width: 100%;
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	margin-bottom: 15px
}

.label-input100 {
	font-size: 18px;
	color: #999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	left: 2px
}

.label-input100.rs1 {
	height: 60px
}

.input100 {
	display: block;
	width: 100%;
	background: 0 0;
	font-size: 15px;
	color: #333;
	line-height: 1.2;
	padding: 0 25px 0 60px;
	border: none
}

input.input100 {
	height: 55px
}

textarea.input100 {
	min-height: 162px;
	padding-top: 22px;
	padding-bottom: 15px;
	font-family: ' '
}

.focus-input100 {
	position: absolute;
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	pointer-events: none;
	border: 1px solid;
	border-radius: 2px;
	border-color: #06c;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	-webkit-transform: scaleX(1.1) scaleY(1.3);
	-moz-transform: scaleX(1.1) scaleY(1.3);
	-ms-transform: scaleX(1.1) scaleY(1.3);
	-o-transform: scaleX(1.1) scaleY(1.3);
	transform: scaleX(1.1) scaleY(1.3)
}

.input100:focus+.focus-input100 {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.input100:focus+.focus-input100+.label-input100 {
	color: #06c
}

.container-contact100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 17px
}

.contact100-form-btn {
	font-size: 12px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	border: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 160px;
	height: 42px;
	border-radius: 21px;
	background: #06c;
	cursor: pointer;
	box-shadow: 0 10px 30px 0px rgba(132, 106, 221, .5);
	-moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, .5);
	-webkit-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, .5);
	-o-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, .5);
	-ms-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, .5);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s
}

.contact100-form-btn:hover {
	background: #333;
	box-shadow: 0 10px 30px 0px rgba(51, 51, 51, .5);
	-moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, .5);
	-webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, .5);
	-o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, .5);
	-ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, .5)
}

@media (max-width:576px) {
	.contact100-form {
		padding: 40px 15px 48px
	}

	.input100 {
		padding: 0 25px 0 40px
	}

	.label-input100 {
		width: 40px
	}
}

.validate-input {
	position: relative
}

.alert-validate .focus-input100 {
	box-shadow: 0 5px 20px 0px rgba(250, 66, 81, .1);
	-moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, .1);
	-webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, .1);
	-o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, .1);
	-ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, .1)
}

.alert-validate:before {
	content: "";
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background-color: transparent;
	border: 1px solid #fa4251;
	border-radius: 2px;
	top: -1px;
	left: -1px;
	pointer-events: none
}

.btn-hide-validate {
	font-size: 18px;
	color: #fa4251;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	top: 0;
	right: -25px
}

.rs1-alert-validate.alert-validate:before {
	background-color: #fff
}

.true-validate:after {
	content: "\f26b";
	font-size: 18px;
	color: #00ad5f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	height: 100%;
	top: 0;
	right: -25px
}

@media (max-width:576px) {
	.btn-hide-validate {
		right: 10px
	}

	.true-validate:after {
		right: 10px
	}
}

.btn-hide-contact100 {
	font-size: 20px;
	color: #fff;
	opacity: .6;
	position: absolute;
	right: 10px;
	top: 5px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	cursor: pointer;
	z-index: 10
}

.btn-hide-contact100 .icon {
	margin: 0;
	padding: 0;
	background: 0 0
}

.btn-hide-contact100:hover {
	opacity: 1
}

.img-box {
	overflow: hidden;
	position: relative
}

.img-box img {
	transition: 1s ease
}

.img-box:hover img {
	transform: scale(1.1, 1.1)
}

.slideBox {
	overflow: hidden
}

.hwaq-hover-btn {
	display: inline-block;
	position: relative
}

.hwaq-hover-btn span {
	display: block;
	transition: all .5s ease 0s
}

.hwaq-hover-btn:hover span {
	color: #ff5c19
}

.hwaq-hover-btn:before,
.hwaq-hover-btn:after,
.hwaq-hover-btn span:before,
.hwaq-hover-btn span:after {
	content: "";
	width: 25%;
	height: 100%;
	border-radius: 30px;
	border: 2px solid #ff5c19;
	border-left: none;
	border-right: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: scale(.8);
	transition: all .3s ease 0s
}

.hwaq-hover-btn:after {
	left: 25%
}

.hwaq-hover-btn span:before {
	left: 50%
}

.hwaq-hover-btn span:after {
	left: 75%
}

.hwaq-hover-btn:hover:before,
.hwaq-hover-btn:hover:after,
.hwaq-hover-btn:hover span:before,
.hwaq-hover-btn:hover span:after {
	border-radius: 0;
	opacity: 1;
	transform: scale(1)
}

.hwaq-hover-btn:hover:before {
	border-left: 2px solid #ff5c19
}

.hwaq-hover-btn:hover span:after {
	border-right: 2px solid #ff5c19
}

.set_1_btn {
	color: #333;
	cursor: pointer;
	display: block;
	position: relative;
	vertical-align: middle;
	background: 0 0
}

.set_1_btn:hover {
	text-decoration: none;
	transition: all .15s linear 0s
}

.set_1_btn svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.set_1_btn rect {
	fill: none;
	stroke: #e1b700;
	stroke-width: 2;
	stroke-dasharray: 422, 0;
	transition: all .45s linear 0s
}

.set_1_btn:hover rect {
	stroke-width: 5;
	stroke-dasharray: 15, 310;
	stroke-dashoffset: 114;
	-webkit-transition: all 1.35s cubic-bezier(.19, 1, .22, 1);
	transition: all 1.35s cubic-bezier(.19, 1, .22, 1)
}

.portfolio-item {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 300px
}

.portfolio-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.portfolio-item__info {
	position: absolute;
	top: 7px;
	left: 7px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc(100% - 2*7px);
	height: calc(100% - 2*7px);
	background-color: rgba(38, 37, 37, .5)
}

.portfolio-item__header {
	position: relative;
	margin: 0 0 20px;
	padding: 15px 0;
	font-size: 22px
}

.portfolio-item__header:after {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 100%;
	content: '';
	background-color: #8d909b
}

.portfolio-item__links {
	display: flex
}

.portfolio-item__link-block {
	position: relative;
	width: 35px;
	height: 35px;
	margin-right: 10px
}

.portfolio-item__link-block:last-child {
	margin-right: 0
}

.portfolio-item__link {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #101010;
	text-decoration: none;
	border: 1px solid #101010;
	border-radius: 50%
}

.portfolio-item__link:hover {
	color: #fff;
	background-color: #101010
}

.portfolio-item--eff3 .portfolio-item__info {
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.portfolio-item--eff3 .portfolio-item__header {
	-webkit-transform: scale(.4);
	transform: scale(.4);
	opacity: 0
}

.portfolio-item--eff3 .portfolio-item__header:after {
	bottom: -20px;
	opacity: 0
}

.portfolio-item--eff3 .portfolio-item__link-block {
	opacity: 0
}

.portfolio-item--eff3 .portfolio-item__link-block:first-child {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.portfolio-item--eff3 .portfolio-item__link-block:nth-child(2) {
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}

.portfolio-item--eff3:hover .portfolio-item__info {
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.portfolio-item--eff3:hover .portfolio-item__header {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: .45s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.portfolio-item--eff3:hover .portfolio-item__header:after {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: .6s;
	bottom: 0;
	opacity: 1
}

.portfolio-item--eff3:hover .portfolio-item__link-block {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: .85s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.hwaq-img-fg-box {
	position: relative
}

.hwaq-img-fg-box .pic {
	position: relative;
	z-index: 1;
	transform-origin: 95% 50% 0;
	transition: all .5s ease 0s
}

.hwaq-img-fg-box:hover .pic {
	transform: rotate(-160deg);
	z-index: 10
}

.hwaq-img-fg-box .pic img {
	width: 100%;
	height: auto;
	border-radius: 50%
}

.hwaq-img-fg-box .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #b9607e
}

@keyframes fadeInLeftSmall {
	from {
		opacity: 0;
		transform: translate3d(-10%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeftSmall {
	animation-name: fadeInLeftSmall
}

@keyframes fadeInRightSmall {
	from {
		opacity: 0;
		transform: translate3d(10%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRightSmall {
	animation-name: fadeInRightSmall
}

@keyframes fadeInDownSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, -10%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDownSmall {
	animation-name: fadeInDownSmall
}

@keyframes fadeOutDownSmall {
	from {
		opacity: 1;
		transform: none
	}

	to {
		opacity: 0;
		transform: translate3d(0%, 10%, 0)
	}
}

.fadeOutDownSmall {
	animation-name: fadeOutDownSmall
}

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 10%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall
}

.Txtblur1 {
	animation-duration: 1.2s !important;
	animation: Txtblur cubic-bezier(.82, .01, .34, 1)
}

.Txtblur2 {
	animation-duration: 1s !important;
	animation: Txtblur cubic-bezier(.82, .01, .34, 1)
}

.scaleIn {
	animation-duration: .8s !important;
	animation: scaleIn cubic-bezier(.82, .01, .34, 1)
}

@keyframes Txtblur {
	0% {
		filter: blur(12px);
		opacity: 0;
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		-ms-transform: scale(1.2)
	}

	100% {
		filter: blur(0);
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1)
	}
}

@keyframes scaleIn {
	0% {
		opacity: 0;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1)
	}

	100% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1)
	}
}

.scale_go {
	animation: scale_go 3s cubic-bezier(.34, .9, 1, 1);
	animation-duration: 3s !important
}

@keyframes scale_go {
	from {
		transform: scale(1.3);
		-webkit-transform: scale(1.3);
		-moz-transform: scale(1.3);
		-o-transform: scale(1.3);
		-ms-transform: scale(1.3)
	}

	to {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1)
	}
}

@media screen and (max-width:1000px) {
	.grid-box.two>.column {
		width: 50%
	}

	.grid-box.three>.column {
		width: 33.33333%
	}

	.grid-box.four>.column {
		width: 33.33333%
	}

	.grid-box.five>.column {
		width: 33.33333%
	}
}

@media screen and (max-width:700px) {
	.grid-box.two>.column {
		width: 50%
	}

	.grid-box.three>.column {
		width: 50%
	}

	.grid-box.four>.column {
		width: 50%
	}

	.grid-box.five>.column {
		width: 50%
	}
}

@media screen and (max-width:500px) {
	.grid-box.two>.column {
		width: 100%
	}

	.grid-box.three>.column {
		width: 100%
	}

	.grid-box.four>.column {
		width: 100%
	}

	.grid-box.five>.column {
		width: 100%
	}
}

@media screen and (min-width:1600px) {
	html {
		font-size: 20px
	}
}

@media screen and (max-width:1600px) {
	html {
		font-size: 20px
	}
}

@media screen and (max-width:1400px) {
	html {
		font-size: 18px
	}
}

@media screen and (max-width:1230px) {
	html {
		font-size: 16px
	}
}

@media screen and (max-width:1000px) {
	html {
		font-size: 14px
	}
}

@media screen and (max-width:700px) {
	html {
		font-size: 12px
	}
}

@media screen and (max-width:500px) {
	html {
		font-size: 10px
	}
}

@font-face {
	font-family: 'Oswald-Bold';
	src: url(../fonts/oswald-bold.ttf) format('truetype'), url(../fonts/oswald-bold.eot) format('eot'), url(../fonts/oswald-bold.woff) format('woff'), url(../fonts/oswald-bold.woff2) format('woff2');
	font-display: swap
}

@font-face {
	font-family: 'Roboto-Light';
	src: url(../fonts/roboto-light.ttf) format('truetype'), url(../fonts/roboto-light.eot) format('eot'), url(../fonts/roboto-light.woff) format('woff'), url(../fonts/roboto-light.woff2) format('woff2');
	font-display: swap
}

@font-face {
	font-family: 'roboto-regular';
	src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
	font-display: swap
}

@font-face {
	font-family: 'Poppins-Light';
	src: url(../fonts/poppins-light.ttf) format('truetype'), url(../fonts/poppins-light.eot) format('eot'), url(../fonts/poppins-light.woff) format('woff'), url(../fonts/poppins-light.woff2) format('woff2');
	font-display: swap
}

@font-face {
	font-family: 'poppins-regular';
	src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
	font-display: swap
}

.penBtn {
	display: inline-block;
	width: 190px
}

.penBtn img {
	transition: .5s ease
}

.penBtn .img2 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.penBtn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: url(../images/pen1.png)no-repeat center left;
	background-size: auto 100%;
	transition: .5s ease
}

.penBtn:hover:before {
	width: 100%
}

.penBtn span {
	position: absolute;
	z-index: 1;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	transition: .5s ease
}

.penBtn:hover span {
	color: #fff
}

#header .nav .nav-box .shop em {
	font-size: 12px;
	position: absolute;
	right: -10px;
	top: -5px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
	text-align: center;
	background: #000;
	color: #fff;
	font-family: initial
}

#header .nav .nav-box .shop img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(0)
}

h2.inner {
	font-size: 50px;
	line-height: 1;
	font-weight: 600
}

html,
body {
	font-size: 62.5%
}

body {
	max-width: 1920px;
	margin: 0 auto !important;
	word-break: break-word;
	font-family: 'poppins-regular'
}

.container {
	width: 100%;
	max-width: 1610px;
	padding: 0 15px;
	position: relative;
	margin: 0 auto
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	padding: 0 15px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	background: #fff;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2)
}

#header img {
	width: auto
}

#header .nav {
	position: relative;
	width: 100%;
	padding: 0 43px;
	transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-o-transition: .2s ease-in
}

#header .nav .nav-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center
}

#header .nav .nav-box .h-logo {
	padding: 15px 0
}

#header .nav .nav-box .menu-box {
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-ms-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	margin: auto
}

#header .nav .nav-box .menu-box .menu-menu-container {
	height: 100%
}

#header .nav .nav-box .menu-box .menu {
	height: 100%
}

#header .nav .nav-box .menu-box .menu>li {
	display: inline-block;
	position: relative;
	margin: 0 29px;
	height: 100%;
	vertical-align: top
}

#header .nav .nav-box .menu-box .menu>li>a {
	font-size: 18px;
	font-weight: 700;
	color: #252525;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
	height: 100%;
	line-height: 2;
	text-transform: uppercase;
	font-family: 'roboto-regular'
}

#header .nav .nav-box .menu-box .menu>li>a:after {
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	content: '';
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 136px;
	height: 47px;
	background: url(../images/nav-bg.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: -1;
	opacity: 0
}

#header .nav .nav-box .menu-box .menu>li:hover>a {
	color: #fff
}

#header .nav .nav-box .menu-box .menu>li:hover>a:after {
	opacity: 1
}

#header .nav .nav-box .menu-box .menu>li ul.sub-menu {
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 15px;
	background: #fff;
	top: 100%;
	left: 0;
	width: 180px;
	display: none;
	-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
	box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
	border-bottom: 3px solid #ea9216
}

#header .nav .nav-box .menu-box .menu>li ul.sub-menu li {
	display: block;
	float: none;
	padding: 0 15px;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-transform: capitalize;
	position: relative
}

#header .nav .nav-box .menu-box .menu>li ul.sub-menu li a {
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#header .nav .nav-box .menu-box .menu>li ul.sub-menu li:hover {
	background: #222
}

#header .nav .nav-box .menu-box .menu>li ul.sub-menu li:hover>a {
	color: #fff
}

#header .nav .nav-box .menu-box .menu>li ul.sub-menu li>ul.sub-menu {
	top: 0;
	left: 100%;
	display: none
}

#header .nav .nav-box .language {
	position: relative;
	margin-left: 2.4rem
}

#header .nav .nav-box .language span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#header .nav .nav-box .language ul.lang {
	text-align: left;
	position: absolute;
	font-size: 14px;
	background: #fff;
	top: 100%;
	right: 0;
	width: 120px;
	-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
	box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
	border-bottom: 3px solid #d7000f;
	display: none
}

#header .nav .nav-box .language ul.lang li {
	display: block;
	float: none;
	padding: 4px 10px;
	line-height: 22px;
	color: #000;
	-webkit-transition: .5s all, line-height 0s;
	-moz-transition: .5s all, line-height 0s;
	transition: .5s all, line-height 0s;
	text-transform: capitalize
}

#header .nav .nav-box .language ul.lang li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px
}

#header .nav .nav-box .language ul.lang li a img {
	max-width: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px
}

#header .nav .nav-box .language ul.lang li:hover {
	background: #222
}

#header .nav .nav-box .language ul.lang li:hover>a {
	color: #fff
}

#header .nav .nav-box .h-search {
	cursor: pointer;
	margin-left: 20px;
	position: relative
}

#header .nav .nav-box .inquiry {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	padding: 1.5rem 3rem;
	background: #000;
	text-transform: uppercase;
	font-family: 'Roboto-Light';
	cursor: pointer;
	margin-left: 2.5rem
}

#header .nav .nav-box .search-box {
	line-height: normal;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none
}

#header .nav .nav-box .search-box form {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 60%;
	margin-left: -30%
}

#header .nav .nav-box .search-box form input {
	background: 0 0;
	outline: none;
	border: none
}

#header .nav .nav-box .search-box form input[type=text] {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	font-size: 26px;
	color: #000;
	padding: 10px 0
}

#header .nav .nav-box .search-box form input[type=submit] {
	width: 22px;
	height: 22px;
	background: url(../images/tc-zoom.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 20px
}

#header .nav .nav-box .search-box form input[type=submit]:hover {
	opacity: .7;
	filter: alpha(opacity=70)
}

#header .nav .nav-box .search-box .close {
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer
}

#banner .swiper-slide {
	position: relative
}

#banner .swiper-slide .banner-img {
	width: 100%
}

#banner .swiper-slide .content-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

#banner .swiper-slide .content-box .content .text {
	max-width: 65rem;
	padding-bottom: 4.5rem
}

#banner .swiper-slide .content-box .content .text.right {
	margin-left: auto;
	text-align: right
}

#banner .swiper-slide .content-box .content .text h2 {
	font-size: 6.88rem;
	line-height: 1.3;
	color: #000
}

#banner .swiper-slide .content-box .content .text p {
	font-size: 16px;
	line-height: 1.4;
	color: #000;
	opacity: .8;
	margin-bottom: 50px
}

#banner .swiper-slide .content-box .content .text .more {
	display: inline-block;
	padding: 8px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 1;
	position: relative;
	z-index: 3;
	color: #000;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#banner .swiper-slide .content-box .content .text .more:hover {
	border: 1px solid #000;
	color: #fff
}

#banner .swiper-slide .content-box .content .text .more:hover .border-holder:after {
	width: 100%
}

#banner .swiper-slide .content-box .content .text .more:hover .border-holder .top-border,
#banner .swiper-slide .content-box .content .text .more:hover .border-holder .bottom-border {
	width: 100%
}

#banner .swiper-slide .content-box .content .text .more:hover .border-holder .right-border,
#banner .swiper-slide .content-box .content .text .more:hover .border-holder .left-border {
	height: 100%
}

#banner .swiper-slide .content-box .content .text .more .m-text {
	display: inline-block;
	padding: 15px 8rem
}

#banner .swiper-slide .content-box .content .text .more .border-holder {
	position: absolute;
	display: block;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	border: 1px solid rgba(0, 0, 0, .8)
}

#banner .swiper-slide .content-box .content .text .more .border-holder:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	transition-delay: .3s;
	z-index: -1
}

#banner .swiper-slide .content-box .content .text .more .border-holder span {
	position: absolute;
	-webkit-transition: .3s cubic-bezier(.71, .29, .18, .97);
	-moz-transition: .3s cubic-bezier(.71, .29, .18, .97);
	transition: .3s cubic-bezier(.71, .29, .18, .97);
	background: #000
}

#banner .swiper-slide .content-box .content .text .more .border-holder .top-border,
#banner .swiper-slide .content-box .content .text .more .border-holder .bottom-border {
	width: 0;
	height: 1px
}

#banner .swiper-slide .content-box .content .text .more .border-holder .right-border,
#banner .swiper-slide .content-box .content .text .more .border-holder .left-border {
	width: 1px;
	height: 0
}

#banner .swiper-slide .content-box .content .text .more .border-holder .top-border {
	top: 0;
	right: 0
}

#banner .swiper-slide .content-box .content .text .more .border-holder .right-border {
	top: 0;
	right: 0
}

#banner .swiper-slide .content-box .content .text .more .border-holder .bottom-border {
	left: 0;
	bottom: 0
}

#banner .swiper-slide .content-box .content .text .more .border-holder .left-border {
	left: 0;
	bottom: 0
}

#banner .swiper-slide-active .content-box .content {
	display: block;
	-webkit-animation: 1s .3s fadeInUp both;
	-moz-animation: 1s .3s fadeInUp both;
	animation: 1s .3s fadeInUp both
}

#banner .swiper-pagination {
	bottom: 30px
}

#banner .swiper-pagination span {
	width: 23px;
	height: 23px;
	background: url(../images/pagination.png) no-repeat;
	margin: 0 25px;
	opacity: 1
}

#banner .swiper-pagination .swiper-pagination-bullet-active {
	background: url(../images/pagination-h.png) no-repeat
}

#banner img {
	width: auto
}

h1.h1,
h2.h2,
h3.h3,
h4.h4,
h5.h5,
h6.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	font-family: 'Oswald-Bold'
}

p {
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease
}

li {
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease
}

a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	line-height: inherit;
	font-style: inherit
}

span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	line-height: inherit;
	font-style: inherit
}

img {
	width: auto;
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease
}

#index-body h1 {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	line-height: inherit;
	font-style: inherit;
	display: inline
}

#index-body .more {
	display: inline-block;
	padding: 8px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 1;
	position: relative;
	z-index: 3;
	color: #000;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#index-body .more:hover {
	border: 1px solid #000;
	color: #fff
}

#index-body .more:hover .border-holder:after {
	width: 100%
}

#index-body .more:hover .border-holder .top-border,
#index-body .more:hover .border-holder .bottom-border {
	width: 100%
}

#index-body .more:hover .border-holder .right-border,
#index-body .more:hover .border-holder .left-border {
	height: 100%
}

#index-body .more .m-text {
	display: inline-block;
	padding: 15px 8rem
}

#index-body .more .border-holder {
	position: absolute;
	display: block;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	border: 1px solid rgba(0, 0, 0, .8)
}

#index-body .more .border-holder:after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	transition-delay: .3s;
	z-index: -1
}

#index-body .more .border-holder span {
	position: absolute;
	-webkit-transition: .3s cubic-bezier(.71, .29, .18, .97);
	-moz-transition: .3s cubic-bezier(.71, .29, .18, .97);
	transition: .3s cubic-bezier(.71, .29, .18, .97);
	background: #000
}

#index-body .more .border-holder .top-border,
#index-body .more .border-holder .bottom-border {
	width: 0;
	height: 1px
}

#index-body .more .border-holder .right-border,
#index-body .more .border-holder .left-border {
	width: 1px;
	height: 0
}

#index-body .more .border-holder .top-border {
	top: 0;
	right: 0
}

#index-body .more .border-holder .right-border {
	top: 0;
	right: 0
}

#index-body .more .border-holder .bottom-border {
	left: 0;
	bottom: 0
}

#index-body .more .border-holder .left-border {
	left: 0;
	bottom: 0
}

#index-body .top {
	text-align: center
}

#index-body .top p {
	font-size: 18px;
	line-height: 1;
	color: #272727;
	font-family: 'Roboto-Light';
	margin-bottom: 2rem
}

#index-body .top h2 {
	font-size: 6rem;
	line-height: 1;
	color: #000
}

#index-body .init-1 .swiper-button-prev,
#index-body .init-1 .swiper-button-next {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transform: scale(.6)
}

#index-body .init-1 {
	padding: 33px 0 67px
}

#index-body .init-1 .categoryBox {
	margin-top: 4.5rem
}

#index-body .init-1 .categoryBox .swiper-slide a {
	display: block;
	text-align: center
}

#index-body .init-1 .categoryBox .swiper-slide a p {
	font-size: 16px;
	line-height: 1;
	color: #000;
	text-transform: uppercase;
	margin-top: 1.5rem
}

@media screen and (max-width:500px) {

	#index-body .init-1 .swiper-button-prev,
	#index-body .init-1 .swiper-button-next {
		display: none
	}

	#index-body .init-1 .categoryBox .swiper-slide a p {
		font-size: 12px;
		line-height: initial
	}
}

#index-body .init-2 .item {
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	position: relative
}

#index-body .init-2 .item .bg {
	height: 50vh
}

#index-body .init-2 .item {
	background-attachment: inherit
}

#index-body .init-2 .item .imgBox img {
	max-width: 560px
}

#index-body .init-2 .item .box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: 5%
}

#index-body .init-2 .item .box .title h4 {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase
}

#index-body .init-2 .item .box .title p {
	font-size: 18px;
	line-height: 1;
	color: #fff;
	margin: 20px 0 24px
}

#index-body .init-2 .item .box .title a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border: 3px solid #fff;
	font-family: 'Oswald-Bold'
}

#index-body .init-2 .item .box .imgBox {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 800px;
	border-radius: 40px;
	overflow: hidden
}

#index-body .init-3 {
	margin: 12rem 0 70px;
	padding: 9.5rem 0 30px;
	background-color: #fff7e2
}

#index-body .init-3 .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#index-body .init-3 .container .left {
	width: 60%;
	padding-right: 5rem
}

#index-body .init-3 .container .left .top {
	text-align: left
}

#index-body .init-3 .container .left .text {
	font-size: 20px;
	line-height: 1.8;
	color: #000;
	font-family: 'Poppins-Light';
	margin: 2.5rem 0 12px
}

#index-body .init-3 .container .left .factoryBox {
	margin-bottom: 2.8rem
}

#index-body .init-3 .container .left .factoryBox a {
	display: block;
	overflow: hidden
}

#index-body .init-3 .container .left .factoryBox a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

#index-body .init-3 .container .left .factoryBox a img {
	width: 100%
}

#index-body .init-3 .container .right {
	width: 40%;
	padding-left: 5rem
}

#index-body .init-3 .container .right h4 {
	font-size: 5rem
}

#index-body .init-3 .container .right .imgBox {
	border-radius: 50px;
	overflow: hidden;
	transition: .5s ease
}

#index-body .init-3 .container .right .imgBox:hover {
	transform: scale(1.1)
}

#index-body .init-3 .container .right .click {
	width: 50px
}

#footer {
	position: relative
}

#footer .top {
	text-align: left
}

#footer .container {
	max-width: 1400px
}

#footer .top .topBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 6.5rem 0 4.2rem;
	border-top: 5px solid #000
}

#footer .top .topBox h2 {
	font-size: 18px;
	font-family: 'poppins-regular';
	text-transform: uppercase;
	line-height: 1;
	color: #000;
	margin-bottom: 3rem;
	font-weight: 700
}

#footer .top .topBox .content ul li {
	font-size: 14px;
	line-height: 1;
	color: #000;
	margin-bottom: 15px
}

#footer .top .topBox .content ul li a {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

#footer .top .topBox .content ul li a:hover {
	text-decoration: underline
}

#footer .top .topBox .one {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#footer .top .topBox .one a {
	display: block;
	padding-bottom: 4rem
}

#footer .top .topBox .four {
	max-width: 230px
}

#footer .top .topBox .four ul li {
	line-height: 1.5
}

#footer .top .topBox .five h2 {
	margin-bottom: 10px
}

#footer .top .topBox .five p {
	font-size: 14px;
	line-height: 1;
	color: #000
}

#footer .top .topBox .five #ewm {
	max-width: 160px;
	margin-top: 15px
}

#footer .footer-bottom .bottom-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 1.4rem 0
}

#footer .footer-bottom .bottom-box p {
	font-size: 14px;
	color: #000;
	opacity: .5;
	line-height: 2
}

#footer .footer-bottom .bottom-box p img {
	display: inline-block;
	max-height: 12px;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	margin: 0 5px 0 0
}

#footer .footer-bottom .bottom-box .social-links {
	padding: 2.5rem 0 2.5rem 7.5rem;
	border-left: 1px solid rgba(0, 0, 0, .1)
}

.social-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.social-links a {
	margin-right: 12px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

#footer .footer-bottom .bottom-box .icon a:hover {
	background: #525252;
	color: #fff
}

#footer .Stick {
	position: absolute
}

@media screen and (max-width:1435px) {
	html {
		font-size: 9px
	}

	.container {
		width: 1230px
	}
}

@media screen and (max-width:1230px) {
	html {
		font-size: 8px
	}

	.container {
		width: 970px
	}
}

@media screen and (max-width:1100px) {
	html {
		font-size: 7px
	}

	#mobile {
		display: block
	}

	#banner {
		margin-top: 0
	}

	#header {
		display: none
	}
}

@media screen and (max-width:1000px) {
	html {
		font-size: 6px
	}

	.container {
		width: 700px
	}
}

@media screen and (max-width:700px) {
	html {
		font-size: 5px
	}

	.container {
		width: 100%
	}
}

@media screen and (max-width:500px) {
	html {
		font-size: 4px
	}
}

@-webkit-keyframes ripple-video {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

@-moz-keyframes ripple-video {
	70% {
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

@keyframes ripple-video {
	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
	}
}

@-webkit-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3
	}

	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-moz-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3
	}

	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3
	}

	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes mover {
	40% {
		opacity: 1;
		color: #fff
	}

	60% {
		color: #fff
	}
}

@-moz-keyframes mover {
	40% {
		opacity: 1;
		color: #fff
	}

	60% {
		color: #fff
	}

	80% {
		opacity: .8
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes mover {
	40% {
		opacity: 1;
		color: #fff
	}

	60% {
		color: #fff
	}

	80% {
		opacity: .8
	}

	100% {
		opacity: 1
	}
}

#mobile {
	position: fixed;
	top: 0;
	right: -280px;
	width: 280px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	z-index: 20000;
	height: 100%
}

#mobile:before {
	content: '';
	width: 200%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	display: block;
	background: rgba(0, 0, 0, .13);
	z-index: -1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#mobile .mobile-logo {
	position: absolute;
	left: 100%;
	width: 100vw;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #111;
	-o-box-shadow: 0 0 10px rgba(255, 255, 255, .2);
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, .2);
	box-shadow: 0 0 10px rgba(255, 255, 255, .2);
	display: none
}

#mobile .mobile-logo img {
	max-height: 30px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle
}

#mobile #menu-on {
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	cursor: hand;
	z-index: 1
}

#mobile #menu-on i {
	width: 23px;
	height: 2px;
	background: #222;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

#mobile #menu-on i.line1 {
	top: 12px
}

#mobile #menu-on i.line2 {
	top: 19px
}

#mobile #menu-on i.line3 {
	top: 26px
}

#mobile .menu-content {
	width: 100%;
	height: 100%;
	display: block;
	background: #222;
	padding: 40px 10% 60px;
	overflow-y: auto;
	color: #fff
}

#mobile .menu-content::-webkit-scrollbar {
	width: 3px;
	border-radius: 1.5px
}

#mobile .menu-content::-webkit-scrollbar-button {
	display: none
}

#mobile .menu-content::-webkit-scrollbar-track {
	background-color: #222
}

#mobile .menu-content::-webkit-scrollbar-thumb {
	background-color: #eee
}

#mobile .menu-content h3 {
	font-size: 20px;
	color: inherit;
	text-transform: capitalize;
	margin-bottom: 10px
}

#mobile .menu-content h3 i {
	font-size: 16px;
	position: relative;
	top: -1px
}

#mobile .menu-content .menu-logo {
	display: block
}

#mobile .menu-content .menu-logo img {
	margin: 0 auto
}

#mobile .menu-content .menu-list {
	margin: 40px 0
}

#mobile .menu-content .menu-list ul li {
	font-size: 15px;
	color: inherit;
	text-transform: uppercase;
	line-height: 20px
}

#mobile .menu-content .menu-list ul li a {
	padding: 8px 0;
	display: block
}

#mobile .menu-content .menu-list ul li a:hover {
	color: #006eb3;
	text-decoration: underline
}

#mobile .menu-content .menu-list ul li li a {
	position: relative;
	padding-left: 15px;
	font-size: 13px;
	line-height: 18px
}

#mobile .menu-content .menu-list ul li li a:after {
	content: '';
	width: 6px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

#mobile .menu-content .menu-list ul li li li a {
	padding-left: 25px
}

#mobile .menu-content .menu-list ul li li li a:after {
	width: 12px
}

#mobile .menu-content .mob-search form {
	position: relative
}

#mobile .menu-content .mob-search form input {
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	padding: 0 15px;
	font-size: 14px;
	color: #000
}

#mobile .menu-content .mob-search form input[type=submit] {
	width: 45px;
	height: 45px;
	background: url("../images/icon-search-white.png") no-repeat center center #222;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0
}

#mobile .menu-content .mob-yuy {
	margin: 40px 0
}

#mobile .menu-content .mob-yuy ul li {
	margin-bottom: 10px;
	color: inherit;
	font-size: 14px
}

#mobile .menu-content .mob-yuy ul li img {
	max-width: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px
}

#mobile .menu-content .mob-share ul li {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #333;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	margin-right: 3px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#mobile .menu-content .mob-share ul li:hover {
	background: #006eb3
}

#mobile .menu-content #menu-off {
	margin-top: 40px;
	cursor: pointer;
	cursor: hand
}

#mobile.active {
	right: 0
}

#mobile.active:before {
	left: 0
}

#mobile.active #menu-on i.line1 {
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-moz-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotateZ(45deg);
	transform: translateX(-50%) rotateZ(45deg);
	top: 12px;
	margin-left: 3px
}

#mobile.active #menu-on i.line2 {
	opacity: 0
}

#mobile.active #menu-on i.line3 {
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-moz-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotateZ(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
	top: 28px;
	margin-left: 3px
}

#mobile.white .mobile-logo {
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background: #fff
}

#mobile.white .menu-content {
	background: #fff;
	color: #000
}

#mobile.white .menu-content .menu-list ul li li a:after {
	background: #000
}

#mobile.white .menu-content .mob-search form input {
	border: 1px solid #000
}

#mobile.white .menu-content .mob-search form input[type=submit] {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px
}

@media screen and (max-width:1100px) {
	#mobile #menu-on {
		left: 100%
	}

	#mobile {
		left: -280px
	}

	#mobile:before {
		right: 100%;
		left: auto
	}

	#mobile.active {
		left: 0
	}

	#mobile.active:before {
		left: auto;
		right: 0
	}

	#mobile .mobile-logo {
		display: block
	}

	#banner {
		margin-top: 40px
	}

	.inner-banner {
		margin-top: 40px
	}
}

.inner-banner {
	background-image: url(../images/inner-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 15px 0;
	height: 650px;
	display: none;
	align-items: center
}

.inner-banner h2 {
	font-size: 48px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase
}

.mbx {
	font-size: 16px;
	font-weight: 500;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f5f5f5;
	margin-top: 81px
}

.contact-page table td,
.contact-page table th {
	vertical-align: top;
	border: none;
	padding: 5px 0
}

.contact-page table td:first-child {
	width: 20%
}

.contact-page table td:last-child {
	width: 80%
}

.contact-page h3 {
	font-size: 42px;
	font-weight: 600
}

.contact-page h4 {
	font-size: 27px;
	font-weight: 600
}

.contact-page .box {
	margin: 0 -35px
}

.contact-page .left {
	padding: 0 35px;
	width: 40%
}

.contact-page .left .text {
	background-color: #4b7aab;
	color: #fff;
	padding: 55px;
	border-radius: 100px 0
}

.contact-page .left .text h2 {
	font-size: 55px;
	font-weight: 600
}

.contact-page .left .title {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 600;
	margin: 35px 0
}

.contact-page .left .social-links {
	margin-top: 50px
}

.contact-page .left .social-links a {
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	margin-right: 15px
}

.contact-page .right {
	padding: 0 35px;
	width: 60%
}

.contact-page .right .content {
	background-color: #e6f1ac;
	padding: 50px 70px 100px;
	border-radius: 100px 0;
	position: relative;
	z-index: 1
}

.contact-page .right .form {
	margin-top: -100px;
	background-color: #d2e284;
	padding: 150px 70px 50px;
	border-radius: 100px 0
}

.contact-page .right .form ul {
	margin: -15px
}

.contact-page .right .form ul li {
	padding: 15px;
	width: 50%
}

.contact-page .right .form ul li.wid-100 {
	width: 100%
}

.contact-page .right .form label {
	display: block;
	font-size: 16px;
	position: relative;
	text-transform: capitalize
}

.contact-page .right .form label em {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contact-page .right .form input {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #bac67e
}

.contact-page .right .form button {
	font-size: 24px;
	background-color: #000;
	color: #fff;
	border: none;
	padding: 10px 40px;
	border-radius: 30px
}

@media screen and (max-width:1440px) {
	.contact-page .left {
		width: 45%
	}

	.contact-page .right {
		width: 55%
	}

	.contact-page table td:first-child {
		width: 30%
	}

	.contact-page table td:last-child {
		width: 70%
	}
}

@media screen and (max-width:1200px) {
	.contact-page .box {
		margin: 0 -15px
	}

	.contact-page .left {
		padding: 0 15px
	}

	.contact-page .right {
		padding: 0 15px
	}

	.contact-page .left .text {
		padding: 40px
	}

	.contact-page h3 {
		font-size: 35px
	}

	.contact-page .left .text h2 {
		font-size: 45px
	}

	.font-18 {
		font-size: 16px
	}

	.contact-page .right .content {
		padding: 50px 40px
	}

	.contact-page .right .form {
		padding: 150px 40px 50px
	}
}

@media screen and (max-width:1000px) {
	.contact-page .left {
		width: 100%;
		margin-bottom: 60px
	}

	.contact-page .right {
		width: 100%
	}
}

@media screen and (max-width:700px) {
	.contact-page h3 {
		font-size: 30px
	}

	.contact-page .left .text h2 {
		font-size: 40px
	}

	.contact-page .left .title {
		font-size: 25px
	}

	.contact-page h4 {
		font-size: 24px
	}

	.contact-page table td,
	.contact-page table th {
		display: block
	}

	.contact-page table td:first-child {
		width: 100%
	}

	.contact-page table td:last-child {
		width: 100%
	}

	.contact-page .left .text {
		padding: 20px;
		border-radius: 50px 0
	}

	.contact-page .right .content {
		padding: 50px 15px;
		border-radius: 50px 0
	}

	.contact-page .right .form {
		border-radius: 50px 0;
		padding: 150px 15px 50px
	}

	.contact-page .right .form ul li {
		width: 100%
	}

	.contact-page .right .form ul {
		margin: -10px
	}

	.contact-page .right .form ul li {
		padding: 10px
	}
}

.news-page {
	padding-bottom: 70px
}

.news-page .news-slide {
	margin-bottom: 60px
}

.news-page .news-slide ul li {
	display: inline-block
}

.news-page .news-slide ul li:not(:last-child) {
	margin-right: 10px
}

.news-page .news-slide ul li a {
	display: block;
	font-size: 20px;
	font-weight: 600;
	width: 220px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 30px 0
}

.news-page .news-slide ul li:nth-child(1) a {
	background-color: #4b7aab
}

.news-page .news-slide ul li:nth-child(2) a {
	background-color: #40b5b1
}

.news-page .news-slide ul li:nth-child(3) a {
	background-color: #b0c957
}

.news-page .news-slide ul li:nth-child(4) a {
	background-color: #b5b6b4
}

.news-page .news-list h3 {
	font-size: 24px;
	font-weight: 500
}

.news-page .news-list .line {
	border-bottom: 1px solid #e1e1e1;
	margin: 30px 0
}

.news-page .news-list ul li {
	padding: 40px 10px;
	-webkit-box-shadow: 0 10px 20px -20px rgba(0, 0, 0, .3);
	box-shadow: 0 10px 20px -20px rgba(0, 0, 0, .3)
}

.news-page .news-list .box {
	margin: 0 -15px
}

.news-page .news-list .left {
	width: 65%;
	padding: 0 15px
}

.news-page .news-list .right {
	width: 32%;
	padding: 0 15px 0 30px
}

.news-page .news-list .mob-img {
	display: none
}

.news-page .news-list .cat {
	display: inline-block;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	padding: 5px;
	border-radius: 5px
}

.news-page .news-list .data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.news-page .news-list .data .time {
	font-size: 15px;
	font-weight: 500
}

.news-page .news-list .data .more {
	font-size: 15px;
	font-weight: 500
}

.news-page .news-list .data .more span {
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #ccc;
	display: inline-block;
	border-radius: 50%
}

.news-page .news-list .img {
	display: inline-block;
	position: relative
}

.news-page .news-list .img:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #f5f5f5;
	right: -10px;
	bottom: -10px;
	border-radius: 100px 0;
	z-index: -1
}

.news-page .news-list .img img {
	border-radius: 100px 0
}

@media screen and (max-width:1000px) {
	.news-page .news-list .left {
		width: 100%
	}

	.news-slide {
		display: none
	}

	.news-page .news-list .mob-img {
		display: block
	}

	.news-page .news-list .right {
		display: none
	}
}

.newdet-page #new-top {
	font-size: 20px;
	font-weight: 500;
	width: 70px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #838383;
	color: #fff;
	border-radius: 30px;
	cursor: pointer
}

.newdet-page .newdet-1 {
	padding-bottom: 80px;
	position: relative
}

.newdet-page .newdet-1 h2.title {
	font-size: 40px;
	font-weight: 500
}

.newdet-page .newdet-1 .line {
	border-bottom: 1px solid #e1e1e1;
	margin: 30px 0
}

.newdet-page .newdet-1 .data {
	font-size: 16px
}

.newdet-page .newdet-1 .share h4 {
	display: inline-block
}

.newdet-page .newdet-1 .share ul {
	display: inline-block
}

.newdet-page .newdet-1 .share ul li {
	display: inline-block;
	color: #afafaf;
	margin-left: 15px
}

.newdet-page .newdet-1 .content {
	padding-top: 70px
}

.newdet-page .newdet-2 {
	background-color: #f9f9f9;
	padding: 70px 0 120px
}

.newdet-page .newdet-2 a {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	margin: 5px 0
}

.newdet-page .newdet-2 i {
	width: 23px;
	height: 23px;
	background: #41aca9;
	color: #fff;
	line-height: 23px;
	text-align: center;
	border-radius: 50%
}

.slidebar {
	margin: 0 -50px
}

.slidebar .slide-left {
	width: 70%;
	padding: 0 50px
}

.slidebar .slide-right {
	width: 30%;
	padding: 0 50px
}

.slidebar .slide-right h3 {
	font-size: 30px;
	font-weight: 600
}

.slidebar .slide-right ul li {
	padding: 20px 0;
	position: relative
}

.slidebar .slide-right ul li:before {
	content: '';
	display: block;
	width: 68px;
	height: 2px;
	background-color: #13237f;
	position: absolute;
	left: 0;
	top: 0
}

.slidebar .slide-right ul li:first-child:before {
	display: none
}

.slidebar .slide-right .time {
	font-size: 14px
}

.slidebar .slide-right .title {
	font-size: 20px;
	font-weight: 500;
	margin: 10px 0
}

.slidebar .slide-right .more {
	font-size: 15px;
	font-weight: 500
}

.slidebar .slide-right .more span {
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border: 1px solid #ccc;
	display: inline-block;
	border-radius: 50%
}

@media screen and (max-width:1000px) {
	.slidebar {
		margin: 0
	}

	.slidebar .slide-left {
		width: 100%;
		padding: 0
	}

	.slidebar .slide-right {
		display: none
	}

	.newdet-page .newdet-1 h2.title {
		font-size: 30px
	}
}

@media screen and (max-width:700px) {
	.newdet-page .newdet-1 h2.title {
		font-size: 24px
	}

	.newdet-page .newdet-2 {
		margin-bottom: 0;
		padding: 60px 0
	}

	.newdet-page .newdet-2 a {
		font-size: 14px
	}
}

.partner-page .partner-1 {
	padding: 60px 0;
	position: relative
}

.partner-page .partner-1 .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.partner-page .partner-1 .title-box {
	max-width: 450px
}

.partner-page .partner-1 .line {
	margin: 80px 40px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background-color: #bed25a
}

.partner-page .partner-1 .list {
	margin-top: -60px
}

.partner-page .partner-1 ul {
	margin: -20px
}

.partner-page .partner-1 ul li {
	padding: 20px
}

.partner-page .partner-1 ul li .img {
	padding: 15px;
	overflow: hidden;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.partner-page .partner-1 ul li .img img {
	margin: 0 auto
}

.partner-page .partner-1 ul .slick-dots {
	margin: 0;
	margin-top: 80px;
	text-align: center
}

.partner-page .partner-1 ul .slick-dots li {
	display: inline-block;
	padding: 0;
	width: 30px;
	height: 3px;
	background-color: #bed25a;
	border-radius: 3px;
	margin: 0 3px
}

.partner-page .partner-1 ul .slick-dots li.slick-active {
	width: 80px;
	background-color: #4b7aab
}

.partner-page .partner-1 ul .slick-dots li button {
	display: none
}

.partner-page .partner-2 {
	background: url(../images/partner-1-bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 100px 0
}

.partner-page .partner-2 .title-box {
	max-width: 800px
}

.partner-page .partner-2 .line {
	width: 200px;
	height: 2px;
	background-color: #73c7c8
}

.partner-page .partner-2 .list {
	margin-top: 50px;
	position: relative
}

.partner-page .partner-2 .list>span {
	width: 77px;
	height: 77px;
	line-height: 77px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .8);
	position: absolute;
	z-index: 1;
	top: 40%;
	cursor: pointer
}

.partner-page .partner-2 .list>span img {
	vertical-align: middle
}

.partner-page .partner-2 .list>span.left-btn {
	left: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.partner-page .partner-2 .list>span.right-btn {
	right: 0;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%)
}

.partner-page .partner-2 .list ul {
	margin: -8px
}

.partner-page .partner-2 .list ul li {
	padding: 8px
}

.partner-page .partner-2 .list .img {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-box-shadow: 0 0 8px #fff;
	box-shadow: 0 0 8px #fff
}

.partner-page .partner-2 .list .img img {
	width: 100%
}

.partner-page .partner-2 .list h3 {
	font-size: 30px
}

.partner-page .partner-3 {
	padding: 140px 0
}

.partner-page .partner-3 h2 {
	color: #4b7aab
}

.partner-page .partner-3 .box {
	margin: -15px
}

.partner-page .partner-3 .left {
	padding: 15px;
	width: 60%
}

.partner-page .partner-3 .right {
	padding: 15px;
	width: 40%
}

.partner-page .partner-3 .right .img {
	display: inline-block;
	border-radius: 19px;
	overflow: hidden
}

@media screen and (max-width:1000px) {

	.partner-page .partner-1 .flex .line,
	.partner-page .partner-1 .flex img {
		display: none
	}

	.partner-page .partner-1 .list {
		margin-top: 30px
	}

	h2.inner {
		font-size: 40px
	}

	.partner-page .partner-3 .left {
		width: 100%
	}

	.partner-page .partner-3 .right {
		display: none
	}

	.partner-page .partner-2 .list>span {
		display: none
	}
}

@media screen and (max-width:700px) {
	h2.inner {
		font-size: 30px
	}
}

.honor-page .honor-1 {
	padding: 40px 0 80px
}

.honor-page .honor-1 h2 {
	color: #4b7aab
}

.honor-page .honor-1 .left {
	width: 50%;
	vertical-align: middle
}

.honor-page .honor-1 .right {
	width: 50%;
	vertical-align: middle
}

.honor-page .honor-section {
	padding: 80px 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(40%, #fff));
	background-image: -webkit-linear-gradient(#f6f6f6 0, #fff 40%);
	background-image: -moz-linear-gradient(#f6f6f6 0, #fff 40%);
	background-image: linear-gradient(#f6f6f6 0, #fff 40%)
}

.honor-page .honor-section .title {
	padding: 40px 60px;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100px 0
}

.honor-page .honor-section .title h2 {
	font-size: 40px;
	line-height: 1;
	font-weight: 500
}

.honor-page .honor-section .title h2:after {
	content: "";
	display: block;
	width: 65%;
	height: 1px;
	background-color: #000;
	margin-top: 10px
}

.honor-page .honor-section .box {
	margin: -40px
}

.honor-page .honor-section .left {
	padding: 40px;
	width: 30%
}

.honor-page .honor-section .right {
	padding: 40px;
	width: 70%
}

.honor-page .honor-section .right ul {
	margin: -15px -27px
}

.honor-page .honor-section .right ul li {
	width: 33.33%;
	padding: 15px 27px
}

.honor-page .honor-section .right ul li .img {
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.honor-page .honor-section .right ul li h3 {
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
	text-align: center
}

@media screen and (max-width:1440px) {
	.honor-page .honor-section .title {
		padding: 40px
	}

	.honor-page .honor-section .title h2 {
		font-size: 30px
	}
}

@media screen and (max-width:1200px) {
	.honor-page .honor-section .box {
		margin: -15px
	}

	.honor-page .honor-section .left {
		padding: 15px
	}

	.honor-page .honor-section .right {
		padding: 15px
	}

	.honor-page .honor-section .right ul {
		margin: -15px
	}

	.honor-page .honor-section .right ul li {
		padding: 15px
	}

	.honor-page .honor-section .title {
		padding: 30px;
		border-radius: 50px 0
	}
}

@media screen and (max-width:1000px) {
	.honor-page .honor-1 .left {
		width: 100%
	}

	.honor-page .honor-1 .right {
		width: 100%;
		margin-top: 60px
	}

	.honor-page .honor-section .left {
		width: 100%
	}

	.honor-page .honor-section .right {
		width: 100%
	}

	.honor-page .honor-section .title {
		height: auto
	}
}

@media screen and (max-width:500px) {
	.honor-page .honor-section .right ul li {
		width: 50%
	}
}

.about-page .about-1 .mask:before {
	content: attr(data-text);
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 270px;
	font-weight: 700;
	line-height: .5;
	text-transform: uppercase;
	color: #f7f7f7;
	z-index: -1
}

.about-page .about-1 h2 {
	color: #4b7aab
}

.about-page .about-1 h3 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: 500
}

.about-page .about-1 h5 {
	font-size: 76px;
	line-height: 1;
	font-weight: 600;
	color: #4b7aab
}

.about-page .about-1 h6 {
	font-size: 34px;
	line-height: 1;
	color: #6eb6ad
}

.about-page .about-1 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 50px 0
}

.about-page .about-1 ul li {
	text-align: center
}

.about-page .about-1 ul li .num {
	font-size: 48px;
	line-height: 1;
	font-weight: 500;
	color: #4b7aab
}

.about-page .about-1 ul li .num span {
	font-size: 24px;
	display: block
}

.about-page .about-1 .line {
	width: 200px;
	height: 2px;
	background-color: #73c7c8
}

.about-page .about-1 .left {
	width: 58%;
	vertical-align: middle
}

.about-page .about-1 .right {
	width: 42%;
	vertical-align: middle
}

.about-page .about-1 .right .img {
	display: inline-block;
	position: relative;
	padding: 25px;
	margin-bottom: 30px
}

.about-page .about-1 .right .img>img {
	border-radius: 0 0 100px 100px
}

.about-page .about-1 .right .img .play-box {
	text-align: center;
	max-width: 280px;
	padding: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #c6d944;
	color: #fff;
	border-radius: 100px 0
}

.about-page .about-1 .right .img .play-box .play {
	margin: 40px auto;
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
	background: #fff;
	cursor: pointer;
	cursor: hand
}

.about-page .about-1 .right .img .play-box .play:before,
.about-page .about-1 .right .img .play-box .play:after {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: rgba(255, 255, 255, .4);
	-webkit-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1
}

.about-page .about-1 .right .img .play-box .play:after {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s
}

.about-page .about-1 .right .img .play-box .play img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 3px
}

.about-page .about-1 .right .img .play-box span {
	display: inline-block;
	font-size: 18px;
	background-color: #fff;
	color: #000;
	font-weight: 600;
	padding: 0 15px;
	border-radius: 30px
}

.about-page .about-2 {
	height: 480px
}

.about-page .about-2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.about-page .about-3 {
	padding-top: 110px
}

.about-page .about-3 h2 {
	text-transform: uppercase;
	color: #4b7aab
}

.about-page .about-3 h3 {
	font-size: 30px;
	font-weight: 500
}

.about-page .about-3 h5 {
	min-height: 44px;
	line-height: 40px;
	font-weight: 500;
	width: 80%;
	margin: 0 auto;
	padding-left: 70px;
	position: relative
}

.about-page .about-3 h5:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	background-color: #4b7aab;
	left: 0;
	top: 15px
}

.about-page .about-3 .left {
	width: 30%
}

.about-page .about-3 .left .title-box {
	padding: 70px 70px 45px 45px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100px 0
}

.about-page .about-3 .left .title-box p {
	margin-top: 520px;
	border-top: 1px solid #93a8a4;
	padding-top: 10px
}

.about-page .about-3 .right {
	width: 70%;
	padding-top: 20px
}

.about-page .about-3 .right .list {
	margin-left: -40px
}

.about-page .about-3 ul {
	margin: 0 -20px
}

.about-page .about-3 ul li {
	width: 33.33%;
	padding: 0 20px
}

.about-page .about-3 ul li.wid-100 {
	width: 100%
}

.about-page .about-3 ul li .img {
	border-radius: 11px;
	overflow: hidden
}

.about-page .about-4 {
	padding: 110px 0
}

.about-page .about-4 .list {
	padding-right: 10%;
	height: 500px;
	margin-top: 30px
}

.about-page .about-4 .list ul li .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about-page .about-4 .list ul li .flex .time {
	font-size: 48px;
	font-weight: 500;
	white-space: nowrap
}

.about-page .about-4 .list ul li .flex .time span {
	display: inline-block;
	min-width: 100px;
	text-align: center
}

.about-page .about-4 .list ul li .flex .time:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #bed25a;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 30px
}

.about-page .about-4 .list ul li .flex .time:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #4b7aab;
	vertical-align: middle;
	margin: 0 30px
}

.about-page .about-5 {
	background: url(../images/ty-bl-bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 100px 0;
	position: relative
}

.about-page .about-5 .box {
	margin-top: 60px
}

.about-page .about-5 .box ul {
	margin: -10px 0
}

.about-page .about-5 .box ul li {
	padding: 10px 40px
}

.about-page .about-5 .box .slick-dots {
	margin: 0;
	margin-top: 60px;
	text-align: center
}

.about-page .about-5 .box .slick-dots li {
	display: inline-block;
	padding: 0;
	width: 30px;
	height: 3px;
	background-color: #bed25a;
	border-radius: 3px;
	margin: 0 3px
}

.about-page .about-5 .box .slick-dots li.slick-active {
	width: 80px;
	background-color: #4b7aab
}

.about-page .about-5 .box .slick-dots li button {
	display: none
}

.about-page .about-6 {
	padding: 60px 0
}

.about-page .about-6 h2 {
	color: #4b7aab
}

.about-page .about-6 .box {
	padding: 60px;
	position: relative
}

.about-page .about-6 .box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60%;
	background-color: #f0f7f6;
	z-index: -1;
	border-radius: 67px 0
}

.about-page .about-6 .left {
	width: 35%
}

.about-page .about-6 .right {
	width: 65%
}

.about-page .about-6 .list {
	margin-top: 40px
}

.about-page .about-6 ul {
	margin: -30px
}

.about-page .about-6 ul li {
	width: 33.33%;
	padding: 30px
}

.about-page .about-6 ul li .img {
	position: relative
}

.about-page .about-6 ul li .img>img {
	border-radius: 67px 0
}

.about-page .about-6 ul li .img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #e3e6e6;
	right: -8px;
	bottom: -8px;
	z-index: -1;
	border-radius: 67px 0
}

.about-page .about-6 ul li .img .text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 20%
}

.about-page .about-6 ul li .img .text h3 {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	line-height: 1;
	margin-top: 10px
}

.about-page .about-6 ul li h4 {
	font-size: 24px;
	line-height: 1;
	text-align: center;
	margin-top: 20px
}

@media screen and (max-width:1440px) {
	.about-page .about-1 h3 {
		font-size: 24px
	}

	.about-page .about-1 ul li .num {
		font-size: 50px
	}

	.about-page .about-1 .mask:before {
		font-size: 200px
	}

	.about-page .about-3 .left .title-box p {
		margin-top: 200px
	}

	.about-page .about-3 h5 {
		width: 100%
	}

	.about-page .about-4 .list {
		padding-right: 10%
	}
}

@media screen and (max-width:1200px) {
	.about-page .about-1 h3 {
		font-size: 20px
	}

	.about-page .about-1 h5 {
		font-size: 60px
	}

	.about-page .about-1 h6 {
		font-size: 30px
	}

	.about-page .about-1 .mask:before {
		font-size: 150px
	}

	.about-page .about-3 .left {
		width: 100%
	}

	.about-page .about-3 .right {
		width: 100%
	}

	.about-page .about-3 .left .title-box p {
		margin-top: 20px
	}

	.about-page .about-3 .left .title-box {
		padding: 0;
		background: transparent !important
	}

	.about-page .about-3 .right .list {
		margin-left: 0
	}

	.about-page .about-5 .box ul {
		margin: -20px
	}

	.about-page .about-5 .box ul li {
		padding: 20px
	}

	.about-page .about-6 .left {
		width: 100%
	}

	.about-page .about-6 .right {
		width: 100%;
		margin-top: 30px
	}

	.about-page .about-6 ul li .img .text img {
		max-height: 50px
	}

	.about-page .about-6 ul {
		margin: -15px
	}

	.about-page .about-6 ul li {
		padding: 15px
	}

	.about-page .about-6 ul li .img .text h3 {
		font-size: 24px
	}
}

@media screen and (max-width:1000px) {
	.about-page .about-1 .left {
		width: 100%
	}

	.about-page .about-1 .right {
		width: 100%;
		text-align: center
	}

	.about-page .about-1 ul {
		font-size: 0;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.about-page .about-1 ul li {
		width: 50%;
		display: inline-block;
		margin-bottom: 30px
	}

	.about-page .about-3 ul li {
		width: 50%
	}

	.about-page .about-4 .list ul li .flex .time:before {
		display: none
	}

	.about-page .about-4 .list ul li .flex .time:after {
		display: none
	}

	.about-page .about-4 .list ul li .flex {
		display: block
	}

	.about-page .about-4 .list {
		height: 600px
	}

	.about-page .about-6 ul li {
		width: 100%;
		text-align: center
	}

	.about-page .about-6 ul li .img {
		display: inline-block
	}
}

@media screen and (max-width:700px) {
	.waveWrapper {
		display: none
	}

	.about-page .about-5 .box ul {
		margin: -10px
	}

	.about-page .about-5 .box ul li {
		padding: 10px
	}

	.about-page .about-1 .mask:before {
		display: none
	}
}

@media screen and (max-width:500px) {
	.about-page .about-1 ul li {
		width: 100%
	}

	.about-page .about-1 .right .img .play-box {
		border-radius: 50px 0;
		padding: 20px
	}

	.about-page .about-1 .right .img>img {
		border-radius: 0 0 50px 50px
	}

	.about-page .about-1 h5 {
		font-size: 40px
	}

	.about-page .about-1 h6 {
		font-size: 20px
	}

	.about-page .about-1 ul li .num {
		font-size: 40px
	}

	.about-page .about-2 {
		height: 300px
	}

	.about-page .about-3 ul {
		margin: 0
	}

	.about-page .about-3 ul li {
		width: 100%;
		padding: 0
	}

	.about-page .about-4 .list ul li .flex .time {
		font-size: 30px
	}

	.about-page .about-4 .list ul li .flex .time span {
		min-width: unset
	}

	.about-page .about-6 .box {
		padding: 15px
	}

	.about-page .about-6 ul li h4 {
		font-size: 20px
	}
}

.business-1-page .business-1 {
	padding-bottom: 100px
}

.business-1-page .business-1 h2 {
	color: #142380
}

.business-1-page .business-1 h3 {
	font-size: 34px;
	font-weight: 500
}

.business-1-page .business-1 .box {
	margin: -15px
}

.business-1-page .business-1 .left {
	width: 35%;
	padding: 15px;
	vertical-align: middle
}

.business-1-page .business-1 .right {
	width: 65%;
	padding: 15px;
	vertical-align: middle
}

.business-1-page .business-2 {
	height: 400px
}

.business-1-page .business-2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.business-1-page .business-3 {
	background-color: #fafafa;
	padding: 70px 0
}

.business-1-page .business-3 .list {
	margin-top: 50px
}

.business-1-page .business-3 .list ul {
	margin: -10px
}

.business-1-page .business-3 .list ul li {
	padding: 10px;
	width: 33.33%
}

.business-1-page .business-3 .list ul li a .img {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px
}

.business-1-page .business-3 .list ul li a .img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(23, 53, 144, .75);
	opacity: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease
}

.business-1-page .business-3 .list ul li a .img p {
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease
}

.business-1-page .business-3 .list ul li a .img p:after {
	content: "";
	height: 1px;
	background-color: #fff;
	width: 0;
	display: block;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease
}

.business-1-page .business-3 .list ul li a .img p:hover:after {
	width: 100%
}

.business-1-page .business-3 .list ul li a h4 {
	font-size: 24px;
	line-height: 1;
	text-align: center
}

.business-1-page .business-3 .list ul li a h3 {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	text-align: center
}

.business-1-page .business-3 .list ul li a:hover .img:before {
	opacity: 1
}

.business-1-page .business-3 .list ul li a:hover .img p {
	opacity: 1
}

.business-1-page .business-4 {
	padding: 60px 0
}

.business-1-page .business-4 .box {
	padding: 50px
}

.business-1-page .business-4 .warp .item {
	padding: 20px 0;
	position: relative
}

.business-1-page .business-4 .warp .item:nth-of-type(odd):before {
	content: "";
	position: absolute;
	left: -50px;
	top: -50px;
	bottom: 0;
	width: 340px;
	background-color: #e3f4f3;
	border-radius: 100px 0
}

.business-1-page .business-4 .warp .item:nth-of-type(odd) .content {
	margin-left: auto
}

.business-1-page .business-4 .warp .item:nth-of-type(even):before {
	content: "";
	position: absolute;
	right: -50px;
	top: -50px;
	bottom: 80px;
	width: 340px;
	background-color: #dcdeec;
	border-radius: 100px 0
}

.business-1-page .business-4 .warp .item:nth-of-type(even) .left .slick-dots {
	text-align: right
}

.business-1-page .business-4 .left {
	width: 50%;
	vertical-align: middle
}

.business-1-page .business-4 .left img {
	width: 100%
}

.business-1-page .business-4 .left .slick-dots li {
	width: 7px;
	height: 7px;
	background-color: #addfdd;
	border-radius: 50%;
	display: inline-block;
	margin: 0 2px
}

.business-1-page .business-4 .left .slick-dots li.slick-active {
	background-color: #40b5b1
}

.business-1-page .business-4 .left .slick-dots li button {
	display: none
}

.business-1-page .business-4 .right {
	width: 50%;
	vertical-align: middle
}

.business-1-page .business-4 .right .content {
	padding: 15px;
	max-width: 600px
}

.business-1-page .business-5 {
	padding-bottom: 100px
}

.business-1-page .business-5 ul li {
	padding: 15px
}

.business-ty {
	background: url(../images/business-ty-bg.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0;
	margin-bottom: -60px
}

.business-ty h2.line:before {
	content: "";
	display: block;
	width: 48px;
	height: 4px;
	background-color: #40b5b1;
	border-radius: 5px;
	margin-bottom: 20px
}

.business-ty .list {
	margin-top: 50px
}

.business-ty .list ul {
	margin: -17px
}

.business-ty .list ul li {
	width: 33.33%;
	padding: 17px
}

.business-ty .list ul li .content {
	padding: 60px 30px;
	color: #fff;
	position: relative;
	z-index: 1;
	border-radius: 100px 0
}

.business-ty .list ul li .content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .05);
	right: -10px;
	bottom: -10px;
	z-index: -1;
	border-radius: 100px 0
}

.business-ty .list ul li .content i {
	display: block;
	min-height: 95px
}

.business-ty .list ul li .content h3 {
	font-size: 24px;
	font-weight: 500
}

.business-ty .list ul li:nth-child(1) .content {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 181, 177, .5)), to(#40b5b1));
	background-image: -webkit-linear-gradient(rgba(67, 181, 177, .5), #40b5b1);
	background-image: -moz-linear-gradient(rgba(67, 181, 177, .5), #40b5b1);
	background-image: linear-gradient(rgba(67, 181, 177, .5), #40b5b1)
}

.business-ty .list ul li:nth-child(2) .content {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(177, 202, 88, .5)), to(#b1ca58));
	background-image: -webkit-linear-gradient(rgba(177, 202, 88, .5), #b1ca58);
	background-image: -moz-linear-gradient(rgba(177, 202, 88, .5), #b1ca58);
	background-image: linear-gradient(rgba(177, 202, 88, .5), #b1ca58)
}

.business-ty .list ul li:nth-child(3) .content {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 50, 133, .5)), to(#183285));
	background-image: -webkit-linear-gradient(rgba(24, 50, 133, .5), #183285);
	background-image: -moz-linear-gradient(rgba(24, 50, 133, .5), #183285);
	background-image: linear-gradient(rgba(24, 50, 133, .5), #183285)
}

.business-ty .bottom {
	padding: 80px 0;
	margin: -50px
}

.business-ty .bottom .left {
	width: 40%;
	padding: 50px
}

.business-ty .bottom .right {
	width: 60%;
	padding: 50px
}

@media screen and (max-width:1200px) {
	.business-1-page .business-1 h3 {
		font-size: 24px
	}

	.business-1-page .business-3 .list ul li a h4 {
		font-size: 18px
	}

	.business-1-page .business-3 .list ul li a h3 {
		font-size: 30px
	}
}

@media screen and (max-width:1000px) {
	.business-1-page .business-1 .left {
		width: 100%
	}

	.business-1-page .business-1 .right {
		width: 100%
	}

	.business-1-page .business-3 .list ul li {
		width: 50%
	}

	.business-1-page .business-4 .left {
		width: 100%
	}

	.business-1-page .business-4 .right {
		width: 100%
	}

	.business-1-page .business-4 .warp .item:nth-of-type(odd):before {
		display: none
	}

	.business-1-page .business-4 .warp .item:nth-of-type(even):before {
		display: none
	}

	.business-1-page .business-4 .box {
		padding: 0
	}

	.business-1-page .business-4 .right .content {
		max-width: 100%;
		padding: 30px 0
	}

	.business-ty .list ul li {
		width: 100%
	}

	.business-ty .bottom {
		margin: -20px
	}

	.business-ty .bottom .left {
		width: 100%;
		padding: 20px
	}

	.business-ty .bottom .right {
		width: 100%;
		padding: 20px
	}
}

@media screen and (max-width:700px) {
	.business-ty {
		margin-bottom: 0
	}
}

@media screen and (max-width:500px) {
	.business-1-page .business-3 .list ul li {
		width: 100%
	}
}

.business-2-page .business-1 {
	padding-bottom: 100px
}

.business-2-page .business-1 h3 {
	font-size: 34px;
	font-weight: 500
}

.business-2-page .business-1 .box {
	margin: -15px
}

.business-2-page .business-1 .left {
	width: 35%;
	padding: 15px
}

.business-2-page .business-1 .right {
	width: 65%;
	padding: 15px
}

.business-2-page .business-2 {
	height: 400px
}

.business-2-page .business-2 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.business-2-page .business-3 {
	padding: 70px 0
}

.business-2-page .business-3 .list {
	margin-top: 50px
}

.business-2-page .business-3 .list ul {
	margin: -7px
}

.business-2-page .business-3 .list ul li {
	padding: 7px;
	width: 33.33%
}

.business-2-page .business-3 .list ul li a .img {
	border: 1px solid #97bade;
	position: relative;
	border-radius: 5px
}

.business-2-page .business-3 .list ul li a .img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(177, 202, 88, .75);
	opacity: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease
}

.business-2-page .business-3 .list ul li a .img p {
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease
}

.business-2-page .business-3 .list ul li a .img p:after {
	content: "";
	height: 1px;
	background-color: #fff;
	width: 0;
	display: block;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease
}

.business-2-page .business-3 .list ul li a .img p:hover:after {
	width: 100%
}

.business-2-page .business-3 .list ul li a .name {
	line-height: 1;
	font-weight: 600;
	padding: 0 15%;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease
}

.business-2-page .business-3 .list ul li a:hover .img:before {
	opacity: 1
}

.business-2-page .business-3 .list ul li a:hover .img p {
	opacity: 1
}

.business-2-page .business-3 .list ul li a:hover .name {
	color: #142380
}

.business-2-page .business-4 {
	background: url(../images/ty-bl-bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 100px 0;
	position: relative
}

.business-2-page .business-4 .title {
	margin: -15px
}

.business-2-page .business-4 .left {
	width: 35%;
	padding: 15px
}

.business-2-page .business-4 .right {
	width: 65%;
	padding: 15px
}

.business-2-page .business-4 .list {
	margin-top: 50px
}

.business-2-page .business-4 .list ul.grid-box {
	margin: -30px -15px
}

.business-2-page .business-4 .list ul.grid-box li.column {
	padding: 30px 15px;
	position: relative
}

.business-2-page .business-4 .list ul.grid-box li.column:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 32px;
	background-color: #fff;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.business-2-page .business-4 .list ul.grid-box li.column img {
	margin: 0 auto
}

.business-2-page .business-4 .slick-dots {
	margin: 0;
	margin-top: 60px;
	text-align: center
}

.business-2-page .business-4 .slick-dots li {
	display: inline-block;
	padding: 0;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 3px
}

.business-2-page .business-4 .slick-dots li.slick-active {
	width: 80px;
	background-color: #4b7aab
}

.business-2-page .business-4 .slick-dots li button {
	display: none
}

.business-2-page .business-5 {
	padding: 80px 0
}

.business-2-page .business-5 .box {
	padding: 30px 60px;
	position: relative;
	margin-bottom: 40px
}

.business-2-page .business-5 .box:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 390px;
	background-color: #e3f4f3;
	border-radius: 100px 0;
	z-index: -1
}

.business-2-page .business-5 .list ul {
	margin: -20px
}

.business-2-page .business-5 .list ul li {
	padding: 20px;
	width: 33.33%
}

.business-2-page .business-5 .list ul li .img {
	margin-bottom: 25px
}

.business-2-page .business-5 .list ul li h4 {
	font-size: 23px;
	font-weight: 600
}

.business-2-page .business-5 .list ul li h4:before {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background-color: #4b7aab;
	border-radius: 3px;
	margin-bottom: 10px
}

.business-2-page .business-5 .list ul li .line {
	margin: 15px 0;
	height: 1px;
	background-color: #000
}

.business-2-page .business-5 .list ul li h3 {
	font-size: 36px;
	line-height: 1;
	font-weight: 600;
	color: #202d86
}

.business-2-page .business-6 {
	padding: 90px 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4e7f0), color-stop(40%, #fff));
	background-image: -webkit-linear-gradient(#e4e7f0 0, #fff 40%);
	background-image: -moz-linear-gradient(#e4e7f0 0, #fff 40%);
	background-image: linear-gradient(#e4e7f0 0, #fff 40%)
}

.business-2-page .business-6 .grid-box {
	margin: 30px -50px
}

.business-2-page .business-6 .grid-box .column {
	width: 50%;
	padding: 0 50px;
	vertical-align: middle
}

@media screen and (max-width:1200px) {
	.business-2-page .business-1 h3 {
		font-size: 24px
	}

	.business-2-page .business-6 .grid-box {
		margin: 0 -15px
	}

	.business-2-page .business-6 .grid-box .column {
		padding: 0 15px
	}
}

@media screen and (max-width:1000px) {
	.business-2-page .business-1 .left {
		width: 100%
	}

	.business-2-page .business-1 .right {
		width: 100%
	}

	.business-2-page .business-3 .list ul li {
		width: 50%
	}

	.business-2-page .business-4 .left {
		width: 100%
	}

	.business-2-page .business-4 .right {
		width: 100%
	}

	.business-2-page .business-5 .list ul li {
		width: 50%
	}

	.business-2-page .business-5 .box {
		padding: 0
	}

	.business-2-page .business-5 .box:before {
		display: none
	}

	.business-2-page .business-6 .grid-box {
		margin: 0
	}

	.business-2-page .business-6 .grid-box .column {
		padding: 30px 0;
		width: 100%
	}
}

@media screen and (max-width:500px) {
	.business-2-page .business-3 .list ul li {
		width: 100%
	}

	.business-2-page .business-5 .list ul li {
		width: 100%
	}
}

.service-page .service-1 {
	padding: 80px 0
}

.service-page .service-1 .box:before {
	content: url(/template/en/images/partner-1-after.png);
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.service-page .service-1 .title-box {
	width: 60%
}

.service-page .service-1 .list {
	margin-top: 50px
}

.service-page .service-1 .list ul {
	margin: -15px
}

.service-page .service-1 .list ul li {
	width: 25%;
	padding: 15px
}

.service-page .service-1 .list ul li .content {
	padding: 70px 40px 30px;
	border-radius: 100px 0
}

.service-page .service-1 .list ul li:nth-child(1) .content {
	background-color: #d9f0ef
}

.service-page .service-1 .list ul li:nth-child(2) .content {
	background-color: #142280;
	color: #fff
}

.service-page .service-1 .list ul li:nth-child(3) .content {
	background-color: #c2e7e6
}

.service-page .service-1 .list ul li:nth-child(4) .content {
	background-color: #b0c958;
	color: #fff
}

.service-page .service-1 .list ul li h3 {
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
	min-height: 64px
}

.service-page .service-1 .list ul li p {
	font-size: 15px;
	min-height: 216px
}

.service-page .service-2 {
	padding: 110px 0;
	background: url(../images/service-2-bg.jpg) no-repeat center top
}

.service-page .service-2 .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	border-radius: 36px
}

.service-page .service-2 .box .left {
	width: 50%
}

.service-page .service-2 .box .left .top {
	padding: 90px 90px 0;
	height: 430px
}

.service-page .service-2 .box .left .bottom {
	border-top: 1px solid #e3e3e3
}

.service-page .service-2 .box .left .bottom .item {
	height: 230px;
	padding: 75px 15px 0;
	border-right: 1px solid #e3e3e3
}

.service-page .service-2 .box .left .bottom i {
	display: block;
	min-height: 50px
}

.service-page .service-2 .box .left .bottom i img {
	margin: 0 auto
}

.service-page .service-2 .box .left .bottom h4 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 15px
}

.service-page .service-2 .box .right {
	width: 50%
}

.service-page .service-2 .box .right button {
	width: 82px;
	height: 82px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	font-size: 40px;
	border-radius: 50%;
	z-index: 10;
	background-color: #fff;
	color: #b0c958;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease
}

.service-page .service-2 .box .right button:hover {
	background-color: #b0c958;
	color: #fff
}

.service-page .service-2 .box .right button.slick-prev {
	left: -41px
}

.service-page .service-2 .box .right button.slick-next {
	right: -41px
}

.service-page .service-2 .box .right .img {
	position: relative;
	height: 661px;
	overflow: hidden;
	border-radius: 0 36px 36px 0
}

.service-page .service-2 .box .right .img .text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 30px 40px
}

.service-page .service-2 .box .right .img .text h2 {
	font-size: 72px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	text-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.service-page .service-2 .box .right .img .text .btn {
	background-color: #393939
}

.service-page .service-2 .box .right img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.service-page .service-3 {
	padding: 100px 0
}

.service-page .service-3 h2 {
	margin-bottom: 50px
}

.service-page .service-3 .tab ul {
	margin: -20px
}

.service-page .service-3 .tab ul li {
	font-size: 30px;
	font-weight: 600;
	width: 33.33%;
	text-align: center;
	line-height: 75px;
	color: #fff;
	padding: 20px
}

.service-page .service-3 .tab ul li a {
	border-radius: 30px 0
}

.service-page .service-3 .tab ul li:nth-child(1) a {
	background-color: #142280
}

.service-page .service-3 .tab ul li:nth-child(2) a {
	background-color: #73c7c8
}

.service-page .service-3 .tab ul li:nth-child(3) a {
	background-color: #b0c958
}

.service-page .service-3 .list {
	margin-top: 60px
}

.service-page .service-3 .list ul li {
	display: none
}

.service-page .service-3 .list ul li .grid-box {
	margin: -20px
}

.service-page .service-3 .list ul li .grid-box .column {
	padding: 20px;
	width: 33.33%
}

.service-page .service-3 .list ul li .grid-box .column .content {
	padding: 40px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.service-page .service-3 .list ul li .grid-box .column .content h3 {
	font-size: 24px;
	font-weight: 500;
	min-height: 72px
}

.service-page .service-3 .list ul li .grid-box .column .content p {
	min-height: 173px
}

.service-page .service-3 .list ul li .grid-box .column .content .line {
	width: 98px;
	height: 2px;
	background-color: #40b5b1;
	margin: 20px 0
}

@media screen and (max-width:1200px) {
	.service-page .service-1 .list ul li {
		width: 50%
	}

	.service-page .service-2 .box .left .top {
		padding: 30px 30px 0
	}

	.service-page .service-2 .box .left .bottom h4 {
		font-size: 20px
	}

	.service-page .service-2 .box .right .img .text h2 {
		font-size: 50px
	}

	.service-page .service-3 .list ul li .grid-box .column {
		width: 50%
	}
}

@media screen and (max-width:1000px) {
	.service-page .service-2 .box {
		display: block
	}

	.service-page .service-2 .box .left {
		width: 100%
	}

	.service-page .service-2 .box .right {
		width: 100%
	}

	.service-page .service-2 .box .left .top {
		height: auto;
		padding: 30px
	}

	.service-page .service-2 .box .left .bottom .item {
		height: auto;
		padding: 30px 15px
	}

	.service-page .service-2 .box .right .img {
		height: auto;
		border-radius: 0 0 36px 36px
	}

	.service-page .service-3 .tab ul {
		margin: -10px
	}

	.service-page .service-3 .tab ul li {
		width: 100%;
		font-size: 20px;
		line-height: 50px;
		padding: 10px
	}

	.service-page .service-3 .list ul li .grid-box .column .content {
		padding: 20px
	}
}

@media screen and (max-width:700px) {
	.service-page .service-1 .box:before {
		display: none
	}

	.service-page .service-1 .title-box {
		width: 100%
	}

	.service-page .service-1 .list ul li {
		width: 100%
	}

	.service-page .service-1 .list ul li .content {
		border-radius: 50px 0;
		padding: 30px 15px
	}

	.service-page .service-1 .list ul li p {
		min-height: unset
	}

	.service-page .service-3 .list ul li .grid-box .column {
		width: 100%
	}

	.service-page .service-3 .list ul li .grid-box .column .content p {
		min-height: unset
	}

	.service-page .service-2 .box .right button {
		width: 40px;
		height: 40px;
		font-size: 20px
	}

	.service-page .service-2 .box .right button.slick-prev {
		left: 0
	}

	.service-page .service-2 .box .right button.slick-next {
		right: 0
	}
}

@media screen and (max-width:500px) {
	.service-page .service-2 .box .left .bottom h4 {
		font-size: 14px
	}

	.service-page .service-2 .box .right .img .text h2 {
		font-size: 30px
	}

	.service-page .service-2 .box .right .img .text {
		padding: 15px
	}
}

.product-page .bottom .one {
	display: block
}

.product-page .bottom .one ul {
	margin: -15px
}

.product-page .bottom .one ul li {
	padding: 15px
}

.product-page .bottom .one ul li .img {
	border: 1px solid #ddd
}

.product-page .bottom .one ul li .content {
	margin-left: auto;
	background-color: #fff;
	position: relative;
	text-align: left;
	padding: 15px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease
}

.product-page .bottom .one ul li .content .name {
	font-size: 18px
}

.product-page .bottom .one ul li .content .txt {
	font-size: 14px;
	margin-top: 25px
}

.product-page .bottom .one ul li .content {
	text-align: center
}

.product-page .bottom .two {
	display: none
}

.product-page .bottom .two ul {
	margin: -15px
}

.product-page .bottom .two ul li {
	padding: 15px
}

.product-page .bottom .two ul li .content .left {
	width: 47%
}

.product-page .bottom .two ul li .content .right {
	width: 53%;
	padding: 20px;
	margin-top: 20px;
	margin-left: -50px;
	background: #fff
}

.product-page .bottom .two ul li .content .right .name {
	font-size: 20px
}

.product-page .bottom .two ul li .content .right .txt {
	font-size: 14px;
	margin-top: 25px
}

.nav-side {
	padding: 30px 0;
	border-bottom: 1px solid #dbdbdb
}

.nav-side .fl ul li {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	border-right: 1px solid #bbc9d9
}

.nav-side .fl ul li a {
	margin: 0 30px
}

.nav-side .fr {
	font-size: 16px
}

.nav-side .fr ul {
	margin-left: 50px;
	display: inline-block
}

.nav-side .fr ul li {
	display: inline-block;
	margin: 0 5px
}

#gf-filter-content {
	display: none;
	padding: 50px 0;
	background-color: rgba(235, 235, 235, .3)
}

#gf-filter-content .box {
	max-width: 1730px;
	padding: 0 15px;
	margin: 0 auto
}

#gf-filter-content .box .warp .item h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px
}

#gf-filter-content .box .warp .item ul li {
	font-size: 14px
}

#gf-filter-content .box .warp .item ul li.active a:before {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%
}

#gf-filter-content .box .warp .item ul li a {
	display: inline-block;
	position: relative
}

#gf-filter-content .box .warp .item ul li a:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	height: 1px;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-moz-transition: transform .4s ease, -moz-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease;
	-webkit-transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-timing-function: cubic-bezier(.8, 0, .2, 1);
	-moz-transition-timing-function: cubic-bezier(.8, 0, .2, 1);
	transition-timing-function: cubic-bezier(.8, 0, .2, 1);
	background-color: #9fa4af
}

#gf-filter-content .box .warp .item ul li a:hover:before {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%
}

#gf-filter-content .box .warp .item ul li:not(:first-child) {
	margin-top: 15px
}

@media screen and (max-width:1000px) {
	.nav-side {
		display: none
	}

	.product-page .bottom {
		padding: 0 0 60px
	}
}

.prodet-page .container {
	max-width: 1465px
}

.prodet-page .prodet-1 {
	padding: 0 0 9rem
}

.prodet-page .prodet-1 .prodet-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.prodet-page .prodet-1 .prodet-box .left {
	width: 50%;
	padding-left: 12%;
	position: relative
}

.prodet-page .prodet-1 .prodet-box .left .big {
	position: relative
}

.prodet-page .prodet-1 .prodet-box .left .big .big-img {
	display: block;
	border: 1px solid #ebebeb;
	border-radius: 20px
}

.prodet-page .prodet-1 .prodet-box .left .big h4 {
	text-align: right;
	font-size: 18px;
	line-height: 1;
	color: #129869;
	padding: 3rem 0 1.2rem
}

.prodet-page .prodet-1 .prodet-box .left .big .arrows {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 16px;
	bottom: 16px
}

.prodet-page .prodet-1 .prodet-box .left .big .arrows button {
	width: 35px;
	height: 35px;
	border: none
}

.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-prev {
	background: url(../images/left.png) no-repeat center center;
	background-size: 100% 100%
}

.prodet-page .prodet-1 .prodet-box .left .big .arrows .slick-next {
	background: url(../images/right.png) no-repeat center center;
	background-size: 100% 100%;
	margin-left: 1rem
}

.prodet-page .prodet-1 .prodet-box .left .img-scroll {
	position: absolute;
	width: 17%;
	top: 0;
	left: 0;
	overflow: hidden
}

.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li {
	margin-bottom: 10px
}

.prodet-page .prodet-1 .prodet-box .left .img-scroll ul li a {
	display: inline-block;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #ececec
}

.prodet-page .prodet-1 .prodet-box .left .img-scroll ul .slick-current.slick-active li a {
	border-color: #000
}

.prodet-page .prodet-1 .prodet-box .right {
	width: 50%;
	padding-left: 5%
}

.prodet-page .prodet-1 .prodet-box .right h3.tit {
	font-size: 24px;
	color: #000;
	font-family: inherit;
	text-transform: uppercase
}

.prodet-page .prodet-1 .prodet-box .right .content {
	padding: 1.5rem 0 3rem;
	border-bottom: 2px solid #ebebeb;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	font-family: 'Montserrat-ExtraLight'
}

.prodet-page .prodet-1 .prodet-box .right .sgs {
	margin: 3rem 0 4.5rem
}

.prodet-page .prodet-1 .prodet-box .right .link a {
	display: inline-block;
	padding: 15px 0;
	border: 2px solid #4b7aab;
	background: #4b7aab;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	width: 160px;
	color: #fff
}

.prodet-page .prodet-1 .prodet-box .right .social-links a {
	display: inline-block;
	margin: 0 5px
}

.prodet-page .prodet-1 .prodet-box .right .link a:hover {
	background: #000;
	border: 2px solid #000
}

.prodet-page .prodet-1 .prodet-box .right .link .inquiry {
	background: 0 0;
	color: #4b7aab
}

.prodet-page .prodet-1 .prodet-box .right .link .inquiry.active,
.prodet-page .prodet-1 .prodet-box .right .link .inquiry:hover {
	background: #4b7aab;
	color: #fff;
	border: 2px solid #4b7aab
}

.prodet-page .prodet-1 .prodet-box .right .link .pdf {
	margin-left: 2rem;
	background: 0 0;
	color: #129968
}

.prodet-page .prodet-1 .prodet-box .right .link .pdf:hover {
	background: #129968;
	color: #fff;
	border: 2px solid #129869
}

.prodet-page .prodet-2 {
	margin-bottom: 50px
}

.prodet-page .prodet-2 .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.prodet-page .prodet-2 .box:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #d9d9d9;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1
}

.prodet-page .prodet-2 .box .left {
	background: #fff
}

.prodet-page .prodet-2 .box .left ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.prodet-page .prodet-2 .box .left ul li {
	font-size: 16px;
	line-height: 1;
	color: #616161;
	padding: 0 3rem;
	border-right: 1px solid #616161
}

.prodet-page .prodet-2 .box .left ul li:last-child {
	border-right: 0 solid #616161
}

.prodet-page .prodet-2 .box .left ul li:first-child {
	padding: 0 3rem 0 0
}

.prodet-page .prodet-2 .box .right {
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 1.5rem
}

.prodet-page .prodet-2 .box .right p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	color: #000;
	font-family: 'Montserrat-ExtraLight';
	margin-left: 6.5rem
}

.prodet-page .prodet-2 .box .right p:first-child {
	margin-left: 0
}

.prodet-page .prodet-2 .box .right p img {
	margin-right: 1.5rem
}

.prodet-page h4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	line-height: 1;
	color: #000;
	margin-bottom: 3rem
}

.prodet-page h4 img {
	margin-right: 2rem
}

.prodet-page .form ul {
	margin: -10px
}

.prodet-page .form ul li {
	padding: 10px
}

.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
	width: 100%;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, .2);
	font-size: 16px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.prodet-page .form ul li input:focus,
.prodet-page .form ul li textarea:focus {
	border-color: #eb6100
}

.prodet-page .form ul li textarea {
	height: 120px
}

.prodet-page .form ul li input[type=submit] {
	padding: 12px;
	max-width: 180px;
	border-color: #000;
	background-color: transparent;
	font-weight: 700
}

.prodet-page .form ul li input[type=submit]:hover {
	color: #fff;
	background-color: #eb6100;
	border-color: #eb6100
}

.prodet-page .form ul li.wid-100 {
	width: 100%
}

.product-4 .arrows {
	font-size: 60px;
	position: absolute;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%)
}

.product-4 .arrows.arrow_l {
	left: 0
}

.product-4 .arrows.arrow_r {
	right: 0
}

@media screen and (max-width:500px) {
	.prodet-page .prodet-1 .prodet-box .right h3.tit {
		font-size: 20px
	}

	.product-4 .arrows {
		display: none
	}
}

.i-social {
	padding-top: 100px
}

.i-social .box {
	background-color: #fff;
	padding: 5% 3%;
	box-shadow: 0 0 20px #ccc;
	border-radius: 20px
}

.i-social h2 {
	font-weight: 500
}

.i-social .mml-text {
	font-weight: 500
}

.i-social .line {
	height: 1px;
	background-color: #000
}

.i-social .view_more {
	border-bottom: 1px solid #000
}

.i-social ul li {
	padding: 15px
}

.i-social ul {
	margin: -15px
}

.new_history {
	padding: 100px 0
}

.new_history .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	font-size: 20px
}

.new_history .slick-arrow.slick-prev {
	left: -50px
}

.new_history .slick-arrow.slick-next {
	right: -50px
}

.new_history time {
	font-size: 36px;
	font-weight: 500;
	color: #142280
}

.new_history .time_line {
	padding-top: 20px;
	background: url(../images/time_line.png)no-repeat left top;
	background-size: 100% auto
}

.new_history .mml-text {
	height: 550px;
	display: flex;
	border-left: 1px solid #c7c7c7;
	background-color: #fff;
	background-image: linear-gradient(#fff, #f5f5f5)
}

.new_history .mml-text .img img {
	margin: 10px 0
}

.new_history .mml-text p {
	line-height: 1.5
}

.new_history .mml-text .end {
	padding: 15px
}

.new_history .slick-slide:nth-child(odd) .mml-text {
	align-items: flex-end;
	background-color: #fff;
	background-image: linear-gradient(#fbfbfb, #fff)
}

.new_history .slick-slide:nth-child(odd) .mml-text .end {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse
}

@media screen and (max-width:700px) {
	.new_history .mml-text {
		height: auto;
		background-image: none !important
	}

	.new_history .slick-slide:nth-child(odd) .mml-text {
		align-items: unset
	}

	.new_history .slick-slide:nth-child(odd) .mml-text .end {
		display: block
	}
}

#resources_nav:after {
	content: "";
	display: block;
	height: 1px;
	background-color: #e0e0e0;
	margin-top: 20px
}

#resources_nav li {
	display: inline-block;
	margin-right: 5px
}

#resources_nav li a {
	display: block;
	width: 185px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 25px 0;
	background-color: #4b7aab;
	color: #fff
}

#resources_nav li:nth-child(2) a {
	background-color: #40b5b1
}

#resources_nav li:nth-child(3) a {
	background-color: #b0c957
}

#resources_nav li:nth-child(4) a {
	background-color: #b5b5b5
}

.resources_sidebar {
	margin: 0 -30px
}

.resources_sidebar .resources_left {
	width: 70%;
	padding: 0 30px
}

.resources_sidebar .resources_right {
	width: 30%;
	padding: 0 30px
}

h2.resources {
	font-weight: 600
}

h2.resources:after {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	background-color: #13237f;
	margin-top: 10px
}

.resources_more {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500
}

.video_content h3 {
	font-weight: 500
}

.resources-page .resources_2 {
	background-color: #fafafa
}

.product_catalogue .img {
	width: 31%;
	vertical-align: middle
}

.product_catalogue .mml-text {
	width: 69%;
	vertical-align: middle
}

.product_catalogue .mml-text p {
	min-height: 75px
}

.product_catalogue .mml-text .line {
	height: 1px;
	background: #e4e4e4
}

.product_catalogue .mml-text .date time {
	font-weight: 500
}

.product_catalogue .mml-text .date .download {
	font-size: 15px;
	font-weight: 500;
	line-height: 34px
}

.pdf_box ul {
	margin: -15px
}

.pdf_box ul li {
	padding: 15px
}

.pdf_box .mml-text {
	padding: 20px;
	background-color: #f8f8f8;
	border-radius: 10px;
	border: 1px solid #e5e5e5
}

.pdf_box .mml-text .title {
	padding-left: 55px;
	background: url(../images/pdf-icon.png) no-repeat left top;
	min-height: 110px
}

.pdf_box .mml-text .line {
	height: 1px;
	background-color: #e5e5e5
}

.pdf_box .mml-text .date time {
	font-weight: 500
}

.pdf_box .mml-text .date .download {
	font-size: 15px;
	font-weight: 500;
	line-height: 34px
}

.catalogue-page .catalogue_list li {
	padding: 50px 0
}

.catalogue-page .product_catalogue .img {
	width: 40%
}

.catalogue-page .product_catalogue .mml-text {
	width: 60%
}

#Product_Categories li {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	font-weight: 500
}

#Product_Categories li a {
	display: block;
	padding-left: 20px;
	position: relative
}

#Product_Categories li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 5px;
	height: 5px;
	background-color: #9a9a9a;
	border-radius: 50%
}

#Latest_News h4 {
	font-weight: 500
}

#Latest_News a.view_more {
	font-size: 15px;
	line-height: 26px;
	font-weight: 500
}

.video-page .video_box {
	-webkit-box-shadow: 0 100px 40px -120px #ccc;
	box-shadow: 0 100px 40px -120px #ccc
}

.video-page .video_list .list ul {
	margin: -25px -10px
}

.video-page .video_list .list ul li {
	padding: 25px 10px
}

.video-page .video_list .line {
	height: 1px;
	background-color: #e4e4e4
}

.video-page .video_list .cat_name {
	padding: 3px 10px;
	background-color: #b0c957;
	color: #fff;
	border-radius: 8px
}

.lg-page .lg_box ul {
	margin: -25px -10px
}

.lg-page .lg_box ul li {
	padding: 25px 10px
}

@media screen and (max-width:1200px) {
	#resources_nav li a {
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 16px
	}
}

@media screen and (max-width:1000px) {
	#resources_nav {
		display: none
	}

	.resources_sidebar {
		margin: 0
	}

	.resources_sidebar .resources_left {
		width: 100%;
		padding: 0
	}

	.resources_sidebar .resources_right {
		display: none
	}

	.resources_more {
		display: none
	}
}

@media screen and (max-width:700px) {
	.video_content h3 {
		font-size: 20px
	}
}

@media screen and (max-width:500px) {
	.product_catalogue .img {
		width: 100% !important
	}

	.product_catalogue .mml-text {
		width: 100% !important;
		padding: 0 !important;
		margin-top: 30px
	}
}

.social-page .social-1 h2 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 50px;
	color: #4b7aab
}

.social-page .social-1 .line {
	height: 1px;
	background: #e7e7e7
}

.social-page .social-1 .left {
	width: 50%;
	vertical-align: middle
}

.social-page .social-1 .right {
	width: 50%;
	padding-left: 50px;
	vertical-align: middle
}

.social-page .social-2 h2 {
	color: #4b7aab
}

.social-page .social-2 ul {
	margin: -25px
}

.social-page .social-2 ul li {
	width: 30%;
	padding: 25px
}

.social-page .social-2 ul li:nth-child(3) {
	width: 40%
}

.social-page .social-2 .img {
	height: 300px;
	border-radius: 50px 0;
	overflow: hidden
}

.social-page .social-2 .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.social-page .social-2 .line {
	width: 43px;
	height: 3px;
	background: #4b7aab;
	border-radius: 1px
}

.social-page .social-3 {
	background: #f0f7f6
}

.social-page .social-3 h2 {
	color: #6eb6ad
}

.social-page .social-3 .top .box {
	margin: -25px
}

.social-page .social-3 .top .box>div {
	padding: 25px
}

.social-page .social-3 .left {
	width: 43%;
	vertical-align: bottom
}

.social-page .social-3 .left .img {
	height: 250px
}

.social-page .social-3 .left .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.social-page .social-3 .right {
	width: 57%;
	vertical-align: bottom
}

.social-page .social-3 .right .img {
	overflow: hidden;
	border-radius: 50px 0;
	height: 450px
}

.social-page .social-3 .right .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.social-page .social-3 .bottom ul {
	margin: -25px
}

.social-page .social-3 .bottom ul li {
	padding: 25px
}

.social-page .social-4 ul {
	margin: -25px
}

.social-page .social-4 ul li {
	padding: 25px
}

h2.social {
	font-size: 58px;
	font-weight: 500
}

@media screen and (max-width:1200px) {
	.social-page .social-1 h2 {
		font-size: 30px
	}

	h2.social {
		font-size: 40px
	}

	.social-page .social-2 ul {
		margin: -15px
	}

	.social-page .social-2 ul li {
		padding: 15px
	}

	.social-page .social-3 .top .box {
		margin: -15px
	}

	.social-page .social-3 .top .box>div {
		padding: 15px
	}

	.social-page .social-3 .bottom ul {
		margin: -15px
	}

	.social-page .social-3 .bottom ul li {
		padding: 15px
	}

	.social-page .social-4 ul {
		margin: -15px
	}

	.social-page .social-4 ul li {
		padding: 15px
	}
}

@media screen and (max-width:1000px) {
	.social-page .social-1 .left {
		width: 100%
	}

	.social-page .social-1 .right {
		width: 100%;
		padding-left: 0
	}

	.social-page .social-1 .left .line {
		display: none
	}

	.social-page .social-2 ul li {
		width: 50%
	}

	.social-page .social-2 ul li:nth-child(3) {
		width: 100%
	}

	.social-page .social-2 .img {
		height: auto
	}

	.social-page .social-3 .left {
		width: 100%
	}

	.social-page .social-3 .right {
		width: 100%
	}

	.social-page .social-3 .left .img,
	.social-page .social-3 .right .img {
		height: auto
	}
}

@media screen and (max-width:700px) {
	.social-page .social-1 h2 {
		font-size: 20px
	}

	h2.social {
		font-size: 24px
	}

	.social-page .social-2 ul li {
		width: 100%
	}
}

.about-page .about-1 .text p {
	line-height: 1.5
}

.new-contact-page .new-contact-1 .map {
	width: calc(100% - 800px)
}

.button-group {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 12px;
	padding: 10px
}

.button-group .button {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background-color: #0d9bf2;
	color: #fff;
	border: 0;
	outline: none;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 3px;
	margin-bottom: 4px;
	cursor: pointer
}

.new-contact-page .new-contact-1 {
	/*display: flex;*/
	flex-direction: row-reverse;
	margin-left: 83px;
}

.new-contact-page .new-contact-1 .mml-text {
	width: 1155px;
	background-color: #fff;
	padding-left: 80px;
	padding-right: 50px;
	padding-top: 60px
}

.new-contact-page table td,
.new-contact-page table th {
	vertical-align: top;
	border: none;
	padding: 5px 0
}

.new-contact-page table td:first-child {
	width: 25%
}

.new-contact-page table td:last-child {
	width: 100%
}

.new-contact-page table td span {
	color: #62b2a8
}

.new-contact-page h3 {
	font-size: 42px;
	font-weight: 600
}

.new-contact-page h4 {
	font-size: 27px;
	font-weight: 600
}

.new-contact-page p {
	line-height: 1.5
}

.new-contact-page .form ul {
	margin: -15px
}

.new-contact-page .form ul li {
	padding: 15px;
	width: 50%
}

.new-contact-page .form ul li.wid-100 {
	width: 100%
}

.new-contact-page .form label {
	display: block;
	font-size: 16px;
	position: relative;
	text-transform: capitalize
}

.new-contact-page .form label em {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.new-contact-page .form input {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #bac67e
}

.new-contact-page .form button {
	font-size: 24px;
	background-color: #000;
	color: #fff;
	border: none;
	padding: 10px 40px;
	border-radius: 30px
}

.new-contact-page .new-contact-2 .box {
	margin: -15px
}

.new-contact-page .new-contact-2 .left {
	width: 50%;
	vertical-align: middle;
	padding: 15px
}

.new-contact-page .new-contact-2 .right {
	width: 50%;
	vertical-align: middle;
	padding: 15px
}

.new-contact-page .new-contact-2 .mobile_ewm {
	display: inline-block;
	max-width: 120px;
	vertical-align: middle
}

.new-contact-page .new-contact-2 .social-links {
	display: inline-block;
	vertical-align: middle
}

.new-contact-page .new-contact-2 .social-links a {
	display: inline-block;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 15px
}

@media screen and (max-width:1600px) {
	.new-contact-page .new-contact-1 {
		display: block
	}

	.new-contact-page .new-contact-1 .map {
		width: 100%
	}

	.new-contact-page .new-contact-1 .mml-text {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		width: auto;
		padding: 15px;
		max-width: 700px;
		margin: auto;
		background: 0 0
	}

	.font-24 {
		font-size: 20px
	}
}

@media screen and (max-width:1000px) {
	.new-contact-page .new-contact-2 .left {
		width: 100%
	}

	.new-contact-page .new-contact-2 .right {
		display: none
	}

	.font-24 {
		font-size: 16px
	}

	.new-contact-page table td:first-child {
		width: 20%
	}

	.new-contact-page table td:last-child {
		width: 80%
	}
}

@media screen and (max-width:500px) {
	.new-contact-page .form ul li {
		width: 100%
	}
}

#common {
	overflow: hidden
}

#common .mml-box {
	margin: -15px
}

#common .mml-img {
	width: 55%;
	padding: 15px;
	vertical-align: middle
}

#common .mml-text {
	width: 45%;
	padding: 15px;
	vertical-align: middle
}

#common ul {
	margin-right: -70px
}

#common ul li {
	width: 33.33%;
	margin-right: -35px
}

@media screen and (max-width:1000px) {
	#common .mml-img {
		width: 100%
	}

	#common .mml-text {
		width: 100%
	}
}

.about2-page .about-1 {
	padding: 50px 0 50px
}

.about2-page .about-1 .top {
	padding-bottom: 60px;
	margin-bottom: 80px;
	border-bottom: 1px solid #626363
}

.about2-page .about-1 .top .left {
	vertical-align: middle;
	padding-right: 7%
}

.about2-page .about-1 .top .left h3 {
	font-size: 60px;
	color: #040404;
	font-weight: 300;
	line-height: 110px;
	letter-spacing: -2px
}

.about2-page .about-1 .top .left h3 em {
	font-weight: 500;
	color: #4b7aab;
	letter-spacing: -2px
}

.about2-page .about-1 .top .left h6 {
	font-size: 28px;
	color: #121212;
	line-height: 1;
	font-weight: 500;
	margin: 20px 0 10px
}

.about2-page .about-1 .top .left h4 {
	font-size: 57px;
	color: #121212;
	line-height: 1;
	font-weight: 700
}

.about2-page .about-1 .top .left h4:first-letter {
	text-transform: capitalize
}

.about2-page .about-1 .top .left .text {
	margin-top: 35px
}

.about2-page .about-1 .top .right {
	text-align: right;
	padding-left: 7%
}

.about2-page .about-1 .top .right ul {
	text-align: left;
	margin: -20px
}

.about2-page .about-1 .top .right ul li {
	padding: 20px
}

.about2-page .about-1 .top .right ul li h4 {
	font-size: 80px;
	color: #0881ca;
	line-height: 1;
	font-weight: 700
}

.about2-page .about-1 .top .right ul li h4 sup {
	font-size: 40%;
	text-transform: uppercase
}

.about2-page .about-1 .top .right ul li p {
	font-size: 22px;
	color: #191a1a;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px
}

.about2-page .about-1 .top.two {
	text-align: center;
	margin-top: 40px
}

.about2-page .about-1 .top.two .left {
	padding-right: 0;
	text-align: left
}

.about2-page .about-1 .top.two h6 {
	text-transform: none
}

.about2-page .about-1 .top.two h3 {
	color: #000;
	text-transform: none
}

.about2-page .about-1 .top.two h3 em {
	color: #0881ca;
	font-weight: 700
}

.about2-page .about-1 .top.two h3 sup {
	font-size: 50%
}

.about2-page.history-page .about-1 .top.two {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.about2-page.history-page .about-1 .top.two h6 {
	text-align: center
}

.about2-page.history-page .about-1 .top.two h3 {
	text-align: center;
	color: #0881ca
}

.about2-page.history-page .about-1 .top.two h3 em {
	font-family: inherit;
	color: #000
}

.about2-page .i-history {
	padding-bottom: 50px
}

.about2-page .i-history h2.h2 {
	font-size: 48px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 10px;
	color: #d29b57
}

.about2-page .i-history p.p {
	padding: 0 20%;
	text-align: center
}

.about2-page .i-history .history-list {
	margin-top: 50px;
	position: relative
}

.about2-page .i-history .history-list:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ddd;
	left: 50%;
	top: 0
}

.about2-page .i-history .history-list .list p {
	font-weight: 400;
	color: #504a44;
	font-size: 16px;
	line-height: inherit
}

.about2-page .i-history .history-list .list .i-text {
	float: left;
	width: 50%;
	cursor: pointer;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease;
	position: relative
}

.about2-page .i-history .history-list .list .i-text:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 15px;
	background: url(../images/r_03.jpg) no-repeat center;
	right: -9px;
	top: 50px;
	z-index: 8
}

.about2-page .i-history .history-list .list .i-text .text1 {
	border: 1px solid #ededed;
	padding: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: right;
	width: 92%
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column {
	width: 75%
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) {
	width: 25%;
	padding-left: 10px
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) img {
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease
}

.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px
}

.about2-page .i-history .history-list .list .i-text:hover .text1 {
	background: #eee
}

.about2-page .i-history .history-list .list .i-text:hover .img img {
	transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0)
}

.about2-page .i-history .history-list .list .i-year {
	float: right;
	width: 50%
}

.about2-page .i-history .history-list .list .i-year .year1 {
	padding: 38px 30px 0 8%
}

.about2-page .i-history .history-list .list .i-year .year1 h3 {
	font-size: 36px;
	font-weight: 500;
	line-height: 1;
	color: #4b7aab
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text {
	float: right
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text:after {
	background: url(../images/l_03.jpg) no-repeat center;
	right: auto;
	left: -8px
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 {
	float: right;
	text-align: left
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box .column:nth-child(1) {
	float: right;
	padding: 0 0 0 10px
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-text .text1 .grid-box .column:nth-child(2) {
	float: left
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-year {
	float: left
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-year h3,
.about2-page .i-history .history-list .list:nth-child(2n) .i-year p {
	text-align: right
}

.about2-page .i-history .history-list .list:nth-child(2n) .i-year .year1 {
	padding: 32px 8% 0 30px
}

@media screen and (max-width:1000px) {
	.about2-page .about-1 .top .right {
		display: none
	}

	.about2-page .about-1 .top .left {
		width: 100%;
		padding-right: 0
	}

	.about2-page .about-1 .top.two {
		margin: 0 auto 30px;
		padding-bottom: 30px
	}

	.about2-page .about-2 .box .left {
		width: 100%;
		padding-right: 0
	}

	.about2-page .about-2 .box .right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px
	}

	.about2-page .about-2 {
		padding: 30px 0
	}

	.about2-page .i-history .history-list .list .i-text {
		width: 70%;
		float: right
	}

	.about2-page .i-history .history-list .list .i-year {
		width: 30%;
		float: left;
		text-align: right
	}

	.about2-page .i-history .history-list:after {
		left: 30%
	}

	.about2-page .i-history .history-list .list .i-text:after {
		background-image: url('../images/l_03.jpg');
		right: auto;
		left: -8px
	}

	.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column:nth-child(2) {
		display: none
	}

	.about2-page .i-history .history-list .list .i-text .text1 .grid-box .column {
		width: 100%
	}

	.about2-page .i-history .history-list .list .i-text {
		text-align: right
	}

	.about2-page .i-history .history-list .list .i-text .text1 {
		margin-left: auto;
		text-align: left
	}
}

#picture ul {
	margin: -15px
}

#picture ul li {
	padding: 15px
}

.inner-page {
	margin-top: 50px
}

.product-page .wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.model_left {
	width: 75.6%
}

.model_right {
	width: 20.2%;
	margin-right: 4.2%
}

.pull>h2,
.pull>.pull-titles {
	color: #565351;
	font-size: 1.4rem
}

.wjyl-siderbar-ul-boxs>ul>li {
	border-bottom: 1px solid #ebebeb
}

.wjyl-siderbar-ul-boxs>ul>li>a {
	display: block;
	width: 100%;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: #565351;
	padding: 11px 0;
	padding-right: 30px
}

.wjyl-siderbar-ul-boxs>ul>li>ul {
	display: none;
	padding: 12px 0 18px
}

.wjyl-siderbar-ul-boxs>ul>li.activess>ul {
	display: block
}

.wjyl-siderbar-ul-boxs>ul>li>ul>li>a {
	display: block;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #565351
}

.wjyl-siderbar-ul-boxs>ul>li>ul>li .titles-a {
	margin-top: 6px
}

.wjyl-siderbar-ul-boxs>ul>li>a .i-boxs {
	width: 30px;
	height: 30px;
	position: absolute;
	right: -10px;
	top: 10px
}

.wjyl-siderbar-ul-boxs>ul>li.active>a {
	color: #1f9191
}

.wjyl-siderbar-ul-boxs>ul>li.active>a .i-boxs {
	transform: rotate(90deg)
}

.wjyl-siderbar-ul-boxs>ul>li>a .i-boxs i {
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -5px;
	transform: rotate(45deg)
}

.wjyl-siderbar-ul-boxs>ul>li.active>a .i-boxs i {
	border-color: #1f9191
}

.trans1 {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out
}

@media screen and (max-width:1000px) {
	.model_left {
		width: 100%
	}

	.model_right {
		display: none
	}

	.product-page .bottom .one ul li .content .name {
		font-size: 14px
	}
}

.inner-page .sideBox .side-left h2 {
	display: block;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.6;
	margin-bottom: 30px
}

.inner-page .sideBox .side-left .box ul li a {
	display: block;
	padding: 5px 35px 5px 15px;
	background: #f1f1f1;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 2;
	position: relative
}

.inner-page .sideBox .side-left .box ul li a.active {
	color: #fff;
	background: #076f94
}

.inner-page .sideBox .side-left .box ul li ul {
	display: none
}

.inner-page .sideBox .side-left .box ul li ul li {
	margin-left: 20px
}

.inner-page .sideBox .side-left .box ul li a i {
	position: absolute;
	right: 15px;
	top: 8px
}

.inner-page .sideBox .side-left .box ul li ul li a {
	background: #f9f9f9
}

.inner-page .sideBox .side-left .box ul li ul ul a {
	padding-left: 30px
}

.inner-page .sideBox .side-left .info {
	margin-top: 10px;
	position: relative;
	display: inline-block;
	width: 100%
}

.inner-page .sideBox .side-left .info h5 {
	color: #fff;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	font-size: 22px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.catdes {
	margin-bottom: 50px
}

.catdes .cattit {
	font-size: 18px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px
}

.m-page {
	text-align: center
}

.m-page a,
.m-page span {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #051c66;
	color: #7b8393;
	text-align: center;
	line-height: 30px;
	margin: 0 5px;
	display: inline-block;
	font-size: 12px
}

.m-page span,
.m-page a:hover {
	background: #051c66;
	color: #fff
}

.cateGory .left {
	width: 50%;
	vertical-align: middle
}

.cateGory .right {
	width: 50%;
	vertical-align: middle
}

.cateGory .right .more1 {
	border: 1px solid #000;
	padding: 0 10px
}

.section_title {
	font-size: 147px;
	line-height: 1
}

.section_before:before {
	content: "";
	position: absolute;
	height: 50%;
	width: 100%
}

.section1:before {
	background-color: #b8ac84
}

.section2:before {
	background-color: #6ac5c3
}

.section3:before {
	background-color: #e4cc82
}

.section4:before {
	background-color: #87ac62
}

@media screen and (max-width:1200px) {
	#index-body .section {
		height: auto !important
	}

	#index-body .fp-tableCell {
		height: auto !important
	}
}

@media screen and (max-width:500px) {
	.cateGory:nth-child(odd) .left {
		position: relative;
		left: 50%
	}

	.cateGory:nth-child(odd) .right {
		position: relative;
		right: 50%
	}

	.cateGory .grid-box {
		padding: 30px 0
	}

	.cateGory .right .more1 {
		display: inline-block
	}
}

.fk-mould {
	margin-bottom: 30vh
}

.fk-mould h4 {
	font-size: 147px;
	line-height: 1;
	color: #fff;
	margin-top: 15%
}

.fk-mould .slick-vertical .slick-slide {
	border: none
}

.fk-mould .topBox ul li {
	height: 600px;
	background-repeat: no-repeat;
	background-position: left 15% center
}

.fk-mould .topBox ul li:before {
	content: attr(data-text);
	font-size: 147px;
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Oswald-Bold'
}

.fk-mould .bottomBox {
	width: 40%;
	position: absolute;
	left: 20%;
	top: 0
}

.fk-mould .topBox .bg-1 {
	background-color: #b8ac84
}

.fk-mould .topBox .bg-2 {
	background-color: #6ac5c3
}

.fk-mould .topBox .bg-3 {
	background-color: #e4cc82
}

.fk-mould .topBox .bg-4 {
	background-color: #87ac62
}

.fk-mould .topBox li.bg-1:before {
	color: #fff
}

.fk-mould .topBox li.bg-2:before {
	color: #fff
}

.fk-mould .topBox li.bg-3:before {
	color: #fff
}

.fk-mould .topBox li.bg-4:before {
	color: #fff
}

.fk-mould .topBox li.bg-5:before {
	color: #fff
}

.back_first {
	border: 1px solid #4b7aab;
	padding: 5px;
	border-radius: 5px;
	transition: .5s ease
}

.back_first:hover {
	color: #fff;
	background-color: #4b7aab
}

@media screen and (max-width:1000px) {
	.back_first {
		display: none
	}
}

.body-sidebar {
	position: fixed;
	right: 10px;
	bottom: 50%;
	z-index: 2
}

.body-sidebar li.ty-li {
	cursor: pointer;
	cursor: hand;
	transition: .5s;
	position: relative
}

.body-sidebar li.ty-li img {
	width: 40px
}

.body-sidebar li.ty-li dl {
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 220px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	padding: 20px 15px;
	opacity: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: -1;
	color: #000;
	text-align: left
}

.body-sidebar li#msg dl {
	top: auto;
	bottom: 0;
	width: 150px;
	display: inline-block
}

.body-sidebar li#msg dl dd {
	width: 120px;
	padding: 5px;
	display: inline-block;
	float: left
}

.body-sidebar li.ty-li:hover dl {
	left: 0;
	opacity: 1;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}

.body-sidebar li.ty-li dl dt {
	font-size: 18px;
	margin-bottom: 10px
}

.body-sidebar li.ty-li dl dd {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1
}

.body-sidebar li.ty-li dl dd:hover {
	color: #ff6500;
	text-decoration: underline
}

.body-sidebar .body-msg {
	left: 100%;
	opacity: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: absolute;
	bottom: 0;
	width: 310px;
	border-radius: 10px;
	padding: 25px;
	background: #252525;
	display: block;
	z-index: -1
}

.body-sidebar li.ty-li:hover .body-msg {
	left: 0;
	opacity: 1;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}

.body-sidebar .body-msg ul {
	margin: -8px 0
}

.body-sidebar .body-msg ul li {
	padding: 8px 0;
	display: block !important
}

.body-sidebar .body-msg ul li:nth-last-child(2) {
	padding-bottom: 0
}

.body-sidebar .body-msg ul li:last-child {
	padding: 0
}

.new-about .about-1 .title>div {
	vertical-align: bottom
}

.new-about .about-1 .left {
	width: 57%;
	line-height: 2;
	font-family: 'Poppins-Light'
}

.new-about .about-1 .right {
	width: 43%
}

.new-about .about_tit1 {
	font-family: 'Poppins-Light'
}

.new-about .about_tit2 {
	font-size: 60px
}

.new-about .about-2 {
	background-color: #f8f8f8;
	overflow: hidden
}

.new-about .about-2:before {
	content: "Factory introduction";
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-size: 160px;
	line-height: 1;
	font-family: 'Oswald-Bold';
	text-transform: uppercase;
	color: #fff
}

.new-about .about-2 h4 {
	font-size: 36px
}

.new-about .about-2 .mml-text {
	display: flex;
	flex-direction: row-reverse;
	margin: -10px
}

.new-about .about-2 .mml-text .img {
	width: 50%;
	padding: 10px
}

.new-about .about-2 .mml-text .img>img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.new-about .about-2 .mml-text .text {
	width: 50%;
	padding: 10px
}

.new-about .about-2 .arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: #313131;
	font-size: 24px
}

.new-about .about-2 .arrow_l {
	left: -30px
}

.new-about .about-2 .arrow_r {
	right: -30px
}

.new-about .about-2 ul {
	margin: -10px
}

.new-about .about-2 ul li {
	padding: 10px
}

.new-about .play {
	width: 90px;
	height: 90px;
	line-height: 90px;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .54);
	cursor: pointer;
	cursor: hand
}

.new-about .play i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 3px;
	font-size: 24px
}

.new-about .play:after,
.new-about .play:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: rgba(255, 255, 255, .35);
	-webkit-animation: ks 2s linear infinite;
	-o-animation: ks 2s linear infinite;
	-ms-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1
}

.new-about .play:after {
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	-ms-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s
}

@-webkit-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3
	}

	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-o-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3
	}

	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@-moz-keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3
	}

	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes ks {
	from {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}

	10% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}

	80% {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: .3
	}

	to {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-ms-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@media screen and (max-width:1000px) {
	.new-about .about-2 .arrows {
		display: none
	}
}

@media screen and (max-width:500px) {
	.new-about .about-2 ul {
		margin: -2px
	}

	.new-about .about-2 ul li {
		width: 50% !important;
		padding: 2px
	}
}

.product-faq ul {
	margin-top: 2rem
}

.product-faq ul li {
	margin-bottom: 30px;
	border: 1px solid #bfbfbf;
	background: #fff
}

.product-faq ul li h5 {
	padding: 18px 60px;
	position: relative;
	font-size: 20px;
	color: #181818;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	background: #f6f6f6;
	line-height: 1.2;
	cursor: pointer
}

.product-faq ul li h5 i,
.product-faq ul li h5 span {
	position: absolute;
	top: 18px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.product-faq ul li h5 i {
	left: 15px
}

.product-faq ul li h5 span {
	right: 15px;
	cursor: pointer
}

.product-faq ul li h5 span img {
	display: inline-block;
	vertical-align: middle
}

.product-faq ul li .text {
	padding: 18px 15px;
	font-size: 18px;
	display: none
}

.product-faq ul li.active h5 {
	background: #4b7aab;
	color: #fff
}

.product-faq ul li.active h5 i,
.product-faq ul li.active h5 span {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1)
}

.product-faq ul li.active h5 span img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.product-faq ul li:last-child {
	margin-bottom: 0
}

.list-slide ul {
	margin: -15px
}

.list-slide ul li {
	padding: 15px
}

@media screen and (max-width:1600px) {
	#header .nav .nav-box .menu-box .menu>li {
		margin: 0 20px
	}

	#header .nav .nav-box .menu-box .menu>li>a {
		font-size: 16px
	}

	#header .nav .nav-box .h-logo {
		width: 150px
	}

	.section_title {
		font-size: 130px
	}

	.font-18 {
		font-size: 16px
	}

	.new-about .about-2:before {
		font-size: 120px
	}
}

@media screen and (max-width:1400px) {
	#header .nav .nav-box .shop {
		margin: 0 20px
	}

	#header .nav {
		padding: 0
	}

	#index-body .top h2 {
		font-size: 4rem;
		line-height: initial
	}

	.section_title {
		font-size: 90px;
		line-height: initial
	}

	#index-body .init-3 .container .left .text {
		font-size: 16px
	}
}

@media screen and (max-width:1230px) {
	#header .nav .nav-box .menu-box .menu>li>a {
		font-size: 14px
	}

	#header .nav .nav-box .h-logo {
		width: 100px
	}

	#footer .top .topBox .five {
		display: none
	}

	.new-about .about-1 .title>div {
		width: 100%
	}

	.new-about .about-1 .title>div:nth-child(2) {
		display: none
	}

	.new-about .renzhen {
		display: block
	}

	.new-about .about-1 .left {
		width: 100%
	}

	.new-about .about-1 .right {
		width: 100%;
		text-align: center;
		margin-top: 40px
	}

	.new-about .about_tit2 {
		font-size: 40px
	}

	.new-about .about-2 h4 {
		font-size: 30px
	}
}

@media screen and (max-width:1000px) {
	.section_title {
		font-size: 60px
	}

	#index-body .init-3 .container .left {
		width: 100%;
		padding: 0
	}

	#index-body .init-3 .container .right {
		width: 100%;
		padding: 0;
		margin-top: 40px
	}

	#footer .top .topBox {
		display: block
	}

	#footer .top .topBox .one,
	#footer .top .topBox .two,
	#footer .top .topBox .three {
		display: none
	}

	#footer .top .topBox .four {
		max-width: 100%
	}

	.penBtn {
		width: 150px
	}

	.new-about .about-2 .mml-text {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse
	}

	.new-about .about-2 .mml-text .img {
		width: 100%
	}

	.new-about .about-2 .mml-text .text {
		width: 100%
	}

	.new-about .about-2:before {
		display: none
	}

	.new-about .about-1 .left {
		line-height: initial
	}

	.new-about .about-1 {
		padding-top: 0
	}

	.prodet-page .prodet-1 .prodet-box .left {
		width: 100%;
		padding-left: 20%
	}

	.prodet-page .prodet-1 .prodet-box .right {
		width: 100%;
		padding: 0;
		margin-top: 40px
	}

	.prodet-page .prodet-1 .prodet-box {
		display: block
	}

	.new-contact-page h3 {
		font-size: 30px
	}
}

@media screen and (max-width:700px) {
	.section_title {
		font-size: 40px
	}

	.penBtn {
		display: none
	}

	#footer .footer-bottom .bottom-box {
		display: block
	}

	#footer .footer-bottom .bottom-box .social-links {
		padding: 0;
		border: none
	}

	.new-about .about-2 .mml-text .img {
		height: 300px
	}

	.new-about .about_tit2 {
		font-size: 30px
	}
}

@media screen and (max-width:500px) {
	#index-body .init-1 .categoryBox {
		padding: 0
	}

	.section_title {
		font-size: 30px;
		margin-top: 35px;
		margin-bottom: 15px
	}

	#index-body .init-3 .container .left .text {
		font-size: 14px
	}

	.font-18 {
		font-size: 14px
	}

	.new-about .about-2 h4 {
		font-size: 20px
	}

	.product-page .bottom .one ul li a {
		font-size: 0
	}

	.product-page .bottom .one ul li .img {
		width: 50%;
		display: inline-block;
		vertical-align: top
	}

	.product-page .bottom .one ul li .content {
		text-align: left;
		width: 50%;
		display: inline-block;
		vertical-align: top
	}

	.product-faq ul li h5 {
		font-size: 16px;
		line-height: initial;
		padding: 15px 30px 15px 15px
	}

	.product-faq ul li h5 i {
		display: none
	}

	.product-faq ul li h5 i,
	.product-faq ul li h5 span {
		top: 13px
	}

	.product-faq ul li .text {
		font-size: 14px
	}

	.product-faq ul li {
		margin-bottom: 15px
	}

	.font-16 {
		font-size: 14px
	}

	.list-slide ul {
		margin: -5px
	}

	.list-slide ul li {
		padding: 5px;
		width: 50% !important
	}
}

.body-sidebar2 {
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 2;
	display: none
}

.body-sidebar2 li.ty-li {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #666;
	margin-bottom: 5px;
	cursor: pointer;
	cursor: hand;
	transition: .5s;
	position: relative
}

.body-sidebar2 li.ty-li:hover {
	background: #e3222b
}

@media screen and (max-width:1100px) {
	.body-sidebar2 {
		display: block
	}
}

.shoppingBasketIcon {
	display: none;
	z-index: 98;
	position: fixed;
	right: 10px;
	bottom: 200px;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #7a8599;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	cursor: pointer
}

.shoppingBasketIcon .fa-shopping-cart {
	color: #fff;
	line-height: 50px
}

.shoppingBasketIcon .shopping_num {
	position: absolute;
	top: 0;
	display: block;
	right: -5px;
	width: 20px;
	height: 20px;
	font-size: 16px;
	background: red;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	line-height: 20px
}

@media screen and (max-width:1100px) {
	.shoppingBasketIcon {
		display: block
	}

	#cart .left ul li .img img {
		min-height: auto !important
	}

	#cart .left ul li .img {
		width: 40% !important
	}

	#cart .left ul li .text {
		width: 60% !important
	}
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('/template/en/fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.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.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}

	70% {
		-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 {

	0%,
	20%,
	53%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%,
	43% {
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	40%,
	43%,
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06)
	}

	70% {
		-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 {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	0%,
	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {

	0%,
	11.1%,
	to {
		-webkit-transform: none;
		transform: none
	}

	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 bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		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: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		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: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		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: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		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: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		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: none;
		transform: none
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		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: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		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: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		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: translateZ(0);
		transform: translateZ(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		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-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 {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}

	50%,
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotateY(-1turn);
		transform: perspective(400px) rotateY(-1turn)
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) translateZ(150px) rotateY(-190deg)
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) translateZ(150px) rotateY(-170deg)
	}

	50%,
	80% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-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 {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-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 {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	0%,
	40% {
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg)
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-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 {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-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)
	}

	60%,
	80% {
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-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)
	}

	60%,
	80% {
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		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 {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: center
	}

	to {
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: left bottom
	}

	to {
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	0%,
	to {
		-webkit-transform-origin: right bottom
	}

	to {
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		transform-origin: top left
	}

	0%,
	20%,
	60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(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% {
		transform-origin: top left
	}

	0%,
	20%,
	60% {
		-webkit-transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		transform-origin: top left
	}

	40%,
	80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(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-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		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 {
	0% {
		opacity: 1
	}

	50% {
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50%,
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50%,
	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 {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(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 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(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 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(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 {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.layui-layer-imgbar,
.layui-layer-imgtit a,
.layui-layer-tab .layui-layer-title span,
.layui-layer-title {
	text-overflow: ellipsis;
	white-space: nowrap
}

*html {
	background-image: url(about:blank);
	background-attachment: fixed
}

html #layuicss-skinlayercss {
	display: none;
	position: absolute;
	width: 1989px
}

.layui-layer,
.layui-layer-shade {
	position: fixed;
	_position: absolute;
	pointer-events: auto
}

.layui-layer-shade {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
	-webkit-overflow-scrolling: touch;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-background-clip: content;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.layui-layer-close {
	position: absolute
}

.layui-layer-content {
	position: relative
}

.layui-layer-border {
	border: 1px solid #b2b2b2;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-load {
	background: url(../images/loading-1.gif) center center no-repeat #eee
}

.layui-layer-ico {
	background: url(../images/icon.png) no-repeat
}

.layui-layer-btn a,
.layui-layer-dialog .layui-layer-ico,
.layui-layer-setwin a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

.layui-layer-move {
	display: none;
	position: fixed;
	*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: move;
	opacity: 0;
	filter: alpha(opacity=0);
	background-color: #fff;
	z-index: 2147483647
}

.layui-layer-resize {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 0;
	bottom: 0;
	cursor: se-resize
}

.layui-layer {
	border-radius: 2px;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	animation-duration: .3s
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.layer-anim {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateY(-2000px);
		-ms-transform: scale(.1) translateY(-2000px);
		transform: scale(.1) translateY(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateY(60px);
		-ms-transform: scale(.475) translateY(60px);
		transform: scale(.475) translateY(60px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.layer-anim-01 {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.layer-anim-02 {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) translateX(-2000px);
		-ms-transform: scale(.1) translateX(-2000px);
		transform: scale(.1) translateX(-2000px);
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(.475) translateX(48px);
		-ms-transform: scale(.475) translateX(48px);
		transform: scale(.475) translateX(48px);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
}

.layer-anim-03 {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

.layer-anim-04 {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.layer-anim-05 {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.layer-anim-06 {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceOut {
	100% {
		opacity: 0;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7)
	}

	30% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.layer-anim-close {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .2s;
	animation-duration: .2s
}

.layui-layer-title {
	padding: 0 80px 0 20px;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	background-color: #f8f8f8;
	border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
	position: absolute;
	right: 15px;
	*right: 0;
	top: 15px;
	font-size: 0;
	line-height: initial
}

.layui-layer-setwin a {
	position: relative;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	font-size: 12px;
	_overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
	position: absolute;
	width: 14px;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #2e2d3c;
	cursor: pointer;
	_overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
	background-color: #2d93ca
}

.layui-layer-setwin .layui-layer-max {
	background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
	background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
	background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
	background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
	background-position: 0 -40px;
	cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
	opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: -28px;
	top: -28px;
	width: 30px;
	height: 30px;
	margin-left: 0;
	background-position: -149px -31px;
	*right: -18px;
	_display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
	background-position: -180px -31px
}

.layui-layer-btn {
	text-align: right;
	padding: 0 10px 12px;
	pointer-events: auto;
	user-select: none;
	-webkit-user-select: none
}

.layui-layer-btn a {
	height: 28px;
	line-height: 28px;
	margin: 0 6px;
	padding: 0 15px;
	border: 1px solid #dedede;
	background-color: #f1f1f1;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none
}

.layui-layer-btn a:hover {
	opacity: .9;
	text-decoration: none
}

.layui-layer-btn a:active {
	opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #4898d5;
	background-color: #2e8ded;
	color: #fff
}

.layui-layer-btn-l {
	text-align: left
}

.layui-layer-btn-c {
	text-align: center
}

.layui-layer-dialog {
	min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
	position: relative;
	padding: 20px;
	line-height: 24px;
	word-break: break-all;
	overflow: hidden;
	font-size: 14px;
	overflow-x: hidden;
	overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
	position: absolute;
	top: 14px;
	left: 15px;
	_left: -40px;
	width: 30px;
	height: 30px
}

.layui-layer-ico1 {
	background-position: -30px 0
}

.layui-layer-ico2 {
	background-position: -60px 0
}

.layui-layer-ico3 {
	background-position: -90px 0
}

.layui-layer-ico4 {
	background-position: -120px 0
}

.layui-layer-ico5 {
	background-position: -150px 0
}

.layui-layer-ico6 {
	background-position: -180px 0
}

.layui-layer-rim {
	border: 6px solid #8d8d8d;
	border: 6px solid rgba(0, 0, 0, .3);
	border-radius: 5px;
	box-shadow: none
}

.layui-layer-msg {
	min-width: 180px;
	border: 1px solid #d3d4d3;
	box-shadow: none
}

.layui-layer-hui {
	min-width: 100px;
	background-color: #000;
	filter: alpha(opacity=60);
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	border: none
}

.layui-layer-hui .layui-layer-content {
	padding: 12px 25px;
	text-align: center
}

.layui-layer-dialog .layui-layer-padding {
	padding: 20px 20px 20px 55px;
	text-align: left
}

.layui-layer-page .layui-layer-content {
	position: relative;
	overflow: auto
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
	padding-top: 10px
}

.layui-layer-nobg {
	background: 0 0
}

.layui-layer-iframe iframe {
	display: block;
	width: 100%
}

.layui-layer-loading {
	border-radius: 100%;
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-loading .layui-layer-content {
	width: 60px;
	height: 24px;
	background: url(../images/loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
	width: 37px;
	height: 37px;
	background: url(../images/loading-1.gif) no-repeat
}

.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
	width: 32px;
	height: 32px;
	background: url(../images/loading-2.gif) no-repeat
}

.layui-layer-tips {
	background: 0 0;
	box-shadow: none;
	border: none
}

.layui-layer-tips .layui-layer-content {
	position: relative;
	line-height: 22px;
	min-width: 12px;
	padding: 5px 10px;
	font-size: 12px;
	_float: left;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
	background-color: #000;
	color: #fff
}

.layui-layer-tips .layui-layer-close {
	right: -2px;
	top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 8px;
	border-color: transparent;
	border-style: dashed;
	*overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
	left: 5px;
	border-right-style: solid;
	border-right-color: #000
}

.layui-layer-tips i.layui-layer-TipsT {
	bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
	top: -8px
}

.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
	top: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000
}

.layui-layer-tips i.layui-layer-TipsR {
	left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
	right: -8px
}

.layui-layer-lan[type=dialog] {
	min-width: 280px
}

.layui-layer-lan .layui-layer-title {
	background: #4476a7;
	color: #fff;
	border: none
}

.layui-layer-lan .layui-layer-btn {
	padding: 10px;
	text-align: right;
	border-top: 1px solid #e9e7e7
}

.layui-layer-lan .layui-layer-btn a {
	background: #bbb5b5;
	border: none
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
	background: #c9c5c5
}

.layui-layer-molv .layui-layer-title {
	background: #009f95;
	color: #fff;
	border: none
}

.layui-layer-molv .layui-layer-btn a {
	background: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
	background: #92b8b1
}

.layui-layer-iconext {
	background: url(../images/icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
	display: block;
	width: 220px;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	padding: 0 5px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .1) inset;
	color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
	width: 300px;
	height: 100px;
	line-height: 20px
}

.layui-layer-prompt .layui-layer-content {
	padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
	padding-top: 0
}

.layui-layer-tab {
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
}

.layui-layer-tab .layui-layer-title {
	padding-left: 0;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
	overflow: visible
}

.layui-layer-tab .layui-layer-title span {
	position: relative;
	float: left;
	min-width: 80px;
	max-width: 260px;
	padding: 0 20px;
	text-align: center;
	cursor: default;
	overflow: hidden
}

.layui-layer-tab .layui-layer-title span.layui-layer-tabnow {
	height: 43px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
	border-left: none
}

.layui-layer-tabmain {
	line-height: 24px;
	clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
	display: none
}

.layui-layer-tabmain .layui-layer-tabli.xubox_tab_layer {
	display: block
}

.xubox_tabclose {
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer
}

.layui-layer-photos {
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}

.layui-layer-photos .layui-layer-content {
	overflow: hidden;
	text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
	position: relative;
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top
}

.layui-layer-imgbar,
.layui-layer-imguide {
	display: none
}

.layui-layer-imgnext,
.layui-layer-imgprev {
	position: absolute;
	top: 50%;
	width: 27px;
	_width: 44px;
	height: 44px;
	margin-top: -22px;
	outline: 0;
	blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
	left: 10px;
	background-position: -5px -5px;
	_background-position: -70px -5px
}

.layui-layer-imgprev:hover {
	background-position: -33px -5px;
	_background-position: -120px -5px
}

.layui-layer-imgnext {
	right: 10px;
	_right: 8px;
	background-position: -5px -50px;
	_background-position: -70px -50px
}

.layui-layer-imgnext:hover {
	background-position: -33px -50px;
	_background-position: -120px -50px
}

.layui-layer-imgbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: rgba(0, 0, 0, .8);
	background-color: #000\9;
	filter: Alpha(opacity=80);
	color: #fff;
	overflow: hidden;
	font-size: 0
}

.layui-layer-imgtit * {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px
}

.layui-layer-imgtit a {
	max-width: 65%;
	overflow: hidden;
	color: #fff
}

.layui-layer-imgtit a:hover {
	color: #fff;
	text-decoration: underline
}

.layui-layer-imgtit em {
	padding-left: 10px;
	font-style: normal
}

@media screen and (max-width:1100px) {
	.layui-layer-iframe {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch
	}
}

/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1230px;
	perspective: 1230px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1230px
}
