.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: 0;
	margin-right: 0
}

.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
}

.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
}

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 {
	font-size: 62.5%
}

body {
	font-family: "Arial";
	color: #19212f;
	line-height: 1.5;
	overflow-x: hidden
}

a {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

ol,
ul,
li {
	list-style-type: none;
	vertical-align: middle
}

img {
	vertical-align: top;
	border: 0;
	max-width: 100%;
	height: auto
}

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: var(--primary)
}

.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: 38px
}

.font-36 {
	font-size: 36px
}

.font-34 {
	font-size: 34px
}

.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;
	line-height: 32px
}

.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
}

.row:before,
.row:after {
	content: '';
	display: table;
	clear: both
}

[class*=col-] {
	float: left;
	min-height: 1px;
	padding: 12px
}

.col-1 {
	width: 8.33%
}

.col-2 {
	width: 16.66%
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.33%
}

.col-5 {
	width: 41.66%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33%
}

.col-8 {
	width: 66.66%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.33%
}

.col-11 {
	width: 91.66%
}

.col-12 {
	width: 100%
}

.grid {
	font-size: 0
}

.grid .left,
.grid .right {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 12px
}

.grid .cum {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	font-size: 12px
}

.grid-box {
	font-size: 0;
	[;
	letter-spacing: -4px;
	font-size: 12px;
	]
}

.grid-box .column {
	display: inline-block;
	font-size: 12px;
	vertical-align: top;
	[;
	letter-spacing: 0;
	]
}

.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.5%
}

.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
}

.inquiry {
	position: fixed;
	bottom: 10%;
	right: 1rem;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	background: #b1d52e;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	z-index: 100
}

.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, .5);
	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
}

.layer-form .wrap-contact100 {
	width: 357px;
	border-radius: 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
}

.layer-form .wrap-contact100 .btn-hide-contact100 {
	color: #000
}

.layer-form .wrap-contact100 form {
	width: 100%;
	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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px 25px 15px
}

.layer-form .wrap-contact100 form h2 {
	width: 100%;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px
}

.layer-form .wrap-contact100 form input {
	height: 36px;
	display: block;
	width: 100%;
	background: 0 0;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin-bottom: 20px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease
}

.layer-form .wrap-contact100 form textarea {
	height: 114px;
	padding-top: 22px;
	padding-bottom: 15px;
	display: block;
	width: 100%;
	background: 0 0;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	padding: 15px 20px;
	border: none;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease
}

.layer-form .wrap-contact100 form p {
	font-size: 12px;
	color: #adadad;
	padding: 10px 0
}

.layer-form .wrap-contact100 form .layer-submit {
	width: 100%;
	position: relative;
	border-radius: 2px
}

.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
	border: 1px solid #e6e6e6;
	background: #b1d52e;
	height: 42px;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1.2;
	padding: 0 20px;
	margin: 0;
	border-radius: 42px;
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	position: relative;
	z-index: 10;
	color: #fff
}

.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
	background: #000
}

.layer-form .wrap-contact100 form input {
	height: 36px;
	display: block;
	width: 100%;
	background: 0 0;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	padding: 0 20px;
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	margin-bottom: 20px;
	transition: .3s ease;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-ms-transition: .3s ease;
	-o-transition: .3s ease
}

.contact100-form-title {
	font-size: 30px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	background-image: url("/skin/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: 'microsoft yahei'
}

.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
	}
	.col-xxl-1 {
		width: 8.33%
	}
	.col-xxl-2 {
		width: 16.66%
	}
	.col-xxl-3 {
		width: 25%
	}
	.col-xxl-4 {
		width: 33.33%
	}
	.col-xxl-5 {
		width: 41.66%
	}
	.col-xxl-6 {
		width: 50%
	}
	.col-xxl-7 {
		width: 58.33%
	}
	.col-xxl-8 {
		width: 66.66%
	}
	.col-xxl-9 {
		width: 75%
	}
	.col-xxl-10 {
		width: 83.33%
	}
	.col-xxl-11 {
		width: 91.66%
	}
	.col-xxl-12 {
		width: 100%
	}
}

@media screen and (max-width:1400px) {
	html {
		font-size: 18px
	}
	.col-xl-1 {
		width: 8.33%
	}
	.col-xl-2 {
		width: 16.66%
	}
	.col-xl-3 {
		width: 25%
	}
	.col-xl-4 {
		width: 33.33%
	}
	.col-xl-5 {
		width: 41.66%
	}
	.col-xl-6 {
		width: 50%
	}
	.col-xl-7 {
		width: 58.33%
	}
	.col-xl-8 {
		width: 66.66%
	}
	.col-xl-9 {
		width: 75%
	}
	.col-xl-10 {
		width: 83.33%
	}
	.col-xl-11 {
		width: 91.66%
	}
	.col-xl-12 {
		width: 100%
	}
}

@media screen and (max-width:1200px) {
	html {
		font-size: 16px
	}
	.col-lg-1 {
		width: 8.33%
	}
	.col-lg-2 {
		width: 16.66%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33%
	}
	.col-lg-5 {
		width: 41.66%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33%
	}
	.col-lg-8 {
		width: 66.66%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33%
	}
	.col-lg-11 {
		width: 91.66%
	}
	.col-lg-12 {
		width: 100%
	}
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu {
	-webkit-perspective: 500px;
	perspective: 500px;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	top: 0;
	left: 220px;
	width: 270px;
	transform: rotate3d(1, 0, 0, -90deg);
	transform-origin: 0 0 0;
	opacity: 0;
	transition: transform .5s, opacity .3s;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
	border-bottom: 3px solid var(--primary);
	display: none \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li {
	display: block;
	float: none;
	padding: 0 10px;
	line-height: 40px;
	color: #000;
	transition: .5s;
	text-transform: capitalize;
	position: relative
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu a {
	display: block;
	color: #000;
	transition: .5s
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
	background: #222;
	color: #fff;
	width: 100%
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:hover a {
	color: #fff
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	display: block \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu {
	-webkit-perspective: 500px;
	perspective: 500px;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	top: 0;
	left: 220px;
	width: 270px;
	transform: rotate3d(1, 0, 0, -90deg);
	transform-origin: 0 0 0;
	opacity: 0;
	transition: transform .5s, opacity .3s;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
	border-bottom: 3px solid var(--primary);
	display: none \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li {
	display: block;
	float: none;
	padding: 0 10px;
	line-height: 40px;
	color: #000;
	transition: .5s;
	text-transform: capitalize;
	position: relative
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu a {
	display: block;
	transition: .5s;
	color: #000
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:hover {
	background: #222;
	color: #fff;
	width: 100%
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:hover a {
	color: #fff
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	display: block \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu {
	-webkit-perspective: 500px;
	perspective: 500px;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	top: 0;
	left: 270px;
	width: 270px;
	transform: rotate3d(1, 0, 0, -90deg);
	transform-origin: 0 0 0;
	opacity: 0;
	transition: transform .5s, opacity .3s;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
	border-bottom: 3px solid var(--primary);
	display: none \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li {
	display: block;
	float: none;
	padding: 0 10px;
	line-height: 40px;
	color: #000;
	transition: .5s;
	text-transform: capitalize;
	position: relative
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li a {
	display: block;
	color: #000;
	transition: .5s
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li:hover {
	background: #222;
	color: #fff;
	width: 100%
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li:hover a {
	color: #fff
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd):hover ul.sub-menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	display: block \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu {
	-webkit-perspective: 500px;
	perspective: 500px;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	top: 0;
	left: 270px;
	width: 270px;
	transform: rotate3d(1, 0, 0, -90deg);
	transform-origin: 0 0 0;
	opacity: 0;
	transition: transform .5s, opacity .3s;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
	border-bottom: 3px solid var(--primary);
	display: none \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li {
	display: block;
	float: none;
	padding: 0 10px;
	line-height: 40px;
	color: #000;
	transition: .5s;
	text-transform: capitalize;
	position: relative
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li a {
	display: block;
	color: #000;
	transition: .5s
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li:hover {
	background: #222;
	color: #fff;
	width: 100%
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li:hover a {
	color: #fff
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even):hover ul.sub-menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	display: block \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu {
	-webkit-perspective: 500px;
	perspective: 500px;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	top: 0;
	left: 270px;
	width: 270px;
	transform: rotate3d(1, 0, 0, -90deg);
	transform-origin: 0 0 0;
	opacity: 0;
	transition: transform .5s, opacity .3s;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
	border-bottom: 3px solid var(--primary);
	display: none \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li {
	display: block;
	float: none;
	padding: 0 10px;
	line-height: 40px;
	color: #000;
	transition: .5s;
	text-transform: capitalize;
	position: relative
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li a {
	display: block;
	color: #000;
	transition: .5s
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li:hover {
	background: #222;
	color: #fff;
	width: 100%
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li:hover a {
	color: #fff
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd):hover ul.sub-menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	display: block \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu {
	-webkit-perspective: 500px;
	perspective: 500px;
	transform-style: preserve-3d;
	text-align: left;
	position: absolute;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	top: 0;
	left: 270px;
	width: 270px;
	transform: rotate3d(1, 0, 0, -90deg);
	transform-origin: 0 0 0;
	opacity: 0;
	transition: transform .5s, opacity .3s;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
	border-bottom: 3px solid var(--primary);
	display: none \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li {
	display: block;
	float: none;
	padding: 0 10px;
	line-height: 40px;
	color: #000;
	transition: .5s;
	text-transform: capitalize;
	position: relative
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li a {
	display: block;
	color: #000;
	transition: .5s
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li:hover {
	background: #222;
	color: #fff;
	width: 100%
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li:hover a {
	color: #fff
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even):hover ul.sub-menu {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotate3d(0, 0, 0, 0);
	display: block \9
}

@media screen and (max-width:1000px) {
	#header .h-top,
	#header .nav .ui.menu .menu-box,
	#header .nav .ui.menu .language,
	#header .nav .ui.menu .h-search {
		display: none !important
	}
	#header {
		position: relative;
		margin-bottom: 60px
	}
	#header .nav {
		position: fixed !important;
		top: 0;
		width: 100%;
		background-color: #fff;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .3)
	}
	#header .nav .ui.menu {
		display: block;
		height: 60px;
		text-align: center
	}
	#header .nav .ui.menu .logo {
		margin: auto !important;
		padding: 10px 0
	}
	#mobile {
		display: block !important
	}
}

@media screen and (max-width:992px) {
	html {
		font-size: 14px
	}
	.col-md-1 {
		width: 8.33%
	}
	.col-md-2 {
		width: 16.66%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33%
	}
	.col-md-5 {
		width: 41.66%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33%
	}
	.col-md-8 {
		width: 66.66%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33%
	}
	.col-md-11 {
		width: 91.66%
	}
	.col-md-12 {
		width: 100%
	}
}

@media screen and (max-width:768px) {
	html {
		font-size: 12px
	}
	.col-sm-1 {
		width: 8.33%
	}
	.col-sm-2 {
		width: 16.66%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33%
	}
	.col-sm-5 {
		width: 41.66%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33%
	}
	.col-sm-8 {
		width: 66.66%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33%
	}
	.col-sm-11 {
		width: 91.66%
	}
	.col-sm-12 {
		width: 100%;
		text-align: center;
		padding: auto;
		margin: auto
	}
}

@media screen and (max-width:500px) {
	html {
		font-size: 10px
	}
	.col-xs-1 {
		width: 8.33%
	}
	.col-xs-2 {
		width: 16.66%
	}
	.col-xs-3 {
		width: 25%
	}
	.col-xs-4 {
		width: 33.33%
	}
	.col-xs-5 {
		width: 41.66%
	}
	.col-xs-6 {
		width: 50%;
		margin: auto
	}
	.col-xs-7 {
		width: 58.33%
	}
	.col-xs-8 {
		width: 66.66%
	}
	.col-xs-9 {
		width: 75%
	}
	.col-xs-10 {
		width: 83.33%
	}
	.col-xs-11 {
		width: 91.66%
	}
	.col-xs-12 {
		width: 100%;
		text-align: center;
		margin: auto
	}
}

#header .nav .search-box {
	line-height: normal;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none
}

#header .nav .search-box form {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 60%;
	margin-left: -30%
}

#header .nav .search-box form input {
	background: 0 0;
	outline: none;
	border: none
}

#header .nav .search-box form input[type=text] {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	font-size: 26px;
	font-weight: 400;
	color: #000;
	padding: 10px 0
}

#header .nav .search-box form input[type=submit] {
	width: 22px;
	height: 22px;
	background: url(/skin/images/tc-zoom.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 20px
}

#header .nav .search-box form input[type=submit]:hover {
	opacity: .7;
	filter: alpha(opacity=70)
}

#header .nav .search-box .close {
	width: 30px;
	height: 30px;
	background: url(/skin/images/close.png) no-repeat;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer
}

#mobile {
	position: fixed;
	top: 0;
	left: -280px;
	width: 280px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: none;
	z-index: 999
}

#mobile .yy {
	content: '';
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 100%;
	display: block;
	background: rgba(0, 0, 0, .13);
	z-index: -1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#mobile #menu-on {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 100%;
	top: 10px;
	cursor: pointer;
	background-color: #fff
}

#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: 100vh;
	display: block;
	background: #222;
	padding: 40px 10%;
	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;
	display: inline-block;
	vertical-align: middle
}

#mobile .menu-content .menu-logo span {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	color: var(--black);
	font-family: '039-CAI978';
	line-height: 1;
	padding-left: 5px
}

#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;
	line-height: 28px
}

#mobile .menu-content .menu-list ul li a:hover {
	color: #fd2318;
	text-decoration: underline
}

#mobile .menu-content .menu-list ul li li a {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	line-height: 28px
}

#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 .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("/skin/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;
	text-transform: capitalize
}

#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: #fd2318
}

#mobile .menu-content #menu-off {
	margin-top: 40px;
	cursor: pointer;
	cursor: hand
}

#mobile.active {
	left: 0
}

#mobile.active .yy {
	right: 0
}

#mobile.active #menu-on i.line1 {
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-moz-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(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%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
	top: 28px;
	margin-left: 3px
}

#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
}

table {
	margin-bottom: 20px;
	word-break: break-word;
	width: 100% !important;
	height: auto !important;
	display: block;
	overflow: auto
}

table tbody {
	display: table;
	width: 100% !important;
	min-width: 700px
}

table td,
table th {
	padding: 5px 10px;
	border: 1px solid #666;
	<--width: auto !important;
	height: auto !important-->
}

table tr {
	width: auto !important;
	height: auto !important
}

table tr:nth-child(even) {
	background: #eee
}

@keyframes ks {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0
	}
	10% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 1
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .3
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes ks {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0
	}
	10% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 1
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .3
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes ks {
	0% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 0
	}
	10% {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		opacity: 1
	}
	80% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .3
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-webkit-keyframes xz {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes xz {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	50% {
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes xz {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes pscrolling-text {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-moz-keyframes pscrolling-text {
	0% {
		-moz-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-moz-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-o-keyframes pscrolling-text {
	0% {
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@keyframes pscrolling-text {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
	100% {
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}

@-webkit-keyframes ro {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes ro {
	0% {
		-moz-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes ro {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

#banner .slick-arrow {
	position: absolute;
	bottom: 101px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: transparent;
	border: none;
	z-index: 1;
	outline: none;
	transition: .5s;
	background: var(--white)
}

#banner .slick-arrow:hover {
	background-color: var(--primary)
}

#banner .slick-prev {
	right: 25.5%
}

#banner .slick-prev:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 18px;
	width: 9px;
	height: 18px;
	background: url(/skin/images/bl.png) no-repeat;
	filter: brightness(0)
}

#banner .slick-prev:hover:after {
	filter: none
}

#banner .slick-next {
	right: 19%
}

#banner .slick-next:after {
	content: '';
	position: absolute;
	top: 15px;
	left: 19px;
	width: 9px;
	height: 18px;
	background: url(/skin/images/br.png) no-repeat;
	filter: brightness(0)
}

#banner .slick-next:hover:after {
	filter: none
}

#banner ul.slick-dots {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 7%;
	width: 100%;
	text-align: center
}

#banner ul.slick-dots li {
	width: 25px;
	height: 4px;
	background: rgba(255, 255, 255, .8);
	display: inline-block;
	margin-right: 12px;
	transition: .5s;
	cursor: pointer;
	position: relative
}

#banner ul.slick-dots li:last-child {
	margin-right: 0
}

#banner ul.slick-dots li button {
	display: none
}

#banner ul.slick-dots li.slick-active {
	background: var(--primary)
}

#banner .slick-slide .content {
	display: none
}

#banner .slick-active .content {
	display: block
}

.fixed-toolbar {
	right: 24px;
	position: fixed;
	bottom: 23%;
	z-index: 100
}

.fixed-toolbar ul li {
	display: block;
	margin-top: 8px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	line-height: 52px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	font-size: 24px;
	cursor: pointer;
	position: relative
}

.fixed-toolbar ul li.code {
	line-height: 35px
}

.fixed-toolbar ul li img {
	display: inline-block;
	vertical-align: middle
}

.fixed-toolbar ul li i {
	font-size: 24px
}

.fixed-toolbar ul li:first-child {
	margin-top: 0
}

.fixed-toolbar ul li:first-child img {
	border-radius: 50%;
	border: 1px solid #c9c9c9
}

.fixed-toolbar ul li:hover #ewm {
	left: -116px;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1)
}

.fixed-toolbar ul li #ewm {
	width: 100px;
	border: 3px solid #fff;
	position: absolute;
	left: 100%;
	top: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0)
}

#Pop_UpsBtn {
	display: none !important
}

.seoPublic .title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 1em
}

.seoPublic>div {
	padding: 60px 0
}

.seoPublic .Auxil-about .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.seoPublic .Auxil-about .box .left {
	width: 40%
}

.seoPublic .Auxil-about .box .left .img {
	height: 100%;
	background-size: cover;
	background-position: center center;
	display: block
}

.seoPublic .Auxil-about .box .right {
	width: 60%;
	padding-left: 5%;
	padding-top: 20px;
	padding-bottom: 20px
}

.seoPublic .Auxil-about .box .right h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 1em
}

.seoPublic .Auxil-about .box .right .text {
	font-size: 16px;
	line-height: 30px;
	color: #666
}

.seoPublic .Auxil-honor .list ul {
	margin: -10px
}

.seoPublic .Auxil-honor .list ul li {
	padding: 10px
}

.seoPublic .Auxil-honor .list ul li a {
	display: block
}

.seoPublic .Auxil-honor .list ul li a img {
	width: 100%
}

.seoPublic .Auxil-news .list ul {
	margin: -13px
}

.seoPublic .Auxil-news .list ul li {
	padding: 13px
}

.seoPublic .Auxil-news .list ul li a.img-box {
	display: block;
	background-size: cover;
	background-position: center center
}

.seoPublic .Auxil-news .list ul li .content {
	margin-top: 30px
}

.seoPublic .Auxil-news .list ul li .content h6 {
	font-size: 22px;
	line-height: 1.6;
	min-height: 70px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.seoPublic .Auxil-news .list ul li .content h6:hover {
	color: var(--primary)
}

.seoPublic .Auxil-news .list ul li .content p {
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	margin: 1em 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 4.2em
}

.seoPublic .Auxil-news .list ul li .content a.link {
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 30px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	border-bottom: 1px solid transparent;
	display: inline-block
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
	border-color: var(--primary);
	color: var(--primary)
}

.seoPublic .Auxil-form .form ul {
	margin: -10px
}

.seoPublic .Auxil-form .form ul li {
	padding: 10px
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
	display: block;
	width: 100%;
	border: 1px solid #eee;
	font-size: 16px;
	padding: 8px 15px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
	border-color: var(--primary)
}

.seoPublic .Auxil-form .form ul li.wid-100 {
	width: 100%
}

.seoPublic .Auxil-form .form ul li input[type=submit] {
	width: auto;
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	background: var(--primary);
	color: #f5f5f5;
	border: none
}

.seoPublic .Auxil-form .form ul li input[type=submit]:hover {
	background: #222
}

.seoPublic .seoIndustry .text {
	font-size: 16px;
	line-height: 1.8;
	color: #666
}

.seoPublic .text a {
	color: var(--primary)
}

.seoPublic .text a:hover {
	text-decoration: underline
}

.seoPublic .Auxil-through {
	padding: 15px 0;
	background: 0 0 !important
}

.seoPublic .Auxil-through a {
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 25px;
	font-size: 14px;
	color: #000;
	border: 1px solid #eee;
	background: #f8f8f8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.seoPublic .Auxil-through a:hover {
	background: var(--primary);
	color: #fff
}

.seoPublic .Auxil-related .list ul {
	margin: -20px -25px
}

.seoPublic .Auxil-related .list ul li {
	padding: 20px 25px
}

.seoPublic .Auxil-related .list ul li .box {
	display: block;
	background: #fff;
	-o-box-shadow: 0 0 12px rgba(125, 125, 125, .5);
	-webkit-box-shadow: 0 0 12px rgba(125, 125, 125, .5);
	box-shadow: 0 0 12px rgba(125, 125, 125, .5)
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
	display: block
}

.seoPublic .Auxil-related .list ul li .box .content {
	display: block;
	padding: 20px;
	text-align: center
}

.seoPublic .Auxil-related .list ul li .box .content h3 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 22px;
	color: #111;
	font-weight: 500;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.seoPublic .Auxil-related .list ul li .box .content h3:hover {
	color: var(--primary)
}

.seoPublic .Auxil-related .list ul li .box .content p {
	display: block;
	font-size: 16px;
	color: #888;
	line-height: 1.6;
	font-weight: 400;
	margin: .5em 0;
	height: 4.8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border: 1px solid var(--primary);
	font-size: 16px;
	font-weight: 700;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	color: var(--primary)
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
	margin-left: 5px
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
	color: #fff;
	background: var(--primary)
}

@media screen and (max-width:1400px) {
	.seoPublic .title {
		font-size: 28px;
		margin-bottom: 1.5em
	}
	.seoPublic .Auxil-about .box .right h3,
	.seoPublic .Auxil-related .list ul li .box .content h3 {
		font-size: 20px
	}
	.seoPublic .Auxil-form .form ul li input,
	.seoPublic .Auxil-form .form ul li textarea,
	.seoPublic .Auxil-about .box .right .text,
	.seoPublic .Auxil-news .list ul li .content p,
	.seoPublic .seoIndustry .text,
	.seoPublic .Auxil-related .list ul li .box .content p {
		font-size: 14px;
		line-height: 28px
	}
	.seoPublic .Auxil-news .list ul li .content h6 {
		font-size: 18px;
		line-height: 32px
	}
	.seoPublic .Auxil-related .list ul li .box .content a.more {
		font-size: 14px;
		line-height: 34px;
		height: 34px;
		padding: 0 15px
	}
	.seoPublic .Auxil-related .list ul li {
		padding: 15px
	}
	.seoPublic .Auxil-related .list ul {
		margin: -15px
	}
}

@media screen and (max-width:1000px) {
	.seoPublic .title {
		font-size: 24px;
		margin-bottom: 1em
	}
	#cp-Nav {
		display: block
	}
	#cp-Nav .nav {
		padding: 0 15px
	}
	#cp-Nav .nav .title {
		font-size: 18px;
		font-weight: 700;
		padding: 8px 10px;
		background: var(--primary);
		border-radius: 5px;
		color: #fff
	}
	#cp-Nav .nav i.mask {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 230;
		background: rgba(0, 0, 0, .2)
	}
	#cp-Nav .nav>ul {
		display: none
	}
	#cp-Nav .nav ul {
		position: fixed;
		top: 10%;
		max-height: 80%;
		left: 5%;
		width: 90%;
		padding: 20px;
		border-radius: 5px;
		background: #fff;
		z-index: 300;
		font-size: 16px;
		overflow: auto
	}
	#cp-Nav .nav ul ul {
		padding: 0 10px;
		font-size: 14px;
		position: static;
		max-height: none;
		width: 100%;
		margin: 10px 0
	}
	#cp-Nav .nav ul li a {
		display: block;
		padding: 5px 0;
		line-height: 28px
	}
}

@media screen and (max-width:700px) {
	.seoPublic .Auxil-about .box {
		display: block
	}
	.seoPublic .Auxil-about .box .left {
		display: none
	}
	.seoPublic .Auxil-about .box .right {
		width: 100%;
		padding: 0
	}
	.seoPublic>div {
		padding: 30px 0
	}
	.Auxil-industry {
		display: none
	}
}




@font-face {
	font-family: 'Gilroy';
	src: url('/skin/fonts/gilroy-regular.eot') format('eot'), url('/skin/fonts/gilroy-regular.woff2') format('woff2'), url('/skin/fonts/gilroy-regular.woff') format('woff'), url('/skin/fonts/gilroy-regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap
}

@font-face {
	font-family: 'Gilroy';
	src: url('/skin/fonts/gilroy-light.eot') format('eot'), url('/skin/fonts/gilroy-light.woff2') format('woff2'), url('/skin/fonts/gilroy-light.woff') format('woff'), url('/skin/fonts/gilroy-light.ttf') format('truetype');
	font-weight: 300;
	font-display: swap
}

@font-face {
	font-family: 'Gilroy';
	src: url('/skin/fonts/gilroy-bold.eot') format('eot'), url('/skin/fonts/gilroy-bold.woff2') format('woff2'), url('/skin/fonts/gilroy-bold.woff') format('woff'), url('/skin/fonts/gilroy-bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap
}

@font-face {
	font-family: 'Helvetica';
	src: url('/skin/fonts/helvetica-condensed-bold.eot') format('eot'), url('/skin/fonts/helvetica-condensed-bold.woff2') format('woff2'), url('/skin/fonts/helvetica-condensed-bold.woff') format('woff'), url('/skin/fonts/helvetica-condensed-bold.ttf') format('truetype');
	font-display: swap
}

body {
	font-family: 'Gilroy';
	font-weight: 400
}

.body-overflow-box {
	position: relative;
	left: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	overflow: hidden
}

#bay {
	width: 500px;
	z-index: 9999;
	position: fixed;
	top: 40%;
	left: 35%
}

#bay i {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
	cursor: pointer
}

:root {
	--white: #fff;
	--black: #000;
	--primary: #9e2d28
}

.ui.container {
	padding: 0 15px;
	position: relative;
	max-width: 1556px;
	margin: auto;
	width: 100%
}

#header {
	z-index: 999;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#header .ui.container {
	max-width: 1698px
}

#header .h-top {
	background: var(--primary);
	color: var(--white);
	padding: 8px 0
}

#header .h-top .ui.menu {
	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 .h-top .ui.menu .left ul li {
	display: inline-block;
	margin-right: 40px
}

#header .h-top .ui.menu .left ul li img {
	display: inline-block;
	vertical-align: middle
}

#header .h-top .ui.menu .left ul li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, .8);
	padding-left: 9px;
	margin-bottom: -1px
}

#header .h-top .ui.menu .left ul li:last-child {
	margin-right: 0
}

#header .h-top .ui.menu .info {
	margin: 0 0 0 auto;
	font-size: 18px;
	line-height: 1.5
}

#header .h-top .ui.menu .share {
	margin-left: 46px
}

#header .h-top .ui.menu .share a {
	display: inline-block;
	font-size: 16px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	background: rgba(255, 255, 255, .2);
	margin-right: 16px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#header .h-top .ui.menu .share a img {
	display: inline-block;
	vertical-align: middle;
	-webkit-filter: brightness(100) grayscale(300%);
	filter: brightness(100) grayscale(300%);
	margin-top: -5px
}

#header .h-top .ui.menu .share a:last-child {
	margin-right: 0
}

#header .h-top .ui.menu .share a:hover {
	background: var(--white);
	color: rgba(0, 0, 0, .4)
}

#header .h-top .ui.menu .share a:hover img {
	-webkit-filter: brightness(0);
	filter: brightness(0)
}

#header .nav {
	width: 100%;
	padding: 10px 0;
	background: #ebebeb
}

#header .nav .ui.menu {
	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 .ui.menu .logo {
	vertical-align: middle
}

#header .nav .ui.menu .logo img {
	display: inline-block;
	vertical-align: middle
}

#header .nav .ui.menu .menu-box {
	display: inline-block;
	margin: 0 0 0 auto
}

#header .nav .ui.menu .menu-box ul.menu>li {
	font-size: 19px;
	margin-right: 27px;
	color: var(--black);
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	z-index: 100;
	float: left;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-transform: capitalize
}

#header .nav .ui.menu .menu-box ul.menu>li>a {
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative
}

#header .nav .ui.menu .menu-box ul.menu>li>a:hover,
#header .nav .ui.menu .menu-box ul.menu>li>a.active {
	color: var(--primary)
}

#header .nav .ui.menu .menu-box ul.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;
	z-index: 1;
	font-size: 16px;
	font-weight: 400;
	background: #fff;
	top: 100%;
	left: 0;
	width: 220px;
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .5s;
	transition: opacity .3s, -webkit-transform .5s;
	-moz-transition: transform .5s, opacity .3s, -moz-transform .5s;
	transition: transform .5s, opacity .3s;
	transition: transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s;
	-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 var(--primary);
	display: none \9
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li {
	display: block;
	float: none;
	padding: 0 10px;
	line-height: 40px;
	color: #000;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-transform: capitalize;
	position: relative
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li a {
	display: block;
	background: 0 0;
	height: auto;
	padding: 0
}

#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover {
	background: #222;
	color: #fff
}

#header .nav .ui.menu .menu-box ul.menu>li:hover ul.sub-menu {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 0, 0);
	-moz-transform: rotate3d(0, 0, 0, 0);
	transform: rotate3d(0, 0, 0, 0);
	display: block \9
}

#header .nav .ui.menu .menu-box ul.menu>li:last-child {
	margin-right: 0
}

#header .nav .ui.menu .h-search {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-left: 44px;
	padding-right: 19px;
	border-right: 2px solid var(--black)
}

#header .nav .ui.menu .h-search img {
	display: inline-block;
	vertical-align: middle
}

#header .nav .ui.menu .h-language {
	display: inline-block;
	position: relative;
	margin-left: 12px
}

#header .nav .ui.menu .h-language .i1 {
	display: inline-block;
	vertical-align: middle;
	width: 30px
}

#header .nav .ui.menu .h-language span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: var(--primary);
	line-height: 1;
	text-transform: uppercase;
	padding-left: 7px
}

#header .nav .ui.menu .h-language span i {
	display: inline-block;
	margin-left: 7px
}

#header .nav .ui.menu .h-language 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;
	z-index: 1;
	font-size: 14px;
	font-weight: 400;
	background: #fff;
	top: 100%;
	right: 0;
	width: 125px;
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 0 0 0;
	-moz-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .5s;
	transition: opacity .3s, -webkit-transform .5s;
	-moz-transition: transform .5s, opacity .3s, -moz-transform .5s;
	transition: transform .5s, opacity .3s;
	transition: transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s;
	-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 var(--primary);
	display: none \9
}

#header .nav .ui.menu .h-language ul.sub-menu li {
	display: block;
	padding: 0 10px;
	line-height: 40px;
	text-transform: capitalize
}

#header .nav .ui.menu .h-language ul.sub-menu li a {
	display: block
}

#header .nav .ui.menu .h-language ul.sub-menu li a img {
	vertical-align: middle;
	width: auto;
	height: 20px;
	margin-right: 6px
}

#header .nav .ui.menu .h-language ul.sub-menu li:hover {
	background: #222;
	color: #fff
}

#header .nav .ui.menu .h-language:hover ul.sub-menu {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 0, 0);
	-moz-transform: rotate3d(0, 0, 0, 0);
	transform: rotate3d(0, 0, 0, 0);
	display: block \9
}

#header .nav .ui.menu .h-inquiry {
	display: inline-block;
	margin-left: 29px
}

#header .nav .ui.menu .h-inquiry a {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	padding: 5px 13px 5px 14px;
	border-radius: 12px;
	background: red;
	color: var(--white);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#header .nav .ui.menu .h-inquiry a:hover {
	background: #00f
}

#header.inner {
	position: fixed
}

#header.active {
	position: fixed;
	top: -51px;
	left: 0;
	-webkit-box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, .1);
	box-shadow: 7px 7px 35px 0px rgba(0, 0, 0, .1)
}

#header.active1 {
	top: 0;

}




.more {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-size: 16px;
	line-height: 1;
	padding: 23px 60px 23px 61px;
	border-radius: 31px;
	border: solid 1px #033491;
	background: rgba(255, 255, 255, .3);
	color: #0052d9;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	overflow: hidden;
	text-transform: uppercase
}

.more:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #033491;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.more:hover {
	color: var(--white)
}

.more:hover:before {
	width: 100%
}

#banner {
	position: relative;
	overflow: hidden;
	height: auto
}

#banner .ui.container {
	max-width: 1678px
}

#banner .right {
	position: absolute;
	width: 23.5%;
	height: 100%;
	top: 0;
	right: 0
}

#banner .right:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5)
}

#banner .right dl dd {
	width: 100%;
	height: 844px;
	background-size: cover;
	background-repeat: no-repeat
}

#banner .right dl dd img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

#banner ul {
	overflow: hidden
}

#banner ul li {
	position: relative
}

#banner ul li .img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

#banner ul li .img .i1 {
	width: 100%
}

/*#banner ul li .img .i2 {
	width: 23.5%;
	object-fit: cover
}*/

#banner ul li>img {
	width: 100%;
	height: 100%
}

#banner ul li .text {
	position: absolute;
	z-index: 2;
	bottom: 100px;
	left: 0;
	width: 100%;
	color: #f6f6f6
}

#banner ul li .text .box {
	width: 73.5%
}

#banner ul li .text .box .title {
	font-size: 42px;
	line-height: 1.3;
	text-transform: uppercase;
	text-shadow: 0 3px 3px rgba(3, 52, 146, .8)
}

#banner ul li .text .box .more {
	margin-top: 27px
}

/*#banner ul li:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 23.5%;
	height: 100%;
	background: rgba(0, 0, 0, .5)
}*/

#index-body .title {
	font-size: 48px;
	line-height: 1.3;
	text-transform: capitalize
}

#index-body p.desc {
	font-size: 18px;
	line-height: 1.8;
	color: rgba(0, 0, 0, .8)
}

#index-body .about {
	background-color: #f0f0f0
}

#index-body .about .top {
	padding: 121px 0 74px;
	position: relative;
	z-index: 1
}

#index-body .about .top .ui.container {
	max-width: 1698px
}

#index-body .about .top .text {
	width: 60%;
	padding: 0 5% 0 7.854%;
	position: relative
}

#index-body .about .top .text .sbts {
	position: absolute;
	bottom: 7%;
	right: -28%;
	width: 40%;
	z-index: 10
}

#index-body .about .top .text .sbts p {
	font-size: 20px;
	line-height: 1.8
}

@keyframes pd {
	0% {
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		transform: translateY(15px)
	}
	100% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

#index-body .about .top .text .sbts i {
	display: inline-block;
	-webkit-animation: pd 5s linear infinite alternate;
	-moz-animation: pd 5s linear infinite alternate;
	animation: pd 5s linear infinite alternate
}

#index-body .about .top .text .tit {
	font-size: 50px;
	line-height: 1.3;
	position: relative
}

#index-body .about .top .text .tit:before {
	content: '';
	width: 24px;
	height: 21px;
	display: block;
	background: url(/skin/images/left-quote.png) no-repeat;
	position: absolute;
	left: -38px;
	top: 8px
}

#index-body .about .top .text .tit:after {
	content: '';
	width: 23px;
	height: 20px;
	background: url(/skin/images/right-quote.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 27px
}

#index-body .about .top .text .con {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	margin-top: 22px
}

#index-body .about .top .text .con h1 {
	display: inline;
	width: auto
}

.seoPublic .seoIndustry .text {
	font-size: 18px
}

#index-body .about .top .text .list {
	margin-top: 22px
}

#index-body .about .top .text .list ul li {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 300;
	padding-left: 44px;
	position: relative;
	margin-bottom: 12px
}

#index-body .about .top .text .list ul li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 31px;
	height: 26px;
	background: url(/skin/images/check.png) no-repeat
}

#index-body .about .top .text .list ul li:last-child {
	margin-bottom: 0
}

#index-body .about .top .text .more {
	margin-top: 45px;
	font-size: 18px;
	color: var(--black);
	padding: 16px 43px 15px;
	background-color: #f0f0f0;
	border-radius: 26px
}

#index-body .about .top .text .more em {
	display: inline-block
}

#index-body .about .top .text .more img {
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 13px;
	-webkit-filter: brightness(0);
	filter: brightness(0)
}

#index-body .about .top .text .more:hover {
	color: var(--white)
}

#index-body .about .top .text .more:hover img {
	-webkit-filter: none;
	filter: none
}

#index-body .about .top .img {
	width: 40%;
	position: relative
}

#index-body .about .top .img .play {
	position: absolute;
	z-index: 1;
	top: 42%;
	left: 0;
	width: 100%;
	text-align: center
}

#index-body .about .top .img .play i {
	display: inline-block;
	position: relative;
	z-index: 1
}

#index-body .about .top .img .play i:after,
#index-body .about .top .img .play i:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -15px;
	left: -15px;
	bottom: -15px;
	right: -15px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
	-webkit-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite
}

#index-body .about .top .img .play i:before {
	-webkit-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s
}

#index-body .about .top .img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3)
}

#index-body .about .top:after {
	content: 'OUR STORY';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 100px;
	line-height: 1;
	color: rgba(0, 0, 0, .05);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	font-family: 'Helvetica'
}

#index-body .about .bottom {
	background: url(/skin/images/abg.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 106px 0 87px;
	color: var(--white)
}

#index-body .about .bottom .ui.container {
	max-width: 1544px
}

#index-body .about .bottom ul {
	padding-left: 8px;
	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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#index-body .about .bottom ul li {
	display: inline-block
}

#index-body .about .bottom ul li img {
	display: inline-block
}

#index-body .about .bottom ul li .text {
	display: inline-block;
	padding-left: 25px
}

#index-body .about .bottom ul li .text .num {
	font-size: 48px;
	line-height: 1;
	font-weight: 700
}

#index-body .about .bottom ul li .text .num sub {
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 4px 8px
}

#index-body .about .bottom ul li .text p {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 300;
	margin-top: 2px
}

#index-body .manufacturing {
	background-color: #e6e6e6;
	padding: 83px 0 129px
}

#index-body .manufacturing .i-custom {
	margin-top: 35px
}

#index-body .manufacturing .i-custom .cat-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

#index-body .manufacturing .i-custom .cat-list .item {
	width: 22.674%;
	position: relative;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#index-body .manufacturing .i-custom .cat-list .item .layer {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative;
	overflow: hidden;
	height: 561px
}

#index-body .manufacturing .i-custom .cat-list .item .layer .img {
	position: relative
}

#index-body .manufacturing .i-custom .cat-list .item .layer .img img {
	height: 561px;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

#index-body .manufacturing .i-custom .cat-list .item .layer .img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(174, 174, 174, .3);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#index-body .manufacturing .i-custom .cat-list .item .layer .img span {
	font-size: 110px;
	letter-spacing: -1px;
	color: #fff;
	opacity: .3;
	font-weight: 700;
	line-height: 1
}

#index-body .manufacturing .i-custom .cat-list .item .layer .img .tit {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	display: block;
	margin-top: -45px;
	text-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

#index-body .manufacturing .i-custom .cat-list .item .layer .img .text {
	position: absolute;
	z-index: 1;
	bottom: 60px;
	left: 0;
	width: 100%;
	padding: 0 41px;
	color: var(--white);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#index-body .manufacturing .i-custom .cat-list .item .layer .img .desc {
	position: absolute;
	z-index: 1;
	bottom: 23px;
	left: 0;
	width: 100%;
	padding: 0 68px;
	color: var(--white);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	opacity: 0
}

#index-body .manufacturing .i-custom .cat-list .item .layer .img .desc p {
	font-size: 18px;
	line-height: 30px
}

#index-body .manufacturing .i-custom .cat-list .item .layer .img .desc .mores {
	margin-top: 11px;
	display: inline-block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#index-body .manufacturing .i-custom .cat-list .item .layer .img .desc .mores img {
	width: auto;
	height: auto
}

#index-body .manufacturing .i-custom .cat-list .item .layer .img .desc .mores:hover {
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px)
}

#index-body .manufacturing .i-custom .cat-list .item .layer:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .2)));
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .2));
	background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .2));
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .2));
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	opacity: 0
}

#index-body .manufacturing .i-custom .cat-list .item.active {
	width: 54.652%
}

#index-body .manufacturing .i-custom .cat-list .item.active .layer .img img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

#index-body .manufacturing .i-custom .cat-list .item.active .layer .img .text {
	opacity: 0
}

#index-body .manufacturing .i-custom .cat-list .item.active .layer .img .desc {
	opacity: 1
}

#index-body .manufacturing .i-custom .cat-list .item.active .layer .img:after {
	opacity: 0
}

#index-body .manufacturing .i-custom .cat-list .item.active .layer:after {
	opacity: 1
}

#index-body .application ul {
	margin: 0 -11px -10px 0
}

#index-body .application ul li {
	padding: 0 11px 10px 0
}

#index-body .application ul li .ig {
	width: 100%;
	height: 431px;
	background-repeat: no-repeat;
	color: var(--white);
	position: relative;
	z-index: 1
}

#index-body .application ul li .ig i {
	display: inline-block;
	line-height: 70px
}

#index-body .application ul li .ig i img {
	display: inline-block;
	vertical-align: middle
}

#index-body .application ul li .ig .tit {
	display: block;
	font-size: 30px;
	line-height: 1.2;
	margin-top: 3px
}

#index-body .application ul li .ig .text {
	position: absolute;
	bottom: 76px;
	left: 0;
	width: 100%;
	padding: 0 40px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#index-body .application ul li .ig .desc {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 119px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	opacity: 0
}

#index-body .application ul li .ig .desc .tit {
	margin-top: 4px
}

#index-body .application ul li .ig .desc .con {
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

#index-body .application ul li .ig .desc .more {
	font-size: 14px;
	padding: 15px 48px;
	background: 0 0;
	border: 1px solid rgba(255, 255, 255, .5);
	margin-top: 17px
}

#index-body .application ul li .ig .desc .more:hover {
	border-color: var(--primary)
}

#index-body .application ul li .ig:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-gradient(linear, left top, right top, color-stop(3%, var(--primary)), color-stop(5%, var(--primary)), to(rgba(158, 45, 40, 0)));
	background: -webkit-linear-gradient(left, var(--primary) 3%, var(--primary) 5%, rgba(158, 45, 40, 0) 100%);
	background: -moz-linear-gradient(left, var(--primary) 3%, var(--primary) 5%, rgba(158, 45, 40, 0) 100%);
	background: linear-gradient(to right, var(--primary) 3%, var(--primary) 5%, rgba(158, 45, 40, 0) 100%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	opacity: 0
}

#index-body .application ul li .ig:hover .text {
	opacity: 0
}

#index-body .application ul li .ig:hover .desc {
	opacity: 1
}

#index-body .application ul li .ig:hover:before {
	opacity: 1
}

#index-body .application ul li:nth-child(odd) .ig .text {
	padding: 0 119px
}

#index-body .application ul li:nth-child(even) .ig .desc {
	padding: 0 41px
}

#index-body .advantage {
	padding: 68px 0 78px;
	text-align: center;
	background-color: #f4f4f4
}

#index-body .advantage .content {
	margin-top: 82px
}

#index-body .advantage .content ul li {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#index-body .advantage .content ul li i {
	display: inline-block;
	line-height: 75px
}

#index-body .advantage .content ul li .tit,
#index-body .advantage .content ul li .con {
	max-width: 369px;
	margin: 0 auto
}

#index-body .advantage .content ul li .tit {
	margin-top: 12px;
	font-size: 20px;
	line-height: 1.5;
	height: 60px
}

#index-body .advantage .content ul li .con {
	font-size: 18px;
	line-height: 30px;
	color: rgba(0, 0, 0, .7);
	margin-top: 2px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#index-body .advantage .content ul li .mores {
	display: inline-block;
	margin-top: 11px;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#index-body .advantage .content ul li:hover {
	color: var(--primary)
}

#index-body .advantage .content ul li:hover .con {
	color: var(--primary)
}

#index-body .advantage .content ul li:hover .mores {
	opacity: 1
}

#index-body .news {
	padding: 50px 0 65px;
	background-color: #f2f2f2
}

#index-body .news .header .left {
	vertical-align: middle
}

#index-body .news .header .right {
	text-align: right;
	vertical-align: middle
}

#index-body .news .header .right .more {
	color: var(--black);
	padding: 20px 60px
}

#index-body .news .header .right .more:hover {
	color: var(--white)
}

#index-body .news .content {
	margin-top: 31px
}

#index-body .news .content .left {
	width: 46.199%;
	padding-right: 31px
}

#index-body .news .content .left ul li .img-box {
	display: block
}

#index-body .news .content .left ul li time {
	display: block;
	margin-top: 18px
}

#index-body .news .content .left ul li time img {
	display: inline-block
}

#index-body .news .content .left ul li time span {
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: rgba(0, 0, 0, .7);
	padding-left: 10px
}

#index-body .news .content .left ul li .tit {
	display: block;
	font-size: 21px;
	line-height: 1.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#index-body .news .content .left ul li .tit:hover {
	color: var(--primary)
}

#index-body .news .content .left ul .slick-dots {
	position: absolute;
	right: 0;
	bottom: 12%
}

#index-body .news .content .left ul .slick-dots li {
	width: 53px;
	height: 6px;
	background: #d1d1d1;
	border-radius: 3px;
	display: inline-block;
	margin-right: 18px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	cursor: pointer;
	position: relative
}

#index-body .news .content .left ul .slick-dots li button {
	display: none
}

#index-body .news .content .left ul .slick-dots li:last-child {
	margin-right: 0
}

#index-body .news .content .left ul .slick-dots li.slick-active {
	background: var(--primary)
}

#index-body .news .content .right {
	width: 53.801%;
	padding-right: 13px;
	max-height: 462px;
	overflow-y: auto;
	overflow-x: hidden
}

#index-body .news .content .right ul li {
	padding-bottom: 15px
}

#index-body .news .content .right ul li .time {
	padding-right: 36px;
	width: 16.7%
}

#index-body .news .content .right ul li .time time {
	display: block;
	padding: 24px 0 14px;
	text-align: center;
	background-color: #e6e6e6;
	border-radius: 9px
}

#index-body .news .content .right ul li .time time span {
	display: block;
	font-size: 27px;
	font-weight: 700;
	line-height: 1
}

#index-body .news .content .right ul li .time time em {
	font-size: 21px;
	line-height: 1.5
}

#index-body .news .content .right ul li .text {
	width: 83.3%;
	padding-bottom: 21px;
	border-bottom: 1px dashed rgba(0, 0, 0, .1)
}

#index-body .news .content .right ul li .text .tit {
	display: block;
	font-size: 20px;
	line-height: 1.8;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#index-body .news .content .right ul li .text .tit:hover {
	color: var(--primary)
}

#index-body .news .content .right ul li .text p {
	font-size: 16px;
	line-height: 28px;
	color: rgba(0, 0, 0, .7);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

#index-body .news .content .right ul li:last-child {
	padding-bottom: 0
}

#index-body .news .content .right::-webkit-scrollbar {
	width: 11px;
	background-color: #ececec;
	border-radius: 5px
}

#index-body .news .content .right::-webkit-scrollbar-thumb {
	background-color: #dadada
}

#index-body .news .content .right::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
	background: #ececec;
	border-radius: 5px
}

#index-body .contact {
	background: url(/skin/images/cbg.jpg) no-repeat center center;
	height: 422px;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
	color: var(--white)
}

#index-body .contact .box .left .ig {
	max-width: 630px;
	margin: 67px auto 0;
	padding-left: 3%
}

#index-body .contact .box .left .ig .tit {
	font-size: 40px;
	line-height: 1.3
}

#index-body .contact .box .left .ig .more {
	background: rgba(255, 255, 255, .1);
	font-size: 18px;
	text-transform: capitalize;
	padding: 19px 36px 18px 29px;
	margin-top: 38px
}

#index-body .contact .box .right .form {
	max-width: 764px;
	padding: 60px 0 0 55px
}

#index-body .contact .box .right .form ul {
	margin: 0 -16px -17px 0
}

#index-body .contact .box .right .form ul li {
	padding: 0 16px 17px 0
}

#index-body .contact .box .right .form ul li input,
#index-body .contact .box .right .form ul li textarea {
	width: 100%;
	height: 70px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, .5);
	background: rgba(0, 0, 0, .1);
	color: var(--white);
	font-size: 18px;
	font-weight: 300;
	padding: 0 21px
}

#index-body .contact .box .right .form ul li input:focus,
#index-body .contact .box .right .form ul li textarea:focus {
	border-color: var(--white)
}

#index-body .contact .box .right .form ul li input::-webkit-input-placeholder,
#index-body .contact .box .right .form ul li textarea::-webkit-input-placeholder {
	color: var(--white)
}

#index-body .contact .box .right .form ul li input:-moz-placeholder,
#index-body .contact .box .right .form ul li textarea:-moz-placeholder {
	color: var(--white)
}

#index-body .contact .box .right .form ul li input::-moz-placeholder,
#index-body .contact .box .right .form ul li textarea::-moz-placeholder {
	color: var(--white)
}

#index-body .contact .box .right .form ul li input:-ms-input-placeholder,
#index-body .contact .box .right .form ul li textarea:-ms-input-placeholder {
	color: var(--white)
}

#index-body .contact .box .right .form ul li input::placeholder,
#index-body .contact .box .right .form ul li textarea::placeholder {
	color: var(--white)
}

#index-body .contact .box .right .form ul li textarea {
	height: 151px;
	padding-top: 24px
}

#index-body .contact .box .right .form ul li.wid-100 {
	width: 100%
}

#index-body .contact .box .right .form ul li .more {
	background: 0 0;
	border-color: rgba(255, 255, 255, .5);
	border-radius: 10px;
	font-size: 18px;
	text-transform: capitalize;
	padding: 13px 28px 16px 46px
}

#index-body .contact .box .right .form ul li .more em {
	display: inline-block;
	vertical-align: middle
}

#index-body .contact .box .right .form ul li .more img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px
}

#index-body .contact .box .right .form ul li .more:hover {
	border-color: var(--primary)
}

#index-body .contact:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: rgba(3, 52, 146, .5)
}

#index-body .contact:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: rgba(202, 28, 50, .7)
}

#footer {
	background-color: #e0e0e0;
	padding-top: 50px;
	position: relative;
	z-index: 1
}

#footer .f-content .box {
	max-width: 336px;
	margin: 0 auto
}

#footer .f-content .box .list {
	margin-top: 38px
}

#footer .f-content .box .list ul li {
	font-size: 18px;
	line-height: 1.7;
	color: rgba(0, 0, 0, .8);
	margin-bottom: 27px
}

#footer .f-content .box .list ul li i {
	display: inline-block;
	vertical-align: top;
	width: 29px
}

#footer .f-content .box .list ul li i img {
	display: inline-block;
	vertical-align: middle
}

#footer .f-content .box .list ul li span {
	display: inline-block;
	padding-left: 15px;
	width: 90%
}

#footer .f-content .box .list ul li:last-child {
	margin-bottom: 0
}

#footer .f-content .box .share {
	margin-top: 38px;
	text-align: center
}

#footer .f-content .box .share span {
	font-size: 18px;
	line-height: 1.6
}

#footer .f-content .box .share .sb {
	margin-top: 10px
}

#footer .f-content .box .share .sb a {
	display: inline-block;
	font-size: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	background: var(--primary);
	color: var(--white);
	margin-right: 15px;
	position: relative
}

#footer .f-content .box .share .sb a .code {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100px;
	transform: scaleX(0);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#footer .f-content .box .share .sb a:hover .code {
	transform: scale(1)
}

#footer .f-content .box .share .sb a:last-child {
	margin-right: 0
}

#footer .f-copy {
	font-size: 18px;
	line-height: 1.3;
	margin-top: 38px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .7);
	padding: 28px 0 22px
}

#footer .f-copy .ui.container {
	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
}

#footer .f-copy a {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

#footer .f-copy a:hover {
	color: var(--primary)
}

#footer .f-copy .login {
	color: rgba(158, 45, 40, .7);
	font-weight: 700;
	padding-left: 11px;
	border-left: 2px solid #6d6d6d
}

#footer .f-copy svg {
	vertical-align: top;
	width: auto;
	max-height: 27px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	fill: rgba(0, 0, 0, .7)
}

#footer .f-copy svg text {
	fill: rgba(0, 0, 0, .7)
}

#footer .f-copy svg:hover {
	fill: var(--primary)
}

#footer .f-copy svg:hover text {
	fill: var(--primary)
}

.fixed-toolbar ul li.back {
	display: none
}

@media screen and (max-width:1680px) {
	.ui.container {
		max-width: 1430px
	}
	#header .nav .ui.menu .menu-box ul.menu>li {
		margin-right: 20px;
		font-size: 17px
	}
	#index-body .about .top .text .tit {
		font-size: 41px
	}
	#index-body .application ul li:nth-child(odd) .ig .text {
		padding: 0 41px
	}
	#index-body .application ul li .ig .desc {
		padding: 0 41px
	}
}

@media screen and (max-width:1440px) {
	.ui.container {
		max-width: 1230px
	}
	#header .nav .ui.menu .menu-box ul.menu>li {
		margin-right: 20px;
		font-size: 15px
	}
	#header .nav .ui.menu .h-search {
		margin-left: 30px
	}
	#index-body .about .top .text {
		padding: 0 30px 0 7.854%
	}
	#banner ul li .text .box .title {
		font-size: 52px
	}
	#index-body .about .top .text .tit {
		font-size: 37px
	}
	#index-body .about .bottom ul li .text {
		padding-left: 10px
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img .text {
		padding: 0 25px
	}
	#index-body .news .content .right ul li .time {
		padding-right: 20px
	}
	#index-body .contact .box .right .form {
		padding: 60px 15px 0 40px
	}
}

@media screen and (max-width:1280px) {
	#header .nav .ui.menu .logo {
		width: 15%
	}
	#header .nav .ui.menu .h-language span {
		font-size: 16px
	}
	#header .nav .ui.menu .menu-box ul.menu>li {
		margin-right: 20px
	}
	#header .nav .ui.menu .h-search {
		margin-left: 20px
	}
	#banner ul li .text .box .title {
		font-size: 45px
	}
	#index-body .about .bottom ul li .text .num {
		font-size: 36px
	}
	#index-body .about .bottom ul li .text p {
		font-size: 16px
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img .text {
		padding: 0 13px
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img .desc {
		padding: 0 36px
	}
	#index-body .news .content .right ul li .time {
		padding-right: 15px
	}
	#index-body .news .content .right {
		max-height: 380px
	}
}

@media screen and (max-width:1100px) {
	#header .h-top .ui.menu .left ul li {
		margin-right: 20px
	}
	#header .h-top .ui.menu .left ul li span {
		font-size: 16px
	}
	#header .h-top .ui.menu .info {
		font-size: 16px
	}
	#header .h-top .ui.menu .share {
		margin-left: 20px
	}
	#header .h-top .ui.menu .share a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-right: 5px
	}
	#header .nav .ui.menu .menu-box ul.menu>li {
		font-size: 14px
	}
	#header .nav .ui.menu .h-language span {
		font-size: 14px
	}
	#banner ul li .text .box .title {
		font-size: 40px
	}
	#banner .slick-next {
		right: 17%
	}
	#index-body .about .bottom ul {
		padding-left: 0
	}
	#index-body .about .bottom ul li .text .num {
		font-size: 30px
	}
	#index-body .application ul li .ig {
		height: 360px
	}
	#index-body .application ul li .ig .text {
		bottom: 35px
	}
	#index-body .application ul li .ig .text,
	#index-body .application ul li:nth-child(odd) .ig .text {
		padding: 0 20px
	}
	#index-body .application ul li .ig .desc,
	#index-body .application ul li:nth-child(even) .ig .desc {
		padding: 0 20px
	}
	#index-body .application ul li .ig .tit {
		font-size: 26px
	}
	#index-body .news .content .left ul .slick-dots {
		bottom: -8%
	}
	#index-body .news .content .right ul li .time {
		width: 20.7%
	}
	#index-body .news .content .right ul li .text {
		width: 79.3%
	}
	#footer .f-copy .ui.container {
		display: block
	}
	#footer .f-copy a.footsin {
		display: none
	}
	#footer .f-copy .ui.container p {
		display: inline
	}
}

@media screen and (max-width:1000px) {
	#header .nav {
		padding: 0
	}
	#header .nav .ui.menu .logo {
		width: auto;
		padding: 0
	}
	#header .nav .ui.menu .logo img {
		width: 60%
	}
	#header .nav .ui.menu .h-language {
		display: none
	}
	#header.active {
		top: 0
	}
	#banner {
		padding-top: 0
	}
	#banner ul li .text {
		bottom: 30px
	}
	#banner ul li .text .box .title {
		font-size: 36px
	}
	#banner ul li .text .box p {
		font-size: 16px;
		width: 100%
	}
	#banner .slick-arrow {
		bottom: 31px
	}
	.more {
		padding: 12px 30px
	}
	#index-body .about .top {
		padding: 60px 0
	}
	#index-body .about .top .text {
		width: 100%;
		padding-right: 0
	}
	#index-body .about .top .text .tit {
		display: inline
	}
	#index-body .about .top .text .tit:after {
		right: -30px
	}
	#index-body .about .top .img {
		width: 100%;
		margin-top: 20px
	}
	#index-body .about .top:after {
		display: none
	}
	#index-body .about .bottom {
		display: none
	}
	#index-body .manufacturing {
		padding: 60px 0
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer {
		height: 460px
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img img {
		height: 460px
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img span {
		font-size: 100px
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img .desc {
		padding: 0 20px
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img .desc p {
		font-size: 16px
	}
	#index-body .application ul li .ig {
		height: 300px
	}
	#index-body .application ul li .ig .tit {
		font-size: 22px
	}
	#index-body .application ul li .ig .desc {
		bottom: 20px
	}
	#index-body .application ul li .ig .desc .more {
		margin-top: 10px;
		padding: 10px 36px
	}
	#index-body .advantage {
		padding: 60px 0
	}
	#index-body .advantage .content {
		margin-top: 40px
	}
	#index-body .news {
		padding: 60px 0
	}
	#index-body .news .header .left {
		width: 100%
	}
	#index-body .news .header .right {
		width: 100%;
		text-align: left;
		margin-top: 10px
	}
	#index-body .news .header .right .more {
		padding: 10px 30px
	}
	#index-body .news .content .left {
		width: 100%;
		padding-right: 0
	}
	#index-body .news .content .left ul {
		margin-right: -20px
	}
	#index-body .news .content .left ul li {
		padding-right: 20px
	}
	#index-body .news .content .left ul li .tit {
		font-size: 22px
	}
	#index-body .news .content .left ul.slick-dots {
		right: 8%
	}
	#index-body .news .content .right {
		display: none
	}
	#index-body .contact .box .left .ig .tit {
		font-size: 32px
	}
	#index-body .contact .box .right .form {
		padding: 30px 15px 0
	}
	#index-body .contact .box .right .form ul li {
		width: 100%
	}
	#index-body .contact .box .right .form ul li input {
		height: 45px
	}
	#footer {
		padding-top: 50px
	}
	#footer .f-content .box .list {
		margin-top: 40px
	}
	#footer .f-copy {
		margin-top: 40px
	}
}

@media screen and (max-width:700px) {
	#banner ul li>img {
		min-height: 280px
	}
	#banner ul li .text .box .title {
		font-size: 26px
	}
	#banner ul li .text .box .more {
		margin-top: 10px
	}
	#banner .slick-arrow {
		width: 36px;
		height: 36px
	}
	#banner .slick-prev:after {
		top: 10px;
		left: 12px
	}
	#banner .slick-next:after {
		top: 9px;
		left: 15px
	}
	#banner .slick-next {
		right: 14%
	}
	.more {
		padding: 10px 20px
	}
	#index-body .title {
		font-size: 40px
	}
	#index-body .about .top {
		padding: 30px 0
	}
	#index-body .about .top .text .tit {
		font-size: 32px
	}
	#index-body .about .top .text .con {
		font-size: 18px;
		line-height: 1.6;
		margin-top: 10px
	}
	#index-body .about .top .text .more {
		margin-top: 20px
	}
	#index-body .manufacturing {
		padding: 30px 0
	}
	#index-body .manufacturing .i-custom {
		margin-top: 15px
	}
	#index-body .manufacturing .i-custom .cat-list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	#index-body .manufacturing .i-custom .cat-list .item {
		width: 100%
	}
	#index-body .manufacturing .i-custom .cat-list .item.active {
		width: 100%
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer {
		height: 360px
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img img {
		height: 360px
	}
	#index-body .application ul li .ig .tit {
		font-size: 18px
	}
	#index-body .application ul li .ig .desc .con {
		font-size: 14px
	}
	#index-body .advantage {
		padding: 30px 0
	}
	#index-body .advantage .content {
		margin-top: 15px
	}
	#index-body .advantage .content ul {
		text-align: left;
		margin: -5px -10px
	}
	#index-body .advantage .content ul li {
		text-align: center;
		padding: 5px 10px
	}
	#index-body .advantage .content ul li .tit {
		font-size: 18px
	}
	#index-body .advantage .content ul li .con {
		font-size: 16px
	}
	#index-body .news {
		padding: 30px 0
	}
	#index-body .news .content {
		margin-top: 15px
	}
	#index-body .news .content .left ul li time span {
		font-size: 16px
	}
	#index-body .news .content .left ul li .tit {
		font-size: 17px
	}
	#index-body .contact {
		height: auto
	}
	#index-body .contact .box .left {
		width: 100%
	}
	#index-body .contact .box .left .ig {
		margin: 30px auto 0
	}
	#index-body .contact .box .left .ig .more {
		font-size: 16px;
		padding: 10px 20px;
		margin-top: 15px
	}
	#index-body .contact .box .right {
		width: 100%
	}
	#index-body .contact .box .right .form {
		padding: 15px
	}
	#index-body .contact .box .right .form ul li textarea {
		height: 100px;
		padding-top: 10px
	}
	#footer {
		padding-top: 25px
	}
	#footer .f-content .box .list {
		margin-top: 15px
	}
	#footer .f-content .box .list ul li {
		margin-bottom: 15px
	}
	#footer .f-copy {
		margin-top: 20px;
		padding: 12px 0 6px
	}
	.fixed-toolbar {
		right: 10px
	}
	.fixed-toolbar ul li {
		width: 40px;
		height: 40px;
		line-height: 40px
	}
	.fixed-toolbar ul li img {
		width: 86%
	}
}

@media screen and (max-width:500px) {
	#banner ul li .text .box .title {
		font-size: 20px;
		line-height: 1.4
	}
	#banner .slick-arrow {
		bottom: 10px
	}
	#banner .slick-next {
		right: 10%
	}
	#banner ul li .text .box .more {
		margin-top: 5px
	}
	.more {
		font-size: 14px;
		padding: 8px 20px
	}
	#index-body .title {
		font-size: 30px
	}
	#index-body p.desc {
		font-size: 16px
	}
	#index-body .about .top .text {
		padding: 0
	}
	#index-body .about .top .text .tit {
		font-size: 23px
	}
	#index-body .about .top .text .tit:before,
	#index-body .about .top .text .tit:after {
		display: none
	}
	#index-body .about .top .text .con {
		font-size: 16px;
		line-height: 1.8
	}
	#index-body .about .top .text .list ul li {
		font-size: 14px;
		line-height: 28px
	}
	#index-body .about .top .text .more {
		font-size: 14px;
		padding: 8px 20px
	}
	#index-body .about .top .img .play {
		top: 36%
	}
	#index-body .about .top .img .play i {
		width: 20%
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer {
		height: 300px
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img img {
		height: 300px;
		-webkit-filter: grayscale(0);
		filter: grayscale(0)
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img .text {
		opacity: 0
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img .desc {
		opacity: 1
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer .img:after {
		opacity: 0
	}
	#index-body .manufacturing .i-custom .cat-list .item .layer:after {
		opacity: 1
	}
	#index-body .application ul li .ig:before {
		opacity: 1
	}
	#index-body .application ul li .ig .text {
		opacity: 0
	}
	#index-body .application ul li .ig .desc {
		opacity: 1
	}
	#index-body .advantage .content ul li .tit {
		height: auto;
		margin-top: 0
	}
	#index-body .advantage .content ul li .mores {
		opacity: 1
	}
	#index-body .news .content .left ul li time span {
		font-size: 14px
	}
	#index-body .news .content .left ul li .tit {
		font-size: 16px
	}
	#index-body .news .content .left ul .slick-dots {
		width: 100%;
		text-align: center
	}
	#index-body .news .content .left ul .slick-dots li {
		width: 30px;
		height: 3px;
		margin-right: 6px
	}
	#footer .f-content .box .list ul li {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 10px
	}
	#footer .f-content .box .list ul li span {
		padding-left: 10px;
		width: 89%
	}
	#footer .f-copy {
		font-size: 14px;
		line-height: 2
	}
}

.inner-banner {
	position: relative;
	background: #dfdddd;
	margin-top: 132px
}

.inner-banner.active {
	margin-top: 132px
}

.inner-banner .ui.container {
	max-width: 1318px;
	position: relative
}

.inner-banner .mbx {
	padding: 1% 0;
	color: #000;
	line-height: 30px
}

.inner-banner .mbx a:first-child:before {
	content: "\f015";
	font-family: 'fontAwesome';
	font-size: 18px;
	display: inline-block;
	visibility: middle;
	margin-right: 6px
}

.inner-banner .mbx h2 {
	font-size: 40px;
	line-height: 2;
	font-weight: 900;
	color: #fff;
	position: relative;
	font-style: italic
}

.inner-banner .mbx h2:after {
	content: "";
	position: absolute;
	left: -170px;
	top: -195px;
	width: 350px;
	height: 325px;
	background: url(/skin/images/circle-left.png) no-repeat center
}

.inner-banner .mbx ul {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	padding-bottom: 19px;
	margin-top: 27px
}

.inner-banner .mbx ul li {
	font-size: 18px;
	font-weight: 600;
	margin-right: 70px;
	line-height: 2
}

.inner-banner .mbx ul li a {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative;
	padding-bottom: 23px
}

.inner-banner .mbx ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 0;
	height: 3px;
	background: var(--primary);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.inner-banner .mbx ul li a:hover:after {
	width: 100%
}

.inner-banner .mbx ul li:last-child {
	margin-right: 0
}

.inner-banner .mbx ul li.active a:after {
	width: 100%
}

.inner-banner .mbx .search-box {
	margin-top: 80px
}

.inner-banner .mbx .search-box form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	border-radius: 35px
}

.inner-banner .mbx .search-box form input {
	background-color: #fff;
	border: none;
	font-size: 16px;
	height: 70px;
	border-right: 1px solid #b9b9b9;
	color: #000;
	padding-left: 30px
}

.inner-banner .mbx .search-box form input.inp1 {
	border-radius: 35px 0 0 35px
}

.inner-banner .mbx .search-box form button {
	border-radius: 0 35px 35px 0;
	background-color: #fff;
	color: #000;
	border: none;
	width: 135px;
	font-size: 16px
}

.inner-footer {
	padding: 200px 0 100px !important
}

.prodet-page .ui.container {
	max-width: 1350px
}

.about-page h2.title {
	font-size: 40px;
	font-weight: 900;
	font-style: italic;
	line-height: 2
}

.about-page .about-1 {
	padding-top: 135px;
	padding-bottom: 85px
}

.about-page .about-1 .left {
	width: 35%
}

.about-page .about-1 .left ul {
	margin-top: 14px
}

.about-page .about-1 .left ul li {
	margin-bottom: 20px
}

.about-page .about-1 .left ul li h2 {
	font-size: 57px;
	font-weight: 900;
	font-style: italic;
	position: relative
}

.about-page .about-1 .left ul li h2 span {
	font-size: 24px;
	vertical-align: top;
	margin-left: 7px
}

.about-page .about-1 .left ul li p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 15px;
	position: relative;
	line-height: 2
}

.about-page .about-1 .left ul li h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 58px;
	height: 1px;
	background: #000
}

.about-page .about-1 .right {
	width: 65%;
	line-height: 2;
	font-weight: 300;
	font-size: 20px;
	padding-left: 105px
}

.about-page .about-1 .right h3 {
	font-weight: 700;
	margin: .5em 0;
	font-size: 1.2em
}

.about-page .about-1 .right p {
	font-size: 20px;
	margin-bottom: 20px
}

.about-page .about-1 .right p:last-child {
	margin-bottom: 0
}

.about-page .about-2 .top {
	position: relative;
	text-align: center;
}

.about-page .about-2 .top .play {
	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%)
}

.about-page .about-2 .top .play:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 5px solid rgba(255, 255, 255, .5);
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 100% !important;
	border-radius: inherit;
	-webkit-animation: ks 3s infinite;
	-moz-animation: ks 3s infinite;
	animation: ks 3s infinite;
	display: block;
	z-index: -1
}

.about-page .about-2 .top .play:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100% !important;
	transform: translate(-50%, -50%);
	border: 5px solid rgba(255, 255, 255, .5);
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	animation: ks 3s infinite;
	display: block;
	z-index: -1;
	animation-delay: .4s
}

.about-page .about-2 .bottom {
	background: var(--primary);
	padding: 36px 0
}

.about-page .about-2 .bottom .ui.container {
	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;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about-page .about-2 .bottom .ui.container .left {
	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-2 .bottom .ui.container .left h3 {
	font-size: 40px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	margin-left: 30px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px)
}

.about-page .about-2 .bottom .ui.container .right {
	background: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	font-size: 18px;
	width: 174px;
	height: 60px;
	border-radius: 30px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.about-page .about-2 .bottom .ui.container .right:hover {
	background: #000;
	color: #fff
}

.about-page .about-3 {
	padding-top: 60px;
	padding-bottom: 88px
}

.about-page .about-3 .content {
	width: 80%;
	line-height: 1.8
}

.about-page .about-3 .left {
	padding-right: 108px;
	margin-top: -30px
}

.about-page .about-3 .left .content {
	margin-top: 10px
}

.about-page .about-3 .left .content p {
	font-size: 18px;
	line-height: 2;
	font-weight: 300;
	margin-bottom: 15px
}

.about-page .about-3 .right ul li {
	margin-bottom: 50px
}

.about-page .about-3 .right ul li h4 {
	position: relative;
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-moz-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	padding-bottom: 15px;
	cursor: pointer
}

.about-page .about-3 .right ul li h4 img {
	margin-right: 15px
}

.about-page .about-3 .right ul li h4 .fa {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 33px;
	height: 33px;
	border-radius: 100%;
	color: var(--primary);
	border: 1px solid var(--primary);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.about-page .about-3 .right ul li h4:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 110px;
	height: 3px;
	background: var(--primary);
	-webkit-transition: .5;
	-moz-transition: .5;
	transition: .5
}

.about-page .about-3 .right ul li .content {
	display: none
}

.about-page .about-3 .right ul li .content .text {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	margin: 22px 0 22px
}

.about-page .about-3 .right ul li.active .fa {
	background: var(--primary);
	color: #fff;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg)
}

.about-page .about-3 .img-list .list {
	margin-top: 30px
}

.about-page .about-3 .img-list .list ul {
	margin-right: -20px
}

.about-page .about-3 .img-list .list ul li {
	padding-right: 20px
}

.about-page .about-3 .img-list .list ul.slick-dots {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -16%;
	width: 100%;
	text-align: center;
	margin: 0
}

.honor-page .about-3 .img-list .list ul.slick-dots {
	bottom: -11%
}

.honor-page .about-3 {
	padding: 0
}

.about-page .about-3 .img-list .list ul.slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .8);
	display: inline-block;
	margin-right: 12px;
	transition: .5s;
	cursor: pointer;
	position: relative;
	padding: 0
}

.about-page .about-4 .about-3 .img-list .list ul.slick-dots li {
	background: var(--white)
}

.about-page .about-3 .img-list .list ul.slick-dots li button {
	display: none
}

.about-page .about-3 .img-list .list ul.slick-dots li:last-child {
	margin-right: 0
}

.about-page .about-3 .img-list .list ul.slick-dots li.slick-active {
	background: var(--primary)
}

.about-page .about-4 {
	background: url(/skin/images/factory-01.jpg) no-repeat center;
	color: #fff;
	padding: 60px 0 58px;
	background-attachment: fixed;
	position: relative;
	z-index: 1
}

.about-page .about-4:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5)
}

.about-page .about-4 .tab {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	margin-top: 60px;
	margin-bottom: 50px;
	font-weight: 300
}

.about-page .about-4 .tab li {
	margin-right: 40px;
	line-height: 2;
	font-weight: 700
}

.about-page .about-4 .tab li a {
	position: relative;
	padding-bottom: 5px
}

.about-page .about-4 .tab li a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	background: var(--primary)
}

.about-page .about-4 .tab li:last-child {
	margin-right: 0
}

.about-page .about-4 .tab li.active a:after,
.about-page .about-4 .tab li:hover a:after {
	width: 100%
}

.about-page .about-4 .content .box {
	font-size: 16px;
	line-height: 2;
	font-weight: 300;
	max-width: 520px;
	min-height: 210px
}

.about-page .about-4 .content .box p {
	margin-bottom: 30px
}

.about-page .about-4 .content .more {
	width: 220px;
	height: 55px;
	font-size: 18px;
	background: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	border-radius: 30px;
	color: #000;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 60px;
	margin-top: 60px
}

.about-page .about-4 .content .more:before,
.about-page .about-4 .content .more:after {
	content: none
}

.about-page .about-4 .content .more:hover {
	background: var(--primary);
	color: #fff
}

.about-page .about-5 {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 100px;
	background: #f9f9f9
}

.about-page .about-5 p {
	font-weight: 300;
	line-height: 2;
	max-width: 880px;
	margin: 5px auto 50px
}

.about-page .about-5 ul {
	margin: -18px
}

.about-page .about-5 ul li {
	padding: 18px
}

.about-page .about-5 ul .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #fff;
	border: none;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2)
}

.about-page .about-5 ul .slick-arrow button {
	display: none
}

.about-page .about-5 ul .slick-prev {
	left: -60px
}

.about-page .about-5 ul .slick-prev:after {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 30px
}

.about-page .about-5 ul .slick-next {
	right: -60px
}

.about-page .about-5 ul .slick-next:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 30px
}

.about-page .about-5 ul.slick-dots {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -16%;
	width: 100%;
	text-align: center;
	margin: 0
}

.about-page .about-5 ul.slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .8);
	display: inline-block;
	margin-right: 12px;
	transition: .5s;
	cursor: pointer;
	position: relative;
	padding: 0
}

.about-page .about-5 ul.slick-dots li button {
	display: none
}

.about-page .about-5 ul.slick-dots li:last-child {
	margin-right: 0
}

.about-page .about-5 ul.slick-dots li.slick-active {
	background: var(--primary)
}

.about-page .about-6 {
	background: url(/skin/images/history-bg.jpg) no-repeat center;
	background-position: center bottom;
	padding: 60px 0 180px;
	overflow: hidden
}

.about-page .about-6 ul {
	margin-right: -40px;
	position: relative;
	z-index: 1
}

.about-page .about-6 ul:after {
	content: '';
	position: absolute;
	left: -50px;
	bottom: 30px;
	width: 100%;
	height: 16px;
	background: url(/skin/images/history-line.png) no-repeat
}

.about-page .about-6 ul li {
	position: relative;
	padding-right: 40px;
	padding-left: 30px
}

.about-page .about-6 ul li h4 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3
}

.about-page .about-6 ul li .text {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 300;
	min-height: 130px
}

.about-page .about-6 ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 26px;
	height: 197px;
	background: url(/skin/images/history-arrow.png) no-repeat center
}

.about-page .about-6 .slick-list {
	padding: 60px 0
}

.about-page .about-6 .btn {
	margin-top: 30px
}

.about-page .about-6 .btn .more {
	color: var(--primary)
}

.about-page .about-6 .btn .more:hover {
	color: var(--white)
}

.about-page .about-6 .slick-arrow {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: transparent;
	border: none;
	z-index: 1;
	outline: none;
	transition: .5s;
	background: var(--white)
}

.about-page .about-6 .slick-arrow:hover {
	background-color: var(--black)
}

.about-page .about-6 .slick-prev {
	left: -80px;
	background: url(/skin/images/bl.png) no-repeat center center var(--primary)
}

.about-page .about-6 .slick-next {
	right: 0;
	background: url(/skin/images/br.png) no-repeat center center var(--primary)
}

.gallery-page {
	padding: 138px 0 110px
}

.gallery-page .title {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px
}

.gallery-page ul {
	margin: -30px -15px
}

.gallery-page ul li {
	padding: 30px 15px;
	text-transform: capitalize
}

.gallery-page ul li .img-box {
	position: relative
}

.gallery-page ul li .img-box h5 {
	position: absolute;
	left: 50%;
	bottom: 23px;
	width: 90%;
	margin: auto;
	-webkit-transform: translate(-50%, 100px);
	-moz-transform: translate(-50%, 100px);
	-ms-transform: translate(-50%, 100px);
	transform: translate(-50%, 100px);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	font-size: 20px;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 10px
}

.gallery-page ul li:hover h5 {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.gallery-page .gallery-2 {
	margin-top: 50px;
	border-top: 1px dashed rgba(0, 0, 0, .2);
	padding-top: 30px
}

.gallery-page .gallery-2 ul li a {
	position: relative
}

.gallery-page .gallery-2 ul li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1.8
}

.m-page {
	text-align: right;
	margin-top: 100px
}

.m-page a,
.m-page span {
	font-size: 20px;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin-right: 5px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.m-page a:hover,
.m-page span {
	background: var(--primary);
	color: #fff
}

.contact-page {
	padding-top: 88px
}

.contact-page .title {
	font-size: 50px;
	font-weight: 900;
	font-style: italic;
	line-height: 2
}

.contact-1 form {
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contact-1 form input {
	width: 46%;
	font-size: 18px;
	font-weight: 300;
	border: none;
	border-bottom: 1px solid #dbdbdb;
	height: 63px;
	margin-bottom: 30px
}

.contact-1 form p {
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	opacity: .6;
	margin-bottom: 20px
}

.contact-1 form textarea {
	width: 100%;
	height: 177px;
	font-size: 18px;
	padding: 18px 8px;
	border: 1px solid #dbdbdb
}

.contact-1 form input[type=submit] {
	background: var(--primary);
	color: #fff;
	border: none;
	width: 186px;
	height: 57px;
	margin-top: 45px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.contact-1 form input[type=submit]:hover {
	background: #000
}

.contact-page .contact-2 {
	padding: 110px 0;
	background: #f7f7f7
}

.contact-page .contact-2 .left {
	width: 100%
}

.contact-page .contact-2 .left .text {
	font-size: 18px;
	line-height: 1.65;
	font-weight: 500;
	margin: 8px 0 72px
}

.contact-page .contact-2 .left .content .box:first-child {
	margin-bottom: 50px
}

.contact-page .contact-2 .left .content {
	text-align: center
}

.contact-page .contact-2 .left .content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 13px
}

.contact-page .contact-2 .left .content ul {
	margin: -8px
}

.contact-page .contact-2 .left .content ul li {
	padding: 8px
}

.contact-page .contact-2 .left .content ul li.add {
	width: 75%
}

.contact-page .contact-2 .left .content ul li .box {
	-o-box-shadow: 0 0 7px rgba(43, 52, 59, .08);
	-webkit-box-shadow: 0 0 7px rgba(43, 52, 59, .08);
	box-shadow: 0 0 7px rgba(43, 52, 59, .08);
	text-align: center;
	padding-bottom: 30px
}

.contact-page .contact-2 .left .content ul li .box span {
	height: 60px;
	width: 60px;
	line-height: 60px;
	background: var(--primary);
	position: relative;
	margin: 0 auto;
	display: block;
	text-align: center
}

.contact-page .contact-2 .left .content ul li .box span i {
	color: #fff;
	font-size: 30px;
	display: inline-block;
	vertical-align: middle
}

.contact-page .contact-2 .left .content ul li .box span:after {
	content: '';
	width: 100%;
	height: 13px;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: inherit
}

.contact-page .contact-2 .left .content ul li .box span:before {
	content: '';
	border-right: 13px solid transparent;
	border-bottom: 12px solid var(--primary);
	position: absolute;
	left: 100%;
	bottom: 100%
}

.contact-page .contact-2 .left .content ul li .box h5 {
	font-size: 21px;
	line-height: 2;
	padding: 25px 0 15px;
	font-weight: 700
}

.contact-page .contact-2 .left .content ul li .box p {
	font-size: 18px;
	line-height: 2;
	font-weight: 400;
	min-height: 100px
}

.contact-page .contact-2 .right {
	width: 40%
}

.contact-page .contact-2 .right img {
	display: block;
	margin-left: auto
}

.contact-page .contact-3 {
	padding: 30px 0
}

.contact-page .contact-3 .instagram,
.contact-page .contact-3 .code {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px
}

.contact-page .contact-3 .code #ewm {
	width: 76%;
	margin: 0 auto;
	border: 3px solid var(--white)
}

.contact-page .contact-3 .instagram p,
.contact-page .contact-3 .code p {
	min-height: auto !important;
	margin-bottom: 10px
}

.news-page {
	padding: 90px 0
}

.news-page .newsList {
	margin-bottom: 90px;
	padding-right: 70px
}

.newdet-page {
	padding: 138px 0 80px
}

.newdet-page .newdet-1 h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 2
}

.newdet-page .newdet-1 .time {
	font-size: 14px;
	margin: 35px 0 20px
}

.newdet-page .newdet-1 .time span {
	margin-right: 20px;
	display: inline-block
}

.newdet-page .newdet-1 .content {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 50px 0 60px;
	font-size: 18px;
	line-height: 2
}

.newdet-page .newdet-2 {
	overflow: hidden;
	padding-top: 150px
}

.newdet-page .newdet-2 h2 {
	font-size: 50px;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 60px
}

.newdet-page .newdet-2 ul {
	margin: -28px
}

.newdet-page .newdet-2 ul li {
	padding: 28px
}

.newdet-page .newdet-2 ul li .img-box {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.newdet-page .newdet-2 ul li .img-box img {
	display: block;
	margin: auto
}

.newdet-page .newdet-2 ul li h4 {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	line-height: 2
}

.newdet-page .newdet-2 ul li:hover .img-box {
	-webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, .15);
	box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, .15)
}

.newdet-page .newdet-2 ul .slick-arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: none;
	background: #fff;
	z-index: 2;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2)
}

.newdet-page .newdet-2 ul .slick-prev {
	left: 0;
	transform: translate(-50%, -50%)
}

.newdet-page .newdet-2 ul .slick-prev:after {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 24px
}

.newdet-page .newdet-2 ul .slick-next {
	right: 0;
	transform: translate(50%, -50%)
}

.newdet-page .newdet-2 ul .slick-next:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 24px
}

.m-link {
	margin-top: 25px;
	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;
	font-size: 16px;
	line-height: 2
}

.m-link .next {
	text-align: right
}

.m-link a:hover {
	text-decoration: underline
}

.advantages-page {
	padding-top: 138px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(15%, #fff), color-stop(15%, #faf7f7), color-stop(35%, #faf7f7), color-stop(35%, #fff), color-stop(77%, #fff), color-stop(77%, #faf7f7), to(#fff));
	background: -webkit-linear-gradient(#fff 0%, #fff 15%, #faf7f7 15%, #faf7f7 35%, #fff 35%, #fff 77%, #faf7f7 77%, #fff 100%);
	background: -moz-linear-gradient(#fff 0%, #fff 15%, #faf7f7 15%, #faf7f7 35%, #fff 35%, #fff 77%, #faf7f7 77%, #fff 100%);
	background: linear-gradient(#fff 0%, #fff 15%, #faf7f7 15%, #faf7f7 35%, #fff 35%, #fff 77%, #faf7f7 77%, #fff 100%)
}

.advantages-page ul li {
	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;
	margin-bottom: 200px
}

.advantages-page ul li .text {
	width: 54% !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-right: 48px
}

.advantages-page ul li .text h3 {
	font-size: 40px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 40px
}

.advantages-page ul li .text .content {
	font-size: 25px;
	line-height: 50px
}

.advantages-page ul li .img {
	width: 46% !important
}

.advantages-page ul li:nth-child(2n) .text {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	padding-left: 96px;
	padding-right: 0
}

.advantages-page ul li:nth-child(2n) .img {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.service-page .service-1 {
	padding: 88px 0 70px
}

.service-page .service-1 ul {
	margin: -20px
}

.service-page .service-1 ul li {
	padding: 20px
}

.service-page .service-1 ul li .box {
	background: #fff;
	-webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, .06);
	box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, .06);
	text-align: center;
	padding: 75px 55px
}

.service-page .service-1 ul li .box .icon {
	height: 60px
}

.service-page .service-1 ul li .box .icon img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s
}

.service-page .service-1 ul li .box h4 {
	font-size: 25px;
	font-weight: 700;
	margin: 20px 0 26px;
	line-height: 2
}

.service-page .service-1 ul li .box .text {
	font-size: 18px;
	line-height: 2;
	min-height: 180px
}

.service-page .service-1 ul li .box:hover .icon img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.service-page .service-2 {
	background-color: #fafafa;
	padding: 75px 0 70px
}

.service-page .service-2 .top {
	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;
	margin-bottom: 100px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.service-page .service-2 .top .text {
	width: 60%;
	padding-right: 60px
}

.service-page .service-2 .top .text h3 {
	font-size: 43px;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 25px
}

.service-page .service-2 .top .text h5 {
	font-size: 25px;
	line-height: 40px
}

.service-page .service-2 .top .text .content {
	font-size: 18px;
	line-height: 1.9;
	margin-top: 50px
}

.service-page .service-2 .top .text .content p:not(:last-child) {
	margin-bottom: 50px
}

.service-page .service-2 .bottom {
	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
}

.service-page .service-2 .bottom .text {
	width: 60%;
	padding-left: 80px
}

.service-page .service-2 .bottom .text .content {
	font-size: 20px;
	line-height: 1.8
}

.service-page .service-2 .bottom .text .content p:not(:last-child) {
	margin-bottom: 60px
}

.service-page .service-3 {
	padding: 80px 0;
	overflow: hidden
}

.service-page .service-3 h2 {
	font-size: 43px;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 45px;
	line-height: 2
}

.service-page .service-3 .text {
	margin: -50px
}

.service-page .service-3 .text h4 {
	font-size: 25px;
	margin-bottom: 10px;
	line-height: 2
}

.service-page .service-3 .text .column {
	padding: 50px
}

.service-page .service-3 .imgbox {
	margin-top: 50px
}

.service-page .service-3 ul {
	margin: -15px
}

.service-page .service-3 ul li {
	padding: 15px
}

.service-page .service-3 ul .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
	border: none;
	background: #fff
}

.service-page .service-3 ul .slick-prev {
	left: -50px
}

.service-page .service-3 ul .slick-next {
	right: -50px
}

.service-page .service-3 ul .slick-next:after,
.service-page .service-3 ul .slick-prev:after {
	content: "\f104";
	font-family: "FontAwesome";
	font-size: 26px
}

.service-page .service-3 ul .slick-next:after {
	content: "\f105"
}

.service-page .service-4 {
	background-color: #fafafa;
	padding-bottom: 100px;
	padding-top: 100px
}

.service-page .service-4 h2 {
	font-size: 43px;
	font-weight: 900;
	font-style: italic;
	text-align: center;
	line-height: 2
}

.service-page .service-4 p.text {
	margin: 30px auto 30px;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	max-width: 1050px
}

.service-page .service-4 ul li .box {
	position: relative
}

.service-page .service-4 ul li .box .column {
	vertical-align: middle
}

.service-page .service-4 ul li .box .content {
	padding: 9px;
	vertical-align: middle
}

.service-page .service-4 ul li .box .content h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 2
}

.service-page .service-4 ul li .box .content .text {
	font-size: 16px;
	line-height: 2;
	font-weight: 300;
	margin: 45px 0 45px
}

.service-page .service-4 ul li .box .content .text p {
	margin-bottom: 8px;
	font-weight: 500
}

.service-page .service-4 .honor ul {
	margin: 30px -16px
}

.service-page .service-4 .honor ul li {
	padding: 15px
}

.service-page .service-4 ul.grid-box .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	margin-top: 50px
}

.service-page .service-4 ul.grid-box .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #878787;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	margin: 0 6px;
	padding: 0
}

.service-page .service-4 ul.grid-box .slick-dots li button {
	display: none
}

.service-page .service-4 ul.grid-box .slick-dots li.slick-active {
	background-color: var(--primary)
}

.service-page .service-add {
	padding: 60px 0;
	font-size: 18px;
	line-height: 1.6
}

.service-page .service-add p {
	width: 75%
}

strong {
	font-weight: 700
}

.service-page .service-add span strong img {
	display: inline-block;
	vertical-align: middle
}

.service-page .service-add table {
	border: 0;
	margin-top: 30px
}

.service-page .service-add table td {
	border: 0
}

.solution-page {
	padding-top: 138px
}

.solution-page .solution-1 h1 {
	font-size: 40px;
	font-weight: 900;
	font-style: italic;
	text-align: center;
	line-height: 2
}

.solution-page .solution-1 ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px 0 70px
}

.solution-page .solution-1 ul li {
	margin: 0 20px
}

.solution-page .solution-1 .content {
	font-size: 18px;
	line-height: 56px;
	margin: auto;
	text-align: center;
	max-width: 1000px
}

.solution-page .box-list {
	margin-top: 100px
}

.solution-page .box-list ul li {
	position: relative
}

.solution-page .box-list ul li .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff
}

.solution-page .box-list ul li .content .ui.container {
	height: 100%
}

.solution-page .box-list ul li .content .box {
	max-width: 720px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.solution-page .box-list ul li:nth-child(1) .content .box {
	max-width: 765px
}

.solution-page .box-list ul li:nth-child(3) .content .box {
	max-width: 640px
}

.solution-page .box-list ul li .content h2 {
	font-size: 60px;
	font-weight: 900;
	font-style: italic;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	line-height: 2
}

.solution-page .box-list ul li .content h2:hover {
	color: var(--primary)
}

.solution-page .box-list ul li .content .text {
	font-size: 16px;
	line-height: 2
}

.solution-page .box-list ul li:nth-child(2n) .content {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right
}

.solution-page .box-list ul li:nth-child(2n) .content .box {
	margin-left: auto
}

.solution-page .box-list ul li:last-child .content .box {
	max-width: 800px
}

.soldet-page {
	padding: 138px 0 100px
}

.soldet-page .soldet-1 h1 {
	font-size: 40px;
	font-weight: 900;
	font-style: italic;
	margin: 85px 0 50px
}

.soldet-page .soldet-1 .content {
	font-size: 16px;
	font-weight: 300;
	line-height: 2
}

.soldet-page .soldet-2 {
	padding-top: 85px
}

.soldet-page .soldet-2 h2 {
	font-size: 40px;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 70px
}

.soldet-page .soldet-2 ul {
	margin: -18px
}

.soldet-page .soldet-2 ul li {
	padding: 18px
}

.soldet-page .soldet-2 ul li .img-box {
	border: 1px solid #dbdbdb;
	height: 293px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.soldet-page .soldet-2 ul li .img-box img {
	display: block;
	margin: auto;
	object-fit: cover;
	-o-object-fit: cover
}

.soldet-page .soldet-2 ul li h4 {
	font-size: 14px;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	margin-top: 20px
}

.soldet-page .soldet-2 ul li:hover h4 {
	color: var(--primary)
}

.soldet-page .soldet-2 ul .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #d4d4d4;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border: none;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	z-index: 2
}

.soldet-page .soldet-2 ul .slick-arrow:hover {
	background-color: var(--primary)
}

.soldet-page .soldet-2 ul .slick-prev:after {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 20px
}

.soldet-page .soldet-2 ul .slick-next {
	right: 0
}

.soldet-page .soldet-2 ul .slick-next:after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 20px
}

.soldet-page .soldet-2 ul .slick-track {
	margin-left: 0
}

.sale-page {
	padding-top: 138px
}

.sale-page .title {
	font-size: 40px;
	font-weight: 900;
	font-style: italic
}

.sale-page .sale-1 {
	padding-bottom: 150px
}

.sale-page .sale-1 .top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px
}

.sale-page .sale-1 .top .left {
	width: 46%
}

.sale-page .sale-1 .top .right {
	width: 54%;
	padding-left: 45px
}

.sale-page .sale-1 .top .right .content {
	font-size: 17px;
	line-height: 2;
	color: #666;
	margin-top: 30px
}

.sale-page .sale-1 .top .right .content p:not(:last-child) {
	padding-bottom: 25px
}

.sale-page .sale-1 .center .right {
	width: 46%;
	padding-left: 0;
	padding-right: 60px
}

.sale-page .sale-1 .center .right .content {
	padding-left: 0
}

.sale-page .sale-1 .center .left {
	width: 54%;
	padding-left: 45px
}

.sale-page .sale-1 .bottom {
	margin-top: 100px
}

.sale-page .sale-1 .bottom ul {
	margin: -15px
}

.sale-page .sale-1 .bottom ul li {
	padding: 15px
}

.sale-page .sale-1 .bottom ul li a {
	display: block;
	-webkit-box-shadow: 0px 4px 12px rgba(133, 133, 133, .13);
	box-shadow: 0px 4px 12px rgba(133, 133, 133, .13);
	height: 81px
}

.sale-page .sale-1 .bottom ul li a img {
	display: block;
	margin: auto;
	max-height: 81px;
	width: auto
}

.sale-page .sale-2 {
	position: relative
}

.sale-page .sale-2 .ui.container {
	margin-top: 10%
}

.sale-page .sale-2 .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff
}

.sale-page .sale-2 .content .text {
	font-size: 18px;
	line-height: 2;
	font-weight: 300;
	margin: 40px 0 90px;
	max-width: 680px
}

.sale-page .sale-2 .content ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.sale-page .sale-2 .content ul li {
	margin-right: 100px
}

.sale-page .sale-2 .content ul li h3 {
	font-size: 30px;
	font-weight: 900;
	font-style: italic
}

.sale-page .sale-2 .content ul li p {
	font-size: 30px;
	font-weight: 900;
	font-style: italic
}

.sale-page .sale-2 .content ul li:last-child {
	margin-right: 0
}

.sale-page .sale-3 {
	padding: 150px 0
}

.sale-page .sale-3 .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.sale-page .sale-3 .box .left {
	width: 60%;
	padding-right: 45px
}

.sale-page .sale-3 .box .left ul {
	margin-top: 90px
}

.sale-page .sale-3 .box .left ul li {
	position: relative;
	font-size: 18px;
	line-height: 2;
	font-weight: 300;
	margin-bottom: 55px
}

.sale-page .sale-3 .box .left ul li:last-child {
	margin-bottom: 0
}

.sale-page .sale-3 .box .left ul li:after {
	content: "01";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 70px;
	font-weight: 900;
	font-style: italic;
	opacity: .27;
	z-index: -1
}

.sale-page .sale-3 .box .left ul li:nth-child(2):after {
	content: "02";
	left: 70px
}

.sale-page .sale-3 .box .left ul li:nth-child(3):after {
	content: "03";
	left: 140px
}

.sale-page .sale-3 .box .left ul li:nth-child(4):after {
	content: "04";
	left: 210px
}

.sale-page .sale-3 .box .left ul li:nth-child(5):after {
	content: "05";
	left: 280px
}

.sale-page .sale-3 .box .left ul li:nth-child(6):after {
	content: "06";
	left: 350px
}

.sale-page .sale-3 .box .right {
	width: 40%;
	position: relative
}

.sale-page .sale-3 .box .right img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.sale-page .sale-3 .box .right .content {
	position: absolute;
	left: 0;
	bottom: 45px;
	width: 100%;
	padding: 0 45px;
	color: #fff
}

.sale-page .sale-3 .box .right .content p {
	font-size: 25px
}

.sale-page .sale-3 .box .right .content a.contact {
	display: inline-block;
	font-size: 18px;
	border-radius: 25px;
	color: #000;
	background-color: #fff;
	width: 148px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	margin-top: 30px
}

.sale-page .sale-3 .box .right .content a.contact:hover {
	background-color: #000;
	color: #fff
}

.search-page .slideRight ul li {
	font-size: 16px;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 20px
}

.search-page .slideRight .item .right a:hover,
.search-page .slideRight ul li a:hover {
	text-decoration: underline
}

.search-page .slideRight .item .right a {
	font-size: 16px;
	display: inline-block
}

.search-page .slideRight .item .right ul li .box {
	display: inline-block;
	width: 48%
}

.inner-page .sideLeft {
	width: 30%;
	padding-right: 30px
}

.inner-page .sideLeft .box {
	padding: 30px;
	background: #f7f7f7
}

.inner-page .sideLeft .box h3 {
	display: block;
	padding: 40px 25px;
	background: var(--primary);
	font-size: 28px;
	font-weight: 700;
	color: #fff
}

.inner-page .sideLeft .box .list ul li {
	margin-top: 6px;
	padding: 10px 20px;
	border-left: 4px solid var(--primary);
	font-size: 18px;
	line-height: 32px;
	color: #000;
	background: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	position: relative
}

.inner-page .sideLeft .box .list ul li i {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-content: center;
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 10px;
	cursor: point
}

.inner-page .sideLeft .box .list ul li img {
	max-width: 80px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px
}

.inner-page .sideLeft .box .list ul li:hover {
	background: var(--primary);
	color: #fff
}

.inner-page .sideLeft .img {
	display: block;
	margin-top: 40px;
	padding: 60px 5%;
	text-align: center;
	color: #fff;
	background-size: 100%;
	background-repeat: no-repeat
}

.inner-page .sideLeft .img h4 {
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 1
}

.inner-page .sideLeft .img p {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
	margin: 25px 0 45px
}

.inner-page .sideLeft .img a.more {
	line-height: 36px;
	height: 36px;
	padding: 0 32px;
	border: 1px solid #fff;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	display: inline-block;
	color: #fff
}

.inner-page .sideLeft .img a.more:hover {
	background: var(--primary);
	color: #fff
}

.inner-page .sideRight {
	width: 100%
}

.inner-page .sideRight .fenlei {
	color: var(--primary);
	line-height: 2
}

.inner-page .sideRight .content {
	line-height: 2
}

.product-page {
	padding: 30px 0 60px
}

.product-page .nav-list {
	margin-bottom: 60px
}

.product-page .nav-list .list1 {
	display: flex;
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	justify-content: space-between
}

.product-page .nav-list .list1 li {
	position: relative;
	font-size: 18px;
	padding-bottom: 10px
}

.product-page .nav-list .list1 li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: var(--primary);
	transition: .5s;
	opacity: 0
}

.product-page .nav-list .list1 li:hover:after,
.product-page .nav-list .list1 li.active:after {
	opacity: 1
}

.product-page .nav-list .list2 {
	margin-top: 20px
}

.product-page .nav-list .list2 .item {
	display: none
}

.product-page .nav-list .list2 .item ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.product-page .nav-list .list2 .item ul li {
	font-size: 18px;
	padding: 5px 15px;
	transition: .5s
}

.product-page .nav-list .list2 .item ul li:hover {
	color: var(--primary)
}

.product-page .productList {
	margin-bottom: 60px
}

.product-page .productList ul {
	margin: -25px -15px
}

.product-page .productList ul li {
	padding: 25px 15px
}

.product-page .productList ul li a.more {
	line-height: 45px;
	height: 45px;
	padding: 0 20px;
	border-radius: 4px;
	background: var(--primary);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.product-page .productList ul li a.more i {
	margin-left: 22px;
	font-size: 70%
}

.product-page .productList ul li a.more:hover {
	background: #111
}

.productList ul {
	margin: -15px
}

.productList ul li {
	padding: 15px
}

.productList ul li .box2 {
	-o-box-shadow: 0 0 18px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, .05);
	box-shadow: 0 0 18px rgba(0, 0, 0, .05);
	padding: 10px 20px;
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	position: relative
}

.productList ul li .box2 h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	padding: 20px 10px;
	border-top: 2px solid #eee;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.productList ul li .box2 h5 a {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: unset
}

.productList ul li:hover .box2 h5 {
	color: var(--base-color2)
}

.productList ul li .box2 a.img {
	display: block;
	margin: 25px 0 20px
}

.productList ul li .box2 a.img img {
	width: 100%
}

.productList ul li .box2 .text {
	margin-bottom: 20px;
	font-size: 15px;
	color: #757575
}

.productList ul li .box2 .text p {
	margin-bottom: 15px;
	padding-left: 30px;
	position: relative
}

.productList ul li .box2 .text p:before {
	content: '';
	width: 16px;
	height: 16px;
	background: url("/skin/images/icon-2-1.png") center center no-repeat;
	position: absolute;
	left: 0;
	top: 4px
}

.productList ul li .box2 .text p:last-child {
	margin-bottom: 0
}

.productList ul li .box2 a.more {
	line-height: 40px;
	height: 40px;
	padding-right: 20px;
	padding-left: 15px;
	font-size: 12px;
	margin-bottom: 25px;
	background: #2b3e4b;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.productList ul li .box2 a.more:hover {
	background: var(--base-color)
}

.productList ul li .box2:after {
	content: '';
	width: 100%;
	bottom: -5px;
	right: -20px;
	height: 8px;
	display: block;
	position: absolute;
	border-top-left-radius: 4px;
	background: var(--base-color);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.productList ul li .box2:hover:after {
	bottom: 0
}

.productList ul li .box2 .text {
	display: none
}

.product-page .productList ul li a.more {
	display: none
}

.productList ul li .box2:after {
	display: none
}

.productList ul li .box2 {
	transition: all .8s ease
}

.productList ul li .box2 .p-logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2
}

.product-page .productList ul li:hover .p-logo img {
	transform: scale3d(1, 1, 1);
	transition: all .8s ease
}

.productList ul li .box2 .p-logo img {
	padding-top: 15px;
	padding-left: 15px;
	max-width: 150px
}

.prodet-page {
	position: relative
}

.prodet-page .prodet-1 {
	background: #eee
}

.prodet-page .prodet-1 .box {
	margin: -15px
}

.prodet-page .prodet-1 .right {
	padding: 15px
}

.prodet-page .prodet-1 .right .small {
	text-align: left;
	margin-top: 40px
}

.prodet-page .prodet-1 .right .txtcontent {
	line-height: 2;
	max-height: 280px;
	overflow: auto
}

.prodet-page .prodet-1 .right .txtcontent ul li {
	padding: 20px 0
}

.prodet-page .prodet-1 .right .txtcontent ul li.active em {
	display: block
}

.prodet-page .prodet-1 .right .txtcontent ul li+li {
	border-top: 1px solid #000
}

.prodet-page .prodet-1 .right .txtcontent ul li strong {
	display: block;
	font-size: 22px;
	font-family: arial;
	padding: 0 20px;
	position: relative;
	cursor: pointer
}

.prodet-page .prodet-1 .right .txtcontent ul li strong:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0
}

.prodet-page .prodet-1 .right .txtcontent ul li.active strong:before {
	content: "\f107"
}

.prodet-page .prodet-1 .right .txtcontent ul li em {
	font-size: 16px;
	margin-top: 15px;
	padding: 0 20px;
	display: none;
	line-height: 2
}

.prodet-page .prodet-1 .left {
	padding: 15px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.prodet-page .prodet-1 .left .gallery-thumb {
	width: 20%;
	display: inline-block
}

.prodet-page .prodet-1 .left .gallery-thumb ul {
	margin: -4px
}

.prodet-page .prodet-1 .left .gallery-thumb ul li {
	padding: 4px
}

.prodet-page .prodet-1 .left .gallery-thumb ul li a {
	background: #ededed;
	display: block
}

.prodet-page .prodet-1 .left .big {
	width: 80%;
	display: inline-block;
	padding-left: 8px;
	position: relative
}

.prodet-page .prodet-1 .left .big .play {
	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%);
	cursor: pointer
}

.prodet-page .prodet-1 .small ul {
	margin: -30px
}

.prodet-page .prodet-1 .small ul li {
	padding: 30px
}

.prodet-page .prodet-1 .small img {
	border: 1px solid #dadada;
	cursor: pointer
}

.prodet-page .prodet-1 a.contact {
	display: inline-block;
	width: 200px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background-color: var(--primary);
	border-radius: 25px;
	margin-right: 35px;
	transition: .5s ease
}

.prodet-page .prodet-1 a.contact:hover {
	box-shadow: 0 0 10px rgba(158, 45, 40, .6)
}

.prodet-page .prodet-1 .share {
	display: inline-block
}

.prodet-page .prodet-1 .share a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px
}

.prodet-page .prodet-1 .share a+a {
	margin-left: 15px
}

.prodet-page .prodet-1 .share a:nth-child(1) {
	color: #fff;
	background-color: #00aced
}

.prodet-page .prodet-1 .share a:nth-child(2) {
	color: #fff;
	background-color: #3b5999
}

.prodet-page .prodet-1 .share a:nth-child(3) {
	color: #fff;
	background-color: #cb2027
}

.prodet-page .prodet-2 {
	background-color: #f3f3f3;
	padding-left: 6%
}

.prodet-page .prodet-2 h3 {
	font-size: 24px;
	font-weight: 700;
	background: var(--primary);
	color: #fff;
	padding: 15px;
	text-transform: capitalize
}

.prodet-page .prodet-2 strong {
	font-size: 24px;
	display: block;
	font-weight: 700;
	padding: 0;
	margin-top: 20px
}

.prodet-page .prodet-2 strong span {
	font-size: inherit !important
}

.prodet-page .prodet-2 table tr:first-child {
	font-weight: 700;
	color: var(--primary);
	font-size: 20px
}

.prodet-page .prodet-2 table.nono {
	border: 0
}

.prodet-page .prodet-2 table.nono tr:first-child {
	color: var(--black);
	font-weight: 400
}

.prodet-page .prodet-2 table.nono tr strong {
	font-weight: 700
}

.prodet-page .prodet-2 table.nono td,
.prodet-page .prodet-2 table.nono th {
	border: 0
}

.prodet-page .prodet-3 ul {
	margin: -18px
}

.prodet-page .prodet-3 ul li {
	padding: 18px
}

.prodet-page .prodet-3 img {
	border: 1px solid #dadada
}

.prodet-page .prodet-3 .arrow {
	font-size: 20px;
	width: 37px;
	height: 44px;
	line-height: 44px;
	background-color: #e3e3e3;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.prodet-page .prodet-3 .arrow_l {
	left: -60px
}

.prodet-page .prodet-3 .arrow_r {
	right: -60px
}

.prodet-page .prodet-4 .grid-box {
	margin: -15px
}

.prodet-page .prodet-4 .left {
	padding: 15px
}

.prodet-page .prodet-4 .right {
	padding: 15px
}

.prodet-page .prodet-4 .right .text {
	margin-top: 50px
}

.prodet-page .prodet-4 table td,
.prodet-page .prodet-4 table th {
	border: none;
	padding: 15px 5px
}

.prodet-page .prodet-4 table tr {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0
}

.prodet-page .prodet-4 table tr td:nth-child(1) {
	width: 30%!important
}

.prodet-page .prodet-4 table tr td:nth-child(2) {
	width: 30%!important
}

.prodet-page .prodet-4 table tr td:nth-child(3) {
	width: 40%!important
}

.prodet-page .prodet-5 video {
	width: 100%
}

.prodet-page .prodet-5 .play {
	width: 96px;
	height: 96px;
	line-height: 96px;
	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%);
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .71);
	cursor: pointer;
	cursor: hand
}

.prodet-page .prodet-5 .play img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 5px
}

.prodet-page .prodet-5 .play:before {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: inherit;
	background: rgba(255, 255, 255, .25);
	-webkit-animation: ks 2s linear infinite;
	-moz-animation: ks 2s linear infinite;
	animation: ks 2s linear infinite;
	z-index: -1
}

.news-page {
	padding: 80px 0
}

.news-page .sidebar-box {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.news-page .sidebar-box .sidebar-left {
	border-left: 1px solid #e7e7e7
}

.news-page .sidebar-box .sidebar-left .inner {
	margin: 0 0 0 auto;
	padding-left: 0
}

.news-page .sidebar-box .sidebar-right .news-list {
	padding-right: 85px
}

.news-page .sidebar-box .sidebar-right .news-list ul li {
	margin-bottom: 75px
}

.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
	margin-bottom: 0
}

.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
	display: block;
	overflow: hidden;
	margin-bottom: 25px
}

.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
	width: 100%
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
	padding: 0 5px;
	margin-left: 4px;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--primary);
	border: 1px solid var(--primary);
	-webkit-transform: skewX(-10deg) skewY(0);
	-moz-transform: skewX(-10deg) skewY(0);
	-ms-transform: skewX(-10deg) skewY(0);
	transform: skewX(-10deg) skewY(0);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
	background: var(--primary);
	color: #fff
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
	display: inline-block;
	-webkit-transform: skewX(10deg) skewY(0);
	-moz-transform: skewX(10deg) skewY(0);
	-ms-transform: skewX(10deg) skewY(0);
	transform: skewX(10deg) skewY(0)
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
	font-size: 35px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 15px;
	font-family: 'DINCond'
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
	color: var(--primary)
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
	font-size: 14px;
	color: #aaa;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 12px;
	margin-bottom: 20px;
	position: relative
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	border-top: 1px solid #aaa;
	left: 0;
	top: 0
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
	color: #000;
	margin-left: 10px
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
	font-size: 16px;
	line-height: 1.6;
	color: #555
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
	margin-top: 30px;
	position: relative;
	z-index: 2
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link:after {
	position: absolute;
	z-index: -1;
	content: "";
	width: 80%;
	height: 1px;
	border-top: 1px solid #e7e7e7;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	background: #000;
	padding: 15px 35px;
	position: relative;
	-webkit-transform: skewX(-10deg) skewY(0);
	-moz-transform: skewX(-10deg) skewY(0);
	-ms-transform: skewX(-10deg) skewY(0);
	transform: skewX(-10deg) skewY(0);
	margin-left: 5px
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover:after {
	width: 100%
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
	display: inline-block;
	position: relative;
	-webkit-transform: skewX(10deg) skewY(0);
	-moz-transform: skewX(10deg) skewY(0);
	-ms-transform: skewX(10deg) skewY(0);
	transform: skewX(10deg) skewY(0);
	z-index: 2
}

.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background: var(--primary);
	left: 0;
	top: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	z-index: 1
}

.news-page .sidebar-box .sidebar-left .inner {
	margin: 0 0 0 auto;
	padding-left: 0
}

.inner-page.news-page .sidebar-box .sidebar-left {
	width: 28%;
	padding-left: 20px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	color: #000;
	text-transform: capitalize;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e7e7e7
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
	margin-bottom: 40px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
	width: 100%;
	position: relative
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type=text] {
	width: 100%;
	height: 43px;
	border: 1px solid #eee;
	padding: 10px 20px;
	padding-right: 50px;
	font-size: 14px;
	color: #555
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type=submit] {
	position: absolute;
	width: 43px;
	height: 43px;
	border: none;
	background: url(/skin/images/inner-s.jpg) no-repeat center center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
	margin-bottom: 40px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
	padding: 4px 0;
	font-size: 16px;
	line-height: 2
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
	color: var(--primary)
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
	padding-top: 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
	padding-bottom: 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
	color: #000;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
	color: var(--primary)
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
	color: #aaa
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
	margin-bottom: 40px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
	padding: 7px 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
	padding-top: 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
	padding-bottom: 0
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul 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
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
	margin-right: 20px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
	height: 80px;
	max-width: 100px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
	color: #000;
	font-size: 18px;
	line-height: 2;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 8px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
	color: var(--primary)
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
	color: #aaa;
	display: block;
	font-size: 14px;
	line-height: 1
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
	background: url(/skin/images/news.jpg) no-repeat center center;
	padding: 215px 40px 55px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 20px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
	color: #90b6df;
	display: block
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	background: #000;
	padding: 12px 30px;
	position: relative;
	-webkit-transform: skewX(-10deg) skewY(0);
	-moz-transform: skewX(-10deg) skewY(0);
	-ms-transform: skewX(-10deg) skewY(0);
	transform: skewX(-10deg) skewY(0);
	margin-left: 5px
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover:after {
	width: 100%
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
	display: inline-block;
	position: relative;
	-webkit-transform: skewX(10deg) skewY(0);
	-moz-transform: skewX(10deg) skewY(0);
	-ms-transform: skewX(10deg) skewY(0);
	transform: skewX(10deg) skewY(0);
	z-index: 2
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background: linear-gradient(to right, var(--primary), var(--primary));
	left: 0;
	top: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	z-index: -1
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
	width: 100%;
	padding: 30px 40px;
	border-bottom: 1px dashed #ccc
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
	display: flex
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
	font-size: 24px;
	color: #272727;
	text-transform: uppercase;
	width: 30%
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
	background-color: var(--primary);
	color: #fff;
	font-size: 28px;
	display: block;
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 6px 0
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid #ccc;
	color: #2b2b2b;
	width: 70%
}

.inner-page.news-page h1,
.inner-page.news-page h2,
.inner-page.news-page h3 {
	font-weight: 700
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
	font-size: 22px;
	font-weight: 700;
	line-height: 2;
	color: #000;
	transition: .5s
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right time {
	font-size: 16px;
	line-height: 1.8;
	display: block
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
	line-height: 2;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	color: #383838
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
	font-size: 16px;
	color: var(--primary);
	transition: all .5s ease;
	text-transform: capitalize
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
	font-weight: 700
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
	display: flex;
	max-height: 350px
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
	width: 45%
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
	object-fit: cover;
	max-height: 350px
}

.inner-page .sidebar-box .sidebar-right {
	width: 72%
}

.inner-page .sidebar-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;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.newdet-page .sidebar-box .sidebar-right .newdet-content {
	padding-right: 85px
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
	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;
	margin-bottom: 15px
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
	padding: 0 5px;
	margin-left: 4px;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--primary);
	border: 1px solid var(--primary);
	-webkit-transform: skewX(-10deg) skewY(0);
	-moz-transform: skewX(-10deg) skewY(0);
	-ms-transform: skewX(-10deg) skewY(0);
	transform: skewX(-10deg) skewY(0);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
	display: inline-block;
	-webkit-transform: skewX(10deg) skewY(0);
	-moz-transform: skewX(10deg) skewY(0);
	-ms-transform: skewX(10deg) skewY(0);
	transform: skewX(10deg) skewY(0)
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
	font-size: 14px;
	margin-left: 12px;
	color: #aaa;
	font-weight: 700;
	text-transform: uppercase;
	position: relative
}

.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
	font-size: 35px;
	line-height: 2;
	color: #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 700;
	border-bottom: 1px solid #e7e7e7
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
	font-size: 18px;
	line-height: 2;
	color: #000
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content  span img{
	display: block;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
	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;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 14px;
	color: #555;
	margin-top: 50px;
	padding-bottom: 45px;
	border-bottom: 1px solid #e7e7e7
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
	font-size: 14px;
	color: #000;
	margin-left: 18px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

.newdet-page .sidebar-box .sidebar-right .relate-product {
	margin-top: 40px
}

.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
	font-size: 30px;
	line-height: 1
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #e7e7e7;
	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;
	margin-top: 40px
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
	width: 50%;
	padding: 35px 0;
	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
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
	padding-right: 30px;
	border-right: 1px solid #e7e7e7
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
	padding-left: 30px
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
	color: #000;
	font-size: 16px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 8px;
	max-width: 255px
}

.history-page {
	padding: 10px 0
}

.history-page ul li {
	border-bottom: 1px solid #eee;
	padding: 70px 0
}

.history-page ul li .title {
	width: 20% !important;
	color: var(--primary)
}

.history-page ul li .content {
	width: 80% !important;
	font-size: 18px
}

.history-page .history-1 {
	padding: 94px 0 108px
}

.history-page .history-1 .list ul {
	position: relative
}

.history-page .history-1 .list ul:after {
	content: '';
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0;
	background: #222;
	position: absolute
}

.history-page .history-1 .list ul li {
	position: relative
}

.history-page .history-1 .list ul li .left {
	text-align: right
}

.history-page .history-1 .list ul li h6 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
	color: #383838
}

.history-page .history-1 .list ul li .text {
	font-size: 18px;
	color: #383838;
	line-height: 1.7;
	position: relative;
	z-index: 1;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 10px 40px;
	display: inline-block
}

.history-page .history-1 .list ul li .text span {
	font: inherit !important
}

.history-page .history-1 .list ul li .text:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	z-index: -1;
	background: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.history-page .history-1 .list ul li .text:after {
	content: '';
	border-right: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: 100%;
	top: 15px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: -1
}

.history-page .history-1 .list ul li .img {
	margin-top: 30px
}

.history-page .history-1 .list ul li .column {
	padding: 0 3%;
	position: relative;
	vertical-align: middle
}

.history-page .history-1 .list ul li:nth-child(even) .left {
	left: 50%;
	text-align: left
}

.history-page .history-1 .list ul li:nth-child(even) .right {
	left: -50%;
	text-align: right
}

.history-page .history-1 .list ul li:nth-child(even) .text:after {
	border-left: 10px solid #fff;
	border-right: none;
	left: 100%
}

.history-page .history-1 .list ul li:first-child i {
	top: 0
}

.history-page .history-1 .list ul li i {
	width: 23px;
	height: 23px;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
	top: 20%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: linear-gradient(-90deg, var(--primary) 0%, red 100%)
}

.history-page .history-1 .list ul li i:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	background: rgba(158, 45, 40, .38);
	z-index: -1;
	-webkit-animation: ks2 4s linear infinite alternate;
	-moz-animation: ks2 4s linear infinite alternate;
	animation: ks2 4s linear infinite alternate;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	width: 100%;
	height: 100%
}

.history-page .history-1 .list ul li:hover .text {
	color: #fff
}

.history-page .history-1 .list ul li:hover .text:before {
	background: linear-gradient(-90deg, var(--primary) 0%, #9e2d28 100%)
}

.history-page .history-1 .list ul li:hover .text:after {
	border-left-color: var(--primary);
	border-right-color: #9e2d28
}

.newdet-page .application-img {
	margin: 50px 0
}

.newdet-page .application-img ul {
	margin: -10px
}

.newdet-page .application-img ul li {
	padding: 10px
}

.newdet-page .application-intro b,
.newdet-page .application-intro strong {
	font-weight: 700
}

.newdet-page .app-related-pro {
	padding: 50px 0
}

.newdet-page .app-related-pro ul {
	margin: -10px
}

.newdet-page .app-related-pro ul li {
	padding: 10px
}

.newdet-page .app-related-pro ul li p {
	text-align: center;
	padding: 6px 10px;
	font-size: 18px
}

.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right {
	padding-left: 20px
}

.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
	font-size: 28px
}

.faq-page .faq-2 {
	padding: 70px 0
}

.faq-page .faq-2 .left {
	width: 100%;
	padding-right: 0
}

.faq-page .faq-2 .left ul li {
	margin-bottom: 15px;
	border: 1px solid #eee
}

.faq-page .faq-2 .left ul li:last-child {
	margin-bottom: 0
}

.faq-page .faq-2 .left ul li h4 {
	display: block;
	text-align: left;
	padding: 15px;
	background: #f7f7f7 none repeat scroll 0 0;
	color: #111;
	border-radius: 0;
	font-weight: 400;
	font-size: 20px;
	cursor: pointer;
	cursor: hand
}

.faq-page .faq-2 .left ul li h4 span {
	margin-right: 5px;
	color: #0b2ea6
}

.faq-page .faq-2 .left ul li .content {
	padding: 20px 30px;
	display: none
}

.faq-page .faq-2 .right {
	width: 34%;
	padding-left: 15px
}

.faq-page .faq-2 .right .box2 {
	padding: 30px;
	background: #edeff2
}

.faq-page .faq-2 .right .box2 h3.title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 30px
}

.faq-page .faq-2 .right .box2 .form ul li {
	width: 100%;
	margin-bottom: 20px
}

.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input {
	width: 100%;
	height: 60px;
	border: none;
	padding-left: 10px;
	font-size: 18px
}

.faq-page .faq-2 .right .box2 .form ul li textarea {
	height: 200px;
	padding: 10px
}

.faq-page .faq-2 .right .box2 .form ul li input[type=submit] {
	padding-left: 0;
	background: var(--primary);
	color: #fff;
	transition: .3s
}

.faq-page .faq-2 .right .box2 .form ul li input[type=submit]:hover {
	background: #000
}

@media screen and (max-width:1250px) {
	.faq-page .faq-2 .left ul li h4 {
		font-size: 16px;
		padding: 12px
	}
	.faq-page .faq-2 .right .box2 {
		padding: 20px 10px
	}
	.faq-page .faq-2 .right .box2 h3.title {
		margin-bottom: 20px
	}
}

@media screen and (max-width:1000px) {
	.faq-page .faq-2 {
		padding: 40px 0
	}
	.faq-page .faq-2 .left {
		width: 100%;
		padding-right: 0
	}
	.faq-page .faq-2 .right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px
	}
	.faq-page .faq-2 .left ul li h4 {
		font-size: 14px
	}
}

@media screen and (max-width:700px) {
	.history-page .history-1 .list ul li .column {
		width: 100%;
		text-align: left
	}
	.history-page .history-1 .list ul li .text {
		padding: 10px 0
	}
	.history-page .history-1 .list ul:after,
	.history-page .history-1 .list ul li i {
		left: 0;
		display: none
	}
	.history-page .history-1 .list ul li:nth-child(even) .right,
	.history-page .history-1 .list ul li:nth-child(even) .left {
		left: 0
	}
	.history-page .history-1 .list ul li:nth-child(even) .right {
		text-align: left
	}
}

@media screen and (max-width:500px) {
	.faq-page .faq-2 .left ul li h4 {
		padding: 8px
	}
}

@media screen and (max-width:1600px) {
	.inner-banner .mbx .search-box {
		margin-top: 30px
	}
	.inner-banner .ui.container {
		max-width: 1170px
	}
	.inner-banner .mbx h2 {
		font-size: 46px
	}
	.inner-banner .mbx ul {
		flex-wrap: wrap
	}
	.inner-banner.product .mbx ul {
		margin-top: 10px
	}
	.inner-banner .mbx ul li {
		margin-bottom: 15px
	}
	.inner-banner .mbx ul li a {
		padding-bottom: 0
	}
	.about-page .about-1 .left ul li h2 {
		font-size: 64px
	}
	.about-page .about-5 {
		padding-top: 110px
	}
	.solution-page .box-list ul li .content h2 {
		font-size: 44px
	}
}

@media screen and (max-width:1550px) {
	#fullpage .i-about {
		padding-bottom: 80px
	}
	#fullpage .i-product {
		padding-top: 150px
	}
}

@media screen and (max-width:1400px) {
	.inner-banner .ui.container {
		max-width: 1000px
	}
	.inner-banner .mbx h2 {
		font-size: 54px
	}
	.inner-banner .mbx ul {
		margin-top: 30px
	}
	.service-page .service-2 .top .text h3,
	.about-page h2.title {
		font-size: 34px
	}
	.about-page .about-1 .right {
		font-size: 18px;
		padding-left: 35px
	}
	.about-page .about-1 .right p {
		font-size: 18px;
		margin-bottom: 26px
	}
	.about-page .about-1 .left ul li h2 {
		font-size: 50px
	}
	.about-page .about-2 .bottom .ui.container .left h3 {
		font-size: 32px
	}
	.about-page .about-6 ul {
		margin-right: -50px
	}
	.about-page .about-6 ul li {
		padding-right: 50px
	}
	.advantages-page ul li {
		margin-bottom: 90px
	}
	.sale-page .sale-2 .ui.container {
		margin-top: 12%
	}
	.inner-banner .mbx h2:after {
		left: -120px;
		top: -140px;
		width: 250px;
		height: 270px;
		background-size: contain
	}
	.inner-banner .mbx ul li {
		margin-bottom: 3px
	}
	.inner-banner .mbx .search-box form input {
		width: 20%
	}
}

@media screen and (max-width:1200px) {
	.inner-banner .mbx h2 {
		padding-left: 0
	}
	.inner-banner .mbx .font-16.mt-48 {
		margin-top: 25px;
		line-height: 2
	}
	.inner-banner .mbx h2:after {
		left: -36px;
		top: -95px;
		width: 196px;
		height: 195px;
		background-size: contain;
		display: none
	}
	.inner-banner .mbx ul li {
		font-size: 17px;
		margin-right: 36px
	}
	.inner-banner .mbx h2 {
		font-size: 36px;
		line-height: 1.3
	}
	.history-page ul li .title h5 {
		font-size: 30px
	}
	.about-page .about-3 {
		padding-top: 85px;
		padding-bottom: 70px
	}
	.advantages-page ul li .text h3 {
		font-size: 32px;
		margin-bottom: 10px
	}
	.advantages-page ul li .text .content {
		font-size: 22px;
		line-height: 36px
	}
	.sale-page .title {
		font-size: 32px
	}
	.sale-page .sale-2 .content .text {
		margin: 40px 0 50px
	}
	.solution-page .solution-1 h1 {
		font-size: 30px
	}
	.solution-page .box-list ul li .content h2 {
		font-size: 46px
	}
	.service-page .service-1 ul li .box {
		padding: 50px 20px
	}
	.service-page .service-3 {
		padding: 70px 0
	}
}

@media screen and (max-width:1250px) {
	.news-page,
	.newdet-page {
		padding: 60px 0
	}
	.news-page .newsList {
		margin-bottom: 50px
	}
}

@media screen and (max-width:1000px) {
	.inner-page.news-page .sidebar-box .sidebar-left,
	.inner-page .sideLeft {
		display: none
	}
	.inner-page .sidebar-box .sidebar-right,
	.inner-page .sideRight {
		width: 100%
	}
	.inner-banner {
		margin-top: 60px
	}
	.history-page ul li .content,
	.history-page ul li .title {
		width: 100% !important
	}
	.prodet-page .prodet-1 .left {
		width: 100%!important
	}
	.prodet-page .prodet-1 .right {
		width: 100%!important
	}
	.prodet-page .prodet-1 a.contact {
		width: 150px;
		margin-right: 10px
	}
	.prodet-page .prodet-1 .small ul {
		margin: -15px
	}
	.prodet-page .prodet-1 .small ul li {
		padding: 15px
	}
	.prodet-page .prodet-3 .arrow {
		display: none
	}
	.about-page .about-1 .left ul {
		display: none
	}
	.about-page .about-1 .left {
		width: 100%
	}
	.about-page .about-1 .right {
		width: 100%;
		padding-left: 0;
		margin-top: 30px
	}
	.about-page .about-1 {
		padding-top: 50px;
		padding-bottom: 50px
	}
	.about-page .about-2 .bottom .ui.container .left h3 {
		font-size: 27px
	}
	.about-page .about-3 .left {
		padding-right: 30px
	}
	.about-page .about-3 .left .content p {
		margin-bottom: 25px
	}
	.about-page .about-4 .content .box {
		max-width: 100%
	}
	.advantages-page ul li:nth-child(2n) .text {
		padding-left: 30px
	}
	.advantages-page ul li .text {
		padding-right: 30px
	}
	.sale-page .sale-1 .top .left {
		display: none
	}
	.sale-page .sale-1 .top .right {
		width: 100%;
		padding-left: 0
	}
	.sale-page .sale-2 .content .text {
		margin: 15px 0 24px;
		max-width: 100%
	}
	.sale-page .sale-2 .content ul li {
		margin-right: 60px
	}
	.sale-page .sale-2 .content ul li h3,
	.sale-page .sale-2 .content ul li p {
		font-size: 26px
	}
	.sale-page .sale-3 {
		padding: 95px 0
	}
	.sale-page .sale-3 .box {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.sale-page .sale-3 .box .left {
		width: 100%
	}
	.sale-page .sale-3 .box .right {
		width: 100%;
		height: 400px;
		margin-top: 40px
	}
	.sale-page .sale-3 .box .right>img {
		object-fit: cover
	}
	.sale-page .sale-3 .box .right .content {
		padding: 0 15px
	}
	.solution-page .box-list ul li .content h2 {
		font-size: 35px
	}
	.service-page .service-1 {
		padding: 50px 0 60px
	}
	.service-page .service-2 .top .text {
		width: 100%;
		padding-right: 0
	}
	.service-page .service-2 .top .img {
		display: none
	}
	.service-page .service-2 .bottom {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.service-page .service-2 .bottom .text {
		width: 100%;
		padding-left: 0;
		margin-top: 20px
	}
	.service-page .service-4 ul.grid-box .column .box .content {
		max-width: 260px;
		padding: 20px
	}
	.inner-banner .mbx ul {
		display: none
	}
	.contact-page .contact-2 .left {
		width: 100%
	}
	.contact-page .contact-2 .right {
		display: none
	}
}

@media screen and (max-width:768px) {
	.inner-banner .mbx ul {
		display: none
	}
	.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
		font-size: 20px
	}
	.newdet-page .sidebar-box .sidebar-right .newdet-content {
		padding-right: 0
	}
	.about-page h2.title {
		font-size: 28px
	}
	.inner-banner {
		height: auto;
		background-attachment: unset
	}
	.inner-banner .mbx h2 {
		font-size: 28px
	}
	.inner-banner .mbx .search-box form input {
		padding-left: 10px
	}
	.news-page .newsList {
		padding-right: 0
	}
	.about-page .about-2 .top .play {
		width: 80px
	}
	.about-page .about-2 .bottom .ui.container .left h3 {
		font-size: 22px;
		margin-left: 15px
	}
	.about-page .about-2 .bottom .ui.container a.right {
		height: 45px
	}
	.about-page .about-3 .left {
		width: 100%
	}
	.about-page .about-3 .right {
		width: 100%
	}
	.about-page .about-3 .left .content {
		margin-top: 15px
	}
	.about-page .about-5 {
		padding-top: 55px;
		padding-bottom: 50px
	}
	.advantages-page ul li {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.advantages-page ul li .text {
		width: 100% !important;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0 !important
	}
	.advantages-page ul li .img {
		width: 100% !important;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 20px
	}
	.advantages-page ul li .text .content {
		font-size: 18px;
		line-height: 30px
	}
	.solution-page,
	.sale-page,
	.advantages-page {
		padding-top: 51px
	}
	.sale-page {
		margin-top: 40px
	}
	.sale-page .sale-1 {
		padding-bottom: 56px
	}
	.sale-page .sale-2 {
		display: none
	}
	.solution-page .solution-1 h1 {
		font-size: 26px
	}
	.solution-page .box-list ul li .content h2 {
		font-size: 26px
	}
	.solution-page .solution-1 .content {
		line-height: 34px
	}
	.soldet-page .soldet-2 h2,
	.soldet-page .soldet-1 h1 {
		font-size: 34px
	}
	.service-page .service-1 ul li {
		width: 100% !important
	}
	.service-page .service-3 .text {
		margin: -20px
	}
	.service-page .service-3 .text .column {
		width: 100%;
		padding: 20px
	}
	.service-page .service-3 h2,
	.service-page .service-4 h2 {
		font-size: 30px
	}
	.service-page .service-2 .top .text h3 {
		font-size: 24px;
		line-height: 2
	}
	.contact-page .title,
	.newdet-page .newdet-2 h2 {
		font-size: 34px
	}
	.newdet-page {
		padding: 56px 0 80px
	}
	.contact-page .contact-2 .left .content ul li {
		width: 50%
	}
	.contact-page .contact-2 .left .content ul li.add {
		width: 100%
	}
	.contact-page {
		padding-top: 60px
	}
	.contact-page .contact-2 {
		padding: 50px 0
	}
	.contact-page iframe {
		width: 100%
	}
	.service-page .service-4 ul li .box .column {
		width: 100%
	}
	.service-page .service-4 ul li .box .column:nth-child(1) img {
		width: 100%
	}
	.service-page .service-4 ul li .box .content {
		padding: 30px 0
	}
	.m-link {
		font-size: 18px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.m-link .next {
		text-align: left;
		margin-top: 10px;
		width: 100%
	}
	.sale-page .sale-1 .top .right {
		padding-right: 0
	}
}

@media screen and (max-width:700px) {
	.news-page,
	.newdet-page {
		padding: 30px 0
	}
	.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
		padding: 20px 0
	}
	.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
		display: block
	}
	.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
		width: 100%
	}
	.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
		width: 100%;
		margin: 0;
		padding: 20px 0 0;
		border: 0
	}
}

@media screen and (max-width:630px) {
	.inner-banner .mbx .search-box form {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.inner-banner .mbx .search-box form button,
	.inner-banner .mbx .search-box form input {
		width: 100%;
		height: 30px;
		margin-bottom: 10px;
		border-radius: 35px
	}
	.inner-banner .mbx .search-box form input.inp1 {
		border-radius: 35px
	}
	.inner-banner .mbx .search-box {
		margin-top: 20px;
		z-index: 2;
		position: relative
	}
}

@media screen and (max-width:500px) {
	.font-36 {
		font-size: 24px;
		line-height: 2
	}
	.gallery-page ul {
		margin: 0
	}
	.product-page ul.list-box li.cat-one .img {
		margin-bottom: 50px
	}
	.inner-banner .mbx h2 {
		font-size: 18px;
		line-height: 2
	}
	.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
		font-size: 16px;
		margin-top: 0
	}
	.newdet-page .newdet-1 h1 {
		font-size: 20px
	}
	.sale-page .title {
		text-align: center
	}
	.about-page .about-3 .left {
		padding-right: 0
	}
	.sale-page .sale-1 .bottom {
		margin-top: 45px
	}
	.about-page .about-3 .left .content p,
	.about-page .about-1 .right p {
		font-size: 16px;
		line-height: 2
	}
	.about-page .about-1 .right {
		max-height: 410px;
		overflow: auto
	}
	.about-page .about-4 .content .box,
	.service-page .service-3 .text .content,
	.service-page .service-1 ul li .box .text,
	.about-page .about-6 ul li .text,
	.about-page .about-5 p,
	.about-page .about-3 .right ul li .content .text {
		line-height: 2
	}
	.about-page .about-2 .bottom .ui.container .left h3 {
		font-size: 18px
	}
	.sale-page .sale-3 .box .left ul {
		margin-top: 30px
	}
	.sale-page .sale-3 .box .left ul li {
		margin-bottom: 30px
	}
	.about-page .about-4 .tab {
		margin-top: 10px
	}
	.about-page .about-2 .bottom .ui.container .left {
		width: 100%;
		margin-bottom: 20px
	}
	.about-page .about-2 .bottom .ui.container {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.about-page .about-4 {
		padding: 70px 0 40px
	}
	.about-page h2.title {
		font-size: 20px;
		line-height: 2
	}
	.about-page .about-6 {
		padding-top: 10px
	}
	.advantages-page ul li .text h3 {
		font-size: 24px
	}
	.sale-page .sale-3 .box .left {
		padding-right: 0
	}
	.sale-page .sale-3 .box .left ul li:nth-child(4):after {
		left: 70px
	}
	.sale-page .sale-3 .box .left ul li:nth-child(5):after {
		left: 0
	}
	.sale-page .sale-3 .box .left ul li:nth-child(6):after {
		left: 70px
	}
	.sale-page .sale-3 {
		padding: 44px 0
	}
	.service-page .service-3 .text h4,
	.service-page .service-2 .top .text h5 {
		font-size: 20px;
		line-height: 2
	}
	.service-page .service-4 p.text,
	.service-page .service-2 .bottom .text .content,
	.service-page .service-2 .top .text .content {
		line-height: 2
	}
	.sale-page .title,
	.service-page .service-3 h2,
	.service-page .service-4 h2 {
		font-size: 24px
	}
	.solution-page .box-list ul li>img {
		height: 300px;
		-o-object-fit: cover;
		object-fit: cover
	}
	.solution-page .box-list ul li .content h2 {
		font-size: 22px
	}
	.soldet-page .soldet-2 h2,
	.soldet-page .soldet-1 h1 {
		font-size: 24px
	}
	.sale-page .sale-3 .box .right .content p,
	.newdet-page .newdet-1 .content,
	.sale-page .sale-3 .box .left ul li,
	.sale-page .sale-1 .top .right .content {
		font-size: 16px;
		line-height: 2
	}
	.sale-page .sale-3 .box .right .content a.contact {
		height: 42px;
		line-height: 42px
	}
	.newdet-page .newdet-2 h2 {
		font-size: 26px
	}
	.contact-page .title,
	.newdet-page .newdet-2 h2 {
		font-size: 24px
	}
	.contact-1 form textarea,
	.contact-1 form p,
	.contact-1 form input {
		font-size: 18px
	}
	.contact-page .contact-2 .left {
		padding-right: 0
	}
	.contact-page .contact-2 .left .content ul li,
	.contact-1 form input {
		width: 100%
	}
	.about-page .about-2 .bottom .ui.container .right,
	#footer .wrap .left .bottom .f-footer ul {
		display: none
	}
	.soldet-page {
		padding-top: 60px
	}
	.inner-banner .mbx h2:after {
		top: -105px;
		left: -20px;
		width: 180px;
		height: 186px
	}
	.about-page h2.title {
		padding-bottom: 0
	}
	.solution-page .solution-1 ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.solution-page .solution-1 ul li {
		width: 33%;
		text-align: center;
		margin: 0;
		margin-bottom: 15px
	}
	.sale-page .sale-3 .box .right h2 {
		text-align: left
	}
	.about-page .about-2 .bottom {
		padding: 16px 0 5px
	}
	.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
		padding: 30px 0
	}
	.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
		flex-wrap: wrap
	}
	.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		border: none
	}
}

.xinwnebt {
	font-size: 18px;
	line-height: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 300px;
	display: inline-block
}

.xinwennr {
	font-size: 16px;
	line-height: 2
}

.shouyehl h1 {
	display: inline
}

.dhkintlhide {
	font-size: 30px;
	font-weight: 900;
	font-style: italic;
	line-height: 2;
	margin-bottom: 150px;
	margin-top: -120px
}

.tgbhyjukm {
	font-size: 16px;
	line-height: 2
}

.tgbhyjukm span {
	font-weight: 700
}

.pro3-page ul.list-box li.cat-one.active {
	display: block
}

.pro3-page .dhkintlhide {
	margin-bottom: 75px;
	margin-top: -80px
}

.dhkintslhide {
	font-size: 14px;
	line-height: 2
}

.project-page {
	padding: 100px 0
}

.project-page ul {
	margin: -15px
}

.project-page ul li {
	padding: 15px
}

.project-page ul li p {
	font-size: 18px;
	text-align: center;
	padding: 5px 10px;
	line-height: 2
}

.contact-page.pro {
	padding-top: 0
}

@media screen and (max-width:1000px) {
	.gallery-page ul.seven li {
		width: 20% !important
	}
}

@media screen and (max-width:700px) {
	.gallery-page ul.seven li {
		width: 25% !important
	}
}

@media screen and (max-width:500px) {
	.gallery-page ul.seven li {
		width: 33% !important
	}
	.gallery-page {
		padding: 50px 0 65px
	}
}

.product-yd-page {
	padding: 0 0 100px
}

.product-yd-page .bottom {
	margin-top: 60px
}

.product-yd-page .bottom ul li {
	background: #f2f2f2;
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.product-yd-page .bottom ul li .tit {
	display: block;
	font-size: 30px;
	line-height: 1.3;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.product-yd-page .bottom ul li .text {
	padding: 0 60px
}

.product-yd-page .bottom ul li .tit:hover {
	color: var(--primary)
}

.product-yd-page .bottom ul li .con {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(0, 0, 0, .8);
	margin-top: 15px
}

.product-yd-page .bottom ul li .more {
	color: var(--black);
	padding: 10px 20px;
	margin-top: 20px
}

.product-yd-page .bottom ul li .more:hover {
	color: var(--white)
}

.product-yd-page .bottom ul li:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.product-yd-page .bottom ul li:last-child {
	margin-bottom: 0
}

.product-yd-page .navList ul {
	margin: -4%
}

.product-yd-page .navList ul li {
	padding: 4%;
	vertical-align: bottom
}

.product-yd-page .navList ul li.active {
	color: var(--primary)
}

.product-yd-page .navList ul li.active .box h6 a i {
	filter: grayscale(0)
}

.product-yd-page .navList ul li .box {
	position: relative
}

.product-yd-page .navList ul li .box h6 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	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;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.product-yd-page .navList ul li .box h6 img {
	width: 20%
}

.product-yd-page .navList ul li .box h6 a {
	padding-left: 10px;
	padding-right: 10%;
	position: relative
}

.product-yd-page .navList ul li .box h6 a i {
	width: 25px;
	height: 12px;
	background: url("/skin/images/icon-product-yd-right.png") center center no-repeat;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s
}

.product-yd-page .navList ul li .box dl {
	padding: 10px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	background: #f4f4f4;
	z-index: 3;
	width: 100%
}

.product-yd-page .navList ul li .box dl dd {
	padding: 6px;
	border-bottom: 1px #d5d5d5 dashed;
	font-size: 14px;
	line-height: 2;
	color: rgba(23, 23, 23, .9);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	text-transform: capitalize
}

.product-yd-page .navList ul li .box dl dd:hover {
	color: var(--primary)
}

.product-yd-page .navList ul li .box:hover h6 {
	border-color: var(--primary)
}

.product-yd-page .navList ul li .box:hover h6 a i {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

@media screen and (max-width:1500px) {
	.product-yd-page .navList ul li .box h6 {
		font-size: 16px
	}
	.product-yd-page .navList ul li .box dl dd {
		font-size: 15px
	}
}

@media screen and (max-width:1250px) {
	.product-yd-page .navList ul li {
		padding: 10px
	}
	.product-yd-page .navList ul {
		margin: -10px
	}
	.product-yd-page .navList ul li .box h6 {
		font-size: 14px
	}
}

@media screen and (max-width:1000px) {
	.product-yd-page .bottom ul li .img-box {
		width: 100% !important
	}
	.product-yd-page .bottom ul li .text {
		width: 100% !important;
		padding: 30px
	}
}

@media screen and (max-width:500px) {
	.product-yd-page .bottom ul li .text {
		padding: 20px 15px
	}
	.product-yd-page .bottom ul li .tit {
		font-size: 23px;
		line-height: 1.5
	}
	.product-yd-page .bottom ul li .con {
		font-size: 16px;
		line-height: 1.8
	}
}

.service-page .service-1 ul li .box em {
	font-weight: 700
}

.culture-page .init-1 .container .left {
	vertical-align: middle
}

.culture-page .init-1 .container .left img {
	width: 100%
}

.culture-page .init-1 .container .right {
	padding-left: 60px;
	vertical-align: middle
}

.culture-page .init-1 .container .right .tips {
	font-weight: 500;
	border-bottom: 1px solid #e1e1e1;
	text-transform: uppercase;
	padding-bottom: 10px
}

.culture-page .init-1 .container .right .title {
	margin-top: 20px;
	font-weight: 500
}

.culture-page .init-1 .container .right .des {
	color: #8e8e8e;
	margin-top: 30px
}

.culture-page .init-2 {
	background-color: #f9f9f9
}

.culture-page .init-2 .top .list ul li .box {
	position: relative;
	text-align: center;
	padding: 109px 0
}

.culture-page .init-2 .top .list ul li .box h4 {
	font-size: 24px;
	font-family: Montserrat;
	font-weight: 500;
	color: #000;
	line-height: 1
}

.culture-page .init-2 .top .list ul li .box p {
	font-size: 17px;
	font-family: Montserrat;
	font-weight: 400;
	color: #424242;
	max-width: 330px;
	line-height: 1.4;
	height: 60px;
	margin: 0 auto;
	margin-top: 20px
}

.culture-page .init-2 .top .list ul li .box .acc {
	margin-top: 35px;
	padding-top: 40px;
	position: relative
}

.culture-page .init-2 .top .list ul li .box .acc .agg {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--primary);
	border-radius: 50%
}

.culture-page .init-2 .top .list ul li .box .acc .agg:hover {
	background: #e50a14
}

.culture-page .init-2 .top .list ul li .box:after {
	content: '';
	position: absolute;
	right: -11px;
	top: 0;
	width: 1px;
	height: 100%
}

.culture-page .init-2 .top .list .swiper-pagination {
	bottom: 45px
}

.culture-page .init-2 .top .list .swiper-pagination span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	text-align: center;
	background: rgba(0, 0, 0, .8);
	margin-right: 12px;
	opacity: 1
}

.culture-page .init-2 .top .list .swiper-pagination span:last-child {
	margin-right: 0
}

.culture-page .init-2 .top .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--primary)
}

.culture-page .init-2 .container .tips {
	font-weight: 500
}

.culture-page .init-2 .container .list_cont {
	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;
	margin: 10px -10px 0
}

.culture-page .init-2 .container .list_cont .list {
	width: 330px;
	padding: 0 10px;
	margin-top: 20px
}

.culture-page .init-2 .container .list_cont .list .box {
	height: 100%;
	padding: 30px;
	border: 1px solid #000
}

.culture-page .init-2 .container .list_cont .list .box:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px)
}

.culture-page .init-2 .container .list_cont .list .box .title {
	font-weight: 500;
	color: #3f3f3f
}

.culture-page .init-2 .container .list_cont .list .box .des {
	margin-top: 20px;
	color: #3f3f3f
}

.culture-page .init-2 .container .list_cont .list1 .box {
	border: none;
	padding-left: 0
}

.culture-page .init-2 .container .list_cont .list1 .box .des {
	margin-top: 0;
	padding-top: 0
}

.culture-page .init-2 .container .list_cont .list1 .box .more {
	margin-top: 20px;
	display: inline-block;
	padding: 12px 30px 12px 31px;
	background-color: var(--primary);
	border: 1px solid var(--primary);
	border-radius: 0
}

.culture-page .init-2 .container .list_cont .list1 .box .more:hover {
	color: var(--primary)
}

.culture-page .init-2 .container .list_cont .list1 .box .more:before {
	background: var(--white)
}

.culture-page .init-2 .container .list_cont .list1,
.culture-page .init-2 .container .list_cont .list4 {
	width: -webkit-calc(-560%);
	width: -moz-calc(-560%);
	width: calc(100% - 660px)
}

.culture-page .init-3 .container .tips {
	font-weight: 500;
	text-align: center
}

.culture-page .init-3 .container .tips_des {
	max-width: 650px;
	margin: 10px auto 0;
	color: #8a8a8a;
	text-align: center
}

.culture-page .init-3 .container .list_cont {
	margin-top: 60px
}

.culture-page .init-3 .container .list_cont .list {
	background-color: #f9f9f9
}

.culture-page .init-3 .container .list_cont .list .left {
	position: relative;
	vertical-align: middle
}

.culture-page .init-3 .container .list_cont .list .left img {
	width: 100%
}

.culture-page .init-3 .container .list_cont .list .right {
	position: relative;
	vertical-align: middle;
	padding: 40px 70px
}

.culture-page .init-3 .container .list_cont .list .right .title {
	font-weight: 500
}

.culture-page .init-3 .container .list_cont .list .right .des {
	color: #878787;
	margin-top: 20px
}

.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
	left: 50%
}

.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
	left: -50%
}

.pt-100 {
	padding-top: 100px
}

.pt-120 {
	padding-top: 120px
}

.pb-120 {
	padding-bottom: 120px
}

.pb-80 {
	padding-bottom: 80px
}

.pt-80 {
	padding-top: 80px
}

@media screen and (max-width:1000px) {
	.culture-page .init-1 {
		text-align: center
	}
	.culture-page .init-1 .container .left {
		width: 100%;
		max-width: 460px
	}
	.culture-page .init-1 .container .right {
		width: 100%;
		padding: 0;
		margin-top: 20px;
		text-align: center
	}
	.culture-page .init-1 .container .right .title {
		margin-top: 60px
	}
	.culture-page .init-2 .container .list_cont .list {
		width: 50%
	}
	.culture-page .init-3 .container .list_cont .list .left {
		width: 100%
	}
	.culture-page .init-3 .container .list_cont .list .right {
		width: 100%;
		margin-top: 20px;
		text-align: center
	}
	.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
		left: 0
	}
	.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
		left: 0
	}
	.pb-120 {
		padding-bottom: 60px
	}
	.pt-120 {
		padding-top: 60px
	}
	.pt-100 {
		padding-top: 60px
	}
	.pt-80 {
		padding-top: 60px
	}
	.pb-80 {
		padding-bottom: 60px
	}
}

@media screen and (max-width:700px) {
	.culture-page .init-2 .container .tips {
		text-align: center
	}
	.culture-page .init-2 .container .list_cont .list {
		width: 100%;
		text-align: center
	}
	.culture-page .init-3 .container .list_cont .list .right {
		padding: 20px 16px
	}
	.pb-120 {
		padding-bottom: 30px
	}
	.pt-120 {
		padding-top: 30px
	}
	.pt-100 {
		padding-top: 30px
	}
	.pt-80 {
		padding-top: 30px
	}
	.pb-80 {
		padding-bottom: 30px
	}
}

@media screen and (max-width:500px) {
	.culture-page .init-1 .container .right .title {
		margin-top: 20px
	}
	.culture-page .init-1 .container .right .des {
		margin-top: 16px
	}
	.culture-page .init-2 .container .list_cont {
		margin-top: 0
	}
	.culture-page .init-2 .container .list_cont .list {
		margin-top: 20px
	}
	.culture-page .init-2 .container .list_cont .list .box {
		padding: 20px 16px
	}
	.culture-page .init-2 .container .list_cont .list1 .box {
		padding-top: 0
	}
	.culture-page .init-3 .container .list_cont {
		margin-top: 40px
	}
}

.honor-page {
	padding: 100px 0
}

.honor-page .swiper {
	overflow: hidden
}

@media screen and (max-width:1000px) {
	.honor-page {
		padding: 60px 0
	}
}

@media screen and (max-width:700px) {
	.honor-page {
		padding: 30px 0
	}
}

#geek_picking_goodstable table {
	max-width: 1100px
}

#lunbo {
	padding-bottom: 100px
}

#lunbo .slick-arrow {
	position: absolute;
	bottom: -50px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: transparent;
	border: none;
	z-index: 1;
	outline: none;
	transition: .5s;
	background: var(--white)
}

#lunbo .slick-arrow:hover {
	background-color: var(--black)
}

#lunbo .slick-prev {
	left: 45%;
	background: url(/skin/images/bl.png) no-repeat center center var(--primary)
}

#lunbo .slick-next {
	left: 50%;
	background: url(/skin/images/br.png) no-repeat center center var(--primary)
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content table td {
	border: 0;
	width: 100px !important
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content table td {
	width: 100%
}

@media screen and (max-width:1000px) {
	.gallery-page {
		padding: 60px 0
	}
	#lunbo .slick-prev {
		left: 40%
	}
	.service-page .service-add p {
		width: 100%
	}
}

@media screen and (max-width:700px) {
	.gallery-page .title {
		font-size: 34px;
		margin-bottom: 0
	}
	#lunbo .slick-prev {
		left: 30%
	}
}

.video-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden
}

.video-box .video {
	position: relative
}

.video-box .video i {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	cursor: pointer
}

.prodet-page.prots-page .prodet-1 .left .big {
	width: 100%;
	padding-left: 0
}

.prodet-page.prots-page .prodet-2 {
	padding-left: 0
}

.prodet-page.prots-page .prodet-3 .grid-box {
	display: flex;
	align-items: center
}

.prodet-page.prots-page .prodet-3 .column {
	margin-bottom: 30px
}

.prodet-page.prots-page .prodet-3 .txt {
	font-size: 18px;
	line-height: 2;
	padding-right: 50px
}

.prodet-page.prots-page .prodet-3 .txt:nth-of-type(2n) {
	padding-left: 50px;
	padding-right: 0
}

.prodet-page.prots-page .prodet-1 .right,
.prodet-page.prots-page .prodet-1 .right p {
	text-align: left!important
}

.prodet-page.prots-page .prodet-1 .right li {
	font-size: 18px;
	line-height: 2;
	border: none!important;
	padding: 0 10px!important
}

.prodet-page.prots-page .prodet-3 .grid-box .w40 {
	width: 40%!important
}

.prodet-page.prots-page .prodet-3 .grid-box .w60 {
	width: 60%!important
}

@media screen and (max-width:768px) {
	.prodet-page.prots-page .prodet-3 .grid-box .w40 {
		width: 100%!important
	}
	.prodet-page.prots-page .prodet-3 .grid-box .w60 {
		width: 100%!important
	}
}

.right_nav_list {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 10
}

.right_nav_list ul li {
	transition: all .5s;
	border-radius: 50%;
	margin-top: 10px;
	cursor: pointer;
	padding: 0;
	position: relative;
	color: #fff;
	width: 58px;
	height: 58px;
	font-size: 30px;
	background-color: #9e2d28;
	text-align: center;
	line-height: 58px
}

.right_nav_list ul li .text {
	padding: 0;
	width: 100%;
	height: 100%
}

.right_nav_list ul li:hover {
	background-color: #000
}

.right_nav_list ul li .cont {
	position: absolute;
	left: -150px;
	top: 0;
	width: 150px;
	min-height: 100%;
	padding: 0 5px;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: rotate3d(1, 0, 0, -90deg);
	-webkit-transform: rotate3d(1, 0, 0, -90deg);
	-moz-transform: rotate3d(1, 0, 0, -90deg);
	-ms-transform: rotate3d(1, 0, 0, -90deg);
	-o-transform: rotate3d(1, 0, 0, -90deg);
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .5s;
	transition: opacity .3s, -webkit-transform .5s;
	-o-transition: opacity .3s, -o-transform .5s;
	-moz-transition: transform .5s, opacity .3s, -moz-transform .5s;
	transition: transform .5s, opacity .3s;
	transition: transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
	transition: transform .5s, opacity .3s, -webkit-transform .5s;
	-webkit-transition: -webkit-transform .5s, opacity .3s;
	-moz-transition: -moz-transform .5s, opacity .3s;
	overflow: hidden;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top
}

.right_nav_list ul li .cont #ewm {
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	padding: 8px;
	border: 1px solid #ccc
}

.right_nav_list ul li:hover .cont {
	-webkit-transform: rotate3d(0, 0, 0, -90deg);
	-moz-transform: rotate3d(0, 0, 0, -90deg);
	transform: rotate3d(0, 0, 0, -90deg);
	opacity: 1
}

@media (max-width:500px) {
	.right_nav_list {
		right: 5px;
		bottom: 150px
	}
	.right_nav_list ul li {
		width: 40px;
		height: 40px;
		margin-top: 5px;
		font-size: 25px;
		line-height: 40px
	}
}

#pups_shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	z-index: 21;
	display: none
}

#seo_form_cont {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 80%;
	width: 500px;
	max-width: 90%;
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 22;
	background: #fff;
	padding: 30px;
	overflow: auto
}

#seo_form_cont h4 {
	font-size: 18px;
	color: #222;
	text-transform: capitalize;
	line-height: 1;
	font-weight: 700;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	padding: 15px 20px;
	background: #f5f5f5;
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

#seo_form_cont form {
	margin-top: 40px
}

#seo_form_cont i.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: #eee;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: .5s;
	transition: .5s
}

#seo_form_cont i.close:after,
#seo_form_cont i.close:before {
	content: '';
	-webkit-transition: .5s;
	transition: .5s;
	width: 70%;
	height: 2px;
	margin-top: -1px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 15%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#seo_form_cont i.close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#seo_form_cont i.close:hover {
	background: #1c5715
}

#seo_form_cont i.close:hover:before,
#seo_form_cont i.close:hover:after {
	background: #fff
}

#seo_form_cont ul li {
	margin-bottom: 10px;
	position: relative
}

#seo_form_cont ul li label {
	font-size: 14px;
	margin-bottom: 10px;
	display: block
}

#seo_form_cont ul li label em {
	color: red;
	margin-right: 2px
}

#seo_form_cont ul li input,
#seo_form_cont ul li textarea {
	width: 100%;
	line-height: 24px;
	padding: 6px 15px;
	border: 1px solid #eee;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px
}

#seo_form_cont ul li input:focus,
#seo_form_cont ul li textarea:focus {
	border-color: #1c5715
}

#seo_form_cont ul li textarea {
	height: 80px
}

#seo_form_cont ul li input[type=submit] {
	width: auto;
	padding: 6px 40px;
	display: inline-block;
	background: #000;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer
}

#seo_form_cont ul li input[type=submit]:hover {
	opacity: .7
}

#seo_form_cont ul li:last-child {
	margin-bottom: 0
}


/*!

 *  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('/skin/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('/skin/fonts/fontawesome-webfont.woff2') format('woff2'), url('/skin/fonts/fontawesome-webfont.woff') format('woff'), url('/skin/fonts/fontawesome-webfont.ttf') format('truetype'), url('/skin/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
}

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

.fancybox-active {
	height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
	z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button:focus {
	outline: none
}

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

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

.fancybox-button div {
	height: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes a {
	to {
		transform: rotate(1turn)
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height:576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
	@supports (padding:max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right))
		}
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}

.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(/skin/images/loading-1.gif) center center no-repeat #eee
}

.layui-layer-ico {
	background: url(/skin/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(/skin/images/loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
	width: 37px;
	height: 37px;
	background: url(/skin/images/loading-1.gif) no-repeat
}

.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
	width: 32px;
	height: 32px;
	background: url(/skin/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(/skin/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
	}
}

.pagelist {
	text-align: center;
	padding: 30px 0;
}

.pagelist li {
	display: inline-block;
	vertical-align: middle;
}

.pagelist a {
	border: 1px solid #e6e6e6;
	font-size: 13px;
	padding: 5px 10px;
	display: inline-block;
	background: #fff;
	line-height: normal;
	color: #666666;
	cursor: pointer;
	text-decoration: none;
}

.pagelist li:hover a {
	background: var(--primary);
	color: #fff;
}

.pagelist .active a {
	background: var(--primary);
	color: #fff;
}

.pagelist .thisclass {
	background: var(--primary);
	color: #fff;
}

.pagelist select {
	width: 52px!important;
	height: 27px;
	display: block;
	text-align: center;
}

.gallery-1 p {
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
}

@media screen and (max-width: 1000px) {
	.history-page ul li {
		padding: 50px 0;
	}
}


.sjlm{
	position: absolute;
    left: 100%;
    top: 0;display: none;
    background: #fff;
/*    border-left: 2px solid var(--primary);*/
     -webkit-box-shadow: 0 1px 5px 0 rgba(153,153,153,.5);
    box-shadow: 0 1px 5px 0 rgba(153,153,153,.5);
    width: 350px;
    line-height: 35px;
}
.sjlm a{
	color: #333;padding: 0 10px!important;font-size: 14px;
}
.sjlm a:hover{
	color: #fff;background: #000!important;
}
#header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover .sjlm{
	display: block;
}








.jkz{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.xlbt{
	    flex: 1;
    text-align: right;
}

